/* Header Css  */
.site-header {
  position: relative;
  width: 100%;
  /* z-index: 99; */
  /* background: var(--body-color); */
}

.site-header::before {
  content: "";
  position: absolute;
  background-image: url(../img/header-top-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30px;
  top: 0;
}

.site-header .mobile-header {
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 100px 40px 20px;
  background-color: var(--extra-color-1);
  min-height: 100%;
  transform: translateX(100%);
  transition: 0.2s;
  z-index: 9999;
}

.header-logo {
  z-index: 99999;
  position: relative;
  bottom: -11px;
}
.header-logo .logo-here {
  object-fit: cover;
  width: 100%;
  max-width: 280px;
}

.head-link {
  gap: 60px;
  position: relative;
  z-index: 99999;
}

.head-link li:first-child {
  list-style: none;
  padding-left: 0px;
}

span.active-status {
  background: var(--extra-color-1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--primary-regular-font);
  right: -7px;
  top: -8px;
}

.submenu {
  top: 10px;
  left: -20px;
  transition: 0.4s ease;
  opacity: 0;
  max-width: max-content;
  z-index: 99999;
  width: 320px;
  background: var(--secondary-color);
  border: 2px solid var(--extra-color-2);
  border-radius: 20px;
}

.submenu .link-here {
  padding: 0px 0px 4px 0px;
  background: transparent;
}

.submenu .header-link.active {
  color: var(--body-color);
}

.submenu .header-link::after {
  content: unset;
}

.submenu li {
  border-bottom: 1px solid var(--body-color);
  padding: 20px 0px;
}

.submenu .dropdown:last-child {
  border-bottom: 0px;
}

.submenu a:hover {
  color: var(--primary-color);
}

.site-header .dropdown:hover .submenu {
  top: 30px;
  opacity: 1;
  overflow: visible;
}

.submenu .link-here:before {
  background: var(--body-color);
}

.site-header .dropdown {
  overflow: hidden;
}

.site-header .dropdown:hover {
  overflow: visible;
  opacity: 1;
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

@media (max-width: 991px) {
  .site-header .mobile-header.active {
    transform: translateX(0);
  }
}

/* Header Css  */

/* Banner Section Start Here */
.banner {
  /* z-index: 3; */
  margin-top: -20px;
  padding: 8% 0 0 0;
}

.banner-inner-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  /* margin: auto; */
}

.banner_heading {
  line-height: 100px;
}

.scroll-down-wrapper {
  bottom: 30px;
  z-index: 9999;
}

.scroll-down-wrapper .scrolldown-btn {
  background: #ffffff50;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: var(--body-color);
  font-size: 20px;
}

.banner-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
}

.banner-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  border: 1px solid var(--extra-color-1);
  border-radius: 50%;
  width: 100%;
  z-index: 1;
  height: 100%;
  transform: rotate(311deg);
  clip-path: inset(0 50% 0 0);
  display: none;
}

.banner-icon:hover {
  background: #ebf4fe1c;
  color: var(--body-color);
}

.banner-icon:hover::after {
  display: block;
}

.ml1 .letter {
  display: inline;
  /* line-height: 1em; */
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
  opacity: 1;
}

/* Banner Section End Here */

/* categories-section Css  */
.categories-section::before {
  content: "";
  position: absolute;
  background-image: url(../img/category-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -145px;
  width: 100%;
  height: 1500px;
  z-index: -1;
}

/*.categories_home::before {*/
/*	top: 210px;*/
/*}*/

.categories_fig {
  background: var(--dark-color);
  border-radius: 27px;
}

.categories-slider.slider-sec .slick-dots {
  align-items: center;
  top: unset;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
  flex-direction: row;
}

.categories-slider.slider-sec .slick-dots li {
  background: var(--secondary-color);
  height: 10px;
  width: 10px;
}

.categories-slider.slider-sec .slick-dots li.slick-active {
  background: var(--extra-color-7);
  border-color: transparent;
}
/* seller-section Css  */

.seller-section {
  background-image: url(../img/seller-bg.png);
  position: relative;
  z-index: 99;
}
/* seller-section Css  */

/* running-section Css  */

/* .running-section {
	padding: 280px 0px;
	background-image: url(../img/running-bg.png);
} */

.discount-btn {
  transform: rotate(350deg);
  bottom: 30px;
}
/* running-section Css  */

/* review-section Css  */
.review-section::before {
  content: "";
  position: absolute;
  background-image: url(../img/reviews-left-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 500px;
  height: 530px;
  top: 170px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}
.client-slider {
  margin-right: -100px;
  z-index: 1;
}

.testi-commas {
  margin-top: -70px;
  text-align: end;
}

.client-slider .slick-list.draggable {
  padding-top: 80px;
}

.client-slide {
  border: 2px solid #ededed;
  margin: 0px 20px;
  border-radius: 3px;
}

.client-slide:hover {
  border-color: var(--secondary-color);
}

.client-img-wrap .reviews-wrap .review-li {
  font-size: 12px;
}

.review-li i {
  font-size: 15px;
}

.client-slider .slick-dots {
  bottom: -70px;
  right: 0;
  left: 0;
  margin: auto;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  top: unset;
  row-gap: 0;
  gap: 10px;
  max-width: fit-content;
}

.client-slider .slick-dots li {
  background: var(--body-color);
  border: 0;
  height: 5px;
  width: 60px;
  margin: 0 6px;
  transition: 0.4s ease;
  border-radius: 3px;
}

.client-slider .slick-dots li.slick-active {
  background: var(--extra-color-2);
  border-color: transparent;
  width: 90px;
}

.review-section .about_fig::before {
  width: 560px;
  height: 560px;
}

.running-slider.slider-sec .slick-dots {
  align-items: center;
  top: unset;
  bottom: 0px;
  top: 0;
  right: 60px;
  left: unset;
  margin: auto;
  flex-direction: row;
}

.running-slider.slider-sec .slick-dots li {
  background: var(--body-color);
  height: 10px;
  width: 10px;
  border: 1px solid transparent;
  outline: 5px solid transparent;
}

.running-slider.slider-sec .slick-dots li.slick-active {
  background: var(--extra-color-2);
  border-color: transparent;
  border-color: var(--body-color);
  outline-color: var(--body-color);
}

/* review-section Css  */

/* events-section Css  */

.events-section .events-slider {
  z-index: 99;
}

.events-section .events-slider .events-slide {
  margin: 0px 30px;
}

.news-letter::before {
  content: "";
  position: absolute;
  background-image: url(../img/newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 930px;
  top: -20rem;
  z-index: -1;
}

.news-letter::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer-pic-png.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 180px;*/
  /*height: 500px;*/
  width: 335px;
  height: 520px;
  bottom: -100px;
  right: 3rem;
}

/* footer Css  */

.site-footer {
  padding: 190px 0px 0px;
  background-image: url(../img/footer-bg.png);
  background-position: top;
  z-index: 99;
  background-size: cover;
}

.single-item {
  position: relative;
}

.footer-nav .single-item:before {
  content: "";
  position: absolute;
  background: var(--body-color);
  width: 10px;
  height: 2px;
  left: -23px;
  top: 12px;
}

/* footer Css  */

/* about-page Css  */

.about-section::before {
  content: "";
  position: absolute;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -170px;
  width: 100%;
  height: 1150px;
  z-index: -1;
}

.history-section {
  background-image: url(../img/history-bg.png);
}

/* contact-page Css  */
.contact-icon-wrap {
  max-width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.contact-icon-wrap:hover {
  background: var(--extra-color-1);
}

.contact-icon-wrap::before {
  content: "";
  position: absolute;
  border: 4px solid var(--extra-color-1);
  background-size: cover;
  width: 200px;
  height: 200px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: -1;
  animation: animate-border 3s ease-in-out infinite,
    pulse-border 2s ease-in-out infinite;
  display: none;
}

.contact-icon-wrap:hover::before {
  display: block;
}

@keyframes animate-border {
  0% {
    border-width: 3px;
    border-color: var(--extra-color-1);
  }

  50% {
    border-width: 4px;
    border-color: var(--extra-color-8);
  }

  100% {
    border-width: 3px;
    border-color: var(--extra-color-1);
  }
}

@keyframes pulse-border {
  0% {
    border-width: 3px;
    border-color: var(--extra-color-1);
  }

  50% {
    border-width: 4px;
    border-color: var(--secondary-color);
  }

  100% {
    border-width: 3px;
    border-color: var(--extra-color-1);
  }
}

.contact-detail-section {
  padding: 100px 0px 68px;
}

.contact-map-wrapper {
  margin-left: -120px;
}

.newsletter-contact::before {
  top: -55rem;
  height: 1420px;
}

/* contact-page Css  */

/* blog-page Css  */

.blog-section::before {
  content: "";
  position: absolute;
  background-image: url(../img/blog-bg.png);
  background-color: var(--dark-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -170px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.date-wrap {
  background: var(--secondary-color);
  border-radius: 24px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  bottom: -30px;
}

.categories-heading {
  border-bottom: 1px solid var(--extra-color-4);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* shop-page Css  */

.shop-top {
  border: 1px solid var(--body-color);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 10px;
  align-items: center;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field.field-wrapper {
  justify-content: end;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 0px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

.wrapper input[type="number"]::-webkit-outer-spin-button,
.wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.shop-section .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #515151;
}

.wrapper .range-input {
  position: relative;
}

.wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrapper input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 5px solid var(--primary-color);
}

.wrapper input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 5px solid var(--primary-color);
}

.minmax {
  font-family: var(--primary-regular-font);
  color: var(--primary-color);
  white-space: nowrap;
}

input.input-min {
  font-family: var(--primary-regular-font);
  color: var(--primary-color);
  white-space: nowrap;
}

input.input-max {
  font-family: "technor-medium";
  color: #797979;
  white-space: nowrap;
}

.price-input input {
  border: none;
  background: transparent;
  width: 32%;
  text-align: start;
}

.shop-slider .slick-track {
  height: fit-content;
}

.shop-slide {
  margin: 0px 15px;
}

.privacy-section::before {
  content: "";
  position: absolute;
  background-image: url(../img/blog-bg.png);
  background-color: var(--dark-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -170px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* checkout-page Css  */

.checkout_table .table th {
  padding: 20px 10px;
  text-align: center;
  border: 0;
}

.checkout_table .table td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border: 0;
}

.checkout_total {
  border-bottom: 1px solid var(--body-color);
  padding: 15px 0 10px;
}

.checkout_desc {
  border-top: 1px solid var(--body-color);
  border-bottom: 1px solid var(--body-color);
  padding: 10px 0;
}

.color_span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

/* checkout-page Css  */

/* category_detail Css  */

.product-detail-sec .product-size-wrapper .size-value {
  color: #fff;
}
.dark-mode .product-detail-sec .product-size-wrapper .quanity-wrap {
  background-color: var(--bg-color-1);
}
.dark-mode .product-detail-sec .product-size-wrapper .size-value {
  color: var(--body-color) !important;
}
.product-detail-sec .product-size-wrapper .quanity-wrap {
  transition: 0s;
  border: 1px solid var(--body-color);
}
.product-detail-sec
  .product-size-wrapper
  .size-label
  input:checked
  + .quanity-wrap {
  background: linear-gradient(
      90deg,
      rgba(42, 123, 155, 1) 0%,
      rgba(255, 0, 0, 1) 0%,
      rgba(168, 3, 3, 1) 100%
    )
    border-box;
  border-color: transparent;
}
.product-detail-sec
  .product-size-wrapper
  .size-label
  input:checked
  + .quanity-wrap
  .size-value {
  color: var(--body-color);
}
.product-detail-sec .product-check-wrapper .product-check-label {
  color: #fff;
}

.product_tabs_wrapper .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  border-color: var(--extra-color-2);
}

.product_tabs_wrapper .nav-pills .nav-link {
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

.product_slide {
  margin: 0 10px;
}

.product_slider.slider-sec .slick-dots {
  align-items: center;
  top: unset;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
  flex-direction: row;
}

.product_slider.slider-sec .slick-dots li {
  background: var(--body-color);
  height: 2px;
  width: 60px;
  border-radius: 0;
}

.product_slider.slider-sec .slick-dots li.slick-active {
  background: var(--extra-color-2);
  border-color: transparent;
}

.page-heading {
  z-index: 999;
}

/* Modal Css  */

@media (min-width: 576px) {
  .login_modal .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}

.login_modal .modal-body {
  background-image: url(../img/newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  z-index: 999999;
  padding: 40px 25px;
  border: 8px solid var(--body-color);
  border-radius: 310px;
}

.login_modal .modal-content {
  background: transparent;
}

.login_modal.modal {
  z-index: 99999;
}

.signup_btn {
  background: #102d68;
  border-radius: 10px;
}

.remove_btn .icon-badge {
  background: var(--extra-color-2);
  border-color: transparent;
}

.wishlist-section::before {
  height: 100%;
}

.wishlist_top {
  border-bottom: 1px solid #727272;
}
.banner-content-wrapper {
  padding: 0 0 0 5%;
}

html {
  overflow-x: hidden;
}

.banner-slide {
  z-index: 3;
}

.z-index-99 {
  /* z-index: 99; */
  z-index: 2;
}

.banner-social-links.d-flex.flex-column.align-items-center.justify-content-center.gap-2.position-absolute.left-0.top-0.bottom-0.z-index-1 {
  z-index: 4;
}

.events-slide .btn.btn_red {
  margin: 0 auto;
}

.categories-slide h3.level-3 {
  text-shadow: 0px 0px 10px #000;
}

/*user profile page css start*/
.profile_sec {
  padding: 5% 0;
}
.profile_sec .container {
  position: relative;
  z-index: 5;
}

.bradecrumbs {
}

.bradecrumbs ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
}
.bradecrumbs ul a {
  font-size: 20px;
  color: #fff;
  text-decoration: inherit;
}
.bradecrumbs ul a img {
  width: 10px;
}
.email_btn h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.email_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3% 0 0;
  width: 70%;
}

.order_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 10% 0 5%;
}
.order_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 190px;
  background: #ffffff38;
  border-radius: 30px;
}
.order_btn a img {
  width: 67px;
}

.order_btn p {
  margin-top: 10px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.gender_div {
}

.gender_div .form-group {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.gender_div input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.gender_div input[type="date"],
.gender_div select {
  height: 55px;
  background: #ffffff38;
  border: 0;
  border-radius: 7px;
  padding: 0 20px;
  color: #fff;
}

.gender_div label {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px;
}

.gender_div button.btn {
  margin: 20px 0;
}

.gender_div .form-group {
  position: relative;
}
.gender_div .form-group img {
  position: absolute;
  bottom: 17px;
  right: 14px;
  z-index: -1;
}

.news-letter.prof::after {
  content: "";
  position: absolute;
  background-image: url(../img/cycle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 335px;
  height: 800px;
  bottom: -270px;
  right: 12rem;
  background-size: 70%;
}
.news-letter.prof::before {
  top: -75rem;
  height: 1740px;
  background-size: 100% 100%;
}

/*order page tabs css satrt*/
.custom_tabs {
}

.custom_tabs .nav-tabs {
  border-bottom: 0;
  justify-content: flex-start;
  gap: 25px;
  margin: 3% 0;
}
.custom-tab-nav .nav-link {
  border-radius: 50px;
  margin-right: 0;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 1px;
  font-size: 20px;
  width: 200px;
  height: 50px;
  background: #100f0b;
  border: 1px solid #fff;
}

.custom-tab-nav .nav-link.active {
  background: linear-gradient(
      90deg,
      rgba(42, 123, 155, 1) 0%,
      rgba(255, 0, 0, 1) 0%,
      rgba(168, 3, 3, 1) 100%
    )
    border-box;
  color: white;
  border-color: inherit;
  border: 0;
  padding: 1px;
  border: 1px solid transparent;
}

.custom-tab-content {
  border: 0;
  border-top: none;
  padding: 0;
  background-color: transparent;
}
.ordr_div {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
}
.ordr_div h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.ordr_div img {
  width: 120px;
}
.ordr_div p {
  color: #fff;
  font-size: 17px;
  width: 150%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.ordr_div p span {
}

.step_form {
}

.step_form h4 {
  color: #fff;
  font-size: 24px;
  margin: 4% auto;
  display: block;
  text-align: center;
  width: 29%;
  font-weight: 200;
}
.step_form ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 190px;
  margin: 0;
}
.step_form ul li a span {
  position: relative;
}
.step_form ul li:nth-child(1) a span:after,
.step_form ul li:nth-child(2) a span:after,
.step_form ul li:nth-child(3) a span:after {
  position: absolute;
  content: "-----------------";
  font-size: 24px;
  top: 0;
  right: -220px;
  width: 210px;
  color: #fff;
  letter-spacing: 2px;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  left: inherit;
}
.step_form ul li a {
  text-decoration: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step_form ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  font-size: 35px;
  background: linear-gradient(
      90deg,
      rgba(42, 123, 155, 1) 0%,
      rgba(255, 0, 0, 1) 0%,
      rgba(168, 3, 3, 1) 100%
    )
    border-box;
  color: #fff;
}
.step_form ul li a p {
  color: #000;
  font-size: 20px;
  margin: 9% auto;
  display: block;
  text-align: center;
  font-weight: 200;
  width: 135px;
}

.tab_body {
  background: #ffffff38;
  border-radius: 10px;
  padding: 70px;
  position: relative;
}

p.dt {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 17px;
  width: 16%;
  text-align: center;
  position: absolute;
  bottom: 8%;
  left: 10%;
  line-height: 23px;
}

.prod_main {
}

.prod_main {
  margin: 6% 0 0;
}
.prod_main .ordr_div {
  background: #ffffff38;
  border-radius: 10px;
  position: relative;
  height: 176px;
  padding: 0 30px;
  margin: 0 0 5%;
}

.prod_main .pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.prod_main .pay span {
  color: #fff;
  font-size: 17px;
}

.bill_box {
  background: #ffffff38;
  margin: 8% 0 0;
  border-radius: 10px;
  padding: 70px;
}

.bill_box h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.bill_box p {
  color: #fff;
  font-size: 17px;
  display: flex;
  margin: 0;
}

.bill_list h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

.bill_list ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  flex-direction: column;
  margin: 40px 0 40px;
}

.bill_list ul li {
  display: flex;
  justify-content: space-between;
}

.bill_list ul li span {
  font-size: 20px;
  color: #fff;
  text-decoration: inherit;
}

.total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 30px 0 68px;
}
.total h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.total p {
}
.bill_list {
  margin: 50px 0 0;
}
.news-letter.prof.ord::before {
  top: -115rem;
  height: 2430px;
  background-size: 100% 100%;
}

.checout_img img {
  width: 100px;
  height: 100px;
  object-fit: fill;
}

.variant-btn.active,
.variant-btn.btn-dark {
  background: #fff !important;
  color: #222 !important;
  border-color: #fff !important;
}
.variant-btn {
  min-width: 200px;
}

.checkout_table tr td {
  vertical-align: middle;
}

.footer-para a {
  color: white;
  transition: 0.5s linear;
  font-weight: 500;
}
.footer-para a:nth-child(1) {
  padding-right: 1.5rem;
}
.footer-para a:hover {
  color: #1b63c8;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  margin: 28px 0 8px !important;
}

.btn-oval {
  display: inline-block;
  background: #c41725;
  color: #fff;
  font-weight: 800 !important;
  padding: 12px 18px;
  border-radius: 999px;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.15s ease, transform 0.05s ease;
}

.btn-oval:hover {
  background: #c41725;
}

.btn-oval:active {
  transform: translateY(1px);
}
.event-p {
  font-size: 1.4rem;
  margin-bottom: 38px;
  color: white !important;
}
