body {
    background-color: #ebecf0;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.common-color-sayan {
    color: #708b89;
}

.nav-color {
    background-color: #f6f2ea;
}

.alert-warning {
    --bs-alert-color: #161615 !important;
    --bs-alert-bg: #ffcdfb !important;
    --bs-alert-border-color: #ffcdfb !important;
    --bs-alert-link-color: #ffcdfb !important;
}

.nav-width {
    max-width: 1366px;
}

.main,
.header {
    max-width: 1366px;
    margin: auto;
}

.nav-text-color {
    color: #df8c57 !important;
    font-size: 15px;
}

.corner-logo {
    width: 25%;
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #df8c57 !important;
    border: none;
    border-radius: 5px;
}

.starter-logo {
    width: 75%;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #df8656;
}

.dropdown-menu>li:hover a {
    color: #1e1d1d !important;
    background-color: #DF8656 !important;
    transition: 0.9s;
}

a:hover {
    color: #1e1d1d !important;
    text-decoration: none !important;
    transition: 0.7s;
}

.top-nav-image {
    width: 28%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 60%;
    top: 35px;
    z-index: -9999;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.mobile-top-image {
    display: none;
}

.driven-logo {
    width: 40%;
}

.jump-logo {
    width: 350px;
    margin: 40px 0px;
}

.jump-start-page {
    padding-bottom: 50px;
}

.ladies-cover {
    background-image: url('../images/ladies-cover.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
}

.trail {
    margin-top: 190px !important;
}

.cover-overlay {
    padding: 120px 50px 50px 50px;
}

.streaming-btn {
    background-color: #DF8656;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}

.return-btn {
    background-color: #DF8656;
    color: #ffffff;
    padding: 0px 15px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 70px;
    font-weight: bold;
}

.card-overlay-content {
    margin-top: 70px;
}

.card-text {
    font-size: 18px;
}

.locker {
    position: absolute;
    top: 25%;
    right: 0;
}

.card-title {
    font-size: 20px !important;
    font-weight: bold !important;
}

.signup-form-top {
    display: flex;
    justify-content: end;
    align-items: center;
}

.pd-top {
    margin-top: 65px;
}

.jumpstart {
    background-color: #708b89;
    color: #fff;
    border: none;
    padding: 10px;
    margin-right: 20px;
    font-weight: bold;
    border-radius: 3px;
}

.sign-up {
    padding: 8px 12px;
    border: none;
    margin-right: 10px;
    color: black;
    background-color: #eecac029;
}

.login {
    padding: 8px 12px;
    background-color: #EECAC0;
    border: none;
    color: black;
}

.card-background {
    background-color: #F7F3EB;
}

.form-area {
    margin: 10px 100px 26px 48px;
}

.card-content {
    padding: 10px 48px 10px 48px;
}

.login-area {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.create-btn {
    background-color: #eecac0;
    font-weight: 600;
    padding: 2px;
    border: none;
}

.create-btn-promo {
    background-color: #accac4;
    font-weight: 600;
    padding: 2px;
    border: none;
}

.continue-btn {
    background-color: #bd7c61;
    font-weight: 600;
    padding: 5px 5px;
    border: none;
    margin-top: 15px;
    font-size: 18px;
}

label {
    font-weight: 600;
}

.sign-in-title {
    margin-top: 10px;
}

.sign-al {
    margin-top: 30px;
    text-align: center;
    background-color: #eecac0;
    padding: 10px;
}

.paypal-img {
    width: 300px;
}

.episods {
    max-width: 350px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
}

.tablet-dropdown {
    display: none;
}

.dropdown-pc {
    display: block;
}

.watch-driven-area {
    padding-top: 70px;
}

.nav-top-font {
    font-size: 24px;
}

/* modal styles  */
.modal-dialog {
    max-width: 1366px;
    /* New width for default modal */
}

.eposod-cards-info {
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
}

a {
    text-decoration: none;
}

.openModalLink {
    cursor: pointer;
}

.footer {
    background-image: url('../images/footer-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-image {
    width: 25%;
}

.video-cont {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    box-sizing: border-box;
}

.video-if {
    display: block;
    width: 100%;
    height: 450px;

}

.r-btn {
    margin-top: 20px;
    background-color: #DF8656;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}

.play-img-main {
    position: relative;
}

.play-img {
    left: 34%;
    width: 100px;
    position: absolute;
    top: 11%;
    height: 101px;
}

@media (max-width: 767px) {
    .video-cont {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }


}

@media screen and (max-width: 1280px) {
    .locker {
        top: 20%;
    }
}

@media screen and (max-width: 1160px) {
    .locker {
        top: 17%;
    }

    .trail {
        margin-top: 170px !important;
    }
}

@media screen and (max-width: 1100px) {
    .locker {
        top: 15%;
    }

    .play-img {
        left: 34%;
        width: 90px;
        top: 9%;
        height: 90px;
    }
}

@media screen and (max-width: 1030px) {
    .locker {
        top: 13%;
    }
}

@media screen and (max-width: 990px) {
    .locker {
        top: 43%;
    }

    .play-img {
        left: 38%;
        width: 112px;
        top: 21%;
        height: 111px;
    }

    .trail {
        margin-top: 370px !important;
    }
}

@media screen and (max-width: 800px) {
    .play-img {
        left: 38%;
        width: 105px;
        top: 14%;
        height: 105px;
    }
}

@media screen and (max-width: 768px) {
    .locker {
        top: 60%;
    }

    .trail {
        margin-top: 520px !important;
    }

    .play-img {
        left: 40%;
        width: 150px;
        top: 25%;
        height: 149px;
    }

    .jump-start-page {
        padding-bottom: 5px;
    }
}

/* mobile screen  */
@media screen and (max-width: 576px) {
    .epi-main div {
        flex-direction: column;
    }

    .jumpstart {
        font-size: 13px;
    }

    .play-img {
        left: 43%;
        width: 99px;
        top: 23%;
        height: 98px;
    }

    .epi-main div .card {
        width: 100%;
    }

    .rtn-btn {
        margin-bottom: 20px;
    }

    .modal-dialog {
        width: 100% !important;
    }

    .trail {
        margin-top: 420px !important;
    }

    .top-nav-image {
        width: 100%;
    }

    .starter-logo {
        width: 50%;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: nowrap;
    }

    .mobile-top-image {
        display: block;

    }

    .corner-logo {
        display: none;
    }

    .driven-logo {
        width: 50%;
    }

    .ladies-cover {
        background-image: url('../images/ladies-cover.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
    }

    .cover-overlay {
        padding: 30px;
    }

    .streaming-btn {
        padding: 5px 10px;
        border: none;
        border-radius: 10px;
        font-size: 16px;
    }

    .card-text {
        font-size: 18px;
    }



    .form-area {
        margin: 45px
    }

    .login-area {
        flex-direction: column;
    }

    .tablet-dropdown {
        display: block;
    }

    .dropdown-pc {
        display: none;
    }

    .watch-driven-area {
        padding-top: 50px;
    }

    .nav-top-font {
        font-size: 16px;
    }

    .locker {
        top: 50%;
    }

    .return-btn {

        font-size: 10px;
        height: 60px;
        font-weight: normal;
    }

    .epi-main a {
        flex-direction: column;
    }

    .epi-main a p {
        font-weight: normal !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}



@media only screen and (max-width: 992px) and (min-width: 577px) {

    .corner-logo {
        display: none;
    }

    .form-area {
        margin: 45px
    }

    .tablet-dropdown {
        display: block;
    }

    .dropdown-pc {
        display: none;
    }

    .nav-top-font {
        font-size: 18px;
    }

    .watch-driven-area {
        padding-top: 50px;
    }

}

@media screen and (max-width: 468px) {
    .locker {
        top: 40%;
    }

    .trail {
        margin-top: 320px !important;
    }

    .play-img {
        left: 39%;
        width: 99px;
        top: 18%;
        height: 98px;
    }

    .play-img {

        width: 78px;

        height: 76px;
    }

    .jumpstart {
        font-size: 8px;
    }
}