@charset "UTF-8";

@font-face {
  font-family: "Vazirmatn-thin";
  src: url("../fonts/Vazirmatn-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn-light";
  src: url("../fonts/Vazirmatn-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn-regular";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn-bold";
  src: url("../fonts//Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn-extra-bold";
  src: url("../fonts/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  direction: rtl;
  font-family: "Vazirmatn-regular";
  font-weight: normal;
  height: 100%;
  font-size: 16px;
  min-height: 100vh;
  text-align: right;
  overflow: auto;
  background-color: #ebe9e9;
}

h4,
h5,
h6,
.ms-h4,
.ms-h5,
.ms-h6,
h2,
h3,
.ms-h2,
.ms-h3,
.ms-headerFont {
  margin: 0;
  font-family: "Vazirmatn-regular";
}

.form-control {
  height: 40px;
  border: 0;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #49a88a;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #49a88a;
}

::selection {
  background-color: #053956;
  color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
}

section {
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.py-5 {
  padding: 5rem 0;
}

.section_title {
  font-size: 2.5rem;
  color: #f7c650;
  font-family: "Vazirmatn-bold";
  display: inline;
  position: relative;
}

.section_title::after {
  content: "";
  position: absolute;
  left: -50px;
  top: -20px;
  background: url(../images/icons/blue-shape.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
}

.section_title--yellow {
  font-size: 2.5rem;
  color: #f7c650;
  font-family: "Vazirmatn-bold";
  display: inline;
  position: relative;
}

.section_title--yellow::after {
  content: "";
  position: absolute;
  left: -96px;
  top: -24px;
  background: url(../images/icons/brown-shape.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.bg-image-none {
  background-image: none !important;
}

.fs-small {
  font-size: 14px;
}

.section_title--green {
  font-size: 2.5rem;
  color: #f7c650;
  display: inline;
  position: relative;
}

.section_title--green::after {
  content: "";
  position: absolute;
  left: -68px;
  top: -25px;
  background: url(../images/icons/green-shape.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.fs-7 {
  font-size: 13px;
}

.color--green {
  color: #49a88a;
}

.color--gray {
  color: #a29f9f !important;
}

.max-75 {
  max-width: 75%;
}

.color--green-absolute {
  z-index: 1;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.font-bold {
  font-family: "Vazirmatn-bold";
}

.color--green-light {
  color: #49a88a;
}

.color--yellow {
  color: #e8a24f;
}

.color--navy {
  color: #053956;
}

.bg-blue {
  background-color: #223a5d;
}

.base-banner {
  position: relative;
  padding: 0;
}

.base-banner img {
  width: 100%;
  height: 100%;
}

.base-banner .base-banner_head {
  position: absolute;
  bottom: 10rem;
  z-index: 2;
  inset-inline-start: 11%;
}

.base-banner .base-banner_head h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Vazirmatn-bold";
}

.dropdown {
  position: static;
}

ul.dropdown-menu.show {
  border: none;
  left: 0;
  display: flex;
  width: 100%;
  top: 7rem;
  padding: 15px;
  justify-content: center;
  background: #053956;
}

a.dropdown-item {
  color: #fff;
}

.header .header_nav .header_list_li.dropdown {
  position: static;
}

.about .base-head {
  font-family: "Vazirmatn-bold";
  font-size: 3rem;
  color: #49a88a;
}

.goals {
  background-image: url(../images/bg/init-goals.png);
}

.goals .goals_col {
  color: #f7c650;
  font-size: 1.3rem;
  border: 1px solid;
  border-radius: 80px 0px 0 80px;
  position: relative;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  clip-path: polygon(0% 0%, 196% -40%, 75% 110%, 0% 100%);
  -webkit-border-radius: 80px 0px 0 80px;
  -moz-border-radius: 80px 0px 0 80px;
  -ms-border-radius: 80px 0px 0 80px;
  -o-border-radius: 80px 0px 0 80px;
}

.goals .goals_col::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -10px;
  background: #223a5d;
  width: 80px;
}

.contact-us {
  background-image: url(../images/bg/content-varity-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

.color--navy {
  color: #053956;
}

a.color--navy:hover {
  color: #49a88a;
}

.bg--changed {
  background-color: #053956 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.variety {
  background-image: url("../images/bg/content-varity-bg.png");
}

.variety .variety_p {
  font-size: 2rem;
  font-family: "Vazirmatn-bold";
}

.variety .tab-content>.active {
  display: flex;
  justify-content: center;
}

.variety .nav-pills .nav-link.active,
.variety .nav-pills .show>.nav-link,
.variety .nav-pills .nav-link button:hover {
  color: #e8a24f;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid #e8a24f;
  border-radius: 40px;
  padding: 5px 35px;
}

.variety .nav-pills .nav-link {
  color: #a29f9f;
  font-size: 1.5rem;
  background-color: transparent;
  padding: 5px 25px;
  font-weight: 600;
}

.variety .swiper-varaity {
  width: 40%;
}

.variety .swiper-varaity .swiper-slide {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.variety .swiper-varaity .swiper-slide .swiper-img {
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
}

.variety .swiper-varaity .swiper-slide.swiper-slide-active {
  z-index: 1;
  opacity: 1;
}

.variety .swiper-varaity .swiper-slide.swiper-slide-active .swiper-img {
  width: 75%;
}

.variety .swiper-varaity.its-tahraa .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}

.variety .swiper-varaity.its-tahraa .swiper-button-prev,
.variety .swiper-varaity.its-tahraa .swiper-button-next {
  border: 4px solid #053956;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-12%200%2027%2045'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23053956'%2F%3E%3C%2Fsvg%3E");
}

.variety .swiper-varaity.its-tahraa--color-white .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}

.variety .swiper-varaity.its-tahraa--color-white .swiper-button-prev,
.variety .swiper-varaity.its-tahraa--color-white .swiper-button-next {
  border: 4px solid #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-12%200%2027%2045'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.variety .swiper-varaity.its-tahraa--color-yellow .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}

.variety .swiper-varaity.its-tahraa--color-yellow .swiper-button-prev,
.variety .swiper-varaity.its-tahraa--color-yellow .swiper-button-next {
  border: 4px solid #e8a24f;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-12%200%2027%2045'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e8a24f'%2F%3E%3C%2Fsvg%3E");
}

.variety .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-12%200%2027%2045'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e7a14f'%2F%3E%3C%2Fsvg%3E");
  border: 4px solid #e8a24f;
  left: 15px;
}

.variety .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-12%200%2027%2045'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e7a14f'%2F%3E%3C%2Fsvg%3E");
  border: 4px solid #e8a24f;
  right: 15px;
}

.questions .accordion .accordion-button {
  color: #053956;
  font-size: 1.5rem;
  font-family: "Vazirmatn-bold";
}

.questions .accordion .accordion-body {
  color: #4ba789;
  font-size: 1.5rem;
}

.questions .accordion .accordion-button:not(.collapsed),
.questions .accordion .accordion-button:focus {
  background-color: #ffffff;
  box-shadow: none;
}

.questions .accordion-item {
  background-color: #fff;
  border: 0;
}

.questions .accordion-item .accordion-button {
  padding-left: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.questions .accordion-button::after {
  content: "";
  margin-left: 0px;
  margin-right: auto;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23053956'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.questions .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.questions .accordion-button.collapsed::after {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.swiper-button-next.btn-white,
.swiper-button-prev.btn-white {
  border-color: #fff !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-12%200%2027%2045'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
}

section {
  min-height: auto;
}

* {
  text-align: start;
}

.header .header_nav .header_list_li {
  margin: 0 6px;
}

@media (max-width: 992px) {
  .header .header_nav .header_list {
    background: #003957;
    padding: 20px;
    border-radius: 15px;
  }
}

.header .header_nav .header_list_a {
  font-size: 1rem;
}

.header .header_nav .header_list_a.active {
  font-weight: bold;
}

/* section:not(.base-banner) {
  animation: autoFadeIn;
  -webkit-animation: autoFadeIn;
  animation-timeline: view();
} */
.float-box {
  position: absolute;
  bottom: 30%;
  inset-inline-end: 5%;

  .float-text {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-inline-end: -3.25rem;
    line-height: 1;
    z-index: 1;
    position: relative;
  }

  .float-number {
    font-size: 4rem;
    color: #49A88A;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -2px;
    opacity: 0.5;
    z-index: 0;
    position: relative;
  }
}

@media (max-width: 992px) {
  .float-box {
    bottom: 20%;
    inset-inline-end: 11%;
  }

  .float-text {
    font-size: 1rem !important;
  }

  .float-number {
    font-size: 3rem !important;
  }

}

.main-e-week .base-banner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.main-e-week .base-banner::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -30px;
  width: 100%;
  height: 320px;
  background: no-repeat center/cover url(/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/banner\ vector.svg);
  z-index: 1;
}

@media (max-width: 1024px) {
  .main-e-week .base-banner::after {
    height: 190px;
  }
}

@media (max-width: 768px) {
  .main-e-week .base-banner::after {
    height: 140px;
  }
}

@media (max-width: 550px) {
  .main-e-week .base-banner::after {
    height: 80px;
  }
}

.main-e-week .base-banner .base-banner_head {
  position: absolute;
  top: 50%;
  animation: fadeLeft 1s forwards;
  -webkit-animation: fadeLeft 1s forwards;
}

.main-e-week .base-banner .base-banner_head h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .main-e-week .base-banner .base-banner_head h1 {
    font-size: 2.3rem;
  }
}

.main-e-week .base-banner img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .main-e-week .base-banner {
    min-height: 65vh;
  }

  .main-e-week .base-banner img {
    min-height: 65vh;
    object-position: left;
  }
}

.main-e-week .about {
  background: #fff;
  min-height: 60vh;
  padding-block: 3rem 10rem;
  position: relative;
}

.main-e-week .about::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  z-index: 1;
  background-position: center;
  background-image: url("/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/section2%20vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-e-week .about::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 190px;
  background: #f2f5f6;
  clip-path: polygon(100% 100%, 0% 100%, 0.00% 48.90%, 2.00% 47.58%, 4.00% 46.38%, 6.00% 45.32%, 8.00% 44.42%, 10.00% 43.68%, 12.00% 43.12%, 14.00% 42.75%, 16.00% 42.56%, 18.00% 42.56%, 20.00% 42.76%, 22.00% 43.14%, 24.00% 43.70%, 26.00% 44.44%, 28.00% 45.35%, 30.00% 46.41%, 32.00% 47.61%, 34.00% 48.94%, 36.00% 50.37%, 38.00% 51.90%, 40.00% 53.50%, 42.00% 55.15%, 44.00% 56.83%, 46.00% 58.51%, 48.00% 60.19%, 50.00% 61.83%, 52.00% 63.41%, 54.00% 64.92%, 56.00% 66.33%, 58.00% 67.63%, 60.00% 68.80%, 62.00% 69.82%, 64.00% 70.68%, 66.00% 71.38%, 68.00% 71.90%, 70.00% 72.24%, 72.00% 72.38%, 74.00% 72.34%, 76.00% 72.10%, 78.00% 71.68%, 80.00% 71.08%, 82.00% 70.30%, 84.00% 69.36%, 86.00% 68.26%, 88.00% 67.03%, 90.00% 65.68%, 92.00% 64.22%, 94.00% 62.68%, 96.00% 61.06%, 98.00% 59.41%, 100.00% 57.72%);
}

@media (max-width: 1024px) {
  .main-e-week .about::after {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .main-e-week .about::after {
    height: 80px;
  }
}

.main-e-week .about .base-head {
  color: #003957;
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

.main-e-week .about .about_paragraph {
  color: #003957;
  font-size: 1.125rem;
}

.main-e-week .about .about_qoute {
  position: relative;
  padding: 1rem 1.5rem;
  color: #003957;
  background-color: rgba(82, 153, 197, 0.1);
  font-size: 1.125rem;
  margin-block: 3rem;
  width: 70%;
  margin-inline: auto;
}

.main-e-week .about .about_qoute h3 {
  font: inherit;
  text-align: center;
}

.main-e-week .about .about_qoute::after {
  content: "";
  width: 30px;
  height: 15px;
  background-image: url(/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/quotes.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  inset-inline-start: -10px;
  animation: transitionTopBottom 4 1s;
  -webkit-animation: transitionTopBottom 4 1s;
}

.main-e-week .about .about_qoute::before {
  content: "";
  width: 30px;
  height: 15px;
  background-image: url(/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/quotes.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  inset-inline-end: -10px;
  animation: transitionTopBottom 4 1s;
  -webkit-animation: transitionTopBottom 4 1s;
}

.main-e-week .save-env {
  background-color: #f2f5f6;
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

.main-e-week .save-env .about_paragraph {
  color: #003957;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.main-e-week .save-env .save-cards .save-card {
  height: 99%;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  text-align: center;
}

.main-e-week .save-env .save-cards .save-card img {
  /* margin-inline: auto; */
  margin-bottom: 1.5rem;
}

.main-e-week .save-env .save-cards .save-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.main-e-week .save-env .save-cards .save-p {
  font-size: 1rem;
  color: #003957;
}

.main-e-week .save-env .save-cards>div:first-child .save-card {
  box-shadow: 0px 4px 15px rgba(36, 72, 94, 0.2);
  background-color: rgba(82, 153, 197, 0.1);
}

.main-e-week .save-env .save-cards>div:first-child .save-card .save-title {
  color: #5299C5;
}

.main-e-week .save-env .save-cards>div:nth-child(2) .save-card {
  box-shadow: 0px 4px 15px rgba(71, 45, 26, 0.2);
  background-color: rgba(185, 115, 67, 0.1);
}

.main-e-week .save-env .save-cards>div:nth-child(2) .save-card .save-title {
  color: #B97343;
}

.main-e-week .save-env .save-cards>div:nth-child(3) .save-card {
  box-shadow: 0px 4px 15px rgba(154, 114, 19, 0.2);
  background-color: rgba(247, 198, 80, 0.1);
}

.main-e-week .save-env .save-cards>div:nth-child(3) .save-card .save-title {
  color: #D09915;
}

.main-e-week .save-env .save-cards>div:nth-child(4) .save-card {
  box-shadow: 0px 4px 15px rgba(24, 64, 51, 0.2);
  background-color: rgba(73, 168, 138, 0.1);
}

.main-e-week .save-env .save-cards>div:nth-child(4) .save-card .save-title {
  color: #49A88A;
}

@media (max-width: 768px) {
  .main-e-week .save-env {
    background-color: #f3f5f6;
    background-position: bottom;
  }
}

.main-e-week .section_title--normal {
  color: #003957;
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

.main-e-week .our-values {
  background: #003957;
  display: flex;
  align-items: center;
  padding-block: 5rem;
  position: relative;
}

.main-e-week .our-values::after {
  content: "";
  position: absolute;
  inset-inline-start: -18px;
  background: no-repeat top/contain url("/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/section4 vector.svg");
  top: 0;
  width: 132px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .main-e-week .our-values::after {
    display: none;
  }
}

.main-e-week .our-values .values-card {
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main-e-week .our-values .values-card img {
  margin-bottom: 1.5rem;
}

.main-e-week .our-values .values-card:hover {
  box-shadow: 0px 10px 15px rgba(40, 112, 156, 0.638) !important;
}

.main-e-week .our-values .col-val:first-child .values-card {
  box-shadow: 0px 10px 15px rgba(40, 112, 156, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}

.main-e-week .our-values .col-val:nth-child(2) .values-card {
  box-shadow: 0px 10px 15px rgba(158, 99, 56, 0.2);
  background-color: rgba(185, 115, 67, 0.2);
}

.main-e-week .our-values .col-val:nth-child(3) .values-card {
  box-shadow: 0px 10px 15px rgba(36, 110, 86, 0.2);
  background-color: rgba(73, 168, 138, 0.2);
}

.main-e-week .our-values .values-list {
  column-count: 2;
}

.main-e-week .our-values .values-list li {
  margin-bottom: 1rem;
  padding-inline-start: 1.5rem;
  transition: all 0.5s;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main-e-week .our-values .values-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0.2rem;
  inset-inline-start: 0;
  background: no-repeat center/cover url(/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/check-mark.svg);
}

.main-e-week .our-values .values-list li:hover {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}

@media (max-width: 550px) {
  .main-e-week .our-values .values-list {
    column-count: 1;
  }
}

.main-e-week .why-us {
  background: #fff;
  padding-block: 5rem;
}

.main-e-week .why-us .why-cards img {
  animation: transitionTopBottom 1s 3;
  -webkit-animation: transitionTopBottom 1s 3;
}

.main-e-week .why-us.videos .video-card {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.main-e-week .why-us.videos .video-card .video-text {
  color: #fff;
  position: absolute;
  bottom: 15px;
  inset-inline-start: 20px;
  z-index: 1;
  font-size: 20px;
}

@media (max-width: 768px) {
  .main-e-week .why-us.videos .video-card .video-text {
    font-size: 12px;
    inset-inline-start: 12px;
  }
}

.main-e-week .why-us.videos .video-card>img {
  transform: scale(1.5);
  height: auto;
  border-radius: 10px;
  transition: all 0.5s;
}

.main-e-week .why-us.videos .video-card:hover>img {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}

.main-e-week .why-us.videos .video-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .main-e-week .why-us.videos .video-card .overlay img {
    width: 44px;
    height: 44px;
  }
}

.main-e-week .section_title--blue {
  color: #003957;
  font-size: 2.25rem;
  margin-block: 2rem;
}

.main-e-week .section_p_blue {
  color: #003957;
  font-size: 1.125rem;
  text-align: center;
}

.main-e-week .our-parteners {
  background-color: #F2F5F6;
  padding-block: 5rem;
  position: relative;
}

.main-e-week .our-parteners::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: no-repeat center/cover url(/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/goal5.svg);
}

.main-e-week .our-parteners .parteners-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
  border-inline-start: 54px solid #05887E;
  box-shadow: 0px 19px 48px rgba(24, 64, 51, 0.1);
}

.main-e-week .our-parteners .parteners-card::after {
  content: "منظومة البيئة";
  transform: rotate(270deg);
  position: absolute;
  inset-inline-start: -81px;
  color: #fff;
  top: 43%;
  font-size: 1.25rem;
}

.main-e-week .our-parteners .parteners-card img {
  max-width: 260px;
  max-height: 100px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main-e-week .our-parteners .parteners-card img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.main-e-week .our-parteners .parteners-card:last-child {
  border-inline-start: 54px solid #003957;
}

.main-e-week .our-parteners .parteners-card:last-child::after {
  content: "الجهات الحكومية";
  inset-inline-start: -92px;
  top: 46%;
}

.main-e-week .identity {
  background: #003957;
  min-height: 75vh;
  position: relative;
}

.main-e-week .identity .container {
  z-index: 1;
}

.main-e-week .identity .yellow-box {
  background: #F7C650;
  width: 74px;
  height: 313px;
  position: absolute;
  inset-inline-start: 2%;
  top: 0;
  z-index: 0;
}

.modal-content .modal-title {
  margin: 0px;
}

.modal-header .btn-close {
  min-width: auto;
}

@media (max-width: 992px) {
  .main-e-week .identity .yellow-box {
    display: none;
  }

}

.main-e-week .identity:not(.identity--call-to-action)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -50px;
  width: 100%;
  height: 46%;
  background: no-repeat center/cover url("/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/section6 vector.svg");
}

@media (max-width: 1024px) {
  .main-e-week .identity:not(.identity--call-to-action)::after {
    height: 190px;
  }
}

@media (max-width: 768px) {
  .main-e-week .identity:not(.identity--call-to-action)::after {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .main-e-week .identity:not(.identity--call-to-action)::after {
    height: 80px;
  }
}

.main-e-week .identity .float-section {
  position: absolute;
  inset-inline-end: 0;
  top: 50px;
}

.main-e-week .identity .float-section .float-text {
  font-size: 1.25rem;
  color: #49A88A;
  font-weight: 600;
  margin-inline-end: 0.5rem;
}

@media (max-width: 550px) {
  .main-e-week .identity .float-section .float-text {
    font-size: 1rem;
  }
}

.main-e-week .identity .float-section .float-year {
  background: #49A88A;
  color: #fff;
  padding: 12px 22px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 550px) {
  .main-e-week .identity .float-section .float-year {
    padding: 4px 10px;
    font-size: 1rem;
  }
}

.main-e-week .identity .btn-download {
  color: #003957;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 70px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0.5rem 2rem;
  max-height: 80px;
  line-height: 1;
}

.main-e-week .identity .btn-download:hover {
  background: #eee;
}

@media (max-width: 768px) {
  .main-e-week .identity .btn-download {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}

.main-e-week .identity.identity--call-to-action {
  background-color: #F2F5F6;
  background-image: url(/environmentalawareness/ar/weekEnvironment/PublishingImages/ar/call-action-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20rem;
  min-height: auto;
  padding-block: 6rem;
}

.main-e-week .identity.identity--call-to-action h2 {
  color: #003957;
  text-align: start;
}

@media (max-width: 992px) {
  .main-e-week .identity.identity--call-to-action {
    background-size: 10rem;
  }
}

.page-wrapper img {
  max-width: 100%;
}

/* @keyframes autoFadeIn {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.5;
  }
} */
@keyframes transitionTopBottom {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes fadeLeft {
  0% {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}

html[dir=ltr] body {
  direction: ltr;
  text-align: left;
}

@media (max-width: 991px) {
  section {
    min-height: 35vh;
  }

  /* .navbar .navbar-toggler {
    background-color: #eee;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #46937a;
  }
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  } */
  .home-slider {
    min-height: 63vh;
  }

  .home-slider .swiper {
    max-height: 63vh;
  }

  .home-slider video {
    width: 117%;
  }

  .base-banner .base-banner_head {
    bottom: 3rem;
  }

  .about {
    min-height: 35vh;
    padding: 4rem 0;
  }

  .about .about_paragraph {
    font-size: 2rem;
  }

  .about .breadcrumb-content {
    width: 85%;
  }

  .why-us .why-us_container {
    margin-top: 0;
  }

  .achievements .swiper-button-next {
    left: 0;
  }

  .achievements .swiper-button-prev {
    right: 0;
  }

  .achievements .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }

  .parteners .swiper-button-next {
    left: 42%;
    top: auto;
    bottom: 0;
  }

  .parteners .swiper-button-prev {
    top: auto;
    bottom: 0;
  }

  .parteners .parteners_head--second {
    font-size: 2rem;
  }

  .parteners .parteners_paragraph {
    font-size: 1.5rem;
  }

  .variety .nav-pills.flex-nowrap {
    flex-wrap: wrap !important;
  }

  .variety.varity--single .prize .p-5 {
    padding: 2rem !important;
  }

  .campaigns .campaigns_col:hover .campaigns_overlay {
    padding: 20px;
  }

  .campaigns .campaigns_col:hover .campaigns_head {
    font-size: 1.2rem;
  }

  .campaigns .campaigns_col:hover .btn-base {
    padding: 3px 30px;
  }

  .footer .footer_img {
    width: 70%;
    margin-bottom: 1rem;
  }

  .footer .footer_col_title {
    font-size: 1.2rem;
  }

  .footer .footer_col_li a,
  .footer .footer_col_paragraph,
  .footer .footer_form_section_p,
  .footer .form-control {
    font-size: 1rem;
  }

  .footer .footer_form_section .row {
    align-items: center;
  }

  .footer .form-control {
    height: 35px;
  }

  .footer .col-md-7 {
    margin: 1rem 0;
  }

  .footer .social_icons .w-75 {
    width: 60% !important;
  }
}

@media (max-width: 575px) {
  .header .header_nav {
    padding: 10px 0;
  }

  .header .dropdown-menu.show {
    flex-direction: column;
    text-align: right;
  }

  .home-slider {
    min-height: 50vh;
  }

  .home-slider .swiper {
    max-height: 50vh;
  }

  .about .about_paragraph {
    font-size: 1.7rem;
  }

  .about .base-head {
    font-size: 2rem;
  }

  .base-banner {
    min-height: auto;
  }

  .base-banner .base-banner_head {
    bottom: 0rem;
    right: 8%;
  }

  .base-banner .base-banner_head h1 {
    font-size: 2rem;
  }

  .breadcrumb-item.active {
    font-size: 1rem;
  }

  .breadcrumb-item a {
    font-size: 1rem;
  }

  .achievements .swiper-slide {
    flex-direction: column;
  }

  .achievements .swiper-slide .swiper_text {
    margin-bottom: 3rem;
  }

  .parteners .swiper-slide {
    flex-direction: column;
  }

  .parteners .swiper-slide .parteners_paragraph {
    margin-bottom: 3rem;
  }

  .parteners .swiper-button-prev {
    right: 40%;
  }

  .parteners .swiper-button-next {
    left: 40%;
  }

  .why-us .why-us_head {
    font-size: 1.5rem;
  }

  .why-us .why-us_container {
    padding: 5rem 1rem;
  }

  .why-us .why-us_p {
    font-size: 1.3rem;
  }

  .variety .pills_paragraph {
    padding-left: 0;
    font-size: 1.5rem;
  }

  .variety .soon-img2 {
    max-width: 30%;
  }

  .variety .swiper-varaity .swiper-slide .swiper-img {
    width: 100%;
  }

  .variety #pills-guide .swiper-button-prev {
    right: 0;
    width: 35px;
    height: 35px;
  }

  .variety #pills-guide .swiper-button-next {
    left: 0;
    width: 35px;
    height: 35px;
  }

  .goals .soon-img {
    max-width: 30%;
  }

  .date-enviro .datepicker {
    width: 100%;
  }

  .calender h2 {
    font-size: 22px;
  }

  .calender .day-details .date-box p {
    font-size: 22px;
  }

  .calender .day-details2 .date-box p {
    font-size: 22px;
  }

  .popup-datepicker h2 {
    font-size: 24px !important;
  }

  .popup-datepicker2 h2 {
    font-size: 24px !important;
  }

  .socity {
    padding: 3rem;
  }

  .footer .footer_img {
    width: 50%;
    margin-bottom: 2rem;
  }

  .footer .col {
    flex: 1 1 50%;
    margin: 0.5rem 0;
  }
}

/*# sourceMappingURL=main-ar.css.map */