@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Anton&display=swap);
*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    border: none;
    
    
}
@font-face {
    font-family: Founder;
    src: url(FoundersGroteskCondensed-Bold.ttf);
}
@font-face {
    font-family: CardinalR;
    src: url(cardinalfruitweb-regular.ttf);
}
@font-face {
    font-family: Cardinali;
    src: url(cardinalfruitweb-italic.ttf);
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fef8f8;
}
body a{
    COLOR:  white;
  
}
/* ----- SMOOTH SCROLL ----- */
html{
    scroll-behavior: smooth;
}
::-webkit-scrollbar{
    width: 10px;
    border-radius: 25px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover{
    background: #bbb;
}
/* ----- SMOOTH SCROLL END----- */
/*------------------Navbar------------------------*/

header{
    position: relative;
    background-color: transparent;
}
.navbar ul li a{
    transition: .3s ease-in-out;
}
.navbar ul li a img{
    transition: .3s ease-in-out;
}
.navbar ul li a img{
    width: 15rem;
}
.navbar .logo img{
    width: 10rem;
}
.navbar{
    width: 100%;
    max-width: 1750px;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}
.navbar .navbar-links{
    display: flex;
    gap: 2rem;
}
.navbar .toggle_btn{
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}
.action_btn{
    background-color: orange;
    color: #ffffff;
    padding: 0.8rem 1.1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: scale 0.4s ease;
}
.action_btn:hover{
    scale: 1.2;
    color: #ffffff;
}
.action_btn:active{
    scale: 0.95;
}
.dropdown_menu{
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 300px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open{
    height: 520px;
}
.dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_menu .action_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.w3-dropdown-content .w3-bar-block .w3-dark-grey{
    background-color: transparent;
}
.double-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35rem;
}
                                    /*Media Queries*/
@media(max-width:992px){
    .navbar .navbar-links,
    .navbar .action_btn{
        display: none;
    }

    .navbar .toggle_btn{
        display: block;
    }
    .dropdown_menu{
        display: block;
    }
}
@media(max-width: 576px) {
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }
}
/*-----------Navbar End-------------------*/



.head-image img{
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;

}


/*------------------------------------- our intervation ------------------------------*/
#intervantion{
    text-align: center;
    font-weight: 800;
    font-family: 'Ganttlets',sans-serif;
    font-size: 50px;
    padding-top: 10px;
}
.all-heading-container{
    display: flex;
    justify-content: center;
}
.all-heading-container img{
    width:40vw;
}
.intervention-wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 100rem;
}
.intervention-cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intervention-col{
    width: calc(30% - 2rem);
    margin: 1rem;
    cursor: pointer;
}
.intervention-container{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}
.intervention-front,.intervention-back{
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #000000;
    font-size: 1.5rem;
}
.intervention-front p , i {  
    color: #ffffff;
}
.intervention-back{
    background: url(intervention/Background.jpg);
}
.intervention-front:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.intervention-container:hover .intervention-front,
.intervention-container:hover .intervention-back{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.intervention-back{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
}
.intervention-inner{
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
              transform: translateY(-50%) translateZ(60px) scale(0.94);
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent;
      -webkit-perspective: inherit;
              perspective: inherit;
      z-index: 2;
}
.intervention-container .intervention-back{
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
}
.intervention-container .intervention-front{
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
}
.intervention-container:hover .intervention-back{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.intervention-container:hover .intervention-front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
} 
.intervention-back p{
    font-family: monospace;
}
.intervention-front .intervention-inner p{
    font-size:2vw;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: 'Ganttlets',sans-serif;
    margin-bottom: 2rem;
    position: relative;
}
.intervention-front .intervention-inner p:after{
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #ffffff;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}
@media screen and (max-width:64rem){
    .intervention-col{
        width: calc(33.333333% - 2rem);
    }
}
@media screen and (max-width: 48rem){
    .intervention-col{
        width: calc(50% - 2rem);
    }
}
@media screen and (max-width: 32rem){
    .intervention-col{
        width: 100%;
        margin: 0 0 2rem 0;
    }
}
@media screen and (max-width: 512px){
    .intervention-front .intervention-inner p{
        font-size:6vw;
    }
}
@media(max-width: 1264px){
    .intervention-back p{
        font-size: 1.5vh;
    }
}
/*------------------- our intervation end --------------------*/

/*------------------- Creativity Ki dukan --------------------*/
.btn{
    font-weight: 500;
    padding: 12px 20px;
    background: #efefef;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
}
.btn>i{
    margin-left: 10px;
}
.btn:hover{
    background: rgb(0, 201, 255);
    color:rgb(255, 255, 255);
}
/* ----- GLOBAL ICONS DESIGN ----- */
.second-container{
    width: 100%;
    position: relative;
}
/* ----- WRAPPER DESIGN ----- */
.wrapper{
    padding-inline: 8vw;
}
/* ----- FEATURED BOX ----- */
.featured-box{
    position: relative;
    display: flex;
    height: 70vh;
    
}
/* ----- FEATURED TEXT BOX ----- */
.featured-text{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 80vh;
    flex-direction: column;
    width: 70%;
    padding-left: 20px;
}
.featured-text-card span{
    background: rgb(192, 166, 49);
    color:rgb(255, 255, 255);
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 5px;
}
.featured-name{
    font-size: 50px;
    font-weight: 600;
    color: rgb(68, 68, 68);
    margin-block: 20px;
}
.typedText{
    text-transform: capitalize;
    color: rgb(30, 159, 171);
}
.featured-text-info{
    font-size: 15px;
    margin-bottom: 30px;
    color: rgb(68, 68, 68);
}
.featured-text-btn{
    display: flex;
    gap: 20px;
}
.featured-text-btn>.blue-btn{
    background: rgb(110, 87, 224);
    color:rgb(255, 255, 255);
}
.featured-text-btn>.blue-btn:hover{
    background: rgb(40, 91, 212);
}
/* ----- FEATURED side_image BOX ----- */
.featured-image{
    display: flex;
    justify-content: right;
    align-content: center;
    min-height: 80vh;
    width: 50%;
}
.side_image{
    margin: auto 0;
    width: 500px;
    height: 380px;
    border-radius: 10% 5% 10% 5%;
    overflow: hidden;
    animation: imgFloat 7s ease-in-out infinite;
}
.side_image iframe{
    width: 500px;
    height: 380px;
    object-fit: cover;
}
@keyframes imgFloat {
    50%{
        transform: translateY(10px);
        border-radius: 10% 15% 10% 15%;
    }
}

/* ----- MEDIA QUERY == 1024px / RESPONSIVE ----- */
@media only screen and (max-width: 1024px){
    .featured-text{
        padding: 0;
    }
    .side_image, .side_image iframe{
        width: 320px;
        height: 320px;
    }
}
/* ----- MEDIA QUERY == 900px / RESPONSIVE ----- */
@media only screen and (max-width: 900px) {
    .featured-box{
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }
    .featured-text{
        width: 100%;
        order: 2;
        justify-content: center;
        align-content: flex-start;
        min-height: 60vh;
    }
    .featured-image{
        order: 1;
        justify-content: center;
        min-height: 300px;
        width: 100%;
        margin-top: 65px;
    }
    .side_image, .side_image iframe{
        width: 300px;
        height: 200px;
    }
    .wrapper{
        padding-inline: 8vw;
    }
}
@media only screen and (max-width: 408px) {
    .featured-box .featured-text .featured-name p{
        font-size: 2rem;
    }
}
@media only screen and (max-width: 280px){
    .featured-box{
        margin-top: 500px;
    }
}
/*------------------- Creativity Ki dukan End --------------------*/

body{
    overflow-x: hidden;
}
.sidebar-form{
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
}
.sidebar-form.showMe{
    right: 0;
}
.sidebar-form .call-action{
    position: absolute;
    background-color: var(--purple);
    font-family: 'roboto';
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.sidebar-form h3{
    font-family: 'monstserrat';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--red);
}
.sidebar-form .form-group{
    margin-bottom: 10px;
}
.sidebar-form .form-group label{
    font-family: 'roboto';
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
    color: #333;
}
.sidebar-form  #submit-btn{
    width: 100%;
    border: none;
    margin-top: 8px;
    background-color: var(--purple);
    color: var(--white);
    padding: 7px;
    font-family: 'roboto';
    font-weight: 400;
    cursor: pointer;
}
/*--------------------------Social Media Icons-----------------------*/
.whatsapp-button{
    visibility: hidden;

    z-index: 100001;
}

.sbuttons {
    bottom: 5%;
    position: fixed;
    margin: 1em;
    left: 0;
    z-index: 100001;
}
.sbutton {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}
.sbutton > i {
    font-size: 38px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
    width: 60px;
    height: 60px;
    margin: 20px auto 0;
    opacity: 0;
}
.sbutton:not(:last-child) > i {
    font-size: 25px;
    line-height: 60px;
    transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2ab1ce;
}
.sbutton.gplus {
  background: #F44336;
}
.sbutton.pinteres {
  background: linear-gradient(#f9ce34, #ee2a7b,#6228d7);
}
.sbutton.twitt {
  background: #2ab1ce;
}
.sbutton.fb {
  background: #3F51B5;
}
.sbutton.whatsapp {
  background: #00e676;
}

  @media(max-width:425px){
    .social-icon{
        visibility: hidden;
    }
    .whatsapp-button{
        visibility: visible;
    }
  }
/*--------------------------Social Media Icons-----------------------*/
 /*--------------------------Footer-----------------------*/

 .footer {
    position: relative;
    width: 100%;
    background: #2060ce;
    background-size: cover;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}
.social-icon__item,
.menu__item {
  list-style: none;
}
.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}
.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}
.menu__link:hover {
  opacity: 1;
}
.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://framerusercontent.com/images/8Nd9kzbanuFa7IqWz7bYYtM3YM.png?scale-down-to=512");
  background-size: 1000px 100px;
}
.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}
.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}
.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}
.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}
@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}
@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}
.footer-body {
  display: flex;
  background: #333;
  justify-content: flex-end;
  align-items: flex-end;
}

/*--------------------------Footer-----------------------*/

.location{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
.location iframe{
    width: 100%;
    height: 300px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline:none;
}
ul.social{
    list-style: none;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000 1;
}
ul li{
    margin: 10px 0;
}
ul li a{
    text-decoration: none;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: flex;
}
ul li a span:nth-child(2){
    background: #1877f2;
    width: 60px;
    border-radius: 50%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 24px;
}
ul li a span:nth-child(1){
    width: 0;
    height: 100%;
    background: #1877f2;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0;
    letter-spacing: 2px;
    overflow: hidden;
    margin-right:5px;
    border-radius: 0  50px 50px 0;
    transition: 0.3s ease;
}
ul li a:hover span:nth-child(1){
    width: 180px;
    padding-left: 20px;
}
ul li:nth-child(2) a span:nth-child(1),ul li:nth-child(2) a span:nth-child(2){
    background: linear-gradient(#f9ce34,#ee2a7b,#6228d7);
}
ul li:nth-child(3) a span:nth-child(1),ul li:nth-child(3) a span:nth-child(2){
    background:   #25d366;
}
ul li:nth-child(4) a span:nth-child(1),ul li:nth-child(4) a span:nth-child(2){
    background: #CD201F;    
}
/* -------------------------------Donate------------------------------------ */
  /* ==============Donate css=============== */
#name{
    margin-top: 100px;
}
.signup-box{
    background-color: #bb7908;
    border: 2px solid rgb(165, 99, 42);
    border-radius: 30px;
    max-width: 750px;
    min-height: 520px;
    margin: auto;
    display: flex;
    box-shadow: 1px 15px 30px;
    overflow: hidden;
}
.signup-box .image{
    width: 100%;
}
.signup-box .image h3{
    text-align: center;
    color: #ffeedf;
    text-shadow: 1px 1px 3px rgb(255, 202, 145);
    font-size: 35px;
}
.signup-box .image p{
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    margin-left: 60px;
    line-height: 45px;
}
.signup-box .image .logo{
    width: 50%;
    margin:10px 120px ;
}
.signup-box .image .qrcode{
    width: 80%;
    margin:10px 50px ;
}
.donate-faq .signup-box form input{
    background-color: #ffd58e;
}
.signup-box form{
    background-color: #bb7908;
    width: 70%;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
}
.image img{
    width: 100%;
}
:focus{
    outline: none;
}
.signup-box form h3{
    color: #ffeedf;
    text-shadow: 1px 1px 3px rgb(255, 202, 145);
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}
.signup-box p{
    color: #ffffff;
    font-weight: 600;
}
input{
    position: relative;
}
.form-control{
    color:  rgb(0, 0, 0);
    border: 1px solid #ffa04c;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 30px;
    background: transparent;
    box-shadow: 0px 2px 3px rgb(255, 202, 145);
}
.form-control::-webkit-input-placeholder{
    font-size: 14px;
    color: rgb(0, 0, 0);
}
.signup-box button{
    background-color: #ffd68eaf;
    color: rgb(0, 0, 0);
    width: 14.5rem;
    height: 2.5rem;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: inherit;
    border: none;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 6px 6px 12px 01;
    cursor: pointer;
}
.signup-box button::before{
    content: '';
    width: 0;
    height: 3em;
    border-radius: 5px;
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #9d5100a4 0%, #9d5100a4 100%);
    transition: 0.5s ease;
    display: block;
    z-index: -1;
}
.signup-box button:hover::before{
    width: 14.5rem;
}
#p{
    color: #ffeedf;
    text-shadow: 1px 1px 3px rgb(255, 202, 145);
    font-size: 9px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.donate-faq{
    display: flex;

}
@media(max-width:767px){
    .signup-box{
        display: block;
    }
    .signup-box .image{
        width: 100%;
    }
    .signup-box form{
        width: 100%;
    }
}
@media(max-width: 991px){
    .home-sec .home-content {
        padding: 70px 0;
    }
    .cont-sec p,
    .cont-sec .social {
        text-align: center;
    }
    .home-sec .img-sec img {
        margin-bottom: 50px;
    }   
    .about-sec .about-img {
        display: flex;
        justify-content: center;
    }
    .about-sec .about-img img{
        margin-top: 50px;
    }
    .contact-sec .col-lg-12{
        padding: 0;
    }
    .contact-form textarea.form-control {
        width: 96%;
        margin-left: 15   px;
    }
    .gallery-sec .pop-image img {
        top: 60%;
        left: 50%;
        width: 500px;
    }
}
@media(max-width: 611px){
    .about-sec .about-img img{
        width: 300px;
    }
    .contact-section .contact-form textarea.form-control {
        width: 94%;
    }
}
@media(max-width: 1290px){
    .donate-faq{
        display: block;
    }
}
@media screen and (max-width:1285px){
    .signup-box .image{
        width: 50%;
        margin-top: 9px;
    }

}
@media screen and (max-width:347px) {
    .signup-box .image{
        width: 100%;
        display: block;
        align-items: center;
    }
    .signup-box .image .logo{
        width: 50%;

    }
    .signup-box .image .qrcode{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:766px) {
    .signup-box .image{
        width: 80%;
        display: block;
    }
    .signup-box .image .logo{
    width: 50%;
    position: relative;
    left: 40px;
    }
    .signup-box .image .qrcode{
    width: 50%;
    position: relative;
    left: 100px;
    }
}
@media (min-width:350px) and (max-width:775px) {
    .signup-box .image{
        width: 80%;
        display: block;
    }
    .signup-box .image .logo{
    width: 50%;
    position: relative;
    left: 1px; 
    }
    .signup-box .image .qrcode{
    width: 50%;
    position: relative;
    left: 50px;
    }
    .signup-box button,input{
        position: relative;
        left: 40px;
    }
    .signup-box p{
        position: relative;
        left: 10px;
        margin-left: 10px;
    }
    .signup-box form h3{
        text-align: center;
    }
    .signup-box .image h3{
        position: relative;
        left: 20px; 
    }
}

/* -------------------------------Donate------------------------------------ */

/* ------------------faq-------------- */
 /* ------------------faq-------------- */
.faq-wrapper {
  max-width: 40%;
  margin: auto;
}
.faq-wrapper > p,
.faq-wrapper > h1 {
  margin: 1.5rem 0;
  text-align: center;
}
.faq-wrapper > h1 {
  letter-spacing: 3px;
}
.accordion {
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  padding: 1.2rem 2.5rem;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.accordion i {
  font-size: 1.6rem;
}
.active,
.accordion:hover {
  
}
.pannel {
  padding: 0 2rem 2.5rem 2rem;
  background-color: white;
  overflow: hidden;
  background-color: #f1f7f5;
  display: none;
}
.pannel p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: justify;
}

.faq {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  border-radius: 20px;
}
.faq.active {
  border: none;
}

@media screen and (max-width:1285px) {
  .faq-wrapper {
    max-width: 90%;
    margin: auto;
  }
   
}
/* ------------------faq-------------- */

.csr-slider{
    display: grid;
    place-items: center;
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slide-track{
    display: flex;
    width: calc(250px * 34);
    animation: scroll 70s linear infinite;
}
.slide-track:hover {
    animation-play-state: paused;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 17));
    }
}
.slide-img{
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
.slide-img img{
    width: 100%;
    transition: transform 1s;
}
.slide-img img:hover{
    transform: translateZ(20px);
}
.csr-slider::before,
.csr-slider::after{
    background: linear-gradient(to right, rgba(254,248,248,1) 0%,rgba(255,255,255,0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.csr-slider::before {
    left: 0;
    top: 0;
}
.csr-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}







body {
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
}
#skill{
	color:#333;
	font-weight:700;
	margin-top:125px;	 
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:23px;
}

/* --- Start progress bar --- */

.process-wrapper {
	margin:auto;
	max-width:1080px;
}

#progress-bar-container {
	position:relative;
	width:80%;
	margin:auto;
	height:100px;
	margin-top:65px;
}

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:9999;
	position:absolute;
	width:100%;
	margin-top:-40px
}

#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:40px;
	height:40px;
	border-radius:50%;
	border:solid 2px #aaa;
	transition:all ease 0.3s;
     
}
#progress-bar-container .step01.active:before, #progress-bar-container .step01:hover:before{
	border:solid 2px #fff;
	background:url(image/Nida.jpg); 
	background-size: cover;
}
#progress-bar-container .step02.active:before, #progress-bar-container .step02:hover:before{
	border:solid 2px #fff;
	background:url(image/Karan.jpg); 
	background-size: cover;
}
#progress-bar-container .step03.active:before, #progress-bar-container .step03:hover:before{
	border:solid 2px #fff;
	background:url(image/Kusum.jpg); 
	background-size: cover;
}
#progress-bar-container .step04.active:before, #progress-bar-container .step04:hover:before{
	border:solid 2px #fff;
	background:url(image/annu.jpg); 
	background-size: cover;
}
#progress-bar-container .step05.active:before, #progress-bar-container .step05:hover:before{
	border:solid 2px #fff;
       	 
	background:url(image/Sherya.jpg); 
	background-size: cover;
}
#progress-bar-container .step06.active:before, #progress-bar-container .step06:hover:before{
	border:solid 2px #fff;
	background:url(image/Raj.jpg); 
	background-size: cover;
}
#progress-bar-container .step08.active:before, #progress-bar-container .step08:hover:before{
	border:solid 2px #fff;
	background:url(image/Arun.jpg); 
	background-size: cover;
}


#progress-bar-container li {
	list-style:none;
	float:left;
	width:14%;
	text-align:center;
	color:#aaa;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom: -10;
    font-size: 9px;

}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #fff;
	border-radius:50%;
	margin-top:15px;
    
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.active:after {
	background:#207893;
}

#progress-bar-container #line {
	width:90%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:4.5%;
	top:90px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:2%;
	height:100%;
	background: #207893;	 
	background: linear-gradient(to right, #207893 0%,#2ea3b7 100%);
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #f3f3f3;
	border-radius: 4px;
	margin-top: 10px;
    margin-bottom: 70px;
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}

#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
	font-size:16px;
	line-height:1.8em;
	color:#777;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}
/*shikshalay*/
.shikshalay{
display: none;
}
.shikshalay-body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(#7e3b0b,#481301);
}
.shikshalay-wrapper{
    margin: 150px auto;
    width: 70%;
}
.shikshalay-wrapper img{
    max-width: 320px;
    float: left;
    border-radius: 5px;
    margin-right:30px;
}
.shikshalay-wrapper .text-box{
    color: #fff;
}
.shikshalay-wrapper .text-box h2{
    font-size: 42px;
}
.shikshalay-wrapper .text-box p{
    font-size: 16px;
    text-align: justify;
}
@media(max-width:414px){
    .shikshalay-wrapper .text-box h2{
        font-size: 25px;
    }
    .shikshalay-wrapper img{
        max-width: 250px;
    }
    .shikshalay-wrapper .text-box p{
        font-size: 12px;
    }
}

@media (min-width:260px) and (max-width:768px){
    .shikshalay{
        display: inherit;
        }
  }


/*shikshalay End*/

