/* Galobal css */

@media(max-width:767px) {

.section-heading h2 {
  color: var(--color-slate-gray);
  font-size: 1.9rem;
}
.text-end {
  text-align:left !important;
}
h1 {
  font-size: calc(1.5rem + 1.5vw);
}
.image__relative
{
  overflow: hidden;
}
}
/* Header Responsive */


@media (max-width: 768px) {
  .main_header .main_header_left img {
    width: 180px;
    display: block !important;
  }
  .main_header {
    padding: 10px 20px;
    background-color: transparent;
    display: flex;
    height: 10vh;
    justify-content: space-between;
    align-items: center;
  }

  /* Hero section */
  .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  /* About section */
  .about_us .about_heading h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: start !important;
  }
  .about_us .about_heading p {
    font-size: 16px;
    line-height: 28px;
    text-align: start !important;
  }

  .second_about .about_blur {
    background: linear-gradient(rgba(255, 252, 252, 0.584), rgba(255, 252, 252, 0.584));
    height: 100vh;
    align-items: center;
    display: flex;
    padding:10px;
}
.director_content .director_img img {
  width:100% !important;
}
.archi_content .archi_body {
    padding-left:unset;
    padding-top: 100px;
    padding-right:unset;
}
.archi_content .archi_body h2 {
  font-size: 2.4rem;
  color: var(--color-secondary);
  font-weight: 600;
}
.archi_project_section .bg_blur {
  background: linear-gradient(rgba(255, 252, 252, 0.772), rgba(255, 252, 252, 0.756));
  align-items: center;
  display: flex;
  padding: 0 10px;
}
.archi_content .archi_body h3 {
  color: var(--color-light-red);
  font-weight: 600;
  font-size: 1.7rem;
}
.archi_content .archi_img img
{
  width: 100%;
  height: auto;
}
.project_item .project_item_img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.project_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 173px;
}
.project_item .project_item_title h5 {
  font-size: 1rem;
}
.warried-heading h2 {
  font-size:1.4rem;
}
  /* Dream section css */
  .dream_home h2 {
    font-size: 30px;
  }

  /* Follow us section */
  .follow_us .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }





  /* Footer section css */
  .footer .form-group input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
  }
  .footer ul 
  {
    margin: 0;
    padding: 0;
  }
  #services .card 
{
    background:#fafafa;
    width:100%;
    height:auto;
}
.portfolio img, svg {
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
.px-90 {
    padding-left: 10px;
     padding-right: 10px;
}
.top_header .top_header_left ul li a, .top_header .top_header_right ul li a {
    margin-right: 10px;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .px-100,
    .px-50 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pl-100 {
        padding-left: 10px !important;
    }
    .pl-50{
        padding-left:10px !important;
    }
    .pr-50{
        padding-right:10px !important;
    }

    .pr-100 {
        padding-right: 10px !important;
    }
    .service-section .service-text {
    width: 100%;
    height:auto;
    background-color: #c6c6c6;
    padding: 30px;
}
.archi_content img {
        width: 820px !important;
        height: auto !important;
    }
}



/*Responsive Size for */
@media(max-width:1920px){
    .archi_content img{
        width:820px !important;
        height:500px;
        
    }
}




