@media (min-width:3501px){
    .banner h1 {
        font-size: 7rem;
    }
    .banner-content p {
        font-size: 3.5rem;
    }
    .banner-content h3 {
        font-size: 4rem;
    }
    .banner-btns a {
        font-size: 2.5rem;
    }
    .banner-btns {
        margin-top: 30px;
    }
    .about-content p {
        font-size: 2rem;
    }
    .contact-box label {
        font-size: 22px;
    }
    .contact-box input {
        padding: 10px;
    }
    h2 {
        font-size: 3rem;
    }
}
@media (min-width:1930px) and (max-width:3500px){
    .banner h1 {
        font-size: 75px;
    }
    .banner-content p {
        font-size: 32px;
    }
    .banner-content h3 {
        font-size: 32px;
    }
    .banner-btns a {
        font-size: 25px;
    }
    .banner-btns {
        margin-top: 30px;
    }
    .about-content p {
        font-size: 22px;
    }
    .contact-box label {
        font-size: 22px;
    }
    .contact-box input {
        padding: 10px;
    }
    h2 {
        font-size: 35px;
    }
}

@media (max-width:1600px){
    .banner h1 {
        font-size: 50px;
    }
    .banner-content p {
        font-size: 25px;
    }
    .banner-content {
        margin-top: 13rem;
    }
}

@media (max-width:1280px){
    .banner h1 {
        font-size: 45px;
        top: 12%;
    }
    .banner-content p {
        font-size: 22px;
    }
    .banner-content h3 {
        font-size: 25px;
    }
    .banner-content {
        margin-top: 6rem;
    }
    .about-image {
        position: absolute;
        left: 0;
        top: -60px;
        z-index: -2;
        width: 55%;
    }
    .about-sec.position-relative {
        padding: 8rem 0;
    }
    .contact-image img {
        width: 100%;
    }
   
}

@media (max-width:1024px){
    .contact-info {
        margin: 30px auto 0;
        text-align: center;
        display: flex;
        gap: 0px;
        justify-content: center;
        flex-direction: column;
    }
    .contact-add h3 {
        line-height: 1.3;
    }
    .contact-add {
        padding: 2rem 0;
    }
    .banner h1 {
        font-size: 35px;
        top: 12%;
    }
    .banner-content p {
        font-size: 18px;
    }
    .banner-content h3 {
        font-size: 18px;
    }
    .about-image {
        top: -30px;
        z-index: -2;
        width: 65%;
    }
    .about-sec.position-relative {
        padding: 5rem 0 6rem;
    }
    .about-content p {
        font-size: 16px;
    }
    .banner-btns a {
        padding: 5px 25px;
        font-size: 18px;
    }
    .banner-left {
        padding: 1rem 0rem 0 2rem;
    }
    header .main-menu {
        padding: 0rem 2rem;
        width: 100vw;

    }
    header .menu-fixed{
        width: 100vw;
    }
    .contact {
        padding: 5rem 0;
    }
    .contact-box {
        padding: 2rem 2rem;
    }
    .about-content {
        padding: 2rem 2rem;
    }
    .contact-image img {
        width: calc(100% + 60%);
    }
    
}

@media(min-width:770px) and (max-width:991px){
    .banner h1 {
        font-size: 30px;
        top: 12%;
    }
    .banner-content {
        margin-top: 10rem;
    }
    .about-image {
        top: 40px;
        z-index: -2;
        width: 65%;
    }
    h2 {
        font-size: 25px;
    }
 

}

@media (max-width:768px){
 
    .contact-info {
        margin: 30px auto 0;
        text-align: center;
        display: flex;
        gap: 33px;
        justify-content: center;
        flex-direction: row;
    }
    .contact-image img {
        width: calc(100% + 40%);
    }
    .contact-image img {
        width: 100%;
        left: 0;
    }
    .banner h1 {
        font-size: 30px;
        top: 12%;
    }
    .about-image {
        top: 30px;
        z-index: -2;
        width: 65%;
        object-fit: cover;
        height: 70vh;
    }
    .banner-content {
        margin-top: 6rem;
    }
    h2{
        font-size: 25px;
    }
    .banner-left {
        padding: 1rem 0rem 0 1rem;
    }
    header .main-menu {
        padding: 0rem 1rem;
    }
    .banner-image {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
}

@media (max-width:767px){
    header .main-menu {
        padding: 7px 1rem;
    }
    .contact-info {
        margin: 30px auto 0;
        text-align: center;
        display: flex;
        gap: 0px;
        justify-content: center;
        flex-direction: column;
    }
    .contact-box .row{
        flex-direction: column !important;
    }
    .banner h1 {
        font-size: 22px;
        position: static;
        text-align: center;
    }
    .banner-content {
        margin-top: 1rem;
        text-align: center;
    }
    .banner-btns {
        justify-content: center;
    }
    .banner-image {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
    .banner .row{
        flex-direction: column-reverse;
    }
    .about-content {
        padding: 2rem 1rem;
        text-align: center;
    }
    .contact-image img {
        width: 100%;
        left: 0;
        height: 20vh;
        object-fit: cover;
    }
    .contact {
        padding: 2rem 0;
    }

    .contact-number {
        flex-direction: column;
        gap: 0;
    }

    .projects {
        background: #ebebeb;
        padding: 2rem 0;
    }
    .about-sec.position-relative {
        padding: 8rem 0 5rem;
    }
    .about-image {
        top: 70px;
        width: 100%;
    }
    .logo{
        width: 50%;
    }
    .banner {
        padding: 0rem 0rem;
    }
    .main-menu .navbar li a {
        color: #039;
        font-size: 13px;
    }

    .banner-left{
        padding: 1rem 0rem 0 0rem;
    }

    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
    }
    
    .fancybox-show-thumbs .fancybox-thumbs {
        width: 100%;
        top: unset;
        bottom: 0;
    }
    

    .fancybox-show-thumbs .fancybox-inner {
        right: 0 !important;
    }
    
    .fancybox-slide--image .fancybox-content {
        width: 100% !important;
    }

    .fancybox-thumbs__list {
        overflow-x: scroll !important;
        overflow-y: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .fancybox-thumbs__list a {
        max-width: 100%;
        flex: 0 0 25%;
    }

    .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
        width: -1px !important;
    }
}

@media (max-width:550px){
    
    .main-menu .navbar li a {
        color: #039;
        font-size: 12px;
        padding-bottom: 0;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 22px;
        margin: 0 !important;
        padding: 12px 0 0;
    }
    .banner-image {
        width: 100%;
        height: 30vh;
        object-fit: cover;
    }
}


@media (max-width:390px){
    .navbar-brand {
        width: 50%;
    }

    header .navbar_scrolled .logo {
        transition: 0.3s ease-in-out;
        width: 75%;
    }
   
}