.display-3-lg {
    font-size: clamp(1.7rem, 3.5vw, 3.5rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-4-lg {
    font-size: clamp(1.25rem, 3.15vw, 2.75rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-5-lg {
    font-size: clamp(1rem, 1.7vw, 2.5rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-5-sm {
    font-size: clamp(0.85rem, 1.7vw, 2.5rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-6-xl {
    font-size: clamp(1.1rem, 1.8vw, 3rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-6-lg {
    font-size: clamp(0.85rem, 1.5vw, 2.5rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-6-md {
    font-size: clamp(0.6rem, 1.5vw, 1rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-6-sm {
    font-size: clamp(0.45rem, 1vw, 1rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-7-xl {
    font-size: clamp(0.9rem, 1.3vw, 1.1rem);
    font-weight: 300;
    line-height: 1.2;
}

.display-7-lg {
    font-size: clamp(0.5rem, 1.1vw, 0.9rem);
    font-weight: 300;
    line-height: 1.2;
}

.icon-1 {
    font-size: clamp(2.5rem, 4vw, 7rem);
}

.icon-2 {
    font-size: clamp(1rem, 2vw, 3rem);
}

.icon-3 {
    font-size: clamp(0.75rem, 1.5vw, 2.5rem);
}

.btn-icon-2 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.subtitle {
    font-size: 1.45rem
}

.p-text{
    font-size: clamp(10px, 1.1vw, 30px);
}

.footer-cover {
    background: linear-gradient(rgba(37, 11, 84, 0.86), rgba(37, 11, 84, 0.86)), url(../img/generic/footer-overlay.png), no-repeat center center;
    background-size: contain;
}

#backToTop {
    font-size: 1rem !important;
}

.counter-box {
    min-height: 20vh
}

.testimonial-carousel .owl-item {
    height: 60vh;
}

.testimonial-carousel-item {
    border-radius: 20px;
    height: 100%;
}

@media (max-width: 1000px) {
    .counter-box {
        min-height: 15vh
    }

    .btn-icon {
        width: 55px;
        height: 55px;
    }

    .btn-icon-2 {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 991px) {
    .display-6-xl {
        font-size: clamp(1rem, 2.8vw, 4rem);
    }

    .display-6-lg {
        font-size: clamp(0.85rem, 2vw, 2.5rem);
    }

    .display-7-xl {
        font-size: clamp(0.7rem, 1.9vw, 1.5rem);
    }

    .display-7-lg {
        font-size: clamp(0.5rem, 1.7vw, 1.2rem);
    }
}

@media (max-width: 800px) {
    .footer-cover {
        background: linear-gradient(rgba(37, 11, 84, 0.86), rgba(37, 11, 84, 0.86))
    }

    .form-control {
        font-size: 0.75rem;
    }

    .btn {
        font-size: 0.75rem;
    }

    .py-4 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .py-5 {
        padding-bottom: 1.5rem;
    }

    .mr-4 {
        margin-right: 0.75rem;
    }

    .mb-5 {
        margin-bottom: 1.5rem;
    }

    .btn-icon {
        width: 44px;
        height: 44px;
    }

    .btn-icon-2 {
        width: 25px;
        height: 25px;
    }

    .testimonial-carousel .owl-nav {
        width: 80px;
        height: 40px;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 600px) {
    .counter-box {
        min-height: 10vh
    }

    .btn-icon {
        width: 35px;
        height: 35px;
    }

    .btn-icon-2 {
        width: 20px;
        height: 20px;
    }

    .testimonial-carousel .owl-item {
        height: 80vh;
    }
}

@media (max-width: 400px) {
    .form-control {
        font-size: 0.6rem;
    }

    .btn {
        font-size: 0.6rem;
    }

    .btn-icon {
        width: 30px;
        height: 30px;
    }

    .btn-icon-2 {
        width: 20px;
        height: 20px;
    }

    .testimonial-carousel .owl-item {
        height: 90vh;
    }
}


