body {
    overflow-x: hidden !important;
    font-family: inter
}

.container-main {
    padding: 12% 0% 5% 0%;
    font-family: 'inter';
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.video-container {
    display: none;
    text-align: center;
}

.active {
    display: block;
}

.deme-video-heading {
    font-family: Inter;
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    margin: 10px;
    color: #101010;
}

.subtext {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 30px 0px;
    color: #4b5563;
}

.book-demo-btn {
    background: #098FF8;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    border: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);

}

.book-demo-btn:hover {
    cursor: pointer;
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: bounce 0.4s ease-out;
}

.video-dimension {
    width: 100%;
    height: 80vh;
    max-height: 100%;
}

.video-bg-size {
    padding: 0px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.back-button {
    width: 30px;
}

.back-button:hover,
.white-back-button img {
    cursor: pointer;
}

.back-button-align {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: auto;
    max-width: 80%;
}

.play-button:hover {
    cursor: pointer;
}

.video-thumbnail-container {
    position: relative;
    display: inline-block;
}

.video-thumbnail {
    width: 100%;
}

.book-demo-section {
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 2px solid #93CEFB;
    border-radius: 12px;
    padding: 0px;
    margin: 50px 0px;
    width: 80%;
    margin: 30px auto;
}

.book-demo-section h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #101010;
}

.book-demo-text {
    width: 40%;
    border-right: 1px solid #93CEFB;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.video-main-section {
    padding: 50px;
    background: #fff;
    margin: auto;
    text-align: center;
    width: 100%;
}

.video-main-section h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    /* text-align: justify; */
    margin: 0px;
}

.dark-bg {
    background: #000;
    padding: 20px 80px;
}

.white-back-button {
    text-align: end;
    position: relative;
    top: 43px;
    right: 0;
}


.form-input-field2 {
    border: 1px solid #93CEFB !important;
    border-radius: 6px !important;
    width: 100%;
    padding: 5px !important;
    margin: 0;
    margin-bottom: 0 !important;
    background: #fff !important;
    opacity: 1;
    height: 40px;
    font-size: 14px;
}

.submitDemoRequest {
    background: #098FF8;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: none;
    color: #fff;
    padding: 8px;
    padding: 14px 20px;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0px;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0);

}

.submitDemoRequest:hover {
    color: #fff;
    transform: translateY(calc(-1 * var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #35136b;
    animation: bounce 0.4s ease-out;
}

.form-fields {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 12px 0px;
    align-items: flex-start;
}

.label-section {
    width: 30%;
    text-align: left;
}

.label-section label {
    text-align: left;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px;
    color: #101010;
}

.form-field-section {
    width: 70%;
}

.autosize {
    resize: none;
    overflow: hidden;
    height: 100px !important;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 80px !important;
    margin-left: 0;
}

.privacy-terms p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0px;
}

.link-color,
.link-color:hover {
    color: #078EF7;
    text-decoration: underline;
}

.mandatory-symbol {
    color: #FF0000;
}

.icon-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    visibility: hidden;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}

.icon-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.form-main-section {
    width: 60%;
    padding: 30px;
}

.FnameErrorMsg,
.errormsgMail,
.errormsgPhone,
.errormsgIname,
.errormsgRname,
.errormsgempname,
.errormsg {
    color: #ee2828;
    text-align: left;
    padding: 0% 0%;
    display: none;
    font-size: 12px;
    margin: 3px 0px;
}

.autosize {
    resize: none;
    overflow: hidden;
    height: 100px !important;
}

.successAlert {
    display: none;
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    margin: 50px 0px;
    padding: 10px 50px;
}

.demoPopUp {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 100;
}

.demoVideoOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.cta-btn-video-sec {
    width: 80%;
    margin: 20px auto;
}

.nav_layout.desktopnav.headClose,
.py-5.footer-bg.headClose,
.footer-container.headClose {
    display: none !important;
}

.youtube-original-video {
    width: 80%;
    margin: auto;
}

.form-back-btn {
    width: 40%;
    text-align: start;
}

.form-heading-text {
    width: 60%;
}

select:focus-visible {
    outline-offset: 0px;
    outline: 1px solid #83C6FB !important;
    border: red !important
}

textarea:focus-visible {
    outline: 1px solid #83C6FB !important;
    border: none !important;
}

@media only screen and (min-width:767px) {
    .desktop-version {
        display: block
    }

    .mobile-version {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .desktop-version {
        display: none !important;
    }

    .video-bg-size {
        padding: 11rem 0px;
        height: auto;
    }

    .container-main {
        padding: 32% 2% 5% 2%;
    }

    .deme-video-heading {
        font-size: 36px;
        line-height: 1.3;
    }

    .subtext {
        font-size: 18px;
        line-height: 1.5;
    }

    .video-main-section h2 {
        font-size: 26px;
    }

    .video-main-section {
        padding: 130px 10px 20px 10px;
    }

    .book-demo-section {
        display: block;
        margin: 20px auto;
        width: 90%;
    }

    .book-demo-text {
        width: 100%;
        padding: 10px;
        text-align: center;
        border: none;
    }

    .form-main-section {
        width: 100%;
        padding: 0px 20px;
    }

    .form-fields {
        display: block;
    }

    .label-section {
        width: 100%;
    }

    .form-field-section {
        width: 100%;
    }

    .dark-bg {
        padding: 10px;
    }

    .video-dimension {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .back-button,
    .white-back-button img {
        width: 18px;
    }

    .play-button {
        width: 30px;
        height: 30px;
    }

    .playablo-ai-logo {
        display: none;
    }

    .book-demo-section h4 {
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
    }

    .label-section label {
        font-size: 14px;
        margin: 0px 0px 4px 0px;
    }

    .privacy-terms p {
        font-size: 12px;
        line-height: 1.3;
        margin: 36px 0px;
    }

    .submitDemoRequest {
        font-size: 14px;
    }

    .ytp-large-play-button {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 28px;
        margin-left: -37px;
        margin-top: -18px;
        -webkit-transition: opacity .25scubic-bezier(0, 0, .2, 1);
        transition: opacity .25scubic-bezier(0, 0, .2, 1);
        z-index: 63;
    }

    .video-container {
        height: auto;
    }

    .book-demo-btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .cta-btn-video-sec {
        margin: 12px auto;
    }

    .successAlert {
        font-size: 16px;
        margin: 20px 0px;
        padding: 10px;
    }

    .white-back-button {
        top: 32px;
    }

    .form-heading-text {
        width: 75%;
    }

    .back-button-align {
        max-width: 90%;
    }
}

@media only screen and (min-width:450px) and (max-width:700px) {
    .container-main {
        padding: 25% 2% 5% 2%;
    }
}

@media only screen and (min-width:701px) and (max-width:765px) {
    .container-main {
        padding: 20% 2% 5% 2%;
    }

    .youtube-original-video {
        height: 76vh;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    /* .dark-bg {
        padding: 0px;
    } */

    .container-main {
        padding: 16% 1% 5% 1%;
    }

    .deme-video-heading {
        font-size: 36px;
        line-height: 1.3;
    }

    /* .video-main-section {
        padding: 130px 20px 20px 20px;
    } */

    .video-main-section h2 {
        font-size: 32px;
    }

    .back-button {
        width: 20px;
    }

    .subtext {
        font-size: 20px;
        line-height: 1.5;
    }

    .playablo-ai-logo {
        width: 160px;
        height: auto;
    }

    .book-demo-section {
        width: 100%;
    }

    .form-main-section {
        padding: 20px;
    }

    .book-demo-text {
        padding: 20px;
    }

    .label-section label {
        font-size: 14px;
    }

    .privacy-terms p {
        font-size: 12px;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .submitDemoRequest, .book-demo-btn {
        font-size: 14px;
    }

    .cta-btn-video-sec, .youtube-original-video {
        width: 100%;
    }

    .book-demo-section h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    .book-demo-text {
        width: 35%;
    }

    .form-main-section {
        width: 65%;
    }
}