@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");

:root {
  --bs-primary: #d82a3a;
  --bs-secondary: #b50b2d;
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  /* "Outfit", sans-serif; */
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: initial !important;
}
img {
  max-width: 100%;
  height: auto;
}
.section {
  padding: 50px 0;
}
.sec_head {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
}
.sec_head:after {
  content: "";
  position: absolute;
  background-color: var(--bs-primary);
  width: 22px;
  height: 2px;
  opacity: 1;
  bottom: 20px;
  margin-left: 8px;
}
.navbar-brand img {
  width: 600px;
}
.btn {
  font-size: 1rem;
  border-radius: 50px;
  padding: 6px 20px;
}
.btn-primary {
  background: linear-gradient(270deg, #d82a39 0, rgb(27 27 27) 100%);
  color: #fff;
  border-color: transparent;
}
.btn-primary:active,
.btn-primary:hover {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: #fff;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid #fff;
  box-shadow: none;
}

.banner_sec {
  position: relative;
}
.banner-img img {
  height: 100vh;
  min-height: 600px;
}
.banner_div {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 100%;
  transform: translateY(-50%);
}
.banner_head {
  font-size: 2.5rem;
}
.banner_head span {
  color: var(--bs-primary);
  font-style: italic;
  font-weight: 800;
}
.banner_subhead {
  font-size: 2rem;
  font-weight: 400;
}
.banner_subhead span {
  color: var(--bs-primary);
}
.xponential_img {
  width: 600px;
}
.banner_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
.btm_txt {
  padding: 8px;
  border-radius: 3.125rem;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
}
.btm_txt img {
  width: 50px;
}
.btm_txt_top {
  font-size: 1.25rem;
}

.game_sec {
  background-image: url(../images/bg_dotted.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.game_card {
  background: linear-gradient(180deg, #fff 0, rgb(224 223 223) 80%);
  padding: 18px;
  border-radius: 16px;
  text-align: center;
  opacity: 1;
}
.game_card .text {
  font-size: 1.25rem;
  font-weight: 500;
}
.game_btm_txt {
  font-size: 1.5rem;
}

.insight_sec .textT {
  font-size: 1.125rem;
  font-weight: 500;
}
.meet_card {
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
  font-family: Outfit, sans-serif;
}
.meet_card .card-title {
  font-size: 1.5rem;
  color: var(--bs-primary);
}
.meet_card img {
  height: 100%;
}
.meet_card .card-text {
  font-size: 1.125rem;
}
.meet_card .card_text {
  font-size: 0.8rem;
}
.meet_card_last .card-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.insight_text0 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}
.insight_text1 {
  color: var(--bs-primary);
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 800;
}
.insight_text2 {
  color: var(--bs-primary);
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 800;
}
.insight_text3 {
  font-size: 1rem;
  font-weight: 600;
}

.front_sec {
  background-image: url(../images/spiral.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
}
.banner-form .form-control {
  background-color: transparent;
  color: #fff;
}
::placeholder {
  color: #fff !important;
}

#footer {
  padding: 40px 0 30px;
  position: relative;
  background-color: #000000;
}
#footer .footer-logo img {
  width: 200px;
}
#footer .border-white {
  border-color: #c7c7c7 !important;
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  color: var(--bs-primary);
}
#footer .footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 12px;
}
#footer .footer-social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-social li a {
  margin: 0;
  padding: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #000;
  line-height: 28px;
  text-align: center;
  background: #fff;
}
#footer .footer-social li a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
  border-color: transparent;
}

@media (max-width: 1199px) {
  .navbar-brand img {
    width: 600px;
  }
  .sec_head {
    font-size: 2.25rem;
  }
  .banner_head {
    font-size: 2.125rem;
  }
  .banner_subhead {
    font-size: 1.75rem;
  }
  .xponential_img {
    width: 400px;
  }
  /* .btm_txt img {width: 40px;} */
  .game_card .text {
    font-size: 1rem;
  }
  .game_btm_txt {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0 !important;
  }
  .sec_head {
    font-size: 2rem;
  }
  .game_card {
    padding: 12px;
  }
  .meet_card .card-title {
    font-size: 1.125rem;
  }
  .meet_card .card-text {
    font-size: 1rem;
  }
  .banner-img img {
    height: 600px;
    object-fit: cover;
  }
  .banner_head {
    font-size: 1.75rem;
  }
  .banner_subhead {
    font-size: 1.25rem;
  }
  .xponential_img {
    width: 300px;
  }
  .banner_btn {
    left: 10px;
    right: auto;
  }
  .btm_txt {
    display: block;
    border: none;
  }
  .btm_txt_top {
    font-size: 1rem;
  }
  .btm_txt div {
    margin-bottom: 8px;
  }
  .btm_txt div span {
    font-size: 0.8rem;
  }
  .btm_txt img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .meet_card img {
    height: 280px;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 575px) {
  .banner_div {
    top: 30%;
  }
  .banner_head {
    font-size: 1.25rem;
  }
  .banner_subhead {
    font-size: 1.125rem;
  }
  .xponential_img {
    width: 240px;
  }
  .btm_txt_top {
    text-align: start !important;
  }
  .sec_head {
    font-size: 1.675rem;
  }
  .sec_head:after {
    bottom: 14px;
  }
  .game_btm_txt,
  .insight_sec .textT {
    font-size: 1rem;
  }
  footer {
    font-size: 14px;
  }
  .meet_card img {
    height: auto;
  }
}
