/* Nethika */
.home_header_main {
  width: 100%;
  height: calc(100vh - 75px);
  background-color: #124734;
  position: relative;
  padding: 100px 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home_header_right {
  width: 30%;
  height: auto;
  position: absolute;
  right: 25%;
  bottom: 5%;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.5);
}

.home_header_relative {
  position: relative;
  width: 100%;
  height: auto;
}

.home_header_mask {
  clip-path: polygon(
    0% 3.678%,
    0% 3.678%,
    0.408% 5.2%,
    1.559% 9.408%,
    3.34% 15.766%,
    5.641% 23.74%,
    8.349% 32.794%,
    11.354% 42.392%,
    14.544% 52%,
    17.808% 61.081%,
    21.033% 69.101%,
    24.109% 75.523%,
    24.109% 75.523%,
    26.985% 80.622%,
    29.713% 85.051%,
    32.333% 88.839%,
    34.887% 92.017%,
    37.416% 94.617%,
    39.961% 96.667%,
    42.564% 98.2%,
    45.264% 99.245%,
    48.103% 99.834%,
    51.123% 99.997%,
    51.123% 99.997%,
    51.474% 99.991%,
    52.484% 99.862%,
    54.081% 99.445%,
    56.197% 98.572%,
    58.762% 97.077%,
    61.706% 94.795%,
    64.96% 91.558%,
    68.455% 87.201%,
    72.12% 81.556%,
    75.887% 74.458%,
    75.887% 74.458%,
    76.338% 73.486%,
    77.597% 70.685%,
    79.526% 66.234%,
    81.983% 60.308%,
    84.829% 53.083%,
    87.924% 44.736%,
    91.128% 35.443%,
    94.302% 25.381%,
    97.304% 14.726%,
    99.996% 3.654%,
    99.996% 3.654%,
    98.829% 3.432%,
    95.401% 2.863%,
    89.826% 2.097%,
    82.213% 1.282%,
    72.674% 0.567%,
    61.321% 0.099%,
    48.265% 0.029%,
    33.618% 0.503%,
    17.491% 1.671%,
    -0.004% 3.682%,
    -0.004% 3.682%
  );
  width: 70%;
  height: 71.5%;
  position: absolute;
  left: 14.9%;
  top: 9.5%;
  transform: scale(0.99);
}

.home_header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2.5) translateY(-25%);
}

.main_header_outline {
  width: 100%;
  height: auto;
}

.home_header_topic {
  color: #968272;
  font-size: 70px;
  line-height: 1.1;
  margin: 0;
}

.home_header_topic div {
  font-family: "Canela", sans-serif;
}

.home_section_gradient {
  background-image: linear-gradient(to bottom, #fff, #f6f9f1 20%);
  padding: 0;
}

.home_ag_section {
  margin-bottom: 100px;
  margin-top: 50px;
}

.home_ag_section > h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.home_ag_section > h2 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  color: #968272;
  margin-bottom: 40px;
  text-align: center;
}

.ag_category_main {
  margin-bottom: 30px;
}

.ag_category {
  width: 100%;
  height: auto;
  aspect-ratio: 6/7;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.ag_category.disabled {
  pointer-events: none;
}

.ag_category:hover > img {
  transform: scale(1.2);
}

.ag_category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.ag_category_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--block-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
}

.ag_category_text > img {
  height: 40px;
  width: auto;
}

.ag_category_text p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

.ag_category_dropdown_container {
  display: none;
}

.category_dropdown {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  border: none;
}

.home_logo_close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.home_logo_close img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cd_left {
  padding-right: 30px;
}

.cd_left p {
  color: #2c5b4a;
  line-height: 1.2;
  font-size: 16px;
}

.cd_right img {
  width: 100%;
  height: auto;
}

.cd_right_sp img {
  width: 40%;
  height: auto;
}

.ag_tr_one {
  position: absolute;
  left: 16.67%;
  transform: translate(-50%, 100%);
  top: -30px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}

.ag_category_dropdown_container.active .ag_tr_one {
  transform: translate(-50%, 0);
  opacity: 1;
}

.ag_tr_two {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  top: -30px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}

.ag_category_dropdown_container.active .ag_tr_two {
  transform: translate(-50%, 0);
  opacity: 1;
}

.ag_tr_three {
  position: absolute;
  left: 83%;
  transform: translate(-50%, 100%);
  top: -30px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}

.ag_category_dropdown_container.active .ag_tr_three {
  transform: translate(-50%, 0);
  opacity: 1;
}

header {
  background-color: #124734 !important;
  background-image: none !important;
}

.khc_section > h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.khc_section > h2 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  color: #968272;
  margin-bottom: 50px;
  text-align: center;
}

.khc_box_container > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.khc_box_container > div > div p {
  line-height: 1.1;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #39b54a;
  width: calc(100% - 55px);
}

.khc_box_container > div > div img {
  height: 40px;
  width: auto;
  aspect-ratio: 1/1;
}

.khc_stats {
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.khc_stats p {
  line-height: 1.2;
  margin: 0;
  color: #fff;
  font-size: 15px;
  padding: 0;
}

.khc_stats p:last-child {
  margin-top: 10px;
}

.khc_stats h1 {
  font-size: 35px;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.khc_st_one {
  background-image: linear-gradient(to right, #308d3b, #4e834a);
}

.khc_st_two {
  background-image: linear-gradient(to right, #51834a, #547352);
}

.khc_st_three {
  background-image: linear-gradient(to right, #537251, #415a48);
}

.khc_st_four {
  background-image: linear-gradient(to right, #405947, #124634);
}

.khc_stats_container {
  transform: translateY(-25%);
}

.chev-wrap {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chev-wrap i {
  font-size: 15px;
}

@media (max-width: 1300px) {
  .home_header_main {
    height: auto;
    padding: 150px 50px;
  }
}

@media (max-width: 1199px) {
  .home_header_main {
    height: auto;
    padding: 100px 50px;
  }

  .home_header_topic {
    font-size: 60px;
  }

  .home_header_right {
    right: 20%;
  }

  .khc_box_container > div > div p {
    font-size: 14px;
    width: calc(100% - 40px);
  }

  .khc_box_container > div > div img {
    height: 30px;
  }

  .khc_stats_container {
    transform: translateY(-10%);
  }

  .ag_category_text {
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .home_header_main {
    height: auto;
    padding: 100px 50px;
  }

  .home_header_topic {
    font-size: 50px;
  }

  .home_header_right {
    width: 35%;
    right: 50px;
    bottom: 25px;
  }

  .cd_left p {
    font-size: 15px;
  }

  .khc_stats_container {
    transform: translateY(0%);
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chev-wrap {
    width: 20px;
  }

  .chev-wrap i {
    font-size: 10px;
  }

  .ag_category_text > img {
    height: 30px;
  }

  .ag_category_text p {
    font-size: 15px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .home header {
    height: 60px;
  }

  .home_header_main {
    height: auto;
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .home_header_main {
    display: block;
    height: auto;
    padding: 40px 30px;
  }

  .home_header_right {
    width: 75%;
    position: static;
    margin-left: auto;
  }

  .home_header_topic {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .ag_category {
    aspect-ratio: 3/2;
  }

  .ag_category_flex {
    display: flex;
    flex-direction: column;
  }

  .order_one {
    order: 1;
    margin-bottom: 10px;
  }

  .order_two {
    order: 2;
  }

  .order_three {
    order: 3;
    margin: 10px 0;
  }

  .order_four {
    order: 4;
  }

  .order_five {
    order: 5;
    margin-top: 10px;
  }

  .order_six {
    order: 6;
  }

  .ag_tr_one {
    display: none;
  }

  .ag_tr_two {
    display: none;
  }

  .ag_tr_three {
    display: none;
  }

  .cd_right_sp img {
    width: 50%;
    height: auto;
  }

  .khc_box_container > div > div p {
    font-size: 13px;
    width: calc(100% - 40px);
  }

  .khc_box_container > div > div img {
    height: 30px;
  }

  .khc_stats_container {
    transform: translateY(0%);
    margin-top: 20px;
  }

  .khc_stats h1 {
    font-size: 25px;
    margin-top: 10px;
  }

  .khc_stats p {
    font-size: 14px;
  }
}
/* Nethika */

/* Shamith */
.text_anim2 div {
  font-family: 'Canela', serif;
}
.seccond_section {
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  /*background-color: white;*/
}
.seccond_section .left_section {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 30px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.seccond_section .left_section .bg_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.seccond_section .left_section .logo_image {
  height: 50px;
  width: auto;
  z-index: 4;
}
.seccond_section .left_section h2 {
  font-size: 40px;
  font-family: "Canela", serif;
  z-index: 4;
  color: white;
  line-height: 1;
}
.seccond_section .left_section h2 > div {
  font-family: "Canela", serif;
}
.seccond_section .right_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;   padding: 30px;
}
.seccond_section .right_section p {
  font-size: 28px;
  line-height: 1.4;
  font-family: "Canela", serif;
  color: rgba(54, 109, 82, 1);
}
.seccond_section .right_section p div {
  font-family: "Canela", serif;
}
.seccond_section .img-wrapper {
  height: 150px;
  width: auto;
  border-radius: 15px;
  margin-left: auto;
  overflow: hidden;
}
.seccond_section .img-wrapper .img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}

.hm_msgs_block {
  padding: 50px 50px 0 50px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.hm_msgs_block .left_section {
  width: 50%;
  position: relative;
  height: 100%;
}
.hm_msgs_block .left_section h2 {
  font-size: 45px;
  font-family: "Canela", serif;
  margin-bottom: 30px;
  line-height: 1;
}
.hm_msgs_block .left_section h2 > div {
  font-family: "Canela", serif;
}

.hm_ceo {
  background-image: linear-gradient(to top, #f6f9f1, #fff);
  padding: 50px 50px 0 50px;
  position: relative;
  z-index: 5;
}

@media (min-width: 1400px) {
  .hm_msgs_block {
    padding: 50px 100px 0 100px;
  }
}

.hm_cfo {
  background-color: #f6f3ef;
  padding: 150px 50px 0 50px;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .hm_cfo {
    background-color: #f6f3ef;
    padding: 170px 100px 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hm_cfo {
    padding: 50px 50px 0 50px;
  }
}

.white_mask {
  position: absolute;
  left: 0;
  bottom: calc(-100% + 100px);
  width: 100%;
  height: 100%;
  clip-path: polygon(
    100% 0%,
    100% 0%,
    88.693% 4.891%,
    78.226% 8.676%,
    68.391% 11.361%,
    58.983% 12.955%,
    49.795% 13.464%,
    40.622% 12.895%,
    31.258% 11.258%,
    21.496% 8.557%,
    11.13% 4.802%,
    -0.046% 0%,
    -0.046% 100%,
    100% 100%,
    100% 0%
  );
  background-color: #fff;
  z-index: 5;
}

@media (max-width: 991px) {
  .hm_ceo {
    clip-path: unset;
  }
}

.hm_ceo .left_section h2 {
  color: rgba(192, 138, 102, 1);
}
.hm_cfo .left_section h2 {
  color: rgba(149, 129, 114, 1);
}
.hm_msgs_block .left_section > p {
  font-size: 28px;
  font-family: "Canela", serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
	  color: #124734;
}
.hm_ceo .left_section p {
    color: rgb(18, 71, 52);
}
.hm_ceo img {
  position: relative;
  z-index: 3;
}
.hm_msgs_block .right_section {
  width: 50%;
  align-self: flex-end;
  position: relative;
}
.hm_msgs_block .floating_box {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 350px;
  height: auto;
  background-color: rgba(10, 56, 51, 1);
  padding: 15px;
  border-radius: 20px;
  transform: translateY(150%);
  z-index: 4;
}
.hm_msgs_block .left_section .floating_box p {
  font-size: 15px;
  color: rgba(0, 189, 64, 1);
  font-weight: 400;
}
.hm_msgs_block .left_section .floating_box p.large-text {
  font-size: 30px;
  font-family: "Canela", serif;
}

.right_section_img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.chairman-green-box {
  background-color: rgba(17, 69, 49, 0.95);
  padding: 30px;
  border-radius: 20px;
  z-index: 6;
  position: relative;
  display: flex;
  gap: 15px;
  width: 85%;
}

@media (max-width: 767px) {
  .chairman-green-box {
    width: 100%;
  }
}

.ch_layer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80%;
  height: auto;
  filter: blur(100px);
  mix-blend-mode: saturation;
}

.ch_building {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
  width: auto;
  mix-blend-mode: multiply;
}

.chairman-green-box .left-content p {
  color: rgba(0, 189, 64, 1);
  font-size: 28px;
  font-family: "Canela", serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}
.chairman-green-box .read-more-btn {
  color: white;
  border: 2px solid white;
}
.chairman-green-box .read-more-btn .btn-icon {
  background-color: #cae2d8;
}
.chairman-green-box .read-more-btn .btn-icon svg {
  stroke: #234034;
}
.chairman-green-box .read-more-btn::before {
  background-color: white;
}
.chairman-green-box .read-more-btn:hover .btn-text {
  color: #234034;
}
.chairman-green-box .inner-green-box {
  width: 200px;
  background-color: rgba(202, 226, 216, 1);
  padding: 20px;
  border-radius: 20px;
  margin: 0 0 0 auto;
}
.chairman-green-box .inner-green-box p {
  color: rgba(16, 67, 46, 1);
  font-weight: 400;
  margin-bottom: 5px;
}
.chairman-green-box .inner-green-box .large-text {
  font-size: 30px;
  font-family: "Canela", serif;
}
.hm_chairman .left_section h2 {
  color: rgba(192, 138, 102, 1);
  z-index: 4;
}
.hm_chairman {
  position: relative;
}

.hm_chairman .green_tower {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: 3;
}

/* read more btn */
.read-more-btn {
  display: inline-flex;
  align-items: center;
  border: 2px solid #234034;
  border-radius: 9999px;
  padding: 0.5em 1em;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #234034;
  text-decoration: none; /* remove underline */
}
.read-more-btn .btn-icon {
  background-color: #234034;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  transition: transform 0.3s ease;
  z-index: 1;
  flex-shrink: 0;
}
.read-more-btn .btn-icon svg {
  width: 1em;
  height: 1em;
  stroke: white;
}
.read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #234034;
  z-index: 0;
  transition: width 0.4s ease;
  border-radius: 9999px;
}
.read-more-btn:hover::before {
  width: 100%;
}
.read-more-btn:hover .btn-text {
  color: white;
  position: relative;
  z-index: 1;
}
.read-more-btn:hover .btn-icon {
  transform: scale(1.1);
}
/* end read more btn */

@media (min-width: 1540px) {
  .seccond_section .right_section p {
    font-size: 36px;
  }
  .seccond_section .img-wrapper {
    height: 200px;
  }
  .seccond_section .left_section {
        padding: 50px 30px 60px 80px;
  }
  .seccond_section .left_section h2 {
    font-size: 60px;
  }
  .seccond_section .left_section .logo_image {
    height: 75px;
  }
  .hm_msgs_block .left_section h2 {
    font-size: 50px;
    line-height: 1.1;
  }
  .hm_msgs_block .left_section > p {
    font-size: 28px;
  }
}

@media (min-width: 1750px) {
  .seccond_section .right_section p {
    font-size: 42px;
	    line-height: 1.3;
  }
  .seccond_section .img-wrapper {
    height: 250px;
  }
  .hm_msgs_block .left_section h2 {
    font-size: 60px;
    line-height: 1.1;
  }
  .hm_msgs_block .left_section > p {
    font-size: 34px;
  }
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .chairman-green-box {
    width: 100%;
  }

  .hm_ceo {
    padding: 150px 50px 75px 50px;
  }

  .hm_ceo .right_section {
    position: relative;
    bottom: -75px;
  }

  .hm_msgs_block .floating_box {
    left: 90%;
    transform: translateY(125%);
  }
}

@media (max-width: 1200px) {
  .seccond_section .left_section h2 {
    font-size: 30px;
  }
  .seccond_section .right_section p {
    font-size: 20px;
  }
  .seccond_section .img-wrapper {
    height: 120px;
  }
  .chairman-green-box {
    flex-direction: column;
  }
  .chairman-green-box .inner-green-box {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hm_msgs_block .right_section img {
    width: 95%;
  }

  .hm_msgs_block .right_section .bg_blur {
    width: 95%;
  }

  .chairman-green-box {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .hm_msgs_block .floating_box {
    position: relative;
    transform: translateY(0);
    bottom: initial;
    left: initial;
    margin-bottom: 30px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .hm_msgs_block .floating_box {
    width: 50%;
  }
	  .hm_msgs_block .right_section img {
    border-bottom: 1px solid #c08a66;	
  }
  
	.hm_cfo {
    padding-bottom: 50px !important;
  }
	
	
}

@media (max-width: 767px) {
  .hm_msgs_block .floating_box {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .seccond_section {
    grid-template-columns: 1fr;
  }
  .seccond_section .right_section {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
  }
  .seccond_section .right_section p {
    width: 60%;
  }
  .seccond_section .img-wrapper {
    width: 40%;
    height: auto;
  }

  .hm_msgs_block {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .hm_msgs_block.hm_cfo {
    flex-direction: column;
  }
  .hm_msgs_block .left_section {
    width: 100%;
  }
  .hm_msgs_block .right_section {
    width: 75%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
  }
  .hm_chairman {
    flex-direction: column;
  }

  .hm_chairman .green_tower {
    display: none;
  }
}

@media (max-width: 768px) {
  .seccond_section {
    padding: 30px;
    gap: 30px;
  }
  .hm_msgs_block .right_section {
    width: 90%;
  }
  .hm_msgs_block {
    padding: 20px;
  }
}

@media (max-width: 540px) {
  .seccond_section .right_section {
    flex-direction: column;
  }
  .seccond_section .right_section p {
    width: 100%;
  }
  .seccond_section .img-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 250px;
  }
  .hm_msgs_block .right_section {
    width: 100%;
  }
}
/* Shamith */
