@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins";
  scroll-behavior: smooth;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px;
  z-index: 150;
}
::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 5px;
  cursor: pointer;
  z-index: 150;
}
body {
  overflow: hidden;
}

::selection {
  background: #66c887;
  color: #fff;
}

header .menu-btn {
  color: #000;
  cursor: pointer;
  z-index: 2001;
  margin: 1em;
  font-size: 24px;
  right: 1.8%;
  position: absolute;
  pointer-events: fill;
}
.menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #4b4b4b;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
.menu .close-menu {
  cursor: pointer;
  position: fixed;
  margin: 1em;
  font-size: 24px;
  color: #ffff;
  z-index: 1;
  right: 1.8%;
}
.menu .nav {
  position: absolute;
  left: 18%;
  margin-top: 4%;
  display: flex;
  gap: 20px;
}
.menu .nav ul {
  list-style-type: none;
}
.menu .main-menu-item {
  padding-top: 30px;
}
.menu .main-menu-item a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.menu .submenu-item a {
  color: gray;
}
.menu .submenu li {
  margin: 15px 0;
}
.menu a i {
  position: relative;
  font-size: 9px;
  opacity: 0.4;
}
.menu .submenu {
  display: none;
  margin-left: 25%;
  width: 150%;
}
.menu .contact-nav {
  color: #fff;
  position: absolute;
  bottom: 70px;
  right: 20%;
}
.menu .contact-nav p {
  color: gray;
}
.menu .media-nav {
  position: absolute;
  bottom: 70px;
  left: 24%;
}
.menu .media-nav ul {
  list-style: none;
}
.menu .media-nav ul li {
  display: inline-block;
  padding-right: 16px;
}
.menu .media-nav ul li a {
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 3px;
  color: gray;
}
.menu .media-nav ul li a i {
  font-size: 1rem;
}
.menu .link::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.menu .link:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menu .link:hover {
  color: #081c15;
}
.menu .link::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #95d5b2;
  z-index: -1;
  transition: transform 0.3s ease;
}
.menu .nav-btn:hover,
.menu .nav-btn:focus {
  box-shadow: inset 8.9em 0 0 0 var(--hover);
  color: #4b4b4b;
}
.menu .nav-btn {
  transition: 0.25s;
  --hover: #d8f3dc;
  background: #52b788;
  border-radius: 3px;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 9px 25px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.menu .supportServices .submenu {
  margin-left: 15%;
}
.main-container {
  display: flex;
  position: relative;
}
/* .contact .contactIcon i {
  z-index: 100;
  margin: 20px 0 0 20px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: rgb(149, 213, 178);
  background: radial-gradient(
    circle,
    rgba(149, 213, 178, 1) 0%,
    rgba(82, 183, 136, 1) 100%
  );
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.contact .contactIcon:hover {
  background: rgb(149, 213, 178);
  background: radial-gradient(
    circle,
    rgba(149, 213, 178, 1) 100%,
    rgba(82, 183, 136, 1) 100%
  );
} */
.contact {
  color: #fff;
  z-index: 100;
  position: relative;
  background: rgb(149, 213, 178);
  background: radial-gradient(
    circle,
    rgba(149, 213, 178, 1) 0%,
    rgba(82, 183, 136, 1) 100%
  );
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.contact .tooltip {
  white-space: nowrap;
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.contact .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.contact:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact:hover span,
.contact:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.contact:hover,
.contact:hover .tooltip,
.contact:hover .tooltip::before {
  background: #d8f3dc;
  color: #4b4b4b;
}
.modalBG {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.modalBG.showContact {
  display: flex;
}
.modal {
  align-items: center;
  justify-content: center;
  display: flex;
  height: auto;
  width: 480px;
  position: relative;
  z-index: 100;
  padding: 30px;
}
.modal .close {
  position: absolute;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  color: #4b4b4b;
  font-size: 20px;
  cursor: pointer;
}
.modal form {
  width: 90%;
  z-index: 1000;
}
.modal .inputs .texts {
  user-select: none;
}
.modal .inputs .texts .split {
  font-size: 20px;
  font-weight: 600;
}
.modal .inputs input {
  background: #fff;
  border: none;
  outline: none;
  border-bottom: 2px solid #dddd;
  border-radius: 5px;
  padding: 8px 14px;
  letter-spacing: 1px;
  width: 100%;
}

.modal .inputs .wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal .inputs .input-box {
  margin-top: 15px;
  width: 100%;
  position: relative;
}
.modal .inputs .input-box .icon {
  position: absolute;
  right: 5px;
  padding: 8px 14px;
  font-size: 0.8rem;
  pointer-events: none;
  color: #5e5e5e;
  top: 50%;
  transform: translatey(-50%);
}
.modal .inputs .content {
  margin-top: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.modal .inputs .input-box span {
  font-family: "montserrat";
  position: absolute;
  left: 0;
  padding: 8px 14px;
  font-size: 12px;
  transition: 0.5s;
  pointer-events: none;
  color: rgb(58, 58, 58, 0.7);
}
.modal .inputs .error-message {
  font-size: 10px;
  color: red;
  white-space: nowrap;
  position: absolute;
  bottom: -15px;
}
.input-box input:focus ~ span,
.input-box input:valid ~ span {
  color: green;
  text-transform: uppercase;
  font-size: 10px !important;
  transform: translateY(-22px) translateX(-6px);
  padding: 0 5px;
  background: transparent;
}
.modal .inputs textarea {
  resize: none;
  height: 20vh;
  background: #fff;
  border: none;
  outline: none;
  border-bottom: 2px solid #dddd;
  border-radius: 5px;
  padding: 8px 14px;
  letter-spacing: 1px;
  width: 100%;
}
.modal .inputs button {
  position: relative;
  width: 100%;
  color: #fff;
  border: none;
  background-color: #1b4332;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.125rem;
  outline: none;
  padding: 5px 2px;
}
.modal .inputs button i {
  font-size: 0.8rem;
}
.area {
  border-radius: 15px;
  position: absolute;
  background: #d8f3dc;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(82, 183, 136, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.navigation-container {
  display: flex;
  align-items: center;
  transform: translateX(-24vw);
  transition: transform 0.5s ease-in-out;
  z-index: 10;
  background: #fff;
}
.logoNav img {
  margin: 5px;
  height: 55px;
  width: 55px;
}
.navigation {
  gap: 15px;
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 10px;
}
.navigation-container .navigation .wrapper {
  height: 100%;
  width: calc(45vw / 2);
  max-height: 95vh;
  overflow-y: auto;
  direction: rtl;
  padding-left: 10px;
}
.navigation-container .navigation .activeNav {
  direction: ltr;
}
.navigation-container .navigation .wrapper::-webkit-scrollbar {
  width: 5px;
  margin-left: 10px;
}
.navigation-container .navigation .wrapper .card-navigation {
  height: 25%;
  direction: ltr;
}
.navigation-container .navigation .activeNav .card-navigation {
  direction: rtl;
}
.navigation-container .toggle .icon {
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.navigation-container .toggle .icon:hover i {
  transform: translateX(5px);
}
.navigation-container .toggle .icon i {
  font-size: 15px;
  transition: transform 0.3s ease-in-out;
}
.navigation .contentDesc {
  width: 100%;
  display: flex;
  padding: 0 5px 0 5px;
  align-items: center;
  justify-content: space-between;
}
.navigation .contentDesc span {
  width: 80%;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
}
.navigation .activeNav .contentDesc span {
  text-align: left;
}
.navigation .icon {
  height: 30px;
  width: 30px;
  background: #52b788;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.navigation .icon:hover i {
  transform: translateX(5px) translateY(-5px) rotate(-40deg);
}
.navigation .icon i {
  font-size: 11px;
  transform: rotate(-40deg);
  transition: transform 0.3s ease-in-out;
}
.navigation .imageLink {
  width: 100%;
}
.navigation .wrapper .card-navigation .imageLink img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  border-radius: 15px;
  opacity: 0.9;
  filter: grayscale(95%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #b7e4c7;
}
.navigation .activeNav {
  width: 30vw !important;
}
.navigation .activeNav .activePage img {
  filter: grayscale(0%) !important;
}
.navigation .activeNav .activePage {
  height: 45% !important;
}
.navigation .activePage .icon {
  background-color: #1b4332;
  color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.main-container.openNavigation .navigation-container {
  transform: translateX(0);
}
.main-container.openNavigation .toggle .icon i {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.main-container.openNavigation .toggle .icon:hover i {
  transform: translate(-5px) rotate(180deg);
}
.navigation .otherServices {
  width: 100%;
  background: rgb(149, 213, 178);
  background: linear-gradient(
    90deg,
    rgba(149, 213, 178, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 30%;
  margin: 8px 0 8px 0;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main-container.openNavigation .otherServices .image {
  left: 30px;
}
.main-container.openNavigation .navigation .otherServices .image img {
  display: block;
}
.navigation .otherServices .text {
  position: absolute;
  right: 10px;
  line-height: 120%;
  color: #4b4b4b;
  font-size: 33px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.navigation .otherServices .image {
  height: 75px;
  width: 75px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
  overflow: hidden;
  transition: left 0.5s ease-in;
}

.navigation .otherServices .image img {
  width: 90%;
  height: auto;
  object-fit: contain;
  filter: grayscale(0);
}
.navigation .otherServices .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.content-container {
  position: relative;
  margin-top: 50px;
  margin-left: -23vw;
  padding: 20px 30px;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  box-sizing: border-box;
  transition: 0.6s;
}

.content-container .title {
  font-size: 30px;
  color: #4b4b4b;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-container p {
  font-size: 0.95rem;
}
.content-container .mainLists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-container .mainLists span {
  color: #40916c;
  font-weight: 600;
}
.content-container .mainLists li {
  list-style: decimal;
}
.content-container .subLists li {
  list-style: disc;
}

.content-container .secondList li {
  list-style-type: decimal;
}
.main-container.openNavigation .content-container {
  margin-left: 0;
}
.openDocumentTab {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1e4f2a;
  color: #fff;
  position: relative;
  padding: 15px;
  margin: 10px;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 25px;
  right: 35px;
}

.bgDocuments {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 100;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.bgDocuments.showDocument {
  display: flex;
}
.bgDocuments .documents {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  min-width: 400px;
  position: relative;
  z-index: 100;
  padding: 30px 50px;
  background: #fff;
  max-height: 95vh;
  overflow-y: auto;
  border-radius: 5px;
}
.documents .tableHeader {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.documents .tableHeader img {
  width: 120px;
}
.documents td {
  font-size: 14px;
}
.documents th,
.documents td {
  padding: 4px 10px;
  text-align: center;
}
.documents table,
.documents th,
.documents td {
  border: 1px solid black;
  border-collapse: collapse;
}
.documents table th {
  background: #b7e4c7;
}
.documents .note {
  color: red;
  margin: 3px;
}
.documents .closeDocument {
  height: 45px;
  width: 45px;
  font-size: 20px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.documents .closeDocument:hover {
  background: #ff8fa3;
  color: #ffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .menu .nav {
    margin-top: 15%;
    left: 5%;
    gap: 0px;
  }
  .menu .submenu-item a {
    white-space: normal;
  }
  .menu .supportServices .submenu {
    margin-left: 7%;
    width: 100%;
  }
  .menu .supportServices a {
    font-size: 0.85rem;
  }
  .contact-nav {
    display: none;
  }
  .modal {
    height: 390px;
    width: 90%;
  }
  .modal .inputs .texts .split {
    font-size: 15px;
  }
  .navigation-container {
    transform: translateX(-91vw);
  }
  .navigation-container .navigation .wrapper {
    width: calc(68vw / 2);
  }
  .navigation .activeNav {
    width: 50vw !important;
  }
  .navigation .contentDesc span {
    font-size: 8px;
  }
  .navigation .icon {
    height: 25px;
    width: 25px;
  }
  .navigation .icon i {
    font-size: 9px;
  }
  .content-container {
    margin-left: -95vw;
  }
  .main-container .otherServices .image {
    display: none;
  }

  .navigation .otherServices .text {
    font-size: 25px;
  }
}
