@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}
:root {
    --primary-color: #293a51;
    --font-size: 16px;
    --light-blue:#404eed;
}
h1,h2,h3{
    color: #293a51;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 30px;
    font-family: "Montserrat", serif;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.header a{
    color: #293a51;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0 15px;
}
.ri-star-s-fill{
    color: #404EED;
    font-size: 20px;
    
}
.rating{
    margin: 20px 0;
}
.navbar.scrolled {
    background: white !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky !important;
    top: 0;
}
.test-img{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.test-img img{
    width: 25px !important;
    height: 25px;
    border-radius: 50%;
}


ul li a{
    color: var(--primary-color) !important;
    list-style-type: none;
    font-weight: 400;
}
.btn-try{
    padding: -0 25px !important;
    background-color:var( --light-blue) !important;
    color: white;
    /*height: 45px ;*/
}
.top-header{
    background-color: #2C3A41;
}
.header{
    position: absolute !important;
    width: 100%;
    top: 40px;
}
.hero-section{
    background-color: #fff9f3;
    background-image: url(/images/bg_light.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 900px;
    padding-bottom: 150px;
}
.hero-section .heading{
    font-size: 40px !important;
    margin-top: 200px;
    color: #B4C5FF;
    background: linear-gradient(45deg, #3c2d83, #c33c65, #786AFF, #B4C5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    font-size: 30px;
    font-weight: 700;
}
.hero-section .sub-heading{
    font-size: 16px;
    line-height: 1.5;
}
.hero-section button{
    background-color: #404eed;
    border-color: #404eed;
    color: #FFF;
    border: none;
}
.free-btn{
    font-size: 18px;
    padding: 12px 32px;
}
.hero-img img{
    box-shadow: 0 5px 15px rgba(44, 44, 44, 0.3);
    position: absolute;
    max-width: 800px;
    width: 95%;
    left: 50%;
    top:750px;
    transform: translateX(-50%);
    z-index: 9;

}
.testimonial{
    margin-top: 280px;
}
.testimonial h1{
    color: #293a51;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 30px;
}
.new-cd{
    height: 210px;
}
.new-cd:hover{
    box-shadow: 0 20px 30px rgba(44, 44, 44, 0.1);
}
.new-cd i{
    color:#404EED ;
}
.icon-new {
    background-color: #ffffff;
    font-size: 20px;
    height: 50px;
    margin-right: 15px;
    max-width: 50px;
    min-width: 50px;
    border-radius: 30px;
}
.icon-new i{
    color: #404EED;
}
.grey-bg {
    background-color: #E5E8EC;
    padding: 100px 0;
}
.faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-section{
    background-color: #E5E8EC;
    padding: 100px 50px;
}
.contact-form{
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px;
}
.contact-form input{
    margin: 10px 0;
}
.style2{
    padding:10px 0;
    background-color: #404EED;
    border: none;
    color: white;
}
/* pakages */
.pricing-header{
    text-align: center;
    background-color: #fff9f3;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    padding: 20px 15px;
    width: 100%;
}
.header img{
    max-height: 40px;
    width: 100%;
}
.nav-item{
    list-style: none;
}
.price{
    align-items: center;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    min-height: 130px;
    padding: 20px 15px;
}
.pricing-details p{
    color: #293a51;
    font-size: 16px;
    padding: 20px 15px;
}
.price, .pricing-details{
    border-left: 1px solid #ddd;
    width: 100%;
}
.btu{
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #404EED;
    color: white;
    margin-top: 10px;
}
.pricing-tab{
    /* background-color: white; */
    order: 1px solid #DDD;
    border-radius: 5px;
    display: inline-block;
    justify-content: center;
    margin-top: 50px 
}
.nav-tabs .nav-link{
    background-color: white !important;
}
.pricing-details p:nth-child(even){
    background-color: #ececec;
    margin: 0;
}
.pricing-details p:nth-child(odd){
    background-color: #ffffff;
    margin: 0;
}
.ti-check{
    color: green;
}
.package-price{
    font-size: 16px;
    font-weight: 700;
}

.currency-code{
    font-size: 14px;
}
.price .h4{
    font-weight: 700;
}
.heading {
    color: #293a51;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 30px;
}
ul li a{
    text-decoration: none;
}
.card-subtitle{
    font-size: 18px;
}
p.lead{
    font-size: 18px;
}
.footer-social{
    display: flex;
    gap: 10px;
    list-style: none;
    
}
.footer-social i{
    color: #404EED;
}
.pricing-header .h3{
    font-size: 20px;
    font-weight: 700;
}
.acc {
    width: 50% !important;
}
.accordion-button:focus{
    border: unset !important;
}
.accordion-button:not(.collapsed){
    background-color: transparent !important;
}
.accordion-button:focus{
    box-shadow: unset !important;
}
.test-pra{
    font-size: italic;
}
.sticky-wrapper{
    position: sticky;
    top: 0;
}
.badge{
    background-color: #f5f6f7 !important;
    color: #404eed !important;
}
.h3, h3 {
    font-size: 24px !important;
    color: #293a51;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}
h4{
    font-size: 18px;
    font-weight: 700;
}
@media only screen and (max-width:512px) {
    .header img{
        width: 100px;
   }
   .hero-section .heading{
    font-size: 28px !important;
   }
   .hero-img{
    display: none;
   }
   .hero-section{
    min-height: unset;
    padding-bottom: 80px;
   }
   .testimonial{
    margin-top: 80px;
   }
   .new-cd{
    margin: 15px 0;
   }
   .heading{
    font-size: 22px;
   }
   .Variants{
    margin: 15px 0;
    display: flex;
    align-items: center;
   }
   .acc {
    width: 100% !important;
}
.form-section{
    padding: 10px 0;
}
}
