.section-2-control {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;

}

.content-control {
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.content-control-contact {
  padding-left: 5%;
  padding-right: 5%;
}

.section-1-video-word {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  top: 0;
}


.section-2-head-control {
  display: grid;
  grid-template-columns: 50% 50%;
}

.section-2-head-left-text {
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
  color: var(--text-white-color);
}

.section-2-head-right-control {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.section-2-head-title {
  font-size: 60px;
  color: var(--text-white-color);
  font-weight: 700;
  display: inline;
  width: fit-content;
  line-height: 1em;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -5%;
}

.section-2-grid-li-mobile{
  display: none;
}

.section-2-grid-circle-mobile{
  font-size: 30px;
  line-height: 1em;
  margin-top: auto;
  margin-bottom: auto;
}

.section-2-grid-text-mobile{
  font-size: 14px;
  line-height: 1em;
  margin-top: auto;
  margin-bottom: auto;
}


/* Class to trigger the animation */
.section-2-head-title-animate-highlight {
  background-image: linear-gradient(to right, transparent 50%, var(--orange-main) 50%);
  background-size: 200% 100%;
  animation: slideHighlight 1.5s ease-in 0.3s forwards;
}

@keyframes slideHighlight {
  from {
    background-position: 200% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.section-2-head-ul-control {
  margin-top: 36px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  color: var(--text-white-color);
}

.section-2-head-ul-control>span {
  margin-left: -5%;
}

.section-2-founder-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}

.section-2-founder-item {
  display: flex;
  flex-direction: column;
  padding-right: 36px;
  padding-left: 36px;
}

.section-2-founder-item-2 {
  display: flex;
  flex-direction: column;
  padding-right: 36px;
  padding-left: 36px;
}

.section-2-founder-item:first-child {}

.section-2-founder-name {
  background-color: var(--green-main);
  font-size: 40px;
  color: var(--text-white-color);
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
  width: fit-content;
}

.section-2-founder-position {
  width: 200px;
  font-size: 30px;
  color: var(--text-white-color);
  font-weight: 300;
  margin-top: 10px;
}

.section-2-desc-text {
  font-size: 16px;
  color: var(--text-white-color);
  font-weight: 300;
  padding-top: 24px;
}

.section-3-control {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 75px;
}

.section-3-head-title {
  color: var(--text-white-color);
  width: 100%;
  font-size: 120px;
  font-weight: 900;
  color: var(--text-white-color);
  padding-bottom: 48px;
}

.section-3-grid-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.section-3-grid-margin-2-3{

}

.section-3-grid-control-middle {
  margin-bottom: 32px;
  margin-top: 32px;
}

.section-3-item-left {
  display: flex;
  flex-direction: column;
  padding-right: 36px;

}

.section-3-item-left-start {
  margin-top: 0px !important;
}

.section-3-item-left-last {
  margin-bottom: 0px !important;
}

.section-3-item-left-start:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  /* Align with the right edge of the item */
  top: 50%;
  /* Center vertically, adjust as needed */
  transform: translateY(-50%);
  /* Adjust the position to be exactly in the middle */
  height: 90% !important;
  opacity: 0.6;
  /* Adjust the height as needed */
  width: 0.7px;
  /* Width of the border */
  background-color: #ffffff;
  /* Color of the border */
}

.section-3-item-left-last:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  /* Align with the right edge of the item */
  top: 50%;
  /* Center vertically, adjust as needed */
  transform: translateY(-50%);
  /* Adjust the position to be exactly in the middle */
  height: 90% !important;
  opacity: 0.6;
  /* Adjust the height as needed */
  width: 0.7px;
  /* Width of the border */
  background-color: #ffffff;
  /* Color of the border */
}

.section-3-item-left:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  /* Align with the right edge of the item */
  top: 50%;
  /* Center vertically, adjust as needed */
  transform: translateY(-50%);
  /* Adjust the position to be exactly in the middle */
  height: 90% !important;
  opacity: 0.6;
  /* Adjust the height as needed */
  width: 0.7px;
  /* Width of the border */
  background-color: #ffffff;
  /* Color of the border */
}

.section-3-item-right {
  display: flex;
  flex-direction: column;
  padding-left: 36px;

}

.section-3-item-right-start {
  padding-top: 0px !important;
}

.section-3-item-right-last {
  padding-bottom: 0px !important;
}

.section-3-item-title {
  background-color: var(--green-main);
  padding-left: 4px;
  width: fit-content;
  padding-right: 4px;
  font-size: 50px;
  color: var(--text-white-color);
  font-weight: 700;
  word-break: break-all;
}

.section-3-item-desc {
  font-size: 20px;
  color: var(--text-white-color);
  font-weight: 300;
  margin-top: auto;
  margin-bottom: auto;
}

.section-3-item-desc-last {
  margin-top: auto;
  margin-bottom: auto;
}

.section-4-control {
  width: 100%;
  display: flex;
  flex-direction: column;

  padding-top: 60px;
}

.section-4-head-title {
  color: var(--text-white-color);
  width: 100%;
  font-size: 120px;
  font-weight: 900;
  padding-left: 5%;
}

.section-4-arrow-control {
  height: 100%;
  /* background-color: var(--primary-color); */
  /* margin-left: -95%;
  z-index: 2;
  width: 195%; */
  display: flex;

}

.section-4-arrow {
  cursor: pointer;
  margin-top: 100px;
  z-index: 999;
  height: 31px;
  width: auto;
  /* Ensures the rotation pivot is the center of the SVG */
  transform-origin: center;
  /* This transition ensures that the hover effect on the line is smooth */
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.section-4-arrow-rotate {
  cursor: pointer;
  margin-top: 100px;
  margin-left: auto;
  transform: rotate(180deg);
  z-index: 999;
  height: 31px;
  width: auto;
  /* Ensures the rotation pivot is the center of the SVG */
  transform-origin: center;
  /* This transition ensures that the hover effect on the line is smooth */
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.arrow-head {
  opacity: 1;
}

.section-4-arrow-line {
  cursor: pointer;
  stroke-dasharray: 55;
  opacity: 0.5;
  /* Full length of the line */
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  /* Transition for a smooth effect */
}

svg:hover .section-4-arrow-line {
  stroke-dashoffset: -25;
  /* Adjust as needed to make the tail shorter */
}

.contact-arrow-path {
  stroke-dasharray: 347;
  /* Length of the path */
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s ease;
  transition: stroke-dashoffset 0.5s ease;
}

.section-contact-arrow:hover .contact-arrow-path {
  stroke-dashoffset: -150;
  /* Adjust this value to control the amount of shortening */
}

.section-4-class-bg-hover {
  background-color: var(--orange-main);
}

.section-4-class-bg-hover-transparent {
  background-color: transparent;
}

.section-4-content-control {
  display: grid;
  grid-template-columns: 27% 73%;
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-4-content-control-reverse {
  display: grid;
  grid-template-columns: 73% 27%;
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-4-content-control-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}


.section-4-content-control-bg:hover {
  background-color: var(--orange-main);

}



.section-4-content-text-control-reverse {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  z-index: 99;
}

.section-4-content-text-control {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  z-index: 99;
}

.section-4-content-text-header {
  font-size: 42px;
  font-weight: 700;
  word-break: break-all;
  color: var(--text-white-color);
  line-height: 1.3em;
}

.section-4-content-text-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--text-white-color);
  margin-top: 24px;
}

.section-4-content-text-desc>ul {
  margin-top: 16px;
  margin-left: 14px;
}

.section-4-content-carousel {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 100%;
  padding-left: 10px;
}

.section-4-content-carousel-card {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}


.section-4-content-carousel-card-img-empty {
  width: 100%;
  height: 340px;
  object-fit: cover;
  background-color: var(--primary-color);
  border: none !important;
}

.section-4-content-carousel-card-img-border {
  max-width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.section-4-content-carousel-card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-4-content-carousel-card-text-control {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-top: 4px;
}

.section-4-content-carousel-card-title {
  font-size: 20px;
  cursor: pointer;
  color: var(--text-white-color);
  font-weight: 700;
}

.section-4-content-carousel-card-desc {
  font-size: 13px;
  color: var(--text-white-color);
  font-weight: 300;
}

.section-contact-control {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  position: relative;
}

.section-contact-head-title {

  color: var(--text-white-color);
  width: 100%;
  font-size: 120px;
  font-weight: 900;
}

.section-contact-grid-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
}

.section-contact-map-left {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section-contact-item-right-grid-control {
  display: grid;
  grid-template-columns: 70% 30%;
  padding-left: 48px;
}

.section-contact-items-right-item {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.section-contact-items-right-item-header {
  background-color: var(--green-main);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 20px;
  font-weight: 700;
  width: fit-content;
  color: var(--text-white-color);
}

.section-contact-items-right-item-desc {
  font-size: 21px;
  font-weight: 300;
  color: var(--text-white-color);
  margin-top: 16px;
}

.section-contact-items-left-item {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
}

.section-contact-email-green {
  margin-top: 90px;
  color: var(--green-main);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
  word-break: break-all;
}

.section-contact-email-green:hover {
  color: var(--green-main);
}

.section-contact-items-left-item-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 56px;
  color: var(--text-white-color);
}

.section-contact-items-left-item-social-control {
  display: none;
}

.section-contact-items-left-item-social-control-desktop {
  display: flex;
}

.section-contact-items-left-item-social {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.multiple-items {
  color: white;
  width: auto;
  z-index: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #09529b !important;
}

.section-contact-arrow {
  cursor: pointer;
  z-index: 999;
  margin-left: auto;
  height: 61px;
  width: 271px;
  /* Ensures the rotation pivot is the center of the SVG */
  transform-origin: center;
  /* This transition ensures that the hover effect on the line is smooth */
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.goto-top {
  margin-left: auto;
  margin-right: 4%;
  margin-top: auto;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
}


.contact-arrow-line {
  cursor: pointer;
  stroke-dasharray: 55;
  /* Full length of the line */
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  /* Transition for a smooth effect */
}



svg:hover .contact-arrow-line {
  stroke-dashoffset: -55;
  /* Adjust as needed to make the tail shorter */
}

.section-footer-control {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
}

.section-footer-divider {
  width: 100%;
  height: 0.5px;
  background-color: var(--text-white-color);
}

.section-footer-text {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 300;
  color: var(--text-white-color)
}