@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #6DC2C3;
}

body {
  font-family: "Almarai", sans-serif;
  overflow-x: hidden !important;
  direction:ltr;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23F25278' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-primary {
  background-color: white !important;
  border: 1px solid #6DC2C3;
  color: #6DC2C3 !important;
}

.btn-primary:hover {
  background-color: white !important;
  border: 1px solid #323232;
  color: #323232 !important;
}

.btn-dark {
  background-color: white !important;
  border: 1px solid #323232;
  color: #323232 !important;
}

.btn-dark:hover {
  background-color: white !important;
  border: 1px solid #6DC2C3;
  color: #6DC2C3 !important;
}

.btn-max {
  width: max-content !important;
}

.bg-section {
  background-color: #DBEEEE;
}

.input-search {
  width: 120% !important;
}

.position-absolute.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination {
  bottom: -30px !important;
  position: absolute !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  color: #323232 !important;
  background-color: #323232 !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #52BCBE !important;
}

.navbar-nav li {
  transition: transform 0.3s ease-in-out !important;
}

.navbar-nav li:hover {
  transform: translateX(-5px) !important;
}

.h1-strock {
  -webkit-text-stroke: 0.5px white;
  -webkit-text-fill-color: black;
}

.bg-img-col {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bg-img-col img {
  opacity: 0.1;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 33px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
  border-radius: 16px;
  margin-top: 20px !important;
}

.swiper-pagination-bullet-active {
  background-color: #52BCBE !important;
}

.me-sm-10 {
  margin-right: 8rem !important;
}

.field-icon {
  float: right;
  margin-left: -16px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  color: #646464 !important;
}

.form-outline {
  position: relative;
}

.form-img::before {
  content: url("../images/lock.png");
  position: absolute;
  top: 60%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

::placeholder {
  color: #646464 !important;
  margin-right:50px !important;
}

.check-color {
  background-color: #F0F0F0;
}

.img-scale {
  transition: transform 0.3s ease-in-out;
}

.img-scale:hover {
  transform: scale(1.05);
}

.bg-input {
  background-color: #F0F0F0 !important;
  font-size: 16px !important;
}
.bg-input::placeholder {
  color: #D8D8D8 !important;
}

.fc-gray {
  color: #D8D8D8 !important;
}

.custom {
  right: 550px !important;
  top: 780px;
  display: none !important;
}

.custom-2 {
  right: 490px !important;
  top: 780px;
  display: none !important;
}

.active {
  position: absolute;
  right: 6px;
  top: 6px;
}

.card-active {
  border: 1px solid #A2C4D5 !important;
}

.bg-header-section {
  background-color: #F0F0F0 !important;
}

.iti {
  width: -webkit-fill-available;
}

.iti__country-list {
  margin: 3px -360px 0 -1px !important;
}

h4.background {
  position: relative;
  z-index: 1;
}
h4.background:before {
  border-top: 5px solid #A2D4D5 !important;
  content: "";
  margin: 0 auto;
  position: absolute;
  margin-bottom: 7px;
  left: 25px;
  right: 0;
  bottom: 0;
  width: 10%;
  z-index: -1;
  border-radius: 10px;
}
h4.background span {
  background: #fff;
  padding: 0 15px;
  border-radius: 20px;
}

h4.background-start {
  position: relative;
  z-index: 1;
}
h4.background-start:before {
  border-top: 5px solid #A2D4D5 !important;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: -9px;
  bottom: 0;
  margin-bottom: 8px;
  width: 13%;
  z-index: -1;
  border-radius: 10px;
}
h4.background-start span {
  background: #fff;
  padding: 0 20px;
  border-radius: 20px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #52BCBE;
}

.range-input {
  position: relative;
  direction: ltr;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -15px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #52BCBE;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #52BCBE;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.bg-card {
  background: #FCFCFC !important;
}

.background {
  background-image: url("../images/Groupimg.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  color: #000;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 10px !important;
}

.card:hover .card-product-img {
  transform: scale(1.1);
  border-radius: 20px !important;
}

.card-product-img {
  aspect-ratio: 1/1 !important;
  transition: 0.3s;
}

.card {
  overflow: hidden;
}

.card-product-hover:hover .bg-card {
  background-color: #DBEEEE !important;
}
.card-product-hover:hover .bg-card .text-hover {
  color: #52BCBE !important;
}
.card-product-hover:hover .bg-card .card-title {
  mardin-top: 10px !important;
}

.btn-outline-primary:hover {
  background-color: #6DC2C3;
  color: white !important;
}

.card-img-top {
  aspect-ratio: 1/1 !important;
}

.nav-pills .nav-link.active {
  background: #6DC2C3 !important;
  border-radius: 5px !important;
  color: white !important;
}

.iti__flag {
  display: none !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.bg-search {
  background: #FCFCFC !important;
}

.text-light-hr {
  color: #FCFCFC !important;
  border: 1px solid #FCFCFC !important;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
}

.dashed {
  border-bottom: 2px dashed #6DC2C3;
  margin-left: 14px;
}

.dashed-2 {
  border-bottom: 2px dashed gray;
  margin-left: 14px;
}

.multi-steps > li:before {
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: white;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #52BCBE;
  border-radius: 50%;
  background-color: white;
}

.multi-steps > .li-2:before {
  content: "✓";
  display: block;
  color: transparent;
  margin: 0 10px 4px 0;
  background-color: white;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  border: 2px solid gray;
  border-radius: 50%;
  background-color: white;
}

.multi-steps > .li-3:before {
  content: "✓";
  display: block;
  color: transparent;
  margin: 0 10px 4px 0;
  background-color: white;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #52BCBE;
  border-radius: 50%;
  background-color: white;
}

.multi-steps > li:last-child {
  border-bottom: none;
}

.multi-steps > li.is-active {
  border-bottom-color: grey;
}

.multi-steps > li.is-active ~ li {
  color: #808080;
  border-bottom-color: lightblue;
}

.btn-card {
  width: -webkit-fill-available !important;
}

.input-wrapper {
  width: 100px;
  height: 30px;
  display: flex;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  padding: 8px;
  text-align: center;
}

.input-wrapper * {
  border: none;
  width: 30px;
  flex: 1;
}

.input-wrapper button {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer !important;
}

.img-cart-cards {
  aspect-ratio: 1/1 !important;
}

.bg-gray {
  background-color: #D8D8D8 !important;
}

.fs-small {
  font-size: 12px !important;
}

.footer {
  overflow-x: hidden !important;
  background-color: #F0F0F0 !important;
}

.btn-footer {
  width: -webkit-fill-available !important;
}

@media (min-width: 1200px) {
  .btn-card {
    width: max-content !important;
  }
}
.text-footer {
  color: #242424 !important;
}

textarea {
  resize: none;
}

.form-outline input:focus {
  outline: none;
  background-color: transparent;
}

.form-outline textarea:focus {
  outline: none;
  background-color: transparent;
}

.row-absolute {
  bottom: 10%;
}

.btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  z-index: 2 !important;
  background-color: #52BCBE !important;
  color: white !important;
}

.fa-star {
  color: #FFD475 !important;
}

.cd__main {
  display: block !important;
  background: white !important;
  min-height: 450px;
  height: 100vh;
}

.card-swiper {
  background-color: #F7F7F7;
  width: 550px;
  height: 45%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 0 0 0;
  transition: transform 400ms;
  box-shadow: none;
}

.title {
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0 5px;
  color: black;
}

.quote-container {
  margin: 0;
  height: 100%;
  z-index: 1;
  padding: 15px 30px 30px 30px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.bg-swiper {
  background-color: #C4E3E4 !important;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active {
  z-index: 1 !important;
}

.swiper-slide-active .card-swiper {
  box-shadow: 0 8px 30px -7px white !important;
  opacity: 1 !important;
  transform: scale(1.2) !important;
  background-color: white !important;
}

.card-container {
  position: relative;
}

.ribbon-container {
  position: absolute;
  bottom: -28px;
  right: 0;
  margin: 10px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
  color: white !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: black;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px 10px;
}

@media (max-height: 400px) {
  .name {
    font-size: 12px;
  }
  .title {
    font-size: 10px;
  }
  .quote-container {
    padding: 5px 20px 20px 20px;
  }
}
@media (max-width: 757px) {
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
  .ribbon-container {
    right: 10px;
  }
}
@media (max-width: 1300px) {
  .custom, .custom-2 {
    display: none !important;
  }
  .swiper-pagination {
    bottom: -30px !important;
    display: none;
  }
}
@media (max-width: 1500px) {
  .custom, .custom-2 {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
    h6 {
        font-size: 14px !important;
    }
}