/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-left: 15px;
  }
  .back-text {
    font-size: 200px;
  }
  .s-back-title {
    font-size: 80px;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .event-img img {
    width: 100%;
  }
  .up-event-btn {
    margin-top: 30px;
  }
  .single-fact h1 {
    font-size: 55px;
  }
  .footer-widget {
    padding: 0;
  }
  .footer-line img {
    max-width: 100%;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .up-event-btn {
    margin-top: 30px;
  }
  .footer-widget {
    padding: 0;
  }
  .header-info ul li:last-child {
    display: none;
  }
  .header-btn {
    margin-right: 70px;
    margin-top: 15px;
  }
  .logo {
    margin-top: 5px;
  }
  .back-text {
    font-size: 150px;
  }
  .hero-wrapper h2 {
    font-size: 70px;
  }
  .hero-area,
  .contact-area {
    min-height: 800px;
  }
  .hero-wrapper {
    margin-top: 170px;
  }
  .event-img img {
    width: 100%;
  }
  .event-area .section-title h2 {
    font-size: 55px;
  }
  .event-area .s-back-title {
    font-size: 200px;
    top: -85px;
  }
  .single-fact h1 {
    font-size: 45px;
  }
}

/* small mobile :320px. */

@media (max-width: 767px) {
  .up-event-btn {
    margin-top: 30px;
  }
  .footer-widget {
    padding: 0;
  }
  .back-text {
    font-size: 120px;
    top: 25px;
  }
  .hero-wrapper h2 {
    font-size: 41px;
  }
  .hero-area,
  .contact-area {
    min-height: 500px;
  }
  .hero-wrapper {
    margin-top: 100px;
  }
  .section-title h2,
  .event-area .section-title h2 {
    font-size: 30px;
  }
  .s-back-title {
    font-size: 80px;
  }
  .event-area .s-back-title {
    font-size: 100px;
    top: -25px;
  }

  .event-content {
    text-align: center;
  }
  p {
    font-size: 15px;
  }
  .event-content h2 {
    font-size: 17px;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -35px;
  }
  .up-date {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .single-fact {
    padding: 60px 0;
  }
  .row-fact .col-xl-3:not(:last-child) .single-fact {
    border-right: none;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
  .up-event-btn {
    margin-top: 30px;
  }
  .footer-widget {
    padding: 0;
    padding-left: 20px;
  }
  .section-title h2,
  .event-area .section-title h2 {
    font-size: 28px;
  }
  .f-faq .btn-link {
    font-size: 17px;
    padding: 15px 10px;
  }
  .footer-widget {
    padding: 0;
    padding-left: 20px;
  }
}

/* max-480 */
@media (max-width: 480px) {
  .back-text {
    font-size: 90px;
    top: 40px;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -35px;
  }
  .hero-wrapper h2 {
    font-size: 30px;
  }
  .f-faq .btn-link {
    font-size: 15px;
    padding: 15px 10px;
  }
  .section-title h2,
  .event-area .section-title h2 {
    font-size: 25px;
  }
  .footer-area.pb-60 {
    padding-bottom: 0;
  }
  .footer-widget {
    padding: 0;
    padding-left: 20px;
  }
  .features-box {
    flex-direction: column;
    text-align: center;
}

}
