@media only screen and (max-width: 1400px) {
    .nav-link{
        font-size: 16px !important;
    }
    .btn{
        font-size: 16px !important;
    }
    .hero-section-title{
        font-size: 40px !important;
        line-height: 60px !important;
    }
    .hero-section-description{
        font-size: 20px;
    }
    .card-body{
        padding: 1.5rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .card-title{
        font-size: 20px !important;
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }
    .card-text{
        font-size: 11px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .title{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .title-1{
        margin-top: 20px !important;
        font-size: 22px !important;
    }
    .short-description{
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .check-icon svg{
        width: 40px;
        height: 40px;
    }

    .bg-1 {
        width: 427px;
        height: 427px;
    }
    .bg-2{
        width: 318px;
        height: 318px;
    }
    .bg-3{
        width: 236px;
        height: 236px;
    }
    .bg-4{
        width: 116px;
        height: 116px;
    }
    .bg-5{
        width: 73px;
        height: 73px;
    }
    .bg-5 .logo svg{
        height: 27px;
    }
    .line-1{
        height: 129px;
    }
    .line-2{
        width: 129px;
    }
    .data-1, .data-2, .data-3, .data-4{
        width: 155px;
        height: 38px;
        font-size: 12px;
    }
    .data-1{
        bottom: 84px !important;
    }
    .data-2{
        right: -20px !important;
    }
    .data-3{
        left: -20px !important;
    }
    .data-4{
        top: 84px !important;
    }

    .progress-box{
        width: 215px;
        height: 183px;
        font-size: 48px;
    }
    .progress-box span{
        font-size: 16px;
    }

    .bar-1 svg{
        width: 443px;
        height: 132px;
    }
    .bar-2 svg{
        width: 299px;
        height: 284px;
    }
    .footer-text{
        font-size: 12px !important;
    }
    .footer-items .nav-link{
        font-size: 16px !important;
    }
    .footer-items .footer-text{
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .carousel {
        --carousel-height: 400px;
        --carousel-width: 1000px;
        --carousel-item-height: 150px;
        --carousel-item-width: 150px;
        width: 100%;
    }
}

@media  only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .hero-section-title{
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .hero-section-description{
        font-size: 15px;
        line-height: 25px;
    }
    .btn{
        font-size: 14px !important;
    }

    .form-control{
        height: 45px !important;
    }
    .form-select{
        height: 45px !important;
    }

    .title{
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .title-1{
        font-size: 20px !important;
    }

    .short-description{
        font-size: 14px !important;
        margin-top: 5px !important;
        line-height: 22px !important;
    }
    .we-contact-section{
        height: 455px;
    }

    .bg-1{
        width: 315px;
        height: 315px;
    }
    .bg-2{
        width: 225px;
        height: 225px;
    }
    .bg-3{
        width: 115px;
        height: 115px;
    }
    .bg-4{
        width: 65px;
        height: 65px;
    }
    .bg-5{
        width: 35px;
        height: 35px;
    }
    .bg-5 .logo svg{
        height: 12px;
    }

    .line-1{
        height: 73px;
    }
    .line-2{
        width: 73px;
    }
    .line-1 svg, .line-2 svg{
        width: 10px;
        height: 10px;
    }
    .top-arrow{
        top: -7px;
    }
    .bottom-arrow{
        bottom: -7px;
    }
    .left-arrow{
        bottom: -6px;
        left: -7px;
    }
    .right-arrow{
        bottom: -6px;
        right: -7px;
    }
    .data-1, .data-2, .data-3, .data-4{
        width: 115px;
        height: 30px;
        font-size: 8px;
    }
    .data-1{
        bottom: 80px !important;
    }
    .data-2{
        right: -8px !important;
    }
    .data-3{
        left: -8px !important;
    }
    .data-4{
        top: 80px !important;
    }
    .data-1 svg{
        width: 15px;
    }
    .data-2 svg{
        width: 22px;
    }
    .data-3 svg{
        width: 20px;
    }
    .data-4 svg{
        width: 15px;
    }

    .progress-box{
        width: 190px;
        height: 150px;
        font-size: 30px;
    }
    .progress-box span{
        font-size: 14px;
    }

    .ticket{
        height: 330px;
    }
    .bar-1 svg{
        width: 284px;
        height: 85px;
    }
    .bar-2 svg{
        width: 200px;
        height: 192px;
    }
    .footer-items .nav-link{
        font-size: 14px !important;
        line-height: 25px !important;
    }
    .footer-items .footer-text{
        line-height: 25px !important;
    }
}

@media only screen and (max-width: 768px) {
    .check-icon{
        width: 30px;
        height: 30px;
    }

    .select-room::before{
        left: 85px !important;
    }
}

@media only screen and (max-width: 576px) {
    .hero-section-title{
        margin-top: 35px;
        text-align: center;
    }
    .hero-section-description{
        text-align: center;
    }
    .register-btn{
        text-align: center;
    }
    .check-icon{
        width: 30px;
        height: 30px;
    }
    .we-contact-section{
        height: 770px;
    }
    .work-process{
        height: 340px;
    }
    .we-contact-section .title{
        text-align: center;
    }
    .bar-1{
        right: 75px;
    }
    .bar-1 svg{
        width: 150px;
        height: auto;
    }
    .bar-2 svg {
        width: 120px;
        height: auto;
    }
    .social-icons{
        text-align: left;
    }
    .social-icons ul {
        justify-content: left;
    }
    .select-room {
        min-width: 15rem;
    }
    .select-room::before {
        left: 190px !important;
    }
    .popup-body{
        padding: 25px !important;
    }
    .popup-title{
        font-size: 30px;
    }
    .popup-text{
        font-size: 16px;
    }
    .btn-primary{
        padding: 10px 15px !important;
    }
    .btn-dark{
        padding: 10px 15px !important;
    }
    .popup-icon svg{
        width: 90px !important;
        height: auto !important;
    }
    .logo-f svg{
        width: 120px !important;
        height: auto !important;
    }
    .carousel {
        --carousel-height: 250px;
        --carousel-width: 1000px;
        --carousel-item-height: 80px;
        --carousel-item-width: 60px;
        width: 100%;
    }
    .image-width-298{
        width: 120px;
        border-radius: 10px;
    }
}