html,
body {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #000;
}

body {
    overflow-x: hidden;
}

.container-xl {
    max-width: 1170px;
}

.container-xxl {
    max-width: 1520px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-29 {
    font-size: 29px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-28 {
    font-size: 28px;
}

.f-36 {
    font-size: 36px;
}

.f-39 {
    font-size: 39px;
}

.f-40 {
    font-size: 40px;
}

.f-42 {
    font-size: 42px;
}

.f-43 {
    font-size: 43px;
}

.f-44 {
    font-size: 44px;
}

.f-52 {
    font-size: 52px;
}

.f-58 {
    font-size: 58px;
}

.mt-5x {
    margin-top: 150px;
}

.mb-5x {
    margin-bottom: 150px;
}

.pt-5x {
    padding-top: 150px;
}

.w-5x {
    width: 150px;
}

.primary-color {
    color: #00BFD6;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    color:#00BFD6;
}

a.link:hover {
    color: #fff !important;
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.mt-15 {
    margin-top: 9rem !important;
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}

.link {
    color: #FF2ED9;
}

.link:hover {
    color: #111C4E;
}

.hover-link:hover {
    opacity: .5;
}

ul {
    list-style: none;
}

::-webkit-input-placeholder {
    color: #000 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .btn-primary {
        background: #00bfd6 !important;
        border-color: #00bfd6 !important;
    }
}

:-ms-input-placeholder {
    color: #000 !important;
}

::placeholder {
    color: #000 !important;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

.cursor-p {
    cursor: pointer;
}

.object-cover {
    object-fit: cover;
}
.modal-title {
    color: #000;  

}
#playModal .modal-content iframe {
    width: 728px;
    height: 410px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-whatsapp:before {
    content: "\f232"
}
.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 17px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
  }
.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.banner-container h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 22px;
}

.banner-container h3 {
    font-size: 27px;
    font-weight: 700
}

.about-content {
    margin-top: 360px;
    margin-bottom: 93px;
}

.menu li {
    display: inline-block;
    margin: 0px 20px;
}

.menu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 8px 0px;
    transition: all ease-in-out .2s
}

.menu li:last-child {
    margin: 0;
    margin: 0px 20px;
}

.menu li a:after {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 5px;
    right: 0;
    height: 2px;
    background: #fff;
    transition: all ease-in-out .2s;
}

.menu li a.active:after,
.menu li a:hover:after {
    width: 100%;
}

.menu li a.active,
.menu li a:hover {
    color: #fff;
}

.btn-contact {
    background: #00bfd6;
    border-radius: 10px;
    border-color: #00bfd6;
    padding: 12px 40px !important;
    color: #fff !important;
}

.btn-contact:hover {
    opacity: 0.7;
}

.container-advantage {
    background: url('../img/bg1.png') no-repeat center;
    background-size: cover;
    min-height: 953px;
    padding: 100px 0;
}

.adv-content h1 {
    color: #00BFD6;
    font-size: 71px;
    font-weight: bold;
}

.adv-content h3 {
    color: #00BFD6;
    font-size: 26px;
    font-weight: bold;

}

.bg-line:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #707070;
    width: 100%;
    left: 0;
}

.border-blue {
    border: 1px solid #D7E3F8;
    border-radius: 50px;
}

.form-control {
    /* border-color: #00bfd6; */
    border-radius: 14px;
    height: 56px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-family: sans-serif;
}

.bottom-banner {
    background: url('../img/bg2.jpg') no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.bottom-banner h1 {
    font-size: 60px;
    font-weight: bold;
}

footer {
    background: #010D1A;
}

.footer-menu li a {
    margin: 10px;
    color: #fff
}

.footer-menu li a:hover {
    color: #01bfd7
}

.slider-container {
    background: #003da6;
    padding: 100px 0;
}

.slider-container .slick-slide {
    margin: 0 22px 46px;
}

.slider-container .slick-list {
    margin: 0 -22px;
}

.img-wrap {
    border-radius: 0 0 250px 250px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%
}

.nav-img {
    bottom: -44px;
    width: 100%;
    position: absolute;
    transition: all ease-in-out .5s;
}

.slider-container .slick-prev,
.slider-container .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    bottom: 46px;
    width: 200px;
    background: url('../img/arrow-l.svg') no-repeat center;
    z-index: 99;
}

.slider-container .slick-prev {
    left: 0px;
    background: url('../img/arrow-r.svg') no-repeat center;

}

.slider-container .slick-next {
    right: 0px;
    background: url('../img/arrow-l.svg') no-repeat center;
}

/* #212529 */
.banner-slider img {
    height: 940px;
    min-width: 100vw;
    object-fit: cover;
}

.banner-slider .slick-slide img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.banner-slider .slick-slide.slick-active img {
    transform: scale(1);
}

.banner-about {
    background: url('../img/about-bg.png') no-repeat center;
    min-height: 383px;
    background-size: cover;
}
.banner-guru {
    background: url('../img/ABOUT.jpg') no-repeat center;
    min-height: 383px;
}

.banner-faq {
    background: url('../img/FAQ.jpg') no-repeat center;
    min-height: 383px;
    background-size: cover;
}

.bg-white {
    min-height: 538px !important;
    position: relative;

}

.banner-gurus {

    min-height: 600px;
    background-size: cover;
}

.banner-text {
    margin-top: 50px;
    font-size: 64px;
}

.bg-gray {
    background: #F4F4F4;
}

.guru-card {
    width: 333px;
    height: 345px;
    max-width: 100%;
    margin-top: -150px;
}

.btn-primary {
    background: #00bfd6!important;
    border-color: #00bfd6!important;
}
.btn-primary:hover {
    background: #00bfd6!important;
}

.collapsed .uparrow {
    display: none;
}

.uparrow {
    display: inline-block;
}

.down-arrow {
    display: none;
}

.collapsed .down-arrow {
    display: inline-block;
}
/* Modal overlay */
.modal {
    display: none;
    position: fixed;
    /* z-index: 1000; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    align-items: center;
    justify-content: center;
}
.custom-modal-content {
    max-width: 90%;
      width: 50%;
    border-radius: 20px; /* Rounded corners for the modal content */
    /* padding: 15px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  }
#countryModal .modal-dialog {
    margin-top: 10px; /* Reduce top margin */
    width: 30%;
}

#countryModal .modal-content {
    padding-top: 0.5rem; /* Reduce padding inside the modal content */
}

#countryModal .modal-header {
    padding-top: 0.5rem; /* Optional: reduce header padding */
}

/* Modal content */
.modal-content {
    position: relative;
    background-color: #fff;
    /* padding: 1.5rem; */
    /* width: 100%;
    max-width: 360px; */
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-family: sans-serif;
    margin: auto;
}

/* Close button */
.modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
}

/* Form styles */
.modal-content h2 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
}

.input-group {
    margin-bottom: 1rem;
    text-align: left;
}

.input-group input:focus,
.input-group select:focus {
    border-color: #00bfd6;
    outline: none;
}

button {
    /* width: 100%; */
    padding: 0.7rem;
    font-size: 14px!important;
    color: #fff;
    background-color: #00bfd6;
    border: none;
    border-radius: 20px!important;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #00bfd6;
}

.signup-text {
    margin-top: 1rem;
    font-size: 13px;
    color: #666;
}

.signup-text a {
    color: #00bfd6;
    text-decoration: none;
}

.signup-text a:hover {
    text-decoration: underline;
}
.rounded-button {
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 13px;
    width: 38%;
}
.custom-modal-dialog {
    max-width: 90%; /* Adjust the percentage as needed */
    width: 90%;
  }
  .form-check-input:checked {
    background-color: #00bfd6;
    border-color: #00bfd6;
}
.sucess-modal-content{
    max-width: 65%!important;
}
.guru-name{
   font-size: 34px; 
}
.sub-text{
    font-size: 21px; 
 }
 #loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}
@media screen and (max-width: 768px) {
    .single-line {
        font-size: 4vw!important; /* Larger font size for smaller screens */
    }
    .sucess-modal-content {
        max-width: 100% !important;
    }
    .guru-card {
        width: 333px;
        height: 388px!important;
       
    }
   
}
@media (max-width: 767px) {
    #playModal .modal-content iframe {
        width: 100%;
        /* Full width on smaller screens */
        height: 300px;
        /* Adjust the height as needed for mobile */
    }
    .sucess-modal-content {
        max-width: 100% !important;
    }

}

@media (max-width: 767px) {
    .banner-guru {
        background: url('../img/guru.png') no-repeat center;
    min-height: 400px;
    }
    .f-28 {
        font-size: 22px;
    }

}

@media screen and (min-width: 1200px) {
    /* Your styles for large screens */
    .about-content {
    margin-top: 370px!important;
    }
}
@media screen and (max-width:1199px) {

    .about-content {
        margin-top: calc(100vw - 820px);
        margin-bottom: 150px;
    }

    .banner-container h1 {
        font-size: 40px;
        font-weight: 900;
    }
    .bg-white {
        min-height: 560px !important;
    }

    .menu {
        display: none;
        position: absolute;
        left: auto;
        right: 0;
        top: 100%;
        background: #000;
        z-index: 999;
        min-width: 154px;
        z-index: 99;
    }

    .menu li {
        display: block;
        padding: 0;
        margin: 0 !important;
    }

    .menu.open-menu {
        display: block !important;
    }

    .menu li a {
        text-align: left;
        display: block;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #00bed1;
    }

    .menu li a::after {
        content: none;
    }

    .custom-modal-content {
        max-width: 100%;
    width: 100%;
    }
    .rounded-button {
        width: 100%;  
    }
    #countryModal .modal-dialog {
width: 100%;
    }
}

@media screen and (max-width:992px) {

    .slider-container .slick-prev,
    .slider-container .slick-next {
        display: none !important;
    }

    .about-content {
        margin-top: 175px;
        margin-bottom: 50px;
    }

    .bg-white {
        min-height: 538px !important;
    }
}

@media screen and (max-width:768px) {
    .banner-slider img {
        height: 570px;

    }

    .bg-white {
        min-height: 538px !important;
        padding-bottom: 50px;
    }

    .btn-blue,
    .form-control {
        min-height: 46px;
        height: 46px;
    }

    .logo img {
        height: 50px;
    }

    html,
    body {

        font-size: 14px;
        line-height: 27px;
        color: #000;
    }

    .banner-container h1 {
        font-size: 5vw!important;
    }

    .banner-container h3 {
        font-size: 16px;
    }

    .f-58 {
        font-size: 48px;
    }

    .f-44 {
        font-size: 34px;
    }

    .bottom-banner h1 {
        font-size: 34px;
        font-weight: bold;
    }

    .btn-contact {

        padding: 8px 20px !important;
        color: #fff !important;
    }

    .footer-menu {
        width: 100%;
    }

}

@media screen and (max-width:480px) {
    .banner-slider img {
        height: 570px;

    }
    .comming-logo {
        padding-bottom: 1px;

    }

    .bg-white {
        min-height: 538px !important;
        padding-bottom: 50px;
    }

    .banner-text {
        margin-top: 100px;
        font-size: 56px;
    }

    .f-24 {
        font-size: 18px;
    }

    .f-34 {
        font-size: 22px;
    }
    .sucess-modal-content {
        max-width: 100% !important;
    }
    .download-buttons {
        flex-direction: row; /* Ensure they stay in a row for mobile */
        gap: 10px;
    }
}

.error {
    color: red;
}