@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins: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=Questrial&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins";
  scroll-behavior: smooth;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 5px;
  cursor: pointer;
}
body {
  overflow-x: hidden;
}

::selection {
  background: #66c887;
  color: #fff;
}
header {
  background: #fff;
  position: absolute;
  z-index: 2000;
  padding: 15px 40px 10px 40px;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  width: 50px;
}
header .menu-btn {
  color: #000;
  cursor: pointer;
  z-index: 2001;
  margin: 1em;
  font-size: 24px;
  right: 1.8%;
  position: absolute;
}
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #4b4b4b;
  z-index: 1000000;
  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%;
}
.backToTop {
  display: flex;
  font-size: 23px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #40916c;
  color: #fff;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100000;
  text-decoration: none;
  bottom: 40px;
  right: -500px;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}
.backToTop img {
  width: 40px;
}
.backToTop.activeBtn {
  visibility: visible;
  opacity: 1;
  right: 40px;
}
.backToTop:hover {
  color: #40916c;
  background: #fff;
}
.contact {
  padding: 15px 0px;
  z-index: 1000;
  position: fixed;
  top: 40vh;
  left: 0;
  align-items: center;
  background: #245b44;
  color: #fff;
  height: 120px;
  width: 45px;
}
.contact .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact span {
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  bottom: -50px;
  white-space: nowrap;
  transform: rotate(-90deg);
}
.main-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.main-container .container {
  width: 55%;
  margin-left: -20px;
}
.newsNav {
  position: fixed;
  right: 20px;
  top: 120px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 5px;
}
.newsNav a {
  pointer-events: all;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  padding: 3px;
  display: flex;
  flex-direction: column;
}
.newsNav a span {
  margin-top: -4px;
  font-size: 0.8rem;
  color: #9b9b9b;
  font-weight: 500;
}
.newsNav a:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.newsNav a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrapper {
  position: relative;
  margin-top: 100px;
}
.line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a8a8a8;
  top: -30px;
  left: 0;
}
.newsContent {
  color: #9c9c9c;
  font-size: 0.9rem;
}
.newsTitle {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
}
.author .wrap {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.author .wrap img {
  width: 17px;
}
.news {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news p {
  text-indent: 50px;
  font-size: 0.93rem;
  color: #202020;
  text-align: justify;
}
.news .image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* footer */
footer {
  width: 100%;
  background: #f5fff6;
  position: relative;
}
footer .footer-wrapper {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
}
footer .footer-wrapper .right-side {
  align-items: right;
}
footer .footer-wrapper .right-side .registrar {
  margin-right: 70px;
}
footer .footer-wrapper .footer-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 125%;
}
footer .footer-wrapper .left-side p {
  font-size: 12px;
}
footer .footer-wrapper .footer-title span {
  font-size: 40px;
  color: #40916c;
  letter-spacing: -1px;
}
footer .left-side img {
  width: 60px;
}
footer .foot-info {
  width: 100%;
  height: 25px;
  background: #40916c;
  padding: 0px 25px;
  font-size: 8px;
  color: #ffff;
  align-items: center;
  display: flex;
  font-weight: 300;
}

.contact-wrapper {
  text-align: right;
}
.contact-wrapper .footer-contact {
  font-size: 17px;
  color: #2d6a4f;
  font-weight: 700;
}
.contact-wrapper .contact-info {
  font-size: 10px;
  font-weight: 500;
}
footer .footer-wrapper .right-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: -50px;
}
footer .footer-wrapper .middle-side {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-wrapper .middle-side a {
  color: #40916c;
  transition: all 0.2s ease-in-out;
}
footer .footer-wrapper .middle-side a:hover {
  font-size: 25px;
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .main-container .container {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .newsTitle {
    font-size: 1.5rem;
  }
  .newsNav {
    display: none;
  }
  .contact {
    display: none;
  }
  footer {
    width: 100vw;
    height: auto;
  }
  footer .foot-info {
    margin-top: 40px;
  }
  footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer-wrapper .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  footer .footer-wrapper .right-side {
    margin-top: 20px;
  }
  footer .footer-wrapper .left-side .footer-title {
    line-height: 30px;
  }
  footer .footer-wrapper .footer-title span {
    font-size: 38px;
  }
  footer .footer-wrapper .right-side .contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer-wrapper .middle-side {
    opacity: 0;
    pointer-events: none;
  }
  footer .footer-wrapper .left-side p {
    white-space: normal;
    text-align: center;
    margin-top: 5px;
  }
  footer .footer-wrapper .right-side .registrar {
    margin-right: 0;
  }
}
