/*=== Media Query ===*/
/* Reset CSS */
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

/*

H1 - 50px
H2 - 38px
H3 - 28px
H4 - 24px
H5 - 21px
H6 - 18px
P - 16px
P Small - 14px
P Smallest - 12px

*/
a,
span {
  display: inline-block;
}

a {
  transition: 0.4s;
  color: inherit;
}
a:focus {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

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

ul {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
}

p {
  line-height: 32px;
  font-size: 14px;
}
p.lg {
  font-size: 16px;
}
p.sm {
  font-size: 12px;
}

span {
  font-size: 12px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}
button:focus {
  outline: none;
}

.card {
  border: none;
  border-radius: 0;
}

/* Slick Slider Resets */
.slick-slide:focus {
  outline: none;
}
.slick-slide:focus a:focus {
  outline: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

/* Common Classes */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Typography */
.title-large {
  font-size: 38px;
}

.title-mid {
  font-size: 21px;
}

/* Background Image */
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Buttons */
.btn {
  font-family: "Almarai", sans-serif;
  letter-spacing: -1.12px;
  font-weight: 700;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
@media (min-width: 992px) {
  .btn {
    height: 60px;
  }
}
.btn--primary {
  background-color: #3a3ef9;
  color: #fff;
}
.btn--primary:hover {
  background-color: rgba(58, 62, 249, 0.8);
  color: #fff;
}
.btn-outlined--primary {
  background-color: transparent;
  color: #3a3ef9;
  border: 2px solid #3a3ef9;
}
.btn-outlined--primary:hover {
  background-color: #3a3ef9;
  color: #fff;
}
.btn--orange {
  color: #ffffff;
  color: #ffffff;
  background-color: #ee5a24;
}
.btn--orange:hover {
  color: #fff;
  background-color: rgba(238, 90, 36, 0.8);
}
.btn-outlined--white {
  color: #fff;
  border: 2px solid #fff;
}
.btn-outlined--white:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn--white {
  color: #3a3ef9;
  background-color: #ffffff;
}
.btn--white:hover {
  color: #3a3ef9;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn--green {
  color: #ffffff;
  background-color: #4eab08;
}
.btn--green:hover {
  background-color: rgba(78, 171, 8, 0.8);
  color: #ffff;
}

[class*="btn--toggle-"] {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
[class*="btn--toggle-"] p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 12px;
  margin-bottom: 0;
}
[class*="btn--toggle-"] span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.51px;
  text-transform: uppercase;
  color: #4eab08;
  background-color: rgba(78, 171, 8, 0.14);
  padding: 0 15px;
  border-radius: 5px;
}
[class*="btn--toggle-"] .badge--discount {
  height: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding: 0;
  text-align: center;
  justify-content: center;
  width: 83px;
}
[class*="btn--toggle-"] .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
  margin-bottom: 0;
}
[class*="btn--toggle-"] .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
[class*="btn--toggle-"] .slider {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-color: #3a3ef9;
  border: 1px solid #3a3ef9;
  transition: 0.4s;
}
[class*="btn--toggle-"] .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.4s;
}
[class*="btn--toggle-"] input:checked + .slider {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
[class*="btn--toggle-"] input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}
[class*="btn--toggle-"] input:checked + .slider:before {
  transform: translateX(21px) translateY(-50%);
  background-color: #3a3ef9;
}
[class*="btn--toggle-"] .slider.round {
  border-radius: 34px;
}
[class*="btn--toggle-"] .slider.round:before {
  border-radius: 50%;
}

[class*="btn2--toggle-"] {
  display: inline-flex;
  align-items: center;
  margin-bottom: 35px;
  width: 222px;
  height: 33px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  border-radius: 500px;
}
[class*="btn2--toggle-"] p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1px;
  margin-bottom: 0;
  flex: 50%;
  min-width: 50%;
  text-align: center;
  pointer-events: none;
}
[class*="btn2--toggle-"] span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.51px;
  text-transform: uppercase;
  color: #4eab08;
  padding: 0 15px;
  border-radius: 5px;
}
[class*="btn2--toggle-"] .switch {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: 0.4s;
  z-index: -1;
  transform: translate(-50%, -50%);
}
[class*="btn2--toggle-"] input {
  opacity: 0;
  width: 0;
  height: 0;
}
[class*="btn2--toggle-"] .slider {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: 0.4s;
  z-index: -1;
  transform: translate(-50%, -50%);
}
[class*="btn2--toggle-"] .value-1 {
  color: #fff;
}
[class*="btn2--toggle-"] .slider:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.4s;
  z-index: -1;
  background-color: #4eab08;
  border-radius: 500px;
}
[class*="btn2--toggle-"] input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}
[class*="btn2--toggle-"] input:checked ~ .switch:before {
  transform: translate(100%, -50%);
  background-color: #3a3ef9;
}
[class*="btn2--toggle-"] input:checked ~ .value-2 {
  color: #fff;
}
[class*="btn2--toggle-"] input:checked ~ .value-1 {
  color: #666666;
}
[class*="btn2--toggle-"] .slider.round {
  border-radius: 500px;
}

/* Margin  */
.mb-d-30 {
  margin-bottom: -30px;
}

.mb--65 {
  margin-bottom: 65px;
}

.rotate-45 {
  transform: rotate(45deg);
}
