::-webkit-scrollbar-thumb {
    background: #fac211;
}

.btn.disabled {
    color: var(--bs-btn-disabled-color) !important;
    --bs-btn-disabled-bg: #414141;
    --bs-btn-disabled-border-color: #414141;
    --bs-btn-disabled-opacity: 0.3;
}

.form-control:disabled {
    opacity: 0.1;
}

.navbar {
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    backdrop-filter: blur(10px);
}

.fix {
    position: fixed;
    background: #0004;
    backdrop-filter: blur(10px);
}

.navbar-brand > img {
    max-width: 600px;
    background-color: white;
    padding: 10px;
    border-radius:6px;
}

.btn:focus-visible {
    border-color: transparent !important;
    background: #fac211;
    color: #000 !important;
    box-shadow: none;
}

.fs-26 {
    font-size: 26px;
}

@media (min-width: 768px) {
    .hero {
        height: 90vh;
    }
}

.hero {
    background: url("<? base_url() ?>public/web/img/landing-page/elite-banner.jpg") no-repeat center center / cover;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0b1120, rgba(11, 17, 32, 0));
}

.contact-form .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    background-color: #212529;
}

.bg-back-shadow {
    background-image: linear-gradient(90deg, #0f172b, #3a3525 47.15%, #0f172b);
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: 400% 400%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    filter: blur(50px);
}

.iti.iti--allow-dropdown ~ label {
    background-color: #212529;
}

.adjust-h {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.text-balance {
    text-wrap: balance;
}

.btn {
    font-weight: 500;
}

.btn.disabled {
    color: var(--bs-btn-disabled-color) !important;
    --bs-btn-disabled-bg: #414141;
    --bs-btn-disabled-border-color: #414141;
    --bs-btn-disabled-opacity: 0.3;
}

.form-control:disabled {
    opacity: 0.1;
    --bs-secondary-bg: #828282;
}

.navbar {
    width: 100%;
    /* background-color: #3030304d; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.fix {
    backdrop-filter: blur(10px);
}

.navbar-brand > img {
    max-width: 150px;
}

.btn:focus-visible {
    border-color: transparent !important;
    background: #fac211;
    color: #000 !important;
    box-shadow: none;
}

 

ul.contest-listing {
    list-style: none;
    padding-left: 0px;
    line-height: 1.9;
}


@media (min-width: 992px) {
    /* .banner {

                height: calc(100vh - 90px);

                height: 100vh;

            } */
    .banner::after {
        height: 250px;
    }
    .border-lt {
        border-left: 1px solid #fac211;
        border-top: 1px solid #fac211;
    }
    .border-bl {
        border-bottom: 1px solid #fac211;
        border-left: 1px solid #fac211;
    }
    .border-tr {
        border-top: 1px solid #fac211;
        border-right: 1px solid #fac211;
    }
    .border-rb {
        border-right: 1px solid #fac211;
        border-bottom: 1px solid #fac211;
    }
}

 
.form-section {
    background-color: #0005;
    padding: 32px 16px;
    border: 3px solid #3a3a3a;
}

.form-section form * {
    font-size: 14px;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.form-section .btn-secondary {
    border-color: #fac211;
}

.payment-img {
    padding: 1rem;
    text-align: center;
    background: #f3f3f3;
    border-radius: 0.5rem;
    flex-basis: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.payment-img img{
  height: 4rem;
  width: 100%;
  object-fit: contain;
}

/*.payment-img:hover {*/
/*    flex-grow: 0.3;*/
/*}*/


.payment-col {
    display: flex;
    gap: 20px;
    justify-content: center;
}




.amb-box {
    padding: 0 30px;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 100%;
}

.amb-box .fs-5 {
    line-height: 1.2;
    margin-bottom: 6px;
}

.amb-box p {
    margin-bottom: 0;
    font-size: 14px;
}

.amb-box > .icon {
    transition: all 0.3s ease-in-out;
}

.amb-box > .icon > img {
    max-width: 50px;
}

.amb-box:hover .icon {
    filter: grayscale(1);
}

.product-tab.nav-pills .nav-link {
    --bs-nav-pills-border-radius: 50px;
}

.product-tab.nav-pills .nav-link:is(.active, :hover) {
    --bs-nav-pills-link-active-bg: #fac211;
}

.bg-back-shadow {
    background-image: linear-gradient(90deg, #0f172b, #3a3525 47.15%, #0f172b);
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: 400% 400%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    filter: blur(50px);
}

.adjust-h {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.cta-sec .bg-gradient {
    background: linear-gradient(45deg, #0d0e11, #ec9f2b17) !important;
}

.iti.iti--allow-dropdown ~ label {
    background-color: #212529;
}

.contact-form .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    background-color: #212529;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-container input.form-control {
    padding: 10px !important;
}

.steps-pane img {
    height: 100px;
    margin-top: 18px;
    -ms-transform: skewX(-15deg);
    /* IE 9 */
    -webkit-transform: skewX(-15deg);
    /* Safari */
    -o-transform: skewX(-15deg);
    /* Standard syntax */
    -moz-transform: skewX(-15deg);
}

.pane-warp {
    height: 100px;
    width: 10px;
    margin-left: 20%;
    margin-top: 20px;
    -ms-transform: skewX(15deg);
    /* IE 9 */
    -webkit-transform: skewX(15deg);
    /* Safari */
    -o-transform: skewX(15deg);
    /* Standard syntax */
    -moz-transform: skewX(15deg);
}

.steps-pane {
    height: 100px;
    width: 140px;
    margin-left: 10px;
    /* box-shadow: 7px 0px 5px #fac211; */
    display: grid;
    place-content: center;
    background-color: #0d0e11;
}

.inverted-pane-warp {
    height: 100px;
    width: 10px;
    margin-left: 20%;
    -ms-transform: skewX(-15deg);
    /* IE 9 */
    -webkit-transform: skewX(-15deg);
    /* Safari */
    -o-transform: skewX(-15deg);
    /* Standard syntax */
    -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
    height: 100px;
    width: 140px;
    background: #fff;
    color: #0d0e11;
    margin-left: 10px;
    /* box-shadow: 7px 0px 5px #bcbcbc; */
}

.inverted-steps-pane p {
    -ms-transform: skewX(15deg);
    /* IE 9 */
    -webkit-transform: skewX(15deg);
    /* Safari */
    -o-transform: skewX(15deg);
    /* Standard syntax */
    -moz-transform: skewX(15deg);
    padding: 20px 10px 10px 10px;
}

.who-can-join {
    list-style: none;
}

.who-can-join > li {
    position: relative;
    margin-bottom: 5px;
}

.who-can-join > li::after {
    content: "-";
    color: #fac211;
    position: absolute;
    top: 0;
    left: -20px;
}

@media (min-width: 992px) {
    .steps-timeline {
        border-top: 5px double #fac211;
        padding-top: 20px;
        margin-top: 40px;
        margin-left: 3%;
        margin-right: 3%;
        float: left;
        width: 90%;
    }
    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
        float: left;
        width: 20%;
        margin-top: -81px;
        position: relative;
    }
    .step-wrap {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: transparent;
        margin-left: 39%;
        border: 2px solid #fac211;
    }
    .verticle-line {
        position: absolute;
        height: 57px;
        width: 5px;
        margin-left: 10px;
        marker-top: 10px;
    }
    .steps-stops {
        height: 25px;
        width: 25px;
        margin: 11px 10.1px;
        border-radius: 50%;
        background: #fac211;
    }
    .end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 23px;
        margin-left: -20px;
    }
    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 23px;
        /* margin-left: 15%; */
        right: -20px;
    }
}

@media (max-width: 991px) {
    #process .container-fluid {
        width: 50%;
    }
    .benefit-sec .mb-lg-5 {
        border: 0.3px solid #fac211;
        border-radius: 0.6rem;
    }
    .steps-timeline {
        border-left: 5px double #fac211;
        margin-left: 35px;
    }
    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
        margin-left: -35px;
    }
    .step-wrap,
    .steps-stops {
        float: left;
    }
    .steps-timeline {
        /* border-left: 2px solid $brand-primary; */
        margin-left: 30px;
    }
    .pane-warp {
        margin-left: 23%;
    }
    .inverted-pane-warp {
        margin-left: 23%;
    }
    .steps-timeline h6 {
        margin-top: 20px;
    }
    .verticle-line {
        position: absolute;
        width: 125px;
        height: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }
    .steps-stops {
        height: 25px;
        width: 25px;
        margin: 11px 10px;
        border-radius: 50%;
        background: #fac211;
    }
    .step-wrap {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: transparent;
        margin-top: 87px;
        margin-left: -2px;
        border: 2px solid #fac211;
    }
    .end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: -50px;
        margin-left: 13px;
    }
    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 210px;
        margin-left: 13px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .verticle-line {
        width: 170px;
    }
    .inverted-steps-pane,
    .steps-pane {
        width: 400px;
    }
}

@media (max-width: 500px) {
    .verticle-line {
        width: 105px;
    }
    .inverted-steps-pane,
    .steps-pane {
        width: 200px;
    }
}

.back-orange {
    background: #fac211;
}

.back-blue {
    background: #fac211;
}

/* get started end */

.accordian-wrapper .accordion-item {
    padding: 1rem 0;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
}

.certificates-sec .row > * {
    text-align: center;
}

.certificates-sec img {
    object-fit: contain;
    height: 200px;
    width: 300px;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid rgb(229, 229, 229);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px
  }
 
@keyframes rotate {
    0%,
    100% {
        transform: rotate(360deg);
    }
    50% {
        transform: rotate(0);
    }
}

.scale-animation {
    animation: scale 3s linear infinite;
}

@keyframes scale {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .banner::before {
        background: linear-gradient(90deg, #000000, #0d0e11);
        opacity: 0.7;
    }
    .navbar-collapse {
        background: rgb(0, 0, 0);
        padding: 1rem;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .banner h1 ~ .h5 {
        font-size: 1rem !important;
    }
    /* .pt-150 {

                padding-top: 80px;

            } */
    .navbar-brand > img {
        /* max-width: 200px; */
        width: 100%;
    }
    .product-tab.nav-pills .nav-link {
        font-size: 14px;
        padding-block: 0.3rem;
    }
    .amb-box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        height: auto;
        gap: 1rem;
    }
    .amb-box .fs-5 {
        font-size: 18px !important;
    }
    .certificates-sec img {
        height: 80px;
    }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #fac211;
    border-color: #fac211;
    opacity: var(--bs-btn-disabled-opacity);
}

.trip-card {
    border: 2px dashed #fde69c60;
    background: #17181c;
    border-radius: 1rem;
}

.trip-card img {
    height: 100%;
    object-fit: cover;
}

.trip-card .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0d0e11;
    border: 2px dashed #6d664c;
}

.trip-card .circle.up {
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translate(-16px, -16px) rotate(50deg);
}

.trip-card .circle.down {
    top: unset;
    bottom: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translate(-16px, 16px) rotate(-118deg);
}


@media (min-width:1200px) and (max-width:1399px) {

.payment-img {
    flex-basis:15%;
}

}



@media (min-width:992px) and (max-width:1199px) {

.payment-img {
    flex-basis: 20%;
}


}


@media (min-width:768px) and (max-width:991px) {
.payment-img {
    flex-basis: 20%;
}
    
    
}

@media (max-width: 767px) { 
    .navbar {
    position: sticky;
}

    .trip-card img {
        border-top-right-radius: 1rem;
    }
    .trip-card .circle.up {
        transform: translate(-16px, -16px) rotate(-36deg);
    }
    .trip-card .circle.down {
        bottom: unset;
        right: 0;
        left: unset;
        transform: translate(16px, -32px) rotate(-218deg);
    }
    
    .payment-img {
    flex-basis: 22%;
}

.payment-img img {
    height: auto;
}

}
