body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Figtree";
}

* {
  box-sizing: border-box;
  margin: 0px;
  font-family: "Figtree";
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.main {
  width: 100%;
}

.header {
  width: 100%;
  background: #082B36;
  position: relative;
  z-index: 20;
}

.counter {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-style: italic;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  background: #082B36;
}

.header-nav {
  background: #e7f0f4;
  display: flex;
  padding: 10px 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding: 10px 20px;
  }
}

.logo {
  width: 132px;
}

.pledge-btn {
  height: 46px;
  padding: 0px 20px;
  background: #08819D;
  border-radius: 40px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
}

.top-banner {
  width: 100%;
  background: #08819D url(../images/banner.png) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-banner {
    background: #08819D url(../images/banner-m.png) center center no-repeat;
    background-size: cover;
  }
}
.top-banner img {
  width: 100%;
  display: block;
}
.top-banner .bell {
  width: 25%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0px;
  transition: all 0.8s ease;
}
@media screen and (max-width: 1023px) {
  .top-banner .bell {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-banner .bell {
    width: 280px;
  }
}
.top-banner .bell .bell-icon-txt {
  position: absolute;
  left: 68.5%;
  width: 24.8%;
  top: 28.3%;
  animation: rotat-anim 5s linear infinite;
}
@keyframes rotat-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ani .bell {
  transform: translate(-50%, -100%);
}

.ani .section-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.section-2 {
  background: #08819D url(../images/banner2-bg.png) left bottom no-repeat;
  background-size: 70% auto;
  position: relative;
  padding: 0px 0px 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.8s ease;
}
@media screen and (max-width: 767px) {
  .section-2 {
    background: #08819D;
  }
}
.section-2 h2 {
  font-size: 85px;
  color: #FFF;
  line-height: 85px;
  padding-top: 100px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-2 h2 {
    text-align: left;
    font-size: 36px;
    line-height: 42px;
    padding: 80px 20px 0px;
  }
  .section-2 h2 br {
    display: none;
  }
}
.section-2 h3 {
  font-size: 32px;
  color: #FFF;
  line-height: 36px;
  padding-left: 140px;
  margin-top: 30px;
  position: relative;
  width: 50%;
  margin-left: 50%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .section-2 h3 {
    width: 100%;
    margin-left: 0px;
    padding: 0px 20px 0px 90px;
    font-size: 18px;
    line-height: 22px;
  }
}
.section-2 h3 span {
  font-size: 64px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-2 h3 span {
    font-size: 32px;
    left: 20px;
  }
}
.section-2 h4 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 10px;
  padding-right: 30px;
  color: #FFF;
  padding-left: 50%;
}
@media screen and (max-width: 767px) {
  .section-2 h4 {
    width: 100%;
    margin-left: 0px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.section-2 p {
  font-size: 32px;
  font-weight: 500;
  margin-top: 30px;
  padding-right: 30px;
  color: #FFF;
  text-align: left;
  margin-top: 100px;
  padding-left: 50%;
}
@media screen and (max-width: 767px) {
  .section-2 p {
    padding: 0px 20% 30px 29%;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}
.section-2 h5 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3411764706);
  margin-top: 80px;
  text-align: right;
  padding-right: 30px;
  padding-left: 58%;
}
@media screen and (max-width: 1024px) {
  .section-2 h5 {
    padding-left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-2 h5 {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    padding: 0px 15px;
  }
}

.y-band-text {
  width: 100%;
  padding: 10px 40px 10px 0px;
  text-align: right;
  background: #F7B917;
  color: #000;
  font-size: 28px;
  text-align: right;
  margin-top: 100px;
  padding-left: 53.5%;
}
@media screen and (max-width: 767px) {
  .y-band-text {
    margin-top: 0px;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }
}

.coco1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 38%;
}
.coco1 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .coco1 {
    width: 40%;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .coco1 {
    width: 41%;
  }
}

.coco2 {
  position: absolute;
  left: 35%;
  bottom: 0px;
  width: 20%;
}
.coco2 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .coco2 {
    left: initial;
    right: 0px;
    width: 14%;
  }
}

@media screen and (max-width: 767px) {
  .coc-img {
    position: relative;
  }
}/*# sourceMappingURL=style.css.map */