* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: 0 !important;
    list-style: none;
    text-decoration: unset;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-reguler";
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-medium";
    src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body,
html {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

::selection {
    background-color: var(--front_main_color);
    color: #fff
}


ol,
ul {
    padding-left: 0
}

a {
    font-size: 14px;
    text-decoration: unset;
}

:root {
    --text-color: #000000;
    --background_main_color: #073CAE;
    --title-color: #FF7A21;
    --front_main_color: #F56A17;
    --common-color: #F3F3F3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Montserrat-Bold";
}



h4 {
    font-size: 28px;
    line-height: 25px;
    color: var(--title-color)
}

button,
p {
    font-family: "Montserrat-medium";
}

p {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-color);
    margin: 0;
}

::placeholder {
    color: var(--text-color);
    font-size: 16px;
    font-family: "Montserrat-reguler"
}

.our-gaping {
    margin-top: 115px
}



/* haeder css */
.main-header {
    background-color: var(--background_main_color);
    padding: 20px 0;
}


.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-whats a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.nav-menu-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* banner css */

.banner-wrapper {
    padding: 40px 0;
}

.banner-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-bottom: 20px;
}

.banner-title-box h1 {
    font-size: 42px;
    line-height: 52px;
    color: var(--background_main_color);
    text-align: center;
}

.celebrate-title h2 {
    text-align: center;
    color: var(--background_main_color);
    font-size: 42px;
    line-height: 52px;
    padding-bottom: 10px;
}

.banner-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}

.icon-box img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
    width: 60px;
    height: 60px;
}

.icon-box h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--text-color);
}

.choice-title h3 {
    text-align: center;
    font-size: 42px;
    line-height: 52px;
    padding-top: 30px;
    color: var(--background_main_color);
}

.banner-content-img img {
    width: 100%;
}

.details-title h3 {
    font-size: 42px;
    line-height: 52px;
    color: var(--title-color);
    margin-bottom: 40px;
}

.details-text p {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
}

.banner-details-box {
    padding: 0 30px;
}

.banner-main-content {
    margin-top: 80px;
}

.banner-details-content {
    display: flex;
    align-items: center;
}

/* section css */
.meet-wrapper {
    padding: 80px 0;
    background: #FFF2EA;
}

.meet-card-box {
    background: var(--front_main_color);
    padding: 15px;
    border-radius: 10px;
}

.meet-card-img {
    background: #F3F3F3;
    border-radius: 10px;
}

.meet-card-img img {
    padding: 20px 0;
    display: block;
    margin: auto;
    height: 300px;
}

.meet-right-box img {
    padding: 0;
    width: 100%;
}

.meet-details-box {
    padding-top: 20px;
}

.meet-title h4 {
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.meet-title p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.meet-timing ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.meet-timing ul {
    min-height: 39px;
}

.meet-text-box p {
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}

.meet-whts a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
}


/* book-now-wrapper */


.book-now-wrapper {
    padding: 80px 0;
    background: #DEEDD4;
}




.form-group {
    /* width: 594px;
    height: 650px; */
    margin-left: 81px;
}

.heading {
    color: #073CAE;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 39px;
}

.session-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.block-1 {
    color: #073CAE;
    font-family: "Montserrat-bold";
    font-size: 16px;
    cursor: pointer;
}

.rectangle {
    /* width: 200px;
    height: 50px; */
    flex-shrink: 0;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 15px;
}

.input-content label {
    font-size: 16px;
    color: #606060;
}

.input-content-tim label,
.input-content-dat label {
    font-size: 16px;
    color: #606060;
}

.input-content {
    margin-top: 34px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.form-control {
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    border-width: 2px;
    border-color: #8B8B8B;
    border-style: solid;
    padding: 10px;
}

.input-content-dat {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-sizing: border-box;
}

.form-control-dat {
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    border-width: 2px;
    border-color: #8B8B8B;
    border-style: solid;
    padding: 10px;
}

.input-content-tim {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.form-control-tim {
    color: #606060;
    font-family: "Montserrat-bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    border-width: 2px;
    border-color: #8B8B8B;
    border-style: solid;
    padding-left: 10px;
}

.submit-button {
    margin-top: 50px;
}

.form-control-butt {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat-bold";
    font-size: 20px;
    font-weight: 500;
    border-radius: 40px;
    background: #073CAE;
    border-style: none;
    padding: 12px 60px;
    margin: auto;
    display: block;
}

.book-now-main {
    max-width: 80%;
    margin: auto;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #073CAE;
}

.form-datepicker {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.book-now-title h3 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    color: var(--background_main_color);
    margin-bottom: 20px;
}


/* slider css */

.slider-wrapper {
    padding: 80px 0;
}

.slider-title-box {
    padding-bottom: 30px;
}


.slider-img-box img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
}


.slider-text p {
    color: var(--text-color);
    font-size: 20px;
    line-height: 36px;
    font-weight: 800;
}

.slider-text h5 {
    font-size: 22px;
    line-height: 30px;
    color: var(--background_main_color);
    text-align: right;
}

.slider-text-main {
    display: flex;
    align-items: center;
}

.slider-details-box {
    padding: 0 40px;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow.svg);
}

.carousel-control-prev {
    width: unset;
    top: 44%;
    left: -20%;
    bottom: unset;
}

.carousel-control-next {
    width: unset;
    top: 44%;
    right: -20%;
    bottom: unset;
}


.main-footer {
    padding: 60px 0;
    background: #C5E0B3;
}

.modal-content {
    border: unset;
    background: unset;
}

.video-popup-modal .modal-header {
    border: unset;
    padding: 0;
}

.video-popup-modal .modal-dialog {
    max-width: 30%;
    margin: 1.75rem auto;
}

.video-popup-modal .modal-body {
    padding: 0;
}


.video-popup-modal .modal-header button {
    position: absolute;
    top: -20px;
    right: 0;
    filter: invert(1);
    opacity: 1;
    font-size: 13px;
    font-weight: 900
}

.video-popup-modal .modal-header button:hover {
    transform: rotate(90deg);
    border: none;
    transition: .6s ease-in-out;
    text-decoration: unset;
    outline: 0 !important
}


/* footer css */
.footer-menu-list ul li a {
    color: var(--text-color);
    font-size: 20px;
    padding-bottom: 10px;
}

.footer-menu-list ul li {
    margin-bottom: 20px;
}

.footer-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-QR-box img {
    margin-top: 20px;
}

/* footer css end  */


/* landing page css */

.guru-content{
    max-width: 40%;
    display: block;
    margin: auto;
}
.guru-btn-box button img{
    width: 30px;
}


.guru-btn-box button{
    padding: 20px;
    border: 2px solid var(--background_main_color);
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 70%;
    background: transparent;
    justify-content: center;
}

.guru-btn-box button span{
    font-size: 26px;
    color: var(--background_main_color);
    font-family: "Montserrat-Bold";
}
.guru-btn-box{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    padding-top: 40px;
    flex-direction: column;
}

.guru-title{
    text-align: center;
}

.guru-title img{
    width: 250px;
}
.guru-wrapper{
    padding:300px 0;
}

/* responsive csss */


@media (max-width: 1655px){
    .guru-content{
        max-width: 50%;
    }
}
@media (max-width: 1365px){
    .guru-content{
        max-width: 60%;
    }
}


@media (max-width: 1199px) {
    .meet-title p{
        font-size: 20px;
    }
    .video-popup-modal .modal-dialog{
        max-width: 40%;
    }
    .guru-content{
        max-width: 70%;
    }
}


@media (max-width: 991px) {
    .banner-details-box {
        padding: 20px 0;
    }

    .form-datepicker {
        flex-direction: column;
    }

    .rectangle {
        width: 100%;
    }



    .banner-title-box h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .celebrate-title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .choice-title h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .details-title h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .details-text p {
        font-size: 18px;
        line-height: 26px;
    }

    .meet-title h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .meet-title p {
        font-size: 18px;
        line-height: 28px;
    }

    .book-now-title h3 {

        font-size: 32px;
        line-height: 40px;
    }

    .slider-details-box {
        padding: 0;
        padding-top: 30px;
    }

    .book-now-main {
        max-width: 100%;
    }

    .meet-card-box {
        margin-bottom: 15px;
    }
    .video-popup-modal .modal-dialog{
        max-width: 60%;
    }
    .guru-content{
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .banner-title-box h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .celebrate-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .banner-icon {
        justify-content: space-between;
        gap: 20px;
        padding: 15px 0;
    }

    .icon-box h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .choice-title h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .icon-box img {
        width: 40px;
        height: 40px;
    }

    .banner-main-content {
        margin-top: 40px;
    }

    .details-title h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .meet-wrapper {
        padding: 40px 0;
    }

    .book-now-wrapper {
        padding: 40px 0;
    }

    .slider-wrapper {
        padding: 40px 0;
    }

    .meet-card-box {
        margin-bottom: 15px;
    }

    .meet-title h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .meet-title p {
        font-size: 20px;
        line-height: 24px;
    }

    .meet-text-box p {
        font-size: 14px;
    }

    .meet-card-img img {
        height: 250px;
    }

    .input-content {
        display: block;
    }

    .form-control {
        width: 100%;
    }

    .book-now-title h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .input-content-dat {
        display: block;
    }

    .form-control-dat {
        width: 100%;
    }

    .input-content-tim {
        display: block;
    }

    .form-control-tim {
        width: 100%;
    }

    .slider-details-box {
        padding: 0;
        padding-top: 20px;
    }

    .slider-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .slider-text h5 {
        font-size: 20px;
    }

    .slider-img-box img {
        height: 400px;
    }

    .footer-logo a img {
        width: 120px;
    }

    .main-footer {
        padding: 40px 0;
    }

    .footer-menu-list ul li {
        margin-bottom: 10px;
    }

    .footer-menu-list ul li a {
        font-size: 17px;
    }

    .footer-icon a img {
        width: 40px;
        height: 40px;
    }

    .book-now-title h3 {
        margin-bottom: 20px;
    }

    .slider-title-box {
        padding-bottom: 0;
    }

    .book-now-main {
        max-width: 100%;
    }
    .video-popup-modal .modal-dialog{
        max-width: 70%;
    }
    .guru-btn-box button span{
        font-size: 20px;
    }
}


@media (max-width: 575px) {
    .banner-title-box h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .celebrate-title h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .logo-box img {
        width: 50px;
    }

    .choice-title h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .details-title h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .details-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .meet-title h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .meet-title p {
        font-size: 16px;
        line-height: 20px;
    }

    .book-now-title h3 {

        font-size: 22px;
        line-height: 32px;
    }

    .slider-img-box img {
        height: 340px;
    }

    .slider-text p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer-QR-box img {
        width: 150px;
        height: 150px;
    }

    .footer-logo a img {
        width: 100px;
        margin-bottom: 20px;
    }
    .guru-content{
        max-width: 100%;
        padding: 0 10px;
    }
    .guru-btn-box button{
        width: 100%;
    }
    
}

@media (max-width: 480px) {
    .banner-icon {
        flex-direction: column;
    }
    .video-popup-modal .modal-dialog{
        max-width: 80%;
    }
    .guru-btn-box button span {
        font-size: 18px;
    }
}

@media (max-width: 380px){
    .guru-btn-box button{
        padding: 20px;
    }
    .guru-btn-box button span {
        font-size: 16px;
    }
}