.navbar{
      z-index: 10;
    }

    .navbar a{
      font-size: 16px;
      font-weight: 600;
      color: #fff !important;
    }
    .mynav{
      font-size: 15px;
    }

    .mobileR i, .socialI i{
      color: #ed620c;
    }

    .navbar-nav li{
      padding-left: 10px;
      padding-right: 10px;
    }

    .navbar a:hover {
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      padding: 6px 0; 
    }



/* Override hover effect for the Register button */
.no-effect:hover {
    /* Reset any hover styles */
    
    display: inline-block;
    line-height: 1.5 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    border-radius: .25rem !important;
}


    @media screen and (max-width:540px){
      .mobileR{
        text-align: center;
      }
    }



/*footer*/


footer{
  background: #ed620c;
  padding: 25px 0;
}
.single-content{
  padding: 15px 0;
}
.single-box p{
  color: white;
  line-height: 1.9;
}

.single-box h3{
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.single-box .card-area i{
  color: white;
  font-size: 20px;
  margin-right: 10px;
}

.single-box ul{
  list-style: none;
  padding: 0;
}

.single-box ul li a{
  text-decoration: none;
  color: white;
  line-height: 2.5;
  font-weight: 500;
  margin-left: 5px;
}
.single-box i{
  color: white;
}
.single-box strong{
  color: white;
}

.single-box h2{
  color: white;
  font-size: 20px;
  font-weight: 700;
}

#basic-addon2{
  background: #fe1e4f;
  color: #fff;
}
.social i{
  font-size: 18px;
  margin-right: 15px;
}
.rowfooter hr{
  width: 70%;
  margin: auto;
  background-color: white;
  border-top: 5px solid white;
}

.rowfooter p{
  padding-top: 15px;
  color: white;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.logo_img {
            max-height: 80px;
        }
        .head1, .head3 {
            font-size: 1.5rem;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .head2, .head4 {
            font-size: 1rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        @media screen and (max-width: 600px) {
            .head1 {
            font-size: 0.9rem;
        }
        }
        @media (max-width: 768px) {
            .head1, .head2 {
                white-space: normal; /* Allow text to wrap on mobile devices */
                font-size: 1.1rem; /* Adjust font size for mobile devices */
            }
            .phone-block{
                text-align:center;
            }
            .head4{
                margin-top:-10px;
                font-size:0.7rem;
                margin-bottom:-5px;
            }
            .head2{
                margin-top:-10px;
            }
            .head3{
                margin-top:-9px;
                font-size:1rem;
            }
            .logo_img {
            max-height: 70px;
        }
        .sansthapak{
        width:80%;
    }
        }
        @media (min-width: 1100px) and (max-width: 1254px) {
            .phone-block{
                text-align:center;
            }
            .head1, .head3 {
            font-size: 1.4rem;
            font-weight: italic;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .head2, .head4 {
            font-size: 1rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .navbar a{
      font-size: 14px;
      font-weight: 600;
      color: #fff !important;
    }
    
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            .sansthapak{
        width:60%;
    }
        }
        
        @media (min-width: 768px) and (max-width: 1099px) {
            .phone-block{
                text-align:center;
            }
            .head1 {
            font-size: 1.5rem;
            white-space: wrap;
        }
        .head3 {
            font-size: 1.2rem;
            margin-top:-15px;
        }
        .head4 {
            font-size: 0.8rem;
            margin-top:-5px;
            margin-bottom:-5px;
        }
        .head2 {
            font-size: 1.2rem;
            margin-top:-10px;
        }
        .navbar a{
      font-size: 13px;
      
    }
    
        }
        @keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated-card-left {
  animation: slideInFromLeft 1s ease-in-out forwards;
}

.animated-card-right {
  animation: slideInFromRight 1s ease-in-out forwards;
}

/* Style the modal */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 4; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal content */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Could be more or less, depending on screen size */
    }

    /* Close button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    * {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

/*Background color*/
#grad1 {
    background-color: : #fff;
    background-image: linear-gradient(120deg, #fff, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
.cover-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  animation: zoomFade 10s ease-in-out infinite;
  animation-fill-mode: forwards;

}
@media (max-width: 768px) {
    .cover-image {
      width: 100%;
      height:300px;
    }
  }

  .wfloat{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.cfloat{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.cmy-float{
    margin-top:16px;
}

 
 
section {
    padding: 60px;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .about-section .stat-box {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 20px;
            border-left: 4px solid transparent;
        }
        .stat-box.blue-border {
            border-color: #0d6efd;
        }
        .stat-box.pink-border {
            border-color: #ff66b2;
        }
        .stat-box.yellow-border {
            border-color: #ffd700;
        }
        .stat-box.green-border {
            border-color: #28a745;
        }
        .stat-box h2 {
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .stat-box p {
            margin: 0;
        }
        .section-title {
            color: #0d6efd;
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .badge-custom {
            background-color: #d1e7ff;
            color: #0d6efd;
            border-radius: 20px;
            padding: 5px 10px;
            font-size: 14px;
            margin-bottom: 20px;
        }
        .btn-custom {
            background-color: #0d6efd;
            color: white;
            border-radius: 20px;
            padding: 10px 20px;
        }

.section1 {
            background-color: #FF7F50;
            color: white;
            padding: 60px 0;
        }
        .section1 .icon-box {
            background-color: white;
            color: black;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
        }
        .section1 .icon-box i {
            font-size: 48px;
            margin-bottom: 10px;
        }
        .section1 .icon-box h4 {
            margin-bottom: 10px;
        }
        .section1 img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

/*about us section*/
.introduction-section {
  background: linear-gradient(to right, #5D3FD3, #96DED1);
  color: white;
  animation: fadeInBackground 1s ease-in-out;
  padding: 60px 0;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-100%);
  animation: slideInFromLeft 0.5s ease-in-out forwards 0.5s;
}

.section-description {
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(100%);
  animation: slideInFromRight 0.5s ease-in-out forwards 0.5s;
}

@keyframes fadeInBackground {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*gallery section*/
.gallery-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.gallery-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  color: red; /* Ensure positioning context for the ::after pseudo-element */
}

.gallery-section h2::after {
  content: "Our Team"; /* Insert text for animation */
  color: #ed620c;
  display: inline-block;
  transform: scale(1); /* Initially normal size */
  animation: growAndShrink 4s ease-in-out infinite alternate;
}

.gallery-slider {
  display: flex;
  overflow-x: hidden;
/*  animation: scrollGallery 60s linear infinite;*/
}

.gallery-img {
  width: 100%;
  height: auto;
}



@keyframes growAndShrink {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.gallery-slider:hover {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .gallery-section h2 {
    font-size: 1.8rem; /* Adjust font size for smaller screens */
  }
  .our-founder img{
        height:300px;
    }
    .our-founder{
        margin-left:25px;
        margin-right:25px;
    }
    .donate_section{
        padding:10px;
    }
    .cover-image {
      width: 100%;
      height:300px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
            .our-founder img{
                height:320px;
            }
            .our-founder{
                margin-left:25px;
                margin-right:25px;
            }
            .gallery-img1{
                height:370px !important;
            }
        }
        @media (max-width: 600px) {
            .gallery-img1{
                height:370px !important;
            }
        }
        
       

@keyframes colorChange {
     0% { background-color: #E5D4FF; }
  50% { background-color: #FED9ED; }
  100% { background-color: #E5D4FF; }
}


.changecolor{
    background-color:#FFE5B4;
    animation: colorChange 5s infinite; 
    transition: background-color 0.3s;
}


@keyframes textcolorChange {
     0% { color: white; }
  50% { color: yellow; }
  100% { color: white; }
}


.changetextcolor{
    color:white;
    animation: textcolorChange 5s infinite; 
    transition: color 0.3s;
}

.container1 {
            text-align: center;
            margin-top: 50px;
        }
        .heading1 {
            font-size: 36px;
            font-weight: bold;
            animation: colorChange 0.5s infinite alternate;
        }
        @keyframes colorChange {
            0% { color: red; }
            50% { color: green; }
            100% { color: blue; }
        }
        .sub-text {
            font-weight: bold;
            font-size: 20px;
            color:red;
            margin: 10px 0;
        }
        .download-btn img {
            width: 200px; /* Adjust size as needed */
            cursor: pointer;
        }

         #floating-button{
  /*width: 95px;*/
  /*height: 55px;*/
  // border-radius: 50%;
  /*background: #db4437;*/
  position: fixed;
  bottom: 45%;
  right: 15px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}

.button-1 {
  background-color: green;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  height: 50px;
  width:100px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

<style>
    .contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

        input::placeholder {
            color: red !important; /* Change this to your desired color */
            opacity: 1; /* Remove the default opacity */
        }

        /* If you want to target textarea as well */
        textarea::placeholder {
            color: red !important; /* Change this to your desired color */
            opacity: 1; /* Remove the default opacity */
        }
  

