* {
    margin: 0;
    padding: 0;
}

body {
    color: var(--bodycolor);
    font-size: var(--font20-16);
    font-family: var(--font_inter);
    line-height: normal;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: -0.4px;
}

::selection {
    color: var(--white);
    background: var(--primary);
}

::-moz-selection {
    color: var(--white);
    background: var(--primary);
}

ul {
    list-style: none;
}


a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button::-moz-focus-inner {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3{
    font-weight: 700;
}

h1 {
    font-size: var(--font35);
    color: var(--white);
    line-height: 100%;
    letter-spacing: -0.7px;
}

h2 {
    font-size: var(--font45);
    letter-spacing: -0.84px;
}

h3 {
    font-size: var(--font22);
    letter-spacing: -0.44px;
    line-height: 100%;
}
.container {
    max-width: 88%;
}
.section-pt {
    padding-top: var(--space50);
}

.section-pb {
    padding-bottom: var(--space50);
}

.img-contain,
.img-cover {
    width: 100%;
    height: 100%;
    display: block;
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.radius-6{
    border-radius: var(--radius6);
    -webkit-border-radius: var(--radius6);
    -moz-border-radius: var(--radius6);
    -ms-border-radius: var(--radius6);
    -o-border-radius: var(--radius6);
    overflow: hidden;
}

.radius-12{
    border-radius: var(--radius12);
    -webkit-border-radius: var(--radius12);
    -moz-border-radius: var(--radius12);
    -ms-border-radius: var(--radius12);
    -o-border-radius: var(--radius12);
    overflow: hidden;
}

.radius-16{
    border-radius: var(--radius16);
    -webkit-border-radius: var(--radius16);
    -moz-border-radius: var(--radius16);
    -ms-border-radius: var(--radius16);
    -o-border-radius: var(--radius16);
    overflow: hidden;
}

.radius-18{
    border-radius: var(--radius18);
    -webkit-border-radius: var(--radius18);
    -moz-border-radius: var(--radius18);
    -ms-border-radius: var(--radius18);
    -o-border-radius: var(--radius18);
    overflow: hidden;
}

.btn {
    font-family: var(--font_inter);
    font-size: var(--font22-18);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    letter-spacing: -0.44px;
    border: 0;
    overflow: hidden;
    border-radius: var(--radius6);
    -webkit-border-radius: var(--radius6);
    -moz-border-radius: var(--radius6);
    -ms-border-radius: var(--radius6);
    -o-border-radius: var(--radius6);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:focus-visible{
    color: var(--white);
}
.btn:hover{
    color: var(--white);
}
.btn-white{
    background: var(--white);
    color: var(--bodycolor);
}
.btn-white a{
    color: var(--bodycolor);
}

.btn-white-small{
    padding: 13px 26px;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
}
.btn-limeBlueGradient::after, .btn-primaryGradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-limeBlueGradient::after{
    background-image: linear-gradient(149deg, var(--lime) 11.75%,  var(--ceruleanBlue) 100.22%);
}
.btn-primaryGradient::after{
    background-image: linear-gradient(151deg, var(--secondary) 25.4%, var(--primary) 98.08%);
}
.btn-limeBlueGradient:hover::after, .btn-primaryGradient:hover::after {
    opacity: 1;
}
.btn span {
    z-index: 1;
}
.btn-primaryGradient{
    background-image: var(--primaryGradient);
    color: var(--white);
    position: relative;
}
.btn-limeBlueGradient{
    background-image: var(--limeBlueGradient);
    color: var(--white);
    position: relative;
}
.btn-tealBlueGradient{
    background: var(--tealBlueGradient);
    color: var(--white);
}
.divider {
    width: 100%;
    height: 1px;
    background: #D4D4D4;
    margin: 40px 0;
}

.section-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sec-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sec-head h4 {
    font-size: var(--font24);
}


/* ------------------- banner ------------------- */

.banner-sec-style-1{
    width: 100%;
    height: 100%;
    background: var(--primaryGradient);
}

.banner-sec-style-1 picture{
    width: 100%;
    height: 100%;
}

.head-logo {
    margin-bottom: 90px;
    width: 230px;
}

.banner-caption h1{
    margin-bottom: 0;
    line-height: 35px;
    letter-spacing: -0.2px;
}
.banner-caption{
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding: 0 4rem 0.5rem 0;
}
.banner-caption h4{
    font-size: var(--font24-20);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    color: var(--white);
    margin-bottom: 5px;
}
.banner-caption p{
    font-size: var(--font20);
    font-weight: 400;
    color: var(--white);
    letter-spacing: -0.4px;
}
.banner-img {
    aspect-ratio: 16 / 9;
    position: relative;
}
.banner-img img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
/* .banner-img::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(180deg, var(--white) 50%, var(--secondary) 60%); 
    background: linear-gradient(358deg, var(--secondary) 0%, rgb(3 13 14 / 0%) 69%);
    opacity: 0.3;
} */
.banner-caption p span{
    font-weight: 600;
}
.btn-wrap{
    padding: 1.5rem 0 2.5rem;
}
.floating-btn{
    position: fixed;
    bottom: 26px;
    width: 328px;
    right: 26px;
    z-index: 999;
}
.banner-sec-style-1 .btn-white:hover, .banner-sec-style-1 .btn-white:active, .banner-sec-style-1 .btn-white:focus-visible {
    background: var(--white);
}
.banner-sec-style-1 .modal-content {
    background-color: transparent;
    border: none;
}
.banner-sec-style-1 .modal .close-btn {
    margin: 0;
    border-radius: 15px 15px 0 0;
}
.banner-img{
    position: relative;
}
.small-logo{
    height: 55px;
    width: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* -------------------------footer------------------------- */
footer{
    background: #F0EFEA;
    font-weight: 300;
    color: #3E3E3E;
}
.ftr-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ftr-logo {
    display: flex;
    justify-content: center;
}
.ftr-logo img{
    max-width: 190px;
}
.ftr-content{
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ftr-content p{
    font-size: var(--font13);
    line-height: 18px;
}
.ftr-copyright p{
    font-size: var(--font12);
}
footer p a {
    color: var(--bodycolor);
}
footer p a:hover {
    color: var(--primary);
}
.ftr-content p br {
    display: none;
}

/* ------------------------- feature style 9 ------------------------- */
.vi-feature-style-9 .feature-content h3 {
    font-size: var(--font52);
    color: #363636;
    font-weight: 700;
    letter-spacing: -1.04px;
    line-height: 1.1;
}
.vi-feature-style-9 .feature-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.vi-feature-style-9 .feature-content .row {
    row-gap: 12px;
}
.vi-feature-style-9 .feature-content .row .col {
    padding: 0 6px;
}
.vi-feature-style-9 .feature-list {
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vi-feature-style-9 .feature-list p {
    margin-bottom: 0;
}
.vi-feature-style-9 .cta-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    color: var(--black);
}
.vi-feature-style-9 .cta-content h3 {
    font-size: var(--font38);
    letter-spacing: -0.76px;
}
.vi-feature-style-9 .cta-content h4 {
    font-weight: 700;
    font-size: var(--font24-16);
    letter-spacing: -0.48px;
}

/* ------------------------- feature style 1 ------------------------- */
.vi-feature-style-1 {
    background: var(--paleYellow);
}
.vi-feature-style-1 .sec-head br {
    display: none;
}
.vi-feature-style-1 .feature-card-wrap {
    height: 100%;
}
.vi-feature-style-1 .feature-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 14rem;
}
.vi-feature-style-1 .feature-card-wrap .feature-card {
    width: 180px;
    height: 180px;
    padding: 20px;
    margin: 0 40px;
    border-radius: var(--radius18);
    -webkit-border-radius: var(--radius18);
    -moz-border-radius: var(--radius18);
    -ms-border-radius: var(--radius18);
    -o-border-radius: var(--radius18);
    box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.16);
    text-align: left;
}
.vi-feature-style-1 .feature-card-wrap ul {
    background: var(--orange);
}
.vi-feature-style-1 .feature-card-wrap ul.feature-card ul {
    background: var(--goldenrod);
    margin-left: 70px;
}
.vi-feature-style-1 .feature-card-wrap ul.feature-card ul ul {
    background: var(--aquamarine);
}
.vi-feature-style-1 .feature-card-wrap ul li h3 {
    margin-bottom: 30px;
}
.vi-feature-style-1 .feature-card-wrap ul li {
    width: 100%;
    height: 100%;
}
.vi-feature-style-1 .feature-ftr p {
    font-size: var(--font20);
    font-weight: 600;
    letter-spacing: -0.4px;
}

/* ------------------------- feature style 12 ------------------------- */
.vi-feature-style-12 .feature-content .feature-card {
    padding: 20px 25px;
    border-radius: var(--radius16);
    -webkit-border-radius: var(--radius16);
    -moz-border-radius: var(--radius16);
    -ms-border-radius: var(--radius16);
    -o-border-radius: var(--radius16);
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}
.vi-feature-style-12 .feature-content .col:first-child .feature-card {
    background: var(--lightYellow);
}
.vi-feature-style-12 .feature-content .col:nth-child(2) .feature-card {
    background: var(--electricBlue);
}
.vi-feature-style-12 .feature-content .col:nth-child(3) .feature-card {
    background: var(--orange);
}
.vi-feature-style-12 .feature-content .col:nth-child(4) .feature-card {
    background: var(--goldenrod);
}
.vi-feature-style-12 .feature-content .feature-card h3 {
    min-height: 45px;
    font-size: var(--font22-18);
}
.vi-feature-style-12 .feature-content .feature-card p {
    margin-bottom: 0;
}


/* -----------------feature style 10------------------------- */
.feature-style-10{
    background: var(--paleYellow);
}
.feature-style-10 .feature-card h4{
    font-size: var(--font24);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}
.feature-style-10 .top-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.feature-style-10 .feature-card .feature-img2{
    width: 230px;

}
.feature-style-10 .feature-card .feature-img1{
    width: 200px;
}
.feature-style-10 .feature-card{
    padding: 28px 29px;
    background: var(--white);
    min-height: 245px;
    position: relative;
}
.top-text p{
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: -0.36px;
}
.feature-style-10 .feature-content{
    display: flex;
    flex-direction: column;
    gap: 15px;

}
.feature-style-10 .feature-img-wrap{
    position: absolute;
    right: 10px;
    bottom: 20px;
}


/* -----------------feature style 11------------------------- */
.feature-style-11 .feature-img1{
    text-align: center;
    aspect-ratio: 16 / 9.8;
    display: block;
    height: 100%;
    width: 100%;
}
.feature-style-11 .feature-img1 img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    object-fit: center;
    object-position: top;
}

.feature-style-11 .feature-img-2{
    background: url(../image/feature-img-2.webp) center center / cover no-repeat;
    width: 100%;
    min-height: 500px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.feature-style-11 .img-wrap {
    /* margin-top: 10rem; */
    position: absolute;
    top: -135px;
    left: 0;
    right: 0;
}
.feature-img-wrap {
    position: relative;
    margin-top: 11rem;

}
.sub-heading{
    text-align: center;
}
.sub-heading h4{
    margin: 10px 0 6px 0;
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

/* ----------------feature style 13------------------------- */

.feature-style-13 .feature-content,
.feature-style-14 .feature-content{
    padding-top: 40px;
}
.feature-style-13 .list-wrap ul{
    padding: 0;
}
.list-wrap ul li{
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 13px;
    list-style: none;
}
.list-wrap ul li span{
    font-size: var(--font18);
    letter-spacing: -0.32px;
}
.list-wrap ul li h4{
    font-size: var(--font20-16);
    letter-spacing: -0.4px;
    font-weight: 700;
}
.list-wrap ul  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 40px;
    row-gap: 30px;
    color: var(--bodycolor);
}
.list-wrap ul li:first-child{
    padding-top: 0;
}
.list-wrap ul li:last-child a{
    border: none;
    padding-bottom: 0;
}
.list-icon img{
    height: 54px;
    width: 40px;
}
.list-icon{
    background: var(--tealBlueGradient);
    padding: 5px 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.list-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* ----------------feature style 14------------------------- */
.feature-style-14 .sec-head{
    display: block;
}
.feature-style-14 .sec-head h2,
.feature-style-14 .sec-head h4
{
    margin-bottom: 10px;
}

.personal-thinking-sec{
    background: var(--paleYellow);
}
.feature-style-14 .list-wrap ul {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    column-gap: 40px;
    row-gap: 30px;
    color: var(--bodycolor);
}
.split-right-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.feature-style-14 .list-wrap ul li {
    gap: 15px;
}
.split-content-left{
    /* background: url('../image/language-img.svg') no-repeat center -15px / contain;
    background-size: 108% 108%;
    height: 100%;
    width: 100%; */

    /* NEW */
    
    position: relative;
}
.split-content-left h4{
    font-size: var(--font22-16);
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 5px;
}

.block-quotes{
    font-size: var(--font16);
    font-weight: 400;
    border-radius: 32px;
    background: var(--tealBlueGradient);
    padding: 12px 15px;
    color: var(--white);
    width: max-content;
}
.feature-content .block-quotes::before {
    content: '';
    width: 19px;
    height: 28px;
    border-bottom: solid 17px #147072;
    border-left: solid 12px transparent;
    border-right: solid 13px transparent;
    position: absolute;
    bottom: -21px;
    right:45px;
    transform: rotate(181deg);
}
.for-business-sec .feature-content .block-quotes::before {
    right: 50px;
}
.quotes:nth-child(even) .block-quotes::before{
    bottom: -21px;
    left:30px;
    border-bottom: solid 17px #435D9A;
}
.quotes-wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
    width: 100%;
    height: 100%;
}
.quotes-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
    max-width: 510px;
}
.block-quote-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 2.5rem;
    bottom: 0;
    padding: 0 58px;
    gap: 30px;
}
.btm-text h4{
    font-size: var(--font20-16);
    font-weight: 500;
    margin-top: -2.5rem;
    position: relative;
}
.split-right-content .btm-text h4{
    font-size: var(--font24-16);
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-top: 0;
}
.bq-wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.quotes {
    position: absolute;
    right: 0;
    top: 0;
}

.quotes:nth-child(3) {
    top: 9rem;
}

.quotes:nth-child(even) {
    top: 4.2rem;
    right: 7.5rem;
}

/* -------------------- dropdown btn --------------------- */


.dropdown {
  position: relative;
  display: inline-block;
  width: max-content;
}
 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    left: 0;
    margin-top: 5px;
    border-radius: 14px;
    padding: 5px;
}
 
.dropdown-content a {
    display: flex;
    padding: 5px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 38px;
    border: 1px solid #C6C6C6;
    background: #F0F0F0;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
    color: var(--black);
    font-weight: 400;
    font-size: var(--font16);
    cursor: pointer;
}
.show {
    display: block;
}
.dropdown a {
    font-size: var(--font16);
}
/* modal */

.modal-video-container iframe{
    width: 100%;
    height: 500px;
}
 
.modal-video-container{
    height: 100%;
    width: 100%;
    padding: 0;
}

.modal .modal-btn {
    display: flex;
    justify-content: end;
    border-radius: 24px;
}

.modal .close-btn {
    background: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    margin: 0 0;
    border-radius: 0;
    opacity: 1;
    padding: 0;
}

/* .modal.modal-video .close-btn {
    margin: 0;
    border-radius: 15px 15px 0 0;
    background: white;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0;
} */
.modal-video-wrap {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.modal-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-sec-style-1 .dropdown .btn-white:hover {
    color: var(--bodycolor);
}
.floating-btn {
    position: fixed;
    bottom: 26px;
    width: auto;
    right: 26px;
    z-index: 999;
}

.amount-wrap {
    display: flex;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.amount-wrap .discount-price{
    font-size: var(--font30);
    color: #363636;
    text-decoration: line-through;
} 

.banner-sec-style-1 .amount-wrap .discount-price{
    font-size: var(--font20-16);
    font-weight: 200;
}

.banner-sec-style-1 .amount-wrap h3{
    font-size: var(--font30);
    line-height: 1.1;
}
.banner-sec-style-1 .amount-wrap{
    justify-content: flex-start;
    gap: 0.5rem;
}
.banner-sec-style-1 .amount-wrap,
.banner-sec-style-1 .amount-wrap span{
    color: var(--white);
}

.banner-sec-style-1 .btn-wrap {
    padding: 0.5rem 0 2.5rem;
}
.amount-wrap h3 span {
    font-size: 20px;
    font-weight: 400;
}
.banner-sec-style-1 .amount-wrap h3 span {
    font-size: 14px;
    font-weight: 200;
}
.pricing-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
small {
    font-size: var(--font14);
    font-style: italic;
    letter-spacing: 0.2px;
}
.banner-sec-style-1 small {
    color: var(--white);
    font-weight: 200;
}
.banner-sec-style-1 .pricing-wrap {
    gap: 8px;
}