@media screen and (max-width:1600px) {

    .gallery .title,
    .gallery .read-more {
        padding: 35px 50px 20px 35px;
    }

    .intro .content {
        padding: 50px;
    }

    .gallery .summary {
        padding: 0 50px;
    }

    .gallery .title::before,
    .gallery .title::after {
        display: none;
    }

    .gallery .slider-buttons #images-dot {
        position: absolute;
        top: auto;
        bottom: 30px;
        left: 30px;
    }
}

@media screen and (max-width:1400px) {
    header .main-header .auth {
        width: 300px;
    }

    .gallery .slider-buttons #images-dot {
        left: 10px;
        bottom: 10px;
    }

    .gallery .slider-buttons #images-dot button img {
        width: 100px;
        height: 80px;
    }

    .gallery .slider-buttons #images-dot button.active {
        border-top: 5px solid #272727;
    }

    .gallery .owl-nav {
        bottom: 110px;
        left: 52%;
    }

    .gallery .read-more {
        padding-top: 15px;
    }
}

@media screen and (max-width:1280px) {
    header .main-header .auth {
        width: 200px;
    }

    .intro .content {
        padding: 0;
    }

    .gallery .owl-nav {
        bottom: 25px;
    }

    .gallery .slider-buttons {
        display: none;
    }

    .gallery .read-more {
        padding-top: 30px;
    }

}

@media screen and (max-width:992px) {
    header .top-header .icons::before {
        left: -12px;
        width: 12px;
    }

    .intro::before {
        left: 30%;
        height: 1087px;
    }

    .intro .image {
        padding: 150px 30px;
    }

    .intro .image img {
        max-width: 700px;
    }

    .intro .details {
        padding: 50px 0;
    }

    .home-slider .item .image img {
        aspect-ratio: 16/9;
    }

    .gallery .owl-nav {
        left: 25px;
    }

    footer .map,
    footer .links {
        background-color: #272727;
    }

    footer .map::before,
    footer .map::after {
        display: none;
    }
}

@media screen and (max-width:768px) {
    header .top-header .welcome::after {
        width: 13px;
    }

    .intro::before {
        left: 25%;
        height: 900px;
    }

    .home-slider .item .image img {
        aspect-ratio: 16/10;
    }

    .gallery .title,
    .gallery .summary,
    .gallery .read-more {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width:576px) {
    header .top-header-container {
        padding: 0;
    }

    header .top-header .welcome {
        width: 100%;
    }

    header .top-header .icons {
        display: none;
    }

    .home-slider .item .image img {
        aspect-ratio: 16/11;
    }

    .intro::before {
        width: 150px;
    }

    .intro .container-fluid {
        padding: 0;
    }

    .intro .details {
        padding: 10px;
    }

    .intro .image img {
        max-width: 100%;
    }
}

@media screen and (max-width:400px) {
    header .middle-header .logo img {
        max-width: 90px;
    }

    header .top-header .welcome {
        height: auto;
    }

    header .top-header .welcome::after {
        height: 40px;
    }

    header .top-header .icons {
        height: auto;
    }
}