* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    
    font-style: normal;
}
html, body {
    height: 100%;
    width: 100%;
}

#main {
    /* background-color: #000; */
    position: relative;
    z-index: 10;
}
#full-div1 {
    height: 50%;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
  }
  .menu-links {
    position:absolute;
    margin-top: 24%;
    width:90%;
    margin-left: 5%;
    text-align: left;
    box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.1);
    padding-block: 5vw;
    border-radius: 3vw;
    background-color: #fff;
  }
  .menu-links h4{
    margin-left: 10vw;
    padding-top:3vw ;
    width:100%;
    
    
  }
  .menu-links h4 a{
    color:#000;
    text-decoration: none;
    font-size: 5vw;
    
  }
  #full-scr {
    height: 100vh;
    width: 100%;
    background-color: #00000070;
    position: fixed;
    z-index: 99;
    top: -200%;
    transition: all ease 0.5s;
  }
nav {
    
    width:100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding:2vw 0vw;
    
    background-color: #f5f5f5;
    

    
}

.nav-bar{
    z-index:99;
    padding: 2vw 0vw;
    width: 90%;
    
    /* background-color: red; */
    display: flex;
    align-items: center;
   
    z-index: 100;
    justify-content: space-between;
    height:12vmin;
    padding:2vmin;
    background-color: #fff;
    
    border-radius: 20px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top:0;
    margin-top: 2vw;
}

nav img{
    margin-inline: 2vw;;
    height:8vmin;
}

#nav-part2 {
    display: flex;
    align-items: center;
    gap: 1vw;
}

#nav-part2 h4 {
    padding: 10px 20px;
    border: 1px solid #0000006c;
    border-radius: 50px;
    font-weight: 400;
    color: #000000ca;
    transition: all ease 0.4s;
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

#nav-part2 h4::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.4s;
}

#nav-part2 h4:hover::after {
    bottom: 0;
    border-radius: 0;
}

#nav-part2 h4 a {
    color: #000000;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

#nav-part2 h4 i{
    margin-left:0.5vw;
    font-size:19px;
}

#nav-part2 h4:hover a {
    color: #fff;
}

#menu{
    
    display:none;
    align-items: center;
    justify-content: space-around;
    padding: 5px 5px;
    width: 12vw;
    height: 10vw;
    border:none;
    font-weight: 500;
    color: #000000;
    
  }
  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 5vw;
    height: 4vw;
    cursor: pointer;
    position: relative;
  }
  
  .bar {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    
  }
  
  .menu-icon.active .bar:nth-child(1) {
    transform: translateY(2vw) rotate(45deg);
  }
  
  .menu-icon.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-icon.active .bar:nth-child(3) {
    transform: translateY(-2vw) rotate(-45deg);
  }

#page1{
    min-height: 100vh;
    width:100vw;
    background-color: #f5f5f5;
}

.page1-top{
    width:100vw;
    position: relative;
}
.page1-top h2{
    padding-top: 10vmax;
    padding-bottom: 5vmax;
    margin-left:6vw;
    font-size: 5vw;

}
.page1-top h1{
    
    margin-left:8vw;
    font-size: 5vw;
    color:#8ccc3c;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    position: absolute;
    top:0;
    margin-top: 13vmax;

}
.page1-top p{
    padding-top: 1vmax;
    margin-left:6vw;
    font-size: 3vw;
    font-style: italic;

}
.page1-container{
    width:100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;

}
.flex1{
    width:45vw;
    height:20vw;
   
    border-radius: 2vw;
    margin:1.3vw;
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.2);
    background-color:#fff;
    opacity: 0;  
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.flex1.show {
    opacity: 1;
    transform: translateY(0);
}
.flex1 h2{
    margin-inline:2.3vmax;
    padding-top: 2vmax;
    font-size: 2.4vw;
}
.flex1 p{
    margin-inline:2.3vmax;
    margin-top: 1vmax;
    font-size: 1.2vw;
}
#footer{
    min-height:100vh;
    width:100vw;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

#footer-in{
    background-color: #161616;
    height:95vh;
    width:95%;
    border-radius:3vw;
    margin-left:2.5vw; ;
    
    overflow:hidden;
    bottom:0;
    
    position:relative;

}
.foot-logo{
    width:90%;
    margin-left:1vw ;
    top:0;
    left:0;
    

}
.foot-logo img{
    margin-top: 2vw;
    width:100%;
}
#moving-text-foot {
    overflow-x: auto;
    white-space: nowrap;
    
    
}

#moving-text-foot::-webkit-scrollbar {
    display: none;
}

.con-foot {
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top:3%;
}

#moving-text-foot h1 {
    font-size: 8vw;
    color:#fff;
    display: inline-block;
    
}
#gola2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #8ccc3c;
    margin: 1vw 2vw;
}

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.foot-upper{
    display:flex;
    height:50%;
}
.foot-div-out{
    display: flex;
    flex-direction: row;
    align-items: center;
    width:50%;
    justify-content:space-around;
}
.foot-div{
    height:100%;
    width:25%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot-div h3{
    color:#fff;
    margin-block: 2vw;
    font-size: 2vw;
}
.foot-div a{
    text-decoration: none;
    color:#fff;
}
.contact-num , .email-foot , .location-foot , .address-foot{
    color:#fff;
    display:flex;
    align-items: center;
    gap:.5vw;
    margin-block:.5vw;
}
.foot-icon{
    
    color:#fff;
    border-radius: 50%;
    height:2.2vw;
    width:2.2vw;
}
.phone-num p , .email-foot p ,  .address-foot p{
    font-size: 1.3vw;
}
.address-foot p{
    margin-block:.2vw;

    
}

.foot-div ul{
    color:#fff;
    list-style-type: none;
}
.foot-div ul li{
    font-size: 1.3vw;
    margin-block: 1vw;
}
.foot-div ul li:hover{
    text-decoration: underline;
}

.social-foot{
    display:flex;
    align-items: center;
    gap:1vw;
    
    margin-top: 3vw;
}
.socialicons-foot {
    height:4vw;
    width:4vw;
    border-radius: 50%;
    border:2px solid #8ccc3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.socialicons-foot:hover{
    background-color: #8ccc3c;
    
}
.socialicons-foot:hover.socialicons-foot i{
    color:#161616;
}
.socialicons-foot i{
    color:#8ccc3c;
    font-size: 2.2vw;
    
}
.social-foot a{
    text-decoration: none;
}
.foot-bottom-left{
    position: absolute;
    bottom:0;
    left:0;
    text-align: left;
    color:#ffffffba;
}
.foot-bottom-left p{
    font-size: 1.3vw;
    margin:2vw;
}

.foot-icon{
    font-size: 1.5vw;
    margin-top: .4vw;
}

.foot-bottom-right{
    position:absolute;
    right:0;
    bottom:0;
    text-align: right;
    color:#ffffffba;
    margin:1vw;
}
.foot-bottom-right h5{
    font-size: 1vw;
    font-weight: 500;

}
.foot-bottom-right p{
    font-size: .8vw;
}

#page10 {
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    padding:1.7vmax;
}
.developer-socials a{
    text-decoration: none;
    color:#ffffffa2
}
.developer-socials a:hover{
    color:#8ccc3c;
}
@media (max-width:900px){
    .flex1{
        width:90vw;
        height:auto;
    }
    .flex1 h2{
        font-size:4vw;

    }
    .flex1 p{
        font-size:2.5vw;
        padding-bottom: 3.5vw;

    }
}
@media (max-width:600px){
    .flex1 h2{
        font-size:4vw;

    }
    .flex1 p{
        font-size:2.5vw;
        padding-bottom: 3.5vw;

    }
    .page1-top h1{
        font-size: 6vw;
        margin-left: 12vw;
        margin-top: 12.5vmax;
    }
    .page1-top h2{
        font-size: 6.5vw;
        margin-left: 6vw;
        
    }
    nav {
        width:100%;
        
        
        
        padding:3vh 0vw;
        
        
        
    
        
    }
    
    .nav-bar{
        height:16vmin;
        padding: 2vw 2vw;
        width: 90%;
        border-radius: 20px;
        margin-top:5vw;
    }
    
    
    
    #nav-part2 {
        display: none;
    }

    #menu {
        display: flex;
        padding-inline: 2vw;
        border: 1px solid #ababab;
        border-radius: 50px;
        font-size: 3vw;
        font-weight: 200;
        margin-right:2vw;
        padding-block: 0vw;
        user-select: none;
    }
    #menu i{
        font-size: 6vw;
        margin:4px
    }
}
@media (max-width:600px){
    .flex1 h2{
        font-size:5vw;

    }
    .flex1 p{
        font-size:3vw;
        padding-bottom: 3.5vw;

    }
    .page1-top h1{
        font-size: 8vw;
        margin-left: 12vw;
        margin-top: 8.3vmax;
    }
    .page1-top h2{
        font-size: 8.5vw;
        
        padding-top:5.5vmax ;
    }
    .socialicons-foot i{
        color:#8ccc3c;
        font-size: 5vw;
        
    }
    .socialicons-foot {
        border:.5px solid #8ccc3c;
        height:8vw;
        width:8vw;
    }
    .social-foot{
        margin-top: 1vw;
    }
    
}

@media (max-width:500px){
    .foot-upper{
        flex-direction: column;
        align-items: flex-start;
    }
    .foot-div{
        width:100%;
        margin-top: 3vw;
        
    }
    .foot-div-out{
        justify-content: space-around;
        width:100%;
    }
    .foot-div h3{
        font-size:5vw;
    }
    .foot-div ul li{
        font-size:3.7vw;
    }
    .address-foot p,.contact-num p, .email-foot p{
        font-size:3.7vw;
        margin:2vw 4vw;
        
    }
    .location-foot i,.contact-num i, .email-foot i{
        font-size:5vw;
        margin:0vw;
    }
    #gola2 {
        height: 20px;
        width: 20px;
        
        margin: 1vw 1vw;
    }
    .footer-in{
        position: relative;
    }
    
    #page10{
        padding-block:2px;
    }
    
    #moving-text-foot h1 {
        font-size: 12vw;
        color:#fffffff1;
        display: inline-block;
        
        margin-top: 37%;
    
    }
    .foot-bottom-right h5{
        font-size: 2vw;
        font-weight: 500;
    
    }
    .foot-bottom-right p{
        font-size: 2vw;
    }
    .foot-bottom-left p{
        font-size: 3vw;
    }
    .foot-bottom-right{
        text-align:center;
        width:100%;
    }
    .foot-bottom-left{
        text-align:center;
        width:100%;
        margin-bottom:8%;

    }
}