@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BlackIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLightIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.primary-btn {
  display: inline-block;
  padding: 13px 32px;
  background-color: #D15738;
  border: 1px solid #D15738;
  text-align: center;
  color: white !important;
  border-radius: 41px;
  /* Heading/Buttonx */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  /* 21.52px */
  letter-spacing: 2.5px;
  text-transform: capitalize;
}
.primary-btn:hover {
  border: 1px solid #D15738;
  background: #1B1B1B;
}

.secondary-btn {
  display: inline-block;
  padding: 13px 32px;
  background-color: white;
  border: 1px solid #D15738;
  text-align: center;
  color: #D15738 !important;
  border-radius: 41px;
  /* Heading/Buttonx */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  /* 21.52px */
  letter-spacing: 2.5px;
  text-transform: capitalize;
}
.secondary-btn:hover {
  border: 1px solid #D15738;
  background: #D15738;
  color: #fff !important;
}

.common-section h6 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 24px;
}
.common-section span {
  /* Heading/Nav */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  color: #0E0E0E;
  display: block;
  margin-bottom: 24px;
}
.common-section p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  margin-bottom: 32px;
  color: #0E0E0E;
}

.common-top-sec {
  position: relative;
}
.common-top-sec .common-top-content {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.common-top-sec .common-top-content h1 {
  /* Heading/H1 */
  font-family: "Karla", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 76.16px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.common-top-sec .common-top-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: white;
  margin-bottom: 0;
}

.input-content {
  width: 90px;
}
.input-content .form-control {
  border-radius: 2px;
  border: 1px solid #9B9B9B;
  background: #F4F4F4;
  width: 90px;
  height: 33px;
  /* P/Field */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}
.input-content .form-control::-moz-placeholder {
  color: #0E0E0E;
}
.input-content .form-control::placeholder {
  color: #0E0E0E;
}
.input-content input[type=number]::-webkit-inner-spin-button,
.input-content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.input-content input[type=number] {
  -moz-appearance: textfield;
}
.input-content .quantity-block {
  margin: auto;
  position: relative;
}
.input-content .quantity-arrow-minus,
.input-content .quantity-arrow-plus {
  cursor: pointer;
  padding: 0;
  border: 1px solid #9B9B9B;
  width: 22px;
  height: 16.5px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-content .quantity-arrow-minus {
  bottom: 0;
  border-radius: 0 0 2px 0;
  height: 50%;
}
.input-content .quantity-arrow-plus {
  top: 0;
  border-radius: 0 2px 0 0;
  height: 50%;
  border-bottom: 0;
}
.input-content .quantity-num {
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  outline: none;
}

.common-form .form-control {
  border-radius: 4px;
  border: 1px solid #9B9B9B;
  background: #F5F5F5;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}
.common-form .form-control::-moz-placeholder {
  color: #0E0E0E;
}
.common-form .form-control::placeholder {
  color: #0E0E0E;
}
.common-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-form .form-check-input {
  border-radius: 50%;
  accent-color: #D15738;
  flex: 0 0 16px;
  height: 16px;
}
.common-form .form-check-input:checked {
  background-color: #D15738;
  border-color: #D15738;
}
.common-form .form-check-label {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}
.common-form .form-check-label a {
  color: #D15738;
}
.common-form .password-wrap {
  position: relative;
}
.common-form .password-wrap img {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.common-form select {
  background: url(../images/select-ion.svg) no-repeat center right 12px !important;
  background-color: #F5F5F5 !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
header .header-container {
  position: relative;
  max-width: 1225px;
  margin: auto;
}
header .desktop-nev-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
header .desktop-nev-wrap .navMenu-wrap {
  width: 891px;
  padding: 42px 0 34px 0;
  background: url(../images/nav-bg.png) no-repeat center top;
  background-size: contain;
  text-align: center;
}
header .desktop-nev-wrap .navMenu-wrap nav {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
header .desktop-nev-wrap .navMenu-wrap nav a {
  /* Heading/Nav */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  color: #0E0E0E;
  text-decoration: none;
}
header .desktop-nev-wrap .navMenu-wrap nav a:hover {
  color: #D15738;
}
header .desktop-nev-wrap .nav-right-sec {
  display: flex;
  gap: 25px;
}
header .cart-icon-wrap {
  position: relative;
}
header .cart-icon-wrap span {
  position: absolute;
  background-color: #007800;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: white;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  right: -10px;
  bottom: 0;
}
header .gbp-sec a {
  color: white;
  /* Heading/Nav */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}
header .gbp-sec a img {
  margin-left: 6px;
}
header .gbp-sec #gbp-btn {
  position: absolute;
}
header .gbp-sec #gbp-btn .card-body {
  padding: 0px;
}
header .gbp-sec #gbp-btn a {
  color: black;
  padding: 6px 10px;
  display: block;
}
header .gbp-sec #gbp-btn a:hover {
  color: #D15738;
}
header .gbp-sec #gbp-btn .active {
  color: #D15738;
}
header .gbp-sec .gbp-sec-btn[aria-expanded=true] {
  background-color: #D15738;
  color: white !important;
}
header .gbp-sec .gbp-sec-btn[aria-expanded=true] .gbp-dropdown-icon {
  display: inline;
}
header .gbp-sec .gbp-sec-btn[aria-expanded=true] .gbp-dropdown-icon-dark {
  display: none;
}
header .gbp-sec .gbp-dropdown-icon {
  display: none;
}
header #menu-bar {
  position: absolute;
  top: 76px;
  background: white;
  width: 100%;
  left: 0;
}
header #menu-bar nav a {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  display: block;
  padding: 12px 24px;
  color: #0E0E0E;
}
header #menu-bar nav a:hover {
  background-color: #D15738;
  color: white;
}
header #menu-bar nav #gbp-btn {
  width: 100%;
  background: white;
  border-radius: 0;
}
header #menu-bar nav #gbp-btn a {
  padding: 8px 60px;
}
header #menu-bar nav #gbp-btn a:hover {
  background: rgba(209, 87, 56, 0.5);
  color: #0E0E0E;
}

header.active .gbp-sec a {
  color: #0E0E0E;
}
header.active .navMenu-wrap.active {
  background: url(../images/nav-bg-active.png) no-repeat center top;
  background-size: contain;
}
header.active .navMenu-wrap.active nav a {
  color: white;
}
header.active .navMenu-wrap.active nav a:hover {
  color: #D9B08C;
}

.cart-drop-sec {
  position: absolute;
  right: 0;
  max-width: 553px;
  width: 100%;
  padding: 24px;
  background-color: white;
  border-radius: 4px;
  margin-top: 13px;
}
.cart-drop-sec .cart-details-wrap {
  width: 193px;
}
.cart-drop-sec .cart-details-wrap h5 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 4px;
}
.cart-drop-sec .cart-details-wrap p {
  /* Heading/Buttonx */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  /* 21.52px */
  letter-spacing: 2.5px;
  text-transform: capitalize;
  color: #656565;
  margin-bottom: 4px;
}
.cart-drop-sec .cart-details-wrap h6 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 0px;
}
.cart-drop-sec .cart-items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.cart-drop-sec .cart-items-wrap:last-child {
  margin-bottom: 16px;
}
.cart-drop-sec .input-wrap {
  display: flex;
  gap: 5px;
}
.cart-drop-sec .input-wrap .delete-icon {
  border: 0;
  padding: 0;
  background: transparent;
}
.cart-drop-sec .total-wrap h5 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 0;
}
.cart-drop-sec .total-wrap .total-text {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D9B08C;
  display: flex;
  justify-content: space-between;
}

footer {
  padding: 40px 0;
  background: #1B1B1B;
}
footer .contect-details-wrap {
  max-width: 982px;
  margin: auto;
}
footer .contect-details-wrap .contect-details-items {
  text-align: center;
}
footer .contect-details-wrap .contect-details-items a,
footer .contect-details-wrap .contect-details-items address {
  display: block;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: white;
  margin-top: 16px;
}
footer .info-wrap {
  max-width: 80%;
  margin: auto;
  border-top: 1px solid #D15738;
  padding: 24px 0;
  margin-top: 24px;
}
footer .info-wrap .info-content-wrap {
  max-width: 1103px;
  margin: auto;
  display: flex;
  gap: 24px;
}
footer .info-wrap .info-content-wrap .info-content-items {
  width: 251px;
}
footer .info-wrap .info-content-wrap .info-content-items h5 {
  color: white;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  margin-bottom: 8px;
}
footer .info-wrap .info-content-wrap .info-content-items ul {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  width: 173px;
}
footer .info-wrap .info-content-wrap .info-content-items ul li {
  flex: 1 1 40%;
}
footer .info-wrap .info-content-wrap .info-content-items ul li a {
  color: white;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
}
footer .info-wrap .info-content-wrap .Helpful-info-content li {
  flex: 1 1 100% !important;
}
footer .info-wrap .info-content-wrap .footer-logo-sec {
  width: 253px;
  margin-left: auto;
}
footer .info-wrap .info-content-wrap .footer-logo-sec a {
  display: block;
}
footer .footer-bottom {
  text-align: center;
  margin-bottom: 0;
  color: #9B9B9B;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
}

.welcome-sec {
  position: relative;
}
.welcome-sec video {
  width: 100%;
}
.welcome-sec .welcome-content {
  max-width: 874px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22%;
  text-align: center;
}
.welcome-sec .welcome-content h1 {
  /* Heading/H1 */
  font-family: "Karla", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 76.16px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.welcome-sec .welcome-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: white;
  max-width: 736px;
  margin: auto;
  margin-bottom: 32px;
}
.welcome-sec .welcome-content .welcome-btn {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.welcome-sec .scroll-down-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 379px;
  height: 75px;
  background: url(../images/scroll-down-sec-bg.svg) no-repeat center top;
  background-size: contain;
  width: 100%;
  gap: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
}
.welcome-sec .scroll-down-sec p {
  margin-bottom: 0;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0C2239;
  text-align: left;
}

.trending-products-wrap {
  padding: 80px 0;
  background-color: white;
}
.trending-products-wrap .trending-container {
  max-width: 76%;
  margin: auto;
}
.trending-products-wrap .trending-container h2 {
  text-align: center;
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 32px;
  color: #0E0E0E;
}
.trending-products-wrap .trending-container .trending-card-wrap {
  display: flex;
  gap: 47px;
  margin-bottom: 60px;
  justify-content: center;
}

.trending-card {
  max-width: 250px;
}
.trending-card h5 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  margin-bottom: 0;
  color: white;
  background-color: #D15738;
  padding: 16px 19px;
}
.trending-card .more-info-sec {
  padding: 0 23px 23px 23px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #D15738;
  border-width: 0 1px 1px 1px;
  background: #F4F4F4;
}
.trending-card .more-info-sec span {
  width: 166px;
  height: 30px;
  display: block;
  margin: auto;
  background: url(../images/audio-book-bg.svg) no-repeat center top;
  background-size: contain;
  color: white;
  text-align: center;
  border-radius: 0 0 50% 50%;
  margin-bottom: 8px;
}
.trending-card .more-info-sec h6 {
  color: #0E0E0E;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  /* 36.96px */
  text-transform: capitalize;
  margin-bottom: 8px;
}
.trending-card .more-info-sec p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}
.trending-card .more-info-sec .info-btn {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.trending-card .more-info-sec .info-btn .more-btn {
  /* Heading/Buttonx */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  /* 21.52px */
  letter-spacing: 2.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  display: inline-block;
  padding: 13px 16px;
  background-color: white;
  border: 1px solid #D15738;
  text-align: center;
  border-radius: 41px;
  width: 145px;
}
.trending-card .more-info-sec .info-btn .more-btn:hover {
  border: 1px solid #D15738;
  background: #D15738;
  color: #fff !important;
}

.empowering-sec {
  position: relative;
}
.empowering-sec .empowering-sec-content {
  position: absolute;
  width: 100%;
  max-width: 521px;
  top: 50%;
  transform: translateY(-50%);
}

.tool-section {
  max-width: 76%;
  margin: auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool-section .hover-section {
  display: flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.tool-section .hover-section:hover .hover-items.active {
  width: 155px;
}
.tool-section .hover-section:hover .hover-items.active .text-wrap {
  opacity: 0;
  bottom: -347px;
}
.tool-section .hover-section:hover .hover-items.active .hover-icon {
  top: 50%;
}
.tool-section .hover-section .hover-items {
  width: 155px;
  height: 598px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.tool-section .hover-section .hover-items:hover {
  width: 424px !important;
}
.tool-section .hover-section .hover-items:hover .text-wrap {
  opacity: 1 !important;
  bottom: 24px !important;
}
.tool-section .hover-section .hover-items:hover .hover-icon {
  top: -5% !important;
}
.tool-section .hover-section .hover-items .text-wrap {
  position: absolute;
  max-width: 297px;
  width: 100%;
  bottom: -347px;
  transition: all 0.4s ease-in-out;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}
.tool-section .hover-section .hover-items .text-wrap h6 {
  /* Heading/H4 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 49.28px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 16px;
}
.tool-section .hover-section .hover-items .text-wrap p {
  /* P/Large */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: white;
  margin-bottom: 16px;
}
.tool-section .hover-section .hover-items .hover-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tool-section .hover-section .hover-items .hover-icon {
  position: absolute;
  transition: all 0.4s ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tool-section .hover-section .hover-items.active {
  width: 424px;
}
.tool-section .hover-section .hover-items.active .text-wrap {
  opacity: 1;
  bottom: 24px;
}
.tool-section .hover-section .hover-items.active .hover-icon {
  top: -5%;
}
.tool-section .tool-sec-content {
  max-width: 428px;
}

.accelerate-sec {
  position: relative;
}
.accelerate-sec .accelerate-section {
  position: absolute;
  max-width: 552px;
  width: 100%;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
}

.building-card {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.building-card .building-card-content {
  position: absolute;
  left: 33px;
  bottom: 16px;
  max-width: 358px;
}
.building-card .building-card-content h6 {
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 8px;
}
.building-card .building-card-content p {
  /* P/Large */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: white;
  margin-bottom: 0;
}

.building-sec .building-owl-sec {
  height: 1034px;
  overflow-y: hidden;
}
.building-sec .building-owl-sec .mySwiper {
  height: 1390px;
}
.building-sec .building-owl-sec .swiper-btn-wrap {
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  z-index: 11;
}
.building-sec .building-owl-sec .swiper-btn-wrap .swiper-button-prev {
  width: 36px;
  height: 42px;
  background: url(../images/swiper-button-prev.png) no-repeat center center;
  background-size: contain;
  padding: 0;
  margin: 0;
  position: absolute;
}
.building-sec .building-owl-sec .swiper-btn-wrap .swiper-button-prev::after {
  content: unset;
}
.building-sec .building-owl-sec .swiper-btn-wrap .swiper-button-next {
  width: 36px;
  height: 42px;
  background: url(../images/swiper-button-next.png) no-repeat center center;
  background-size: contain;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 70px;
}
.building-sec .building-owl-sec .swiper-btn-wrap .swiper-button-next::after {
  content: unset;
}
.building-sec .building-content {
  padding: 40px 24px;
}

.wait-section {
  position: relative;
}
.wait-section .wait-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.wait-section .wait-content h6 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 32px;
  color: white;
}
.wait-section .wait-content .flex-btn {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.about-us-welcome .about-us-welcome-sec {
  max-width: 618px;
  bottom: 129px;
}

.about-us-empowering .empowering-sec-content .primary-btn {
  padding: 13px 26px;
}

.enhance-section {
  padding: 40px 0;
  text-align: center;
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
}
.enhance-section .enhance-content {
  max-width: 811px;
  margin: auto;
  background: var(linear-gradient(180deg, #FFF 0%, #EBEBEB 100%));
}
.enhance-section .enhance-content h5 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  margin: auto;
  margin-bottom: 24px;
  max-width: 552px;
}
.enhance-section .enhance-content h6 {
  /* Heading/Buttonx */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  /* 21.52px */
  letter-spacing: 2.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 24px;
}
.enhance-section .enhance-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
  margin-bottom: 0;
}

.our-team-sec {
  padding: 120px 0 77px 0;
}
.our-team-sec .our-team-content {
  max-width: 779px;
  margin: auto;
  text-align: center;
}
.our-team-sec .our-team-content h5 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: #0E0E0E;
}
.our-team-sec .our-team-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  margin-bottom: 32px;
  color: #0E0E0E;
}
.our-team-sec .our-team-content a {
  margin-bottom: 108px;
}
.our-team-sec .owl-nav {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 35px;
}
.our-team-sec .owl-nav .owl-prev {
  width: 42px;
  height: 36px;
  background: url(../images/owl-prev.svg) no-repeat center center !important;
  background-size: contain;
}
.our-team-sec .owl-nav .owl-prev span {
  font-size: 0;
}
.our-team-sec .owl-nav .owl-next {
  width: 42px;
  height: 36px;
  background: url(../images/owl-next.svg) no-repeat center center !important;
  background-size: contain;
}
.our-team-sec .owl-nav .owl-next span {
  font-size: 0;
}

.step-section .step-content-sec {
  padding: 194px 0 67px 0;
}
.step-section .step-content-sec .step-content-text {
  padding: 26px;
  max-width: 931px;
  margin: auto;
  border-radius: 200px;
  text-align: center;
  background-color: white;
  position: relative;
}
.step-section .step-content-sec .step-content-text h6 {
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 9px;
}
.step-section .step-content-sec .step-content-text p {
  color: #0E0E0E;
  margin: auto;
  margin-bottom: 0;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  max-width: 700px;
}
.step-section .step-content-sec .step-content-text .step-icon {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.step-section .step-content-sec-1 {
  background: url(../images/secure-payment-bg.png) no-repeat center center;
  background-size: cover;
}
.step-section .step-content-sec-2 {
  background: url(../images/step-content-sec-2-bg.png) no-repeat center center;
  background-size: cover;
}
.step-section .step-content-sec-3 {
  background: url(../images/step-content-sec-3-bg.png) no-repeat center center;
  background-size: cover;
}
.step-section .step-nav {
  max-width: 911px;
  height: 75px;
  margin: auto;
  background: url(../images/step-nav-bg.svg) no-repeat center bottom;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: -75px;
}
.step-section .step-nav a {
  flex: 0 0 303px;
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  color: white;
}
.step-section .step-nav a:last-child {
  padding-right: 50px;
}
.step-section .step-nav a:first-child {
  padding-left: 50px;
}
.step-section .step-nav a.active {
  position: relative;
  color: #0E0E0E;
}
.step-section .step-nav a.active span {
  position: relative;
  z-index: 34;
}
.step-section .step-nav a.active::before {
  position: absolute;
  content: "";
  width: 379px;
  height: 75px;
  background: url(../images/step-nav-active.png) no-repeat center bottom;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.product-section {
  padding: 70px 0;
}
.product-section .product-container .product-flex {
  display: flex;
  gap: 49px;
  width: inherit;
}
.product-section .product-container .product-flex .showing-sec {
  flex: 1 1 auto;
  width: 251px;
}
.product-section .product-container .product-flex .product-card-sec {
  flex: 1 1 auto;
}
.product-section .product-container .product-flex .product-card-sec .trending-card {
  margin-bottom: 24px;
}
.product-section .product-container .product-flex .product-card-sec .trending-card .more-btn {
  padding: 13px 20px;
}
.product-section .showing-sec h4 {
  /* Heading/Buttonx */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  /* 21.52px */
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #0E0E0E;
  text-align: end;
}
.product-section .showing-sec .showing-btn-wrap {
  margin-bottom: 16px;
}
.product-section .showing-sec .showing-btn-wrap .showing-btn {
  border-radius: 4px;
  border: 2px solid #9B9B9B;
  background: #FFF;
  padding: 8px 16px;
  /* P/Field */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-section .showing-sec .showing-btn-wrap .showing-btn[aria-expanded=true] {
  border: 2px solid #D15738;
}
.product-section .showing-sec .showing-btn-wrap .form-check-input {
  border-radius: 50%;
  accent-color: #D15738;
}
.product-section .showing-sec .showing-btn-wrap .form-check-input:checked {
  background-color: #D15738;
  border-color: #D15738;
}
.product-section .showing-sec .showing-btn-wrap .form-check-input .form-check-label {
  /* P/Field */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}
.product-section .showing-sec .showing-btn-wrap .card {
  border-radius: 4px;
  border: 1px solid #9B9B9B;
  background: #FFF;
  box-shadow: -1px 4px 16px 0px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding: 24px;
}
.product-section .showing-sec .showing-btn-wrap .card span {
  /* P/Field */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
  margin-bottom: 10px;
  display: block;
}
.product-section .showing-sec .showing-btn-wrap .card span:last-child {
  margin-bottom: 0;
}

.pagination-sec ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination-sec ul .pagination-num {
  display: inline-block;
  width: 25px;
  height: 25px;
  /* P/Field */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}
.pagination-sec ul .pagination-num.active {
  border-radius: 68px;
  border: 1px solid #D15738;
  color: #D15738;
}

.product-description-sec {
  padding: 140px 0 0 0;
}
.product-description-sec .product-desc-sec {
  max-width: 1075px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-description-sec .product-desc-sec .product-desc-content {
  width: 610px;
}
.product-description-sec .product-desc-sec .product-desc-content h6 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #0E0E0E;
}
.product-description-sec .product-desc-sec .product-desc-content h1 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: #0E0E0E;
}
.product-description-sec .product-desc-sec .product-desc-content .product-des-price {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}
.product-description-sec .product-desc-sec .product-desc-content .product-des-price h5 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
}
.product-description-sec .product-desc-sec .product-desc-content h4 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 24px;
}
.product-description-sec .product-desc-sec .product-desc-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #3C3C3C;
}

.related-section .owl-nav {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 35px;
}
.related-section .owl-nav .owl-prev {
  width: 42px;
  height: 36px;
  background: url(../images/owl-prev.svg) no-repeat center center !important;
  background-size: contain;
}
.related-section .owl-nav .owl-prev span {
  font-size: 0;
}
.related-section .owl-nav .owl-next {
  width: 42px;
  height: 36px;
  background: url(../images/owl-next.svg) no-repeat center center !important;
  background-size: contain;
}
.related-section .owl-nav .owl-next span {
  font-size: 0;
}

.still-questions-sec {
  position: relative;
}
.still-questions-sec .still-question-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  width: 100%;
}
.still-questions-sec .still-question-content h5 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 32px;
}

#add-cart-sec .modal-content {
  border-radius: 16px;
}
#add-cart-sec .modal-dialog {
  max-width: 426px;
}
#add-cart-sec .modal-dialog .modal-body {
  padding: 32px 56px;
  text-align: center;
}
#add-cart-sec .modal-dialog .modal-body h5 {
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
#add-cart-sec .modal-dialog .modal-body p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  margin: auto;
  margin-bottom: 24px;
  max-width: 300px;
}
#add-cart-sec .modal-dialog .modal-body a {
  display: inline-block;
}

.faqs-section {
  padding: 40px 0;
}
.faqs-section .accordion-item {
  margin-bottom: 26px;
  border-radius: 0px;
  border-radius: 20px;
  background: rgba(209, 87, 56, 0.3);
}
.faqs-section .accordion-item button {
  padding: 30px;
  background: transparent;
  box-shadow: unset;
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
}
.faqs-section .accordion-item button span {
  max-width: 693px;
}
.faqs-section .accordion-item button[aria-expanded=true] {
  padding-bottom: 24px;
}
.faqs-section .accordion-item button[aria-expanded=true]::after {
  background-image: url(../images/faq-open-img.svg) !important;
}
.faqs-section .accordion-item button[aria-expanded=false]::after {
  background-image: url(../images/faq-cross-img.svg);
}
.faqs-section .accordion-item:has(button[aria-expanded=true]) {
  background: linear-gradient(0deg, rgba(209, 87, 56, 0.1) 0%, rgba(209, 87, 56, 0.1) 100%), rgba(255, 255, 255, 0.2);
}
.faqs-section .accordion-body {
  padding: 0px 32px 32px 32px;
}
.faqs-section .accordion-body p {
  margin-bottom: 0;
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}

.contact-sec {
  position: relative;
}
.contact-sec .contact-wrap {
  border-radius: 16px;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  width: 769px;
  padding: 32px;
  background-color: white;
}
.contact-sec .contact-wrap h5 {
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #0E0E0E;
  text-align: center;
}
.contact-sec .contact-wrap p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  margin-bottom: 24px;
  color: #0E0E0E;
  text-align: center;
}
.contact-sec .contact-details-nav {
  position: absolute;
  max-width: 1442px;
  margin: auto;
  display: flex;
  gap: 64px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.contact-sec .contact-details-nav a,
.contact-sec .contact-details-nav address {
  /* Heading/Nav */
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  color: white;
  background: url(../images/contact-details-bg.svg) no-repeat center bottom;
  background-size: contain;
  width: 438px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec .contact-wrap-sec {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1442px;
  width: 100%;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.form-flex .form-group {
  flex: 1 1 336px;
}

.checkbox-flex-wrap {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox-flex-wrap .form-check {
  flex: 0 0 320px;
}

.forgot-btn {
  /* P/Field */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
  color: #656565 !important;
}

.sign-up-section {
  position: relative;
}
.sign-up-section .sign-up-content {
  position: absolute;
  top: 58%;
  left: 12%;
  transform: translateY(-50%);
  max-width: 768px;
  background-color: white;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  padding: 32px;
}
.sign-up-section .sign-up-content h3 {
  /* Heading/H3 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 38.08px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}
.sign-up-section .sign-up-content p {
  text-align: center;
  margin-bottom: 16px;
  /* P/Large */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
}

.toggle-btn {
  margin-bottom: 24px;
}
.toggle-btn .button {
  position: relative;
  top: 50%;
  width: 66px;
  height: 25px;
  margin: 0px auto 0 auto;
  overflow: hidden;
  background-color: #D15738;
}
.toggle-btn .button.r,
.toggle-btn .button.r .layer {
  border-radius: 100px;
}
.toggle-btn .button.b2 {
  border-radius: 16px;
}
.toggle-btn .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 3;
}
.toggle-btn .knobs {
  z-index: 2;
}
.toggle-btn .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}
.toggle-btn #button-13 .knobs:before,
.toggle-btn #button-13 .knobs:after,
.toggle-btn #button-13 .knobs span {
  position: absolute;
  top: 3.5px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 16px;
  transition: 0.3s ease all;
}
.toggle-btn #button-13 .knobs:before,
.toggle-btn #button-13 .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}
.toggle-btn #button-13 .knobs:before {
  content: "No";
  left: 3.5px;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  color: white;
  /* 20.02px */
}
.toggle-btn #button-13 .knobs:after {
  content: "Yes";
  right: 10px;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  color: white;
  /* 20.02px */
}
.toggle-btn #button-13 .knobs span {
  width: 33px;
  left: 28px;
  background-color: white;
  z-index: 2;
  filter: drop-shadow(0px 2px 4px rgba(0, 35, 11, 0.2));
}
.toggle-btn #button-13 .checkbox:checked + .knobs span {
  left: 4px;
  background-color: white;
}
.toggle-btn #button-13 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.sign-in-section .sign-up-content {
  top: 55%;
  left: 22%;
  max-width: 400px;
}
.sign-in-section .sign-up-content .form-flex {
  gap: 32px;
}
.sign-in-section .sign-up-content .checkbox-flex-wrap .form-check {
  flex: 0 0 169px !important;
}

.forgot-modal .modal-dialog {
  max-width: 431px !important;
}
.forgot-modal .modal-dialog .modal-body {
  padding: 32px !important;
}
.forgot-modal .modal-dialog .modal-body p {
  font-weight: 400 !important;
}

.term-top-sec .common-top-content {
  top: 66%;
}

.term-condition-sec {
  padding: 40px 0;
  max-width: 1255px;
}
.term-condition-sec h4 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #0E0E0E;
}
.term-condition-sec p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: #0E0E0E;
}

.sign-in-reset .sign-up-content {
  top: 58%;
  left: 22%;
  max-width: 400px;
  border-radius: 4px;
}
.sign-in-reset .sign-up-content .primary-btn {
  margin-top: 24px;
}

.error-wrap {
  position: relative;
}
.error-wrap .error-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 333px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.error-wrap .error-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: white;
  margin: 32px 0;
}

.secure-checkout-wrap {
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
}

.secure-checkout-sec {
  padding: 40px 0;
  max-width: 75%;
  margin: auto;
  display: flex;
  gap: 119px;
}
.secure-checkout-sec h2 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 32px;
  text-align: center;
}
.secure-checkout-sec .billing-Address-sec {
  width: 768px;
}
.secure-checkout-sec .billing-Address-sec .billing-address-wrap {
  padding: 32px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.secure-checkout-sec .billing-Address-sec .billing-address-wrap .billing-form-flex {
  gap: 24px 32px;
}
.secure-checkout-sec .billing-Address-sec .billing-address-wrap .billing-form-flex .form-group-12 {
  flex: 1 1 100%;
}
.secure-checkout-sec .billing-Address-sec .billing-address-wrap .billing-form-flex .form-group-6 {
  flex: 1 1 300px;
}
.secure-checkout-sec .order-summary {
  width: 553px;
}
.secure-checkout-sec .order-summary .cart-drop-sec {
  position: unset;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.secure-checkout-sec .order-summary .apply-code-wrap {
  margin-bottom: 24px;
}
.secure-checkout-sec .order-summary .apply-code-wrap .common-form {
  display: flex;
  gap: 32px;
}
.secure-checkout-sec .order-summary .apply-code-wrap .common-form button {
  width: 270px;
}

.order-section {
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
  padding: 40px 0;
}
.order-section .order-sec-wrap {
  max-width: 553px;
  margin: auto;
}
.order-section .order-sec-wrap h2 {
  /* Heading/H2 */
  font-family: "Karla", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #0E0E0E;
  text-align: center;
  margin-bottom: 6px;
}
.order-section .order-sec-wrap h2 span {
  color: #005BB9;
}
.order-section .order-sec-wrap > p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  text-align: center;
  color: #0E0E0E;
  margin-bottom: 40px;
}
.order-section .order-sec-wrap .cart-drop-sec {
  border-radius: 4px;
  border: 3px solid #007800;
  position: unset;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
.order-section .order-sec-wrap .cart-drop-sec .cart-items-wrap {
  justify-content: start;
  gap: 37px;
}
.order-section .order-sec-wrap .cart-drop-sec .cart-items-wrap .input-wrap {
  margin-left: auto;
}
.order-section .order-sec-wrap .order-btn {
  display: flex;
  gap: 24px;
}
.order-section .order-sec-wrap .order-btn a {
  flex: 1 1 400px;
}

.order-unsuccessful .order-sec-wrap h2 {
  color: #D15738;
}
.order-unsuccessful .order-sec-wrap .cart-drop-sec {
  border: 3px solid #D15738;
}

.dashboard-top-sec {
  position: relative;
}
.dashboard-top-sec .account-top-img {
  height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-top-sec .dashboard-top-content {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.dashboard-top-sec .dashboard-top-content h1 {
  /* Heading/H1 */
  font-family: "Karla", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  /* 76.16px */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.dashboard-top-sec .dashboard-top-content h2 {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 16px;
}
.dashboard-top-sec .dashboard-top-content h5 {
  color: white;
  text-align: center;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  margin-bottom: 8px;
  /* 24.64px */
}
.dashboard-top-sec .dashboard-top-content h5 a {
  font-weight: 700;
  color: white;
}
.dashboard-top-sec .dashboard-top-content p {
  /* P/P */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
  /* 23.1px */
  color: white;
  margin-bottom: 0;
}

.dashboard-section {
  background-color: #F4F4F4;
}
.dashboard-section .dashboard-tab-sec {
  width: 704px;
  margin: auto;
  display: flex;
}
.dashboard-section .dashboard-tab-sec a {
  display: flex;
  flex: 1 1 100px;
  height: 75px;
  align-items: center;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 24.64px */
  letter-spacing: 2.5px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.dashboard-section .dashboard-tab-sec .secondary-tab {
  justify-content: end;
  padding-right: 63px;
  background: url(../images/secondary-tab-left.svg) no-repeat center left;
  color: #D15738;
}
.dashboard-section .dashboard-tab-sec .primary-tab {
  justify-content: start;
  padding-left: 83px;
  background: url(../images/primary-tab-left.svg) no-repeat center left;
  color: white;
  text-decoration: none;
}
.dashboard-section .dashboard-details-sec {
  padding: 40px;
  max-width: 940px;
  margin: auto;
  display: flex;
  gap: 40px;
}
.dashboard-section .dashboard-details-sec .dashboard-details-items {
  width: 450px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  padding: 32px 57px;
}
.dashboard-section .dashboard-details-sec .dashboard-details-items h6 {
  /* Heading/H4 */
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 49.28px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 24px;
  text-align: center;
}
.dashboard-section .dashboard-details-sec .dashboard-details-items .common-form .form-group {
  margin-bottom: 24px;
}

.dashboard-order-table {
  max-width: 1256px;
  margin: auto;
  padding: 40px 0 122px 0;
}
.dashboard-order-table table {
  background-color: white;
  box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.dashboard-order-table table th {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  /* 30.8px */
  text-transform: capitalize;
  color: #0E0E0E;
  padding: 24px 20px;
  border-bottom: 2px solid #D9B08C;
}
.dashboard-order-table table td {
  vertical-align: middle;
  border-bottom: 2px solid #D9B08C;
  padding: 50px 20px;
  width: 15%;
  /* P/Large */
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 23.1px */
}
.dashboard-order-table table td:first-child {
  color: #D15738;
}
.dashboard-order-table table td:last-child {
  text-align: end;
}

.dashboard-order-tab-sec .secondary-tab {
  background: url(../images/secondary-tab-left-order.svg) no-repeat bottom 5px left !important;
  color: white !important;
  text-decoration: none !important;
}
.dashboard-order-tab-sec .primary-tab {
  background: url(../images/primary-tab-left-order.svg) no-repeat bottom left -10px !important;
  color: #D15738 !important;
  text-decoration: underline !important;
}

.dashboard-order-order .order-section {
  background: transparent;
}
.dashboard-order-order .order-section .order-sec-wrap h2 {
  color: #D15738;
}
.dashboard-order-order .order-section .order-sec-wrap .cart-drop-sec {
  border: 0;
}

.main-wrapper {
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
}

.building-sec {
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
}/*# sourceMappingURL=style.css.map */