@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');


*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #111111;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.logo{
    position: absolute;
    margin-top: 5vh;
    margin-left:5vw;
}

.logo img{
    height: 40px;
}

.nav-menu{
    margin-left: 50%;
}


.nav-menu ul, .list-item{
    height: 15vh;
    margin-right: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-menu ul li img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(106%) contrast(105%);
    margin-left: 7px;
}

.header{
    display: flex;
    flex-direction: row;
}

.header-image img{
    height: 88vh;
    margin-left: 5vw;
}

.header-right{
    margin-top: 28vh;
}

.header-right h3{
    font-size: 30px;
    font-weight: 500;
    color: #FD3343;
}

.header-right h1{
    font-size: 60px;
    font-weight: 600;
    margin-top: 10px;
}

.header-right p{
    width: 40vw;
    margin-top: 10px;
}

.header-button{
    margin-top: 25px;
}


button{
    padding: 15px 35px;
    font-weight: 500;
    background-color: #FD3343;
    font-size: 17px;
    color: #ffffff;
    border: none;
}

.details{
    padding: 10vh 10vw;
    margin-top: 20vh;
    height: 140vh;
}


.details::before{
    /* color: #ffffff; */
    position: absolute;
    z-index: -1;
    margin-top: -10vh;
    margin-left: -10vw;
    content: ' ';
    background: #181818;
    height: 160vh;
    width: 50vw;
}

.detail-cards{
    margin-top: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80vw;
}

.detail-card{
    width: 19vw;
    height: 48vh;
    background-color: #1E1E1E;
    padding: 45px;
}

.detail-image{
    overflow: hidden;
    height: 20vh;
    width: 25vw;

}

.detail-card img{
    height: 120px;
    /* margin-left: -102px;
    margin-top: -150px;  */
    filter: brightness(0) saturate(100%) invert(46%) sepia(78%) saturate(5316%) hue-rotate(334deg) brightness(96%) contrast(108%);

}

.detail-card h1{
    font-weight: 600;
}

.detail-card p{
    margin-top: 15px;
    font-size: 23px;
    font-weight: 300;
}

.detail-button{
    margin-top: 20px;
}

.detail-button button{
    padding: 0;
    background: transparent;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    width: 20vw;
    align-items: center;
    height: 5vh;
    color: #FD3343;
    font-weight: 600;

}

.detail-button button img{
    margin-top: 0px;
    margin-left: 5px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(46%) sepia(78%) saturate(5316%) hue-rotate(334deg) brightness(96%) contrast(108%);
}

.detail-image-2 img{
    /* height: 90vh;
    margin-left: -715px;
    margin-top: -190px; */
    filter: brightness(0) saturate(100%) invert(46%) sepia(78%) saturate(5316%) hue-rotate(334deg) brightness(96%) contrast(108%);
}

.detail-image-3 img{
    /* margin-left: -1155px;
    margin-right: 0; */
    filter: brightness(0) saturate(100%) invert(46%) sepia(78%) saturate(5316%) hue-rotate(334deg) brightness(96%) contrast(108%);
}


.detail-card:hover{
    background-color: #FD3343;
    cursor: pointer;
}

.detail-card:hover .detail-image img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(104%) contrast(102%);
}



.detail-card:hover .detail-button button {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(104%) contrast(102%);
}

.detail-info{
    display: flex;
    flex-direction: row;
    margin-top: 20vh;
}

.detail-info .info-left{
    width:28vw;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.info-left h1{
    font-size: 120px;
    color: #FD3343;
}

.info-right{
    width: 51vw;
    height: 40vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}

.info-card{
    background-color: #1E1E1E;
    height: 18vh;
    width: 24vw;
    display: grid;
    place-items: center;
    text-align: center;
}

.info-card h1{
    font-size: 60px;
    color: #FD3343;
}

.info-card p{
    opacity: 0.8;
}


.project-section{
    padding: 5vh 10vw;

}

.projects-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.projects-header p{
    margin-top: 8px;
}

.projects{
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 20px;
}

.project{
    margin-top: 40px;
}


.project-image{
    background-color: #181818;
    height: 50vh;
    width: 35vw;
    display: grid;
    place-items: center;
}

.project img{
    height: 35vh;
}

.project-info h1{
    margin-top: 25px;
}

.project-info .detail-button{
    margin-top: 0px;
}

.contact-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 10vw;
    padding: 10vh 3vw;
    background-color: #1E1E1E;
}

.contact-left{
    width: 45vw;
}

.contact-left h1{
    font-size: 55px;
}

.contact-left p{
    margin-top: 25px;
    opacity: 0.8;
}

.contact-button{
    margin-right: 8vw;
}

.menu{
    margin-top: 15vh;
    display: grid;
    place-items: center;
}

.menu ul{
    width: 30vw;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* font-size: 30px; */
    font-weight: 500;
}

footer{
    padding: 5vh 10vw;
    background-color: #1E1E1E;
    margin-top: 7vh;
    display: grid;
    place-items: center;
}

.footer-logo{
    position: absolute;
    /* float: left; */
    left: 10vw;
    top: 518vh;

}

.footer-logo img{
    height: 40px;
}

.footer-icons{
    overflow: hidden;
    width: 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* position: absolute; */
}

.footer-icons img{
    filter:  invert(99%) sepia(99%) saturate(0%) hue-rotate(264deg) brightness(104%) contrast(101%);
    height: 15px;
}