@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: local("Gotham Book"), local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: local("Gotham Bold"), local("Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.glb-btn {
  color: #FFF;
  text-align: center;
  font-family: "Gotham";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 162.5% */
  background: #F14C26;
  display: table;
  padding: 0.6877rem 0.625rem;
}
.glb-btn:hover {
  color: #FFF;
}

h2 {
  color: #012A4E;
  font-family: "Gotham";
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

p {
  color: #012A4E;
  font-family: "Gotham";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 1.37rem 0;
  z-index: 99;
}
header button {
  display: none;
}
header .header-content-wraper a.logo {
  display: table;
  margin: 0 auto;
}
header .header-content-wraper a.logo img {
  max-width: 8.125rem;
  max-height: 4.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background: #F7F7F7;
  position: relative;
}
footer .footer-content-wraper {
  padding: 1.06rem 0;
}
footer .footer-content-wraper h6 {
  color: #000;
  text-align: center;
  font-family: "Gotham";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 162.5% */
  margin: 0;
}

section.home-banner {
  position: relative;
  overflow: hidden;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
section.home-banner img.bnr-bg-img {
  width: 100%;
  height: 56.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .bnr-content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.09rem;
}
section.home-banner .bnr-content-wraper h1 {
  color: #FFF;
  text-align: center;
  font-family: "Gotham";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
section.home-banner .bnr-content-wraper p {
  max-width: 55.5625rem;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem; /* 150% */
  margin: 0 auto 0.84em;
}
section.home-banner .bnr-content-wraper h5 {
  color: #FFF;
  font-family: "Mrs Saint Delafield";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
}
section.home-banner .bnr-content-wraper h5 span {
  display: block;
  padding: 0 0.25rem 0 0.62rem;
  z-index: 1;
  position: relative;
}
section.home-banner .bnr-content-wraper h5 img {
  width: 11.5rem;
  height: 0.7469rem;
  position: absolute;
  bottom: 1.1rem;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .bnr-content-wraper .bottom-img-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  opacity: 0.6;
}
section.home-banner .bnr-content-wraper .bottom-img-wraper img {
  width: 4.44394rem;
  height: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec2 {
  padding-top: 6.25rem;
  position: relative;
  z-index: 1;
}
section.home-sec2 img.hook {
  width: 17.1875rem;
  height: 21.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
section.home-sec2 .row {
  gap: 2.13rem 0;
}
section.home-sec2 h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}
section.home-sec2 p {
  text-align: center;
  font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 41.85rem;
  margin: 0 auto 0.99rem;
}
section.home-sec2 a.glb-btn {
  max-width: 12.125rem;
  width: 100%;
  margin: 2.56rem auto 0;
}
section.home-sec2 .product-box {
  width: 100%;
  height: 100%;
}
section.home-sec2 .product-box a.product-img-wraper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
section.home-sec2 .product-box a.product-img-wraper img {
  width: 100%;
  height: 26.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.home-sec2 .product-box h4 {
  color: #1A1A1A;
  text-align: center;
  font-family: Gotham;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.25rem;
}
section.home-sec2 .product-box h4 a {
  display: block;
  color: #1A1A1A;
}
section.home-sec2 .product-box p {
  color: #7D7D7D;
  text-align: center;
  font-family: "Gotham";
  max-width: 100%;
  margin: 0;
}

section.home-sec3 {
  position: relative;
  margin-top: -10.44rem;
}
section.home-sec3::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
section.home-sec3 img.steer {
  width: 15.8125rem;
  height: 35.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -7.06rem;
  left: 0;
}
section.home-sec3 img.bg-img {
  width: 100%;
  height: 48.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 2.8rem;
}
section.home-sec3 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12.75rem;
}
section.home-sec3 .content-wraper .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.81rem;
}
section.home-sec3 .content-wraper .flex-box .wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6rem;
}
section.home-sec3 .content-wraper .flex-box .wraper h2 {
  padding-bottom: 1.5rem;
}
section.home-sec3 .content-wraper .flex-box .wraper span {
  color: #012A4E;
  text-align: center;
  font-family: "Mrs Saint Delafield";
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.home-sec3 .content-wraper .flex-box p {
  max-width: 32.125rem;
  color: #012A4E;
  font-family: "Gotham";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  padding: 0.31rem 0 0.69rem 2rem;
  border-left: 3px solid #C6A86C;
}

@media screen and (max-width: 1399px) {
  html {
    font-size: 85%;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
  section.home-sec3 .content-wraper .flex-box .wraper {
    padding-left: 0;
  }
  section.home-sec3 img.bg-img {
    height: 36rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 87%;
  }
  section.home-banner .bnr-content-wraper h1 {
    font-size: 3rem;
  }
  section.home-banner img.bnr-bg-img {
    height: 48rem;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.4rem;
  }
  section.home-banner .bnr-content-wraper h1 {
    font-size: 2.85rem;
  }
  section.home-banner::after {
    display: block;
  }
  section.home-sec2 {
    padding-top: 3.5rem;
  }
  section.home-sec2 p {
    margin: 0 auto 0;
  }
  section.home-sec2 .product-box a.product-img-wraper img {
    height: 24rem;
  }
  section.home-sec2 img.hook {
    width: 11rem;
    height: 15rem;
  }
  section.home-sec3 {
    margin-top: -7rem;
  }
  section.home-sec3 img.steer {
    width: 10rem;
    height: 25rem;
    top: -6rem;
  }
  section.home-sec3 .content-wraper {
    padding-top: 10rem;
  }
  section.home-sec3 .content-wraper .flex-box .wraper span {
    font-size: 5rem;
  }
  section.home-sec3 .content-wraper .flex-box p {
    max-width: 23rem;
    padding: 0.31rem 0 0.69rem 1.2rem;
  }
  section.home-sec3 .content-wraper .flex-box .wraper {
    padding-left: 0;
  }
  section.home-sec2 a.glb-btn {
    margin: 1rem auto 0;
  }
  section.home-banner img.bnr-bg-img {
    height: 35rem;
  }
  section.home-sec3 img.bg-img {
    height: 29rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.9rem;
  }
  p {
    font-size: 0.95rem;
    line-height: 1.325rem;
  }
  .glb-btn {
    padding: 0.5rem 0.625rem;
  }
  header .header-content-wraper a.logo img {
    max-width: 4rem;
    max-height: 3rem;
  }
  header {
    padding: 0.8rem 0;
  }
  section.home-banner .bnr-content-wraper p {
    max-width: 100%;
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  section.home-banner .bnr-content-wraper h1 {
    font-size: 1.6rem;
  }
  section.home-banner .bnr-content-wraper {
    position: relative;
    padding-bottom: 1.2rem;
    padding-top: 5rem;
  }
  section.home-banner img.bnr-bg-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.home-banner .bnr-content-wraper h5 {
    font-size: 1.8rem;
  }
  section.home-banner .bnr-content-wraper h5 img {
    bottom: 0.6rem;
  }
  section.home-sec2 {
    padding-top: 2rem;
  }
  section.home-sec2 img.hook {
    width: 6.4rem;
    height: 8rem;
    filter: brightness(0) saturate(100%) invert(83%) sepia(4%) saturate(11%) hue-rotate(315deg) brightness(95%) contrast(89%);
    opacity: 0.8;
  }
  section.home-sec2 .row {
    gap: 1.2rem 0;
  }
  section.home-sec2 .product-box a.product-img-wraper img {
    height: 20rem;
  }
  section.home-sec2 .product-box a.product-img-wraper {
    margin-bottom: 0.8rem;
  }
  section.home-sec3 {
    margin-top: 0;
    padding-bottom: 2rem;
  }
  section.home-sec3 img.bg-img {
    padding-top: 0;
  }
  section.home-sec3 .content-wraper {
    padding-top: 0;
    position: relative;
  }
  section.home-sec3 img.bg-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.home-sec3 img.steer {
    width: 5.3rem;
    height: 12rem;
    top: -5rem;
    filter: brightness(0) saturate(100%) invert(83%) sepia(4%) saturate(11%) hue-rotate(315deg) brightness(95%) contrast(89%);
    z-index: 2;
  }
  section.home-sec3 .content-wraper .flex-box {
    gap: 0.6rem;
    flex-direction: column;
  }
  section.home-sec3 .content-wraper .flex-box .wraper h2 {
    padding-bottom: 0;
  }
  section.home-sec3 .content-wraper .flex-box .wraper span {
    font-size: 3.5rem;
  }
  section.home-sec3 .content-wraper .flex-box p {
    max-width: 100%;
    padding: 0.5rem 0;
    border-top: 3px solid #C6A86C;
    border-left: unset;
    text-align: center;
    line-height: 1.5rem;
  }
  footer .footer-content-wraper {
    padding: 0.8rem 0;
  }
  footer .footer-content-wraper h6 {
    font-size: 0.85rem;
  }
  section.home-sec3 .content-wraper .flex-box {
    margin-top: 1.2rem;
    position: relative;
    z-index: 2;
  }
  section.home-sec3::after {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */