/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  /* padding-top: 3rem; */
  /* padding-bottom: 3rem; */
  color: #5a5a5a;
  background: #F6F7FB !important;
      font-family: 'Josefin Sans', sans-serif!important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* Custom CSS */
.carousel {
  margin-bottom: 0rem !important;
}
.carousel-item {
  height: 42rem !important;
}
.carousel-item>img {
  height: 42rem !important;
}
.site-logo {
  width: 150px !important;
}
.bg-color {
  background: #F8E79B;
  min-height: 90px;
}
.navbar {
  padding: 0;
}
.navbar-collapse {
  justify-content: center;
}
.navbar-nav {
  align-items: center;
}
.nav-item {
  display: flex;
  align-items: center;
}
.nav-link {
  height: 52px;
  min-width: 100px;
  padding: 10px 26px !important;
  display: flex;
  justify-content: center;
  /* Left to Right Center */
  align-items: center;
  /* Top to Bottom Center */
  color: #D41000 !important;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link.active {
  background: #D41000;
  color: #fff !important;
  border-radius: 25px;
}
.featurette-heading {
  margin-bottom: 0px !important;
  color: #D41000 !important;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 0rem !important;
  font-weight: 400;
}
h4.featurette-heading {
  font-size: 1.5rem !important;
}
.lead {
  color: #D41000 !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem !important;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.filter-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  opacity: 1;
}
.countdown-title {
  font-size: 26px;
  color: #2b2b2b;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
.countdown-title span {
  font-weight: 700;
}
.countdown-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.ring-item {
  text-align: center;
}
.ring {
  position: relative;
  width: 150px;
  height: 150px;
}
.ring svg {
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}
.ring circle {
  fill: none;
  stroke-width: 8;
}
.ring .bg-circle {
  stroke: #e3e6ee;
}
.ring .fg-circle {
  stroke: #f5a623;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s linear;
}
.ring-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  color: #f5a623;
}
.ring-label {
  margin-top: 14px;
  font-size: 15px;
  color: #555;
  letter-spacing: 0.5px;
}
.draw-status {
  margin-top: 30px;
  font-size: 16px;
  color: #888;
}

@media (max-width: 600px) {
  .ring,
  .ring svg,
  .ring-value {
    width: 110px;
    height: 110px;
  }
  .ring-value {
    font-size: 30px;
  }
  .countdown-wrap {
    gap: 20px;
  }
}

.footer-section {
  background: #292B3A;
  padding: 70px 0 25px;
  position: relative;
  color: #fff;
}

.footer-logo {
  max-width: 180px;
}

.footer-flag {
  max-width: 170px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 2px;
}
.email-label {
  font-size: 18px!important;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
      font-size: 14px;
  transition: .3s;
}

.footer-links a:hover {
  color: #ff2d00;
}

.email-label {
  font-size: 22px;
  margin-bottom: 12px;
  display: block;
}

.footer-input {
  height: 52px;
  border-radius: 6px;
  border: none;
  margin-bottom: 25px;
}

.submit-btn {
  background: #EA1600;
  color: #fff;
  width: 140px;
  height: 50px;
  border-radius: 30px;
  font-size: 22px;
  border: none;
}
.submit-btn:hover {
  background: #c90f00;
  color: #fff;
}
hr {
  border-color: #707070;
  margin-top: 0px;
  margin-bottom: 8px;
}

.copyright {
  text-align: center;
  font-size: 1rem;
}

#backTop {
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #EA1600;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@media(max-width:991px) {
  .footer-section {
    text-align: center;
  }

  .footer-links {
    margin-top: 20px;
  }
  .submit-btn {
    width: 100%;
  }
  .footer-logo,
  .footer-flag {
    margin-bottom: 20px;
  }
}

@media(max-width:576px) {
  .footer-logo {
    max-width: 150px;
  }

  .footer-flag {
    max-width: 140px;
  }

  .footer-links a {
    font-size: 18px;
  }

  .email-label {
    font-size: 18px;
  }

  .copyright {
    font-size: 1rem;
  }

}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D41000;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-icons a:hover {
  background: #a80d00;
  transform: translateY(-3px);
}
.navbar-toggler-icon{
    filter: brightness(0) saturate(100%) invert(13%) sepia(98%)
            saturate(6200%) hue-rotate(7deg)
            brightness(90%) contrast(118%)!important;
}
@media screen and (max-width: 900px) and (min-width: 0px) {
 .navbar-nav .nav-item{
  margin: 0px 0!important;
 }
 .nav-link {
  height: 32px;
      padding: 4px 26px !important;
 }
.site-logo{
  width: 48px!important;
}
.bg-color {
  min-height: 0px!important;
}
}
@media (max-width:991.98px){

    .navbar-collapse{
        background:#FBE48A;
        /* margin-top:10px; */
        border-radius:10px;
        /* padding:15px; */
    }

    .navbar-nav{
        text-align:center;
    }

    .navbar-nav .nav-item{
        margin:8px 0;
    }

    .navbar-nav .nav-link{
        display:block;
    }
}
.accordion-button:not(.collapsed) {
    color: #cf2027!important;
    background-color: #f8e79b!important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after{
    filter: brightness(0) saturate(100%) invert(13%) sepia(98%)
            saturate(6200%) hue-rotate(7deg)
            brightness(90%) contrast(118%)!important;
}
.accordion-body{
  background: #f6f7fb!important;
}