/* Max Width 1400 */
@media screen and (max-width: 1400px) {
    .header-icons {
        padding: 0 15px;
    }

    .header-icons a:first-child {
        padding-right: 15px;
    }

    .my-search:hover input {
        width: 50px;
    }

    .about-us-right {
        width: 350px;
        height: 510px;
        top: 0%;
    }

    .home-about-us-content {
        padding: 0 60px;
        margin-top: 0px;
    }

    .home-about-us .read-more {
        margin-left: 60px;
        margin-top: 30px;
    }

    .home-about-us .section-headship {
        padding: 0 60px;
    }

    .section-headship {
        margin-bottom: 30px;
    }

    .about-us-left1 {
        top: 0%;
    }

    .about-us-left2 {
        bottom: 10%;
    }

    .home-about-us {
        margin: 100px 0;
        height: 700px;
    }

    .cards-item {
        width: 350px;
        height: 450px;
    }

    .archive-posts .cards-item {
        height: 560px !important;
    }

    .owl-carousel.projects .owl-nav button.owl-next,
    .owl-carousel.projects .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
    }

    .project-card-img {
        height: 230px;
    }

    .read-more {
        margin-top: 50px;
    }

    .archive .project-card-img {
        width: 320px !important;
        height: 220px;
    }

    .archive .cards-item {
        height: 490px;
    }

    .cooperation-item {
        width: 270px;
    }

    .cooperation-item img {
        height: 70px;
    }

    .testimonials.owl-carousel .owl-nav button.owl-prev {
        margin-right: 50px;
    }

    .testimonial-item {
        width: 500px;
        height: 400px;
        padding: 40px 40px;
    }

    .single-archive .gallery-item img,
    .single-project .gallery-item img {
        width: 330px;
        height: 230px;
    }
}

/* Max Width 1200px */
@media screen and (max-width: 1200px) {
    .header-title {
        font-size: 12px;
    }

    .header-info-item img {
        width: 14px;
        height: 14px;
    }

    .header-info-item span,
    .header-info-item a {
        font-size: 12px;
    }

    .header-icons i {
        font-size: 14px;
    }

    .my-search:hover input {
        width: 55px;
    }

    .header-info-item {
        padding: 0 15px;
    }

    .language .dropdown-toggle {
        padding: 3px;
    }

    .language img {
        width: 17px;
        height: 12px;
    }

    .language span {
        font-size: 22px;
    }

    .language .dropdown-item {
        padding: 0;
    }

    .language .btn:active {
        border-color: transparent;
    }

    .slider .section-title h1 {
        font-size: 30px;
    }

    .slider .section-text {
        width: 400px;
    }

    .slider .section-text span {
        font-size: 16px;
    }

    .read-more {
        width: 150px;
        padding: 10px;
    }

    .read-more a {
        font-size: 16px;
    }

    .slider .carousel-control-next,
    .carousel-control-prev {
        width: 50px;
        height: 50px;
    }

    .slider .section-headship {
        margin-left: 60px;
    }

    .slider {
        height: 600px;
    }

    .about-us-right {
        width: 250px;
        height: 360px;
        top: 0;
    }

    .home-about-us {
        height: 500px;
    }

    .home-about-us-content {
        width: 700px;
    }

    .section-title h3 {
        font-size: 24px;
        margin: 0;
    }

    .section-header-info {
        font-size: 14px;
    }

    .section-title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .home-about-us-content-title {
        font-size: 20px;
        line-height: 30px;
    }

    .home-about-us-content-text {
        line-height: 20px;
    }

    .about-us-left1 {
        top: -7%;
    }

    .about-us-left2 {
        bottom: 30%;
    }

    .cards-item {
        width: 300px;
        height: 330px;
    }

    .archive-posts .cards-item {
        height: 460px !important;
    }

    .project-card-img {
        height: 180px;
    }

    .project-card-body {
        padding: 15px;
    }

    .project-card-text {
        font-size: 16px;
        line-height: 30px;
    }

    .archive .card-title {
        font-size: 14px;
    }

    .archive .card-text {
        font-size: 12px;
    }

    .archive .card-text p {
        line-height: 18px;
    }

    .archive-list-posts .cards-item {
        height: 470px !important;
    }

    .archive .project-card-img {
        width: 250px !important;
        height: 170px;
    }

    .archive .cards-item {
        height: 400px;
    }

    .projects.owl-carousel .owl-nav .owl-prev {
        left: -8%;
    }

    .single-archive-img {
        height: 430px;
    }

    .gallery-item a {
        text-align: center;
    }
}

/* Max Width 991px */
@media screen and (max-width: 991px) {
    header {
        position: static;
        background-color: var(--white-color);
        height: auto;
    }
    

    .archive .nav-pills {
        justify-content: center;
    }

    .archive .archive-pages {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header {
        display: none;
    }

    .logo {
        display: none;
    }

    .logo-colors {
        display: block;
        padding: 5px 0;
    }

    .my-menu {
        z-index: 9999;
        padding: 0;
    }

    .my-menu .navbar-toggler {
        margin: 0;
    }

    .my-menu .nav-item {
        width: 100%;
        text-align: center;
    }

    .my-menu .nav-item .nav-link {
        color: var(--main-color);
    }

    .my-menu .nav-link:focus,
    .nav-link:hover {
        color: var(--main-color) !important;
    }

    .about-us-left1,
    .about-us-left2,
    .about-us-right {
        display: none;
    }

    .slider .carousel-item .container {
        justify-content: center;
    }

    .slider .section-headship {
        margin-left: 0;
    }

    .slider .section-text {
        width: 100%;
        text-align: center;
    }

    .slider .section-title {
        margin-top: 0;
    }

    .slider .read-more {
        margin: 25px auto;
    }

    .home-about-us {
        height: auto;
    }

    .home-about-us-content {
        width: 100%;
        padding: 0 30px;
    }

    .home-about-us .read-more {
        margin: 25px auto;
    }

    .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonials .owl-nav {
        display: none;
    }

    .testimonial-item {
        width: 400px;
        height: 300px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .testimonial-nail {
        width: 20px !important;
        height: 16px;
    }

    .testimonials .owl-dots {
        margin-top: 20px !important;
    }

    footer {
        height: auto;
    }

    .footer .my-menu {
        display: none;
    }

    .footer-text {
        width: 100%;
    }

    .footer-bottom {
        margin: 0;
        padding-bottom: 20px;
    }

    .footer-bottom-item img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

    .footer-bottom-item-text-content {
        font-size: 12px;
    }

    .projects.owl-carousel .owl-nav .owl-next {
        right: 5%;
    }

    .projects.owl-carousel .owl-nav .owl-prev {
        left: 3%;
    }

    .contact-form {
        margin-bottom: 20px;
    }

    .contact-container-title {
        text-align: center;
    }

    .contact-map {
        height: 350px;
        margin-top: 20px;
        padding: 10px;
    }

    .contact-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contact-text {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 30px;

    }

    .contact-info-item {
        margin-bottom: 10px;
    }

    .contact-info-item span {
        font-size: 14px;
    }

    .work-hours h4,
    .follow-us h4 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .work-hours span {
        font-size: 14px;
    }

    .work-hours {
        margin-top: 30px;
    }

    .single-archive-img {
        height: 320px;
    }

    .single-archive .gallery-item img,
    .single-project .gallery-item img {
        width: 300px;
        height: 220px;
    }

    .photo-album-item {
        width: 300px;
        height: 210px;
    }

}

/* Max Width 768px */
@media screen and (max-width: 768px) {
    header {
        padding: 5px;
    }

    .photo-albums {
        margin: 50px 0 !important;
    }

    .photo-album-item {
        width: 100%;
        height: 300px;
        margin: 20px auto;
    }

    .archive .nav-pills {
        justify-content: center;
    }

    .archive-list-posts .cards-item {
        height: auto !important;
    }

    .archive-pages {
        justify-content: center;
    }

    .slider {
        height: 380px;
    }

    .slider .section-title h1 {
        font-size: 20px;
    }

    .slider .carousel-control-next,
    .carousel-control-prev {
        width: 30px;
        height: 30px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 20px;
    }

    .slider .read-more {
        margin: 20px auto;
    }

    .read-more {
        width: 120px;
        padding: 5px;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px !important;
    }

    .home-about-us {
        margin: 50px 0;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .copy-right span {
        font-size: 10px;
    }

    .single-archive .gallery-item img,
    .single-project .gallery-item img {
        width: 240px;
        height: 170px;
    }

    .single-archive-img {
        height: 250px;
    }

    .single-project-title {
        font-size: 20px;
        text-align: center;
    }

    .single-archive-content {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .page-projects .cards-item {
        width: 250px;
        height: 310px;
    }

    .project-card-text {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .pages-container {
        flex-direction: column;
        justify-content: center;
    }

    .pages-header-left p:first-child {
        font-size: 20px;
    }

    .pages-header-left p:last-child {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* Max Width 576px */

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

    .slider .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .pages-header-left p:first-child {
        font-size: 14px;
    }

    .slider .section-text span {
        font-size: 12px;
    }

    .home-about-us-content-title {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .home-about-us-content-text {
        font-size: 14px;
        text-align: justify;
    }

    .home-about-us-content-header {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .section-headship {
        margin-bottom: 20px;
    }

    .projects .owl-nav {
        display: none;
    }

    .archive .project-card-img {
        width: 220px;
    }

    .archive .card-title {
        font-size: 12px;
    }

    .archive .card-text {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .archive .cards-item {
        height: 350px;
    }

    .archive-posts .cards-item {
        height: 400px !important;
    }

    .copy-right .container {
        flex-direction: column;
    }

    .pages-container {
        justify-content: center;
        flex-direction: column;
    }

    .pages-header-left {
        align-items: center;
    }

    .archive-pages .cards-item {
        width: 100%;
    }

    .single-archive .gallery-item img,
    .single-project .gallery-item img {
        height: 170px;
    }

    .single-archive .gallery-item a,
    .single-project .gallery-item a {
        margin: 0 auto;
    }


    .single-archive-title {
        font-size: 18px;
        line-height: 27px;
    }

    .page-projects .cards-item {
        margin: 0 auto;
        margin-bottom: 25px;
        width: 300px;
    }

    .projects-section {
        margin: 20px auto;
    }
}

/*Min Width 1400 &  Max Width 1440 */
@media screen and (min-width: 1400px) and (max-width: 1440px) {
    .projects.owl-carousel .owl-nav .owl-next {
        right: -4%;
    }

    .projects.owl-carousel .owl-nav .owl-prev {
        left: -4.5%;
    }

    .owl-carousel.projects .owl-nav button.owl-next,
    .owl-carousel.projects .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
    }
}

