body {
    padding: 0;
    margin: 0;
}
.container {
    width: 100%;
    box-sizing: border-box;
}
.header-container {
    background-color: #815E7E;
    padding: 15px;
    vertical-align: middle;
}
.email-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-top: -3px;
    margin-left: 10px;
    cursor: pointer;
}
.email-address {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.logo {
    width: 168px;
    height: 78px;
}
.f-right {
    float: right;
}
.logo-container {
    background-color: #FFFFFF;
    opacity: 0.8;
}

.glassmorphism {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 40px;
}
.hero-section {
    background-image: url('../img/background-artboard.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 904px;
    overflow-y: hidden;
}
.hero-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    color: #fff;
    font-size: 110px;
    text-align: left;
}
.hero-subtitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: #fff;
    font-size: 64px;
    text-align: left;
}
.background-overlay {
    background-image: url('../img/the-overlay.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 135px;
    height: 1116px;
    max-width: 50%;
}

.background-overlay2 {
    background-image: url('../img/middle-left.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    height: 975px;
    max-width: 50%;
}

.background-overlay3 {
    background-image: url('../img/middle-right.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    height: 975px;
    max-width: 42%;
    margin-top: -150px;
}

.video-position {
    border-radius: 24px;
    position: absolute;
    margin-top: -80px;
    box-shadow: 1px 1px 10px 1px #000;
}

.vjs-poster, .vjs-modal-dialog, .vjs-poster > picture > img {
    border-radius: 24px;
}
.description-title {
    color: #815E7E;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 32px;
}
.description-paragraph {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #141414;
    font-size: 18px;
}

.description-section {
    padding: 50px;
}


.description-more-info {
    background-color: #050038;
    color: #fff;
    width: 260px;
    height: 54px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
}

.description-more-info:hover {
    background-color: #050038EE;
    cursor: pointer;
}
.description-more-info:active {
    background-color: #050038DD;
    cursor: pointer;
}
.description-row {
    height: 600px;
}
.actions-container {
    background-color: #815E7E;
    height: 1300px;
}
.sample-chapter-container {
    background-image: url('../img/illustrative-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    border-radius: 50px;
    border: 1px solid #ffffff44;
    box-shadow: 1px 1px 10px 1px #815E7E;
    margin-top: -120px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 60px 40px;
    vertical-align: middle;
}
.sample-chapter-title {
    color: #050038;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 48px;
    width: 60%;
    margin-top: 20px;
}
.sample-chapter-subtitle {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    max-width: 100%;
}
.sample-chapter-button {
    background-color: #fff;
    border-radius: 100px;
    color: #050038;
    padding: 5px 5px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;
    width: 300px;
    height: 54px;
    border: none;
    box-shadow: 1px 1px 10px 1px #666;
}
.workshop-fees-container {
    border-radius: 50px;
    height: 785px;
    background: #ffffff11;
    background: linear-gradient(45deg, rgba(255,255,255, 0.2) 0%, rgba(255,238,238,0.2) 100%);
    padding: 40px 60px;
    position: relative;

}

.workshop-fees-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.workshop-fees-subtitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 30px;
}
.workshop-fees-subtitle-container {
    background-color: #050038;
    color: white;
    border-radius: 50px;
    padding: 40px 60px;
    position: relative;
}
.workshop-fees-button {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;
    border-radius: 50px;
    color: #050038;
    width: 200px;
    height: 54px;
    border: none;
}
.workshop-fees-button:hover {
    background-color: #ffffffee;
}

.workshop-fees-button:active {
    background-color: #ffffffdd;
}
.questions-section {
    background-color: whitesmoke;
    height: 320px;
    vertical-align: middle;
}
.questions-form-container {
    border: 2px solid #815E7E;
    border-right: none;
    /* border-top: none; */
    height: 235px;
    margin-top: 50px;
    box-sizing: border-box;
}
.questions-form-title {
    color: #815E7E;
    width: 100%;
    background-color: whitesmoke;
    margin-top: -26px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    margin-left: 12px;
    padding: 0px 20px 0px 10px;
}

.questions-email-input {
    border-radius: 30px;
    padding: 15px;
    border: 1px dashed #815E7E;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
}

.questions-text-input {
    border-radius: 30px;
    padding: 20px;
    border: 1px dashed #815E7E;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 170px;
    max-height: 170px;
}
.questions-description {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 20px;
    padding: 20px;
    padding-top: 5px;
}
.questions-submit-button {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px;
    background-color: #050038;
    color: #F9FAFB;
    width: 100px;
    height: 54px;
    border: none;
    border-radius: 32px;
    margin-right: -20px;
}
.questions-submit-button:hover {
    background-color: #050038EE;

}
.questions-submit-button:active {
    background-color: #050038DD;
}

.testimonial-section {
    background-image: url('../img/woman-looking-at-camera.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 641px;
    z-index: 1;
}
.testimonial-section-overlay {
    background: #ffffff11;
    background: linear-gradient(90deg, #815E7EFF 52%, #815E7E00 100%);
    min-height: 641px;
    position: absolute;
    z-index: 0;
}
.testimonial-title {
    position: relative;
    z-index: 2;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    padding: 40px 60px;

}
.testimonial-subtitle {
    position: relative;
    z-index: 2;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding: 0px 60px;
}
.testimonial-name {
    position: relative;
    z-index: 2;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding: 0px 60px;
}
.testimonial-logo {
    position: relative;
    z-index: 2;
    min-width: 168px;
    min-height: 78px;
    margin-left: 60px;
}
.footer-section {
    background-color: #050038;
    min-height: 350px;
    padding: 40px 60px;
}

.vl {
    border-left: 2px dashed #fff;
    height: 170px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: 10px; 
    width: 5px;
}

.free-chapter-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 10px;
    height: 100px;
}

.free-chapter-button {
    background-color: #fff;
    color: #050038;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;  
    height: 54px;
    width: 300px; 
    border: none;
    border-radius: 100px;
}

.signup-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 10px;
    height: 100px;
}

.signup-button {
    background-color: #fff;
    color: #050038;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;  
    height: 54px;
    width: 300px; 
    border: none;
    border-radius: 100px;
}
.language-selector {
    text-decoration: none;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 16px;  
}
.text-align-center {
    text-align: center;
}
.copyright {
    text-decoration: none;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 20px;  
}
div.video-position {
    width: 282px !important;
    margin-left: 75px ;
}

#video-player_html5_api {
    border-radius: 20px;
}

.vjs-control-bar {
    border-radius: 0px 0px 20px 20px;
}

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: flex;
}

.footer-logo-desktop {
    align-items: end;
    flex-grow: 1;
    align-content: center;
    justify-content: flex-end;
}

.modal-dialog {
    background-color: #815E7E;
    width: 460px;
    height: 460px;
    border: none;

}

.modal-content {
    background-color: transparent;
    width: 460px;
    height: 460px;
    border: none;

}

.modal-body {
    background-color: transparent;
    width: 460px;
    height: 460px;
    border: none;
    
}

.modal-body-background {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* padding: 60px 40px; */
    width: 100%;
    height: 100%;
    padding: 40px;
    vertical-align: middle;
}

.modal-title-head {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 48px;
    color: #fff;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: auto;
    text-align: center;
}

.modal-subtitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: auto;
}
.button-container {
    text-align: center;
}
.modal-ok-button {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px;
    background-color: #050038;
    color: #F9FAFB;
    width: 100px;
    height: 54px;
    border: none;
    border-radius: 32px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: auto;

}

.modal-background-overlay {
    background-image: url(../img/background-blob-service.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: -48px;
    height: 500px;
    max-width: 100%;
    width: 392px;
}


.fullfade-overlay {
    background-image: url("../img/overlay-fullfade.png");
    position: absolute;
    width: 253px;
    height: 146px;
    margin-top: -73px;
    right: 0px;
}


.mobilefade-overlay {
    background-image: url("../img/overlay-fullfade.png");
    position: absolute;
    width: 253px;
    height: 146px;
    margin-top: -73px;
    right: 0px;
    transform: rotate(180deg);

}

.button-link {
    text-decoration: none;
    color: black;
}

@media only screen and (max-width: 600px) {
    .email-container {
        display: none;
    }
    .language-selector {
        color: transparent;
    }
    .logo {
        max-width: 74px;
        max-height: 34px;
        margin-left: 38px;
    }
    .logo-container {
        max-height: 34px;
    }
    .hero-section {
        background-size: contain;
        background-position: top 34px center;
        height: 276px;
        min-height: 300px;
    }

    .hero-title {
        font-size: 30px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
    .glassmorphism {
        border-radius: 50px;
        padding: 18px 20px;
        width: 80%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        z-index: 9;
    }
    .background-overlay2 {
        max-width: 100%;
        height: 567px;
        position: absolute;
    }
    .background-overlay {
        display: none !important;
    }
    
    .hide-mobile {
        display: none;
    }
    
    .hide-desktop {
        display: flex;
    }

    .video-container {
    
    }
    .sample-chapter-container {
        margin-top: -90px ;
        width: 90%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .description-row {
        height: unset;
        min-height: 1400px;
        text-align: center;
        margin-top: 30px;
    }
    .description-title {
        font-size: 32px;
    }
    .description-paragraph {
        font-size: 16px;
    }
    .hide-desktop {

    }
    .video-position {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 24px;
        position: relative;
        box-shadow: 1px 1px 10px 1px #000;
        margin-top: 20px;
    }
    div.video-position {
        margin-left: 0px;
    }
    .actions-container {
        height: 1630px;
    }
    .sample-chapter-container {
        padding: 20px;
    }
    .sample-chapter-title {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }
    .sample-chapter-subtitle {
        width: 100%;
        text-align: center;
    }
    .sample-chapter-row {
        /* height: 400px; */
    }
    .sample-chapter-container {
        height: unset;
    }
    .sample-chapter-button {
        width: 200px;
        height: 42px;
        font-size: 16px;
        font-weight: 700;
        margin-left: calc(50% - 100px);
        position: relative;
        float: unset;
    }
    .workshop-fees-container {
        width: 90%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: unset;
    }
    .background-overlay3 {
        /* margin-top: 20px; */
        width: 100%;
        height: 550px;
    }
    .workshop-fees-title {
        font-size: 30px;
        text-align: center;
    }

    .workshop-fees-subtitle {
        font-size: 16px;
        text-align: center;
    }
    
    .workshop-fees-subtitle-container {
        padding: 25px;
    }
    .workshop-fees-button {
        width: 130px;
        height: 43px;
        font-size: 16px;
        margin-left: calc(50% - 65px);
        position: relative;
    }
    .questions-section {
        height: unset;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;

    }

    .questions-form-container {
        height: unset;
    }
    .questions-submit-button {
        /* margin-top: 20px; */
        position: relative;
        /* right: 20px; */
        bottom: -25px;
    }
    .questions-description {
        font-size: 16px;
    }
    .questions-section {
        /* background-color: whitesmoke; */
    }
    .testimonial-section {
        /* margin-top: 20px; */
    }
    .questions-email-input {
        font-size: 16px;
    }
    .questions-text-input {
        font-size: 16px;
    }
    .questions-form-title {
        font-size: 40px;
    }

    .footer-section {
        padding: 20px;
    }
    .free-chapter-button {
        margin-bottom: 50px;
        width: 200px;
    }
    .vl {
        display: none;
    }
    .start-journey {
        border-top: 2px dashed #fff;
        padding-top: 30px;
    }
    .free-chapter-title {
        font-size: 16px;
        text-align: center;
        height: unset;
    }
    .free-chapter-button{
        font-size: 16px;
        width: 200px;
        height: 35px;
    }
    .signup-title {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        height: unset;
    }
    .signup-button {
        font-size: 16px;
        width: 200px;
        height: 35px;
    }

    .footer-logo-mobile > img {
        max-width: unset;
        max-height: unset;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .footer-social-icons-container{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .copyright {
        font-size: 16px;
    }
    .testimonial-section {
        /* background: none; */
        background-position: top center;
        height: 1100px;
    }
    .testimonial-section-overlay {
        background: #ffffff11;
        background: linear-gradient(0deg, #815E7EFF 75%, #815E7E00 100%);
        position: absolute;
        min-height: 1100px;
        z-index: 0;
        
    }

    .testimonial-title {
        font-size: 30px;
        margin-top: 220px;
        padding: 15px;
        text-align: center;
    }
    .testimonial-subtitle {
        font-size: 16px;
        padding: 15px;
        text-align: center;
    }
    .testimonial-name{
        font-size: 16px;
    }
    .testimonial-logo {
        /* width: 100%; */
        width: 168px;
        margin-left: calc(50% - 84px);
        position: relative;
    }
    .description-more-info { 
        width: 260px;
        font-size: 16px;
    }

    
    .modal-dialog {
        background-color: #815E7E;
        width: 360px;
        height: 360px;
        border: none;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-content {
        background-color: transparent;
        width: 360px;
        height: 360px;
        border: none;

    }

    .modal-body {
        background-color: transparent;
        width: 360px;
        height: 360px;
        border: none;
        
    }
    .modal-body-background {
        padding: 10px;
    }

    
    .modal-title-head {
        font-size: 30px;

    }

    .modal-subtitle {
        
        font-size: 16px;
    }

    .fullfade-overlay {
        width: 100vw;
        position: absolute;
        height: 146px;
        margin-top: 0px;
        right: 0px;
    }
    .mobilefade-overlay {
        width: 100vw;
        position: absolute;
        height: 146px;
        margin-top: -100px;
        right: 0px;
    }


}
