/* X-Small devices (portrait phones, less than 576px)*/
/*  No media query for `xs` since this is the default in Bootstrap*/
@media only screen and (min-width: 1441px) and (max-width: 2100px) {

}
/*  Small devices (landscape phones, 576px and up)*/

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
header nav.navbar ul.navbar-nav {
    gap: 0rem;
}
.marquees_container {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: row;
    height: 122%;
    top: 9%;
    transform: rotate(15deg);
    right: 9%;
    width: 30%;
    justify-content: end;
}
section.banner {
    position: relative;
    top: 0;
    width: 100%;
    background: url(../assets/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 1rem;
}
section.banner .text-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
header nav.navbar a.btn-quote {
    margin-left: 0rem;
    background: #FF5151;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 8px 25px;
}
header nav.navbar ul.navbar-nav a.nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: white;
}
section.s2 .text-section h2{
    font-size:28px;
    line-height:32px;
}
section.cta .right-row .book-media img {
    width: 100%;
    transform: scale(1.1);
    margin-left: 0rem;
    margin-top: 0rem;
    margin-bottom: -7rem;
    margin-top: 2rem;
}

}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.marquees_container {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: row;
    top: 11%;
    transform: rotate(15deg);
    right: 20%;
    justify-content: end;
}
section.banner {
    position: relative;
    top: 0;
    width: 100%;
    background: url(../assets/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 2rem;
}
section.s2 .text-section h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
    color: #242424;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}
section.s3 .boxes_row {
    display: flex;
    gap: 0rem;
    padding-top: 0.2rem;
}
section.cta .right-row .book-media img {
    width: 100%;
    transform: scale(1.0);
    margin-left: 0rem;
    margin-top: 0rem;
    margin-bottom: -7rem;
    margin-top: 2rem;
}
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
    
    
    section.banner.inner-banner.about-banner .banner-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #E0E0E0;
}
            section.banner.inner-banner.about-banner .banner-text h2 {
            font-family: 'Jost';
            font-style: normal;
            font-weight: 600;
            font-size: 35px;
            line-height: 40px;
            text-align: center;
            color: #FFFFFF;
            text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
            padding-top: 0.5rem;
            padding-bottom: 1rem;
            width: 90%;
            margin: auto;
        }
                header nav.navbar a.navbar-brand img {
                width: auto;
                height: 58px;
            }
            section.banner .main-container {
                position: relative;
                z-index: auto;
            }
            section.s3 {
            position: relative;
            margin-top: 0rem;
            padding-top: 4rem;
            padding-bottom: 0rem;
        }
        footer img.cards {
            margin-top: 0.3rem;
            width: 60%;
        }
        section.testimonial-sec .item .mediabook {
            display: none;
        }
        footer .copyrights .row {
        align-items: center;
        flex-direction: column-reverse;
        gap: 1rem;
    }
    footer .copyrights p.copy-text {
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    }
    footer .copyrights ul.privacy-links li a {
        text-decoration: none;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    div#popupModal {
        max-width: 98% !important;
        background: transparent;
        box-shadow: none;
    }
    div#popupModal .popup_container {
        display: flex;
        flex-direction: column;
        background: transparent;
        justify-content: center;
        align-items: center;
    }
    div#popupModal .popup_container .leftcol {
        background: transparent;
        flex: 100%;
        max-width: 100%;
        padding: 0px;
        border-radius: 22px 10px 10px 22px;
        margin-right: 0px;
        margin-bottom: -28px;
        z-index: 999;
        opacity: 1;
    }
    div#popupModal .popup_container .rightcol {
        flex: 100%;
        max-width: 100%;
        padding: 25px;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
    }
    section.s3 .media-section {
        margin-bottom: 0rem;
    }
    div#popupModal .popup_container .popup_img img {
        width: 40%;
        transform: scale(1);
        position: relative;
        z-index: 999;
        bottom: -25px;
        transform: rotateX(45deg);
    }

    div#popupModal .popup_container .popup_img {
        position: relative;
        right: 0px;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    div#popupModal .popup_container .headtxt {
        padding-bottom: 0.5rem;
        padding-top: 0.2rem;
    }

    div#popupModal .popup_container .headtxt h4 {
        color: #1E1E1E;
        font-family: Poppins;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    div#popupModal .popup_container .headtxt p {
        color: #373737;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5; 
        text-transform: capitalize;
    }

    div#popupModal .popup_container .popup_form .form-group {
        padding-bottom: 1rem;
        text-align: center;
    }

    div#popupModal .popup_container .popup_form .form-group input {
        border-radius: 10px;
        border: 2px solid rgba(83, 83, 83, 0.85);
        background: rgba(255, 255, 255, 0.00);
        height: 42px;
        padding-left: 18px;
    }

    div#popupModal .popup_container .popup_form .form-group textarea {
        border-radius: 10px;
        border: 2px solid rgba(83, 83, 83, 0.85);
        background: rgba(255, 255, 255, 0.00);
        height: 80px;
        padding-left: 18px;
    }

    div#popupModal .popup_container .popup_form button[type="submit"] {
        width: 90%;
        /* margin: auto; */
        margin-top: 5px;
        /* border-radius: 10px; */
        /* background: #000; */
        color: #ffff;
        text-align: center;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        /* line-height: normal; */
        /* border: none; */
        /* padding: 12px; */
        /* border-radius: 10px; */
        /* background: #76D2FF; */
        /* color: #313131; */
        text-align: center;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    div#popupModal .popup_container .consult_now {
        padding-top: 5px;
    }

    div#popupModal .popup_container .consult_now h5 {
        margin-bottom: 0px;
        text-align: center;
        color: #8B8585;
        text-align: center;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px; 
        text-transform: capitalize;
    }

    div#popupModal .popup_container .popup_form .form-group:last-child {
        padding-bottom: 0px;
    }
    
    
    
section.banner.inner-banner.about-banner .banner-text {
    padding-top: 3rem;
    width: 100%;
    margin: auto;
}
header .top-bar .txt p {
    font-size: 12px;
}
header nav.navbar a.btn-quote {
    display: none;
}
.navbar-light .navbar-toggler {
    color: rgb(246 246 246 / 100%);
    border-color: rgb(255 255 255 / 100%);
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
header nav.navbar ul.navbar-nav {
    background: #13389d;
    margin-top: 1rem;
    padding: 20px 20px;
}
section.contact-section .contact-info h4 {
    color: white;
}

section.contact-section .contact-div .contact-bg {
    width: 90%;
}

section.contact-section .contact-info ul.contact li span {
    color: white;
}

section.contact-section .contact-info h5 {
    color: white;
}
section.contact-section .section-head {
    width: 90%;
    margin: auto;
    padding-bottom: 1.5rem;
}
section.s3 .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
}
section.s3 .row-boxes {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
}
section.portfolio-sec .section-head {
    padding-bottom: 4rem;
    width: 100%;
    margin: auto;
}
section.portfolio-sec .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
section.banner.inner-banner .form_box {
    background: #13389D;
    border-radius: 20px;
    padding: 32px 38px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 100%;
    margin: auto;
    border: 1px solid #09E7A7;
    margin-top: 3rem;
}
section.s2 .text-section h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #242424;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}
.center_img img {
    width: 100%;
    transform: scale(0.9);
}
section.testimonial-sec .rowitem {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.marquees_container {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: row;
    top: -15%;
    transform: rotate(15deg);
    right: 7%;
    justify-content: end;
    display: none;
}
section.cta .right-row .book-media img {
    width: 100%;
    transform: scale(0.9);
    margin-left: 0rem;
    margin-top: 0rem;
    margin-bottom: -7rem;
    margin-top: 2rem;
}
.buttons {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    padding-top: 0.4rem;
    flex-direction: row;
    flex-wrap: wrap;
}
section.banner .text-banner h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    line-height: 50px;
    color: #FFFFFF;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}
section.s3 .boxes_row {
    display: flex;
    gap: 1rem;
    padding-top: 0.2rem;
    flex-direction: column;
}
section.cta .text-cta h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.2rem;
}
section.services-sec .section-head {
    width: 100%;
    margin: auto;
    padding-bottom: 3rem;
}
section.services-sec .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
}
section.services-sec .services-row {
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
}
section.genres-sec .section-head {
    width: 100%;
    margin: auto;
    padding-bottom: 2rem;
}
section.genres-sec .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    padding-top: 1rem;
}
section.who-we-are .row-section {
    align-items: center;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
}
section.last-sec .media-sec img {
    width: 63%;
    transform: scale(1.0);
}
section.last-sec .media-sec {
    margin-top: -5rem;
    margin-bottom: -5rem;
}
section.s3 .typewriter {
    position: relative;
    right: 0%;
    width: 100%;
    top: -10%;
    z-index: 999;
    display: none;
}
section.cta .buttons {
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
}
section.testimonial-sec .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}
section.testimonial-sec .section-head {
    width: 100%;
    margin: auto;
    padding-bottom: 2rem;
}
footer .footer-widgets .col3 {
    padding-left: 1rem;
}
footer .footer-widgets h4.widget-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-bottom: 0.5rem;
}
footer .footer-widgets ul.social-links {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top: 1rem;
}
footer .footer-widgets {
    padding-top: 4rem;
    background: url(../assets/images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 1rem;
}
footer .copyrights ul.privacy-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2rem;
    margin-bottom: 0px;
    padding-left: 0px;
    justify-content: center;
}
footer .copyrights {
    background: #13389D;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-align: center;
}

section.who-we-are .section-head {
    padding-bottom: 3rem;
    width: 100%;
    margin: auto;
}
header .top-bar {
    background: #13389D;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-align: center;
}
.header-cta {
    display: flex;
    align-items: center;
    gap: 2.8rem;
    justify-content: center;
    display: none;
}
section.banner {
    position: relative;
    top: 0;
    width: 100%;
    background: url(../assets/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 1rem;
}
}
/**/


@media only screen and (min-width: 10px) and (max-width: 319px) {
.buttons {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding-top: 0.4rem;
    flex-direction: column;
}
section.s3 .typewriter {
    position: absolute;
    right: 11%;
    width: 100%;
    top: -15%;
    z-index: 999;
}
section.s3 .boxes_row {
    display: flex;
    gap: 1rem;
    padding-top: 0.2rem;
    flex-direction: column;
}
section.cta .right-row .book-media img {
    width: 100%;
    transform: scale(0.9);
    margin-left: 0rem;
    margin-top: 0rem;
    margin-bottom: -7rem;
    margin-top: 2rem;
}
section.services-sec .services-row {
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
}
section.testimonial-sec .rowitem {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
section.banner .text-banner h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}

section.s2 .text-section h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    text-transform: uppercase;
    color: #242424;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}
section.s3 .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
}
section.cta .text-cta h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.2rem;
}
section.services-sec .section-head {
    width: 100%;
    margin: auto;
    padding-bottom: 3rem;
}
section.services-sec .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
}
section.genres-sec .section-head {
    width: 100%;
    margin: auto;
    padding-bottom: 2rem;
}
section.genres-sec .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    padding-top: 1rem;
}
section.last-sec .media-sec img {
    width: 100%;
    transform: scale(1.1);
    display: none;
}
section.banner.inner-banner.about-banner .banner-text {
    padding-top: 3rem;
    width: 100%;
    margin: auto;
}
}

@media (max-width : 1200px){
        section.cta .right-row .book-media img {
        width: 65%;
        transform: scale(1);
    }
}

@media (min-width : 1600px) and (max-width : 1800px)
{
.marquees_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    height: auto;
    top: -15%;
    transform: rotate(15deg);
    right: 8%;
    width: max-content;
    justify-content: end;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px){
    
div#popupModal {
    max-width: 65% !important;
    background: transparent;
    box-shadow: none;
    border-bottom: none !IMPORTANT;
}
.marquees_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    height: auto;
    top: -5%;
    transform: rotate(15deg);
    gap: 0px;
    right: 9%;
    width: max-content;
    justify-content: end;
    z-index: 0;
}
    section.cta .right-row .book-media img {
    width: 100%;
    transform: scale(1.3);
    margin-left: 3.5rem;
    margin-bottom: -6rem;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    
    section.cta .text-cta h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.2rem;
}
    header nav.navbar a.btn-quote {
    margin-left: 3rem;
    background: #FF5151;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 10px 35px;
}
header nav.navbar ul.navbar-nav a.nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: white;
}
        section.last-sec .media-sec {
    margin-top: -8rem;
    margin-bottom: -4rem;
    }
    
div#popupModal {
    max-width: 74% !important;
    background: transparent;
    box-shadow: none;
    border-bottom: none !IMPORTANT;
}
.marquees_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    height: auto;
    top: -5%;
    transform: rotate(15deg);
    gap: 0px;
    right: 11%;
    width: max-content;
    justify-content: end;
    z-index: 0;
}
    .marquees_container .marquee:last-child{
        display:none;
    }
    section.cta .right-row .book-media img {
    width: 65%;
    transform: scale(1);
    margin-left: 5rem;
    margin-top: 0rem;
    margin-bottom: -5rem;
    margin-top: 1rem;
}
section.cta .right-row .book-media {
    display: none;
}
header nav.navbar a.navbar-brand img {
    width: auto;
    height: 62px;
}
section.s3 .typewriter {
    position: absolute;
    right: 0%;
    width: 25%;
    top: -30%;
    z-index: 999;
}
    
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
    
    section.cta .text-cta h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.2rem;
}
section.cta .text-cta h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FF5151;
}
    header .top-bar .txt p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.header-cta span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
    header nav.navbar ul.navbar-nav {
        gap: 0.7rem;
    }
    section.last-sec .media-sec {
    margin-top: -7rem;
    margin-bottom: -5rem;
    }
    section.s3 .typewriter {
    position: absolute;
    right: 0%;
    width: 25%;
    top: -18%;
    z-index: 999;
}
    
    .marquees_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    height: auto;
    top: 0%;
    transform: rotate(15deg);
    gap: 0px;
    right: 13%;
    width: max-content;
    justify-content: end;
    z-index: 0;
}
    
    section.s3 .boxes_row .box {
    padding: 16px 8px;
    flex: 31%;
    width: 31%;
}

    section.s3 .section-head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
}
    
    div#popupModal {
    max-width: 78% !important;
    background: transparent;
    box-shadow: none;
    border-bottom: none !IMPORTANT;
    }
    header nav.navbar a.btn-quote {
    margin-left: 1rem;
    background: #FF5151;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 10px 24px;
}
header nav.navbar ul.navbar-nav a.nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: white;
}

header nav.navbar a.navbar-brand img {
    width: auto;
    height: 55px;
}
section.banner .text-banner h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}
section.banner .text-banner h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FF5151;
}
section.banner .text-banner p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #E0E0E0;
}
.marquees_container .marquee:first-child, .marquees_container .marquee:nth-child(2) {
    display: none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    
     .marquees_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    height: auto;
    top: 0%;
    transform: rotate(15deg);
    gap: 0px;
    right: 13%;
    width: max-content;
    justify-content: end;
    z-index: 0;
}
.marquees_container .marquee:first-child, .marquees_container .marquee:nth-child(2) {
    display: none;
}
    section.s3 .boxes_row .box {
    padding: 16px 8px;
    flex: 40%;
    width: 40%;
}
    
div#popupModal .iziModal-header.iziModal-noSubtitle {
    background: transparent !important;
    box-shadow: none;
    overflow: initial;
    top: 0.2rem;
}
div#popupModal .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    right: 0%;
    top: 0.8rem;
}
div#popupModal {
    max-width: 60% !important;
    background: transparent;
    box-shadow: none;
    border-bottom: none !IMPORTANT;
}
div#popupModal .popup_container {
    display: flex;
    flex-direction: column;
    background: transparent;
    justify-content: center;
}
div#popupModal .popup_container .leftcol {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url(../images/popup_bg.png), lightgray 50% / cover no-repeat;
    flex: 100%;
    max-width: 100%;
    padding: 25px;
    border-radius: 40px 0px 0px 40px;
    margin-right: -35px;
    background-repeat: no-repeat !important;
    background-size: cover !IMPORTANT;
    display: none;
}
div#popupModal .popup_container .rightcol {
    flex: 100%;
    max-width: 100%;
    padding: 25px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.25);
}

}

@media (max-width : 767px){
    section.s3 .boxes_row .box {
    padding: 16px 8px;
    flex: 85%;
    width: 85%;
}
section.portfolio-sec .item {
    text-align: center;
}
section.portfolio-sec .item img {
    margin: auto;
    width: 58%;
    object-fit: cover;
    aspect-ratio: auto;
    height: auto;
    margin: auto;
}
.box_item_2 {
    background: #CDCDCD4D;
    width: 85%;
    height: 8rem;
    padding: 0px 10px;
    margin-left: 4rem;
    animation: none;
}
.box_item_3 {
    background: #CDCDCD4D;
    width: 85%;
    height: 8rem;
    padding: 0px 10px;
    animation: none;
    animation-delay: -2s;
    margin-top: 4rem;
}
.box_item_4 {
    background: #CDCDCD4D;
    width: 85%;
    height: 8rem;
    padding: 0px 10px;
    margin-left: 4rem;
    animation: none;
    animation-delay: -4s;
    margin-top: 4rem;
}
}
