/* Section billboard */

#main {
    margin-top: -175px;
}

.billboard-wrap {
    position: relative;
}

#billboard .billboard-slide {
    min-height: 840px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

#billboard .billboard-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(36, 39, 63, 0.2), rgba(36, 39, 63, 0.2));
}

.billboard-slide-wrap {
    max-width: 393px;
}

.billboard-slide-wrap .banner-title b {
    position: relative;
    color: #0000;
}

.billboard-slide-wrap .banner-title b:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/maxcanvas_child/img/v.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 51px;
    z-index: 2;
    top: 0;
}

.bilboard-slide-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 60px;
}

header.user-not-login .bilboard-slide-inner-wrap {
    top: 35px;
}

.banner-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    color: #FFFFFF;
}

.banner-text {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.banner-text > * {
    margin-bottom: 13px;
}

.banner-text > *:last-child {
    margin-bottom: 0px;
}

.banner-text p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    line-height: 24px;
}

.banner-text p strong {
    font-family: 'Aktiv Grotesk Cd', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 24px;
    text-transform: capitalize;
}

.banner-btn-wrap {
    margin-top: 30px;
    display: flex;
}

.banner-btn-wrap > * {
    margin-right: 30px;
}

.banner-btn-wrap > *:last-child {
    margin-right: 0px;
}

.billboard-bullets-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    max-width: 635px;
}

.billboard-bullets-inner-wrap > * {
    margin-bottom: 30px;
}

.billboard-bullets-inner-wrap > *:last-child {
    margin-bottom: 0px;
}


.billboard-bullet {
    flex: 50%;
    max-width: 352px;
    text-align: center;
    background: linear-gradient(221.05deg, rgba(255, 255, 255, 0) 38.01%, rgba(255, 255, 255, 0.15) 47.73%, rgba(255, 255, 255, 0) 56.26%), rgba(36, 39, 63, 0.6);
    border: 1px solid rgba(241, 243, 244, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 2px;
    padding: 43px 25px 43px;
}


.billboard-bullet-icon img {
    max-width: 60px;
    margin: 0 auto;
}

.billboard-bullet-title {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Aktiv Grotesk Cd', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 13px;
}

.billboard-bullet-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #F1F3F4;
    margin-top: 9px;
}

#billboard .slick-dots {
    bottom: 190px;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 2;
    display: flex;
    align-items: center;
}

#billboard .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0;
    display: block;
}

#billboard .slick-dots > li {
    margin-right: 15px;
}

#billboard .slick-dots > li:last-child {
    margin-right: 0px;
}

#billboard .slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    display: block;
}

#billboard .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
    position: unset;
    padding: 0;
    display: block;
    width: 8px;
    height: 8px;
    color: #fff;
    opacity: 1;
    padding: 5px;
}

#billboard .slick-dots li.slick-active button:before {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 10px;
    margin-top: -2px;
}

.billboard-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(241, 243, 244, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 2px;
    position: relative;
    padding: 28px 56px;
    margin-top: -90px;
}

.billboard-logos > * {
    margin-right: 30xp;
}

.billboard-logos > *:last-child {
    margin-right: 30xp;
}

/*slide center*/
.slider-type-center .billboard-bullets-inner-wrap,
.slide-type-center .billboard-bullets-inner-wrap {
    max-width: 100%;
    width: 100%;
    padding-top: 70px;
    justify-content: space-between;
    align-items: baseline;
}

.slider-type-center .billboard-bullets-inner-wrap.wrap-2-bullets {
    align-items: center;
}

.slider-type-center .billboard-bullet-wrap,
.slide-type-center .billboard-bullet-wrap {
    display: flex;
    flex-direction: column;
}

.slider-type-center .billboard-bullet-wrap > *,
.slide-type-center .billboard-bullet-wrap > * {
    margin-right: 30px;
}

.slider-type-center .billboard-bullet-wrap > *:last-child,
.slide-type-center .billboard-bullet-wrap > *:last-child {
    margin-right: 0px;
}

#billboard .slider-type-center .slick-dots {
    bottom: 60px;
    text-align: center;
    justify-content: center;
}

.slider-type-center .banner-title,
.slide-type-center .banner-title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

.slider-type-center .banner-text,
.slide-type-center .banner-text {
    text-align: center;
}

.slider-type-center .banner-btn-wrap.mobile,
.slide-type-center .banner-btn-wrap.mobile {
    display: none;
}


/* slider center bullets bottom */

#billboard .slide-type-center_bullets_bottom:before {
    background: unset;
}

.slide-type-center_bullets_bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 77.08%, #FFFFFF 100%),
  linear-gradient(0deg, rgba(36, 39, 63, 0.20) 0%, rgba(36, 39, 63, 0.20) 100%);
    z-index: -1;
}


#billboard .slider-type-center-bullets_bottom .banner-title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
}

.billboard-slide-wrap .banner-title b:before {
    width: 30px;
    height: 30px;
    z-index: 2;
    top: 25px;
}

.slide-type-center_bullets_bottom .bilboard-slide-inner-wrap {
    flex-direction: column;
    margin-top: 80px;
}

.slide-type-center_bullets_bottom .bilboard-slide-inner-wrap > * {
    margin-right: 0px;
}

.slide-type-center_bullets_bottom .bilboard-slide-inner-wrap > *:last-child {
    margin-right: 0px;
    margin-top: 70px;
}

.slide-type-center_bullets_bottom  .billboard-slide-wrap {
    max-width: 100%;
    text-align: center;
}

.billboard-bullets-inner-wrap {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-content: flex-end;
}

.billboard-bullet a {
    margin-top: 30px;
    display: inline-block;
}

.slide-type-center_bullets_bottom .banner-btn-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.slide-type-center_bullets_bottom .banner-btn-wrap > * {
    margin-right: 30px;
}

.slide-type-center_bullets_bottom .banner-btn-wrap > *:last-child {
    margin-right: 0px;
}

#billboard .slider-type-center-bullets_bottom .slick-dots {
    bottom: 60px;
    text-align: center;
    justify-content: center;
}


.slider-type-center-bullets_bottom .billboard-bullet {
    max-width: 445px;
    margin-bottom: 0;
}


.slider-type-center-bullets_bottom .billboard-bullet:last-child {
    margin-left: 30px;
}


.slider-type-center-bullets_bottom .billboard-bullet-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
}

.slider-type-center-bullets_bottom .billboard-bullet-subtitle {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}


/* Slider type default center dots and vertical bullets */

#billboard .slide-type-default_2 .billboard-bullets-inner-wrap {
    flex-direction: column;
}

#billboard .slide-type-default_2 .container {
    max-width: 1000px;
}

#billboard .slide-type-default_2 .billboard-slide-wrap {
    max-width: 460px;
    width: 100%;
}

#billboard .slide-type-default_2 .billboard-bullet {
    align-self: end;
    width: 100%;
    margin-left: auto;
}

#billboard .slide-type-default_2 .banner-title, #billboard .slide-type-default_2 .banner-title h1 {
    color: #FFF;
    font-size: 56px;
    font-family: 'Aktiv Grotesk Cd', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

#billboard .slide-type-default_2 .slick-dots {
    bottom: 60px;
    text-align: center;
    justify-content: center;
}

.testimon-item-inner.slick-slide {
  height: 100%;
  min-height: 291px;
}


/**/
.page-template-landing .section-title-and-text .section-text {
    border-radius: 2px;
    background: #E8ECEE;
    text-align: center;
    padding: 40px 0 50px;
}

.page-template-landing .section-title-and-text .section-text h2 {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    text-transform: capitalize;
}

.page-template-landing .section-title-and-text .section-text p {
    color: #D42027;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 190% */
    text-transform: capitalize;
}

.page-template-landing .section-title-and-text .section-text a {
    text-decoration: unset;
}

.page-template-landing .header-nav a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: capitalize;
}

/**/

@media(min-width:545px) {
    #billboard .billboard-slide {
        min-height: 100vh;
    }


    #billboard .slide-type-center_bullets_bottom {
        min-height: 784px;
    }
}

@media(min-width: 546px) and (min-resolution: 140dpi) {
    .bilboard-slide-inner-wrap {
        top: 45px;
    }
    #billboard .billboard-slide {
        min-height: 100vh; 
    }

    .billboard-bullet {
        max-width: 270px;
        padding: 20px 20px 20px;
    }

    #billboard .slide-type-default_2 .banner-title {
        font-size: 56px;
        line-height: 60px;
    }

    .billboard-bullet a {
        margin-top: 15px;
        display: inline-block;
        padding: 12px 26px;
    }

    .banner-text p strong {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-text > * {
        margin-bottom: 10px;
    }
}


@media(max-width: 1033px) {
    .slider-type-center .banner-title {
        font-size: 33px;
        line-height: 38px;
    }

    .slider-type-center .billboard-slide-wrap {
        max-width: 360px;
    }

    .slider-type-center .billboard-bullet {
        max-width: 235px;
    }

    .slider-type-center a.default-btn, 
    .slider-type-center a.default-btn-2 {
        display: none;
    }
}

@media(max-width: 1260px) {
    #billboard .slick-dots {
        max-width: 100%;
        padding: 0 34px;
    }
}

@media(max-width:1200px) {
    #billboard .billboard-slide .banner-title {
        font-size: 56px;
        line-height: 66px;
    }
    
    .billboard-slide-wrap .banner-title b:before {
        width: 50px;
        height: 55px;
    }

    .billboard-bullet {
        max-width: 265px;
        padding: 20px 10px 20px;
    }

    .section-testimonials {
        margin: 0 !important;
    }

    .footer-top {
        margin: 0;
    }

    .site-footer {
        padding: 0;
    }
}

@media(max-width:991px) {

    .main-header {
        margin-top: 15px;
        align-items: center;
    }

    .billboard-bullets-inner-wrap {
        max-width: 100%;
        justify-content: center;
    }

    .bilboard-slide-inner-wrap {
        flex-direction: column;
        top: 25px;
    }

    .bilboard-slide-inner-wrap > * {
        margin-right: 30px;
    }

    .bilboard-slide-inner-wrap > *:last-child {
        margin-right: 0px;
    }

    .slide-type-center_bullets_bottom .bilboard-slide-inner-wrap {
        margin-top: 30px;
    }

    #billboard .billboard-slide .billboard-slide-wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #billboard .slide-type-default_2 .billboard-bullets-inner-wrap {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 20px;
    }

    #billboard .billboard-slide {
        min-height: 100%;
        padding: 190px 0px 95px;
        background-position: center;
    }

    .slider-type-center .banner-title {
        font-size: 45px;
        line-height: 53px;
    }

    .banner-btn-wrap {
        justify-content: center;
    }

    #billboard .slick-dots {
        position: unset;
        padding: 0;
        justify-content: center;
        margin-top: -55px;
    }

    .billboard-logos {
        margin-top: 70px;
        padding: 0;
        box-shadow: unset;
        background: unset;
        justify-content: center;
    }

    #billboard .billboard-slide .banner-title {
        font-size: 45px;
        line-height: 53px;
    }

    .billboard-slide-wrap .banner-title b:before {
        width: 45px;
        height: 49px;
    }

    /*  Slider center  */
    .slider-type-center .billboard-bullet-wrap:nth-child(3) {
        order: 3;
    }

    .slider-type-center .billboard-bullet-wrap:first-child {
        order: 2;
    }

    .slider-type-center .billboard-slide-wrap {
        order: 1;
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

   .slider-type-center .banner-btn-wrap.mobile {
        display: flex;
        justify-content: center;
    }

    .slider-type-center .banner-btn-wrap.mobile a.default-btn, 
    .slider-type-center .banner-btn-wrap.mobile a.default-btn-2 {
        display: block;
    }

    /* Slider type defoult center dots end vertical bullets */
    #billboard .slide-type-default_2 .billboard-bullet {
        align-self: center;
        margin: 0;
    }

    .slider-type-center-bullets_bottom .billboard-bullet:last-child {
        margin-right: 0;
    }

    .slide-type-center_bullets_bottom .bilboard-slide-inner-wrap > *:last-child {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: nowrap;
    }

    .slider-type-center-bullets_bottom .billboard-bullet:last-child {
        margin-left: 0;
    }
}

@media(max-width:767px) {
    .billboard-bullet,
    .slider-type-center .billboard-bullet {
        max-width: 220px;
        padding: 20px 10px 20px;
    }

    .billboard-bullet-title {
        font-size: 18px;
    }

    .billboard-bullet-subtitle {
        font-size: 14px;
    }
}

@media(max-width:545px) {

    .billboard-slide-wrap {
        text-align: left;
    }

    .banner-btn-wrap {
        justify-content: flex-start;
    }

    .slider-type-center .billboard-bullet-wrap {
        width: 100%;
    }

    .billboard-bullet,
    .slider-type-center .billboard-bullet {
        max-width: 100%;
        padding: 32px 10px 27px;
    }

    .banner-text > * {
        margin-right: 10px;
    }

    .banner-text > *:last-child {
        margin-right: 0px;
    }

    .banner-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .section.section-testimonials {
        margin: 0 !important;
    }

    footer.site-footer {
        padding: 0;
    }
}