/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.elementor-container{
    width: calc(100% - 30px) !important;
}
.testimonial-section section .elementor-container{
    width: calc(100% - 0px) !important;
}
/* Sticky Header  */
.main-header.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
}

.main-header.sticky .main-nav nav ul li a{
    color: #071370 !important;
    border-color: #071370 !important;
}
.main-header.sticky .main-nav svg, .main-header.sticky .search-icon svg{
    fill: #071370 !important;
}
 .main-header .main-nav nav ul li a, .main-header .search-icon svg{
    filter: none;
}


.main-header.sticky .header-site-logo img{
    visibility: hidden;
}

.main-header.sticky .header-site-logo a.elementor-clickable::after{
    content: '';
    position: absolute;
    width: 250px;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    background:url("../../uploads/2024/06/Eerly-Logo.png");
    background-size:contain;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
.main-header.sticky .header-site-logo a.elementor-clickable::after{
  
    width: 152px;
    height: 62px;
   
}
}


.footer-contact-list .elementor-icon-list-icon{
    margin-top: 5px;
}

.testimonial-section .elementor-container{
    width: 100%;
}

/* Footer */
@media only screen and (max-width:768px) {
    .footer-eerly-logo{
        max-width: 130px;
    }
}

/* video section */


.video-section{
    position: relative;
}
.video-section .video-section-video iframe{
    border-radius: 15px;
    display: block;
}


@media only screen and (max-width:1024px){
    .video-section .video-section-video iframe{
        height: 450px;
    }
}
@media only screen and (max-width:768px){
    .video-section .video-section-video iframe{
        height: 350px;
    }
}

.video-section button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    border: none;
    outline: none;
}

.video-section button::after{
    content: url("../../uploads/2024/03/Play-button.svg");
    width: 75px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
}

.video-section .video-section-overlay{
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 13px;
}

.blog-section{
    display: none;
}


/* Form */

form#form_contact3 *{
    font-family: 'Montserrat';
}
.request-demo-sec .container{
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
}
.request-demo-sec{
    background: linear-gradient(150deg, #8B24FC 0%, #2C0EFE 100%);
    padding: 111px 0;
    position: relative;
}
.request-demo-sec::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://import.themovation.com/stratus/wp-content/uploads/2019/06/Header-bg.png);
    opacity: .5;
    background-repeat: no-repeat;
    background-position: center;
}
.request-demo-wraper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.request-demo-wraper h3{
    margin: 0 auto 0 0;
    max-width: calc(100% - 340px);
    width: 100%;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.3;
    z-index: 1;
    position: relative;
}
.request-demo-wraper .request-btn{
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 20px 40px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.request-demo-wraper .request-btn:hover{
    color: #1d2023;
    background-color: #ffffff;
}
.request-demo-wraper .request-btn svg{
    height: 1em;
    vertical-align: middle;
    margin-left: 9px;
    width: 1em;
    fill: #ffffff;
}
.request-demo-wraper .request-btn:hover svg{
    fill: #1d2023;
}
@media (max-width: 1024px) {
    .request-demo-wraper h3{
        font-size: 30px;
    }
    .request-demo-wraper .request-btn{
        padding: 18px 30px;
    }
}
@media (max-width: 767px) {
    .request-demo-wraper .request-btn{
        font-size: 15px;
    }
    .request-demo-wraper h3{
        max-width: calc(100% - 0px);
        margin: 0 0 35px;
    }
}


/* Eerly brain page pricing plan changes 02/07/2024 */


.pricing-plan-wrapper .pricing-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .pricing-plan-wrapper .pricing-plan .toggle-btn {
    cursor: pointer;
    background-color: #011470;
    border-radius: 32px;
    width: 48px;
    height: 24px;
    padding: 2px;
    transition: box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .pricing-plan-wrapper .pricing-plan .toggle-btn .circle-icon {
    background-color: #ffffff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
  }