.ongoing_project {
  background: url(../images/folder/adoreMain.png);
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .adore_project {
  background: url(../images/folder/adoreBanner.png);
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.adore_head {
  color: white;
  font-size: 2.5vw;
  position: absolute;
  bottom: 9vw;
} */

.ongoing_head {
  color: white;
  font-size: 2.5vw;
  position: absolute;
  bottom: 9vw;
}

.complete_background {
  background: url(../images/ongoing/banner.png) center/cover no-repeat;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.complete_head {
  color: #fff;
  font-size: 2.8vw;
}

.container_overlay {
  position: relative;
}

.image_overlay {
  height: auto;

  border-radius: 12px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #045231;
  height: 60%;
  border-radius: 12px;
  transition: 0.5s;
}

.sample_images {
  width: 25vw;
}

.background_green {
  background: #045231;
  padding: 10px;
  color: white;
  margin-top: -3%;
  border-radius: 12px;
}

.text_overlay,
.text_overlay2 {
  font-size: 1.2vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  left: 50%;
  color: #fff;
  text-align: center;
}

.container_overlay:hover .overlay {
  height: 60%;
}

.text_overlay {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text_overlay2 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.container_overlay:hover .text_overlay2 {
  display: block;
}

.btn_apartement {
  background: #ffff;
  border-radius: 12px;
  width: 16vw;
  border: none;
  outline: 0;
  color: #01512f;
  font-size: 1.3vw;
  padding: 10px 20px;
  border-radius: 12px;
}

.btn_apartement1 {
  background: #01512f;
  border-radius: 12px;
  width: 16vw;
  border: none;
  outline: 0;
  color: #ffff;
  font-size: 1.3vw;
  padding: 10px 20px;
  border-radius: 12px;
}

.madipakkam_head {
color: #350c57;
    font-weight: 700;
    text-align: center;
    font-size: 1.50vw !important;
}

.container_overlay:hover .fa-chevron-up,
.hover-3:hover .hover-3-title,
.mobile_container {
  display: none;
}

.sunshine_head {
  font-size: 2.2vw;
}

.porur_para {
  font-size: 1vw;
}

.border_bottomsed {
  border-bottom: 1px solid white;
}

.lakhs_parra {
  font-size: 2vw;
}

.complter_head {
  font-size: 2.56vw;
  color: #350c57;
}

.complter_para {
  font-size: 1.3vw;
  color: #000;
  text-align: justify;
}

.delight_images {
  width: 40vw;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

/* Style the buttons inside the tab */
.tab button {
  font-size: 1vw;
  padding: 20px;
  color: #045231;
  background-color: transparent;
  border: none;
  width: 13vw;
  outline: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #045231;
  color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #045231;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 50px;
  border: 1px solid #ccc;
  border-top: none;
}

.white_background {
  background: white;
  padding: 10px;
  box-shadow: -6px -2px 16px 0px #ffffffcc;
  box-shadow: 6px 2px 16px 0px #88a5bf7a;
}

.schools_head {
  color: #045231;
  font-weight: 600;
}

.tabschool_images {
  width: 8vw;
}

th,
table {
  border: 1px solid black;
}

.col1 {
  border-right: 1px solid black;
}

table {
  width: 20vw;
  height: 20vw;
}

/*================================Accordian-start=====================================*/
.accordion {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  outline: none;
  font-size: 2vw;
  border-bottom: 1px solid black;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: transparent;
}

.accordion:after {
  content: "\002B";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 3vw;
}

.active:after {
  content: "";
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  width: 95%;
  transition: max-height 0.2s ease-out;
}

.door_windows {
  font-size: 1.4vw;
  font-weight: 400;
}

.panel ul li {
  font-size: 1vw;
}

.joinerys_ul {
  list-style: none;
}
.joinerys_ul li {
  font-size: 1vw !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.joinerys_ul li h1 {
  font-size: 3.5vw !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.para_electrical {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2vw;
}
/*================================Accordian-END=====================================*/

.background_amenties {
  background: url(../images/amenties/banner.png);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenties_images {
  width: 10vw;
}

.amentiesText {
  font-size: 1vw !important;
  /* font-weight: 600; */
  padding-top: 2vw !important;
  text-align: center;
}

.adore_project {
  background: url(../images/folder/adoreMain.png);
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.adore_head {
  color: white;
  font-size: 2.5vw;
  position: absolute;
  bottom: 9vw;
}

.complete_background {
  background: url(../images/ongoing/banner.png) center/cover no-repeat;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.complete_head {
  color: #fff;
  font-size: 2.8vw;
}

.container_overlay {
  position: relative;
}

.image_overlay {
  height: auto;

  border-radius: 12px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #045231;
  height: 60%;
  border-radius: 12px;
  transition: 0.5s;
}

.sample_images {
  width: 25vw;
}

.background_green {
  background: #045231;
  padding: 10px;
  color: white;
  margin-top: -3%;
  border-radius: 12px;
}

.text_overlay,
.text_overlay2 {
  font-size: 1.2vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  left: 50%;
  color: #fff;
  text-align: center;
}

.container_overlay:hover .overlay {
  height: 60%;
}

.text_overlay {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text_overlay2 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.container_overlay:hover .text_overlay2 {
  display: block;
}

.btn_apartement {
  background: #ffff;
  border-radius: 12px;
  width: 16vw;
  border: none;
  outline: 0;
  color: #01512f;
  font-size: 1.3vw;
  padding: 10px 20px;
  border-radius: 12px;
}

.projects_images {
    width: 25.7vw;
    height: 11.43vw;
    object-fit: cover;
    border-radius: 12px;
}



.container_overlay:hover .fa-chevron-up,
.hover-3:hover .hover-3-title,
.mobile_container {
  display: none;
}

.sunshine_head {
  font-size: 2.2vw;
}
.link:hover {
  text-decoration: none;
  color: inherit;
}
.porur_para {
  font-size: 1vw;
}

.border_bottomsed {
  border-bottom: 1px solid white;
}

.lakhs_parra {
  font-size: 2vw;
}
.btn_apartement {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .tab button {
    font-size: 2vw;
    padding: 20px;
    color: #045231;
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
  }
  .projects_images {
        width: 100%;
        height: 40vw;
    }
  .sample_images {
    width: 50vw;
    margin: 0 auto;
  }
  .madipakkam_head {
  font-size: 4vw !important;
        text-align: center;
  }
  .sunshine_head {
    font-size: 3vw;
  }
  .porur_para {
    font-size: 2.5vw;
  }
  .lakhs_parra {
    font-size: 3vw;
  }
  .btn_apartement,
  .btn_apartement1 {
    width: 30vw;
    font-size: 2.5vw;
  }
  .ongoing_head {
    font-size: 4vw;
    bottom: 20vw;
  }

  .complter_head {
    font-size: 5vw;
  }

  .complter_para {
    font-size: 2.5vw;
  }

  .delight_images {
    width: 80vw;
  }

  .ongoing_head .tabschool_images {
    width: 15vw;
  }

  .table_manage {
    margin: 0 auto;
  }

  .accordion {
    font-size: 3vw;
  }

  .door_windows {
    font-size: 2.5vw;
  }

  .panel ul li {
    font-size: 1.8vw;
  }

  .amenties_images {
    width: 20vw;
  }

  table {
    width: 100%;
  }

  .joinerys_ul {
    list-style: none;
  }
  .joinerys_ul li {
    font-size: 2vw !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  .joinerys_ul li h1 {
    font-size: 2vw !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .para_electrical {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 600px) {
  .tab button {
    font-size: 2.5vw;
    padding: 20px;
    color: #045231;
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
  }

  .tabschool_images {
    width: 25vw;
  }

  .table_manage {
    margin: 0 auto;
  }

  .accordion {
    font-size: 3.5vw;
  }

  .door_windows {
    font-size: 3vw;
  }

  .panel ul li {
    font-size: 2.8vw;
  }

  .amenties_images {
    width: 20vw;
  }

  .floor {
    width: 100vw;
  }

  table {
    width: 100%;
  }

  .tabcontent {
    padding: 15px;
  }

  .accordion:after {
    font-size: 4vw;
  }

  .ongoing_head {
    font-size: 6vw;
    bottom: 20vw;
  }

  .complter_head {
    font-size: 6vw;
  }

  .complter_para {
    font-size: 3.5vw;
  }
  .sample_images {
    width: 70vw;
    margin: 0 auto;
  }
  .madipakkam_head {
    font-size: 6vw;
    text-align: center;
  }
  .sunshine_head {
    font-size: 5vw;
  }
  .porur_para {
    font-size: 3.5vw;
  }
  .lakhs_parra {
    font-size: 4vw;
  }
  .btn_apartement,
  .btn_apartement1 {
    width: 50vw;
    font-size: 3vw;
  }

  .joinerys_ul {
    list-style: none;
  }
  .joinerys_ul li {
    font-size: 2.5vw !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  .joinerys_ul li h6 {
    font-size: 2.5vw !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  .para_electrical {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 3.5vw;
  }
}
