@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Thin.woff2") format("woff2"), url("../fonts/DMSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-ExtraLight.woff2") format("woff2"), url("../fonts/DMSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Black.woff2") format("woff2"), url("../fonts/DMSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "DMSans";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.padding-2 {
  padding: 50px 0;
}

.page-grid {
  display: grid;
  gap: 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

p, .policy-text ul li, .policy-text a, .check-list li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #9F9F9F;
}
@media only screen and (max-width: 1600px) {
  p, .policy-text ul li, .policy-text a, .check-list li {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  p, .policy-text ul li, .policy-text a, .check-list li {
    font-size: 14px;
    line-height: 22px;
  }
}

.text p {
  margin-top: 20px;
}
.text p:first-child {
  margin-top: 0;
}
.text h1 + p, .text h2 + p {
  margin-top: 10px;
}

h1, h2 {
  font-size: 40px;
  font-weight: 400;
  color: #173E25;
  font-family: "PlayfairDisplay";
  margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
  h1, h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1399px) {
  h1, h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  h1, h2 {
    font-size: 28px;
  }
}

.title span {
  font-size: 18px;
  font-weight: 400;
  color: #348455;
}
@media only screen and (max-width: 1600px) {
  .title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 14px;
  }
}

.btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #1B7039;
  border: none;
  border-radius: 5px;
  padding: 15px 60px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 1600px) {
  .btn {
    font-size: 16px;
  }
}

.btn:hover {
  background-color: #348455;
}

.light-green-background {
  background-color: rgba(49, 125, 78, 0.1);
}

.light-grey-background {
  background-color: #F9F9F9;
}

.btn.grey {
  background-color: #787680;
}

.btn.grey:hover {
  background-color: #848487;
}

.center-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.center-text * {
  text-align: center;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.border-r {
  border-radius: 10px;
}

.mt {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 60px;
  }
}

.policy-text h2 {
  font-weight: bold;
  margin-top: 50px;
  font-size: 35px;
}
@media only screen and (max-width: 1600px) {
  .policy-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .policy-text h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .policy-text h2 {
    font-size: 23px;
    margin-top: 30px;
  }
}
.policy-text ul {
  list-style: none;
  margin-top: 20px;
}
.policy-text a {
  color: #317D4E;
}
.check-list ol {
  padding-left: 20px;
}
.check-list ol li {
  margin-top: 10px;
}
.check-list ul {
  list-style: none;
  margin: 50px 0;
}
.check-list ul li {
  padding-left: 45px;
  position: relative;
}
.check-list ul li::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 2px;
  left: 0;
  background-image: url("../images/circle-check-solid.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.check-list ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1399px) {
  .check-list ul li {
    padding-left: 35px;
  }
  .check-list ul li::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .check-list ul li {
    padding-left: 30px;
  }
  .check-list ul li::before {
    width: 20px;
    height: 20px;
  }
}

.template-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.template-images a {
  max-height: 65vh;
  width: 100%;
}
.template-images a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
@media screen and (max-width: 1199px) {
  .template-images {
    gap: 5px;
  }
  .template-images a {
    max-height: 50vh;
  }
}
@media screen and (max-width: 575px) {
  .template-images a {
    max-height: 300px;
  }
  .template-images a img {
    border-radius: 15px;
  }
}

.page-top {
  background-image: url("../images/green.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}
@media only screen and (max-width: 1600px) {
  .page-top {
    height: 130px;
  }
}
@media screen and (max-width: 1399px) {
  .page-top {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .page-top {
    height: 80px;
  }
}

header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
}
header .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
header .page-width .logo {
  height: 200px;
  width: 200px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  padding-bottom: 40px;
  transition: all 0.5s;
}
header .page-width .logo img {
  width: 120px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  header.smaller-logo .page-width .logo {
    height: 80px;
    top: 0;
    align-items: center;
    padding: 5px;
  }
  header.smaller-logo .page-width .logo img {
    width: 100%;
    height: 100%;
  }
}

.head, .nav {
  display: flex;
  align-items: center;
}

.head-wrap, .head, .nav {
  height: 100%;
  width: 100%;
}

.head ul {
  list-style: none;
}
.head .languages {
  position: relative;
  margin-left: 50px;
  cursor: pointer;
}
.head .languages::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background-color: rgba(112, 112, 112, 0.14);
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.head .languages summary {
  list-style: none;
}
.head .languages summary img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.head .languages ul {
  position: absolute;
  top: 50px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.head .languages ul li {
  padding: 10px;
  background-color: #fff;
  transition: all 0.5s;
}
.head .languages ul li a {
  display: flex;
  align-items: center;
  color: #787680;
  font-size: 15px;
  font-weight: 400;
}
.head .languages ul li a img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
.head .languages ul li:hover {
  background-color: rgba(49, 125, 78, 0.1);
}

.nav li, .nav li a {
  height: 100%;
}
.nav li a {
  display: flex;
  align-items: center;
  color: #787680;
  font-size: 17px;
  font-weight: 400;
  border-top: 3px solid transparent;
  transition: all 0.5s;
}
.nav li a.active, .nav li a:hover {
  border-top: 3px solid #317D4E;
  color: #173E25;
}
.nav li + li {
  margin-left: 30px;
}
.nav li:nth-child(4) {
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .hamburger, .languages-mobile {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  header .page-width .logo {
    position: static;
    padding: 0;
    height: 80%;
    width: 150px;
    border-radius: 0;
    transform: none;
  }
  header .page-width .logo img {
    width: 100%;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
  header .page-width .hamburger {
    cursor: pointer;
    height: 60%;
  }
  header .page-width .hamburger img {
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: right;
    -o-object-position: right;
  }
  .head-wrap {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 80px;
    transform: scale(0);
    transform-origin: top right;
    transition: all 0.5s ease-in-out;
  }
  .head-wrap.open-menu {
    transform: scale(1);
  }
  .head, .nav {
    flex-direction: column;
    align-items: end;
  }
  .head {
    /* padding: 50px; */
    padding: 25px;
    overflow-y: scroll;
    justify-content: start;
    height: unset;
    max-height: 90%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    /* border-bottom-left-radius: 100%; */
  }
  .head .languages {
    display: none;
  }
  .head .languages-mobile {
    /* margin-top: 100px; */
    margin-top: 50px;
    color: #9F9F9F;
  }
  .head .languages-mobile a {
    color: #9F9F9F;
  }
  .head .languages-mobile a.active {
    color: #173E25;
    font-weight: 500;
  }
  .nav li {
    height: -moz-fit-content;
    height: fit-content;
  }
  .nav li a {
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px;
    border-top: none;
    font-family: "PlayfairDisplay";
    font-weight: 500;
  }
  .nav li a.active, .nav li a:hover {
    border-top: none;
    color: #173E25;
  }
  .nav li + li {
    margin-left: 0;
    /* margin-top: 20px; */
    margin-top: 15px;
  }
  .nav li:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  header {
    height: 60px;
  }
  .head-wrap {
    top: 60px;
  }
}
.activities-text p {
  max-width: 800px;
}

footer {
  background-color: #173E25;
}

.foot1, .foot2, .foot3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .foot1, .foot2, .foot3 {
    flex-direction: column;
  }
}

.foot3 {
  padding: 20px 0;
}
.foot3 ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.foot3 ul li a {
  color: #fff;
}
.foot3 ul li + li {
  margin-left: 30px;
}
.foot3 p, .foot3 a {
  font-size: 14px;
  text-align: center;
}
.foot3 p, .foot3 p a {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 575px) {
  .foot3 p, .foot3 p a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .foot3 {
    flex-direction: column-reverse;
  }
  .foot3 ul li {
    margin-bottom: 10px;
  }
}

.foot1 {
  padding-top: 70px;
  padding-bottom: 20px;
}
.foot1 .footer-logo img {
  width: 140px;
}
@media only screen and (max-width: 1600px) {
  .foot1 {
    padding-top: 50px;
  }
  .foot1 .footer-logo img {
    width: 130px;
  }
}
@media screen and (max-width: 1399px) {
  .foot1 .footer-logo img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .foot1 .social {
    margin-top: 50px;
  }
}

.social {
  display: flex;
  align-items: center;
}
.social a {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.social a svg path {
  fill: #fff;
  transition: all 0.5s;
}
.social a + a {
  margin-left: 20px;
}
.social a:hover {
  background-color: #fff;
}
.social a:hover svg path {
  fill: #173E25;
}
@media screen and (max-width: 400px) {
  .social a {
    width: 40px;
    height: 40px;
  }
  .social a svg {
    scale: 0.9;
  }
  .social a + a {
    margin-left: 10px;
  }
}

.footer-contact a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 45px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 24px;
}
@media only screen and (max-width: 1600px) {
  .footer-contact a {
    font-size: 16px;
  }
}
.footer-contact a + a {
  margin-top: 15px;
}
.footer-contact a[href^="tel:"] {
  background-image: url("../images/call-calling.svg");
}
.footer-contact a[href^="mailto:"] {
  background-image: url("../images/sms.svg");
}
.footer-contact .location {
  background-image: url("../images/map.svg");
}

.foot2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 60px 0;
}
.foot2 .footer-navigation {
  display: flex;
  align-items: start;
}
.foot2 .footer-navigation > div p:first-child {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .foot2 .footer-navigation > div p:first-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .foot2 .footer-navigation > div p:first-child {
    font-size: 18px;
  }
}
.foot2 .footer-navigation > div ul {
  list-style: none;
}
.foot2 .footer-navigation > div ul li {
  margin-top: 15px;
}
.foot2 .footer-navigation > div ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
}
@media only screen and (max-width: 1600px) {
  .foot2 .footer-navigation > div ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .foot2 .footer-navigation > div ul li a {
    font-size: 14px;
  }
}
.foot2 .footer-navigation > div ul li a:hover {
  color: #fff;
}
.foot2 .footer-navigation > div + div {
  margin-left: 50px;
}
@media only screen and (max-width: 1600px) {
  .foot2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .foot2 .footer-navigation {
    margin-top: 50px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .foot2 .footer-navigation::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .foot2 .footer-navigation div p {
    width: -moz-max-content;
    width: max-content;
  }
  .foot2 .footer-navigation div:first-child p, .foot2 .footer-navigation div:first-child li, .foot2 .footer-navigation div:first-child li a {
    text-align: right;
  }
  .foot2 .footer-navigation > div + div {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .foot2 .footer-navigation {
    gap: 40px;
  }
}

.home-main {
  position: relative;
  height: 100vh;
}
.home-main .mainSwiper {
  width: 100%;
  height: 100%;
}
.home-main .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-main .mainSwiper .swiper-pagination {
  text-align: left;
  bottom: 50px;
  padding-left: calc(50% - 700px);
}
@media only screen and (max-width: 1600px) {
  .home-main .mainSwiper .swiper-pagination {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .home-main .mainSwiper .swiper-pagination {
    padding-left: 5%;
  }
}
.home-main .mainSwiper .swiper-pagination span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  cursor: pointer;
}
.home-main .headline {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.home-main .headline span, .home-main .headline p {
  color: rgba(255, 255, 255, 0.8);
}
.home-main .headline h1 {
  color: #fff;
  font-size: 70px;
}
.home-main .headline span {
  font-size: 25px;
}
.home-main .headline p {
  line-height: 28px;
  max-width: 750px;
}
.home-main .headline .btn {
  margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
  .home-main .headline h1 {
    font-size: 55px;
  }
  .home-main .headline span {
    font-size: 20px;
  }
  .home-main .headline p {
    line-height: 26px;
  }
}
@media screen and (max-width: 1399px) {
  .home-main .headline h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .home-main .headline h1 {
    font-size: 35px;
  }
  .home-main .headline span {
    font-size: 16px;
  }
  .home-main .headline p {
    font-size: 14px;
    line-height: 24px;
  }
}

.quote1 {
  padding: 60px 0;
}
.quote1 p {
  font-size: 30px;
  line-height: 40px;
  font-family: "PlayfairDisplay";
  font-weight: 400;
  color: #173E25;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .quote1 {
    padding: 50px 0;
  }
  .quote1 p {
    font-size: 27px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1399px) {
  .quote1 p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .quote1 p {
    font-size: 20px;
    line-height: 30px;
  }
}

.activities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  max-width: 90%;
  margin: 80px auto 50px;
}
.activities-grid .activities {
  background-color: #F3F3F3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.7s;
}
.activities-grid .activities .activities-img {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #fff;
}
.activities-grid .activities .activities-img img {
  border-radius: 50%;
}
.activities-grid .activities .activities-info {
  padding: 25px;
}
.activities-grid .activities h3 {
  font-size: 26px;
  font-weight: bold;
  color: #173E25;
  margin-bottom: 5px;
}
.activities-grid .activities span {
  color: #317D4E;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block;
  margin-top: 30px;
}
.activities-grid .activities p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activities-grid .activities h3, .activities-grid .activities p span {
  transition: all 0.7s;
}
.activities-grid .activities:hover {
  background-color: #317D4E;
}
.activities-grid .activities:hover h3, .activities-grid .activities:hover span {
  color: #fff;
}
.activities-grid .activities:hover p {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1600px) {
  .activities-grid {
    max-width: 80%;
    gap: 20px;
  }
  .activities-grid .activities h3 {
    font-size: 23px;
  }
  .activities-grid .activities span {
    font-size: 16px;
  }
  .activities-grid .activities p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px) {
  .activities-grid .activities h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .activities-grid {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .activities-grid {
    gap: 10px;
  }
  .activities-grid .activities .activities-info {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .activities-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 30px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .activities-grid {
    max-width: 300px;
  }
}

.video-home {
  height: 50vh;
}
.video-home iframe {
  width: 100%;
  height: 100%;
}

.carine1 {
  padding: 50px 100px;
  transform: translateY(-100px);
  margin-bottom: -70px;
}
.carine1 .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1399px) {
  .carine1 {
    padding: 50px 70px;
    transform: translateY(-70px);
  }
}
@media screen and (max-width: 991px) {
  .carine1 {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .carine1 {
    padding: 50px 5%;
    max-width: 100%;
    transform: translateY(0);
    margin-bottom: 0;
    border-radius: 0;
  }
}

.projects {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.projects .project {
  height: 490px;
  border-radius: 25px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.projects .project .project-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 50%, #000000 100%);
  padding: 30px;
  opacity: 0;
  transition: all 0.5s;
}
.projects .project .project-info h3 {
  color: #fff;
  font-size: 35px;
}
@media only screen and (max-width: 1600px) {
  .projects .project .project-info h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .projects .project .project-info h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .projects .project .project-info h3 {
    font-size: 20px;
  }
}
.projects .project .project-info p {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1399px) {
  .projects .project .project-info p {
    font-size: 14px;
  }
}
.projects .project + .project {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .projects .project.active {
    flex: 2;
  }
  .projects .project.active .project-info {
    opacity: 1;
  }
}
@media screen and (max-width: 1399px) {
  .projects .project {
    height: 350px;
  }
  .projects .project .project-info {
    height: 100%;
  }
  .projects .project + .project {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .projects .project + .project {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .projects {
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .projects .project, .projects .project.active {
    flex: auto;
    width: 100%;
  }
  .projects .project .project-info {
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #000000 100%);
  }
  .projects .project + .project {
    margin-left: 0;
    margin-top: 20px;
  }
}

.light-green-background:has(.home-about) {
  border-top-left-radius: 80px;
}
@media screen and (max-width: 1199px) {
  .light-green-background:has(.home-about) {
    border-top-left-radius: 0;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

.home-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.home-about .text {
  padding: 30px 0;
}
.home-about .btn {
  margin-top: 50px;
}
.home-about .decoration-images {
  position: relative;
}
.home-about .decoration-images .decoration1, .home-about .decoration-images .decoration2, .home-about .decoration-images .decoration3, .home-about .decoration-images::before, .home-about .decoration-images::after {
  position: absolute;
  overflow: hidden;
}
.home-about .decoration-images .decoration1 {
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  border-bottom-left-radius: 120px;
  border-top-right-radius: 120px;
}
.home-about .decoration-images .decoration2 {
  top: calc(30% - 20px);
  right: 8%;
  bottom: calc(35% + 20px);
  left: calc(50% + 20px);
}
.home-about .decoration-images .decoration3 {
  bottom: 0;
  right: 0;
  top: 65%;
  left: calc(50% + 20px);
}
.home-about .decoration-images .decoration2, .home-about .decoration-images .decoration3 {
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
}
.home-about .decoration-images::before, .home-about .decoration-images::after {
  content: "";
  top: 0;
}
.home-about .decoration-images::before {
  left: calc(50% + 20px);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #317D4E;
}
.home-about .decoration-images::after {
  left: calc(50% + 116px);
  width: 100px;
  height: 76px;
  background-color: #BAC873;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media only screen and (max-width: 1600px) {
  .home-about {
    gap: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .home-about .text {
    padding: 0;
  }
  .home-about .btn {
    margin-top: 30px;
  }
  .home-about .decoration-images::before {
    width: 60px;
    height: 60px;
  }
  .home-about .decoration-images::after {
    height: 60px;
    width: 80px;
    left: calc(50% + 100px);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .home-about {
    grid-template-columns: 1fr;
  }
  .home-about .decoration-images {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .home-about .decoration-images {
    height: 350px;
  }
  .home-about .decoration-images .decoration1 {
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .home-about .decoration-images .decoration2 {
    top: calc(30% - 10px);
    right: 10%;
    bottom: calc(35% + 10px);
    left: calc(50% + 10px);
  }
  .home-about .decoration-images .decoration3 {
    left: calc(50% + 10px);
  }
  .home-about .decoration-images::before {
    left: calc(50% + 10px);
  }
  .home-about .decoration-images::after {
    left: calc(50% + 80px);
    width: unset;
    right: 0;
    max-width: 90px;
  }
}

.newsletter {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 5px;
}
.newsletter .newsletter-info {
  background-color: #317D4E;
  padding: 70px 50px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.newsletter .newsletter-info h2 {
  color: #fff;
  margin-bottom: 0;
}
.newsletter .newsletter-info p {
  color: rgba(255, 255, 255, 0.8);
}
.newsletter .newsletter-info form {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.newsletter .newsletter-info form input::-moz-placeholder {
  font-size: 15px;
  font-family: "DMSans";
  font-weight: 400;
}
.newsletter .newsletter-info form input, .newsletter .newsletter-info form input::placeholder, .newsletter .newsletter-info form button {
  font-size: 15px;
  font-family: "DMSans";
  font-weight: 400;
}
.newsletter .newsletter-info form input, .newsletter .newsletter-info form button {
  height: 45px;
  border-radius: 10px;
  border: none;
  outline: none;
  width: 100%;
}
.newsletter .newsletter-info form input {
  padding: 10px;
  color: #000;
  max-width: 270px;
}
.newsletter .newsletter-info form input::-moz-placeholder {
  color: #585858;
}
.newsletter .newsletter-info form input::placeholder {
  color: #585858;
}
.newsletter .newsletter-info form button {
  color: #fff;
  background-color: #92E1B0;
  max-width: max-content;
  margin-left: 10px;
}
.newsletter .image {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 1299px) {
  .newsletter {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter .newsletter-info {
    padding: 50px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
  }
  .newsletter .image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter .image {
    height: 300px;
  }
  .newsletter .newsletter-info {
    padding: 50px 20px;
  }
}

.contact-information {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.contact-information a {
  background-color: #317D4E;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-left: 120px;
  width: 100%;
  background-position: 40px 50%;
  background-repeat: no-repeat;
}
.contact-information a * {
  color: #fff;
}
.contact-information a span {
  font-size: 16px;
}
.contact-information a p {
  font-size: 20px;
  width: -moz-max-content;
  width: max-content;
}
.contact-information a + a {
  margin-left: 15px;
}
.contact-information a[href^="tel:"] {
  background-image: url("../images/tell.svg");
  background-size: 40px;
}
.contact-information a[href^="mailto:"] {
  background-image: url("../images/maill.svg");
  background-position: 40px 60%;
  background-size: 48px;
}
.contact-information .locc {
  background-image: url("../images/locc.svg");
  padding-left: 100px;
  background-size: 30px;
}
@media screen and (max-width: 1399px) {
  .contact-information a {
    padding-left: 100px;
    background-position: 30px 50%;
  }
  .contact-information a span {
    font-size: 14px;
  }
  .contact-information a p {
    font-size: 18px;
  }
  .contact-information a[href^="mailto:"] {
    background-position: 30px 60%;
  }
  .contact-information .locc {
    padding-left: 85px;
  }
  .contact-information a + a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-information {
    flex-direction: column;
  }
  .contact-information a + a {
    margin-left: 0;
    margin-top: 10px;
  }
  .contact-information a {
    max-width: 600px;
  }
  .contact-information .locc {
    padding-left: 100px;
    background-position: 40px 50%;
  }
}
@media screen and (max-width: 575px) {
  .contact-information a {
    padding-left: 90px;
  }
  .contact-information a p {
    width: auto;
    font-size: 16px;
  }
  .contact-information a[href^="tel:"] {
    background-size: 35px;
    background-position: 25px 50%;
  }
  .contact-information a[href^="mailto:"] {
    background-position: 25px 60%;
    background-size: 43px;
  }
  .contact-information .locc {
    background-position: 30px 50%;
    background-size: 25px;
    padding-left: 90px;
  }
}

.scroll-nav {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  counter-reset: item;
  list-style-type: none;
  display: grid;
  gap: 10px;
  transform: translateX(100%) translateY(-50%);
}
.scroll-nav li {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 5px;
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  transform: translateX(-55px);
  transition: all 0.4s;
}
.scroll-nav li.active, .scroll-nav li:hover {
  transform: translateX(-100%);
}
.scroll-nav li:before {
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  width: 40px;
  height: 40px;
  background-color: #317D4E;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
}
.scroll-nav a {
  color: #474747;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .scroll-nav li {
    transform: translateX(-51px);
  }
  .scroll-nav li:before {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .scroll-nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .scroll-nav li {
    transform: translateX(-45px);
  }
  .scroll-nav li:before {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .scroll-nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .scroll-nav {
    display: none;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-rows: 240px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .gallery-grid {
    grid-auto-rows: 200px;
    gap: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .gallery-grid {
    grid-auto-rows: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery-grid {
    gap: 5px;
    grid-auto-rows: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-grid {
    margin-bottom: 50px;
  }
}
.gallery-grid img {
  border-radius: 5px;
}
.gallery-grid a:nth-child(10n+1), .gallery-grid a:nth-child(10n+8) {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid a:nth-child(10n+1), .gallery-grid a:nth-child(10n+8) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-grid a:nth-child(6n+1), .gallery-grid a:nth-child(6n+5) {
    grid-row: span 2;
  }
}
@media screen and (max-width: 400px) {
  .gallery-grid {
    grid-auto-rows: 100px;
  }
}

.service-table {
  margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .service-table {
    margin-bottom: 50px;
  }
}
.service-table table tbody {
  display: grid;
  gap: 50px;
}
.service-table table tbody h2 {
  font-weight: bold;
  font-size: 35px;
}
@media only screen and (max-width: 1600px) {
  .service-table table tbody h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .service-table table tbody h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .service-table table tbody h2 {
    font-size: 23px;
  }
}
.service-table table tbody p + p {
  margin-top: 20px;
}
.service-table table tbody tr {
  background-color: #F9F9F9;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52% 1fr;
}
.service-table table tbody tr td {
  position: relative;
  padding: 50px;
}
.service-table table tbody tr td img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-table table tbody tr:nth-child(2n) {
  grid-template-columns: 1fr 52%;
}
@media screen and (max-width: 991px) {
  .service-table table tbody tr {
    grid-template-columns: 1fr !important;
  }
  .service-table table tbody tr td {
    min-height: 300px;
  }
  .service-table table tbody tr td:has(img) {
    order: 1;
  }
  .service-table table tbody tr td:has(p) {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .service-table table tbody {
    gap: 30px;
  }
  .service-table table tbody tr td {
    padding: 40px 20px;
    min-height: 250px;
  }
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 50px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 1199px) {
  .news-grid {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .news-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.news-grid a {
  background-color: #fff;
  box-shadow: 0px 50px 50px rgba(164, 164, 164, 0.16);
}
.news-grid .news {
  padding: 15px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-grid .news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* max-height: 240px; */
  height: 240px;
  margin-bottom: 20px;
}
.news-grid .news span {
  font-size: 12px;
  color: #317D4E;
}
.news-grid .news h2, .news-grid .news p {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .news-grid .news h2, .news-grid .news p {
    padding: 0;
  }
}
.news-grid .news h2 {
  font-family: "DMSans";
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
  .news-grid .news h2 {
    font-size: 23px;
    line-height: 31px;
  }
}
@media screen and (max-width: 1399px) {
  .news-grid .news h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .news-grid .news h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.news-grid .news p {
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1399px) {
  .news-grid .news p {
    font-size: 14px;
    line-height: 20px;
  }
}
.news-grid .news:hover h2 {
  text-decoration: underline;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  margin: 5px;
}
.pagination li a {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li .active {
  background-color: #317D4E;
  color: #fff;
  font-weight: 500;
}
/* .pagination li:first-child a, .pagination li:last-child a {
  background-image: url("../images/arrow-right-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
.pagination li:first-child a {
  transform: rotate(180deg);
} */
@media screen and (max-width: 400px) {
  .pagination li {
    margin: 3px;
  }
  .pagination li a {
    width: 28px;
    height: 28px;
  }
}

.other-news {
  margin-top: 100px;
}
.other-news h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .other-news {
    margin-top: 50px;
  }
}

.news-details > img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .news-details > img {
    height: 30vh;
  }
}

.news-title {
  margin-bottom: 50px;
}
.news-title span {
  font-size: 22px;
}
@media only screen and (max-width: 1600px) {
  .news-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .news-title span {
    font-size: 16px;
  }
}
.news-title h1 {
  font-family: "DMSans";
  font-weight: 400;
  font-size: 45px;
}
.news-title h1 span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: 500;
}
@media only screen and (max-width: 1600px) {
  .news-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .news-title h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .news-title h1 {
    font-size: 30px;
  }
}

.share {
  color: #474747;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.share a {
  width: 34px;
  height: 34px;
  border: 1px solid #317D4E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
@media only screen and (max-width: 1600px) {
  .share {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .share {
    font-size: 18px;
  }
}

.contact-page {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .contact-page {
    grid-template-columns: 1fr;
  }
}
.contact-page .location {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #173E25;
}
@media only screen and (max-width: 1600px) {
  .contact-page .location {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .location {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-page .footer-contact {
  margin: 30px 0;
}
.contact-page .footer-contact a {
  color: #173E25;
}
.contact-page .footer-contact a[href^="tel:"] {
  background-image: url("../images/call-calling-green.svg");
}
.contact-page .footer-contact a[href^="mailto:"] {
  background-image: url("../images/sms-green.svg");
}
.contact-page .footer-contact .web {
  background-image: url("../images/home.svg");
}
.contact-page .social {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .social a {
  border: 1px solid rgba(49, 125, 78, 0.5);
}
.contact-page .social a svg path {
  fill: #317D4E;
}
.contact-page .social a:hover {
  background-color: #317D4E;
}
.contact-page .social a:hover svg path {
  fill: #fff;
}
.contact-page .contact-background {
  background-image: url("../images/carine-hotels-kumbor.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-background {
    display: none;
  }
}

.map iframe {
  width: 100%;
  height: 50vh;
}

.forms {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 30px 30px rgba(197, 197, 197, 0.22);
  border-radius: 10px;
}
.forms h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
@media only screen and (max-width: 1600px) {
  .forms h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1399px) {
  .forms h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .forms h2 {
    font-size: 20px;
  }
}
.forms form input::-moz-placeholder, .forms form textarea::-moz-placeholder {
  color: #575657;
  font-size: 18px;
  font-weight: 400;
  font-family: "DMSans";
}
.forms form input, .forms form textarea, .forms form input::placeholder, .forms form textarea::placeholder {
  color: #575657;
  font-size: 18px;
  font-weight: 400;
  font-family: "DMSans";
}
.forms form input, .forms form textarea {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #EAF2ED;
  padding: 10px;
  color: #000;
}
.forms form textarea {
  resize: none;
}
@media only screen and (max-width: 1600px) {
  .forms form input::-moz-placeholder, .forms form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .forms form input, .forms form textarea, .forms form input::placeholder, .forms form textarea::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .forms {
    padding: 50px 20px;
    box-shadow: none;
    max-width: 100%;
  }
}

.contact-form {
  margin-bottom: 50px;
  /* margin-top: -25vh; */
  margin-top: 50px;
  position: relative;
}
.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.contact-form form textarea {
  grid-column: span 3;
  height: 190px;
}
.contact-form form button {
  grid-column: span 3;
  width: calc((100% - 50px) / 3);
  margin-left: auto;
}
@media only screen and (max-width: 1600px) {
  .contact-form form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 1399px) {
  .contact-form form textarea {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form form {
    gap: 15px;
  }
  .contact-form form button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form form {
    grid-template-columns: 1fr;
  }
  .contact-form form textarea, .contact-form form button {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .contact-form {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.career-form {
  margin-top: 50px;
  margin-bottom: -25vh;
  position: relative;
}
@media screen and (max-width: 575px) {
  .career-form {
    margin: 0;
  }
}
.career-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.career-form form .btns {
  display: grid;
  gap: 25px;
}
.career-form form .btns button {
  height: 50px;
}
.career-form form .btns label {
  /* height: 50px; */
  cursor: pointer;
  margin-bottom: 5px;
  display: block;
}
.career-form form textarea {
  height: 170px;
}
@media screen and (max-width: 575px) {
  .career-form form textarea {
    height: 120px;
  }
}
.career-form form .radio-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .career-form form .radio-btns {
    display: grid;
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .career-form form {
    grid-template-columns: 1fr;
  }
}

.form-control {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  color: #575657;
  display: grid;
  grid-template-columns: 18px auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.form-control input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  width: 18px !important;
  height: 18px !important;
  font: inherit;
  color: inherit;
  border: 1px solid #173E25;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.form-control input[type=radio]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: scale(0) translate(-50%, -50%);
  transition: 120ms transform ease-in-out;
  background-image: url("../images/circle-check-solid.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-control input[type=radio]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 1600px) {
  .form-control {
    font-size: 16px;
    grid-template-columns: 16px auto;
  }
  .form-control input[type=radio] {
    width: 16px !important;
    height: 16px !important;
  }
}

.career-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
@media screen and (max-width: 575px) {
  .career-bg {
    height: 30vh;
  }
}

.about {
  position: relative;
  padding-left: calc(50% + 50px);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: calc(50% - 700px);
}
.about img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 1600px) {
  .about h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1399px) {
  .about h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.about h3, .about h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .about h3, .about h4 {
    font-size: 16px;
    line-height: 23px;
  }
}
.about h3 {
  color: #173E25;
  margin-top: 20px;
}
.about h4 {
  color: #fff;
  background-color: #317D4E;
  margin-top: 50px;
  margin-left: -250px;
  text-align: center;
  padding: 25px 50px;
}
@media screen and (max-width: 575px) {
  .about h4 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .about {
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding-left: 10%;
    padding-bottom: 0;
    padding-top: calc(40vh + 50px);
  }
  .about img {
    bottom: unset;
    right: 0;
    height: 40vh;
    width: 100%;
  }
  .about h4 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .about {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.quote1.career p {
  text-align: left;
}
.quote1.career p + p {
  margin-top: 25px;
}/*# sourceMappingURL=main.css.map */

.video-home {
  position: relative;
  background-color: #fff;
}
.video-home img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.video-home .popup-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-video-btn {
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: block;
  background: transparent;
  border: 6px solid #fff;
  margin: 0 auto;
  /* opacity: .5; */
  text-align: center;
  z-index: 9;
  cursor: pointer;
}

#page-overlay2 {
  z-index: 11;
  display: none;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* opacity: 0.2; */
  opacity: 0.8;
}

.mfp-content {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* padding: 30px; */
  width: 100%;
  max-width: 900px;
  display: none;
}
@media screen and (max-width: 1399px) {
  .mfp-content {
      max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .mfp-content {
      max-width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .mfp-content {
      max-width: 90%;
  }
}




.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-content .close {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  color: white;
  font-size: 22px;
  line-height: 1;
}

.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
    z-index: 2;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.text .links {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text p a {
  color: #173E25;
}
.text .links a {
  color: #173E25;
  margin-top: 5px;
  margin-bottom: 5px;
}