@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

/* 
  font-family: "Saira", sans-serif;
*/

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 900;
}

.navbar-brand img {
  max-width: 160px;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  color: #243038 !important;
  font-weight: 500;
  font-size: 1.25rem;
}

.btn-donate {
  color: #243038 !important;
  border: 1px solid #E7E7E8;
  font-weight: 700;
  border-radius: 0px;
  background-color: #fff;
  padding: 0.25rem 1.5rem !important;
  margin-left: 15px;
  transition: 0.3s;
}

.btn-donate:hover {
  color: #fff !important;
  background-color: #243038;
}

img {
  max-width: 100%;
}

.text-dark-blue {
  color: #243038;
}

.text-red {
  color: #E1001D;
}

.text-white2 {
  color: #cacfdd;
}

.banner {
  background-color: #243038;
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-position: 0 25%;
  color: #fff;
  text-align: center;
  position: relative;
}

.banner .row {
  padding: 5rem 0;
}

.banner-title {
  font-family: "Trocchi", serif;
  font-size: 2.1rem;
  line-height: 1.2;
}

.banner-sub-heading {
  font-size: 5rem;
  font-family: "Saira", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.banner-heading {
  font-size: 10rem;
  font-weight: 900;
  line-height: 0.85;
}


.desktop-tim {
  position: absolute;
  height: calc(100% + 50px);
  top: -50px;
  left: 8vw;
  z-index: 0;
  object-fit: cover;
  align-self: flex-start;
}

/* newsletter */

.newsletter-form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  white-space: nowrap;
}


.form-heading {
  color: #004475;
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
}

input.input-text {
  width: 100%;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background-color: #E7E7E8;
  border-radius: 0 !important;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
}

.form-check-input {
  background: #E7E7E8;
  border-radius: 0 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

.form-check-input:checked[type=checkbox] {
  background-image: url(../images/check-bg.png) !important;
  background-size: 100% 100%;
}

.form-check-label {
  user-select: none;
}


.checkbox-wrapper {
  display: flex;
  gap: 10px;
}

.form-check {
  margin-bottom: 0;
  /* Remove default margin for checkbox */
}

input.form-control {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  padding-left: 0;
}

.btn-red {
  background-color: #E1001D;
  border-radius: 0px;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 3.5rem;
  text-decoration: none !important;
  margin-top: 0rem;
  display: inline-block;
  font-weight: 500;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.bg--light {
  background-color: #f4f4f4;
}

.bg-blue {
  background-color: #243038;
}

.service-icon {
  width: 80px;
  margin-bottom: 15px;
}

.service-heading {
  color: #243038;
  font-family: "Saira", sans-serif;
  font-weight: 700;
}

.service-para {
  color: #333;
  line-height: 1.2;
  font-size: 0.85rem;
}

.section2 {
  position: relative;
}

.section1 {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section1-img1 {
  margin-top: -100px;
  position: sticky;
  z-index: 2;
}

.bars {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  left: 0;
  margin: 30px 0;
}

.bars.bars-top {
  top: 0;
}

.bars.bars-bottom {
  bottom: 0;
}

.bars>div {
  height: 6px;
  width: 100%;
  background-color: #fff;
}

.bars-grey>div {
  background-color: #E7E7E8;
}

.blue-section-heading-1 {
  font-size: 5.5vw;
  line-height: 0.7;
}

.blue-section-heading-2 {
  font-size: 4vw;
}

.issue-image {
  height: 85px;
}

.btn-light-blue {
  background-color: #7c87ab;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none !important;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 500;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.vote-para {
  font-size: 1.7rem;
  color: #243038;
  font-family: "Trocchi", serif;
  font-weight: 600;
}

.banner2 {
  background-color: #243038;
  color: #cacfdd;
}

.banner-heading2 {
  font-size: 5rem;
  margin: 0;
}

footer {
  background-color: #243038;
}

footer .footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

footer a {
  text-decoration: none !important;
}

.navbar-toggler {
  border: none;
  font-size: 2rem;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 1400px) {
  .banner-title {
    font-size: 1.85rem;
  }

  .banner-sub-heading {
    font-size: 4.5rem;
  }

  .banner-heading {
    font-size: 9rem;
  }

  .blue-section-heading-1 {
    font-size: 5vw;
    line-height: 0.8;
  }

  .blue-section-heading-2 {
    font-size: 3.5vw;
  }
}

@media (max-width: 1200px) {
  .banner-sub-heading {
    font-size: 3.75rem;
  }

  .banner-heading {
    font-size: 7rem;
  }

  .banner-title {
    font-size: 1.5rem;
  }

  .banner-btn {
    font-size: 1.65rem;
  }

  .newsletter-form {
    flex-wrap: wrap;
  }

  .form-desktop-1 {
    width: 49%;
  }

  .form-desktop-2 {
    width: 32%;
  }

  .form-desktop-3 {
    margin: auto;
  }
}

@media (max-width: 992px) {
  .banner-sub-heading {
    font-size: 2rem;
  }

  .banner-heading {
    font-size: 4rem;
  }

  .banner-title {
    font-size: 1.15rem;
  }

  .banner-btn {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
  }

  .blue-section-heading-1 {
    font-size: 4vw;
    line-height: 0.8;
  }

  .blue-section-heading-2 {
    font-size: 2.75vw;
  }

  .banner-heading2 {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .desktop-tim {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 2vw;
    z-index: 0;
    margin-top: -50px;
  }

  .banner .row {
    padding: 0;
  }

  .banner-sub-heading {
    font-size: 5rem;
  }

  .banner-heading {
    font-size: 5.5rem;
  }

  .banner-title {
    font-size: 1.8rem;
  }

  .banner-btn {
    font-size: 2rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    padding: 0.5rem 3rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .form-desktop-1,
  .form-desktop-2 {
    width: 100%;
  }

  .blue-section-heading-1 {
    font-size: 9vw;
    line-height: 1;
    margin-top: 2rem;
  }

  .blue-section-heading-2 {
    font-size: 6.5vw;
  }

  .banner2 .container {
    max-width: none;
    padding: 0;
    text-align: center;
  }

  .banner-heading2 {
    font-size: 3rem;
  }

}

@media (max-width: 567px) {
  .navbar-expand .navbar-nav {
    margin-bottom: 50px;
  }

  .blue-section-heading-1 {
    font-size: 14vw;
  }

  .blue-section-heading-2 {
    font-size: 10vw;
  }

  .navbar>.container {
    flex-direction: column;
    gap: 10px;
  }
  .banner-sub-heading {
    font-size: 3.75rem;
  }

  .banner-para{
    font-size: 2rem !important;
  }
}

.saira-700 {
  font-family: "Saira", sans-serif;
  font-weight: 700;
}