* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
  }
  @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  :root,
  [data-bs-theme="light"] {
    /* --bs-body-bg: #fff3e9; */
    --bs-border-color: none;
    --base02: none;
    
  }
  .dropdown-menu{
    --bs-dropdown-link-active-bg: #032d60;
    font-size: 14px;
  }
  
  @media (min-width: 992px){
    .mt-lg-3-5 {
      margin-top: 3.5rem !important;
  }
  }
 
  
 
  @media (min-width: 992px){
    .mt-lg-10 {
      margin-top: 103px !important;
  }
  }
  /* html,body{
    overflow-x: hidden;
  } */
  
 html{
  scroll-behavior: smooth;
 }
  
  body {
  font-family: "Rubik", sans-serif;
  background-color: #ffffff;
 overflow-x: hidden;
  font-optical-sizing: auto;
 
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #032d60;
    color: #ffffff !important;
  }
  
  .nav-link {
    font-size: 16px;
   
    letter-spacing: 1px;
  
    margin: 5px !important;
  }
  
  .bg-nav {
    background-color: #ebe8e3;
  }

  .btns-bg{
    /* background: linear-gradient(356deg, rgb(108, 17, 182) 0%, rgb(180, 25, 161) 100%); */
    background-color: #032d60;

  }

  /* .bg-cards{
    background: linear-gradient(90deg, rgba(33, 99, 212, 1) 0%, rgba(93, 227, 116, 1) 100%);
  } */

  .text-cl{
    /* color: #1d2649; */
    color: #032d60;
  }
  
  /* .nav-item .nav-link:hover {
    color: #ffffff !important;
  } */
  
  .cont-item .cont-link:hover {
    color: #412236 !important;
  }
  
  .cont-link {
    color: #1d2649 !important;
  }
  .title-text {
    color: #44233b;
  }
  
  .sub-title {
    color: #d72052;
  }
  .sub-bg {
    color: #fd8f8f;
    letter-spacing: 6px;
  }

  /* .btn:hover{
    background-color: #d72052 !important;
  } */
  
  .sub-bgs {
    color: #fd8f8f;
    letter-spacing: 1px;
  }
  
  a {
    text-decoration: none;
  }
  
  /* home img */
  
  .img-y {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  }
  .img-x {
    /* clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); */
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  }
  
  @media (min-width: 992px) {
    .main-title {
      padding: 0% 20% 0% 20%;
    }
    .max-w {
      max-width: 290px;
    }
    .sub-r {
      padding: 0px 0px 0px 20rem;
    }
    .sub-last {
      max-width: 330px;
    }
  }
  
  .end-btns:hover {
    background-color: #db4242 !important;
  }
  /* background img in programs section */
  
  /* donation section  */
  
  .don-bgs {
    background-image: url("./assets/images/icon-3.png");
    background-position: top;
    background-repeat: no-repeat;
  }
  
  /* .progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
  
    .title {
      opacity: 0;
      animation: show 0.35s forwards ease-in-out 0.5s;
    }
  }
   */
  progress {
    color: lightblue;
  }
  
  .progress::-moz-progress-bar {
    background: lightblue;
  }
  
  .progress::-webkit-progress-value {
    background: red;
  }
  
  .progress::-webkit-progress-bar {
    background: blue;
  }
  
  @keyframes progress {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  /* .img-mask{
       background: linear-gradient(to bottom, rgba(65, 34, 54, 0) 0%, #412236 100%);
       opacity: 1;
       background-color: rgba(0, 0, 0, 0.4);
       z-index: -1;
    }
  
    .img-mask:hover{
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 34, 54, 0)), to(#412236));
      background: -webkit-linear-gradient(top, rgba(65, 34, 54, 0) 0%, #412236 100%);
    } */
  
  .don-bg {
    background: #49263d;
    background-image: linear-gradient(
      180deg,
      #49263d 31%,
      rgba(73, 38, 61, 0) 100%
    );
    opacity: 1;
  }
  .inner-imgs-news {
    position: relative;
  }
  
  .capt {
    position: absolute;
    top: 64%;
    left: 40%;
    transform: translate(-50%, -50%);
  
    color: white;
  }
  
  .inner-imgs-news-1 {
    position: relative;
  }
  
  .capt-1 {
    position: absolute;
    top: 64%;
    left: 40%;
    transform: translate(-50%, -50%);
  
    color: white;
  }
  
  @media (min-width: 992px) {
    .inner-imgs-news-1 {
      position: relative;
    }
  
    .capt-1 {
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translate(-85%, -50%);
  
      color: white;
    }
  }
  
  .amount-links {
    padding: 7px 25px;
  }
  
  @media (min-width: 992px) and (max-width: 1326px) {
    .texts {
      font-size: 29px !important;
    }
  }
  
  @media (min-width: 200px) and (max-width: 506px) {
    .texts {
      font-size: 15px !important;
    }
  }
  
  .bg-event {
    background-color: #ffefe2;
  }
  .btn-infos {
    padding: 9px 38px;
  }
  
  .accordion {
    background: transparent;
  }
  
  /* nav donation btn */
  @media (min-width: 991px) and (max-width: 1200px) {
    .nav-btns {
      display: none;
    }
  }
  
  .w-max {
    width: max-content;
  }
  /* box clips */
  
  .img-clip-v {
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 75%,
      100% 100%,
      49% 80%,
      0 100%,
      0% 75%
    );
  }
  
  .img-clip-sp {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
  }
  
  .img-clip-sp-r {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  }
  
  .form-wx {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
  
  .border-4px {
    border: 4px solid #fd8f8f;
  }
  
  /* back to top btn */
  /* #scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    background: #ff9d00;
    border-radius: 100%;
    cursor: pointer;
    display: none;
  }
  #scroll-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
  }
  #scroll-top:hover {
    transition: 0.3s;
    box-shadow: 0 0 20px 4px #fff;
  } */
  
  .scroll-top {
    position: fixed;
    display: inline-block;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    background: #032d60;
    border-radius: 100%;
    cursor: pointer;
    display: none;
  }
  
  .scroll-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
  }

  
  /* .scroll-top:hover {
    transition: 0.3s;
    background-color: #db4242;
  } */
  
  .clip-img-y{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
  }
  .clip-img-x{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }

  

  .icons-main{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background-color: #d72052; */
  /* background: rgb(94, 83, 221); */
  width: 100px;
  height: 100px;
  /* border: 3px solid #80dbea; */
  }
  .icons{
    font-size: 60px !important;
  }
  
 .vl-bg{
    background-color: #f2f6fa;
    /* background-image: url('./assets/images/bg3.jpg'); */
    /* background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
  background-position: center; */
 }


 .text-inp,
 .text-email,
.text-tel,
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  /* text-transform: capitalize; */
  padding: 1rem 0.4rem;
}

.icons-c{
    height: 50px;
    width: 50px;
}
/* .aside {
  background-image: linear-gradient(
    to left bottom,
    #051937,
    #002350,
    #002d69,
    #003684,
    #01409f
  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
} */

/* ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
} */


.title-font{
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  /* h2 tags */
  
}

.sub-title-font{
  font-size: 16px;
  font-weight: 400;
  /* h4 tags font-size: 24px;*/
  

}
.h-48{
  height: 489.78px !important;
}
.py-13{
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.body-font{
  font-size: 16px;
  color: #4A4A4A;
  /* p tags */
}

  /* .our-bg{
    background-image: url('./assets/images/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;

    
    
  } */

.hero-box{
  /* background: linear-gradient(130deg, rgba(255, 255, 255, 0.6), transparent); */
 background-color: #ffffff;
   
    /* background-image: linear-gradient(to right, rgba(140, 59, 140, 1), rgba(255, 94, 84, 1)) !important; */

}

/* top social icons */
.socail_icon{
  /* background: linear-gradient(356deg, rgb(108, 17, 182) 0%, rgb(180, 25, 161) 100%); */
  background-color: #032d60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.dont-btns{
  /* background: linear-gradient(356deg, rgb(108, 17, 182) 0%, rgb(180, 25, 161) 100%); */
  background-color: #032d60 !important;
  font-size: 14px;
 
}

.sg-btn{
  /* background: linear-gradient(130deg, rgba(255, 255, 255, 0.6), transparent); */
  border: solid 2px #032d60;
}
.sg-btn:hover{
  background-color: #032d60 !important;
  color: #ffffff;
}

.bg-co{
  background-color: #c2e8ff;
  border-bottom: 15px solid #3a7ca5;
}
.text-co{
  color: #0b5cab;
}

.btn:hover{
  background-color: #032d60;

}


.border-inps{
  border: 1px solid #032d60;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sg-btn {
    display: none;
  }
}



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icons-main:hover{
  animation-name: rotate;
  animation-duration: 2s;
 
}
.icons-main{
  transition: all 0.5s ease-out;
}

.bg-1{
  border-top: 25px solid #326273;
}
.icon-bg-1{
  background-color: #326273 ;
}
.bg-2{
border-top: 25px solid #EC008C;
}
.icon-bg-2{
  background-color: #EC008C;
}
.bg-3{
  border-top: 25px solid #43bd46;
}
.icon-bg-3{
  background-color: #43bd46;
}
.bg-4{
  border-top: 25px solid #ffc914;
}
.icon-bg-4{
  background-color: #ffc914;
}

.bg-5{
  border-top: 25px solid #c17ff0;
}
.icon-bg-5{
  background-color: #c17ff0;
}

.bg-6{
  border-top: 25px solid #ee7bbc;
}
.icon-bg-6{
  background-color: #ee7bbc;
}
.bg-7{
  border-top: 25px solid #264653;
}
.icon-bg-7{
  background-color: #264653;
}
.bg-8{
  border-top: 25px solid #2a9d8f;
}
.icon-bg-8{
  background-color: #2a9d8f;
}
.bg-9{
  border-top: 25px solid #e9c46a;
}
.icon-bg-9{
  background-color: #e9c46a;
}
.bg-10{
  border-top: 25px solid #f28482;
}
.icon-bg-10{
  background-color: #f28482;
}
.bg-11{
  border-top: 25px solid #3d405b;
}
.icon-bg-11{
  background-color: #3d405b;
}

.bgs-nav{
  background-color: #032d60;
}

.m-bg{
  background-color: #ee6c4d;
}
.m-bgs{
  border-left: 20px solid #ee6c4d;
  
}
.v-bg{
  background-color: #0d3b66;
}
.v-bgs{
  border-left: 20px solid #0d3b66;
}
.d-bg{
  background-color: #119da4;
}
.d-bgs{
  border-left: 20px solid #119da4;
}
.boxes-1,.boxes-6{
  border-bottom: 15px solid #ee6c4d;
}
.boxes-2,.boxes-5{
  border-bottom: 15px solid #084c61;
}
.boxes-3,.boxes-4{
  border-bottom: 15px solid #ff8600;
}

.main-hero-box{
  border-right: 15px solid #deabbe;
}
@media (min-width: 992px){
  .nav-uls{
    display: contents;
  }
  .bgs-navs{
    background-color: #ffff;
  }
  .nav-br{
    border-left: 1px solid #ffffff;
   
    
  }

  /* .nav-rows{
    border-top: 4px solid #032d60;
    border-bottom: 4px solid #032d60;
    border-top-left-radius: 20px;
   
    border-top-right-radius: 20px;
  }

  .li-first{
    position: relative;
  }
    .li-first::before{
      content: "";
     
      height: 31px;
      width: 46px;
      
      position: absolute;
      left: -22px;
      top: -4px;
      
      border-top-left-radius: 20px;
      background: #032d60;
    } */

    
  .mx-13{
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .ms-6{
    margin-left: 83px;
  }
  .px-r-3{
    padding-right:73px !important;
    margin: 0 !important;
    
  }

  .mx-6{
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}
  
  .px-r-2{
    padding-right: 77px !important;
    margin: 0 !important;
  }
  .px-r-1{
    padding-right: 100px !important;
    margin: 0 !important;
  }
  .px-r-4{
    margin: 0 !important;
    padding-right: 20px !important;
  }
  .px-r-1{
    border: 1px solid #1d2649;
   }
   .px-r-2{
     border: 1px solid #1d2649;
     border-top: 0;
   }
   .px-r-3{
     border: 1px solid #1d2649;
     border-top: 0;
   }
   .px-r-4{
     border:1px solid #1d2649;
     border-top:0;
   }
}

.ms-box-3{
  border-bottom: 15px solid #311432;
}
.ms-box-1{
  border-right: 15px solid #ff7f51;
}
.ms-box-2{
  border-right: 15px solid #324376  ;
}
.nav-sgs{
  border: 2px solid #ffffff;
}

@media ( max-width:991px){
  .title-font{
    font-size: 26px;
  }
  .px-r-1,.px-r-2,.px-r-3,.px-r-4{
    border: 1px solid #1d2649 !important;
   }
   .overflow-x-sm{
    overflow-x: auto;
   }
   /* .scroll_img{
    height: 34vh;
    object-fit:cover ;
  } */
  .h-48{
    height: 356.78px !important;
  }
   
}
.nav-link:hover{
  color: #032d60;
}

.border-1{
  border: 1px solid #4A4A4A !important;
  margin: 0% !important;
  padding-right: 25.8px !important;
}
.border-2{
  border: 1px solid #4A4A4A !important;
  margin: 0% !important;
}

.btn:first-child:active{
  background-color: #032d60 !important;
  color: #ffffff !important;
}
.sg-btn:active{
  background-color: #ffffff !important;
  border: solid 2px #032d60 !important;
  color: #032d60 !important;
}

.nav-br {
  flex-grow: 1;
  
}

.nav-uls{
  flex: 0 0 100%;
}


/* .ms-6{
  margin-left: 83px;
} */

.border-top{
  border-top: 1px solid #999 !important;

}
.text-ft{
  color: #2c2c2c;
}
.ft-head{
  color: #505050;
}

.ft-icons{
  background-color: #808080 !important;
}

.px-r-1{
 border: 1px solid #1d2649;
}
.px-r-2{
  border: 1px solid #1d2649;
  border-top: 0;
}
.px-r-3{
  border: 1px solid #1d2649;
  border-top: 0;
}
.px-r-4{
  border:1px solid #1d2649;
  border-top:0;
}
.helper-m{
  margin: 0 !important;
}

.text-justify{
  text-align: justify;
}
.bg-helpers{
  background-color: #B8E2F2;
}

.innerimg .card-img-top{
  transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.innerimg .card-img-top:hover{
  transform: scale(1.1);
}

.innerimg{
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.qutos{
  color: #1ba1d2;
}

.rounded-8{
  border-radius: 80px;
}
.scroll-bars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-blue {
    color: blue; 
}

.img-responsive{
  width: auto;
   height: 281px; 
  object-fit:fill ;
}