/** Top section **/

.building_top_section {
  padding-top: 150px;
  padding-bottom: 160px;
}
.build_top_content {
  text-align: center;
}
.build_top_content h1 {
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #1E2323;
  margin-bottom: 30px;
}
.build_top_content p {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 380px;
  margin: auto;
}

/** ESG PIller section **/
 .section_top_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}
.section_top_bar > div {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.section_top_bar_right p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 441.73px;
}
.section_top_bar_right {
  display: flex;
  justify-content: flex-end;
}

.esg_items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.esg_item {
  flex: 0 0 calc(25% - 2.25px);
  max-width: calc(25% - 2.25px);
}
.esg_item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  opacity: .85;
  transition: 400ms;
}
.esg_item img:hover{
  opacity: 1;
}
.esg_item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #1E2323;
  margin-bottom: 8px;
}
.esg_item p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 90%;
}
.esg_pillars_section {
  padding-bottom: 160px;
}
.we_built_wrap {
  text-align: center;
}
.we_built_wrap h2 {
  width: 959px;
  margin: auto;
}
.we_built_wrap p {
  max-width: 554px;
  margin: auto;
  padding: 15px 0px;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #898D8E;
}
.we_build_sus {
  padding-bottom: 160px;
}

/*** Content Section ***/
 
.sus_content_section {
  padding-bottom: 160px;
}
.sus_con_left {
  max-width: 708px;
}
.sus_con_left h2 {
  margin-bottom: 60px;
}
.sus_con_left p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 30px;
}
.sus_content_wrap {
  display: flex;
  padding-bottom: 100px;
  position: relative;
}
.sus_bg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -54%);
  font-weight: 400;
  font-size: 600px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #FAF8F3;
  z-index: -1;
}
.sus_btm_img {
  gap: 14px;
  display: flex;
  justify-content: center;
}
.big_img_vid {
  max-width: 688px;
}
.small_img_vid {
  width: 321px;
}
.plyr__video-wrapper{
  border-radius: 8px;
}
.sus_btm_img img {
  height: auto;
  object-fit: cover;
  max-width: 100%;
  border-radius: 8px;
}
.sus_btm_img.rev_im {
  flex-direction: row-reverse;
}
.sus_btm_img iframe {
  max-width: 100%;
  height: auto;
}
.sus_btm_img.full_im .small_img_vid {
  max-width: 554px;
}
.sus_btm_img.full_im {
  flex-direction: row-reverse;
}
.sus_btm_img.sing_im {
  justify-content: flex-start;
}


.cor_res_section {
  padding-bottom: 160px;
}
.cor_res_wrap {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
}
.cor_res_wrap > div {
  flex: 0 0 calc(50% - 51px);
  max-width: calc(50% - 51px);
}
.cor_res_left p {
  padding: 24px 0px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
}
.sus_real_st {
  padding-bottom: 160px;
}
.sus_re_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sus_res_right {
  flex: 0 0 355px;
  margin-left: 75px;
}
.sus_re_left {
  flex: 0 0 calc(100% - 430px);
  max-width: calc(100% - 430px);
  position: relative;
}
.sus_res_right p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  padding: 24px 0px;
}
.sus_res_vid {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 426px;
  height: 238px;
}
.inno_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
}
.inno_top p {
  max-width: 640px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
}
.inno_items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.inno_item {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.inno_item img {
  max-width: 100%;
  height: auto;
  opacity: .85;
  transition: 400ms;
}
.inno_item img:hover{
  opacity: 1;
}
.inno_item h3 {
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #000000;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #3B4848;
  min-height: 78px;

}
.inno_item a {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #3B4848;
}
.inno_item p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 8px;
}
.innovation_section {
  padding-bottom: 160px;
}


/*** FAQ Design ***/
 
.faq_section {
  background: #F6F3EA;
  padding: 150px 0px;
}
.faq_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
}
.faq_wrap > div {
  flex: 0 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
}
.left_f_img {
  display: flex;
  justify-content: center;
}
.left_f_img_con{
  overflow: hidden;
}
.left_f_img img {
  width: 439px;
  height: 600px;
  object-fit: cover;
}
.right_f_c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right_ft {
  padding-bottom: 40px;
}
.faq_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_title h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
}
.faq_arr img {
  max-width: 18px;
}
.faq_item {
  padding: 20px 0px;
  border-bottom: 1px solid #000000;
}
.faq_detail {
  padding-top: 20px;
  display: none;
}
.faq_detail p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 414px;
}
.faq_item.active .faq_detail {
  display: block;
}
.faq_item.active  .faq_arr img {
  transform: rotate(180deg);
}

.sus_btm_img.full_im .small_img_vid img {
  height: 100%;
}
.sus_btm_img.full_im .big_img_vid {
  max-width: 755px;
  width: 100%;
}
.sus_btm_img.full_im .big_img_vid img {
  width: 100%;
  object-fit: cover;
  height: 548px;
}
.sus_btm_img.sing_im .big_img_vid {
  max-width: 762px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.sus_btm_img.sing_im .big_img_vid img {
  height: 515px;
}

.sus_btm_img.rev_im .big_img_vid {
  max-width: 793px;
  width: 100%;
}
.sus_btm_img.rev_im .big_img_vid iframe {
  width: 100%;
  height: 463px;
}
.sus_btm_img.sing_im {
  margin-left: 40px;
}

.cor_res_right img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  height: 542px;
  border-radius: 8px;
}
.cor_res_right iframe {
  max-width: 100%;
}

.esg_items {
  position: relative;
}
.esg_bg_text {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 40px;
  position: absolute;
  bottom: -78px;
  z-index: -1;
}
.esg_bg_text div {
  font-weight: 400;
  font-size: 168.357px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #FAF8F3;
}

.right_ft h2 {
  font-size: 40px;
}
.cor_res_left h2 {
  font-size: 40px;
}

.sus_res_right h2 {
  font-size: 40px;
}

.cor_res_section .cor_res_left {
  flex: 0 0 515px;
  max-width: 515px;
  padding-right: 75px;
}
.cor_res_section .cor_res_right {
  flex: 0 0 calc(100% - 515px);
  max-width: calc(100% - 515px);
  overflow: hidden;
  border-radius: 8px;
}
.sus_rep_section .cor_res_wrap.sr_wrap {
  gap: 0px;
}

@media only screen and (max-width:992px){

  
  .build_top_content h1 {
    font-size: 40px;
  }
  .building_top_section {
    padding-bottom: 50px;
  }
  .section_top_bar > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_top_bar {
    padding-bottom: 20px;
  }
  .esg_item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .esg_items {
    gap: 20px;
  }
  .esg_item img {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }
  .esg_pillars_section {
    padding-bottom: 50px;
  }
  .we_built_wrap h2 {
    width: 100%;
  }
  .we_build_sus {
    padding-bottom: 50px;
  }
  .sus_con_left h2 {
    margin-bottom: 30px;
  }
  .sus_content_wrap {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .sus_bg {
    position: static;
    transform: inherit;
    width: 100%;
    padding-top: 30px;
    font-size: 200px;
    display: none;
  }
  .sus_btm_img {
    flex-wrap: wrap;
  }
  .sus_content_section {
    padding-bottom: 50px;
  }
  .cor_res_wrap > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cor_res_section {
    padding-bottom: 50px;
  }
  .cor_res_wrap {
    gap: 30px;
  }
  .cor_res_right iframe {
    width: 100%;
    height: auto;
  }
  .sus_real_st {
    padding-bottom: 50px;
  }
  .sus_re_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sus_res_right {
    flex: 0 0 100%;
    margin-left: 0px;
    padding-top: 30px;
  }
  .sus_res_img img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .sus_res_vid {
    position: static;
    transform: inherit;
    padding-top: 30px;
  }
  .sus_res_vid iframe {
    width: 100%;
    a: ;
    height: auto;
  }
  .inno_top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .inno_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inno_top {
    padding-bottom: 30px;
  }
  .inno_items {
    gap: 20px;
  }
  .innovation_section {
    padding-bottom: 50px;
  }
  .faq_section {
    padding: 50px 0px;
  }
  .faq_wrap > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left_f_img img {
    width: 100%;
    height: 300px;
  }
  .faq_wrap {
    gap: 30px;
  }
  .faq_title h3 {
    font-size: 18px;
  }
  .right_ft {
    padding-bottom: 20px;
  }
  
  .cor_res_right iframe {
    max-width: 100%;
    height: 265px;
  }
  .section_top_bar_right {
    justify-content: flex-start;
  }
  .sus_con_left {
    max-width: 100%;
  }
  .sus_btm_img.sing_im {
    margin-left: 0px;
  }
  .cor_res_right img {
    height: 300px;
  }
  .sus_btm_img.sing_im .big_img_vid img {
    height: 300px;
  }
  .sus_btm_img.full_im .big_img_vid img {
    height: 300px;
  }
  .sus_btm_img.full_im .small_img_vid img {
    height: 300px;
  }
  .esg_item p{
    max-width: 100%;
  }
  .cor_res_section .cor_res_left {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0px;
  }

  .cor_res_section .cor_res_right {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .sus_res_vid {
      max-width: 100%;
  }
  .esg_bg_text {
      display: none;
  }

  .sus_rep_section .cor_res_wrap.sr_wrap {
      gap: 30px;
  }
  .esg_pillars_section {
    display: none;
  }

  .sus_re_wrap {
    flex-direction: column-reverse;
  }
  .sus_res_img, .sus_btm_img.full_im .small_img_vid img{
    display: none;
  }
  .small_img_vid img {
    display: none;
  }
  .small_img_vid {
    display: none;
  } 
  
}