*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
                                                   
}
body{
    background:#16372E; ;
}
p{
    font-family: 'satoshi', sans-serif;
}
a{
    text-decoration: none;
}

button{
    cursor: pointer;
}

nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 6%;
    height: 6rem;
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    background-size: cover;
}


nav img{
    width: 14rem;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2FF33;
    border-radius: 30px;
    height: 1.5rem;
    padding: 1.3rem;
}

.navbar ul{
    list-style: none;
    display: flex;
    gap: 30px;    
}
.navbar ul li{
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
    transition: all 0.8s ease;
}
.navbar ul li a:hover{
    color: #D2FF33;
}
.nav-btn{
    width: 11rem;
    background-color:#D2FF33;
    color: #16372E;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 2rem;
    margin-right: -0.7rem;
    padding: 6px 4px;
    transition: all 1s ease;
}
.nav-btn a{
    color: black;
}

.nav-btn:hover{
    background-color: #fff;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
}

.nav-mobile{
    width: 100%;
    display: flex;
    padding: 20px 6%;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.img1{
    width: 9rem;
}

.img2{
    width: 2rem;
}

@media (min-width:300px) and (max-width:900px){
    nav{
        display: none;
    }
    .navbar{
        display: none;
    }
    nav img{
        display: none;
    }
    .nav-mobile{
        display:inline-flex;
        background-color: #f5f5f5;
        height: 4rem;
        position: absolute;
        z-index: 1;
    } 
    .harmburger{
        width: 18rem;
        height: auto;
        position: absolute;
        top: 1rem;
        right: 0;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        padding-right: 6%;
    }
    .harmburger-drop-down{
        width: 100%;
        margin-bottom: 1rem;
        background-color: #16372E;
        position: relative;
        top: 8.5rem;
        right: -2rem;
        z-index: 1;
        display: none;
    }
    .harmburger-list{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 2rem 6%;    
    }
    .harmburger-list a{
        color: #ffffff;
        font-size: 0.85rem;
        border-bottom: solid 1px #D2FF33;
        display: block;
        padding: 1.5rem 0;
    }
    .contacts-border-p a{
        border-bottom: none;
        padding-bottom: 0;
    }
    .nav-mobile:hover .harmburger-drop-down{
        display: block;
    }
}

/* -----------hero section-------------- */

.zoom-container{
    width: 100%;
    height: 47rem;
    overflow: hidden;
    position: absolute;
}
#hero-container{
    width: 100%;
    height: 47rem;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 4rem 6%;
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.left-hero {
    width: 100%;
    padding-top: 4rem;
}

.left-hero a{
    color: #000000;
}

.creativity p{
    display: block;
    line-height: 4rem;
    margin-bottom: 1rem;
}

.structure{
    font-size: 3.4rem;
    font-weight: 600;
    color: #ffffff;
}

.tech-text{
    color: #D2FF33;
    font-weight: 700;
    font-size: 4rem;
}

.tech-text1 {
    color: #D2FF33;
    font-weight: 700;
    font-size: 4rem;
}

.creativity{
    width: 40%;
    color:#ffffff;
    margin-bottom: 0.5rem;
    animation: slide 2s 1 reverse;
}

.creativity .creat-p{
    font-size: 1.2rem;
    line-height: 28.8px;
    animation: slide 2s 1 reverse;
}
.hero-btn{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #16372E;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0.6rem 0.8rem;
    margin: 2rem 0;
    transition: all 1s ease;
    border: none;
}

.hero-btn:hover{
    background-color: #D2FF33;
    color: #000000;
    box-shadow:  grey 0px 0px 1px 1px;
    transform: scale(1.03);
}
.work-w a{
    color: #000000;
    font-size: 1.2rem
}
.work-w{
    font-size: 1.2rem
}
@keyframes fadeIn{
    
    from{
        background-image:;
        transform: scale(1);
    }
    to{
        transform: scale(1.1);
    }
}

@media (min-width:300px) and (max-width:900px){
    body{
        background: #16372E;
    }
    #hero-container{
        flex-wrap: wrap;
        flex-shrink: inherit;
        height: auto;
        background-image: url(../images/heromobile2.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .left-hero{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .structure{
        font-size: 2.3rem;
    }
    .tech-text{
        font-size: 2.7rem;
    }
    .tech-text1{
        font-size: 2.8rem;
    }
    .creativity p{
        line-height: 3rem;
    }
    
    .stunning{
        width: 100%;
        margin-bottom: -1.5rem;
    }
    .creativity .creat-p{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .creativity{
        width: 100%;
    }
    .hero-btn{
        font-size: 1rem;
    }

}

/* ..........about us........... */

#about-us{
    display: flex;
    height: 100vh;
    background: #ffffff;
    padding: 3rem 6%;
}

.about-us-left{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5rem;
}

.about-us-left h4{
    font-size: 1rem;
    color: #16372E;
    margin: 3rem 0 1rem 0;
}
.about-us-left h3{
    font-size: 1.5rem;
    color: #16372E;
    margin-bottom: 1rem;
}

.about-us-left p{
    font-size: 1.1rem;
    color: #000000;
    line-height: 28.8px;
    font-weight: 400;
}
.view{
    color:#16372E;
    margin: 2rem 0;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 1rem;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
}
.play{
    background-color: #16372E;
    color: #ffffff;
    padding: 0.4rem 0.6rem;
    border-radius: 15px;
}
.about-us-right{
    width: 45%;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.why-choose-boxes-cont{
    width: 100%;
    display: flex;
    gap: 2%;
    color: #ffffff;
}
.why-choose-box{
    width: 50%;
    height: 15rem;
    background-color: #16372E;
    border-radius: 15px;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.6rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28.8px;
}
.why-choose-box img{
    width: 3rem;
}
.why-choose-box-margin{
    margin-top: -2rem;
    background-color: #ffffff;
    color: #000000;
}
.why-choose-box-color{
    background-color:#ffffff;
    color: #000000;
}
.box-color{
    background-color: #16372E;
    color: #ffffff;
}
/* ...................about page................... */
#about{
    background-color: #16372E;
    padding-top: 4rem;
}
.about-h{
    display: flex;
    gap: 2%;
}
.about-cont{
    background-color: #16372E;
    padding: 1rem  6%;
    padding-top: 4rem;
    width: 50%;
    font-weight: 350;
}
.about-img-cont{
    width: 45%;
    padding: 1rem 6%;    
}
.about-img-cont img{
    border-radius: 15px;
    width: 100%;
}
.about-cont h2{
    color: #D2FF33;
    line-height: 5rem;
    font-size: 1.5rem;
}
.about-cont h2 span{
    color: #ffffff;
}
.about-cont p{
    color: #ffffff;
    line-height: 28.8px;
    font-weight: 400;
    font-size: 1rem;
}
.about-btn{
    font-size: 1.3rem;
}
.about-btn img{
    width: 2rem;
    background-color: #D2FF33;
    border-radius: 50%;
}
.work-w{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.2rem;
}

.values{
    padding: 2rem 6%;
    color: #000000;
    line-height: 4rem;
    font-size: 1.1rem;
    background-color: #f5f5f5;
}
.values span{
    color: #16372E;
}
.our-approach{
    width: 100%;
    padding: 1rem 6%;
    display: flex;
    gap: 2%;
    background: #f5f5f5;
}
.approach-box{
    width: 32%;
    background-color: #ffffff;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    border-radius: 15px;
    color: #000000;
    padding: 1.5rem; 
    font-weight: 400;
    transition: all 1s ease;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.approach-box h2{
    font-size: 1.3rem;
    line-height: 3rem;
}
.approach-box p{
    line-height: 28.8px;;
}
.approach-box:hover{
    border: 2px solid #D2FF33;
    background-color: #16372E;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
    color: #ffffff;
}
.approach-box:hover h2{
    color: #D2FF33;
}
#about hr{
    margin: 1rem 6%;

}

@keyframes slide{
    from{
        transform: translateX(0px);
    }

    to{
        transform: translateX(-700px);
    }
}

@media (min-width:300px) and (max-width:900px){
    #about-us{
        flex-wrap: wrap;
        height: auto;
    }

    .about-us-left{
        width: 100%;
        margin-bottom: 5rem;
        padding-right: 0;
        line-height: 2.4rem;
    }

    .about-us-right{
        width: 100%;
    }
    .why-choose-us-box-p{
        display: none;
    }
    .why-choose-box{
        height: 10rem;
    }
    .about-h{
        flex-wrap: wrap;
    }
    .our-approach{
        flex-wrap: wrap;
        gap: 2rem;
    }
    .approach-box{
        width: 100%;
        justify-content: left;
        align-items: flex-start;
        text-align: left;
    }
    .about-cont{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        line-height: 28.8px;
        padding-top: 0;
    }
    .about-cont h2{
        line-height: 35px;
        margin-bottom: 1rem;
    }
    .about-cont button{
        align-self: flex-start;
    }
    .about-img-cont{
        width: 100%;
        padding: 1rem 6%; 
    }
    .values{
        display: flex;
        justify-content: left;
        text-align: left;
    }
    
}

/* ..........what we do.............. */

#what-we-do{
    width: 100%;
    height: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11rem 6% 0rem;     
}

.what-we-do-pa{
    width: 37%;
}

.what-we-do-pa p{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 28.8px;
}

#what-we-do h3{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#what-we-do h3 span{
    color: #D2FF33;
}

.what-we-do-cont{
    width: 100%;
    display: flex;
    gap: 2%;
}
.we-do-box{
    width: 33%;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 2rem;
    padding: 2rem 4%; 
    cursor: pointer;
    transition: all 1s ease; 
}
.web-dev{
    background-color: #D2FF33;
}
.graphics{
    background-color: #D2FF33;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.graphics img{
    width: 2.5rem;
    height: 2.5rem;
}
.programing-background{
    background-color: #ffffff;
}
.we-do-box:hover{
    border: 1px solid #D2FF33;
    background-color: #16372E;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
}

.we-do-box:hover h4{
    color: #D2FF33;
}

.we-do-box:hover p{
    color: #ffffff;
}

.we-do-box h4{
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #000000;
}

.we-do-box p{
    font-size: 1.1rem;
    font-weight: 400;
    color: #000000;
    line-height: 28.8px;
}

/* .......................services page.......................... */

#our-services{
    padding: 4rem 6%;
}
.our-services{
    color: #fff;
    width: 60%;
    line-height: 28.8px;
    font-weight: 400;
}
.our-services h2{
    color: #D2FF33;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.servImage img{
    width: 100%;
    height: 70vh;
}
.build{
    margin: 2rem 0;
    color: #ffffff;
    width: 50%;
    line-height: 28.8px;
    font-weight: 400;
}
.build h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem ;
}
.build h2 span{
    color: #D2FF33;
}
.serv-box-container{
    width: 100%;
    display: flex;
    gap: 1%;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    padding: 7rem 6%;
}
.serv-box{
    width: 25%;
    height: 20rem;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    border-radius: 15px;
    line-height: 28.8px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
    transition: all 1s ease;
}
.serv-box h2{
    color: #000000;
    font-size: 1.4rem;
    margin: 1rem 0;
}
.serv-box:hover{
    border: 2px solid #D2FF33;
    background-color: #16372E;
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
    color: #ffffff;
}
.serv-box:hover h2{
    color: #D2FF33;
}

@media (min-width:300px) and (max-width:900px){
    .what-we-do-cont{
        flex-wrap: wrap;
    }
    .we-do-box{
        width: 100%;
    }
    .what-we-do-pa{
        width: 100%;
    }
    .our-services{
        width: 100%;
    }
    .build{
        width: 100%;
    }
    .build h2{
        line-height: 37px
    }
    .serv-box-container{
        flex-wrap: wrap;

    }
    .serv-box{
        width: 100%;
        margin-bottom: 3rem;
    }
    .servImage img{
        height: 40vh;
    }
    
}

/* ..........get-to-know............ */

.get-to-know{
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom right,#000102, #729101  );
    background-image: url(../images/bluebackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 12rem;
    padding: 8rem 6%;
    color: #Dfff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-know-top {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.get-know-top h2{
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
    line-height: 4rem;
}
.get-know-top h2 span{
    color: #D2FF33;
}

.get-know-top p{
    font-size: 1.1rem;
    color: #fff;
    line-height: 28.8px;
}

.get-know-bottom{
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.get-know-bottom .hero-btn{
    width: auto;
    height: auto;
    padding: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.get-btn{
    background-color: #16372E;
    color: #fff;
    font-size: 1rem;
}

@media (min-width:300px) and (max-width:900px){
    .get-to-know{
        padding: 3rem 6%;
        justify-content: center;
    }
    .get-know-top{
        width: 100%;
        display: flex;
        text-align: left;
        justify-content: left;
    }
    .get-know-top h2{
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .get-know-bottom{
        flex-wrap: wrap;
        justify-content: left;
    }
    .call-btn{
        display: none;
    }

}

/* ..........portfolio.............. */

#our-portfolio{
    width: 100%;
    background: #ffffff;
    padding: 3rem 6% 2rem 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
#our-portfolio .selection{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 28.8px;
    width: 50%;
    color: #16372E;
}

#our-portfolio h5{
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 1rem;
}

.portfolio{
    width: 100%;
    background-color: #ffffff;
    padding: 15px 6%;
    display: flex;
    gap: 1%;
}

.portfolio-cont{
    width: 33%;
    border: 3px solid #16372E;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #16372E;
    color: #fff;
    transition: all 1s ease-in-out;
    border-radius: 15px;
    padding-bottom: 1rem;
}

.portfolio-cont:hover{
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
}
.portfolio-cont img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.vid-cont{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    gap: 1.5%;
    padding: 30px 6% ;
    text-align: center;
}

.vid-cont video{
    /* margin-bottom: 20px; */
    border-radius: 15px;
}

.vid-holder{
    border: 1px solid #16372E;
    background-color: #16372E;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-radius: 15px;
    transition: all 1s ease-in-out;
    padding-bottom: 1rem;
}

.vid-holder:hover{
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
}

.portfolio-btn{
    background-color: #ffffff;
    width: 100%;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.port-btn{
    font-size: 1.2rem;
    transition: all 1s ease;
    margin-top: 3rem;

}
.port-btn:hover{
    box-shadow: rgba(207, 207, 207, 0.532) 0px 0px 1px 1px;
    transform: scale(1.03);
}
.our-portfolio{
    width: 100%;
    padding: 3rem 6%;
}
.portfoli{
    display: flex;
    width: 100%;
    padding: 1rem 6%;
    gap: 1%;
    flex-wrap: wrap;
    background: #ffffff;
}
.port-para{
    width: 55%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 28.8px;
    color: #16372E;
}
.portfo{
    width: 49.5%;
    transition: all 1s ease;
    border: solid 1px #16372E;
    margin-bottom: 1rem;
    border-radius: 15px;
    background-color: #16372E;
}
.portfo img{
    width: 100%;
    border-radius: 15px;
}
.portfo:hover{
    transform: scale(1.03);
    background-color: #D2FF33;
}
.flyer{
    width: 24.2%;
}
.portfolio-page{
    background-image: url(../assets/images/office.png); 
}
.p-div p{
    color: #D2FF33;
    display: inline-block;
    width: auto;
    padding: 0.4rem;
    border-radius: 15px;
    font-size: 0.9rem;
}

@media (min-width:300px) and (max-width:900px){
    #our-portfolio{
        text-align: left;
        align-items: flex-start;
    }

    #our-portfolio p{
        width: 95%;
        font-size: 1.1rem;
    }
    .portfolio{
        flex-wrap: wrap;
        gap: 1.5rem; 
    }
    .portfolio-cont{
        width: 100%;
    }
    .vid-cont{
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .portfolio-btn{
        padding-top: 2rem;
        justify-content: center;
    }
    .p-div{
        padding-bottom: 1.2rem;
    }
    #our-portfolio h5{
        font-size: 1.2rem;
    }
    .port-para{
        width: 100%;
    }
    .portfo{
        width: 100%;
    }
    #our-portfolio .selection{
        width: 100%;
        font-size: 1.1rem;
    }
}

/* ................contact us page............. */
#contact-page{
    background-image: linear-gradient(to bottom right,#100404, #516700  );
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    padding: 0 6%;
    color: #D2FF33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-us-cont{
    width: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 28.8px;
} 
.contact-cont{
    background: #ffffff;
    padding: 4rem 6%;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.ready-to{
    color: #16372E;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
}
.ready-to img{
    width: 80%;
}
.ready-to h3{
    font-size: 2.3rem;
    margin-bottom: 1rem;
}
.ready-to h3 span{
    color: #729101;
}
.contact-form{
    width: 55%;
    margin-left: 4rem;
    background-color: #16372E;
    padding: 2rem 3% 0;
    border-radius: 15px;
}

.contact-form form{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.contact-form h3{
    color: #D2FF33;
    font-size: 1.7rem;
    margin: 1rem 0;
}
input {
    display: inline-block;
    width: 49%;
    height: 3rem;
    outline-style: none;
    border: none;
    font-family: inherit;
    border-bottom: #16372E;
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    border-radius: 15px;
}
.Subject{
    width: 99%;
}
.comment{
    height: 10rem;
    padding: 0 0 7rem 0.8rem;
}
.form-btn{
    margin-top: -0.1rem;
    color: #16372E;
    font-size: 1.5rem;
    border-radius: 0;
    padding: 0.5rem 1rem;
    border-radius: 30px;
}   

@media (min-width:300px) and (max-width:900px){
    #contact-page{
        align-items: flex-start;
    }
    .contact-cont{
        flex-wrap: wrap;
    }
    .contact-us-cont{
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .ready-to{
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .ready-to br{
        display: none;
    }
    .ready-to img{
        width: 100%;
    }
    .contact-form{
        width: 100%;
        margin-left: 0;
    }
    input{
        width: 100%;
    }
    .Subject{
        width: 100%;
    }
    form br{
        display: none;
    }
}

/* ................footer............. */

footer{
    width: 100%;
    height: auto;
    padding:2rem 6%;
    display: flex;
    gap: 3%;
    margin-bottom: 1rem;
}

.footer-cont{
    width: 20%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    gap: 1rem;
    font-size: 1.1em;
    font-weight: 400;
}

.footer-cont1{
    width: 35%;
    line-height: 28.8px;
    display: flex;
    font-size: 1.1em;
    font-weight: 400;
    flex-direction: column;
    justify-content: center;
    margin-right: 1rem;
    color: #ffffff;
    padding-bottom: 1.2rem;
    gap: 1rem;
}

.footer-cont1 img{
    width: 12rem;
}

.footer-cont h3 a{
    color: #D2FF33;
}

.footer-cont h3 a:hover{
    color: #ffffff;
}

.footer-cont p a{
    color: #ffffff;
}

.footer-cont p a:hover{
    color: #D2FF33;
}

.footer-p{
    padding-top: 0.6rem;
    line-height: 28.8px;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.container{
    width: 100%;
    height: 6vh;
    padding: 0 6%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.container span{
    color: #D2FF33;
}

@media (min-width:300px) and (max-width:900px){
    footer{
        flex-wrap: wrap;
        gap: 2%;
        padding-top: 5rem;
    }
    .footer-cont1{
        width: 100%;
        margin-bottom: 1rem;
    }
    .footer-cont{
        width: 100%;
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    .container{
        font-size: 0.77rem;
        font-weight: 300;
    }
    .footer-p{
        padding-top: 0.1rem;
    }
}

.contact-form2{
    color: #D2FF33;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}




