.navbar{
    background: #1C1E53;
    padding: 20px !important;
}
.navbar-nav{
    column-gap: 32px;
}
.nav-link{
    color: #BBBBCB ;
    font-size: 16px;
    font-weight: 500;
     font-family: "Poppins", sans-serif;
     padding: 0 !important;
}
.nav-item:hover .nav-link{
    color: white;
}
.navber-btn{
    background: transparent;
    border: 1px solid rgb(120, 117, 117);
    border-radius: 50px;
    padding: 10px 30px;
    margin-left: 50px;
}
.navber-btn:hover{
    background: rgb(192, 195, 13);
}
.nav.item{
    display: flex;
}
/* ======================
   Banner part start
======================= */
.banner{
    background: #1C1E53;
    padding-top: 126px;
    padding-bottom: 139px;
}
.banner h1{
    font-size: 54px;
    font-weight: 600;
    color: #fff;
     font-family: "Poppins", sans-serif;
     line-height: 74px;
}
.banner p{
     font-size: 16px;
    font-weight: 500;
     color: #fff;
     font-family: "Poppins", sans-serif;
     line-height: 28px;
     width: 576px;
     margin-top: 17px;
     margin-bottom:37px ;

}
.banner .viewbutton{
    background: #FCD980;
    padding: 16px 56px;
    border-radius: 41px;
    font-size: 18px;
    font-weight: 600;
    color: #1B1C2B;
    font-family: "Manrope", sans-serif;
    display: inline-block;
    border: 1px solid transparent;
    transition: .4s;
    text-decoration: none;
    
}
.banner .viewbutton:hover{
    background: transparent;
    color: white;
    border-color: white;
  
}
.banner .pricingbutton{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
     font-family: "Poppins", sans-serif;
     margin-left: 27px;
     position: relative;
     text-decoration: none;


}
.pricingbutton .pricing-icon {
    position: absolute;
    top: 5px;
    left: 100px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    color: white;

}
 .pricingbutton:hover .pricing-icon{
     left: 120px;
     opacity: 1;
     visibility: visible;
     

}
/* ======================
   Banner part end
======================= */
/* ======================
   Work part start
======================= */
.work{
    padding: 128px 0px;
    background: #F4F6FC;
}
.work h2{
    font-size: 48px;
    font-weight: 600;
    color: #282938;
     font-family: "Poppins", sans-serif;
}
.work p{
    font-size: 16px;
    font-weight: 400;
    color: #282938;
     font-family: "Poppins", sans-serif;
     width: 405px;
}
.work-pricingbutton{
    color: #2405F2;
    position: relative;
    font-weight: 700;
    text-decoration: none;

}
.work-pricingbutton .pricing-icon{
    color: #2405F2 ;
     left: 160px;
}
.work-pricingbutton:hover .pricing-icon{
    left: 180px;

}
.work .box{
    display: flex;
    flex-wrap: wrap;
   column-gap: 14px;
    row-gap: 20px;
    
  
   

}
 .wrok-card{
    width: 49%;
   
}
.work .wrok-card h3{
    font-size: 32px;
    font-weight: 500;
    color: #282938;
    font-family: "Poppins", sans-serif;
    padding-top: 16px ;
    padding-bottom: 8px;
    
}
.work .wrok-card p{
    font-size: 16px;
    font-weight: 400;
    color: #282938;
    font-family: "Poppins", sans-serif;
    width: 303px;
  
    
}

/* ======================
   Work part end
======================= */
/* ======================
   Project part start
======================= */
.project{
    padding: 128px 0px;
}
.project .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 64px;
}
.project .box h2{
    font-size: 48px;
    color: #282938;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.project .box p{
    font-size: 16px;
    color: #282938;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.project img{
    width: 100%;
}
.project .image2{
    margin-top: 28px;
}
.project-possition{
    position: relative;
    overflow: hidden;
}

.project .overly{
    width: 52%;
    height: 100%;
    background: rgba(28, 30, 83,0.5);
    position: absolute;
    top: 0;
    left: -52%;
    transition: .5s;
    color: white;
    padding-top: 312px;
    padding-left: 48px;
    padding-right: 32px;
}
.project .overly h4{
    font-size: 24px;
    font-weight: 600;
   
}
.project-possition:hover .overly{
     left: 0%;
    
}

.project .img2{
    width: 100%;
    height: 47%;
    position: relative;
    
}
.project .img3{
    margin-top: 6px;
    width: 100%;
    height: 50% ;
   
    position: relative;

}
.project .overly2{
   width: 100%;
   height: 100%;
    background: rgba(28, 30, 83,0.5);
    text-align: center;
    position: absolute;
    top: -100%;
    left: 0;
    transition: .5s;
    color: white;
   
}
.project .overly3{
   width: 100%;
   height: 100%;
     background: rgba(28, 30, 83,0.5);
    text-align: center;
    position: absolute;
    bottom: 0%;
    right: -104%;
    transition: .5s;
    color: white;
   
}

.project .img2:hover .overly2{
    top: 0%;
}
.project .img3:hover .overly3{
    right: 3px;
}


.kou{
    color: #FCD980;
  
}

/* ======================
   Project part end
======================= */

/* ======================
   Feature part start
======================= */
.feature {
    background: #F4F6FC;
    padding: 128px 0px;
}

.feature h5 {
    font-size: 16px;
    font-weight: 500;
    color: #282938;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding-bottom: 12px;

}

.feature h3 {
    font-size: 48px;
    font-weight: 600;
    color: #282938;
    font-family: "Poppins", sans-serif;
    width: 630px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 47px;

}

.feature .card {
    width: 100% !important;
    padding-top: 58px;
    padding-left: 48px;
    padding-bottom: 48px;
    padding-right: 32px;
    border: 0px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
}

.feature .card img {
    width: 8%;

}

.feature .card-body {
    padding: 0px !important;
    margin-top: 22px;
}

.feature .card-title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #282938;
     font-family: "Poppins", sans-serif;

}
.feature .card-text {
  
    font-size: 16px;
    font-weight: 400;
    color: #282938;
     font-family: "Poppins", sans-serif;

}

/* ======================
   Feature part end
======================= */
/* ======================
   About part start
======================= */
.about{
    padding: 128px 0px;
}
.about h2{
    font-size: 38px;
    font-weight: 600;
    color: #282938;
     font-family: "Poppins", sans-serif;
     width: 327px;
     padding-bottom: 16px;
}
.about p{
    font-size: 16px;
    font-weight: 400;
    color: #282938;
     font-family: "Poppins", sans-serif;
     width: 327px;
    
}
.about h4{
    font-size: 32px;
    font-weight: 500;
    color: #282938;
     font-family: "Poppins", sans-serif;
     width: 843px;
    
}
.about .profile{
    display: flex;
    column-gap: 14px;
    padding-top: 48px;
}
.about .profile h5{
    font-size: 18px;
    font-weight: 500;
    color: #282938;
     font-family: "Poppins", sans-serif;
       

}
.about .profile p{
    font-size: 13px;
    font-weight: 500;
    color: #282938;
     font-family: "Poppins", sans-serif;
       

}
/* ======================
   About part end
======================= */

/* ======================
   Faq part start
======================= */
.faq {
    padding-bottom: 128px;
}
.faq h2{
    font-size: 38px;
    font-weight: 500;
    color: #282938;
     font-family: "Poppins", sans-serif;
     width: 328px;
     line-height: 56px;
     padding-bottom: 16px;


}
.faq .work-pricingbutton .pricing-icon{
    left: 185px;

}
.faq .work-pricingbutton:hover .pricing-icon{
    left: 200px;
}
.faq .accordion-header{
    width: 100%;
}
.faq .accordion-button{
    font-size: 26px;
    font-weight: 600;
     color: #282938;
     font-family: "Poppins", sans-serif;
}
.faq .accordion-button span{
    font-size: 24px;
     color: #2405F2;
     margin-right: 59px;
     
}
.faq .accordion-body{
    font-size: 18px;
    font-weight: 500;
     color: #282938;
     font-family: "Poppins", sans-serif;
     margin: 0px 85px;
     
}



.accordion-button{
    border-color: transparent !important;
    background: transparent !important;
   

}
 .faq .accordion-item{
    border: 0px !important;
 }
 .accordion-button::after {
    transform: translateY(-70%);
    background: 0 !important;
    content:"+" !important;
    
   
 }
 .accordion-button:not(.collapsed)::after {
    transform: translateY(-70%);
    background: 0 !important;
    content:"x" !important;
    
 }
 
 


/* ======================
   Faq part end
======================= */
/* ======================
   Contact part start
======================= */
.contact {
    margin-bottom: 77px;
}
.contact .row{
    --bs-gutter-x: 0rem;
   
}
.contact-image{
    position: relative;
    overflow: hidden;
}
.contact .overly{
     width: 52%;
    height: 100%;
    background: rgba(28, 30, 83,0.5);
    position: absolute;
    top: 0;
    left: -52%;
    transition: .5s;
    color: white;
    padding-top: 312px;
    padding-left: 48px;
    padding-right: 32px;
}
.contact .overly h2{
width: 550px;
height: 270px;
top: 4991px;
left: 254px;
opacity: 1;
font-size: 64px;

}
.contact-image:hover .overly{
    left: 0;

}
.contact img{
    width: 100%;
    height: 100%;
}


.contact .contact-content{
    width: 100%;
    height: 691px;
    background: #1C1E53;
    padding-top: 106px;
    padding-left: 96px;
    padding-right: 96px;

}
.contact .contact-content h6{
      font-size: 32px;
    font-weight: 600;
    color: #fff;
     font-family: "Poppins", sans-serif;

}
.contact .contact-content p{
      font-size: 16px;
    font-weight: 400;
    color: #F4F6FC;
     font-family: "Poppins", sans-serif;

}
.contact .contact-content input{
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255,0.05);
    padding: 18px 32px;
    margin: 16px 0px;
    border-radius: 8px;
    color: #F4F6FC;
    font-size: 16px;
    font-weight: 400;
     font-family: "Poppins", sans-serif;


}
.contact .contact-content input::placeholder{
    color: #F4F6FC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;



}
.contact .contact-content button{
    background: #FCD980;
    width: 100%;
    padding: 16px 0px;
    border-radius: 41px;
    color: #1B1C2B;
    font-size: 16px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    margin-top: 18px;

}
.contact .contact-content .pricingbutton {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    display: inline-block;
    margin: 34px 142px;
    position: relative;

}
.contact .contact-content .pricingbutton .pricing-icon{
    left: 180px;
}
.contact .contact-content .pricingbutton:hover .pricing-icon{
left: 200px;
}



/* ======================
   Contact part end
======================= */
/* ======================
   Blog part start
======================= */
.blog{
    padding-bottom: 170px;
}
.blog h2{
     color: #282938;
    font-size: 48px;
    font-weight: 700;
     font-family: "Poppins", sans-serif;
     padding-bottom: 64px;
     text-decoration: none;
}
.blog .card-ancor{
    text-decoration: none;
}
.blog .card{
    width: 100% !important;
    border: 0px;
}
.blog .card .card-body{
    padding: 0 !important;
}
.blog .card .card-body .card-date{
  color: #282938;
    font-size: 16px;
    font-weight: 500;
     font-family: "Poppins", sans-serif;
     padding-top: 40px;
     padding-bottom: 16px;
}
.blog .card .card-body .card-title{
  color: #282938;
    font-size: 24px;
    font-weight: 500;
     font-family: "Poppins", sans-serif;
 
}
.blog .card .card-body .card-text{
  color: rgba(40, 41, 56,0.70);
    font-size: 16px;
    font-weight: 600;
     font-family: "Poppins", sans-serif;
     padding-top: 16px;
     padding-bottom: 32px;
 
}
.blog .card .card-body .card-ancor{
   color: #282938;
    font-size: 16px;
    font-weight: 500;
     font-family: "Poppins", sans-serif;
     
 
}
/* ======================
   Blog part end
======================= */
/* ======================
   Footer part start
======================= */
.first-footer{
    background: #1C1E53;
    padding-top: 100px;
    padding-bottom: 95px;
}
footer h2{
   color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 600;
     font-family: "Poppins", sans-serif;
     
}
footer p{
   color: rgba(255, 255, 255,0.80);
    font-size: 16px;
    font-weight: 500;
     font-family: "Poppins", sans-serif;
     width: 399px;
     padding-top: 22px;
}
footer .second-pera{
    padding-top: 14px;
    padding-bottom: 28px;
}
footer ul{
    display: flex;
    column-gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;

}
footer ul li i{
    color: white;
    font-size: 16px;
}

footer .footer-contact {
    width: 320px;
    height: 96px;
    background: #FCD980;
    position: absolute;
    top: 130px;
    left: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.second-footer .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-footer .navbar-nav{
    display: flex !important;
}
.second-footer p{
    color: black !important;
}
.second-footer a{
    color: black !important;
    font-size: 16px;
}
/* ======================
   Footer part end
======================= */