@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Roboto:wght@100;300;400;500;700;900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Fredoka One', cursive;
}

h1 {
  font-size: 38px;
  font-weight: 500;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

.mt-50 {
  margin-top: 50px;
}

/**---Variable---**/
/**---Variable---**/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: #000;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}

.tittle {
  padding-bottom: 50px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.tittle h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.tittle p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .tittle h3 {
    font-size: 42px;
  }
  .tittle p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tittle-two h3 {
    font-size: 42px;
  }
}
.tittle-two {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.tittle-two h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.tittle-two p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .tittle-two h3 {
    font-size: 42px;
  }
}
.pt-120 {
  padding-top: 120px;
}

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

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

.border-line {
  border-bottom: 1px solid rgb(22, 17, 17);
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}

.pt-50 {
  margin-top: 50px;
}

/*-----navber-----*/
.header {
  background-color: transparent;
  z-index: 999;
  display: block;
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.header--fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #cf1212;
}

@media screen and (max-width: 1240px) {
  .header {
    background-color: #cf1212;
  }
}
@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 372px) {
  .navbar-brand {
    font-size: 32px !important;
  }
}
.fas.fa-bars {
  color: #fff;
}

.header .navbar {
  padding-block: 0.35rem;
}

@media (min-width: 992px) {
  .header .navbar {
    padding-block: 0.35rem;
  }
}
@media (min-width: 1200px) {
  .header .navbar-collapse {
    margin-top: 0;
  }
}
.nav-link {
  color: #fff;
  font-weight: 500;
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
}

.navbar-brand {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.navbar-brand:hover {
  color: white;
}

@media (min-width: 1200px) {
  .nav-link {
    text-align: left;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.nav-link--active, .nav-link:hover, .nav-link:focus {
  color: #fff;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler--icon {
  background-color: #fff;
  height: 2px;
  width: 27px;
  transform: rotate(45deg) translateY(-5px);
}

.navbar-toggler--icon:after, .navbar-toggler--icon:before {
  background-color: #fff;
  height: 2px;
  transition: 0.3s all linear;
}

.navbar-toggler--icon:after {
  bottom: 7px;
  left: 0;
  transform: rotate(-90deg) translateX(-6px);
}

.navbar-toggler--icon:before {
  top: 7px;
  left: 0;
  opacity: 0;
  transform: translateX(20px);
}

.navbar-toggler.collapsed .navbar-toggler--icon {
  transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:after {
  transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:before {
  opacity: 1;
  transform: none;
}

.navbar-nav {
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}

.social-btns {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .social-btns {
    margin-left: 20px;
    flex-direction: row;
    margin-top: 0;
  }
}
.social-btns .default-btn {
  border-radius: 99px;
}

.social-btns .default-btn:hover {
  transform: none;
  background: linear-gradient(0deg, #FB6567 0%, #EC008B 101.5%);
}

/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header p {
  max-inline-size: 63ch;
  margin: auto;
}

/*-----navber-----*/
/*========== Banner-section Start ==========*/
.banner-section {
  overflow: hidden;
}
.banner-section .slider-one {
  background: url(../../assets/images/banner/banner1.jpg) no-repeat center center;
  background-size: cover;
}
.banner-section .slider-one .banner-content {
  padding: 250px 0px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner-section .slider-one .banner-content h1 {
  font-size: 76px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}
.banner-section .slider-one .banner-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
}
.banner-section .slider-one .banner-content .cristmas-button .cristmas-btn {
  padding: 15px 30px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.banner-section .slider-one .banner-content .cristmas-button .cristmas-btn:hover {
  background: #cf1212;
  color: #fff;
  border: 1px solid #cf1212;
}
.banner-section .slider-one.style-two {
  background: url("../../assets/images/banner/bannermain.jpg") no-repeat center center;
}
.banner-section .slider-one.style-three {
  background: url(../../assets/images/banner/banner4.jpg) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .banner-section .slider-one .banner-content h1 {
    font-size: 40px;
  }
  .banner-section .slider-one .banner-content p {
    font-size: 14px;
  }
  .banner-section .slider-one .banner-content .cristmas-button .cristmas-btn {
    font-size: 15px;
  }
}
/*========== Banner-section End ==========*/
/*========== Donate-section Here ==========*/
.donate-section {
  overflow: hidden;
}
.donate-section .gift-thump img {
  width: 100%;
  height: 100%;
}
.donate-section .gift-content h3 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
.donate-section .gift-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
.donate-section .gift-content .cristmas-button .cristmas-btn {
  padding: 15px 30px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 170px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  color: #000;
  transition: all 0.4s ease-in-out;
}
.donate-section .gift-content .cristmas-button .cristmas-btn:hover {
  background: #cf1212;
  width: 170px;
  color: #fff;
  border: 1px solid #cf1212;
}

@media screen and (max-width: 768px) {
  .donate-section .gift-content h3 {
    font-size: 40px;
  }
  .donate-section .gift-content p {
    font-size: 14px;
  }
  .donate-section .gift-content .cristmas-button .cristmas-btn {
    font-size: 15px;
  }
}
/*========== Donate-section End ==========*/
/*========== Coming-section Here ==========*/
.comming-section {
  overflow: hidden;
  background: url(../../assets/images/comming/comming1.jpg) no-repeat center center;
  background-size: cover;
}
.comming-section .comming-time {
  padding: 150px 0px;
}
.comming-section .comming-time ul {
  display: flex;
  justify-content: center;
}
.comming-section .comming-time li {
  color: #fff;
  font-weight: 600;
  margin-right: 35px;
  display: inline-block;
  text-align: center;
}
.comming-section .comming-time li #day {
  color: #ff739c;
  font-size: 70px;
  font-weight: 800;
  display: block;
}
.comming-section .comming-time li #Hours {
  color: #d26dfb;
  font-size: 70px;
  font-weight: 800;
  display: block;
}
.comming-section .comming-time li #Minutes {
  color: #00c08c;
  font-size: 70px;
  font-weight: 800;
  display: block;
}
.comming-section .comming-time li #Seconds {
  color: #009cff;
  font-size: 70px;
  font-weight: 800;
  display: block;
}

@media screen and (max-width: 500px) {
  .comming-section .comming-time ul {
    flex-wrap: wrap;
  }
}
/*========== Coming-section End ==========*/
/*========== Event-section Here ==========*/
.events-section {
  overflow: hidden;
}
.events-section .event-items .event-thump img {
  width: 100%;
  height: 100%;
}
.events-section .event-items .event-content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
}
.events-section .event-items .event-content a {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  font-family: 'Fredoka One', cursive;
  transition: all 0.3s ease-in-out;
}
.events-section .event-items .event-content a:hover {
  color: #cf1212;
}
.events-section .event-items .event-content .text {
  margin-bottom: 10px;
  margin-top: 15px;
}
.events-section .event-items .event-content .text li {
  font-size: 16px;
  font-weight: 500;
  color: #cf1212;
}
.events-section .event-items .event-content p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .events-section .event-items .event-content h4 {
    font-size: 20px;
  }
  .events-section .event-items .event-content .text li {
    font-size: 14px;
  }
  .events-section .event-items .event-content p {
    font-size: 14px;
  }
}
/*========== Event-section End ==========*/
/*========== Gallery-section Here ==========*/
.gallery-section {
  overflow: hidden;
}
.gallery-section .gallery-item .gallery-thump {
  position: relative;
}
.gallery-section .gallery-item .gallery-thump img {
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-item .gallery-thump .gallery-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 67, 67, 0.6);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gallery-section .gallery-item .gallery-thump .gallery-effect i {
  font-size: 36px;
  color: #fff;
  margin-top: 50%;
  margin-left: 50%;
}
.gallery-section .gallery-item .gallery-thump .gallery-effect:hover {
  opacity: 1;
}

/*========== Gallery-section End ==========*/
/*========== Testimonial-section Here ==========*/
.testimonial-section {
  overflow: hidden;
  background: url(../../assets/images/banner/banner6.jpg) no-repeat center center;
  background-size: cover;
}
.testimonial-section .testimonial-items .testi-thump {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
}
.testimonial-section .testimonial-items .testi-thump img {
  border-radius: 100%;
}
.testimonial-section .testimonial-items .testi-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 30px;
}
.testimonial-section .testimonial-items .testi-content h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-items .testi-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .testimonial-section .testimonial-items .testi-content h5 {
    font-size: 22px;
  }
  .testimonial-section .testimonial-items .testi-content p {
    font-size: 14px;
  }
}
/*========== Testimonial-section End ==========*/
/*========== Team-section Here ==========*/
.team-section {
  overflow: hidden;
}
.team-section .team-items {
  border: 1px solid #ebebeb;
  padding: 30px 30px;
}
.team-section .team-items .team-thump {
  text-align: center;
}
.team-section .team-items .team-thump img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
}
.team-section .team-items .team-content {
  margin-top: 15px;
  text-align: center;
}
.team-section .team-items .team-content h6 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.team-section .team-items .team-content a {
  transition: all 0.3s ease-in-out;
  color: #000;
}
.team-section .team-items .team-content a:hover {
  color: #cf1212;
}
.team-section .team-items .team-content p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.team-section .team-items .team-content .team-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section .team-items .team-content .team-icon li {
  margin-right: 10px;
}
.team-section .team-items .team-content .team-icon li i {
  color: #000;
}

/*========== Team-section End ==========*/
/*========== Sponser-section Here ==========*/
.event-sponser {
  overflow: hidden;
  background: #000;
  background-size: cover;
}
.event-sponser .sponser-items .sponser-tittle {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.event-sponser .sponser-items .sponser-logo {
  text-align: center;
}
.event-sponser .sponser-items .sponser-logo img {
  max-width: 100%;
  height: 100%;
}

/*========== Sponser-section End ==========*/
/*========== Pricing-section Here ==========*/
.pricing-section {
  overflow: hidden;
  background: url(../../assets/images/pricing/pricing-bg.jpg) no-repeat center center;
  background-size: cover;
}
.pricing-section .pricing-items {
  border: 1px solid #fff;
  padding: 50px 30px;
}
.pricing-section .pricing-items .price-content {
  text-align: center;
}
.pricing-section .pricing-items .price-content h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.pricing-section .pricing-items .price-content h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
}
.pricing-section .pricing-items .price-content .pricing-list {
  margin-top: 20px;
}
.pricing-section .pricing-items .price-content .pricing-list li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.pricing-section .pricing-items .price-content .pricing-button {
  margin-top: 20px;
}
.pricing-section .pricing-items .price-content .pricing-button .price-btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  background: transparent;
  text-transform: capitalize;
  border: 1px solid #fff;
}
.pricing-section .pricing-items .price-content .pricing-button .price-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

/*========== Pricing-section End ==========*/
/*========== Blog-section Here ==========*/
.blog-section {
  overflow: hidden;
}
.blog-section .blog-items {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.blog-section .blog-items .blog-thump img {
  width: 100%;
  height: 100%;
}
.blog-section .blog-items .blog-content {
  padding: 30px 20px;
}
.blog-section .blog-items .blog-content h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-section .blog-items .blog-content h4 a {
  color: #000;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-items .blog-content h4 a:hover {
  color: #cf1212;
}
.blog-section .blog-items .blog-content p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
}

/*========== Blog-section End ==========*/
/*========== Contact-section Here ==========*/
.contact-section {
  overflow: hidden;
  background: url(../../assets/images/contact/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}
.contact-section .tittles {
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}
.contact-section .form-clt input {
  background-color: transparent;
  width: 100%;
  outline: none;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.contact-section .form-clt ::-moz-placeholder {
  color: #fff !important;
}
.contact-section .form-clt :-ms-input-placeholder {
  color: #fff !important;
}
.contact-section .form-clt ::placeholder {
  color: #fff !important;
}
.contact-section .form-clt.form-clt-big input {
  padding: 12px 30px 150px;
}
.contact-section .custom-btn {
  background-color: transparent;
  width: 100%;
  outline: none;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.contact-section .custom-btn:hover {
  background: #cf1212;
  color: #fff;
  border: 1px solid #cf1212;
}
.form-message.success {
    color: #fff;
    padding: 10px 0;
}

/*========== Contact-section End ==========*/
/*========== Map-section Section ==========*/
.map-section {
  overflow: hidden;
}
.map-section iframe {
  width: 100%;
  height: 600px;
}

/*========== Map-section End ==========*/
/*========== Footer-section Here ==========*/
.footer-section {
  overflow: hidden;
  padding-top: 30px;
  background: url(../../assets/images/footer/footerbg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-section .footer-top .footer-content {
  text-align: center;
}
.footer-section .footer-top .footer-content h6 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}
.footer-section .footer-top .footer-content .footer-icon {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer-section .footer-top .footer-content .footer-icon li {
  width: 40px;
  height: 40px;
  background: transparent;
  margin-right: 10px;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
.footer-section .footer-top .footer-content .footer-icon li i {
  font-size: 18px;
  color: #fff;
}
.footer-section .footer-top .footer-content .footer-icon li:hover {
  background: #cf1212;
  border: 1px solid #cf1212;
  color: #fff;
}
.footer-section .footer-bottom {
  padding: 30px 0 20px;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #fff;
}
.footer-section .footer-bottom p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.footer-section .footer-bottom a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-bottom a:hover {
  color: #cf1212;
}
.top-btn {
  position: fixed;
  left: 96%;
  bottom: 30px;
  background-color: red;
  color:#fff;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 5px;
}
.top-btn a{
  color:#fff;
}
.custom-btn {
  font-size: 20px;
  margin-left: 15px;
}
.custom-btn a{
  color: #eb0b0b;
  font-size: 20px;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.custom-btn a:hover{
  background-color: #cf1212;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-section .footer-top .footer-content h6 {
    font-size: 40px;
  }
  .footer-section .footer-top .footer-content .footer-icon li i {
    font-size: 16px;
  }
}

.events.cristmas-button .cristmas-btn {
    padding: 15px 30px;
    background: transparent;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 170px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #000;
    transition: all 0.4s ease-in-out;
}

.events.cristmas-button {
    text-align: center;
    margin: 85px 0px 0px;
}
.events.cristmas-button .cristmas-btn:hover {
    background: #cf1212;
    color: #fff;
    border: 1px solid transparent;
}
/*========== Footer-section End ==========*//*# sourceMappingURL=style.css.map */
