*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::selection{
    color:white;
    background-color: black;
}
html , body{
    height: 100%;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.main{
    width: 100%;
}
.home{
   min-height: 100vh;
    width: 100%;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 13px;
}
.nav img{
    height: 75px;
}


.right{
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 29px;

}
.right a{
    text-decoration: none;
    color: black;
}

.right .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
}
.menu h3{
    margin-top: -.5px;
    font-weight: lighter;
    font-size: 45px;
}

.heading {
    margin-top: 90px;
}
.heading h1{
    font-size: 7.4vw;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.9;
    opacity: 0.9;
    margin-left: 30px;
}
.heading h4{
    font-size: 24px;
    margin-left: 32px;
    opacity: 0.7;
}

.smoothScrool{
    width: fit-content;
    overflow: hidden;
}
.smoothElem{
    transform: translateY(100%);
}
.blocktext{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.blocktext h5{
    text-align: right;
    text-transform: uppercase;
    font-size:15px;
}
.home-footer{
    padding: 3vw 12vw;
}

.home-footer p{
    width: 65%;
    font-size: 1.6vw;
    font-weight: 400;
}

.home-footer p::selection{
    color:white;
    background-color: black;
}

.featured{
    padding: 10vw 15vw;
}
.fheading h1{
    line-height: 1;
    font-size: 4vw;
    font-weight: 500;
    
}

.fheading h1:nth-child(2){
    color: transparent;
    -webkit-text-stroke: 1px black;
    font-weight: 700;
}

.fimages{
    width: 100%;
    height: 100vh;
    margin-top: 5vw ;
    display: flex;
    justify-content: space-between;
}

.fleft{
    width: 45%;
    height: inherit;
    overflow: hidden;
    font-size: 1vw;
}
.fleftelem{
    width: 100%;
    height:inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fleftelem h1{
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 1.5vw 0;
}
.fleftelem h3{
    font-size: 1.3vw;
    font-weight: 400;
}
.fleftelem h4{
    opacity: .5;
    font-size: .9vw;
}
.fright{
    width: 45%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fright .images{
    width: 90%;
    height: 90%;
    background-color: red;
}
.fright .images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn button{
    padding: 1.2vw 2.8vw;
    border-radius: 100px;
    border: 1px solid rgb(168, 167, 167);
    background-color: white;
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: -.5px;
}



/* Fix Shery.js color inversion */
.movercirc {
    mix-blend-mode: normal !important;
    z-index: 5 !important;
}

.hvr {
    position: relative;
    z-index: 10;
}

.movercirc.blend {
    filter: invert(0) !important;
    mix-blend-mode: normal !important;
}
.movercirc video {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    object-fit: contain !important;
    transform: translate(-50%, -50%)  !important;
}

.btn button:hover{
   background-color: black;
   color: white;
   transition: all ease 0.3;
}

.about{
    height: 90vh;
    padding-left: 45vw;
    display: flex;
    gap: 40px;
    align-items: center;
}
.about img{
    height: 242px;
    width:242px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -18px;
    
}
.about h1{
    font-size: 21px;
    color: gray;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.about p{
    width: 358px;
    font-size: 20px;   
}
#about-btn{
    margin-top: 20px;
    justify-content: start;
}

.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 22px;
}
.footerleft{
    display: flex;
    justify-content: start;
    gap: 22px;
    margin-left: 23px;
    font-size: 17px;
}
.footerright a{
   padding-left: 23px; 
   color: black;
   text-decoration: none;
   font-size: 17px;
   font-weight: 500;
}

/* Mobile phones */
@media only screen and (max-width: 768px) {
    body{
        width: 100vw;
        padding: 1.5vw;
        
    }
   .nav img{
    height: 50px;
   }
   .right{
    font-size: 16px;
    gap: 9px;
    font-weight: 500;
   }
   .right .menu{
    gap: 4px;
   }
   .menu h3{
    font-size: 26px;
    font-weight: 400;
   }
   .heading h4{
    margin-left: 19px;
    font-size: 18px;
    margin-bottom: 4px;
   }
   .heading h1{
    margin-left: 17px;
    font-size: 7.3vw;
    letter-spacing: -1px;
   }
   .home-footer p{
    width: 95%;
    font-size: 3.2vw;
   }
   .fheading h1{
    font-size: 6vw;
    padding-left: 15vw;
   }
   .fheading h1:nth-child(2){
    font-weight: 900;
   }
   .featured{
    padding:10vw 0vw  0vw 1.5vw;
   }
   .fimages{
    justify-content: start;
    gap: -2px;
   }
   .fleft{
    width: 45%;
    height: inherit;
    overflow: hidden;
    font-size: 1vw;
    text-align: center;
}

.fleftelem h1{
    font-size: 3.5vw;
}
.fleftelem h3{
    font-size: 2.9vw;
    font-weight: 400;
}
.fleftelem h4{
    opacity: .5;
    font-size: 2.7vw;
}
.fright{
    width: 56%;
}
.fright .images{
    width: 100%;
    height: 70%;
}
.about{
    height: 65vh;
    padding-left: 0;
    flex-direction: column;
}
#about-btn{
    justify-content: center;
    margin-top: 131px;
   
}
.btn button{
    padding: 2.2vw 3.8vw;
    font-size: 3vw;
    margin-top: -143px;
}
.footer{
    position: relative;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    margin-left: -20px;
}
.footerright a{
    padding-left: 16px;
}
}
