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

:root{
    --Dyaf-bg-color:#fff;
    --Dyaf-y-color:#D39D27;
    --Dyaf-g-color:#26C6FC;
    --Dyaf-btext-color:#000;
    --Dyaf-wtext-color:#fff;
    --Dyaf-gray-color:#a5a9aa;
    --Dyaf-btn-color:#F15E0B;
    --Dyaf-lightbtn-color:#ff5e0090;
    --hover-box-shadow:rgba(0,0,0,0.19)0px 10px 20px,
                       rgba(0,0,0,0.23)0px 6px 6px; 
    --gradient-white-bg:linear-gradient(0deg,#fff 0%,#edf4fa 51%,#e5eef7 100%);
    --Dyaf-dy-color:#7D6E3D;
    --dyaf-mv-card-color:#3d3d3d;
}
*{
  font-family: 'Poppins', sans-serif!important;
  }

html, body {width: auto!important; background-color: #f8f8f8; overflow-x: hidden!important} 

.offcanvas {
  bottom: initial;
  background-color: #f5f4f4;
 }

a{
  text-decoration: none;
}
.margin-t-and-b{
 margin:60px 10px;
}
.margin-t{
  margin-top:160px ;
}
.sm-margin-t{
  margin-top:60px ;
}
.margin-t-and-b-plus{
  margin: 60px 100px;
}
.float-right{
    float: right;
  }
.h1-color{
    color: var(--Dyaf-dy-color);
}
.h1-by-color{
    color: var(--Dyaf-y-color);
}
.section-first {
  margin-left: 0;
  margin-right: 0;
}

.navbar{
    background-color: var(--Dyaf-bg-color);
    height: 80px;
}
.navbar-brand img ,.offcanvas-title img{
    width: 173px;
    height: auto;
}
.donate-button{
   background-color: var(--Dyaf-btn-color); 
   color: var(--Dyaf-bg-color);
   font-size: 14px;
   padding: 8px 20px;
   border-radius: 7px;
   text-decoration: none;
   transition: 0.3s background-color;
}
.donate-button:hover{
    background-color: var(--Dyaf-lightbtn-color);
}
.navbar-toggler{
    border: none;
    font-size: 1.2rem;
}
.navbar-toggler:focus, .btn-close:focus{
    box-shadow: none;
    outline: none;
}
.nav-link{
    color: var(--Dyaf-btext-color);
    font-weight: 500;
}
.nav-link:hover{
    color: var(--Dyaf-btn-color);
}
.navbar-nav .nav-link.active{
    color: var(--Dyaf-btn-color);
}

  .image-background {
    min-height: 80vh;
    background-size: cover;
    position: relative;
}

.button-overlay-feed{
  position: absolute;
  width: 100%;
  height: 100%;
}

  .btn-danger-feed{
    border-radius: 1px solid var(--Dyaf-btn-color);
    padding: 24px 178px;
    background-color: #D0183450;
    margin-top: 120px;
  }
  .hero-card{
    height: 233px;
  }
  .p-tag-style{
    line-height: 30px;
  }
  .p-tag-style li{
    margin-bottom: 20px;
  }
/*badge//////////////////////////////////////////////////////////////////////////////////////////*/


  .badge-primary {
    color: var(--Dyaf-btn-color);
  }
  
  .badge {
    display: inline-block;
    font-size: 17px;
    padding-top: 19px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border-radius: 100%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  /*Animation*/
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.9);
      opacity: 0.7;
    }
    50% {
      -webkit-transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0.9);
      opacity: 0.7;
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0.9);
      opacity: 0.7;
    }
    50% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.9);
      opacity: 0.7;
    }
  }
  
  #zio {
    width: 76px;
    height: 76px;
    background-color:var(--Dyaf-bg-color);
    border-radius: 100%;
    margin: 0% auto;
    border: 1px solid var(--Dyaf-btn-color);
    position: absolute;
    top: 0;
    left: 0;
  
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out;
    -moz-animation: pulse 3s infinite ease-in-out;
    animation: pulse 3s infinite ease-in-out;
  }
  
.card-title-start-h4{
    text-align: start;
}
.btn-gallery-icon{
    color: var(--Dyaf-btn-color);
    padding-left: 10px;
}
.view-gal-icon-txt{
  align-items: center;
  border-radius: 53px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 0px;
}

.b-a-v-btn a{
    padding: 16px 22px;
    font-size: 20px;
}

/*youtube section............................///////////////////////////////////////////*/

.youtube-background {
    min-height: 70vh;
    background-size: cover;
    position: relative;
  }

.yt-overlay-feed{
    position: absolute;
    width: 100%;
    height: 100%;
  }
.yt-overlay-feed img{
    width: 450px;
    height: auto;
    border-radius: 7px;
}
.youtube-icon{
    position: absolute;
}
.youtube-icon img{
    width: 70px;
    height: auto;
}

/*blog section............................///////////////////////////////////////////*/

.gap-init{
    gap: 7px;
}

/*contact-home section............................///////////////////////////////////////////*/

.contact-design-background{
    min-height: 70vh;
    background-size: cover;
    position: relative; 
}
.ct-overlay-feed{
    position: absolute;
    width: 100%;
    height: 100%;
}
.ct-overlay-feed img{
    width: 40%;
}
.contact-us-icon{
  position: absolute;
}
.contact-home-btn{
    background-color:#1C274C; 
   color: var(--Dyaf-bg-color);
   font-size: 20px;
   padding: 15px 47px;
   border-radius: 7px;
   text-decoration: none;
   transition: 0.3s background-color;
}
.contact-home-btn:hover{
    background-color: rgb(2, 91, 121);
    color: var(--Dyaf-bg-color);
}

/*............................//donation-page/////////////////////////////////////////*/

.cards {
  margin: 0 auto;
  text-align: center;
	display: -webkit-flex;
	display: flex;
  border-radius: 10px;
	-webkit-justify-content: center; 
  justify-content: center;
  -webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.cards:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}
.right-donate-design-img{
  position: absolute; 
  width: 200px; 
   position: absolute; 
   width:339px;
   top: -80px;
   left:94px;
   z-index: -1;
}
.donate-padding-card{
  margin-top:-1rem;
  background-color: var(--dyaf-mv-card-color);
}
.donate-acct-card{
  margin-top:-2rem;
}
.rt-donate-imgg{
  width: 100%;
  height: 80vh;
  padding: 0 30px;
}

/*............................//Gallery-page/////////////////////////////////////////*/

.image-background-g {
  min-height: 70vh;
  background-size: cover;
  position: relative;
}
.footer-mt{
  margin-top: 7rem;
}

/*............................//mission-page/////////////////////////////////////////*/

.list-m-p li::marker {
  color: #D39D27;
}
.mission-h1-style{
  font-size: 4.9rem; 
  padding-top: 10rem;
}
.mission-cards{
  text-align: left;
  background-color: var(--dyaf-mv-card-color);
  color: var(--Dyaf-bg-color);
}
.auto-mv-design-img{
  margin-top: 40px;
}
.cs-mt-ul{
  margin-top: 30px;
}


/*............................//vision-page/////////////////////////////////////////*/
.image-background-vision {
  min-height: 90vh;
  background-size: cover;
  position: relative;
}
.vision-h1-style{
  font-size: 4.9rem; 
  padding-top: 20rem;
  padding-right: 250px;
}
.vision-p-img{
  flex-direction: column;
}
.vision-donate-design-img{
  position: absolute; 
  width: 242px; 
   position: absolute; 
   width:339px;
   top: -27px;
   left:94px;
   z-index: -1;
}
.padding-left-vs{
  line-height: 2.5rem;
}
.padding-left-vs-btn{
  padding-left: 3rem;
}
/*............................//contact-page/////////////////////////////////////////*/

.contact-container{
  padding: 2rem 6rem;
}
.right_conatct_social_icon{
     background: var(--Dyaf-btn-color);
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px
}
.form-control{
  padding: 0.875rem 0.75rem!important;
}
.contact_field p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 0px;
    top: 18%;
    color: var(--Dyaf-bg-color);
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: var(--Dyaf-btn-color);
    border: none;
    color: #fff;
    padding: 11px 45px;
    margin-top: 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 12px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 20px;
}


/**************************************************************************/
#progress{
  position: fixed;
  /* background: #194eb9; */
  z-index: 1000;
  bottom: 60px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  color: #1d002c;
  cursor: pointer;
  box-shadow: rgba(50,50,93,0.25)0px 50px 100px -20px,
  rgba(0,0,0,0.3)0px 30px 60px -30px,
  rgba(10,37,64,0.35)0px -2px 6px 0px inset;
}
#progress-value{
  display: grid;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  background: var(--Dyaf-btn-color);
  border-radius: 50%;
  color: #fff;
  place-items: center;
  font-size: 25px;
}




/**************************Breakpoints********************************************************/

@media (min-width: 1199.98px) {
  .auto-mv-designn-img{
    display: inline-block!important;
   }
   .image-background-g{
    margin-top: 50px
  }
  .img-mv-resize{
    width: 413px!important;
  }
  .design-r-img{
    width: 385px!important;
  }
  .auto-mv-design-img {
    width: 386px;
  }
  .socil_item_inner li a {
    margin: 0px 10px;
  }
}




@media screen and (max-width: 991.98px){

  .col-md-4 {
    padding-bottom: 25px;
  }
    .left-donate-design-img{
      left: 268px!important;
      width: 184px!important;
      top: 366px!important;
    }
    .ct-overlay-feed img {
      width: 51%;
  }
  .contact-home-btn{
    font-size: 17px;
    padding: 11px 33px
  }
  .yt-overlay-feed img {
    width: 337px!important;
  }
  .youtube-icon img {
    width: 70px!important;
  }
  .two-img-umv{
    width: 100%!important;
  }
   .socil_item_inner li a {
    margin: 0px 7px!important;
  }
  .contact_field {
    padding: 60px 215px 90px 45px!important;
  }
  .contact_info_sec {
    width: 282px!important;
  }
  .image-background-g{
    margin-top: 50px
  }
  .res-gallery-img{
    height: auto!important;
  }
  .img-mv-resize{
    width: 244px!important;
  }
  .design-r-img{
    width: 274px!important;
  }
  .list-m-p {
    padding-left: 6rem;
  }
  .auto-mv-design-img {
    width: 244px!important;
  }
  .sm-margin-t {
    margin-top:4px!important;
  }
}



  @media screen and (max-width: 767.98px) {
    .image-background{
      min-height: 40vh;
    }
    .btn-danger-feed {
      padding: 13px 80px;
      margin-top: 90px;
    }
    .image-background-g {
      min-height: 40vh;
    }
    .hero-cardtitle-img{
      width: 80px!important;
    }
    .margin-btn-vision a{
        margin: 0!important;
      }
      .left-donate-design-img{
        left: 433px!important;
        width: 161px!important;
        top: 231px!important;
      }
      .res-vh img{
          height: 100%;
      }
      .b-a-v-btn a {
        padding: 13px 22px
      }
      .ct-overlay-feed img {
        width: 85%;
    }
    .contact-home-btn{
      font-size: 14px;
      padding: 11px 32px
    }
    .yt-overlay-feed img {
      width: 350px!important;
    }
    .youtube-icon img {
      width: 80px!important;
    }
    .two-img-umv{
      width: 100%!important;
    }
    .view-gal-buttn{
      margin-top: -5rem!important;
    }
    .view-gal-buttn .btn{
      background-color: #e5eef780;
    }
    .donate-acct-card{
      width: 43rem!important;
    }
    .magin-bt-d{
      margin-bottom: 2rem!important;
    }
    .rt-donate-imgg{
      height: auto!important;
    } 
    .res-gallery-img{
      height: auto!important;
    }
    .contact-container {
      padding: 2rem 4rem!important;
  }
  .whistler-cont-reading{
    text-align: initial!important;
  }
  .auto-mv-designn-img{
    display: none!important;
   }
   .image-background-vision{
    min-height: 60vh; 
  }
  .vision-h1-style{
    font-size: 2rem; 
    padding-top: 9rem;
    padding-left: 250px;
  }
  .vs-Amelio{
    padding-right: 0!important;
  }
  .contact_info_sec{
    display: none!important;
  }
  .contact_field {
    padding: 94px 74px 14px 44px!important;
  }
  .image-background-g{
    margin-top: 80px
  }
  .img-mv-resize{
    width: 100%!important;
  }
  .design-r-img{
    width: 100%!important;
  }
  .list-m-p {
    padding-left: 1rem;
  }
  .auto-mv-design-img {
    width: 100%!important;
  }
  .sm-d-none{
    display: none!important;
  }
  .margin-t-and-b-plus{
    margin: 60px 10px!important;
  }
  .socil_item_inner{
    padding-bottom: 0px!important;
}

 }



  @media screen and (max-width: 575.98px) {
    .btn-danger-feed {
      padding: 12px 70px;
      margin-top: 90px;
    }
    .hero-card {
      height: 177px;
      border-radius: 0px;
    }
    .hero-cardtitle-img{
      width: 65px!important;
    }
    .padding-left-vs-btn{
      padding-left: 1rem!important;
    }
    .card-text-size{
      font-size: 1rem!important;
    }
    .reverse-row{
      display: flex;
      flex-direction: column-reverse!important;
  }
    .donate-h1-size{
      font-size: 2rem!important;
    }
    .left-donate-design-img{
      left: 284px!important;
      width: 150px!important;
      top:314px!important;
    }
    .b-a-v-btn a {
      padding: 9px 12px!important;
      font-size: 15px!important;
    }
    .card-img-top{
      height: 250px!important;
    }
    .ct-overlay-feed img {
      width: 86%;
    }
    .contact-home-btn{
      font-size: 14px;
      padding: 11px 32px
    }
    .yt-overlay-feed img {
      width: 320px!important;
    }
    .youtube-icon img {
      width: 80px!important;
    }
    .two-img-umv{
      width: 100%!important;
    }
    .view-gal-buttn{
      margin-top: -5rem!important;
    }
    .view-gal-buttn .btn{
      background-color: #e5eef780;
    }
    .donate-acct-card{
      width: 30rem!important;
    }
    .magin-bt-d{
      margin-bottom: 3rem!important;
    }
    .fw-bolder {
       font-weight: 400!important;
    }
       .res-gallery-img{
        height: auto!important;
      }
      .contact_field {
        padding: 94px 34px 14px 44px!important;
      }
      .contact_info_sec{
        display: none!important;
      }
      .mis-p-l-0{
        padding-left: 0!important;
      }
     .auto-mv-designn-img{
      display: none!important;
     }
     .image-background-vision{
      min-height: 40vh;
      margin-top: 30px;
    }
    .vision-h1-style{
      font-size: 2rem; 
      padding-top: 7rem;
      padding-left: 250px;
    }
    .vs-Amelio{
      padding-right: 0!important;
    }
    .image-background-g{
      margin-top: 80px
    }
    .at-sm-column-r{
      display: flex!important;
      flex-direction: column-reverse!important;
    }
    .disp-none-sm{
      display: none!important;
    }
    .margin-t-and-b-plus{
      margin: 60px 10px!important;
    }
    .socil_item_inner{
      padding-bottom: 0px!important;
  }
  }



  @media screen and (max-width: 375px) {
    .ct-overlay-feed img {
      width: 100%;
  }
  .card-img-top {
    height: 194px!important;
  }
  .image-background-g{
    margin-top: 80px
  }
  .disp-none-sm{
    display: none!important;
  }
  .socil_item_inner{
    padding-bottom: 0px!important;
  }
  .left-donate-design-img{
    display: none!important;
  }
}
  








