:root {
    --font-color: #0c5fa9;
    --font-family-playfair: "Playfair Display", serif;
    --font-family-montserat: "Montserrat", sans-serif;
    --cta-hover-txt-shadow: #FFF0A5;
    --cta-bg-hover-color: #003921;
    --text-color: #003921;
    --cta-drop-shadow: #8B520F;
    --cta-drop-shadow2: #F88600;
}

* {
    font-family: var(--font-family-playfair);
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.cust-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Banner Video sec */
.banner-video-sec .banner-video-inner {
    position: relative;
    padding: 30px;
}

.banner-video-sec .banlogo {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate(-50%, 36px);
}

.banner-video-inner .banlogo>img {
    width: 140px;
}

.banner-video-sec .banvideo {
    aspect-ratio: auto;
    width: 100%;
    /* height: 640px; */
    height: auto;
}

.banner-video-sec .banvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banvideo .desktop,
.stickycard-video.desktop {
    display: block;
}

.banvideo .mobile,
.stickycard-video.mobile {
    display: none;
}

.banner-video-inner .bancta {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.banner-video-inner .bancta button {
    padding: 15px 20px;
}

.comonctahover button {
    font-family: var(--font-family-montserat);
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: .3s;

}

.comonctahover button:hover {
    transition: .3s;
    background: var(--cta-bg-hover-color);
    text-shadow: 0px 0px 0px var(--cta-drop-shadow), 0 0 2em var(--cta-drop-shadow2), 0 0 0.6em var(--cta-drop-shadow2);
    box-shadow: 0px 1px 6px 0px var(--cta-drop-shadow2);
}

/* End Banner Video sec */

/* teaser-video-inner section */
.teaser-video-sec {
    margin-top: 100px;
}

.teaser-video-inner .teaservideo {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
}

.teaser-video-inner .teaservideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seccommongap {
    margin: 100px 0;
}

/* End teaser-video-inner section */

/* Discover Slider */
.discovercarousel .swiper-slide {
    display: flex;
    align-items: center;
    width: 100% !important;
}

.discovercarousel .swiper-slide .info {
    width: 50%;
    padding-left: 100px;
}

.discovercarousel .swiper-slide .info p {
    font-weight: 400;
    font-family: var(--font-family-playfair);
    font-size: 48px;
    color: var(--text-color);
    line-height: 60px;
}

.discovercarousel .swiper-slide .dislid-img {
    width: 50%;
}

.discovercarousel .swiper-slide .dislid-img>img {
    width: 100%;
}

.discovercarousel .swiper-pagination {
    width: 90%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    left: 5%;
}

.discovercarousel .swiper-pagination .swiper-pagination-bullet {
    width: 25%;
    height: 4px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    opacity: 1;
    margin: 0;
}

.discovercarousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--cta-bg-hover-color);
}

/* discover new function */
.scroll-carousel {
    background: #fff;
    position: relative;
    padding: 100px 0 0 0;
    margin-bottom: 100px;
}

.scroll-carousel .scrollcar-inner {
    position: relative;
    height: 500vh;
}

.scroll-carousel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://beyondage-data.s3.ap-south-1.amazonaws.com/images/waves.png) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    z-index: 1;
    opacity: 0.11;
    top: 0;
    left: 0;
}

.sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100vh;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.left-text,
.right-images {
    flex: 1;
    position: relative;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.left-text .text-slide {
    top: 30%;
    left: 20px;
}

.text-slide,
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}

.carousel-img {
    transform: translateX(100%);
    /* start off screen */
    z-index: 0;
}

.carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-slide.active,
.carousel-img.active {
    opacity: 1;
    z-index: 1;
}

.carousel-img.active {
    opacity: 1;
    transform: translateX(0);
    /* slide into view */
    z-index: 1;
}

/* End Discover Slider */
.stickyscrol-section {
    background: url(https://beyondage-data.s3.ap-south-1.amazonaws.com/images/latesbg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 30px;
    background-attachment: fixed;
}

.scroll-section {
    position: relative;
    height: 400vh;
    /* height: 400vh; enough height to allow scrolling */
}

.stickyscrol-section .scroll-section .sticky-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.stickyscrol-section .scroll-section .sticky-wrapper .leftvideo {
    width: 48vw;
}

.stickyscrol-section .scroll-section .sticky-wrapper .right-stick-text {
    position: relative;
    width: 46vw;
}

.sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

#mainVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: opacity 0.3s ease;
    /* aspect-ratio: 10; */
}

.overlay-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    transform: translate(0%, -50%);
    padding: 0 30px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.8s ease;
}

.trigger {
    height: 100vh;
    background: transparent;
}

/* Base style */
.overlay-text h5 {
    color: #fff;
    font-family: var(--font-family-playfair);
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* When changing text: fade out and slide up */
.overlay-text h5.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

/* When fading in new text */
.overlay-text h5.fade-in {
    opacity: 1;
    transform: translateY(0);
}


.stickvdo-desc .stickvdo-desc-inner hr,
.right-stick-text .overlay-text hr {
    height: 0.5px;
    background-color: #FFFFFF;
    width: 400px;
    margin: 30px auto;
    padding: 0;
}

.stickvdo-desc .stickvdo-desc-inner p,
.right-stick-text .overlay-text p {
    color: #fff;
    font-family: var(--font-family-montserat);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    opacity: 1;
}


/* End Sticky scroll section */

/* Coming soon sec */
.comingsoon-sec {
    background: url(https://beyondage-data.s3.ap-south-1.amazonaws.com/images/cmngsonbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px;
    text-align: center;
}

.comingsoon-inner {
    width: 100%;
}

.comingsoon-sec button {
    font-family: var(--font-family-playfair);
    font-size: 55px;
    font-weight: 700;
    background: transparent;
    padding: 50px 272px;
    width: 100%;
    cursor: default;
    border: none;
}

/* End Coming soon sec */

/* Footer css */
footer {
    background: url(https://beyondage-data.s3.ap-south-1.amazonaws.com/images/footbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.footerinner h5 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footerinner p {
    font-family: var(--font-family-montserat);
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

.footerinner form input {
    font-family: var(--font-family-montserat);
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    background: transparent;
    text-align: center;
    outline: none;
    border: none;
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 20px;
    width: 360px;
}

.footerinner form button {
    margin-top: 40px;
    font-family: var(--font-family-montserat);
    font-size: 14px;
    font-weight: 700;
    padding: 15px 58px;
}

.footlogo {
    margin-top: 90px;
}

.footlogo img {
    width: 500px;
}

/* End foter css */

/* modal form */

/*form styles*/

.custmodal .modal-content,
.thankyoumodal .modal-content {
    background: url(https://beyondage-data.s3.ap-south-1.amazonaws.com/images/frombg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.form-container {
    background: transparent;
    max-width: 100%;
    margin: auto;
    padding: 0 30px 30px 30px;
    overflow: hidden;
}

.modal-header {
    border: none !important;
    padding: 5px 40px !important;
}


.progress-bar {
    height: 10px;
    background: #e0e0e052;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 0;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 25px;
    transition: width 0.3s ease;
    border-radius: 30px;
}

.progbarper-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress>span,
.progbarper-sec>span {
    display: inline-block;
    /* width: 100%; */
    text-align: right;
    /* padding-right: 20px; */
    font-family: var(--font-family-montserat);
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.modalformbuttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 0 70px;
    gap: 30px;
}

.modalformbuttons button {
    padding: 10px 45px;
    height: 48px;
    width: 240px;
}

.stepfirs-ctas.comonctahover {
    margin-top: 0;
    text-align: center;
}

.buttons button[disabled] {
    background: #ccc;
    cursor: not-allowed;
}

.forminnerfields .form-desc {
    text-align: center;
}

.firststep-submitbtn {
    margin-top: 20px;
    text-align: center;
}

.commonsubmitbtn>button {
    text-decoration: underline;
    display: inline-block;
    padding: 0;
    border: none;
    font-family: var(--font-family-montserat);
    font-size: 12px;
}

.commonsubmitbtn>button:hover {
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.forminnerfields .form-desc h5 {
    color: #fff;
    font-family: var(--font-family-playfair);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.forminnerfields .form-desc p {
    font-family: var(--font-family-montserat);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-top: 20px;
}

.forminnerfields .form-desc hr {
    background: #fff;
    height: 0.1px;
    width: 300px;
    margin: 22px auto;
}

.form-step.step1 .form-group {
    padding: 0px 70px;
}

.forminnerfields .form-group {
    padding: 20px 10px 20px 70px;
}

.forminnerfields .form-group .formrow {
    margin-bottom: 22px;
    position: relative;
}

.forminnerfields .toformflex {
    display: flex;
    justify-content: space-between;
}

.forminnerfields .toformflex .formrow {
    width: 48%;
}

.formrow .error-message {
    position: absolute;
    left: 0;
    font-size: 12px;
    color: red !important;
    font-weight: 700;
    font-family: var(--font-family-montserat);

}

.forminnerfields .formrow label {
    display: block;
    font-family: var(--font-family-montserat);
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.forminnerfields .formrow input,
.forminnerfields .formrow select {
    background: transparent;
    border: 1px solid #F9F9F9;
    font-family: var(--font-family-montserat);
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    color: #ffffff;
}

.forminnerfields .formrow select option {
    color: #000;
}

.forminnerfields .formrow select option:first-child {
    display: none;
    color: #fff;
}

#multiStepForm .buttons {
    padding: 0 70px;
}

.forminnerfields .form-group>h5 {
    font-family: var(--font-family-montserat);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    margin-bottom: 22px;
}

.forminnerfields .form-group .formrow.fieldcheckbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.forminnerfields .form-group .formrow.fieldcheckbox input {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    opacity: 0;
    cursor: pointer;
}


/* Hide native checkbox */
/* .formrow.fieldcheckbox input[type="checkbox"] {
      display: none;
    } */

/* Custom checkbox box */
.formrow.fieldcheckbox .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background 0.2s ease;
    z-index: 0;
}

/* Checked style */
.formrow.fieldcheckbox input:checked~.checkmark {
    background-color: #fff;
    border-color: var(--text-color);
}

/* Checkmark (âœ“) */
.formrow.fieldcheckbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--text-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.formrow.fieldcheckbox input:checked~.checkmark::after {
    display: block;
}

.formrow.fieldcheckbox input[disabled],
.formrow.fieldcheckbox textarea[disabled] {
    cursor: default !important;
    /* opacity: 0.2 !important; */
    opacity: 1 !important;
}

::placeholder {
    color: #fff;
}

/* Custom check box end */

.forminnerfields .form-group .formrow.fieldcheckbox label {
    margin-left: 10px;
    margin-bottom: 0;
}

.forminnerfields .form-group .formrow.fieldcheckbox.flexwrap {
    flex-wrap: wrap;
}

.forminnerfields .form-group .formrow.fieldcheckbox textarea {
    resize: none;
    background: transparent;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-top: 20px;
    padding: 10px 15px;
    color: #ffffff;
    font-family: var(--font-family-montserat);
}

.modalclosebtn>span {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-size: 30px;
    font-family: 'Playfair Display';
}

.custmodal form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    background-image: url(https://beyondage-data.s3.ap-south-1.amazonaws.com/images/fromdwnar.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 22px top 18px !important;
    background-size: 12px !important;
}

.iti__flag-container {
    width: 50px;
}

.iti--allow-dropdown {
    display: flex;
}

.iti--allow-dropdown #phone {
    padding-left: 50px;
}

.iti__arrow {
    border-top: 4px solid #fff !important;
}

#step1SubmitBtn {
    width: fit-content;
}

#firststepdesc {
    font-family: var(--font-family-montserat);
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    margin-bottom: 18px;
}

/* End modal form  */

/* Thankyou  modal */
.thankyoumodal .modal-content {
    padding: 20px;
}

.thankyoumodal .modal-content .modal-body {
    border: 2px solid #fff;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankyoumodal .modal-content .modal-body {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-family: var(--font-family-playfair);
}

/* End Thankuyou modal */


/* start loader */
#formLoader {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    border-radius: 8px;
    max-width: 220px;
    z-index: 1000;
    transform: translate(-50%, 0px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#formLoader .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

#formLoader p {
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

/* end loader */

/* subscription form */
#subscriptionForm {
    position: relative;
}

/* end subscription form */

/* subscription start loader */
#formLoaderSubscribe {
    display: none;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    padding: 15px;
    border-radius: 8px;
    max-width: 220px;
    z-index: 1000;
    transform: translate(-50%, 0px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#formLoaderSubscribe .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

#formLoaderSubscribe p {
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

/* subscription end loader */