/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16 Mar 2025, 3:20:36 pm
    Author     : anoop
*/

@media only screen and (max-width: 500px) {
  .logo-header img {
    height: 65px;
  }
   .main-slider .swiper-content {
        padding-left: 40px;
    }

    .main-slider .main-swiper-thumb{
        left: 50%;
    }
}

@media only screen and(min-width: 501px ) and (max-width: 991px) {

    .site-footer.archi-footer-2{
        margin-bottom: 70px;
    }

    .logo-header img{
        height: 75px;
        width: auto;
        max-width: initial;
    }

    .team-info .quote{
        right: 0%;
    }

    .main-slider .swiper-content {
        padding-left: 40px;
    }

    .main-slider .main-swiper-thumb{
        left: 50%;
    }

}


@media only screen and (min-width: 1208px )and (max-width: 1441px) {
    .latest-project-info{
        padding: 30px;
    }
}