.header-section {
  margin-top: 50px;
}
.header-section .container {
  background: url(../../img/home2/header/main.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  border-radius: 20px;
}
.header-section .text-box {
  padding: 50px;
}
.header-section .text-box .heading {
  color: white;
}
.header-section .text-box .heading .text-linear {
  background: linear-gradient(to right, var(--three) 0%, var(--two) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.header-section .img-box {
  width: 80%;
  height: 80%;
}
.header-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.who-we-are-section {
  margin-top: 50px;
  text-align: left;
}

.core-values-section {
  margin-top: 50px;
  text-align: left;
}
.core-values-section .box {
  background-color: var(--two);
  border: 1px solid var(--three);
  padding: 25px;
  border-radius: 10px;
  min-height: 300px;
}
.core-values-section .box .text-box {
  margin-top: 20px;
}
.core-values-section .box .text-box .heading {
  color: white;
}
.core-values-section .box .text-box .text {
  color: white;
}
.core-values-section .box .img-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-values-section .box .img-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform 3s ease;
  transform-origin: center;
}
.core-values-section .box .img-box img:hover {
  transform: rotate(360deg);
}

.team-section {
  margin-top: 50px;
  text-align: left;
  background-color: var(--one);
  padding: 100px 0;
}
.team-section .heading-text-box {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--two);
  margin-bottom: 50px;
}
.team-section .box {
  margin-top: 25px;
  display: flex;
}
.team-section .box .img-box {
  border: 5px solid var(--two);
  border-radius: 500px;
  width: 200px;
  height: 200px;
}
.team-section .box .img-box img {
  padding: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .box .text-box {
  margin-left: 20px;
  max-width: 400px;
}
.team-section .box .text-box hr {
  padding: 0;
  color: #CEED5D;
}
.team-section .box .text-box .title {
  font-size: 25px;
  color: var(--three);
}
.team-section .box .text-box .position {
  color: #A4A4A4;
  font-size: 20px;
  font-weight: 300;
}
.team-section .box .text-box .description {
  font-size: 16px;
}

.cta-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.cta-section .box {
  background-color: var(--two);
  padding: 80px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.cta-section .box .background-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cta-section .box .text-box {
  position: relative;
  z-index: 2;
}
.cta-section .box .text-box .heading {
  font-size: 42px;
}
.cta-section .box .button-box {
  min-width: 200px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .header-section .container {
    max-width: 100%;
    padding: 0px 0 50px 0;
    border-radius: 0;
  }
  .header-section .text-box {
    text-align: center;
  }
  .header-section .text-box .button-box {
    text-align: center;
  }
  .header-section .img-box {
    width: 30%;
    height: 30%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .who-we-are-section {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .core-values-section .heading {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .core-values-section .box {
    min-height: auto;
    margin-top: 20px;
  }
  .core-values-section .box .img-box {
    margin: auto;
  }
  .core-values-section .box .text-box {
    text-align: center;
  }
}

@media (max-width: 1400px) {
  .team-section .box .text-box {
    max-width: 300px;
  }
}
@media (max-width: 1200px) {
  .team-section .box .img-box {
    width: 150px;
    height: 150px;
  }
  .team-section .box .text-box {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .team-section .box {
    flex-direction: column;
    text-align: center;
  }
  .team-section .box .img-box {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .team-section .box .text-box {
    margin: 0px;
    margin-top: 20px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .team-section .heading-text-box {
    margin-bottom: 20px;
  }
  .team-section .box {
    margin-top: 0px;
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .cta-section .box {
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cta-section .box .text-box {
    text-align: center;
  }
  .cta-section .box .button-box {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .cta-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=home2.css.map */