.construction-first-section {
  display: flex;
  width: 100%;
}

.construction-banner {
  width: 100%;
  background-image: url(../img/Asssets-V1/list-property-banner.jpg);
  height: 100%;
  max-height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-content {
  color: #fff;
  position: relative;
  width: 100%;
}

h1.banner-title {
  font-weight: 800;
  display: inline-block;
  font-size: 68px;
}

.banner-img {
  display: inline-block;
  width: 27%;
}
span.banner-text {
  font-weight: 700;
  font-size: 28px;
}
span.font-bold {
  font-size: 48px;
  font-weight: 800;
}
/* .banner-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FF911A 20% ,  #ffffff21);
  left: 0;
  top: -10px;
}
.banner-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffffff21 20% ,  #FF911A );
  left: 0;
  top: 100%;
} */

.projects-body {
  width: 100%;
}
.projects-grid {
  padding: 40px 0px;
  display: grid;
  gap: 10px;
  margin: 0px auto;
  max-width: 1180px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

.construction-text {
  flex: 1 1 0;
  background-color: black;
}

.inner-image-box {
  background-color: #fff;
  border-radius: 50%;
  border: 10px solid #073235;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-image-box p {
  font-size: 20px;
  margin: 0px;
  text-align: center;
}

.inner-text-box p {
  margin: 0px;
}

.outer-box {
  display: flex;
  align-items: center;
  padding: 10px 50px 10px 50px;
}

.inner-text-box {
  display: flex;
  flex-direction: column;
  color: #fff;
  flex: 10 1 0;
}

.arrow-div {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.construction-text {
  background: url("../img/Asssets-V1/BG0.png");
  border-radius: 0px 0px 79px 0px;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.swiper-slide img {
  width: 100%;
}

.sliders {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  width: 100%;
  overflow: hidden;
  align-content: flex-start;
}

.construction-slider-image {
  height: 500px;
  overflow: hidden;
}

.construction-slider-image .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction-slider-text {
  height: 380px;
}
.construction-slider-text .swiper-slide {
  padding: 30px;
}
.third-slide-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.third-image-div {
  height: 370px;
  object-fit: contain;
  overflow: hidden;
}

/* .third-text-div{
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    padding-left:50px;
} */

.construction-third-slider {
  overflow: hidden;
  height: 100%;
  padding: 30px 0px;
  max-width: 1180px;
  width: 100%;
  margin: 0px auto;
}

.construction-third-section {
  /* padding: 30px 10px; */
  height: fit-content;
}

.constructionVideoSlider {
  overflow: hidden;
  height: 100%;
  padding: 20px 0px;
  max-width: 1650px;
  width: 100%;
  margin: 0px auto;
}
.construction-video-section {
  padding: 30px 10px;
  height: fit-content;
}

.mobile-construction-first-section {
  display: none;
}

.mobile-construction-slider-text {
  position: relative;
}

.mobile-construction-slider-text .swiper-slide h1 {
  font-size: 24px;
}
.mobile-construction-slider-text .swiper-slide h3 {
  font-size: 24px;
}

.mobile-construction-slider-text .swiper-slide {
  padding: 20px;
}

/* .navigation{
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.btn-icon-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    
}
.btn-icon-next {
    position: absolute;
    top: 40%;
    right: 0px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    
}

.btn-icon-prev > img,
.btn-icon-next > img {
    width: 100%;
    max-width: 50px;
} */

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.construction-fourth-section {
  background-image: url("../img/Asssets-V1/Asset-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact-us-img {
  margin: 30px 30px 30px 30px;
}

.submit-button {
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #4baaa6;
  color: #ffffff;
  border-color: #4baaa6;
  border-style: solid;
  font-weight: bold;
  height: 50px;
  margin-top: 10px;
}

.form-label {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}

.message-box {
  width: 660px;
  height: 200px;
}

.construction-by-laws-wrapper {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1020px) {
  .construction-by-laws-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.reports-wrapper {
  display: flex;
  flex-direction: row;
}

.single-report-wrapper{
  padding:0 20px;
  margin:0px 20px; 
  display: flex;
  align-items:center; 
  flex-direction:column; 
  box-shadow: 1px 1px 7px 0px #0000003b;
  border-radius:15px; 
  align-items: center; 
  background-color:#fff"
}

@media (max-width: 650px) {
  .reports-wrapper {
    display: flex;
    flex-direction: column;
  margin: 20px 0;
  }

  .single-report-wrapper{
    padding:0px 20px;
    margin:20px 20px; 
    display: flex;
    align-items:center; 
    flex-direction:column; 
    box-shadow: 1px 1px 7px 0px #0000003b;
    border-radius:15px; 
    align-items: center; 
    background-color:#fff"
  }
}

@media (max-width: 1025px) {
  .third-slide-container {
    flex-direction: column;
  }

  .construction-fourth-section {
    flex-direction: column;
  }
}

@media only screen and (max-width: 745px) {
  h1.banner-title {
    font-size: 43px;
  }

  .banner-img {
    width: 70%;
  }

  .mobile-construction-first-section {
    display: flex;
    flex-direction: column;
    width: 100%;

    align-content: flex-start;
  }

  .sliders {
    flex: unset;
  }

  .construction-first-section {
    display: none;
   
  }

  .third-image-div {
    height: 300px;
  }

  .contact-us-img {
    margin: 30px 0px 30px 0px;
    max-width: 200px;
  }

  .construction-fourth-section {
    padding: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .construction-slider-text .swiper-slide h1 {
    font-size: 24px;
  }
  .construction-slider-text .swiper-slide h3 {
    font-size: 16px;
  }
  .third-text-div h1 {
    font-size: 24px;
  }
  .third-text-div h3 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .third-image-div {
    height: 200px;
  }
}
