@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('/web/20220103173141im_/http://classroomten.com/fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AvenirLTStd-family';
    src: url('../fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
    background-color: #FFFFFF;
    font-family: 'AvenirLTStd-family' !important;
    line-height: 1.7;
    font-size: 1rem;
}


h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #1f1f1f;
    line-height: 1.3;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

#cookies-eu-banner {
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    padding: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.2;
    z-index: 1000;
    -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#cookies-eu-banner .container-fluid {
    max-width: 1400px;
    margin:0 auto;
}

#cookies-eu-banner a {
    display: inline-block;
}

#cookies-eu-banner a:hover {
    text-decoration: none;
}

#cookies-eu-banner .text {
    color: #464646;
    margin-bottom: 0.625rem;
}

#cookies-eu-banner .text a {
    color: #000000;
    text-decoration: underline;
}

#cookies-eu-banner #cookies-eu-more:hover,
#cookies-eu-banner .text a:hover {
    text-decoration: none;
}

#cookies-eu-banner #cookies-eu-more {
    display: inline-block;
    color:#2f2f2f;
    font-size: 0.875rem;
    text-decoration: underline;
    font-weight: 700;
}
#cookies-eu-banner #cookies-eu-accept {
    background-color: #000000;
    color:#FFFFFF;
    padding:0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    border:none;
    margin-left: 0.5rem;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
#cookies-eu-banner #cookies-eu-accept:hover {
    opacity: 0.7;
}
#cookies-eu-banner #cookies-eu-reject {
    width:30px;
    height:30px;
    border:none;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 1.25rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    line-height: 20px;
    padding: 0;
    background-color: #FFFFFF;
}

.download-link {
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1.3;
    background-color: #404040;
    color:#FFFFFF;
        padding: 15px 40px;
    border-radius: 20px;
    text-align: left;
    font-size: 1rem;
    margin-right: 20px;
    margin-top: 30px;
    min-width: 220px;
}

.download-link span {
    display: block;
    font-size: 0.75rem;
}

.download-link img {
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: 30px;
}

.download-link:hover,
.download-link:focus {
    background-color: #ff8000;
    color: #FFFFFF;
}

.hero-section {
    padding-top: 3.125rem;
}

.hero-section .site-logo {
    display: inline-block;
}

.hero-section .site-logo img {
    max-height: 41px;
}

.hero-section {
    position: relative;
    padding: 2.5rem 0rem 0;
    background: #e8f3f4;
    text-align: center;
    z-index: 2;
    margin-bottom: 100px;
}

.hero_img{
    margin-bottom: -225px;
    margin-top: 60px;
}

.hero-section::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -201px;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(../images/hero_curve.png) no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}

.hero-section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

.hero-section h1 {
    padding-top: 1.875rem;
    font-size: 2.625rem;
    color:#fb4429;
    margin-bottom: 1.25rem;
}

.hero-section p {
    font-weight: 500;
    color: #4b4b4b;
    font-size: 1.375rem;
    line-height: 1.3;
    /* margin-bottom: 2.5rem; */
}

.hero-section .download-links-wrap {
    display: -ms-grid;
    /*display: grid;*/
    display:block;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}

.section-two {
    padding:5rem 0;
    font-size: 1.125rem;
    position: relative;
    color:#3d3d3d;
    z-index: 4;
    background: url('/web/20220103173141im_/http://classroomten.com/images/wave-3.jpg') no-repeat 0 350px;
    background-size: auto;
    position: relative;
}

.section-two::after{
content: "";
    position: absolute;
    width: 88%;
    height: 80%;
    background: url(../images/weeq.png);
    background-repeat: no-repeat;
    right: 0px;
    top: 300px;
    background-size: cover;
    z-index: -1;
}

.section-two h2,
.section-two h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5625rem;
}

.section-two .section-two-heading {
    margin-bottom: 3.75rem;
    text-align: center;
}

.section-two .row {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}

.services-section {
    padding: 0 0.9375rem 2.5rem 0.9375rem;
}

.services-section .service-block {
    flex: 1 1 auto;
    margin:0 auto 1.875rem auto;
    background-color: #FFFFFF;
    color: #3d3d3d;
    padding: 0.9375rem;
    text-align: center;
    border-radius: 25px;
    -webkit-box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.08);
}

.services-section .service-block img {
    width: auto;
    height: 70px;
}

.services-section .service-block h3 {
    font-size: 20px;
    font-weight: bold;
    color:#3d3d3d;
    margin: 1.875rem 0 0.625rem 0;
}

.testimonials-section {
    padding: 5rem 0.9375rem;
}

.testimonials-section h2 {
    font-size: 2.625rem;
    margin-bottom: 3.75rem;
}

.testimonials-section .testimonial-slider {
    margin:0 -0.9375rem;
}

.testimonials-section .testimonial-slider .splide__pagination {
    position: relative;
    top: -50px;
}
.testimonials-section .testimonial-slider .splide__pagination__page {
    background: #c5c5c5;
    opacity: 1;
}

.testimonials-section .testimonial-slider .splide__pagination__page.is-active {
    background: #000000;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.testimonials-section .testimonial {
    font-family: 'Work Sans' , sans-serif;
    background-color: #FFFFFF;
    text-align: center;
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    color: #3d3d3d;
    margin-bottom: 6.25rem;
}

.testimonials-section .testimonial p {
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
    font-size: 1.5rem;
}

.testimonials-section .testimonial cite {
    display: block;
    margin-top: 2.5rem;
    font-weight:600;
    line-height: 1.3;
    font-style: normal;
    font-size: 1.25rem;
}


.testimonials-section .testimonial cite span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.download-cta {
    width: 100%;
    border-radius: 40px;
    background-image: -o-linear-gradient( 45deg, rgb(254,71,2) 0%, rgb(246,64,100) 100%);
    background-image: linear-gradient( 45deg, rgb(254,71,2) 0%, rgb(246,64,100) 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 3.4375rem 0.9375rem;
    position: relative;
}



.download-cta h2 {
    font-size: 2rem;
    color:#FFFFFF;
    margin-bottom: 1.25rem;
}

.download-cta p {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.3;
}

.download-cta .download-links-wrap {
    max-width: 450px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
    margin:2.5rem auto 0 auto;
}

.download-cta .download-link {
    background-color: #000000;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    -o-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
    padding: 15px 20px 15px 65px;
    min-width: 193px;
    margin-right: 0;
}

.download-cta .download-link:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.54);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.54);
}

.newsletter-section {
    padding: 5rem 0.9375rem;
}

.newsletter-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.newsletter-form .form-field {
    width: 100%;
    height: 50px;
    font-size: 1.125rem;
    border-radius: 100px;
    border:1px solid #e8e8e8;
    color: #1f1f1f;
    margin-bottom: 1.25rem;
    padding: 0.625rem 1.5625rem;
    outline: 0;
}

.newsletter-form .form-field::-webkit-input-placeholder {
    color: rgba(31, 31, 31, 0.50);
}

.newsletter-form .form-field::-moz-placeholder {
    color: rgba(31, 31, 31, 0.50);
}

.newsletter-form .form-field:-ms-input-placeholder {
    color: rgba(31, 31, 31, 0.50);
}

.newsletter-form .form-field::-ms-input-placeholder {
    color: rgba(31, 31, 31, 0.50);
}

.newsletter-form .form-field::placeholder {
    color: rgba(31, 31, 31, 0.50);
}

.newsletter-form .form-field:focus {
    border-color:#fe4702;
}

.newsletter-form .submit-btn {
    width:100%;
    border-radius:100px;
    color:#FFFFFF;
    font-size: 1.125rem;
    border:none;
    padding:0.5625rem 0.6875rem;
    background-image:-o-linear-gradient( 45deg, rgb(254,71,2) 0%, rgb(246,64,100) 100%);
    background-image:linear-gradient( 45deg, rgb(254,71,2) 0%, rgb(246,64,100) 100%);
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.newsletter-form .submit-btn:hover {
    opacity: 0.7;
}

.site-footer {
    padding: 5rem 0 1.875rem 0;
    text-align: center;
}

.site-footer .footer-txt {
    display: inline-block;
    line-height: 1;
    font-size: 3.125rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    background: url('/web/20220103173141im_/http://classroomten.com/images/text-bg.jpg') no-repeat center top;
    background-clip: padding-box;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 6.25rem;
}

.site-footer .follow-links {
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin:0 auto 1.875rem auto;
    padding-top: 1.875rem;
    border-top: 1px solid #bbbbbb;
}

.site-footer .follow-links a {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    margin:0 0.375rem;
}

.site-footer ul {
    margin:0 0 20px 0;
    padding:0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
}

.site-footer ul li a {
    display: block;
    margin:0 8px 10px 8px;
    color: #3d3d3d;
    text-decoration: none;
}

.site-footer ul li a:hover {
    text-decoration: underline;
}

.site-footer small {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    color: #3d3d3d;
}

.clasroom_graph img{
    margin: 0 auto;
    display: table;
}

/*======Terms-page========*/
.site-terms-header {
    position:relative;
    text-align: center;
    padding: 2.5rem 0 6.25rem 0;
    background-color: #e8f3f4;
    z-index: 10;
}

.site-terms-header::before {
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('/web/20220103173141im_/http://classroomten.com/images/wave-1.jpg') no-repeat center bottom;
    background-size: cover;
}

.site-terms-header .site-logo {
    display: inline-block;
}

.site-terms-header .site-logo img {
    max-height: 100px;
}

.site-terms-header h1 {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 2.5rem;
    color:#fb442c;
    margin:3.75rem 0;
}

.site-terms-header h1 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color:#232221;
}

.site-terms-header .back-btn {
    display: block;
    max-width: 200px;
    margin-right: auto;
    text-align: left;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 0.8125rem;
    font-family: 'AvenirLTStd-Black';
    color:#232221;
    text-transform: uppercase;
    padding-left: 0.625rem;
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.site-terms-header .back-btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    
    border-right:5px solid #232221; 
    -webkit-transition: border-color 300ms ease; 
    -o-transition: border-color 300ms ease; 
    transition: border-color 300ms ease;
}

.site-terms-header .back-btn:hover {
    color:#fb442c
}

.site-terms-header .back-btn:hover::before {
    border-right-color: #fb442c;
}

.terms-page-content {
    padding: 5rem 0.9375rem;
}

.terms-page-content h2 {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
}

.terms-page-content ul {
    margin:0;
    padding:0;
    list-style: none;
}

.terms-page-content ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.9375rem;
}

.terms-page-content ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fe4b41;
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
}

@media (min-width:576px) {

}

@media  (min-width:768px) {
    .download-link {
        font-size: 1.25rem;
        padding-left: 4.375rem;
    }
    .download-link span {
        font-size: 0.875rem;
    }
    .download-link img {
        height: 36px;
        left: 20px;
    }
    /* .site-main-content {
        background: url('/web/20220103173141im_/http://classroomten.com/images/wave-3.jpg') no-repeat center 1140px;
        background-size: auto 2100px;
    } */
    .section-two .section-two-heading {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .section-two h2,
    .section-two h3,
    .testimonials-section h2  {
        /* font-size: 50px; */
        line-height: 1.1;
    }
    .section-two p {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .testimonials-section .testimonial {
        padding: 5rem 6.875rem 1.25rem 6.875rem;
    }
    .testimonials-section .testimonial p {
        font-size: 1.75rem;
    }
    .download-cta {
        padding: 5rem 3.75rem 6.25rem 3.75rem;
    }
    .download-cta h2,
    .newsletter-section h2 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
    .download-cta .download-links-wrap {
        gap: 0 28px;
    }
    .newsletter-form {
        position: relative;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter-form .form-field {
        height: 55px;
        padding-right: 11.5625rem;
    }
    .newsletter-form .submit-btn {
        height: 55px;
        line-height: 55px;
        padding: 0;
        width: 170px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .site-footer .footer-txt {
        font-size: 5.625rem;
    }
    .site-terms-header h1 {
        font-size: 3rem;
    }
    .terms-page-content h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:992px) {
    
    .hero-section h1 {
        font-size: 65px;
        line-height: 1.1;
    }

    .hero-section p {
        font-size: 2rem;
    }

    .section-two h2,
    .section-two h3,
    .testimonials-section h2  {
        font-size: 4.25rem;
    }

    .section-two .section-two-heading h2 {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-two .content-col {
        max-width: 500px;
    }

    .download-cta {
        text-align: left;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        z-index: 1;
    }

    .download-cta::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:url('../images/left-hand.png.png') no-repeat 32px calc(100% + 60px);
        border-radius: 40px;
        z-index: -1;
    }

    .download-cta::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:url('../images/right-hand.png') no-repeat calc(100% + 60px) -60px;
        border-radius: 40px;
        z-index: -1;
    }

    .download-cta .download-links-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 3.75rem 0 0 0;
    }
    .site-footer .footer-txt {
        font-size: 7.5rem;
    }
    .section-two .row {
        padding-top: 0;
        padding-bottom: 0;
    }
    #cookies-eu-banner .container-fluid  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
    }
    #cookies-eu-banner .text {
        margin-bottom: 0;
    }
}

@media (min-width:1200px) {
    .site-header {
        padding-top: 6.25rem;
        text-align: left;
    }

    .hero-section {
        text-align: left;
        padding-top: 3rem;
        /* padding-bottom: 0; */
    }

    .hero-section h1 {
        padding-top: 4.375rem;
    }

    .hero-section p {
        max-width: 530px;
    }

    .hero-section .download-links-wrap {
        gap: 0 28px;
        margin: 0;
    }
    .site-footer .footer-txt {
        font-size: 9.375rem;
    }
}

@media (min-width:1300px) {
    .section-two .container {
        max-width: 1299px;
    }
}

@media (max-width:575px) {
    .download-cta .download-link {
        padding: 0.875rem 0.625rem 0.875rem 3.125rem;
    }
    .download-cta .download-link img {
        height: 25px;
    }
}

@media (max-width:768px) {
   .download-cta .download-links-wrap {
       display:block;
       margin:auto;
    }
}
@media (max-width:1024px) {
   .hero-section .download-links-wrap {
          float: unset;
    }
}
@media (max-width:320px) {
   .site-footer .footer-txt {
          font-size:2.125rem;
    }
}

/*
     FILE ARCHIVED ON 17:31:41 Jan 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:32:25 Jan 30, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 89.427
  exclusion.robots: 0.153
  exclusion.robots.policy: 0.141
  RedisCDXSource: 0.623
  esindex: 0.008
  LoadShardBlock: 65.131 (3)
  PetaboxLoader3.datanode: 67.819 (4)
  CDXLines.iter: 21.06 (3)
  load_resource: 683.892
  PetaboxLoader3.resolve: 630.409
*/



.video-section{
    margin: 10px auto 30px;
    padding: 0 15px;
    position: relative;
    border-radius: 20px;
  }

.video-section video {
    border-radius: 10px;
    border: 2px solid #2362bb;
}

  .video-box{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
  }

  .video-box img{
    width: 100%;
    display: block;
  }

  /* Blue overlay */
.video-box::after {
    content: '';
    position: absolute;
    inset: 0;
}

#playBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    background: #F44336;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    transition: 0.3s ease;
    z-index: 111;
}

@media screen and (max-width: 1024px) {
    .video-section video {
        width: 100%;
        height: auto;
        border: 0px;
    }

    .video-section{
        margin: 0 auto;
    }

    .section-two .section-two-heading{
        margin-bottom: 20px;
    }
}

/* Hover Effect */
#playBtn:hover{
    transform: translate(-50%, -50%) scale(1.1);
    background: rgb(255 128 0)
}

/* Click Effect */
#playBtn:active{
    transform: translate(-50%, -50%) scale(0.95);
}

  .play-btn::before{
     content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    right: 28px;
    top: 29px;
    position: absolute;
  }

  /* Hidden video */
  .video-box video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:none;
    background:#000;
  }