html {
  font-family: Bricolage Grotesque;
}
.btn-dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.nav1 {
  margin-left: 260px;
}
.nav2 {
  color: white;
  font-size: 13px;
  /* padding-top: 10px; */
}
.nav3 {
  /* width: 982px; */
  /* display: flex; */
  /* margin-left: 150px; */
  background-color: #02a3fe;
}
.nav4 {
  /* border: 1px solid #53c0fe; */
  border-radius: 20px;
  /* border-width: 5px; */
  width: 390px !important;
  height: 31px;
  background-color: #bce7ff;
  font-family: Bricolage Grotesque;
  line-height: 31.18px;
  font-size: 20px;
  font-weight: 400;
  align-content: center;
  align-items: center;
  /* align-items: center; */
  /* display: flex; */
  /* filter: blur(1px); */
  /* color: #30b3fe; */
  /* padding: 0px; */
}
.nav4s {
  background-color: #bce7ff;
  border-radius: 30px;
  color: #30b3fe;
  padding: 0;
}
.nav5 {
  width: 300px;
}
.nav4 i {
  color: #00a0e3;
  font-size: 10px;
}
.tittle1 {
  font-size: 70px;
  font-weight: 700;
  font-family: Bricolage Grotesque;
  line-height: 84px;
}

/* DONATION Section */
.nav6 {
  background: linear-gradient(to bottom right, #f0f8ff, #e0f7fa);
  padding: 50px 0;
}

.bg-lightblue {
  background-color: #e0f7fa !important;
}

.donation-text {
  color: #00aaff;
  font-size: 1em;
  font-weight: bold;
  position: relative;
}
.donation-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  font-weight: 800;
  font-size: 70px;
  /* background-color: #00aaff; */
  position: absolute;
  bottom: -7px;
  left: 0;
  background-image: url("Vector.png");
  background-size: cover;
  align-items: center;
}
.nav7 {
  border-radius: 30px !important;
  border: 3px solid #53c0fe !important;
  /* border-color: #53c0fe; */
  color: white;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none !important;
}
/* end of DONATION */
/* welcome to givegly */
.nav8 {
  border-top: 20px;
  border-top-color: blue;
}
.nav9 {
  background-color: #02a3fe;
  border-radius: 40px;
  color: white;
  border: 0;
  margin-top: 20px !important;
}
.nav9 a {
  color: white;
}
.nav10 {
  padding-top: 20px;
  padding-left: 60px;
  background-color: #d2efff;
}
/* end  of welcome to givelgy */
/* how it works */
.download-buttons img {
  width: 150px;
  margin-right: 10px;
}
.account-buttons .btn {
  margin-right: 10px;
}
.donate-button {
  margin-top: 20px;
}
.decorative-shape {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.decorative-shape img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* footer */
.links li a {
  color: #80a7bb;
}
.links li a:hover {
  /* text-decoration: white !important; */
  color: white !important;
}
.nav11 {
  color: white !important;
}
.nav11s {
  color: #80a7bb !important;
}
.nav11:hover {
  color: white !important;
}
.nav11s:hover {
  color: white !important;
}

/* 2nd page of design */
.hero-section {
  background: url("wall.png") no-repeat center center;
  background-size: cover;
  /* height: 100vh; */
  position: relative;
  color: white;
  /* text-align: left; */
  /* padding-top: 100px; */
  /* padding-left: 50px; */
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* To darken the background */
}
.hero-content {
  position: relative;
  z-index: 1;
}
.nav12 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-size: 70px;
  line-height: 60px;
  position: relative;
  display: block;
  /* z-index: 2; */
}
.nav12::after {
  content: "";
  position: absolute;
  display: inline;
  z-index: 1;
  bottom: -39px;
  right: 270px;
  width: 282px;
  height: 14px;
  background-image: url("Vector.png");
  background-size: cover;
}
.imgs {
  position: relative;
  display: block;
}
.imgs1 {
  position: absolute;
  /* background-image: url("ARROW.png"); */
  /* background-size: cover; */
  width: 100px;
  z-index: 100;
  right: 100px;
  top: 100px;
}
/* our popular projects */
.custom-button {
  background-color: #e0f7ff;
  color: #000;
  border: 1px solid #ccecff;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.highlight-box {
  /* background-color: #e0f7ff; */
  /* color: #007bff; */
  /* padding: 0.5rem; */
  border-radius: 0.5rem;
  font-weight: bold;
}
.foundation-list {
  margin-top: 1rem;
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.5rem;
}
.nav13 {
  color: red;
}
.nav13:hover {
  background-color: #02a3fe;
  color: #007bff !important;
  padding: 0.5rem;
  border-radius: 10px;
  font-size: 20px;
}
.inline {
  height: 281px;
  width: 280px;
  /* position: absolute; */
}
/* 3rd page form page */
.input-group {
  display: flex;
  align-items: center;
  /* border: 1px solid #ced4da; */
  padding: 0.5rem;
  border-radius: 0.375rem;
}
.input-group img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
.btn-donate {
  background-color: #02a3fe !important;
  border: none;
  width: 100%;
  color: white;
  font-size: 20px;
}
/* Overlay styles */
#processingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  display: none; /* Initially hidden */
}
#processingOverlay .content {
  color: #333;
  font-size: 1.5rem;
}

/* Adjustments for responsive text */
@media (max-width: 768px) {
  /* html{
        margin-inline: 0 !important;
        padding-inline: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    } */
  * {
    margin-inline: 0;
    /* padding-inline: 0 !important; */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
  }
  .navbar {
    width: 100%;
    text-align: center;
  }
  .navbar-nav .nav-item .nav-link {
    color: white !important;
    text-align: center;
    font-size: large;
    width: 100%;
  }
  .nav1 {
    margin-left: 0px;
    font-size: large !important;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .nav2 {
    display: none;
  }
  * {
    font-size: 7px;
  }
  .nav3 {
    align-items: center;
    text-align: center;
    display: flex;
    padding: auto;
  }
  .backimg {
    margin-top: -30px !important;
  }
  .nav4 {
    font-size: 18px;
  }
  .middle {
    text-align: center;
    justify-content: center;
    font-size: 30px;
  }
  .middle1 {
    align-content: center;
    justify-content: center;
    margin-left: 30px;
  }
  .imgsize {
    width: 400px !important;
  }
  .middle2 {
    font-size: 30px;
  }
  .lines {
    height: 300px !important;
  }
  .lines1 {
    width: 16px !important;
    margin-left: -7px !important;
  }
  .icons {
    margin-top: -50px !important;
    left: 140px !important;
    /* display: none; */
  }
  .icons2 {
    height: 100px !important;
    width: 70px;
    /* display: none; */
  }
  .icons5 {
    height: 130px !important;
    width: 180px !important;
    margin-top: 170px;
    /* margin-left: -380px; */
    /* display: none; */
  }
  .icons3 {
    height: 150px !important;
    width: 180px !important;
    margin-top: 150px;
    margin-left: -390px;
    /* display: none; */
  }
  .icons4 {
    height: 150px !important;
    width: 180px !important;
    margin-top: 120px;
    margin-left: -400px !important;
    /* margin-left: -190px; */
    display: none;
  }
  .margin {
    margin-top: 20px !important;
    text-align: center;
    font-size: 40px !important;
    font-weight: bolder;
  }

  /* 2nd page */
  .nav12s {
    display: block;
    color: white;
    font-size: 40px !important;
  }
  .nav12::after {
    top: 61px;
    width: 450px;
    height: 23px;
  }
  .imgs {
    margin-top: 20px;
    font-size: 20px;
  }
  .imgs1 {
    margin-top: -40px;
    left: 190px;
  }
  .size {
    font-size: 20px !important;
  }
  .size1 {
    font-size: 49px !important;
  }
  .size2 {
    font-size: 40px !important;
  }
  .card {
    height: 250px !important;
  }
}
@media (max-width: 320px) {
  .nav4 {
    font-size: 15px;
  }
  .backimg {
    margin-top: -10px;
  }
  .backimg1 {
    /* z-index: 0 !important; */
    margin-top: 10px;
  }
  .tittle1 {
    font-size: 13px;
  }
  .imgsize {
    width: 250px !important;
    height: 250px !important;
    margin-top: 20px;
  }
  .lines {
    margin-left: -10px;
    z-index: 10;
    font-weight: bolder;
    /* height: 1000px !important; */
    display: none;
  }
  .step {
    margin-left: -10px;
  }
  .icons1 {
    margin-left: -40px;
    margin-top: -250px !important;
    height: 90px !important;
    width: 100px !important;
  }
  .imgsize1 {
    width: 90px !important;
    margin-top: 10px;
  }
  .padding {
    padding-left: 20px !important;
  }
  .margin1 {
    margin-top: 8px !important;
    /* top: 30px; */
    display: block;
    width: 55px;
  }
  .none {
    display: none;
  }
  .height {
    height: 440px !important;
  }
  .middle3 {
    width: 280px;
    height: 280px;
    /* display: none; */
  }
  .width {
    width: 100% !important;
    display: block;
  }
  .nav10 {
    width: 100%;
  }
  .foot {
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
  }
  .foot ul {
    margin-left: 60px;
  }
  /* 2nd page */
  .nav12 {
    display: block;
    font-size: 10px;
  }
  .flex {
    flex-direction: column;
  }
  .size3 {
    /* width: 350px; */
    font-size: 14px !important;
  }
  .nav12 {
    line-height: 34px;
    font-size: 20px;
  }
  .nav12::after {
    display: none;
  }
  .size4 {
    font-size: 20px !important;
  }
  .size5 .size1 {
    font-size: 33px !important;
  }
  .size5 {
    font-size: 33px !important;
  }
  .size2 {
    font-size: 23px !important;
  }
  .size2s {
    font-size: 13px !important;
  }
  .margin2 {
    margin-top: 18px !important;
  }
  .center1 {
    text-align: center;
  }
  .foundation-list {
    display: flex;
    line-height: 10px !important;
  }
  .nullimg {
    display: none;
    padding: 0 !important;
  }
  .nav13 {
    display: block;
    width: 150px;
    /* margin: 0 !important; */
  }
  .size2a {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .height1 {
    height: 210px !important;
  }
  .pad1 {
    padding-bottom: 15px;
  }
  .width1 {
    width: 100% !important;
  }
  .imgsize2 {
    height: 200px !important;
  }
}

.organization-link.active {
  background-color: #e7f3ff;
  color: #0d6efd;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  padding: 16px 20px;
  width: auto;
}

.custom-button.active {
  background-color: #0d6efd;
  color: white;
  font-weight: bold;
}

.custom-button {
  padding: 10px 20px;
  border-radius: 25px;
}

.organization-list li {
  list-style: none;
}

/* Styles for the donation carousel */
#donationCarousel {
  padding: 15px;
  overflow-x: auto;
  display: flex;
  scroll-behavior: smooth;
  gap: 15px;
}

#donationCarousel .card {
  flex-shrink: 0;
  width: 18rem; /* Adjust width as needed */
}

#donationCarousel::-webkit-scrollbar {
  height: 8px;
}

#donationCarousel::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

#donationCarousel::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

#donationCarousel::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.payment-option {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.payment-option:hover {
  border-color: #02a3fe;
}

.form-check-input:checked + .form-check-label .payment-option {
  border-color: #02a3fe;
  background-color: #f8f9fa;
}

.size5 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Bricolage Grotesque', sans-serif;
    line-height: 60px;
  }
  
  .size2 {
    color: #02a3fe;
  }
  
  .width1 {
    height: 1px;
    width: 100%;
    max-width: 600px;
    background-color: #C1C1C1;
  }
  
  .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }
  
  .form-control-lg::placeholder {
    color: #6c757d;
    opacity: 0.8;
  }
  
  .donate-btn {
    background-color: #02a3fe;
    border-color: #02a3fe;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  
  .donate-btn:hover, .donate-btn:focus {
    background-color: #0293ee;
    border-color: #0293ee;
    color: white;
    box-shadow: 0 4px 8px rgba(2, 163, 254, 0.3);
  }
  
  .payment-option {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
  }
  
  .payment-option:hover {
    border-color: #02a3fe;
  }
  
  .form-check-input:checked + .form-check-label .payment-option {
    border-color: #02a3fe;
    background-color: #f8f9fa;
  }
  
  .imgsize2 {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .overlay .content {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
  }
  
  .overlay .message {
    margin-top: 1rem;
  }
  
  .overlay .message a {
    color: #00aaff;
    text-decoration: none;
  }
  