@font-face {
    font-family: "General Sans Regular";
    src: url(Font_and_Visuals/GeneralSans-Regular.otf);
}
@font-face {
    font-family: "General Sans Medium";
    src: url(Font_and_Visuals/GeneralSans-Medium.otf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "General Sans Regular";
    color: white;
}
html,body{
    width: 100%;
    height: 100%;
}
#minicircle{
    /* transition: all linear 0.2s; */
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    width: 12.5px;
    height: 12.5px;
    border-radius: 50%;
    z-index: 99999;
    background-color: white;
    position: absolute;
}
.bounding{
    width: fit-content;
    overflow: hidden;
}
.boundingelem{
    transform: translateY(100%);
}
.boundingelemdown{
    transform: translateY(-100%);
}
#nav{
    height: 10vw;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    padding: 3vw 3vw;
    position: fixed;
    z-index: 999;
}
#main{
    width: 100vw;
    background-color: black;    
}
.home{
    height: 100vh;
    width: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 13vh;
}

#nav h5{
    font-size: 18px;
}
#nav i{
    font-weight: lighter;
    font-size: 13px;
}
.introdiv{
    width: fit-content;
    padding:13vh 3vw;
}
.intro2{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.introdiv h1{
    font-size: 10vw;
    line-height: 9vw;
    color: #A3A3A3;
}
.introdiv #span1{
    padding-left: 11vw;
    color: #A3A3A3;
}
.introdiv h5{
    text-align: right;
    font-size: 15px;
    padding-top: 1vw;
}
.workdiv{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 3vw;
    padding-top: 1.4vw;
}
.workdiv h5{
    font-size: 17.8px;
    text-align: right;
    line-height: 2.2;
}
.bottom-page1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3vw;
    position: absolute;
    bottom: 3%;
}
.bottom-page1 h5{
    font-size: 17.8px;
}
.arrow i{
    padding: 0.3vw 0.3vw;
    background-color: #A3A3A3;
    border-radius: 50%;
    color: black;
    font-weight: bold;
}
#fottermid{
    padding-right: 12vw;
}
::-webkit-scrollbar{
    display: none;
}
.page2{
    padding-right: 11vw;
    padding-left: 2.85vw;
    position: relative;
    width: 100vw;
    background-color: #000000;
    padding-top: 10vw;
}
.boxpage2{
    position: relative;
    height: 15.5vw;
    border-top: 1px solid #ffffffb3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#lastboxpage3{
    border-bottom: 1px solid #ffffffb3;
}
.boxpage2 h1{
    font-size: 7.2vw;
    opacity: 0.6;
}
.boxpage2 img{
    opacity: 0;
    pointer-events: none;
    height: 130%;
    z-index: 999;
    position: absolute;
    transform: translate(-50%, -50%);
}

.page3{
    /* background-color: blue; */
    height: 120vh;
    width: 100vw;
    position: relative;
    padding-top: 15.77vw;
    display: flex;
    flex-direction: column;
}
.aboutus{
    height: 43vh;
    width: 100%;
    display: flex;
    /* background-color: red; */
    margin-bottom: 6vw;
}
.leftabout{
    height: 100%;
    width: 55%;
    /* background-color: aquamarine;    */
}
.rightabout{
    height: 100%;
    padding-right: 12.86vw;
    padding-left: 5.7vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    /* width: 31rem; */
    /* width: 45%; */
    /* background-color: bisque; */
}
.leftabout img{
    height: 15vmax;
    padding-left: 37.6vw;
}
.rightabout h5{
    color: white;
    opacity: 0.7;
    margin-bottom: 0.3vw;
    font-size: 15.5px;
}
.rightabout p{
    font-size: 20px;
    line-height: 30.5px;
    margin-bottom: 1.3vw;  
}
.rightabout a{
    /* background-color: red; */
    border: 1px solid white;
    border-radius: 50px;
    padding: 8px 25px;
    text-decoration: none;
}
.subscribe{
    width: 100vw;
    height: 4vw;
    /* background-color: red; */
    padding: 0vw 3vw;
}
.subscribe h4{
    opacity: 0.7;
    margin-bottom: 0.4vw;
    font-size: 15.4px;
    font-weight: 200;
}
.subscribe h3{
    font-size: 17px;
}
.subscribe i{
    font-weight: lighter;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.3vw;
    width: 100vw;
    background-color: #000000;
    /* background-color: red   ; */
    padding: 0vw 3vw;   
}
.leftfooter{
    display: flex;
    gap: 2.1vw;
}
.leftfooter h4{
    font-size: 18px;
}
.rightfooter{
    display: flex; 
    gap: 3.7vw;
    text-transform: uppercase;
}
.rightfooter a{
    font-size: 15.5px;
    text-decoration: none;
    font-weight: bolder;
}
@media(max-width:1440px) and (min-width:601px)and(max-height:900){
    #main{
        overflow: hidden;
    }
    .page3{
        display: flex;
        flex-direction: column;
        height: 62vh;    
    }
    .aboutus{
        height: 30vh;
    }
    .leftabout{
        width: 45%;
    }
    .leftabout img{
        padding-left: 70%;
    }
    .rightabout{
        width: 55%;
        padding-left: 8.5vmax; 
        padding-right: 11.3vw;
    }
}
@media(max-width:600px){
    #main{
        overflow: hidden;
    }
    .page3{
        display: flex;
        min-height: 125vh; 
        flex-direction: column;
        padding-top: 15.77vw;
    }
    .aboutus{
        flex-wrap: wrap;
        margin-bottom: 6vmax;
    }
    .leftabout{
        height: 50%;
        padding: 0vw 3vw;
    }
    .leftabout img{
        padding-left: 65%;
    }
    .rightabout{
        height: 50%;
        padding-right: 3vw;
    }
    .leftabout img{
         align-items: center;
    }
    .rightabout p{
        margin-bottom: 1.8vh;
    }
    .subscribe{
        padding-top: 50vmax;
    }
    .footer{
        flex-wrap: wrap;
        min-height: 10vh;
        padding-bottom: 2vh;
    }
}