@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;600;700&display=swap");

body {
  overflow-x: hidden;
  background: #fff;
  font-family: "Source Sans 3", sans-serif;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

header {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  background: url("../images/header-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.header-text {
  width: 770px;
  margin: 0 auto;
  padding: 60px 0;
}
.header-text h1 {
  margin: 0;
  font-size: 76px;
  color: #ab1e3a;
  font-weight: 800;
  line-height: 82px;
}
header .navbar {
  background: #ab1e3a;
  -webkit-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25);
}
header .navbar-collapse {
  justify-content: center;
}
header .navbar-nav {
  width: 100%;
  max-width: 1320px;
  align-items: center;
  justify-content: space-between;
}
header .navbar-nav .nav-item.nav-link {
  padding: 0;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}
header .navbar-nav .nav-item.nav-link:hover {
  color: #000;
}
header .navbar-nav .nav-item.nav-link img {
  width: 20px;
}

.section {
  position: relative;
}

.banner-container {
  -webkit-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25);
}
.banner-container img {
  width: 100%;
}
.banner-caption .row {
  justify-content: flex-end;
}
.banner-caption {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.banner-card {
  width: 640px;
  margin-top: -35px;
}
.banner-caption h2 {
  color: #fff;
  font-size: 104px;
  font-weight: 900;
  line-height: 120px;
  letter-spacing: -1px;
}
.banner-caption h3 {
  color: #fff;
  font-size: 92px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -5px;
}

.welcome-section {
  padding: 40px 0;
}
.welcome-container {
  display: flex;
  padding: 12px;
  padding-top: 0;
  margin: 0 auto;
  max-width: 1360px;
  align-items: center;
  flex-direction: column;
  background: url("../images/welcome-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.welcome-caption {
  padding: 25px 0;
}
.welcome-caption h4 {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
.welcome-data {
  padding: 32px 20px;
  background: rgb(255 255 255 / 70%);
}
.welcome-data p {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

footer {
  padding: 20px 0;
  background: #ab1e3a;
}
.footer-card {
  color: #fff;
}
.footer-card + .footer-card {
  margin-top: 10px;
}
.footer-card h5,
.footer-card p {
  text-transform: uppercase;
}
.footer-card h5 {
  font-size: 20px;
  font-weight: 800;
}
.footer-card p {
  font-size: 18px;
  font-weight: 600;
}
.footer-card a {
  color: #fff;
  font-size: 20px;
}
.footer-card a:hover {
  color: #000;
}
.footer-links {
  display: flex;
  column-gap: 60px;
  justify-content: flex-end;
}
.footer-links a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-links a:hover {
  color: #000;
}

/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  header .navbar-nav {
    max-width: 1140px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .header-text {
    width: 690px;
  }
  .header-text h1 {
    font-size: 68px;
    line-height: 76px;
  }
  header .navbar-nav {
    padding: 0 32px;
  }
  .banner-card {
    width: 525px;
  }
  .banner-caption h2 {
    font-size: 92px;
    line-height: 106px;
  }
  .banner-caption h3 {
    font-size: 82px;
    line-height: 88px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .header-text {
    width: 100%;
    padding: 32px 0;
  }
  .header-text h1 {
    font-size: 56px;
    line-height: 64px;
  }
  header .navbar {
    padding-right: 24px;
    justify-content: flex-end;
  }
  header .navbar-nav {
    padding: 0;
    min-width: 200px;
  }
  header .navbar-nav .nav-item.nav-link {
    width: 100%;
    justify-content: flex-end;
  }
  header .navbar-toggler {
    padding: 10px 12px;
    background: #fff;
    border-color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  header .navbar-collapse {
    position: absolute;
    top: 58px;
    opacity: 0;
    right: 24px;
    width: auto;
    z-index: 999;
    height: auto;
    padding: 32px;
    background: #ab223d;
    -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  header .navbar-collapse.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  header .navbar-nav {
    gap: 24px;
    display: flex;
    font-size: 20px;
    flex-direction: column;
  }
  header .navbar-toggler-icon {
    width: 24px;
    height: 2px;
    position: relative;
    display: inline-block;
    background-color: #ab223d;
    background-image: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .navbar-toggler-icon::before,
  header .navbar-toggler-icon::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #ab223d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
  }
  header .navbar-toggler-icon::before {
    top: -8px;
  }
  header .navbar-toggler-icon::after {
    top: 8px;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
  }
  header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .banner-container img {
    min-height: 350px;
    object-fit: cover;
    object-position: left;
  }
  .banner-card {
    width: 450px;
    margin-top: -10px;
  }
  .banner-caption h2 {
    font-size: 72px;
    line-height: 92px;
  }
  .banner-caption h3 {
    font-size: 68px;
    line-height: 78px;
  }
  .footer-links {
    column-gap: 40px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .header-text {
    padding: 24px 0;
  }
  .header-text h1 {
    font-size: 36px;
    line-height: 44px;
  }
  header .navbar-nav {
    gap: 16px;
    min-width: 150px;
  }
  header .navbar-nav .nav-item.nav-link {
    font-size: 16px;
  }
  header .navbar-nav .nav-item.nav-link img {
    width: 16px;
  }
  .banner-card {
    width: 325px;
    margin-top: -10px;
  }
  .banner-caption h2 {
    font-size: 52px;
    line-height: 60px;
  }
  .banner-caption h3 {
    font-size: 48px;
    line-height: 52px;
  }
  .welcome-data p {
    font-size: 16px;
    line-height: 28px;
  }
  .footer-links {
    padding-top: 24px;
    justify-content: flex-start;
  }
  .footer-card h5,
  .footer-card p,
  .footer-card a,
  .footer-links a {
    font-size: 16px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .banner-container img {
    min-height: 430px;
  }
  .banner-card {
    width: 100%;
    text-align: center;
  }
  .welcome-section .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .welcome-caption h4 {
    font-size: 32px;
  }
  .footer-card,
  .welcome-data p {
    text-align: center;
  }
  .footer-links {
    column-gap: 32px;
    justify-content: center;
  }
}
