@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "gotham_blackregular";
  src: url("/fonts/gotham_black-webfont.woff2") format("woff2"), url("/fonts/gotham_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

header {
  background-color: #fff;
  padding: 25px 0;
}
header .logo {
  height: 70px;
}
@media (max-width: 767px) {
  header .logo {
    height: 40px;
  }
}

.container {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 125px);
  background-image: url("/media/uednu2dk/kmac_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
  }
}
.banner .banner_content {
  text-align: center;
}
.banner .banner_content .banner_logo {
  margin-bottom: 20px;
  height: 100px;
}
@media (max-width: 767px) {
  .banner .banner_content .banner_logo {
    height: 60px;
  }
}
.banner .banner_content h1 {
  font-family: "gotham_blackregular";
  font-size: clamp(40px, 3.5vw, 70px);
  color: #fff;
  text-transform: uppercase;
  line-height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner .banner_content h1 {
    line-height: normal;
  }
}
.banner .banner_content h1 sup {
  text-transform: lowercase;
  font-size: clamp(20px, 3.5vw, 50px);
}
.banner .banner_content .badge {
  background-color: rgba(255, 255, 255, 0.6980392157);
  padding: 10px 30px;
  border-radius: 6px;
  font-size: clamp(16px, 3.5vw, 24px);
  color: #000;
  font-weight: 500;
  display: table;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.row.row-col-3 .col {
  flex: 0 0 33.33%;
}
.row.row-col-4 .col {
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  .row.row-col-4 .col {
    flex: 1 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .row.row-col-4 .col {
    flex: 1 0 25%;
  }
}
@media (min-width: 768px) {
  .row.row-col-mob-1 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .row.row-col-mob-1 .col {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.row-col-mob-1 .col {
    flex: 0 0 50%;
  }
}
.row .col {
  box-sizing: border-box;
  padding: 10px;
}
@media (min-width: 992px) {
  .row .col.col-lg-4 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .row .col.col-lg-8 {
    flex: 0 0 62%;
    max-width: 62%;
  }
}

.text-center {
  text-align: center;
}

.section_padding {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section_padding {
    padding: 30px 0;
  }
}

.info_bar .number_info h3 {
  color: #E3000F;
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 400;
  margin-bottom: 10px;
}
.info_bar .number_info p {
  font-size: clamp(14px, 3.5vw, 18px);
  text-align: center;
}
.info_bar .border_end:not(:last-child) {
  border-right: 1px solid #FFE5E1;
}
@media (max-width: 767px) {
  .info_bar .border_end {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .info_bar .row {
    justify-content: center;
  }
}

.location_info {
  background-image: url("/media/sj1mqy3r/location_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .location_info {
    min-height: 400px;
  }
}
.location_info h5 {
  font-size: clamp(18px, 3.5vw, 24px);
  color: #fff;
  font-weight: 400;
}
.location_info .date_month {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: table;
  margin: 30px auto;
}
.location_info .date_month .date {
  background-color: #E3000F;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 3.5vw, 24px);
  border-radius: 6px;
  color: #fff;
}
.location_info .date_month h6 {
  font-size: clamp(18px, 3.5vw, 24px);
  color: #00031C;
  margin: 0;
  font-weight: 400;
}
.location_info h2 {
  font-family: "gotham_blackregular";
  font-size: clamp(24px, 3.5vw, 45px);
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .location_info .sm_icon {
    height: 20px;
  }
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 30px;
}

.ttl-lg {
  font-family: "gotham_blackregular";
  font-size: clamp(25px, 3.5vw, 50px);
  color: #1F232A;
  text-transform: uppercase;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-4 {
  margin-top: 40px;
}

.para {
  font-size: clamp(14px, 3.5vw, 16px);
  color: #000000;
}

.benefits_section {
  padding: 100px 0;
  background-color: #F3F3F6;
}
@media (max-width: 767px) {
  .benefits_section {
    padding: 40px 0;
  }
}
.benefits_section .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.benefits_section .card .card_title {
  font-size: clamp(16px, 3.5vw, 30px);
  color: #000;
  font-weight: 500;
}

.mb-5 {
  margin-bottom: 50px;
}

.text-secondary {
  color: rgba(27, 24, 25, 0.5019607843);
}

footer {
  padding: 70px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .para {
  font-size: 14px;
  color: #000;
}
footer .para a {
  color: #E3000F;
}
footer .footer_link {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer_link li {
  margin-bottom: 5px;
  font-size: 15px;
}
footer .footer_link li a {
  color: #1B1819;
  text-decoration: none;
}

.mb-1 {
  margin-bottom: 5px;
}

.m-0 {
  margin: 0 !important;
}

.social_icon {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .social_icon {
    justify-content: center;
  }
}
.social_icon .btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_icon .btn .icon {
  height: 16px;
}

.justify-content-between {
  justify-content: space-between !important;
}

.footer_bottom {
  background-color: #E3000F;
  padding: 80px 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer_bottom {
    padding: 50px 0;
  }
}
.footer_bottom .input-group {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 10px 0;
}
.footer_bottom .input-group .form-control {
  min-width: 450px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  background-color: transparent;
  padding: 10px;
  color: #fff;
  outline: 0;
}
@media (max-width: 991px) {
  .footer_bottom .input-group .form-control {
    min-width: 280px;
  }
}
.footer_bottom .input-group .form-control::-moz-placeholder {
  color: #fff;
  font-weight: 200;
  opacity: 0.5;
}
.footer_bottom .input-group .form-control::placeholder {
  color: #fff;
  font-weight: 200;
  opacity: 0.5;
}
.footer_bottom .input-group .btn {
  background-color: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.footer_bottom a {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
@media (max-width: 767px) {
  .footer_bottom .d-flex {
    display: block !important;
  }
}

.fw-semibold {
  font-weight: 700 !important;
}

.fw-light {
  font-weight: 100 !important;
}

.fs-5 {
  font-size: clamp(18px, 3.5vw, 24px);
}

.text-white {
  color: #fff !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fs-7 {
  font-size: 12px;
}

.text-start {
  text-align: left;
}/*# sourceMappingURL=main.css.map */