.hero-section {
  overflow: hidden;
  position: relative;
}
.hero-section .slide:nth-child(1) .slide__inner {
  background-image: url(/assets/imgs/banners/3.png);
}
.hero-section .slide:nth-child(2) .slide__inner {
  background-image: url(/assets/imgs/banners/4.png);
}
.hero-section .slide:nth-child(3) .slide__inner {
  background-image: url(/assets/imgs/banners/1.webp);
}
.hero-section .slide:nth-child(4) .slide__inner {
  background-image: url(/assets/imgs/banners/2.webp);
}
.hero-section .slide:nth-child(5) .slide__inner {
  background-image: url(/assets/imgs/banners/1.webp);
}

.content-section {
  position: absolute;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: start;
  background: rgba(0, 0, 0, 0.62);
  background: rgba(255, 255, 255, 0.35);
  width: 100%;
}
.content-section h1 {
  width: 321px;
  font-size: 42px;
  line-height: 55px;
  color: #01406f;
  font-weight: bold;
}
.content-section h1 .first {
  font-size: 105px;
  line-height: 85px;
}
.content-section h1 span {
  color: #04a35f;
}

.aboutus img {
  border-radius: 15px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aboutus .golden-line {
  margin-left: 0px !important;
  width: 14%;
}

#smallimgs img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#smallimgs img:hover {
  cursor: pointer;
}

.w-70 {
  display: block;
  width: 70%;
  margin: auto;
}

.inner-solution {
  background-image: url("/assets/imgs/18.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 550px;
  margin-top: 30px !important;
}
.inner-solution .iconbox {
  padding-top: 150px;
}
.inner-solution .iconbox i {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
}
.inner-solution h3 {
  margin: 0px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
}
.inner-solution .col {
  padding: 0px;
  margin: 0px;
}
.inner-solution .col .cards {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  height: 100%;
  text-align: center;
  transition: all 0.2s linear;
}
.inner-solution .col .cards:hover {
  background: rgba(0, 0, 0, 0.64);
  transition: all 0.2s linear;
}
.inner-solution .col:not(:last-child) .cards {
  margin-right: 2px;
}

.third-section .slides {
  display: flex;
  justify-content: center;
  align-items: center;
}
.third-section .slides .imgs img, .third-section .slides .content {
  height: 480px;
}
.third-section .slides .content {
  padding: 30px;
  background: #04a35f;
  width: 40%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.third-section .slides .content h2, .third-section .slides .content h3 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.third-section .slides .content h3 {
  font-size: 26px;
  color: #000;
}
.third-section .slides .content p {
  width: 70%;
  margin: auto;
  font-weight: bold;
}
.third-section .slides .imgs {
  width: 60%;
}
.third-section .slides .imgs img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fourcolumnslider .slide {
  margin: 0px 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3333333333);
}
.fourcolumnslider .imgs img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fourcolumnslider .content {
  text-align: start;
  background: #fff;
  padding: 20px;
  height: 100%;
  height: 240px;
}
.fourcolumnslider .content h3 {
  font-size: 24px;
}
.fourcolumnslider .content p {
  margin-bottom: 0px;
  font-size: 14px;
}

.together-section {
  background-image: url("/assets/imgs/sel/10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
}
.together-section .bglayer {
  background: rgba(0, 0, 0, 0.6);
}
.together-section h2, .together-section h3, .together-section p {
  color: #fff;
  text-align: center;
}
.together-section .client-info {
  margin-top: 20px;
}
.together-section .client-info .col-3 {
  display: flex;
  align-items: center;
}
.together-section .client-info i {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}
.together-section .client-info h3 {
  margin-bottom: 10px;
}
.together-section .client-info hr {
  margin: 0px;
  border-top: 5px dotted #04a35f;
  opacity: 1;
  width: 100%;
}

.textbg {
  position: relative;
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.5098039216);
  border-radius: 10px;
  overflow: hidden;
}

.textbg2::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 0;
}

.textbg img {
  position: relative;
  z-index: 1;
}

.first-section {
  position: relative;
  overflow: hidden;
  background: #f7faff;
}

.first-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(13, 110, 253, 0.08);
  border-radius: 50%;
  top: -180px;
  right: -180px;
  filter: blur(40px);
}

.first-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(25, 135, 84, 0.08);
  border-radius: 50%;
  bottom: -160px;
  left: -160px;
  filter: blur(40px);
}

.first-section .small-title {
  color: #0d6efd;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.first-section .main-title {
  font-size: 48px;
  font-weight: 800;
}

.first-section .main-title span {
  color: #0d6efd;
}

.first-section p {
  color: #666;
  line-height: 1.8;
}

.first-section .info-card {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.45s;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.first-section .info-card::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #0d6efd;
  left: 0;
  top: 0;
  transition: 0.45s;
  opacity: 0.04;
}

.first-section .info-card:hover::before {
  width: 100%;
}

.first-section .info-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.first-section .icon-box {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #0d6efd, #3b82f6);
  color: #fff;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-bottom: 25px;
  transition: 0.4s;
}
.first-section .icon-box i {
  color: #fff !important;
  font-size: 40px !important;
}

.first-section .info-card:hover .icon-box {
  transform: rotate(-12deg) scale(1.08);
}

.first-section h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.first-section .reveal-card {
  opacity: 0;
  transform: translateY(80px);
  transition: 1s;
}

.first-section .reveal-card.active {
  opacity: 1;
  transform: translateY(0);
}

.cta-mid-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #0A4E8A 0%, #0E6AAE 45%, #18C95A 100%);
  position: relative;
  overflow: hidden;
}
.cta-mid-section span, .cta-mid-section p, .cta-mid-section h2 {
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
}

.cta-mid-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -300px;
  right: -150px;
}

.cta-mid-section::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  left: -180px;
  bottom: -180px;
}

.cta-mid-section .cta-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.cta-mid-section .cta-content span {
  display: inline-block;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.9;
}

.cta-mid-section .cta-content h2 {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
}

.cta-mid-section .cta-content strong {
  color: #FFE66D;
}

.cta-mid-section .cta-content p {
  margin: 20px auto !important;
  max-width: 700px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.cta-mid-section .cta-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-mid-section .donate-btn, .cta-mid-section .read-btn {
  padding: 16px 38px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.35s;
}

.cta-mid-section .donate-btn {
  background: #fff;
  color: #0A4E8A;
}

.cta-mid-section .read-btn {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.cta-mid-section .read-btn:hover {
  color: #000 !important;
}

.cta-mid-section .donate-btn:hover {
  transform: translateY(-6px);
}

.cta-mid-section .read-btn:hover {
  background: #fff;
  color: #0A4E8A;
}

@media screen and (max-height: 600px) {
  .fourcolumnslider .content {
    height: 260px;
  }
}
@media screen and (max-width: 980px) {
  .hero-section {
    height: 265px !important;
    max-height: 100vh;
  }
  .hero-section iframe {
    height: 242px !important;
    top: -22px;
    transform: scaleX(1);
  }
  .first-section .main-title {
    font-size: 36px;
  }
  .first-section .info-card {
    padding: 35px 28px;
  }
}
@media screen and (max-width: 768px) {
  .cta-mid-section .cta-content h2 {
    font-size: 36px;
  }
  .cta-mid-section .cta-mid-section {
    padding: 80px 0;
  }
  .textbg img {
    width: 160px;
  }
  .textbg::before {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .content-section h1 {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }
  .hero-section {
    height: 220px !important;
    max-height: 100vh;
  }
  .content-section {
    position: absolute;
    top: 84px;
    height: 221px;
  }
  #smallimgs img {
    height: 100px;
  }
  .aboutus .btn-web {
    display: block;
    margin: auto;
    width: 241px;
  }
  .aboutus img {
    border-radius: 15px;
    height: 260px;
  }
  .w-70 {
    display: block;
    width: 100%;
  }
  .inner-solution {
    height: 250px;
  }
  .inner-solution .iconbox {
    padding-top: 0px;
  }
  .third-section .slides {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .third-section .slides .content {
    padding: 20px;
    background: #eed484;
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .third-section .slides .content h2, .third-section .slides .content h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .third-section .slides .imgs {
    width: 90%;
  }
  .third-section .slides .imgs img {
    height: 280px !important;
  }
  .content-section h1 .first {
    font-size: 50px;
    line-height: 51px;
    display: block;
  }
  .hero-section iframe {
    height: 242px !important;
    top: -9px;
    transform: scale(1.5);
  }
  .mb-text-here {
    text-align: center;
  }
  .first-section .main-title {
    font-size: 30px;
  }
  .first-section h3 {
    font-size: 24px;
  }
}/*# sourceMappingURL=home.css.map */