@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  list-style: none;
}

:root {
  --green-color: #5c6e1d;
  --white-color: #ffffff;
  --black-color: #000000;
  --gray-color: #e0e2d9;
}

body {
  background-color: var(--white-color);
  overflow-x: hidden;
}

.navbar {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background-color: var(--green-color);
  color: var(--white-color);
  font-size: 25px;
  font-weight: 300;
  padding: 10px 8%;
}

.navbar ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.navbar ul li a {
  font-size: 16px;
  color: var(--gray-color);
  text-decoration: none;
}

.navbar ul li a:hover {
  color: #a7c92c;
  transition: all 0.4s;
}

.navbar ul li i {
  color: var(--white-color);
  font-size: 16px;
}

.language-option .language-option option {
  color: var(--green-color);
}

.language-option option a {
  color: var(--green-color);
  font-size: 17px;
  padding: 5px 30px;
  width: 10rem;
}

.li-border {
  border: 1px solid var(--gray-color);
  border-radius: 20px;
  padding: 4px 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--black-color) !important;
}

.navbar ul li select {
  outline: none;
  background: none;
  border: none;
  color: var(--gray-color);
}

.first-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../img/header.png);
  background-size: cover;
  background-position: center;
  padding: 140px 5%;
}

.h1-one {
  text-align: center;
  font-size: 100px;
  line-height: 110px;
  font-weight: 800;
  color: var(--white-color);
}

.h1-two {
  background-color: var(--black-color);
  color: var(--white-color);
  font-size: 100px;
  line-height: 100px;
  padding: 5px 15% 15px 15%;
  margin-top: 15px;
}

.second-container {
  width: 100%;
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 4rem 5%;
  color: var(--green-color);
}

.second-container h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
}

.second-container h2 {
  font-size: 45px;
}

.third-contianer {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    var(--green-color) 0%,
    var(--green-color) 59.99%,
    var(--gray-color) 60%,
    var(--gray-color) 100%
  );
  text-align: center;
  padding: 3rem 5% 0 5%;
}

.p-01 {
  color: var(--white-color);
  font-size: 22px;
  width: 70%;
  margin-bottom: 50px;
}

.third-circle {
  width: 360px;
  aspect-ratio: 1/1;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #2d318b;
  padding: 10px 15px;
}

.third-circle h2 {
  font-size: 50px;
  font-weight: 800;
}

.third-circle p {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.curve-text {
  width: 350px;
  margin-top: -60px;
}

.forth-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem 7% 5rem 7%;
  background-color: var(--gray-color);
}

.forth-card {
  width: 32%;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 20px;
}

.centered-card {
  margin-top: 150px;
}

.centered-card::before,
.top-card::before,
.bottom-card::before {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #c0c2bb;
  rotate: 90deg;
  position: absolute;
  top: -17%;
}
.top-card::before {
  rotate: 138deg;
  left: 80%;
  top: -10%;
}
.bottom-card::before {
  rotate: -138deg;
  right: 80%;
  top: -10%;
}

.forth-card img {
  width: 50%;
  border-radius: 50%;
  border: 12px solid var(--white-color);
}

.forth-card h2 {
  margin: 20px 0;
  color: #2d318b;
  font-size: 35px;
  font-weight: 700;
}

.forth-card p {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

.fifth-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 7%;
  background: linear-gradient(
    var(--gray-color) 0%,
    var(--gray-color) 17.99%,
    var(--white-color) 18%,
    var(--white-color) 100%
  );
}

.fifth-container img {
  width: 48%;
  margin-bottom: 30px;
}

.fifth-txt {
  width: 48%;
}

.fifth-txt p,
.fifth-remain-txt {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 55px;
}

.fifth-remain-txt {
  width: 86%;
  margin-left: 7%;
}

.bottm-g-txt {
  text-align: center;
  color: var(--green-color);
  width: 60%;
  margin-left: 20%;
  font-size: 25px;
  margin-bottom: 4rem;
}

.green-footer {
  width: 100%;
  height: 12rem;
  background-color: var(--green-color);
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.green-footer h3 {
  font-size: 30px;
  color: var(--white-color);
}

.two-box {
  background-color: var(--gray-color);
  width: 100%;
  margin: 0 auto;
  padding: 4rem 4%;
}

.two-box-main {
  padding: 40px;
  background-color: var(--white-color);
}

.two-box h2 {
  font-size: 50px;
  text-align: center;
  color: var(--green-color);
  margin-bottom: 2.5rem;
}

/* gal box  */

.gal-head {
  text-align: center;
  padding: 40px 0 30px 0;
}

.gal-head h3 {
  font-size: 50px;
  color: var(--green-color);
  margin-bottom: 10px;
}

.gal-head p {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
}

/* pic box  */

.pic-text {
  display: flex;
  align-items: center;
}

.pic {
  flex: 0 0 50%;
}

.text {
  flex: 0 0 50%;
}

.pic img {
  width: 94%;
}

/* pics csss */

.pics {
  display: grid;
  grid-template-columns: 40% 1fr;
  width: 86%;
  margin: 0 auto;
  gap: 20px;
  padding: 20px 0 50px;
  overflow: hidden;
}

.pics img {
  width: 100%;
}

.pic-box-three img {
  width: 100%;
}

.pic-box-two img {
  width: 100%;
}

.pic-box-two {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 20px;
}

.pic-box-three {
  padding-top: 20px;
}

/* bars  */

.bars {
  display: none;
}

/* Header Nav  */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: var(--black-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.348);
}

.sidenav a {
  text-decoration: none;
  display: flex;
  color: var(--gray-color);
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  line-height: 2.5;
}

.sidenav a:hover {
  color: var(--green-color);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: var(--white-color);
  border: none;
  margin: 0;
  font-weight: bold;
}

/* other css of nav  */

.li-nav {
  padding: 5px 10px;
  border: 1px solid var(--gray-color);
  display: inline-block;
  margin: 0 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: fit-content;
}

.li-nav select {
  outline: none;
  background: none;
  border: none;
  color: var(--gray-color);
}

.li-nav select option {
  color: var(--black-color);
}

@media (max-width: 900px) {
  .pic-text {
    display: block;
  }

  .pics {
    display: block;
  }

  .pic-box-two {
    display: block;
  }

  .pic-box-two img {
    padding: 20px 0;
  }

  .pic-box {
    padding-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .first-container {
    padding: 120px 5%;
  }

  .h1-one {
    font-size: 70px;
    line-height: 80px;
  }

  .h1-two {
    font-size: 70px;
    line-height: 70px;
    padding: 5px 15% 15px 15%;
    margin-top: 10px;
  }

  .second-container {
    padding: 4rem 5%;
  }

  .second-container h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .second-container h2 {
    font-size: 35px;
  }

  .third-contianer {
    padding: 3rem 5% 0 5%;
  }

  .p-01 {
    font-size: 22px;
    width: 90%;
    margin-bottom: 50px;
  }

  .third-circle {
    width: 340px;
    padding: 10px 15px;
  }

  .third-circle h2 {
    font-size: 40px;
  }

  .third-circle p {
    font-size: 22px;
    line-height: 27px;
  }

  .curve-text {
    width: 350px;
    margin-top: -60px;
  }

  .forth-container {
    padding: 1rem 5% 5rem 5%;
  }

  .forth-card {
    width: 33%;
    padding: 0 10px;
  }

  .centered-card {
    margin-top: 150px;
  }

  .centered-card::before,
  .top-card::before,
  .bottom-card::before {
    content: "";
    width: 100px;
    top: -17%;
  }
  .top-card::before {
    left: 60%;
    top: -10%;
  }
  .bottom-card::before {
    right: 60%;
    top: -10%;
  }

  .forth-card img {
    width: 70%;
  }

  .forth-card h2 {
    margin: 17px 0;
    color: #2d318b;
    font-size: 30px;
  }

  .forth-card p {
    font-size: 18px;
  }

  .fifth-container {
    padding: 0 5%;
  }

  .fifth-container img {
    width: 49%;
    margin-bottom: 30px;
  }

  .fifth-txt {
    width: 49%;
  }

  .fifth-txt p,
  .fifth-remain-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .fifth-remain-txt {
    width: 90%;
    margin-left: 5%;
  }

  .bottm-g-txt {
    width: 80%;
    margin-left: 10%;
    font-size: 25px;
    margin-bottom: 4rem;
  }

  .green-footer {
    height: 12rem;
    margin-bottom: 5rem;
  }
  .green-footer h3 {
    font-size: 25px;
  }
}

@media (max-width: 750px) {
  .navbar {
    font-size: 18px;
  }
  .first-container {
    padding: 100px 5%;
  }

  .h1-one {
    font-size: 45px;
    line-height: 60px;
  }

  .h1-two {
    font-size: 50px;
    line-height: 60px;
    padding: 0px 5% 5px 5%;
    margin-top: 5px;
  }

  .second-container {
    padding: 3rem 5%;
  }

  .second-container h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .second-container h2 {
    font-size: 25px;
  }

  .third-contianer {
    padding: 2rem 5% 0 5%;
  }

  .p-01 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 40px;
  }

  .third-circle {
    width: 70%;
  }

  .third-circle h2 {
    font-size: 28px;
  }

  .third-circle p {
    font-size: 20px;
    line-height: 23px;
  }

  .curve-text {
    width: 70%;
    margin-top: -40px;
  }

  .forth-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3rem 5% 5rem 5%;
  }

  .forth-card {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .forth-card img {
    width: 50%;
    border: 10px solid var(--white-color);
  }

  .centered-card {
    margin-top: 0px;
  }

  .centered-card::before,
  .top-card::before,
  .bottom-card::before {
    display: none;
  }

  .forth-card img {
    width: 50%;
  }

  .forth-card h2 {
    margin: 10px 0;
    font-size: 30px;
  }

  .forth-card p {
    font-size: 18px;
    text-align: center;
  }

  .fifth-container {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .fifth-container img {
    width: 100%;
    margin-bottom: 20px;
  }

  .fifth-txt {
    width: 100%;
  }

  .fifth-txt p,
  .fifth-remain-txt {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }

  .fifth-remain-txt {
    width: 100%;
    margin-left: 0%;
  }

  .bottm-g-txt {
    width: 90%;
    margin-left: 5%;
    font-size: 22px;
    margin-bottom: 3rem;
  }

  .green-footer {
    height: 10rem;
    margin-bottom: 3rem;
  }
  .green-footer h3 {
    font-size: 20px;
  }

  .bars {
    display: block;
    font-size: 20px;
  }

  .navbar ul {
    display: none;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: var(--green-color);
  font-size: 15px;
  padding: 0 20px 0 0 !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 4px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 15px 0;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(233, 233, 233, 0.156) transparent;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-items div:nth-child(1),
.select-items div:nth-child(2),
.select-items div:nth-child(3),
.select-items div:nth-child(4),
.select-items div:nth-child(5),
.select-items div:nth-child(6) {
  font-size: 20px;
}

.select-items div:last-child,
.select-selected:last-child {
  border: none;
}

/*style items (options):*/
.select-items {
  width: 10rem;
  position: absolute;
  background-color: var(--green-color);
  top: 130%;
  right: -10px;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media(max-width:700px) {
  .two-box h2 {
    font-size: 40px;
    margin-bottom: 1.5rem;
  }
  .two-box {
    margin: 0;
    padding: 4rem 0;
  }
  .two-box-main {
    padding: 40px 5%;
  }
  .gal-head h3 {
    font-size: 40px;
}
.select-items {
  background-color: #303030;
}
}