a:hover {
  text-decoration: none;
}

.I-hero {
  width: 100%;
  display: flex;
  justify-content: center !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 993px) {
  .I-hero {
    height: 100vh;
  }
}
@media (min-width: 994px) {
  .I-hero {
    height: 100vh;
  }
}
@media (max-width: 993px) {
  .I-hero .container {
    max-width: 100%;
    padding: 0 5%;
  }
}
.I-hero:after {
  background: linear-gradient(to top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#119853", endColorstr="#00ffffff", GradientType=0);
  width: 100%;
  height: 25%;
  position: absolute;
  border-radius: 4px;
  content: "";
  bottom: 0;
  right: 0;
    opacity: 0.2;
}
@media (max-width: 993px) {
  .I-hero:after {
    height: 100%;
    z-index: 0;
  }
}
.I-hero #bac-hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.I-hero #bac-hero .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.I-hero .bat1 {
  position: absolute;
  left: 0px;
  bottom: 340px;
  width: 50%;
  opacity: 0.5;
}
.I-hero .sky {
  background-image: url("../../images/hero/sky.png");
  height: 60vh;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 40%;
}
.I-hero .desert {
  background-image: url("../../images/hero/desert.png");
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
}
.I-hero .man {
  background-image: url("../../images/hero/man.png");
  height: 580px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: 5px;
  left: 20%;
}
.I-hero .sub-hero {
  position: relative;
  padding-inline-start: 5%;
  padding-inline-end: 5%;
}
@media (max-width: 993px) {
  .I-hero .sub-hero {
    position: relative;
    z-index: 1;
    margin-block-end: 50px;
      text-align: center;
  }
}
.I-hero .sub-hero #hero-content {
  position: relative;
}
.I-hero .sub-hero #hero-content::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.36) 48%, rgba(0, 0, 0, 0.03) 100%);
  height: 100%;
  right: 0px;
  position: absolute;
  display: none;
}
@media (max-width: 992px) {
  .I-hero .sub-hero #hero-content::before {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .I-hero .sub-hero #hero-content::before {
    width: 70%;
  }
}
.I-hero .sub-hero .title-hero {
  font-size: 1.875rem;
  color: #fff;
  text-shadow: 0px 1px 3px #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .I-hero .sub-hero .title-hero {
    font-size: 20px;
  }
}
.I-hero .sub-hero .sub-title {
  font-size: 2.375rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 3px #000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .I-hero .sub-hero .sub-title {
    font-size: 40px;
  }
}
.I-hero .sub-hero .pragraph-hero {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0px 1px 3px #000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .I-hero .sub-hero .pragraph-hero {
    font-size: 18px;
  }
}
@media (min-width: 993px) {
  .I-hero .sub-hero .pragraph-hero {
    padding-inline-end: 30%;
  }
}

.myslider .item {
  width: 100%;
  position: relative;
}
.myslider .item.c {
  background-color: #325D7F;
}
.myslider .item.b {
  background-color: #F2727F;
}
.myslider .item.a {
  background-color: #F9B294;
}
.myslider .item h2 {
  color: #fff;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.slick-dots button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  text-indent: -9999px;
  outline: 0;
}
.slick-dots button:hover {
  background-color: #000;
}

.slick-slide {
  height: 100vh !important;
}

.I-credits {
  height: 320px;
}
.I-credits .text-credits {
  color: #035859;
  font-size: 35px;
  font-weight: bold;
  padding-top: 51px;
}
.I-credits .credits-img {
  background-color: #fff;
  border: 1px #EBEBEB solid;
  border-radius: 3px;
  height: 153px;
}
.I-credits .image-credits {
  height: 100%;
  width: 100%;
  padding-block: 12px;
}

.I-ActivitiesPictures {
  height: 100vh;
  background-color: #FEF8E7;
  justify-content: center;
}
.I-ActivitiesPictures .text-Activities {
  color: #035859;
  font-size: 35px;
  font-weight: bold;
  padding-top: 71px;
  margin: 0px;
}
.I-ActivitiesPictures .text-pic {
  color: #595F60;
  font-size: 18px;
  margin: 0px;
}
.I-ActivitiesPictures .image-Activities {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.I-news {
  min-height: 100vh;
  justify-content: center;
  padding-inline: 5%;
  padding-block-start: 30px;
}
@media (max-width: 767px) {
  .I-news {
    height: 1200px;
  }
}
.I-news .text-news {
  color: #035859;
  font-size: 2.1875rem;
  font-weight: bold;
  padding-top: 34px;
  margin: 0px;
}
.I-news .txt-news {
  color: #595F60;
  font-size: 20px;
  margin: 0px;
}
.I-news .btn-outline-success.news {
  color: #035859;
  background-color: transparent;
  border-color: #035859;
  height: 48px;
  margin-top: 47px;
  border-radius: 3px;
  font-family: 'IBM Plex Sans Arabic';
}
.I-news .btn-outline-success.news:hover {
  background: #035859;
  color: white;
}
.I-news .card-news {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  /* Portrait and Landscape */
}
@media (max-width: 967px) {
  .I-news .card-news {
    height: 200px;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .I-news .card-news {
    height: 310px;
  }
}
@media (min-width: 994px) {
  .I-news .card-news {
    height: 55vh;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .I-news .card-news {
    height: 330px;
  }
}
.I-news .card-news:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 1s;
}
.I-news .card-news .image-news {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: 1s;
}
.I-news .card-news .card-text {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  padding-inline: 20px;
  color: white;
}
.I-news .card-news .card-text .title {
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 0px 1px 3px #000;
}
.I-news .card-news .card-text .news-breif {
  font-size: 1.125rem;
  padding-block-start: 5px;
  font-weight: normal;
  text-shadow: 0px 1px 3px #000;
}
.I-news .card-news .card-text .news-breif:before {
  content: "";
  background-image: url("../../SVG/calendar.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-inline-end: 10px;
}
.I-news .card-news:hover:after {
  height: 100%;
}
.I-news .card-news:hover .image-news {
  transform: scale(1.5);
}

.I-afforestationSystem {
  min-height: 1000px;
  background-image: url("../../images/indentity/grray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.I-afforestationSystem .text-afforestationSystem {
  color: #035859;
  font-size: 35px;
  font-weight: bold;
  padding-top: 34px;
  margin: 0px;
}
.I-afforestationSystem .txt-afforestationSystem {
  color: #595F60;
  font-size: 20px;
  margin: 0px;
}
.I-afforestationSystem .btn-outline-success.afforestationSystem {
  color: #035859;
  background-color: transparent;
  border-color: #035859;
  height: 48px;
  margin-top: 47px;
  border-radius: 3px;
}
.I-afforestationSystem .btn-outline-success.afforestationSystem:hover {
  background: #035859;
  color: white;
}
.I-afforestationSystem .step > div:nth-child(2) {
  margin-top: 50px;
}
.I-afforestationSystem .step > div:nth-child(3) {
  margin-top: 100px;
}
.I-afforestationSystem .System-img {
  position: relative;
  height: 456px;
}
.I-afforestationSystem .System-img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(17, 152, 83, 0.1);
  border-radius: 4px;
  content: "";
  bottom: 0;
  left: 0;
}
.I-afforestationSystem .System-img .image-afforestationSystem {
  width: 100%;
  border-radius: 4px;
  height: 100%;
}
.I-afforestationSystem .title-System {
  font-size: 25px;
  color: #035859;
  font-weight: bold;
  padding-top: 23px;
}
.I-afforestationSystem .text-System {
  color: #000;
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 993px) {
  #section2 {
    min-height: 500px !important;
  }
}

.I-Tasks {
  background-color: black;
  position: relative;
  overflow: hidden;
}
@media (max-width: 993px) {
  .I-Tasks {
    height: 500px;
  }
}
@media (min-width: 994px) {
  .I-Tasks {
    height: 100vh;
  }
}
.I-Tasks .centerAssignments-Swiper {
  width: 100%;
  position: relative;
}
@media (max-width: 993px) {
  .I-Tasks .centerAssignments-Swiper {
    height: 500px;
  }
}
@media (min-width: 994px) {
  .I-Tasks .centerAssignments-Swiper {
    height: 100vh;
  }
}
.I-Tasks .centerAssignments-Swiper .slider {
  min-height: 50vh;
}
.I-Tasks .centerAssignments-Swiper .slider .swiper-slide {
  background: #ccc;
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 46% 0 10%;
}
@media (max-width: 767px) {
  .I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner {
    padding: 0;
    padding-inline-start: 65px;
    padding-inline-end: 10px;
  }
}
@media (max-width: 993px) {
  .I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner {
    height: 500px;
  }
}
@media (min-width: 994px) {
  .I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner {
    height: 100vh;
  }
}
.I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner h1 {
  position: relative;
  color: white;
  text-align: right;
}
@media (max-width: 767px) {
  .I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner h1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner h1 {
    font-size: 2.0625rem;
  }
}
.I-Tasks .centerAssignments-Swiper .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.I-Tasks .centerAssignments-Swiper .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
}
.I-Tasks .centerAssignments-Swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 7em;
  position: absolute;
  z-index: 3;
  margin-block-start: 10px;
}
@media (max-width: 767px) {
  .I-Tasks .centerAssignments-Swiper .swiper-pagination {
    right: 0%;
    top: 300px;
  }
}
@media (min-width: 768px) {
  .I-Tasks .centerAssignments-Swiper .swiper-pagination {
    right: 37%;
  }
}
.I-Tasks .centerAssignments-Swiper .swiper-pagination span {
  margin-block-end: 10px;
  letter-spacing: 0.07em;
  background: #fff;
  border-radius: 0px;
  transition: 1s;
}
@media (max-width: 767px) {
  .I-Tasks .centerAssignments-Swiper .swiper-pagination span {
    padding: 10px 2px;
  }
}
@media (max-width: 993px) {
  .I-Tasks .centerAssignments-Swiper .swiper-pagination span {
    padding: 20px 2px;
  }
}
@media (min-width: 994px) {
  .I-Tasks .centerAssignments-Swiper .swiper-pagination span {
    padding: 5vh 2px;
  }
}
.I-Tasks .centerAssignments-Swiper .swiper-pagination span.swiper-pagination-bullet-active {
  outline: none;
}
.I-Tasks .swiper-slide p {
  margin: 0 40% 0 103px;
  padding-top: 43vh;
  font-size: 50px;
  line-height: 1.1;
  color: white;
  text-shadow: 0px 1px 3px #363636;
}
.I-Tasks .autoplay-progress {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #f3a119;
}
.I-Tasks .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #f3a119;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.I-Tasks .slick-dots {
  text-align: left;
  bottom: 0;
  z-index: 1;
  width: 5px;
  right: 33%;
  height: 100vh;
}
.I-Tasks .slick-dots li {
  width: 8px;
  height: 15.8%;
  display: block;
  margin: 0 0 5px;
  background: rgba(255, 255, 255, 0.5215686275);
  transition: all 0.5s ease;
}
.I-Tasks .slick-dots li.slick-active {
  background: white;
}
.I-Tasks .slick-dots li button {
  display: none;
}
.I-Tasks .bat1 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 160px;
  opacity: 0.5;
}
.I-Tasks .div-title {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .I-Tasks .div-title {
    width: 100%;
    height: 170px;
  }
}
@media (min-width: 768px) {
  .I-Tasks .div-title {
    width: 40%;
    height: 100%;
  }
}
.I-Tasks .div-title::before {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  content: "";
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .I-Tasks .div-title::before {
    /*background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#119853", endColorstr="#00ffffff", GradientType=0);*/
  }
}
@media (min-width: 768px) {
  .I-Tasks .div-title::before {
    /*background: linear-gradient(to left, #000000 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#119853", endColorstr="#00ffffff", GradientType=0);*/
  }
}
.I-Tasks .div-title .title-section {
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .I-Tasks .div-title .title-section {
    top: 75px;
    right: 28px;
  }
}
@media (min-width: 768px) {
  .I-Tasks .div-title .title-section {
    top: 50%;
    right: 60px;
  }
}
.I-Tasks .div-title .title-section span {
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .I-Tasks .div-title .title-section span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .I-Tasks .div-title .title-section span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.I-About {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  background-image: url("../../images/bg.png");
  background-position: center;
  background-color: #fef8e7;
  justify-content: center;
}
.I-About .about-block {
  padding-block: 110px;
  padding-bottom: 110px;
}
.I-About .about-block .title-about {
  color: #035859;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.I-About .about-block .txt-about {
  color: #595F60;
  font-size: 23px;
  padding-block: 10px;
  padding: 0px 7%;
  text-align: center;
}
.I-About .about-block .btn-outline-success.about {
  color: #035859;
  background-color: transparent;
  border-color: #035859;
  border-radius: 3px;
  padding-inline: 20px;
}

#card-group {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.I-centerStats {
  border-radius: 5px;
  z-index: 1;
  background: rgba(118, 188, 68, 0.2196078431);
  border-radius: 0;
}
@media (max-width: 993px) {
  .I-centerStats {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 993px) {
  .I-centerStats {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 993px) {
  .I-centerStats #card-group {
    flex-wrap: wrap;
  }
}
.I-centerStats .text-centerStats {
  font-size: 1.875rem;
  color: white;
  font-weight: bold;
  margin: 0;
}
.I-centerStats a.ref-share {
  color: #035859;
  cursor: pointer;
}
.I-centerStats img.arrow-dar {
  padding-inline: 10px;
}
.I-centerStats .centerStats-img {
  display: flex;
  justify-content: center;
  border: 0px;
  border-radius: 4px;
  padding-inline-start: 20px;
  background: transparent;
  text-align: center;
  border-left: 1px solid white;
  border-radius: 0;
  padding-block-start: 20px;
  padding-block-end: 15px;
}
.I-centerStats .centerStats-img:last-child {
  border: 0;
}
@media (max-width: 967px) {
  .I-centerStats .centerStats-img {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .I-centerStats .centerStats-img {
    width: 33%;
    text-align: center;
  }
}
@media (min-width: 994px) {
  .I-centerStats .centerStats-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .I-centerStats .centerStats-img {
    width: 100%;
    text-align: center;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
  }
}
.I-centerStats .icons {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.13);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  border: 1px solid white;
  display: inline-block;
}
@media (max-width: 967px) {
  .I-centerStats .icons {
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
  }
}
@media (min-width: 968px) {
  .I-centerStats .icons {
    width: 70px;
    height: 70px;
    background-size: 45px 45px;
  }
}
@media (max-width: 993px) {
  .I-centerStats .icons {
    display: inline-block;
  }
}
.I-centerStats .image-centerStats {
  width: 82px;
  height: 82px;
  padding-block: 20px;
}
.I-centerStats .title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.I-centerStats .title .text-number {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: right;
  margin: 0;
  display: flex;
  align-items: center;
}
.I-centerStats .title .text-number .txt-number {
  color: #f3a119;
}
.I-centerStats .title .text-stats {
  color: white;
  text-align: right;
  margin: 0;
  width: 100%;
}
.I-centerStats .title .text-stats .dd {
  padding-top: 0px;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}
.I-centerStats .title .text-stats .subTitle {
  font-size: 13px;
  position: relative;
  top: -5px;
}

@media (max-width: 767px) {
  #section4 {
    min-height: auto !important;
  }
}
#section4 .fp-overflow {
  height: 100%;
}

.I-MakeitGreen {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .I-MakeitGreen {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .I-MakeitGreen {
    height: 685px;
  }
}
.I-MakeitGreen:after {
  content: "";
  position: absolute;
  top: 0;
  width: 120%;
  z-index: 0;
  height: 100%;
  right: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 993px) {
  .I-MakeitGreen:after {
    width: 100%;
  }
}
.I-MakeitGreen .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.I-MakeitGreen .contents {
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  font-weight: bold;
  top: 50%;
  font-size: 50px;
  right: 80px;
  width: 80%;
}
@media (max-width: 767px) {
  .I-MakeitGreen .contents {
    width: 100%;
    right: 0px;
    padding: 25px;
    text-align: center;
  }
}
.I-MakeitGreen .contents .title {
  font-size: 2.375rem;
  font-weight: bold;
}
.I-MakeitGreen .contents .brief {
  font-size: 1.5rem;
  font-weight: normal;
}
.I-MakeitGreen .contents a {
  font-size: 1.25rem;
  color: white;
  border: 1px solid white;
  padding: 10px 35px;
  border-radius: 3px;
  transition: 1s;
  font-weight: normal;
}
.I-MakeitGreen .contents a:hover {
  background: #42966A;
  border-color: #42966A;
  text-decoration: none;
}
.I-MakeitGreen .hashTag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  color: white;
  font-size: 2.375rem;
  font-weight: bold;
}
.I-MakeitGreen .makeitGreenIcon {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: bold;
  top: 50%;
  left: 80px;
  width: 40%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: makeitGreenAnimation 1s ease-out infinite;
}

@keyframes makeitGreenAnimation {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.4;
  }
}




@media (max-width: 767px) {
  #section40 {
    min-height: auto !important;
  }
}
#section40 .fp-overflow {
  height: 100%;
}

.I-Geopark {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .I-Geopark {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .I-Geopark {
    height: 685px;
  }
}
.I-Geopark:after {
  content: "";
  position: absolute;
  top: 0;
  width: 120%;
  z-index: 0;
  height: 100%;
  right: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 993px) {
  .I-Geopark:after {
    width: 100%;
  }
}
.I-Geopark .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.I-Geopark .contents {
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  font-weight: bold;
  top: 50%;
  font-size: 50px;
  right: 80px;
  width: 80%;
}
@media (max-width: 767px) {
  .I-Geopark .contents {
    width: 100%;
    right: 0px;
    padding: 25px;
    text-align: center;
  }
}
.I-Geopark .contents .title {
  font-size: 2.375rem;
  font-weight: bold;
}
.I-Geopark .contents .brief {
  font-size: 1.5rem;
  font-weight: normal;
}
.I-Geopark .contents a {
  font-size: 1.25rem;
  color: white;
  border: 1px solid white;
  padding: 10px 35px;
  border-radius: 3px;
  transition: 1s;
  font-weight: normal;
}
.I-Geopark .contents a:hover {
  background: #42966A;
  border-color: #42966A;
  text-decoration: none;
}
.I-Geopark .hashTag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  color: white;
  font-size: 2.375rem;
  font-weight: bold;
}
.I-Geopark .GeoparkIcon {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: bold;
  top: 50%;
  left: 80px;
  width: 40%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: GeoparkAnimation 1s ease-out infinite;
}

@keyframes GeoparkAnimation {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.4;
  }
}



.About {
  padding-block: 50px;
}
.About .About-title {
  color: #035859;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-block: 60px;
  margin: 0;
}
.About .About-txt {
  font-size: 20px;
  color: #595F60;
  line-height: 1.5;
}

.About-block {
  padding-bottom: 94px;
}
.About-block .card-About {
  position: relative;
  height: 450px;
  display: block;
}
.About-block .card-About::before {
  background: linear-gradient(to top, #119853 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#119853", endColorstr="#00ffffff", GradientType=0);
  width: 100%;
  height: 60%;
  position: absolute;
  border-radius: 4px;
  content: "";
  bottom: 0;
  left: 0;
}
.About-block .card-About .image-news {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.About-block .card-About .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  z-index: 9999999;
  text-align: right;
  font-size: 40px;
  padding-bottom: 100px;
  padding-inline: 24px;
}
.About-block .card-About .card-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  text-align: right;
  font-size: 20px;
  padding-bottom: 44px;
  padding-inline: 24px;
}

.second-block {
  padding-block: 50px;
}
.second-block .title-block {
  background-color: #035859;
  border-radius: 4px;
  box-shadow: 0px 0px 5px;
}
.second-block .title-block .txt-block {
  color: #fff;
  font-size: 21px;
  margin: 0px;
  padding-inline-start: 23px;
  padding-top: 30px;
  cursor: pointer;
}
.second-block .title-block img.img-arrow {
  position: relative;
  right: 90%;
  bottom: 26px;
  transform: rotate(90deg);
}

.third-block {
  background-color: #F2FAF4;
  height: 728px;
  padding-block: 100px;
}
.third-block .txt-third {
  color: #035859;
  padding-bottom: 33px;
  font-size: 35px;
  font-weight: bold;
}
.third-block .prg-thrid {
  font-size: 18px;
  color: #595F60;
  line-height: 2;
}
.third-block img.img-user {
  width: 100%;
  height: 100%;
}
.third-block .title-user {
  font-size: 20px;
  margin: 0;
  color: #333D48;
  font-weight: bold;
  padding-top: 14px;
}
.third-block .txt-user {
  font-size: 16px;
  margin: 0;
  color: #595F60;
}

.main-header {
  z-index: 2;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .main-header {
    position: absolute !important;
  }
}
@media (min-width: 768px) {
  .main-header {
    position: fixed !important;
  }
}
.main-header::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  background: rgba(0, 84, 40, 0.6);
}
@media (max-width: 767px) {
  .main-header::before {
    height: 125%;
  }
}
@media (min-width: 768px) {
  .main-header::before {
    height: 125%;
  }
}
.main-header .vision-logo-tablet {
  position: relative;
}
.main-header .navbar-brand {
  position: relative;
}
@media (max-width: 1200px) {
  .main-header .navbar-brand {
    margin-inline-end: 10px;
  }
}
.main-header .navbar-brand .NCVCLogo {
  width: 80%;
}
@media (max-width: 1200px) {
  .main-header .navbar-brand .NCVCLogo {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .main-header .navbar-brand .NCVCLogo {
    width: 80%;
  }
}
.main-header .navbar-brand .NCVCLogo.logo-home {
  display: block !important;
}
.main-header .navbar-brand .NCVCLogo.logo-iner {
  display: none;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .main-header .navbar {
    height: 700px !important;
  }
}
@media (min-width: 1201px) {
  .main-header .navbar ul.static > li.static > a.menu-item {
    color: #fff !important;
  }
}
.main-header .navbar ul.static > li.static > a.menu-item::before {
  background-image: url("../../images/downArrow-w.png") !important;
}
@media (min-width: 1201px) {
  .main-header .top-nav-icons.home-1 .icons-container {
    border: 1px solid #ffffff;
    transition: all 0.3s ease 0.1s;
  }
}
.main-header .top-nav-icons.home-1 .icons-container img {
  width: 15px;
  display: none;
}
@media (max-width: 1200px) {
  .main-header .top-nav-icons.home-1 .icons-container img {
    display: block;
  }
}
@media (max-width: 1200px) {
  .main-header .top-nav-icons.home-1 .icons-container img.home {
    display: none;
  }
}
@media (min-width: 1201px) {
  .main-header .top-nav-icons.home-1 .icons-container img.home {
    display: block !important;
  }
}
@media (min-width: 1201px) {
  .main-header .top-nav-icons.home-1 .icons-container#change-lang .text {
    color: white;
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .main-header .top-nav-icons.home-1 .icons-container:hover {
    border-color: #42966A;
    background: #42966A;
  }
}
.custombreadcrumb {
  display: none;
}

.bacM {
  position: absolute;
  width: 100%;
  height: 108px;
  background: #2c4a08;
  top: 0;
}

.heder-down .header {
  transform: translateY(-200%);
}

.heder-up .header {
  transform: translateY(0%);
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.color-1 {
  background-color: #f44336;
}

.color-2 {
  background-color: #E91E63;
}

.color-3 {
  background-color: #9C27B0;
}

.color-4 {
  background-color: #673AB7;
}

.color-5 {
  background-color: #3F51B5;
}

.color-6 {
  background-color: #2196F3;
}

.fp-watermark {
  display: none;
}

.animated-icon2 span {
  background: #fff !important;
}

.cssLogin #ms-designer-ribbon {
  position: fixed;
  width: 100%;
  z-index: 3;
}
.cssLogin .header {
  top: 85px;
}
.cssLogin body.active-BW .main-header {
  top: auto;
}
.cssLogin a.black-white {
  display: none !important;
}
.cssLogin .sub-hero,
.cssLogin .I-centerStats,
.cssLogin .formsAria,
.cssLogin .I-news,
.cssLogin .I-eventAndTwit .w-100 {
  transform: scale(0.9);
}
.cssLogin .I-MakeitGreen .contents {
  transform: scale(0.9) translateY(-50%);
}

.is-homePage #s4-workspace {
  height: inherit !important;
}

#fp-nav ul li a span {
  background: #f3a119 !important;
}

#sideNavBox {
  display: none;
}

#footerHome {
  display: none;
}

.I-eventAndTwit {
  min-height: 100vh;
  justify-content: center;
  background: #f5f5f5;
  padding-inline: 5%;
  padding-block-start: 70px;
}
.I-eventAndTwit .text-event {
  color: #035859;
  font-size: 2.1875rem;
  font-weight: bold;
  margin: 0px;
  margin-block-end: 20px;
}
.I-eventAndTwit .container {
  padding-inline: 5%;
}

.card-eventDated {
  position: relative;
  display: block;
  height: 225px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 31px;
}
@media (max-height: 700px) and (min-height: 500px) {
  .card-eventDated {
    height: 150px;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated {
    height: auto;
  }
}
.card-eventDated .crad-img {
  background-size: cover;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: top;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .crad-img {
    width: 100%;
    height: 170px;
  }
}
@media (min-width: 768px) {
  .card-eventDated .crad-img {
    width: 35%;
    height: 100%;
  }
}
.card-eventDated .title {
  font-weight: 500;
  z-index: 2;
  color: #035859;
  padding: 20px 15px;
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  background: white;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .title {
    font-size: 16px;
    height: 138px;
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-eventDated .title {
    font-size: 17px;
    height: 268px;
    width: 43%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-eventDated .title {
    font-size: 18px;
    height: 268px;
    width: 43%;
  }
}
@media (min-width: 1400px) {
  .card-eventDated .title {
    font-size: 20px;
    height: 268px;
    width: 43%;
  }
}
.card-eventDated .title span {
  display: block;
}
.card-eventDated .event-loc {
  font-size: 12px;
  padding-block-start: 5px;
  padding-inline-start: 20px;
  font-weight: normal;
  color: #616262;
  position: relative;
  line-height: 2;
}
.card-eventDated .event-loc::before {
  content: "";
  background-image: url("../../images/location.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 7px;
  background-size: cover;
}
.card-eventDated .place {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .place {
    font-size: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-eventDated .place {
    font-size: 16px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-eventDated .place {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .card-eventDated .place {
    font-size: 18px;
  }
}
.card-eventDated .place svg {
  width: 17px;
  height: 21px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.card-eventDated .card--date {
  z-index: 2;
  background: #035859;
  display: inline-block;
  padding: 30px 0;
  border-radius: 0;
  color: white;
  text-align: center;
  transition: all 0.3s ease 0.1s;
}
@media (max-height: 700px) and (min-height: 500px) {
  .card-eventDated .card--date {
    padding: 20px 0 !important;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .card--date {
    width: 100px;
    height: 170px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .card-eventDated .card--date {
    width: 22%;
    height: 268px;
  }
}
.card-eventDated .card--date span {
  display: block;
}
.card-eventDated .card--date .day {
  font-weight: 600;
  width: 100%;
  line-height: 1;
  padding: 10px 0;
}
@media (max-height: 700px) and (min-height: 500px) {
  .card-eventDated .card--date .day {
    font-size: 25px !important;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .card--date .day {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-eventDated .card--date .day {
    font-size: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-eventDated .card--date .day {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .card-eventDated .card--date .day {
    font-size: 65px;
  }
}
.card-eventDated .card--date .month {
  font-size: 30px;
  width: 100%;
  top: 41px;
}
@media (max-height: 700px) and (min-height: 500px) {
  .card-eventDated .card--date .month {
    font-size: 25px !important;
    padding: 0px !important;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .card--date .month {
    font-size: 17px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-eventDated .card--date .month {
    font-size: 19px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-eventDated .card--date .month {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .card-eventDated .card--date .month {
    font-size: 30px;
  }
}
.card-eventDated .card--date .year {
  font-size: 30px;
  width: 100%;
  top: 65px;
}
@media (max-height: 700px) and (min-height: 500px) {
  .card-eventDated .card--date .year {
    font-size: 23px !important;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-eventDated .card--date .year {
    font-size: 17px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-eventDated .card--date .year {
    font-size: 19px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-eventDated .card--date .year {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .card-eventDated .card--date .year {
    font-size: 30px;
  }
}
.card-eventDated:hover .title {
  color: #42966A;
}
.card-eventDated:hover .card--date {
  background: #119961;
}

.event .card-newsDated:nth-child(2) {
  margin-bottom: 0px;
}

.card-events {
  position: relative;
  display: block;
  overflow: hidden;
  margin-block-end: 25px;
}
.card-events .img {
  position: relative;
  height: 25vh;
  width: 40%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.card-events .img .image-event {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: 1s;
}
.card-events .card-text {
  padding-inline: 20px;
  color: white;
}
.card-events .card-text .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #616262;
  padding-block-end: 20px;
  transition: 1s;
}
.card-events .card-text .event-loc {
  font-size: 1.125rem;
  padding-block-start: 5px;
  padding-inline-start: 30px;
  font-weight: normal;
  color: #616262;
  position: relative;
}
.card-events .card-text .event-loc::before {
  content: "";
  background-image: url("../../images/location.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 7px;
}
.card-events .card-text .event-breif {
  font-size: 1.125rem;
  padding-block-start: 5px;
  padding-inline-start: 30px;
  font-weight: normal;
  color: #616262;
  position: relative;
}
.card-events .card-text .event-breif::before {
  content: "";
  background-image: url("../../images/calendarHome.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 9px;
}
.card-events:hover:after {
  height: 100%;
}
.card-events:hover .image-event {
  transform: scale(1.5);
}
.card-events:hover .card-text .title {
  color: #42966A;
}

#twitter-widget-0 {
  height: 55vh !important;
}

.is-overflowHidden {
  overflow: hidden !important;
}

.listMap {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 400px;
  overflow-y: auto;
  padding-left: 15px;
  width: 100%;
}

.listMap li {
  list-style: none;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 20px 15px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 319px) and (max-width: 767px) {
  .listMap li {
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 1120px) {
  .listMap li {
    display: flex;
    flex-wrap: wrap;
  }
}
.listMap li .title {
  font-size: 1.0625rem;
  width: 100%;
  color: #616262;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.listMap li .title a {
  font-size: 18px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .listMap li .title {
    font-size: 14px;
  }
}
.listMap li .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 60px;
  background-color: #cdcccc;
  display: none;
}

.listMap li .descriptionList {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 8px 5px;
  margin: 0;
  position: relative;
}

@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .descriptionList {
    display: flex !important;
    order: 2;
  }
  .listMap li .descriptionList .btnbtn {
    cursor: pointer;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .descriptionList:nth-child(3) {
    order: 1;
  }
}
.listMap li .descriptionList::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 3px;
  width: 1px;
  height: 60px;
  background-color: #cdcccc;
}

@media (min-width: 319px) and (max-width: 991px) {
  .listMap li .descriptionList::after {
    display: none;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .descriptionList a {
    display: block !important;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .descriptionList {
    position: static;
    bottom: 15px;
    left: 0;
    width: auto;
  }
}
.listMap li .descriptionList::after {
  display: none;
  margin: 0;
  padding: 0;
}

.listMap li .descriptionList .icon {
  background-color: transparent;
  width: 50px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
}

@media (min-width: 767px) and (max-width: 991px) {
  .listMap li .descriptionList .icon {
    width: 34px;
    height: 24px;
  }
}
.listMap li .descriptionList .icon svg {
  width: 100%;
  height: 100%;
}

.listMap li .descriptionList .name {
  font-size: 13px;
  display: block;
  font-weight: normal;
  color: #42966a;
}

.listMap li .descriptionList .name .bed {
  color: black;
  font-weight: bold;
}

.listMap li .descriptionList a {
  display: block;
}

@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .descriptionList a {
    display: flex;
    align-items: center;
  }
}
.listMap li .descriptionList a svg path,
.listMap li .descriptionList a .name {
  transition: all 0.3s ease 0.1s;
}

.listMap li .descriptionList a:hover svg path {
  fill: #9c7b42;
}

.listMap li .descriptionList a:hover .name {
  color: #9c7b42;
}

.listMap li .descriptionList-container {
  display: flex;
  justify-content: end;
}

@media (min-width: 1200px) {
  .listMap li .descriptionList-container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .descriptionList-container {
    justify-content: space-between;
  }
}
/* width */
.listMap::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.listMap::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

/* Handle */
.listMap::-webkit-scrollbar-thumb {
  background: #f3a119;
  border-radius: 10px;
}

/* Handle on hover */
.listMap::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.listMap li .descriptionList.facilities {
  display: flex;
  background: #f1f1f1;
  border-radius: 5px;
}
.listMap li .descriptionList.facilities div {
  border-left: 1px solid #b3b3b3;
  padding-inline-end: 5px;
  padding-inline-start: 5px;
}
.listMap li .descriptionList.facilities div:last-child {
  border: none;
}
.listMap li .descriptionList .btnbtn {
  cursor: pointer;
}
.listMap li .UrgCenter {
  background-color: #fef8e7 !important;
  color: black;
  border-radius: 19px;
  padding: 0px 20px;
  padding-inline-start: 32px;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  width: auto;
  margin-bottom: 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  margin-block-end: 5px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .listMap li .UrgCenter {
    line-height: 22px;
  }
}
.listMap li .UrgCenter:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f3a119;
  right: 15px;
  top: 30%;
}

div#parks.is-open {
  height: auto;
}
div#parks .btnbtn {
  font-size: 15px;
  color: #035859;
  text-align: center;
  border: 1px solid #035859;
  border-radius: 5px;
  padding: 7px;
  font-weight: 500;
  transition: all 0.3s ease 0.1s;
  cursor: pointer;
}
div#parks .btnbtn:hover {
  background: #035859;
  color: white;
}

.card-park {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease 0.1s;
  background: white;
}
.card-park .card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 18vh;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #035859;
  border-radius: 10px;
  margin-block-end: 20px;
}
.card-park img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.card-park .no-img {
  background-size: 80%;
}
.card-park .card-title {
  font-size: 1.25rem;
  color: #035859;
  font-weight: 700;
  margin-block-end: 15px;
  position: relative;
  padding-inline-end: 55px;
  padding-block-start: 10px;
}
.card-park .card-title .tooltyp {
  position: absolute;
  background: #333d48;
  display: block;
  width: 120px;
  top: -38px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  text-align: center;
  color: white;
  font-weight: 400;
  border-radius: 5px;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
.card-park .card-title .tooltyp:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333d48;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: rotate(270deg) translateX(-50%);
}
.card-park .card-title .loc {
  position: absolute;
  left: 0;
}
.card-park .card-title .loc svg {
  position: relative;
  top: -5px;
  width: 33px;
  height: 33px;
}
.card-park .card-title .loc svg path {
  fill: #7a0707;
}
.card-park .card-title .loc:hover .tooltyp {
  visibility: visible;
  opacity: 1;
}
.card-park .clock {
  background: #DDDDDD;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
  margin-block-start: 20px;
}
.card-park .clock .title {
  font-size: 18px;
  color: #8c8f90;
  font-weight: 400;
}
.card-park .clock svg {
  width: 25px;
  height: 25px;
}
.card-park .clock .time {
  font-size: 15px;
  color: #035859;
  font-weight: 500;
  line-height: 1;
}
.card-park .facilities .title {
  font-size: 22px;
  color: #8c8f90;
  font-weight: 400;
}
.card-park .title--facilities {
  font-size: 1rem;
  color: #8c8f90;
  font-weight: 400;
  margin-bottom: 5px;
}
.card-park .facilities {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  min-height: 50px;
}
.card-park .facilities .icons {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #cacccc;
  padding: 5px;
  border-radius: 5px;
  margin-block-end: 10px;
}
.card-park .facilities .icons .tooltyp {
  position: absolute;
  background: #333d48;
  display: block;
  width: 120px;
  bottom: 104%;
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  text-align: center;
  color: white;
  font-weight: 400;
  border-radius: 5px;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
.card-park .facilities .icons .tooltyp:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333d48;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: rotate(270deg) translateX(-50%);
}
.card-park .facilities .icons img {
  width: 100%;
  height: 100%;
  border: 0px solid #cacccc;
  border-radius: 0px;
  position: relative;
}
.card-park .facilities .icons:hover .tooltyp {
  visibility: visible;
  opacity: 1;
}
.card-park:hover {
  border-color: #035859;
}

.overflowHidden {
  position: fixed;
  background-color: rgba(73, 73, 73, 0.6196078431);
  z-index: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0.1s;
}

.is-overflowHidden .overflowHidden {
  opacity: 1;
  visibility: visible;
}

.card-over {
  position: fixed;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 90%;
  max-height: 90%;
  background: white;
  padding: 80px 20px;
  padding-top: 15px;
  z-index: 12;
  left: -100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow-y: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease 0.1s;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.card-over.open {
  left: 50%;
}
.card-over::-webkit-scrollbar {
  width: 10px;
}
.card-over::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.card-over::-webkit-scrollbar-thumb {
  background: #035859;
  border-radius: 10px;
}
.card-over::-webkit-scrollbar-thumb:hover {
  background: #117356;
}
.card-over .closee {
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 25px;
  line-height: 1.8;
  transition: all 0.3s ease 0.1s;
}
.card-over .closee:hover svg path {
  fill: #035859;
}
@media (min-width: 994px) {
  .card-over .d-fl {
    display: flex;
  }
}

#modalContent .card-park {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  max-width: 26%;
  width: 100%;
}
@media (max-width: 993px) {
  #modalContent .card-park {
    max-width: 100%;
    margin-block-end: 30px;
  }
}
#modalContent .card-park:hover {
  border-color: transparent;
  transform: none;
}
#modalContent .card-title {
  font-size: 30px;
  color: #035859;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
#modalContent .card-title .tooltyp {
  position: absolute;
  background: #333d48;
  display: block;
  width: 156px;
  top: -38px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  text-align: center;
  color: white;
  font-weight: 400;
  border-radius: 5px;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
#modalContent .card-title .tooltyp:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333d48;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: rotate(270deg) translateX(-50%);
}
#modalContent .card-title .loc {
  position: relative;
}
#modalContent .card-title .loc svg {
  position: relative;
  top: 10px;
  margin-right: 20px;
}
#modalContent .card-title .loc svg path {
  fill: #7a0707;
}
#modalContent .card-title .loc:hover .tooltyp {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 994px) {
  #modalContent .contentAll {
    width: 68%;
    margin-right: 40px;
  }
}
#modalContent .contentAll .title {
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-bottom: 20px;
}
#modalContent .contentAll ul.list-1 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #modalContent .contentAll ul.list-1 {
    width: 100%;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  #modalContent .contentAll ul.list-1 {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    flex-wrap: wrap;
  }
}
@media (min-width: 994px) {
  #modalContent .contentAll ul.list-1 {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    flex-wrap: wrap;
  }
}
#modalContent .contentAll ul.list-1.columnGap-35 {
  -moz-column-gap: 35%;
       column-gap: 35%;
}
#modalContent .contentAll ul.list-1 li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
}
#modalContent .contentAll .about {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 300;
}
#modalContent .contentAll .facilities {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#modalContent .contentAll .facilities img {
  width: 70px;
  height: 70px;
  border: 1px solid #cacccc;
  border-radius: 5px;
  padding: 11px;
}

.div-more-data {
  text-align: center;
  padding: 20px 0;
}
.div-more-data.is-remove {
  display: none;
}

.more-data {
  font-size: 17px;
  color: white;
  background: #035859;
  text-align: center;
  border: 1px solid #035859;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all 0.3s ease 0.1s;
  cursor: pointer;
  display: inline-block;
}
.more-data:hover {
  background: transparent;
  color: #035859;
}

@media (max-width: 992px) and (min-width: 768px) {
  #section1 {
    min-height: 800px !important;
    overflow: hidden;
  }
}

.InteractiveMap {
  padding-block-start: 105px;
  padding-inline: 5%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .InteractiveMap {
    padding-block-start: 10px;
  }
}
@media (min-width: 993px) {
  .InteractiveMap {
    height: 100vh;
  }
}
.InteractiveMap > div {
  flex-grow: 1;
}
.InteractiveMap .title-section {
  color: #035859;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0px;
  margin-block-end: 20px;
}
@media (min-width: 993px) {
  .InteractiveMap .select-div {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
  }
}
.InteractiveMap .formsAria .forms label {
  font-size: 1rem;
  font-weight: bold;
  color: #595F60;
  margin-block-end: 10px;
  display: block;
}
.InteractiveMap .formsAria .forms select {
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
  color: #595F60;
        font-weight: 300;
  font-family: "IBM Plex Sans Arabic";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .InteractiveMap .formsAria .forms select {
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .InteractiveMap .formsAria .forms select {
    width: 48%;
  }
}
@media (min-width: 993px) {
  .InteractiveMap .formsAria .forms select {
    width: 18.5%;
  }
}
.InteractiveMap .formsAria .forms select option {
  font-size: 16px;
}
.InteractiveMap .formsAria .forms .cont {
  font-size: 1rem;
  color: ##045859;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 20px;
  position: relative;
}
.InteractiveMap .formsAria .forms .cont #parksCount {
  background: white;
  border-radius: 10px;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .InteractiveMap .map {
    padding: 0 0;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .InteractiveMap .map {
    padding: 0 10%;
  }
}
.InteractiveMap .map svg {
  width: 90%;
  height: 100%;
}
.InteractiveMap .map .numm {
  direction: rtl;
}
.InteractiveMap .vectorMap-country:hover {
  fill: #a7a7a7;
  transition: all 0.3s ease 0.1s;
}
.InteractiveMap .mapFilter--icon path {
  fill: #6f6f6f;
}
.InteractiveMap .vectorMap-country {
  cursor: pointer;
}
.InteractiveMap .vectorMap--marker circle {
  stroke: #035859;
}
.InteractiveMap .is-active {
  fill: #035859;
  transition: all 0.3s ease 0.1s;
}
.InteractiveMap .is-active .mapFilter--icon path {
  fill: #f4b953;
  transition: all 0.3s ease 0.1s;
}
.InteractiveMap .is-active circle {
  stroke: #035859;
  transition: all 0.3s ease 0.1s;
}

@media (min-width: 994px) {
  .formsAndMap {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.formsAndMap .forms .contents {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.formsAndMap .forms .contents h1 {
  color: #035859;
  font-weight: 700;
}
@media (max-width: 767px) {
  .formsAndMap .forms .contents h1 {
    font-size: 20px;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .formsAndMap .forms .contents h1 {
    font-size: 30px;
  }
}
@media (max-width: 1219px) and (min-width: 994px) {
  .formsAndMap .forms .contents h1 {
    font-size: 40px;
  }
}
@media (min-width: 1220px) {
  .formsAndMap .forms .contents h1 {
    font-size: 50px;
  }
}
.formsAndMap .forms .contents h2 {
  font-size: 20px;
  color: #595F60;
  font-weight: 600;
}
@media (max-width: 767px) {
  .formsAndMap .forms .contents h2 {
    font-size: 17px;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .formsAndMap .forms .contents h2 {
    font-size: 18px;
  }
}
.formsAndMap .forms select {
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  font-size: 26px;
  padding: 15px;
  color: #595F60;
  width: 100%;
  font-family: "IBM Plex Sans Arabic";
  margin-bottom: 10px;
}
.formsAndMap .forms select option {
  font-size: 16px;
}
.formsAndMap .forms .cont {
  font-size: 24px;
  color: #595F60;
  font-weight: 300;
}
@media (max-width: 767px) {
  .formsAndMap .map {
    padding: 0 10%;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .formsAndMap .map {
    padding: 0 10%;
  }
}
.formsAndMap .map svg {
  width: 100%;
  height: 100%;
}
.formsAndMap .vectorMap-country:hover {
  fill: #a7a7a7;
  transition: all 0.3s ease 0.1s;
}
.formsAndMap .mapFilter--icon path {
  fill: #6f6f6f;
}
.formsAndMap .vectorMap-country {
  cursor: pointer;
}
.formsAndMap .vectorMap--marker circle {
  stroke: #035859;
}
.formsAndMap .is-active {
  fill: #035859;
  transition: all 0.3s ease 0.1s;
}
.formsAndMap .is-active .mapFilter--icon path {
  fill: #f4b953;
  transition: all 0.3s ease 0.1s;
}
.formsAndMap .is-active circle {
  stroke: #035859;
  transition: all 0.3s ease 0.1s;
}

#noData {
  display: none;
}
#noData.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  text-align: center;
  border-radius: 5px;
}
#noData.active span {
  display: block;
  font-size: 20px;
  color: #f3a119;
  font-weight: bold;
  margin-block-start: 10px;
}

a.Contact {
  display: block;
  border-radius: 10px;
  padding: 5px;
  color: #f3a119;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f3a119;
  transition: all 0.3s ease 0.1s;
}
a.Contact svg {
  width: 50px;
  height: 50px;
  margin-inline-end: 15px;
}
a.Contact svg path {
  fill: #f3a119;
  transition: all 0.3s ease 0.1s;
}
a.Contact:hover {
  background: #f3a119;
  color: black;
}
a.Contact:hover svg path {
  fill: black;
}

header {
  background: #035859;
  padding: 10px 0;
  border-top: 5px solid #035859;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .f-box {
  display: flex;
  align-items: center;
}
header .logo {
  margin-left: auto;
  width: 330px;
  position: relative;
  height: 73px;
  overflow: hidden;
}
header .logo img {
  width: 100%;
  height: 145px;
  position: absolute;
  top: -43px;
  right: 0;
}
header nav {
  display: none;
}
header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
header .beta {
  background: #f4b953;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  color: black;
}

.hero {
  position: relative;
  background: #d7d7d7;
  height: 80vh;
  display: flex;
  align-items: center;
  background-image: url("/Images/hero-img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  background-attachment: fixed;
}
.hero::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4509803922);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero .contents {
  position: relative;
  z-index: 2;
}
.hero .contents h1 {
  font-size: 65px;
  color: white;
  font-weight: 700;
}
.hero .contents h2 {
  font-size: 30px;
  color: white;
  font-weight: 600;
}
.hero .btnScroll {
  z-index: 7;
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2901960784);
  padding: 20px 10px;
  border-radius: 50px;
  transition: all 0.3s ease 0.1s;
}/*# sourceMappingURL=homePage.css.map */



div#section1 {
    background-color: whitesmoke !important;
}