/* @font-face {
  font-family: DINNextLTArabic;
  src: url("../fonts/DINNextLTArabic-Regular-3.ttf");
} */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');




:root {
  scroll-behavior: smooth;
}

/* //////////////////////////////// */


html {
  /* font-family: "DINNextLTArabic"; */
  font-family: "Tajawal", sans-serif;
  scroll-behavior: smooth;
}

* {
  /* font-family: "DINNextLTArabic" !important; */
  font-family: "Tajawal", sans-serif;
  font-style: normal;
}


body {
  position: relative;
  min-height: 100dvh;
  /* background-color: #F5F5F5; */
  background-color: #fff;
}


.ltbukraregular {
  font-family: ltbukraregular;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .\!container {
    max-width: 90% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 90%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 900px) {
  .\!container {
    max-width: 95% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 95%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 450px) {
  .\!container {
    max-width: 100% !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .container {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}



.action {
  transition: all .3s ease;
}

.action:active {
  scale: 0.9;
}

.headerHome {
  position: relative;
  top: 0px;
  right: 0;
  width: 100%;
  min-height: calc(100vh - 125px);
  z-index: 1;
  overflow: hidden;
}

.textHomeHeroF {
  /* padding-top: 180px; */
  min-height: calc(100vh - 125px);
  padding-top: 50px ;
  padding-bottom: 50px;
}

.headerPage .textHomeHeroF {
  min-height: 400px;
  padding-bottom: 10px;
}

.btnHero {
  display: flex;
  align-items: end;
  gap: 10px;
  background-color: #2CA8DE;
  width: max-content;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  backdrop-filter: blur(7px);
}

.btnHero svg {
  transition: .3s;
}

.btnHero:hover svg {
  transform: translateX(-5px);
}

.bgHeader {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #093a4b;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}

.backHeader {
  position: absolute;
  background-color: #12022e;
  top: 0;
  right: 0;
  z-index: -2;
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  pointer-events: none;
  filter: grayscale(100%);
}

.headerPage .backHeader{
  width: 100%;
  object-position: center;
}

.bluerHomeContant {
  max-width: 700px;
  min-width: 600px;
  width: 100%;
}

.bgbluerHomeContant {
  position: relative;
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #9e9e9e27;
}

.textV {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.circleArrowLang {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  transition: all .3s ease;
  transition-delay: .4s;
}


.navMenuList {
  display: flex;
  align-items: center;
}

.navList {
  font-size: 15px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-position 0.3s ease-in-out;
  color: #000000;
  font-weight: 500;
}



.navList:hover {
  background-position: top;
}

/* ///////////// */

.textdown {
  border: none;
  position: relative;
  padding: 5px 5px;
  padding-bottom: 6px;
}

.textdown:hover {
  border: none;
}

/* .textdown a{
  display: flex;
  transition: all .3s ease;
}
.textdown:hover a{
  transform: translateY(3px);
} */
.textdown::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  right: 0%;
  bottom: 0;
  background-color: #0A5167;
  transition: all ease-in-out .3s;
  border-radius: 30px;
}

.textdown:hover::after {
  width: 100%;
  left: 0;
}


.textdown.active::after {
  width: 100%;
  left: 0;
}

/* /////////////////////// */


.headerSideFollow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}


.iconS {
  width: 18px;
  height: 15px;
  color: #fff;
  font-size: 18px;
}

.iconS svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.iconS:hover {
  color: #0A5167;
  transform: rotate(10deg);
}

.iconSF{
  border: 1px solid #9f9f9fd2;
  width: 35px;
  height: 35px;
  border-radius: 2px;
}

.iconSF:hover {
  color: #0A5167;
  transform: rotate(0);
}

.footerDown .iconS:hover {
  color: #fff;
}

.bgHeaderHome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.nevTop {
  height: 35px;
  z-index: 2;
  width: 100%;
  background-color: #0A5167;
}

.ItemNavTop {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 0;
  height: 35px;
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
}
.ItemNavTopS{
  background-color: #00B8F3;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding-right: 30px;
}
.bgNavL{
  position: absolute;
  background-color: #00B8F3;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
}

.leftItemNavTopc {
  height: 35px;
  padding: 0 10px;
}

.rightNavTop {
  display: flex;
}

.lineN {
  height: 50%;
  width: 1px;
  background-color: #fff;
}

@media (min-width:1500px) {


  .bgNavL{
  width: calc(50% - 600px );
}

}

@media (min-width:1900px) {

    .textHomeHeroF{
    min-height: 800px;
  }
.sliderHeader{
  max-width: 1000px;
  
}
.backHeader{
  width: 100%;
}
}


/* ///////////////////////////////////////////// */

.sectionPage {
  padding-bottom: 120px;
}

.navbar {
  width: 100%;
  z-index: 3;
  padding: 15px 0;
  transition: all .3s ease;
  box-shadow: rgba(180, 180, 180, 0.096) 0px 5px 5px;

}

.textB {
  color: #4B4B4B;
}

.headerPage {
  position: relative;
  min-height: 400px;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
  top: 0;
}



.headerTextPage {
  padding-top: 50px;
  min-height: auto;
}

.headerTextPage .textHomeHero {
  margin-top: auto;
}

.textHeaderPage {
  text-align: center;
  margin-top: 100px;
  max-width: 700px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.bgImgHeaderPage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bgImgHeaderPage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iconpage1 {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  top: 80px;
  right: 130px;
  opacity: 50%;

}

.iconpage2 {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  bottom: -30px;
  left: 0;
  opacity: 50%;
}



/* ///////////////////////////////// */

.logo {
  z-index: 99;
  width: auto;
  height: 60px;
  min-height: 60px;
  object-fit: contain;
}

/* ///////////////////////////////////// */

.cardDonationHeader {
  width: 100%;
}

.cardD {
  background-color: #fff;
  color: #000;
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  padding: 20px 25px;
  border-radius: 20px;
  min-height: 300px;
}

.modal .cardD {
  position: relative;
  margin: auto;
  min-width: 400px;
  -webkit-overflow-scrolling: touch;
}



.modal .modal__container {
  max-height: 100vh;
  display: flex;
  align-items: center;
}

.modal .cardD {
  max-height: 96vh;
  overflow-y: auto;
  overflow-x: hidden;
}


.modal .cardD::-webkit-scrollbar {
  width: 5px;
}

.modal .cardD::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.modal .cardD::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.modal .cardD::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* تنسيق السكرول لمتصفح Firefox */
.modal .cardD {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.closeBtn {
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: pointer;
  z-index: 8;
}

@media (max-width: 768px) {
  .modal .cardD {
    /* max-height: 80vh; */
    -webkit-overflow-scrolling: touch;
  }

  .modal .modal__container {
    align-items: flex-end;
    padding-bottom: 0;
  }
}

@media (max-width:440px) {
  .modal .cardD {
    min-width: auto;
  }
}

@media (max-width:400px) {
  .modal .cardD {
    padding: 20px 15px;
  }
}




.titleCardD {
  padding-right: 12px;
  position: relative;
}

.titleCardD::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #30B248;
  right: 0;
  border-radius: 20px;
}

.textG {
  color: #2CA8DE !important;
}
.bgBG{
  background-color:  #2CA8DE !important;;
}
.textGD {
  color: #0A5167 !important;
}

.textB {
  color: #666666 !important;
}

.textD {
  color: #000000B2 !important;
}

.bgG {
  background-color: #30B248 !important;
}

.bgGB {
  background-color: #0A5167 !important;
}

.searchD {
  display: flex;
  gap: 10px;
}

.searchIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0A5167;
  border-radius: 5px;
  width: 45px;
  height: auto;
  font-size: 24px;
  color: #0A5167;
}


.btnDonation {
  display: flex;
  /* align-items: center; */
  color: #fff;
  gap: 10px;
  padding: 8px 40px;
  background-color: #0A5167;
  border: 1px solid #0A5167;
  border-radius: 5px;
  /* width: max-content; */
  height: max-content;
  cursor: pointer;
}

.btnDonationShare {
  background-color: #E6F0EC;
  border: 1px solid #E6F0EC;
  color: #096A3E !important;
  gap: 10px;
  padding: 5px 20px;
  /* font-weight: 600; */
}

.btnDonation img {
  width: 20px;
  height: 20px;
}

.btnDonationShare i {
  font-size: 21px;
}

.btnDonation span {
  transform: translateY(-2px);
}


/* ///////////////////////form donation////////////////////// */

.inputDL {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inputD {
  padding: 8px 10px;
  border: 1px solid #096A3E0D;
  outline: none;
  background-color: #096A3E0D;
  font-size: 15px;
  border-radius: 5px;
  color: #30B248;
}

.donationNumbers {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.donationNum {
  padding: 10px 20px;
  border: 1px solid #096A3E0D;
  background-color: #096A3E0D;
  border-radius: 5px;
  color: #096A3E;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
}

.donationNum:hover {
  border: 1px solid #096A3E;
  background-color: #096A3E0D;
}

.donationNum.active {
  background-color: #30B248;
  color: #fff;
}

.btnG {
  width: 100%;
  padding: 10px 20px;
  background-color: #30B248;
  color: #fff;
  border-radius: 5px;
  transition: all .3s ease;
  font-size: 17px;
}

.cardPaymintImg {
  background-color: #096A3E0D;
  border-radius: 10px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.cardPaymintImg img {
  width: 70px;
  height: 40px;
  object-fit: contain;
}


.cardPaymintImg.active {
  border: 2px solid #30B248;
  /* أضف أي تنسيقات إضافية تريدها للحالة النشطة */
}

/* //////////////////////////////////////// */

.sectionAb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rightSecAb {
  width: 50%;
}

.leftSecAb {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  max-width: 1000px;
}

.play-video {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  background-color: #0000006f;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: .3s;
}

.play-video:active {
  scale: 0.9;
}

.boxGridI {
  margin-bottom: -20px;
}

.imgLeftSAb {
  width: 100%;
  max-width: 90%;
  max-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: auto;
}

.imgLeftSAb .imgbgAb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 310px;
  filter: grayscale();
  mix-blend-mode: multiply;
  background-color: #00698A;
}

.boxImageSAb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background-color: #2CA8DE;
  color: #fff;
  border-radius: 0 0px 5px 0;
  height: 140px;
  position: absolute;
  bottom: -106px;
  left: 0;
  /* box-shadow: rgba(117, 117, 117, 0.251) 0px 3px 8px; */
}

.boxImageSAb::after {
  content: " ";
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #42BFF6;
  width: 100px;
  height: 40px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);

}

.bgLISA {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  z-index: 9;
}

.bgLISA::before {
  content: " ";
  background-color: #00000069;
  position: absolute;
  width: 100%;
  height: 100%;
}

.logoBgAb {
  position: absolute;
  width: 90px;
  object-fit: contain;
  left: 10px;
  top: 10px;
}

.btnArrow {
  background-color: #2CA8DE;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  gap: 6px;
  width: max-content;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.titlesub {
  color: #97C11F;
}


.pop-check {
  min-width: 18px;
  min-height: 18px;
  background-color: #0A5167;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnArrow svg {
  transition: all .3s ease;
}

.btnArrow:hover svg {
  transform: translateX(-4px);
}
.btnArrowW:hover svg {
    transform: unset;
}
.btnSec {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}

.btnS{
  background-color: transparent;
  border: 1px solid #0A5167;
  color: #0A5167;
  font-weight: bold;
}

/* /////////////////////////////////// */

.titleSec {
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: space-between;
  gap: 25px;
}

.textTitleSec {
  max-width: 600px;
}

/* ///////////cardSD///////////// */

.cardSD {
  padding: 15px;
  box-shadow: rgba(107, 107, 107, 0.089) 0px 2px 5px;
  border-radius: 8px;
  max-width: 430px;
  margin: 5px auto;
  background-color: #fff;
}

.cardsGrid .cardSD {
  margin: 0;
}

.imgCardSD {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
}

.imgCardSD::before {
  content: " ";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.17690826330532217) 0%, rgba(0, 0, 0, 0.7875525210084033) 70%) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cardSDO .imgCardSD::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7875525210084033) 20%, rgba(0, 0, 0, 0.13) 80%) !important;
}

.imgCardSD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.cardSD:hover .imgCardSD img {
  scale: 1.1;
}


.tImgC {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 0 10px;
  z-index: 1;
}

.bodyCardSD {
  margin-top: 10px;
}

.bodyCardSD h3 {
  color: #0A5167;
}

.bodyCardSD p,
.bodyCardSD span {
  color: #666666;
}

.bgProgressP {
  height: 10px;
  background: linear-gradient(90deg, #2CA8DE 0%, #0A5167 70%);
}

.btnCard {
  background-color: #2CA8DE;
  padding: 10px 30px;
  border-radius: 6px;
  color: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.089) 0px 3px 8px; */
  display: flex;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 7px;
}
.btnCardP{
  background-color: #0A5167;
}
.sliderOC {
  padding: 10px;
}




/* ////////////////////cardSDO////////////////////// */

.cardSDO {
  padding: 15px;
  box-shadow: rgba(107, 107, 107, 0.089) 0px 2px 5px;
  border-radius: 8px;
  max-width: 400px;
}

.cardSDO .imgCardSD {
  width: 100%;
  height: 350px;
}

.cardSDO .tImgC {
  bottom: unset;
  top: 15px;
}

/* /////////////////////////////secBg/////////////////////////////// */


.sectionBA {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}

.sectionBA::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/imagbgS.png);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  z-index: -2; 
}

.sectionBA::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0A5167; 
  mix-blend-mode: multiply;
  z-index: -1; 
  pointer-events: none;
}



.secBg {
  min-height: 450px;
  background-image: url(../images/bgImgS.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.secBg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000000d8;
}


.secBGf {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rightSecBg {
  width: 50%;
}

.leftSecBg {
  width: 50%;
}

.numC {
  padding: 30px;
  background-color: #8d8d8d4b;
  backdrop-filter: blur(5px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
}


/* ///////////////////////////SecQ//////////////////////////////// */

.imageQ{
  position: relative;
  width: 40%;
  max-width: 400px;
  height: max-content;
}

.imageQ1{
  width: 100%;
  min-height: 400px;
  border-radius: 5px;
}
.imageQ2{
  width: 200px;
  object-fit: contain;
  border-radius: 5px;
  position: absolute;
  bottom: 50px;
  left: -80px;
  border: 6px solid #fff;
}

.contantQ{
  width: 55%;
}

@media (max-width:1200px) {
  .imageQ2{
  bottom: 20px;
  left: -20px;
}

}

@media (max-width:991px) {
  .imageQ{
    width: 100%;
    margin: auto;
  }
  .imageQ1{
    max-height: 200px;
    object-fit: cover;
  }
  .imageQ2{
    width: 160px;
  }
  .contantQ{
    width: 100%;
  }
}

@media (max-width:500px) {
  .imageQ2{
    left: 10px;
    bottom: -30px;
  }
}

/* ///////////////////////SecContactUs////////////////// */
.SecContactUs {
  min-height: 600px;
  background-image: url(../images/imageContactUs.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}

.SecContactUs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/imageContactUs.png);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  z-index: -2; 
}

.SecContactUs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0A5167; 
  background: linear-gradient(93deg,rgba(10, 81, 103, 0.31) 4%, rgba(10, 81, 103, 1) 31%);
  mix-blend-mode: multiply;
  z-index: -1; 
  pointer-events: none;
}


.SecContactUsF {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.formContactUs {
  width: 50%;
}

.inputF {
  padding: 13px 22px;
  border: 1px solid #f5f5f5ce;
  outline: none;
  background-color: #096A3E0D;
  font-size: 15px;
  border-radius: 5px;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.inputF::placeholder {
  color: #e1e1e1;
}

.infoContact {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contantInfoContact {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-image: url(../images/bgContct.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.contantInfoContact::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000000c4;
}


.contantInfoContactBg {
  position: relative;
  color: #fff;
  z-index: 1;
}

.rowFlexContact {
  display: flex;
  gap: 5px;
}

.bRFC {
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

.bRFC img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}


/* //////////////////footer/////////////////////// */

.footer {
  background-color: #00151C;
  padding: 80px 0 0 0;
  color: #fff;
}

.footerDown {
  padding: 5px 0;
  text-align: center;
}

.footer a {
  transition: all .2s ease;
}

.footer a:hover {
  color: #2CA8DE ;
}
.lineF{
  position: relative;
  width: max-content;
  padding-bottom: 7px;
}
.lineF::after{
  content: " ";
  position: absolute;
  width: 30%;
  height: 3px;
  background-color: #30B248;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}
.lineF::before{
  content: " ";
  position: absolute;
  width: 65%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}


/* ////////////////////Header Slider/////////////////////// */



.sliderHeader {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.imageHeaderS {
  width: 100%;
  height: 100%;
}

.header-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-slider-container .swiper-slide::after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.17) 16%, rgba(0, 0, 0, 0.53) 97%);
  z-index: 1;
  top: 0;
  left: 0;
}
.headerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  mask: polygon(0 0, 85% 9, 100% 50%, 85% 100%, 0 100%);
  -webkit-mask: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  background-color: #00698A;
}

.headerSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #0A5167;
}

.arrow-shape-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.border-top-light {
  position: absolute;
  top: -3%;
  right: 4%;
  width: 50px;
  height: 54%;
  background-color: #00B8F3 ;
  z-index: 11;
  transform-origin: right;
  transform: rotate(-16deg);
  overflow: hidden;
}

.border-bottom-dark {
  position: absolute;
  bottom: -3%;
  right: 4%;
  width: 50px;
  height: 54%;
  background-color: #00698A;
  z-index: 11;
  transform-origin: right;
  transform: rotate(16deg)  skewY( -17deg);
    overflow: hidden;
}

.small-rect-top {
  position: absolute;
  top: -2%;
  right: 10%;
  width: 45px;
  height: 40%;
  background: #00698A;
  transform: rotate(-16deg)  skewY( 25deg);
  border-radius: 2px;
  z-index: 12;
}


.small-rect-bottom {
  position: absolute;
  bottom: -2%;
  right: 10%;
  width: 45px;
  height: 40%;
  background: #00B8F3;
  transform: rotate(16deg)  skewY( -25deg);
  border-radius: 2px;
  z-index: 12;
}



.headerSwiper .swiper-pagination {
  bottom: 10px !important;
  z-index: 99;
  right: 50px !important;
  transform: translateX(-50%);
  width: 50% !important;
}

.headerSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  width: 15px;
  height: 7px;
  margin: 0 3px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.headerSwiper .swiper-pagination-bullet-active {
  background: #2CA8DE;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(44, 168, 222, 0.6);
}

.headerSwiper .swiper-button-next,
.headerSwiper .swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  margin-top: -17px;
  background: rgba(44, 168, 222, 0.9);
  border-radius: 50%;
  color: #fff !important;
  z-index: 15;
  box-shadow: 0 4px 12px rgba(44, 168, 222, 0.3);
  transition: all 0.3s ease;
}

.headerSwiper .swiper-button-next:after,
.headerSwiper .swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: bold;
}

.headerSwiper .swiper-button-next {
  right: 25% !important;
}

.headerSwiper .swiper-button-prev {
  left: 20px !important;
}

.headerSwiper .swiper-button-next:hover,
.headerSwiper .swiper-button-prev:hover {
  background: #2CA8DE;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(44, 168, 222, 0.4);
}

@media (max-width:1100px) {
 .sliderHeader{
  display: none;
 }

 .backHeader{
  width: 100%;
 }

}

/* ////////////////////swiper/////////////////////// */


.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 40px !important;
  height: 40px !important;

  border-radius: 5px;
  background-color: #E8E8E8;
  border: 2px solid #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -20px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -20px !important;
}

@media (max-width:1300px) {
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -33px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -33px !important;
}
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #0A5167;
  font-size: 16px !important;
  font-weight: bold;
}


@media (min-width:1700px) {
  .headerHome {
    width: 100%;
    min-height: auto;
    padding: 20px 0 60px 0;
  }

  .textHomeHero {
    margin-top: 0px;
  }

}

@media (max-width:991px) {
  .nevTop {
    display: none;
  }

  .navbar {
    top: 0px;
  }

  .navMenu {
    display: none;
  }

  .searchD {
    display: none;
  }

  .headerHome{
    min-height: auto;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -35px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -35px !important;
  }

  .headerPage {
    min-height: 250px;
    padding-bottom: 0;
  }

  .textHomeHeroF{
    min-height: auto;
  }

  .headerPage .textHomeHeroF {
    min-height: 250px;
    padding-bottom: 10px;
  }

  .headerTextPage {
    padding-top: 0;
    /* text-align: start; */
  }

  
  .sectionAb {
    flex-direction: column;
    gap: 30px;
  }

  .rightSecAb {
    width: 100%;
  }

  .leftSecAb {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
.imgLeftSAb{
  margin: auto;
}
.boxGridI{
  margin-bottom: 0;
}
.play-video{
  top: 32%;
  left: 50%;
}
.bgLISA{
  border-radius: 5px 5px 0 0;
}
  .boxImageSAb {
    margin-right: 0px;
    position: relative;
    bottom: 0;
    border-radius: 0 0 5px 5px ;
  }
.boxImageSAb::after{
  content: "";
  display: none;
}



}


@media (max-width:800px) {
  .textHomeHeroF {
    flex-direction: column;
    gap: 40px;
  }

  .sliderHeader {
    width: 100%;
    max-width: 380px;
    height: 280px;
  }

  .headerSwiper .swiper-button-next {
    right: 20% !important;
  }

  .headerSwiper .swiper-button-prev {
    left: 15px !important;
  }

  .headerSwiper .swiper-pagination {
    left: 15px !important;
    width: 55% !important;
  }

  .small-rect-top,
  .small-rect-bottom {
    width: 12%;
    height: 12%;
  }

  .border-top-light,
  .border-bottom-dark {
    width: 4px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  }

  .small-rect-top,
  .small-rect-bottom {
    width: 12%;
    height: 12%;
  }

  .cardD {
    margin: auto;
  }

  .donationNumbers {
    flex-wrap: wrap;
  }
  .titleSec {
    flex-direction: column;
  }

  .secBGf {
    flex-direction: column-reverse;
  }

  .rightSecBg {
    width: 100%;
  }

  .leftSecBg {
    width: 100%;
  }

  .SecContactUsF {
    flex-direction: column;
  }

  .formContactUs {
    width: 100%;
  }

  .infoContact {
    width: 100%;
  }


  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px !important;
  }

  .numC {
    padding: 20px 10px;
  }

  .cardSD {
    padding: 10px;
    margin: 0;
  }

}

/* /////////////// */

.sidebar {
  z-index: 99;
}

@media (max-width: 991px) {
  .sidebar {
    right: -100%;
    transition: right 0.3s ease-in-out;
    background-color: #2c2c2c56;
    backdrop-filter: blur(15px);
    color: #fff;
  }

  .sidebar.active {
    right: 0;
  }


  .overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}


.menu-btn{
  cursor: pointer;
}

@media (min-width: 991px) {

  .menu-btn,
  .sidebar,
  .overlay {
    display: none !important;
  }
}


/* ///////////////////////////////////////////////////// */

.linkPage {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
}

.lineLP {
  height: 15px;
  width: 2px;
  background-color: #80808050;
  border-radius: 3px;
}

.linkPage .active {
  color: #0A5167;
}


.cardA {
  width: 100%;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.cardA img {
  width: 40px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 2px;
}

/* //////////////////secBI//////////////////// */



.secBI {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 65px;
  z-index: 0;
}

.secBI::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/imageAboutUsB.png);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  z-index: -2; 
}

.secBI::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: #0A5167;  */
  background: linear-gradient(93deg,rgba(10, 81, 103, 0.31) 4%, rgba(10, 81, 103, 1) 31%);
  mix-blend-mode: multiply;
  z-index: -1; 
  pointer-events: none;
}

.secBIC {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}

.secBIC .imgBgS{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: grayscale(100%);
  z-index: -2; 
}


.secBIC::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: #0A5167;  */
  background: linear-gradient(93deg,rgba(10, 81, 103, 0.31) 4%, rgba(10, 81, 103, 1) 31%);
  mix-blend-mode: multiply;
  z-index: -1; 
  pointer-events: none;
}


.secBIF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.textSecBIF {
  width: 70%;
}

.imgSecBIF {
  width: 30%;
}

.cardImgBIF {
  position: relative;
  height: 350px;
  z-index: 0;
}

.cardImgBIF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.cardImgBIF::after {
  content: " ";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.521);
  width: 100%;
  height: 100%;
  top: 20px;
  left: -20px;
  border-radius: 10px;
  z-index: -1;
}


.cardG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 4px solid #096A3E;
  background-color: #E2ECE7;
  padding: 10px 20px;
  min-height: 80px;
}

.numCardG {
  font-size: 45px;
  font-weight: bolder;
  color: #B7D2C5;
}

/* ///////////////////cardFI////////////// */

.cardFI {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.imgCardFI {
  width: 45%;
  height: 460px;
  position: relative;
}

.imgCardFI img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.textCardFI {
  width: 60%;
}

.imgCardFI .swiper-button-next{
  right: 10px !important;
}
.imgCardFI .swiper-button-prev{
  left: 10px !important;
}

/* //////////cardSDOI/////////// */

.cardSDOI {
  width: 100%;
  margin: auto;
  padding: 0;
}

.cardSDOI .imgCardSD {
  width: 100%;
  height: 350px;
}


/* ///////////////////////////////////////////////// */

.navTopPage {
  border: 0;
  background: linear-gradient(90deg, rgba(48, 178, 72, 1) 0%, rgba(9, 106, 62, 1) 100%);
}

.navbarTop {
  background-color: #fff;
  box-shadow: rgba(107, 107, 107, 0.096) 0px 3px 8px;
}

.navbarTop .menu-btn i {
  color: #000 !important;
}

.navbarTop a {
  color: #000 !important;
}

.navbarTop .logo {
  height: 60px;
  min-height: 60px !important;
}

.navbarTop .searchIcon {
  border-color: #096A3E !important;
  color: #096A3E !important;
}

.headerPage2 {
  color: #000;
  min-height: auto;
  padding-bottom: 70px;
}

.headerPage2 .textHomeHeroF {
  color: #000;
}

.headerPage2 .textHomeHeroF {
  padding-top: 150px;
}

.headerPage2 .headerTextPage {
  padding-top: 0;
}

.linkPage2 {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

/* ///////////////////////// */

.linksFPage {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  background-color: #F5F5F566;
}

.scrollNav {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;
  -webkit-overflow-scrolling: touch;
}

.linkFPage {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: 25px;
}

.linkFPage::-webkit-scrollbar {
  height: 3px;
  width: 10px;
}

.linkFPage::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;

}

.linkFPage::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 10px;
  width: 10px;
}


/* // */

.scrollNav::-webkit-scrollbar {
  height: 3px;
  width: 5px;
}

.scrollNav::-webkit-scrollbar-track {
  background: #383838;
  border-radius: 10px;

}

.scrollNav::-webkit-scrollbar-thumb {
  background: #202020;
  border-radius: 10px;
  width: 10px;
}


.linkPageActive {
  padding: 10px 20px;
  background-color: #0A5167;  
  color: #fff;
  border-radius: 5px;
}


/* //////////////////////navigation////////////////// */

.pagination {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 20px;
  gap: 2px;
}

.pagination .page-item {
  padding: 4px 10px;
  color: #7D7D7D;
  font-size: 16px;
  transition: .2s;
}

.pagination .page-item:hover {
  color: #096A3E;
}

.pagination .active {
  background-color: #2CA8DE;
  color: #fff !important;
  border-radius: 5px;
}

.pagination .previous {
  font-size: 22px;
}

.pagination .next {
  font-size: 22px;
}

/* /////////////////////sliderImage////////////////////////////// */

.sliderImage {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  position: relative;
  margin: auto;
}

.slideImg {
  height: 380px;
}

.sliderImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.contantPageD {
  position: relative;
  z-index: 1;
  padding: 20px 25px 35px 25px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(54, 54, 54, 0.068) 0px 3px 8px;
}

/* /////////////////////searchInput///////////////// */

.searchInput {
  display: flex;
  gap: 1px;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.082) 0px 3px 8px;
  width: 100%;
}

.searchInput i {
  font-size: 20px;
  color: #7D7D7D;
}

.searchInput input {
  padding: 10px;
  width: 100%;
  outline: none;
  color: #000;
}

.btnSearch {
  background-color: #0A5167;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  min-width: 80px;
  box-shadow: rgba(0, 0, 0, 0.082) 0px 3px 8px;
  
}


@media (max-width:1200px) {
  .imgCardFI {
    width: 50%;
  }

  .textCardFI {
    width: 50%;
  }
}

@media (max-width:991px) {
  .secBI {
    padding: 30px 10px;
  }

  .secBIF {
    flex-direction: column;
  }

  .textSecBIF {
    width: 100%;
  }

  .imgSecBIF {
    width: 100%;
    max-width: 350px;
  }

  .cardImgBIF::after {
    top: 10px;
    left: -10px;
  }

  .cardFI {
    flex-direction: column;
  }

  .imgCardFI {
    width: 100%;
    height: 300px;
  }

  .textCardFI {
    width: 100%;
  }

  .headerPage2 .textHomeHeroF {
    padding-top: 120px;
    padding-bottom: 5px;
  }

  .slideImg {
    height: 300px;
  }
}

@media (max-width:600px) {
  .contantPageD {
    padding: 20px 15px 35px 15px;
  }

  .slideImg {
    height: 200px;
  }

    .imgCardFI {
    height: 260px;
  }
}

@media (max-width:400px) {
  .contantPageD .lineLP {
    visibility: hidden;
  }
}


/* //////////////////////sectionPO////////////////////// */

.sectionPO {

}

.titleImg{
  width: 100%;
  object-fit: contain;
}

.sliderPO{
  padding: 10px 5px 10px 5px;
}

.cardPO{
  min-height: 240px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(168, 168, 168, 0.251) 0px 3px 10px;
}

/* ===== FAQ Accordion Styles ===== */
.faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-button {
  transition: all 0.3s ease;
  border-radius: 8px;
}

.faq-button:hover {
  background-color: #f8fafc;
}

.faq-button:hover .faq-question {
  color: #0A5167;
}

.faq-button:hover .faq-plus-icon {
  color: #0A5167;
  transform: scale(1.1);
}

.faq-question {
  transition: color 0.3s ease;
}

.faq-plus-icon {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.3s ease 0.1s,
              transform 0.3s ease 0.1s;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

.faq-item.active .faq-question {
  color: #0A5167;
  font-weight: 600;
}

.faq-item.active .faq-button {
  background-color: #f3f4f6;
}

.faq-item.active .faq-plus-icon {
  transform: rotate(180deg);
  color: #0A5167;
}


.faq-item.active {
  border-color: rgba(10, 81, 103, 0.2);
}

/* ///////////////////////////slederO/////////////////////////// */

.sliderOurD{
  position: relative;
}

.sliderO{
  width: 70%;
  max-width: 700px;
}

.cardOD{
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.imageSecO{
  width: 30%;
}

.imageSecO img{
  width: 100%;
  object-fit: contain;
  
}

.arrowOurD{
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;

}

  .arrowOurD .swiper-button-prev{
  position: relative;
  left: 0 !important;
}

.arrowOurD .swiper-button-next{
  position: relative;
  right: 0 !important;
}


@media (max-width:991px) {
  .sliderO{
    width: 100%;
    max-width: 100%;
  }

  .arrowOurD{
    left: 0;
  }

  .imageSecO{
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}

/* //////////////////////////// */

  .next-cardO{
    top: 42% ;
  }
  .prev-cardO{
    top: 42% ;
  }

@media (max-width:1000px) {
  .next-cardO{
    right: -10px !important;
    top: 42% ;
  }
  .prev-cardO{
    left: -10px !important;
    top: 42% ;

  }
}

/* ///////////////////////////// */

.mapContact{
  width: 100%;
  height: 500px;
  position: relative;
  background-color: #c9c9c9;
}

.mapContact iframe{
  width: 100%;
  height: 100%;
}

.contactFormP{
  position: absolute;
  top: 60px;
  left: 10%;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(138, 138, 138, 0.185) 0px 5px 18px;
  border-radius: 8px;
}

.inputFc{
 padding: 13px 22px;
  border: 1px solid #f5f5f5ce;
  outline: none;
  background-color: #096A3E0D;
  font-size: 15px;
  border-radius: 5px;
  color: #000;
  width: 100%;
  margin-bottom: 13px;
}

.inputFc::placeholder{
  color: #636363;
}

@media (max-width:620px) {
  .contactFormP{
    left: 50%;
    transform: translateX(-50%);
  }
}


/* ///////////////////////////// */


.imageMH{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.donation-modal-header::after{
  content: " ";
  background-color: #000000cc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Campaign Images Slider Styles */
.campaignImagesSlider {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.campaignImagesSlider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaignImagesSlider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.campaignImagesSlider .swiper-slide a:hover {
  transform: scale(1.02);
}

.campaignImagesSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campaignImagesSlider .swiper-button-next,
.campaignImagesSlider .swiper-button-prev {
  color: #fff;
  background: rgba(3, 65, 84, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.campaignImagesSlider .swiper-button-next:after,
.campaignImagesSlider .swiper-button-prev:after {
  font-size: 18px;
}

/* Show arrows on slider hover */
.campaignImagesSlider:hover .swiper-button-next,
.campaignImagesSlider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.campaignImagesSlider .swiper-button-next:hover,
.campaignImagesSlider .swiper-button-prev:hover {
  background: rgba(3, 65, 84, 0.9);
  transform: scale(1.1);
}

.campaignImagesSlider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.campaignImagesSlider .swiper-pagination-bullet-active {
  background: #00B8F3;
  opacity: 1;
}

@media (max-width: 768px) {
  .campaignImagesSlider .swiper-button-next,
  .campaignImagesSlider .swiper-button-prev {
    width: 30px;
    height: 30px;
    opacity: 1;
    visibility: visible;
  }

  .campaignImagesSlider .swiper-button-next:after,
  .campaignImagesSlider .swiper-button-prev:after {
    font-size: 14px;
  }
}
