@import url("https://fonts.googleapis.com/css2?family=Croissant+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Young+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&family=Poppins&family=Young+Serif&display=swap");
.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.main-title {
  font-family: "Poppins", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}

.description {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767px) {
  .description {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  header .container {
    padding: 0;
  }
}
header .logo {
  max-width: 100%;
}
header hr {
  opacity: 1;
  border-top: 2px #000 solid;
}
header .newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .newsletter .lines {
  height: 1px;
  flex-basis: 30%;
  display: inline-block;
  background: black;
}
header .main-heading {
  width: 35%;
}
@media (max-width: 767px) {
  header .main-heading {
    width: 80%;
  }
}
header h3 {
  font-family: "Delius", cursive;
  font-size: 40px;
  font-weight: bold;
  color: #ec9e43;
}
@media (max-width: 767px) {
  header h3 {
    font-size: 30px;
  }
}

.statistics-section {
  background-image: url(../images/color-particles-1.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* .bg-red{
      background-color: #fd8f6d;
  }
  .bg-yellow{
      background-color: #FA9D30;
  }
  .stats-item{
      margin: 0 15px 30px;
      overflow: hidden;
      border-radius: 28px;
      box-shadow: 0 2px 10px 2px #00000078;
      height: 100%;
      .stats-item-link{
          display: block;
          padding: 30px 20px;
          overflow: hidden;
          position: relative;
          text-decoration: none;
          height: 100%;
          /* &:hover{
              text-decoration: none;
              color: #FFF;
              .stats-item-bg{
                  -webkit-transform: scale(10);
                  -ms-transform: scale(10);
                  transform: scale(10);
              }
          } */
  /* .stats-item-bg{
              height: 128px;
              width: 128px;
              z-index: 1;
              position: absolute;
              top: -75px;
              right: -75px;
              border-radius: 50%;
              -webkit-transition: all .5s ease;
              -o-transition: all .5s ease;
              transition: all .5s ease;
          }
          .stats-detail{
              display: flex;
              align-items: center;
              flex-direction: column;
              justify-content: center;
              height: 100%;
              .stats-item-number{
                  font-family: $heading-font;
                  font-size: 50px;
                  color: #000;
                  font-weight: bold;
                  z-index: 10;
                  position: relative;
                  @media(max-width: 767px){
                      font-size: 40px;
                  }
              }
              .stats-item-title{
                  font-family: $body-font;
                  font-size: 25px;
                  color: #000;
                  font-weight: bold;
                  z-index: 10;
                  position: relative;
                  text-align: center;
              }
          }
      }
  } */
}
@media (max-width: 767px) {
  .statistics-section img {
    width: 140px !important;
  }
}
.statistics-section .main-note {
  text-align: center;
  margin-top: 20px;
}
.statistics-section .main-note p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
}
@media (max-width: 767px) {
  .statistics-section .main-note p {
    font-size: 18px;
  }
}
.statistics-section .main-note p span {
  font-weight: bold;
  color: #d58268;
  font-size: 30px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .gallery-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.gallery-section .gallery-wrapper {
  margin-top: 20px;
}
.gallery-section .gallery-wrapper .gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-section .gallery-wrapper .gallery-item .gallery-img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border: 4px solid #ffc107;
}
.gallery-section .gallery-wrapper .gallery-item .gallery-img-wrapper img {
  width: 100%;
  transition: all 500ms ease;
}
.gallery-section .gallery-wrapper .gallery-item p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-wrapper .gallery-item p {
    font-size: 18px;
  }
}

.yellow-border {
  border: 1px solid #ffc107;
  background-color: rgba(255, 193, 7, 0.0549019608);
}

.light-red {
  background-color: rgba(250, 206, 192, 0.5294117647);
  border: 6px solid #e17b5c;
}
.light-red span {
  color: #e17b5c;
}

.light-yellow {
  background-color: rgba(225, 160, 92, 0.1294117647);
  border: 6px solid #E1A05C;
}
.light-yellow span {
  color: #E1A05C;
}

.main-event-section {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .main-event-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-event-section h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .main-event-section h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 10px;
  }
}
.main-event-section .dark-red {
  background: #e17b5c;
}
.main-event-section .dark-yellow {
  background-color: #E1A05C;
}
.main-event-section span {
  font-weight: bold;
}
.main-event-section .main-event-img {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-event-section .main-event-img {
    margin-bottom: 10px;
  }
}
.main-event-section .main-event-img img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-event-section .main-event-img img {
    margin-bottom: 10px;
  }
}
.main-event-section .main-event-img .dark-red-border {
  border: 6px #fb744a solid;
}
.main-event-section .main-event-img .dark-yellow-border {
  border: 6px #E1A05C solid;
}
.main-event-section .main-event-img .name-wrapper {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  right: 0;
  padding: 3px 10px;
}
@media (max-width: 767px) {
  .main-event-section .main-event-img .name-wrapper {
    bottom: 0;
    padding: 2px 10px;
  }
}
.main-event-section .main-event-img .name-wrapper p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-event-section .main-event-img .name-wrapper p {
    font-size: 14px;
  }
}
.main-event-section .main-event-img .bg-yellow {
  background: #E1A05C;
}
.main-event-section .main-event-img .bg-red {
  background: #fb744a;
}

footer {
  background-color: #ffc107;
  color: white;
  text-align: center;
  padding: 2rem;
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 1.2rem;
  }
}
footer .footer-bg {
  background-color: white;
  border-radius: 20px;
  padding: 10px 60px 15px;
  color: black;
  height: 100%;
}
@media (max-width: 767px) {
  footer .footer-bg {
    padding: 10px 15px 15px;
  }
}
footer .footer-bg p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .footer-bg p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
footer .footer-bg .nmebldtxt {
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .footer-bg .nmebldtxt {
    font-size: 16px;
  }
}
footer .footer-bg .nmebldtxt span {
  font-weight: 800;
}
footer .footer-bg .nmebldtxt a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-bg .nmebldtxt a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .follow img {
    width: 100%;
  }
}
footer .main-caption {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
}
footer .ftrmnu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 95%;
}
footer .ftrmnu li {
  color: #fff;
  background: #404042;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 12px;
  padding: 6px 12px;
  display: inline-block;
  transform: skew(-30deg);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  footer .ftrmnu li {
    font-size: 10px;
  }
}
footer .ftrmnu li span {
  display: inline-block;
  transform: skew(30deg);
}/*# sourceMappingURL=style.css.map */