@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Serif+Vithkuqi:wght@500&family=Quicksand:wght@300&family=Satisfy&family=Shadows+Into+Light&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chonburi&display=swap");

.mission-head h2{
  font-size: 44px;
  font-weight: 300 !important;
  line-height: 44px;
  font-family: 'montserrat', sans-serif;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
  color: #565655;
}

.mission-slider-wrapper{
    /*height: 779.58px!important;*/
    width: 100%;
}
.mission-slider-wrapper .swiper{
    width: calc(100% - 10px);
    margin-inline: auto !important;
}
.swiper-slide {
  width: 10rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
}

.mission-slider h3 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    letter-spacing: 0.8px;
    position: relative;
  }

  .mission-slider p {
    color: #fff;
    line-height: 1.6;
    font-size: 0.8rem;
  }

 .mission-content .mission-title{ 
    margin-top: 55px;
    color:#C8C3B7;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 31px;
 }

.swiper-slide--one {
  background: #0575e6;
  background: -webkit-linear-gradient(to bottom, #021b79, #0575e6);
  background: linear-gradient(to bottom, #021b79, #0575e6);
}

.swiper-slide--one h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.swiper-slide--two {
  background: #23074d;
  background: -webkit-linear-gradient(to bottom, #cc5333, #23074d);
  background: linear-gradient(to bottom, #cc5333, #23074d);
}

.swiper-slide--two h3 {
  font-family: "Quicksand", sans-serif;
}

.swiper-slide--three {
  background: #159957;
}

.swiper-slide--three h3 {
  font-family: "Satisfy", cursive;
  font-weight: 300;
}

.swiper-slide--four {
  background: #b06ab3;
}

.swiper-slide--four h3 {
  font-family: "Courgette", cursive;
  font-weight: 300;
}

.swiper-slide--five {
  background: #093028;
  background: -webkit-linear-gradient(to bottom, #237a57, #093028);
  background: linear-gradient(to bottom, #237a57, #093028);
}

.swiper-slide--five h3 {
  font-family: "Noto Serif Vithkuqi", serif;
  font-weight: 300;
}

.swiper-slide--six {
  background: #b9f;
  background: -webkit-linear-gradient(to bottom, #b9f, #3b2421);
  background: linear-gradient(to bottom, #b9f, #3b2421);
}

.swiper-slide--six h3 {
  font-family: "Chonburi", cursive;
  font-weight: 400;
}

.mission-readmore{
    padding: 14px 30px;
    border: 1px solid white;
    color: #EBEBEB;    
    border-radius: 12px;
    display: inline-block;
    font-size: 16px;
    min-width: 170px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 66px;
}

.mission-content{
     padding-left: 44px;
    padding-right: 44px;
}
.mission-excerpt{
    color: #fff;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;   
    margin-bottom: 48px;
}
.mission-footer-content{
    width: 100%;
    padding-inline: 44px;
}

.mission-footer-content hr{
      border:1px solid #fff;
      opacity: 0.30;
      margin-top: 0;
}

.swiper-button-prevv {
  background: white;
  border-radius: 50%;
      width: 32px;
    height: 32px;
  box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
  text-align: center;
  justify-content: center;
  position: absolute!important;
  top: 50%;
  left: -50px;          /* distance from left edge */
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prevv::after {
  font-size: 1.4rem;
  content: "";
}

.swiper-button-prevv svg {
  width: 25px;
}

.swiper-button-nextt {
  background: white;
  border-radius: 50%;
      width: 32px;
    height: 32px;
  box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
  text-align: center;
  justify-content: center;
  position: absolute!important;
  top: 50%;
  right: -50px;         /* distance from right edge */
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-nextt::after {
  font-size: 1.4rem;
  content: "";
}

.swiper-button-nextt svg {
  width: 25px;
}

.swiper-button-prevv,
.swiper-button-nextt {
  display: none;

}
.region-map {
  display: flex;
  gap: 57px;
  text-align: center;
  margin-bottom: 53px;
  justify-content: center;
  
}
.region {
    width: 220px;
}
.region img {
 height: 151px;
 width: 190px;
 object-fit: contain;
 filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(387%) hue-rotate(178deg) brightness(106%) contrast(70%);
}
.region a{
  text-decoration: none;
  display: inline-block;

}
.region h2 {
  font-size: 24px;
  font-family: 'montserrat', sans-serif;
  color: #D9D9D9;
  opacity: 1;
}
.region svg {
  height: 151px;
  width: 190px;
  margin-bottom:20px;
}
.region.africa.active svg path{
  fill:#374D63;
}
.region.usa.active  svg path{
  fill : #155C99;
}
.region.latin-america.active  svg path{
  fill:#B98827;
}
.region.asia.active  svg path{
  fill:#6E191A;
}
.region.europe.active  svg path{
  fill:#374D63;
}



.region.africa.active h2{
 color:#374D63;
}
.region.usa.active h2{
  color:#155C99;
}
.region.latin-america.active h2{
 color:#B98827;
}
.region.asia.active h2{
  color:#6E191A;
}
.region.europe.active h2{
  color:#374D63;
}

.region.active img {
   filter:none;
}

.region.active h2{
  color:#374D63;
}




.see-more-mission {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* space between text & arrow */
  margin-bottom: 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s ease;
}


.see-more-mission svg {
  flex-shrink: 0;
}


.viewall_mission{
  text-align: center;
  justify-content: center;
  margin-top: 60px;
}

.viewall_mission a{
  padding-top: 21px;
  color: #fff;
  font-size: 18px;
  font-family: 'montserrat', sans-serif;
  font-style: bold;
  line-height: 150%;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 21px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: red;
  border-radius: 12px;
  display: inline-block;
}
@media (min-width: 760px) {
  .swiper-button-prevv,
  .swiper-button-nextt {
    display: flex;
  }
}
