
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@1,300&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;
   -webkit-backface-visibility:hidden;
     -moz-backface-visibility:hidden;
      -ms-backface-visibility:hidden;
       -o-backface-visibility:hidden;
          backface-visibility:hidden;
}

*, ::after, ::before {
    box-sizing: border-box;
}
@-ms-viewport {
    width: device-width;
}

html {
  font-size: 30px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}


.body-text{
  position: absolute;
  top: 800px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 100px;
  text-align: center;
  padding: 0px 0px;
}
.body-text div{
  font-size: 25px;
  font-weight: 600;
}



/* nav bar */

  nav{
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;  
    background: rgba(255, 255, 255, 1);    
  }
  nav .wrapper{
    position: relative;
    max-width: 2500px;
    padding: 0px 30px;
    height: 90px;
    line-height: 10px;
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper .logo img{
    position: absolute;
    left: -50px;
    top: -3px;
    width: 98px;
    height: 96px;
  }

  .wrapper .logoext img{
    position: absolute;
    left: 40%;
    top: 0px;
    width: 68px;
    height: 66px;
    visibility: hidden;
  }

  .wrapper .logo a{
    position: absolute;
    left:  80px;
    top: 0px;
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a{
    color: #000 ;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    padding: 15px 15px;
    padding-top: 15px;
    border-radius: px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover{
    color: #0CB47F;
    font-weight: 500;
    font-size: 20px;
    transition: all ease-in-out 0.01s;
  }

  #donate-btn{
    margin-left: ;
    color: #fff;
    background: linear-gradient(to bottom,#FF8833 0%,#EE752F 100%);
    border-radius: 10px;
  }
  #donate-btn:hover{
    background: linear-gradient(to bottom,#EE752F 0%,#FF8833 100%);

  }

  
  .wrapper .nav-links {
      display: inline-flex;
  }
  dl, ol, ul {
      margin-top: 0;
      margin-bottom: 0;
  }
  ol, ul {
      padding-left: 1rem;
      padding-right: 1rem;
  }  


  .nav-links .mobile-item{
    display: none;
  }
  .nav-links .drop-menu1,
  .nav-links .drop-menu2{
    position: absolute;
    background: linear-gradient(to top, #2A2828 10%, #494646 80%);
    width: 230px;
    line-height: 28px;
    top: 85px;
    opacity: 0;
    padding: 0 0 0 5px;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links .drop-menu2{
    width: 140px;
  }
  .nav-links li:hover .drop-menu1,
  .nav-links li:hover .drop-menu2
  { transition: all 0.3s ease;
    top: 70px;
    border-radius: 10px;
    opacity: 1;
    padding: 0px;
    visibility: visible;
  }
  .drop-menu1 li a,
  .drop-menu2 li a{
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 5px 2px 5px 15px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 15px;
  }

  .wrapper .btn{
    position: absolute;
    left:  -55px;
    top: 15px;
    color: ##ffff;
    font-size: 30px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    color: ##ffff;
    position: absolute;
    left: 275px;
    top: 10px;
  }

  .label .btn.menu-btn{
    position: absolute;
    left: 10px;
    top: 6px;
    color: ##ffff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }

  @media screen and (max-width: 1000px){
    .wrapper .logo img{
      left: -80px;
    }
    
  }  

  @media screen and (max-width: 800px) {
    .wrapper .logo img{
      visibility: hidden;
    }

    .wrapper .logoext img{
    visibility: visible;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -4px;
    left: 40%;
    background-size: cover;
    width: 96px;
    height: auto;
    }

    .wrapper .btn{
      display: block;
      color: ##ffff;
    }

    .wrapper .btn.close-btn{
      color: #ffff;
    }

    .fas.fa-times{
      color: #ffff;
    }


    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #242526;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
    }

    .nav-links li a{
    color: #ffff ;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    }

    .nav-links li a:hover{
    color: #0CB47F;
    font-weight: 500;
    font-size: 20px;
    transition: all ease-in-out 0.01s;
  }


    .nav-links .drop-menu1,
    .nav-links .drop-menu2{
    position: absolute;
    background: #242526;
    }





    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    .nav-links .drop-menu1,
    .nav-links .drop-menu2{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 30px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      line-height: 40px;
      transition : all 0.3s ease-in-out;
    }
    #showDrop1:checked ~ .drop-menu1,
    #showDrop2:checked ~ .drop-menu2
    {
      max-height: 100%;
    }
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: #3A3B3C;
    }
    .drop-menu1 li,
    .drop-menu2 li{
      margin: 0;
      padding: 5px 0;

    }
    .drop-menu1 li a,
    .drop-menu2 li a{
      border-radius: 5px;
      font-size: 18px;
      padding: -35px;
    }

  }
  nav input{
    display: none;
  }

  @media screen and (max-width: 660px){
    .wrapper .logoext img{
      left: 35%;
    }
  }
/* nav bar end*/


/* Social Icons */
    .whiteText{
        color: #fff;
    }
    .fixedsocial{
        z-index: 999;
        position: fixed;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    .fixedsocial .share i.fa, .fixedsocial .share i.fab{
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%}
    .fixedsocial .share i.fa{
        line-height: 50px;
    }
    .fixedsocial .submenu i.fa{
        background-color: #fff;
    }
    .fixedsocial .share:hover.right .submenu li:nth-child(1){
        opacity: 1;
        top: -80px;
        left: 0px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-delay: 80ms;
        -o-transition-delay: 80ms;
        transition-delay: 80ms;
    }
    .fixedsocial .share:hover.right .submenu li:nth-child(2){
        opacity: 1;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-delay: .16s;
        -o-transition-delay: .16s;
        transition-delay: .16s;
        top: 80px;
        left: 0px;
    }
    .fixedsocial .share:hover.right .submenu li:nth-child(3){
        opacity: 1;
        top: -55px;
        left: 55px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-delay: .24s;
        -o-transition-delay: .24s;
        transition-delay: .24s;
    }
    .fixedsocial .share:hover.right .submenu li:nth-child(4){
        opacity: 1;
        top: 55px ;
        left: 55px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-delay: .32s;
        -o-transition-delay: .32s;
        transition-delay: .32s;
    }
    .fixedsocial .share:hover.right .submenu li:nth-child(5){
        opacity: 1;
        top: ;
        left: 75px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }
    .fixedsocial .submenu{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .fixedsocial .submenu li{
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
    }
    .fixedsocial .submenu li a{
        color: #fff;
        font-size: 20px;
    }
    .fixedsocial .submenu li a:hover i.fa{
        color: #fff;
    }
    .fixedsocial .submenu li a.facebook i.fab{
        background-color: #3b5999;
    }
    .fixedsocial .submenu li a.twitter i.fab{
        background-color: #006aff;
    }
    .fixedsocial .submenu li a.linkedin i.fab{
        background-color: #0e76a8;
    }
    .fixedsocial .submenu li a.youtube i.fab{
        background-color: #c70707;
    }
    .fixedsocial .submenu li a.instagram i.fab{
        background-color: #e4405f;
    }
    .fixedsocial.bottomLeft{
        top: 10em;
        left: 10px;
    }
    .orangeBg{
        background-color: linear-gradient(to top, #ff5722 0, #f39900 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5722), to(#f39900));
        background-image: -o-linear-gradient(bottom, #ff5722 0, #f39900 100%);
        background-image: linear-gradient(to top, #ff5722 0, #f39900 100%);
    }
    .intro-banner-video-play-btn{
        height: 50px;
        width: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50% -50%);
        -ms-transform: translate(-50% -50%);
        transform: translate(-50% -50%);
        text-align: center;
        margin: 0;
        border-radius: 100px;
        z-index: 1;
    }
    .intro-banner-video-play-btn i{
        line-height: 50px;
        font-size: 20px;
    }
    .intro-banner-video-play-btn .ripple_social{
        position: absolute;
        width: 80px;
        height: 80px;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50% -50%);
        -ms-transform: translate(-50% -50%);
        transform: translate(-50% -50%);
        opacity: 0;
        margin: -40px 0 0 -40px;
        border-radius: 100px;
        -webkit-animation: ripple_social 1.8s infinite;
        animation: ripple_social 1.8s infinite;
    }
    @-webkit-keyframes ripple_social{
        0%{
          opacity: 1;
          -webkit-transform: scale(0);
          transform: scale(0);
        }
        100%{
          opacity: 0;
          -webkit-transform: scale(1);
          transform: scale(1);
        }
    }
    @keyframes ripple_social{
        0%{
          opacity: 1;
          -webkit-transform: scale(0);
          transform: scale(0);
        }
        100%{
          opacity: 0;
          -webkit-transform: scale(1);
          transform: scale(1);
        }
    }
    .intro-banner-video-play-btn .ripple_social:nth-child(2){
        animation-delay: .3s;
        -webkit-animation-delay: .3s;
    }
    .intro-banner-video-play-btn .ripple_social:nth-child(3){
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
    }
/* Social Icons end */

/* Donation Icon */
    .Donation_box{
      position: fixed;
      right: 10px;
      top: 10em;
      z-index: 1000;
    }


    .donation_icon{
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        display: block;
        color: #fff;
        background: linear-gradient(to top,#455DD9 0,#8898E7 100%);
        border-radius: 25%;
        font-size: 26px;
        position: relative;
        z-index: 5;
        transition: all 0.3s ease-in-out;
      }
      .donation_icon:hover{
        background: linear-gradient(to top,#455DD9 0,#455DD9 100%) ;
        color: #fff;
        transform: translate(00px, 0px)!important;
      }
/* Donation Icon end */


/* Donate Button */
    .Donate_button{
          display: flex;
          position: static;
          width: 100%;
          z-index: 1000;
          align-items: center;
          justify-content: center;
          margin-top: 1rem;
        }


    .donate_icon{
        width: 170px;
        height: 38px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        background: linear-gradient(to bottom,#FF8833 0%,#EE752F 100%);
        border-radius: 15px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;       
        transition: all 0.3s ease-in-out;
      }
      .donate_icon:hover{
        background: linear-gradient(to bottom,#FFA033 0%,#FF8833 100%);
        color: #fff;
        transform: translate(00px, 0px)!important;
      }
/* Donate Button end*/

      

/* parallax effect */
    .parallax{
      background: url('../images/bgparallax42.jpg') no-repeat center fixed;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
      height: 480px;
      width: 100%;
      text-align: center;
      align-items: end;
      margin: 0px;
      -webkit-backface-visibility: hidden;
    }

    .parallax .parallaxtext{
      font-family: 'Caveat', cursive!important;
      font-size: 40px;
      display: inline-block;
      align-items: center;
      color: #ffff;
      margin-top: 6rem;
    }

    @media screen and (max-width: 599px){
      .parallax .parallaxtext{
        display: inline-block;
        text-align: center;
        align-items: center;
        font-size: 30px;
        
      }

    }
/* parallax effect end */


/* footer */
  footer{
    position:;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    bottom: 0px !important;
    width: 100%;
    background: url('../images/footer1bg1.jpg')no-repeat center fixed;
    background-size: cover;  
  }
  .main-content{
    display: flex;
  }
  .main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
  }
  .box h2{
    font-size: 0.485rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
  }
  .box .content{
    margin: 20px 0 0 0;
    position: relative;
  }
  .box .content:before{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
  }
  .box .content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top: -10px;
  }

      /*.left .content1{
        text-align: center;
      }
      .left .content1 img{
        height: 160px;
        width: 160px;
        margin: 20px;
        padding: 0px;
        border-radius: 30%;
      }
      .left .content1 p{
        text-align: center;
        font-size: 0.485rem;
        color: rgba(255, 255, 255, 1);

      }
      .left .content1 .social{
        margin: 0px 10px 0px;
      }
      .left .content1 .social a{
        padding: 0 2px;
      }
      .left .content1 .social a span{
        height: 40px;
        width: 40px;
        background: #1a1a1a;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        border-radius: 5px;
        transition: 0.3s;
        color: #fff;
      }
      .left .content1 .social a span:hover{
        background: #f12020;
      }*/
  .center .content .fas{
    font-size:0.595rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    color: rgba(255, 255, 255, 1)
  }
  .center .content .fas:hover{
    background: #f12020;
  }
  .center .content .text{
    font-size: 0.485rem;
    font-weight: 500;
    padding-left: 10px;
    color: rgba(255, 255, 255, 1);
  }
  .center .content a{
    text-decoration: none;
    -webkit-text-decoration-skip
  }
  .center .content .phone{
    margin: 15px 0;
  }
  .center .content p{
    text-align: center;
    font-size: 0.485rem;
    color: rgba(255, 255, 255, 1);

  }
  .center .content .social{
    margin: 0px 15px 0px;
    text-align: center;

  }
  .center .content .social a{
    padding: 0 10px;
  }
  .center .content .social a span{
    height: 50px;
    width: 50px;
    background: #1a1a1a;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    color: #fff;
  }
  .center .content .social a span:hover{
    background: #f12020;
  }
  .right form .text{
    font-size: 0.425rem;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 1);

  }
  .right form .msg{
    margin-top: 10px;
  }
  .right form input, .right form textarea{
    width: 100%;
    z-index: 222;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    font-size: 0.425rem;    
    padding-left: 10px;
    border: 1px solid #222222;
    color: #FFF;
  }
  .right form input:focus,
  .right form textarea:focus{
    outline-color: #rgba(255, 255, 255, 0.1);
  }
  .right form input{
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
  }
  .right form .btn{
    margin-top: 10px;
  }
  .right form .btn button{
    height: 40px;
    width: 150px;
    text-align: center;
    border: none;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(to right, #f12001 100%,#FE3D20 10%);
    color: #ffff;
    font-size: 0.55rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
  }
  .right form .btn button:hover{
    background: #f12001;
  }

   .right form .policies li{
    float: right;
    padding: 15px;
    display: inline-block;
  }

  .right form .policies li a{
    text-decoration: none;
    font-size: 0.5rem;
  }

  .right form .policies span .text li a:hover{
    color: #f12001;
    font-weight: 500;
    font-size: 20px;
    transition: all ease-in-out 0.01s;
  }

  





  .bottom center{
    padding: 5px;
    font-size: 0.375rem;
    background: #151515;
  }
  .bottom center span{
    color: rgba(255, 255, 255, 1)
  }
  .bottom center a{
    color: #F44336;
    font-size: 0.485rem;
    font-weight: 900;
    text-decoration: none;
  }
  .bottom center a:hover{
    text-decoration: underline;
  }

  .bottom center .privacypolicy{
    text-align: end;
  }

  .bottom center .toc{
    text-align: end;
  }




  @media screen and (max-width: 795px) {
    footer{
      position: relative;
      bottom: 0px;
      background: url('../images/footer1bg.jpg')no-repeat fixed;
      background-size: cover;
    }
    .main-content{
      flex-wrap: wrap;
      flex-direction: column;
    }
    .main-content .box{
      margin: 5px 0;
    }
    
 






    



  }
/* footer end */


/* top arrow */
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  #myBtn i{
    display: block;
    align-items: center;
  }

  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
/* top arrow end*/







/* about info */

    .container {
      max-width: 100%;
      margin: 90px 0 0;
      overflow: auto;
      padding: 0;
      background-color: #000;
      color: #ffff;
    }


    .card img {
      width: 100%;
    }

    .card {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem;
      background: #0001;
      margin-bottom: 0rem;
    }

    .card h3 {
      margin: .65rem 0 ;
      font-size: .945rem;
    }
    .card p{
     font-size: .645rem; 
    }
    .card img {
      background-size: cover;
    }

    .card > div {
      padding: .62rem;
    }





    @media(max-width:850px) {
      .card {
        display: block;
      }
      
      
      .card p {
      font-size: .545rem;
      margin-top: 0px;
      text-align: justify-all;
      }

    }

/* about info end */


/*css for alert messages*/

      .alert-success{
        z-index: 100;
        background: #D4EDDA;
        font-size: 18px;
        padding: 20px 40px;
        min-width: 420px;
        position: fixed;
        right: 0;
        top: 30px;
        border-left: 8px solid #3AD66E;
        border-radius: 4px;
        transition: all 0.3s ease-in-out
      }

      .alert-error{
        z-index: 100;
        background: #FFF3CD;
        font-size: 18px;
        padding: 20px 40px;
        min-width: 420px;
        position: fixed;
        right: 0;
        top: 10px;
        border-left: 8px solid #FFA502;
        border-radius: 4px;
      }
/* alert end */



/* toc and privacy */
    /* .auto-container {
        position: static;
        max-width: 1200px;
        padding: 120px 15px;
        margin: 0 auto;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 15px;
        margin-left: 15px;
    }

    .ourpartner ul li{
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 25px;
    }


    .ourpartner ul li i {
        display: inline-block;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        top: 0;
        height: 24px;
        width: 35px;
        font-size: 14px;
        color: #ff5722;
    }

    .new_list ul li p {
        width: 99%;
        display: inline-flex;
        padding-left: 10px;
        position: relative;
        line-height: 27px;
        word-spacing: 1px;
        padding: 0;
        margin: 0;
        color: #5d5d5d;
    }

    .ourpartner ul li {
        text-align: left;
        padding: 3px 0;
        font-size: 13px;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

    li, ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 25px;
        display: list-item;
    } */



.razorpay-payment-button.svelte-ohbfj8 {
  border-radius: 25px;
}

/*Logo Scroll*/

  :root {
    --marquee-width: 100vw;
    --marquee-height: 17vh;
    /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 6;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  }
  .logoscroll{
    font-family: 'Montserrat', sans-serif;
    background-color: #111;
    color: #111;
    height: 18vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: #000;
    color: #000;
    overflow: hidden;
    position: relative;
  }
  .marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
  .marquee:before {
    left: 0;
    background: linear-gradient(to right, #000 0%, transparent 100%);
  }
  .marquee:after {
    right: 0;
    background: linear-gradient(to left, #000 0%, transparent 100%);
  }
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }
  /* .marquee-content:hover {
    animation-play-state: paused;
  } */
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;
  }

  .marquee-content li img {
    width: 100px;
    height: 95px;
    /* height: 100%; */
  /*  border: 2px solid #eee;
  */}

  @media (max-width: 600px) {
    :root {
      --marquee-width: 100vw;
      --marquee-height: 16vh;
      --marquee-elements-displayed: 3;
    }
    .marquee:before, .marquee:after { width: 5rem; }
  }
/*Logo Scroll end*/
