@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ovo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.8;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Ovo";
  margin: 0;
}
img {
  max-width: 100%;
}
header {
  padding: 24px 0;
}
.page-heading {
  padding: 24px 0;
  background-color: #0c426d;
  color: #fff;
  text-align: center;
  position: relative;
}
.page-heading h1 {
  font-size: 26px;
}
.page-heading h1 span {
  color: #e2a660;
}
.page-heading:before {
  content: "";
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/778fac25-a430-4a55-a8dc-aaafd7209e6b/arrow-down.png");
  width: 72px;
  height: 52px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
}
.box-container {
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/778fac25-a430-4a55-a8dc-aaafd7209e6b/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 770px;
  padding-top: 80px;
}
.box-container .box {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 16px;
  min-height: 500px;
  padding: 45px 30px;
  box-shadow: 0 0 30px #9999;
}
.box-container .box .right-col img {
  margin-top: -23px;
}
.box-container .box .cart-btn {
  display: block;
  background: #ea8f24;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  border-radius: 15px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 24px;
  position: relative;
  line-height: 110%;
  text-decoration: unset;
  max-width: 600px;
  margin: 50px auto 24px;
  transition: 0.3s;
  padding-left: 65px;
}
.box-container .box .cart-btn:hover {
  transform: scale(1.1);
}
.box-container .box .cart-btn:before {
  content: "";
  background: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/778fac25-a430-4a55-a8dc-aaafd7209e6b/img-2.png");
  background-repeat: no-repeat;
  width: 132px;
  height: 171px;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.box-container .box .cart-btn:after {
  content: "";
  background: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/778fac25-a430-4a55-a8dc-aaafd7209e6b/img-3.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 36px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.box-container .box .cart-btn span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.box-container .box .quantity strong:before {
  content: "";
  background: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/778fac25-a430-4a55-a8dc-aaafd7209e6b/img-4.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 6px;
  position: absolute;
  bottom: -8px;
  left: -3px;
}
.box-container .box .quantity strong {
  position: relative;
}
.box-container .box .quantity {
  text-align: center;
  color: #935650;
  font-size: 21px;
}
.box-container .box .box-inner div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-family: "Ovo";
  line-height: 120%;
}
.box-container .box .box-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 600px;
  margin: 50px auto 0;
}
.box-container .box h4,
.mobile-content h4 {
  color: #0c426d;
  margin: 30px 0 15px 0;
}
.box-container .box p,
.mobile-content p {
  color: #0c426d;
  font-size: 14px;
}
.featured {
  padding: 50px 0;
  color: #244565;
}
.featured .row {
  align-items: flex-end;
}
.featured p {
  font-size: 14px;
}
.mobile-content {
  display: none;
}
footer .row {
  border-top: 1px solid #e9e9e9;
  padding: 50px 0;
}
footer .row .left-col p {
  color: #244665;
  font-size: 13px;
}
footer .row .left-col a {
  color: #244665;
}
footer .row .box {
  border: 2px solid #e9e9e9;
  padding: 30px;
}
footer .row .box p {
  color: #244665;
  font-size: 13px;
}
footer .row .box p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  header img {
    display: block;
    margin: auto;
    width: 150px;
  }
  .page-heading h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 21px;
    max-width: 240px;
    margin: auto;
  }
  section.box-container {
    background-image: unset;
    padding: 50px 20px;
    min-height: unset;
  }
  .box-container .box .cart-btn span {
    font-size: 12px;
  }
  .box-container .box .cart-btn {
    font-size: 19px;
  }
  .box-container .box .col-12 {
    padding: 0;
  }
  .box-container .box .cart-btn:before {
    width: 90px;
    background-size: contain;
    background-position: center;
    left: 20px;
  }
  .box-container .box .cart-btn:after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .box-container .box .box-inner div img {
    width: 59px;
    height: 32px;
    object-fit: contain;
  }
  .box-container .box .quantity {
    font-size: 16px;
  }
  .box-container .box .box-inner {
    grid-template-columns: 1fr;
  }
  .box-container .box .box-inner div {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
  .box-container .box .right-col {
    display: none;
  }
  .page-heading:before {
    bottom: -20px;
  }
  .box-container .box {
    box-shadow: unset;
    background: unset;
    padding: 0;
  }
  .featured {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ededed;
  }
  .featured h2 {
    font-size: 28px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px !important;
  }
  .featured h4 {
    font-size: 18px;
  }

  .mobile-content {
    display: block;
    padding: 30px 0;
  }
  .mobile-content .row {
    max-width: 320px;
    margin: auto;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .row {
    padding: 30px 0;
  }
  footer .row .col-12 {
    padding: 0;
  }
  footer .row .box {
    padding: 15px;
  }
  footer .logo img {
    width: 150px;
  }
}
