@media only screen and (max-width: 1900px) {
    .textStroke {
        font-size: 14rem;
        margin-left: -7rem;
        margin-right: -7rem;
    }
}

@media only screen and (max-width: 1600px) {
    .textStroke {
        font-size: 12rem;
        margin-left: -5rem;
        margin-right: -5rem;
    }
}

@media only screen and (max-width: 1440px) {
    .textStroke {
        font-size: 10rem;
        margin-left: -3rem;
        margin-right: -3rem;
    }
}

@media only screen and (max-width: 1366px) {
    .textStroke {
        font-size: 8rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    html {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 12px;
    }
    .aboutWrap .leafbotm, .aboutWrap .leafTop {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 11px;
    }
    section {
        padding: 3em 0;
    }
    .textStroke {
        font-size: 5rem;
    }
    h2 {
        font-size: 3rem;
    }
    .navbar-brand img {
        width: 100px;
    }
    .mainSlider .social, .skewBtn, .portfolioCarousel .swiper-button-next, .portfolioCarousel .swiper-button-prev{
        display: none;
    }
    .mainSlider .carousel-item > img {
        height: 38rem;
        object-fit: cover;
        object-position: center;
    }
    
    .mainSlider .carousel-caption, .mainSlider .carousel-caption .content {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        border-radius: 0;
        margin: 0;
    }
    
    .mainSlider .content h2 {
        font-size: 3rem;
    }
    
    .mainSlider .content h4 {
        font-size: 1.5rem;
    }
    
    .mainSlider .content p {
        width: 100%;
        font-size: 1rem;
    }
    
    .mainSlider .carousel-caption .content {
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .packagesThumb .priceWrap {
        margin: 0;
        width: 100%;
        position: unset;
    }
    header {
        padding: 1rem 0 0
    }
    .navbar .collapse.show {
        background: #000;
        padding: 2rem;
    }
    footer {
        padding-top: 4rem;
        overflow: hidden;
    }
    .serviceThumb .overlay {
        top: 86%;
    }
    .footerLinks ul {
        margin: 0 0 2.5rem;
    }
    .packagesThumb {
        padding: 0 1rem;
    }
    .order-7{
        order: 7;
    }
    .copyRight {
        text-align: center;
    }
    .copyRight .temrs {
        justify-content: center;
        margin-top: 1rem;
        gap: 2rem;
    }
}
