@import './date-picker.css';

@font-face {
  font-family: Gotham-Medium;
  src: url('./fonts/Gotham/Gotham\ Medium.ttf');
  font-display: swap;
}

@font-face {
  font-family: Gotham-Bold;
  src: url('./fonts/Gotham/Gotham\ Bold.ttf');
  font-display: swap;
}

@font-face {
  font-family: Gotham-Book;
  src: url('./fonts/Gotham/Gotham\ Book.ttf');
  font-display: swap;
}

@font-face {
  font-family: Gotham-BookItalic;
  src: url('./fonts/Gotham/Gotham\ Book\ Italic.ttf');
  font-display: swap;
}

@font-face {
  font-family: GothamNarrow;
  src: url('./fonts/Gotham/Gotham\ Narrow\ Medium.ttf');
  font-display: swap;
}

@font-face {
  font-family: HaboroContrast-NorBoo;
  src: url('./fonts/Haboro/haborocontrastnormbook-webfont.ttf');
  font-display: swap;
}

@font-face {
  font-family: HaboroContrast-Regular;
  src: url('./fonts/Haboro/haborocontrastnormregular.otf');
  font-display: swap;
}

@font-face {
  font-family: HaboroContrast-NorDemi;
  src: url('./fonts/HaboroContrastDemi/haborocontrastnormdemi.otf');
  font-display: swap;
}

.fancy {
  animation: blur 0.7s ease-out;
}

img {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
}

@keyframes blur {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.font-gotham-medium {
  font-family: 'Gotham-Medium' !important;
}

.font-haboro {
  font-family: 'HaboroContrast-NorBoo' !important;
}

/* typography starts */

.heading,
.article-heading,
.heading-subtitle,
.section-heading,
.article-subtitle,
.section-subtitle {
  font-family: 'Gotham-Bold';
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #0a0a0a;
}

.paragraph,
.paragraph-bold,
.paragraph-italic,
.paragraph-md,
.paragraph-md-bold,
.paragraph-md-italic,
.paragraph-sm,
.paragraph-sm-bold,
.paragraph-sm-italic,
.helper-text,
.helper-text-bold,
.helper-text-sm,
.helper-text-sm-bold {
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #0a0a0a;
}

/* headings */

.heading {
  font-size: 80px;
  letter-spacing: -1.2px;
  /* for below gap */
  margin-bottom: 40px;
}

.article-heading {
  font-size: 40px;
  letter-spacing: normal;
  /* for gap */
  margin-bottom: 16px;
}

/* error bottom border*/

.error-border {
  border-bottom: 1px solid #b00020 !important;
}

.section-heading {
  font-size: 56px;
  letter-spacing: -0.3px;
  /* for gap */
  margin-top: 24px;
  margin-bottom: 40px;
}

/* subtitles */

.heading-subtitle {
  font-size: 32px;
  letter-spacing: 0.2px;
}

.article-subtitle {
  font-size: 20px;
  letter-spacing: 0.3px;
}

.section-subtitle {
  font-size: 24px;
  letter-spacing: 0.3px;
}

/* paragraph  starts*/

.paragraph,
.paragraph-bold,
.paragraph-italic {
  font-size: 20px;
  letter-spacing: 0.3px;
}

.paragraph-bold {
  font-family: 'Gotham-Medium';
  font-weight: 500;
}

.paragraph-italic {
  font-family: 'Gotham-BookItalic';
  font-style: italic;
  letter-spacing: 0.2px;
}

.paragraph-md,
.paragraph-md-bold,
.paragraph-md-italic {
  font-size: 16px;
  letter-spacing: 0.2px;
}

.paragraph-md-bold {
  font-family: 'Gotham-Medium';
  font-weight: 500;
}

.paragraph-md-italic {
  font-family: 'Gotham-BookItalic';
  font-style: italic;
}

.paragraph-sm,
.paragraph-sm-bold,
.paragraph-sm-italic {
  font-size: 12px;
  letter-spacing: -0.2px;
}

.paragraph-sm-bold {
  font-family: 'Gotham-Medium';
  font-weight: 500;
}

.paragraph-sm-italic {
  font-family: 'Gotham-BookItalic';
  font-style: italic;
}

/* paragraph  end*/

/* helper text starts*/

.helper-text {
  color: #707070;
  font-size: 12px;
  letter-spacing: -0.2px;
}

.helper-text-bold {
  font-family: 'Gotham-Medium';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.2px;
}

.helper-text-sm,
.helper-text-sm-bold {
  font-size: 10px;
  letter-spacing: 0px;
}

.helper-text-sm-bold {
  font-family: 'Gotham-Medium';
  font-weight: 500;
}

/* helpter text ends */

/* typography ends */

/* button starts*/

.btn,
.btn-lg,
.btn-md,
.btn-sm {
  font-family: 'GothamNarrow';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #0a0a0a;
  border-style: none;
  padding: 10px 41px;
  outline-style: none;
  cursor: pointer;
}

.btn-lg {
  font-size: 18px;
}

.btn-md {
  font-size: 12px;
}

.btn-sm {
  font-size: 10px;
  line-height: 1.2;
}

/* button ends */

/* color codes */

/* font-colors */

.text-primary {
  color: #501639;
}

.text-secondary {
  color: #3c1174;
}

.text-black {
  color: #0a0a0a;
}

.text-white {
  color: #ffffff;
}

.text-brand-alt1 {
  color: #4d2780;
}

.text-brand-alt2 {
  color: #5e3c8c;
}

.text-brand-alt3 {
  color: #e5e0ec;
}

.text-brand-alt4 {
  color: #efebf3;
}

.text-gray1 {
  color: #707070;
}

.text-gray2 {
  color: #999999;
}

.text-gray3 {
  color: #e0e0e0;
}

.text-gray4 {
  color: #f5f5f5;
}

/* background colors starts*/

.background-primary {
  background: #501639;
}

.background-secondary {
  background: #3c1174;
}

.background-black {
  background: #0a0a0a;
}

.background-gray {
  background: #f5f5f5;
}

.background-darkgray {
  background-color: #e1e1e1;
}

.background-white {
  background-color: #ffffff;
}

/* background colors end */

/* button colors start*/

.btn-primary {
  background-color: #501639;
  color: #ffffff;
}

.btn-primary:hover {
  /* background-color: #400071; */
}

.btn-primary.selected {
  background-color: rgba(255, 255, 255, 0.16);
  color: #501639;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #5f3889;
}

.btn-white {
  background-color: #ffffff;
  border: solid 1px #0a0a0a;
  color: #0a0a0a;
}

.btn-dark {
  background-color: #501639;
  color: #ffffff;
}

.btn-white:hover {
  background-color: #f5f5f5;
}

.btn-white.selected {
  background-color: rgba(44, 0, 102, 0.08);
  color: #0a0a0a;
}

.btn-white:active,
.btn-white:focus {
  background-color: #d2d5ee;
  color: #0a0a0a;
}

.btn-black {
  background-color: rgb(10, 10, 10);
  color: #ffffff;
  border: 1px solid #0a0a0a;
}

.btn-black:hover {
  background-color: #232323;
}

.btn-black.selected {
  background-color: rgba(255, 255, 255, 0.16);
  color: #0a0a0a;
}

.btn-black:active,
.btn-black:focus {
  background-color: #464646;
}

.no-border {
  border-style: none;
}

.btn.btn-disabled {
  background-color: #e0e0e0;
  border: solid 1px #999999 !important;
  color: #999999;
}

/* button colors end */

/* common css starts */

body {
  margin: 0px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

.cursor-pointer {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow-x: hidden;
}

.flip {
  transform: rotate(180deg);
}

.icon-size {
  width: 48px;
}

.cross-icon {
  float: right;
  margin-top: -8px;
  margin-right: 42px;
  color: #707070;
  font-size: xx-large;
  cursor: pointer;
}

/* text-alignment */

.float-right {
  float: right;
}

/* font-sizes */

.font-size-14 {
  font-size: 14px;
  font-family: 'Gotham-book';
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.3px;
}

/* font-weight */

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: normal;
}

/* text-transformation */

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

/* display css */

.display-desktop-only {
  display: block;
}

.display-tab {
  display: none;
}

.display-tab-only {
  display: block;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

.display-none {
  display: none !important;
}

/* comman margin */

.margin-top-lg {
  margin-top: 24px !important;
}

.margin-bottom-lg {
  margin-bottom: 24px !important;
}

.margin-left-lg {
  margin-left: 24px !important;
}

.margin-right-lg {
  margin-right: 24px !important;
}

.margin-top-sm {
  margin-top: 12px !important;
}

.margin-bottom-sm {
  margin-bottom: 12px !important;
}

.margin-left-sm {
  margin-left: 12px !important;
}

.margin-right-sm {
  margin-right: 12px !important;
}

.margin-top-zero {
  margin-top: 0px !important;
}

.margin-bottom-zero {
  margin-bottom: 0px !important;
}

/* comman padding */

.padding-top-lg {
  padding-top: 24px !important;
}

.padding-bottom-lg {
  padding-bottom: 24px !important;
}

.padding-left-lg {
  padding-left: 24px !important;
}

.padding-right-lg {
  padding-right: 24px !important;
}

.padding-top-sm {
  padding-top: 12px !important;
}

.padding-bottom-sm {
  padding-bottom: 12px !important;
}

.padding-left-sm {
  padding-left: 12px !important;
}

.padding-right-sm {
  margin-right: 12px !important;
}

.padding-left-right-zero {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-top-zero {
  padding-top: 0px !important;
}

.padding-bottom-zero {
  padding-bottom: 0px !important;
}

.disable-scroll {
  overflow-y: hidden !important;
  width: 100%;
}

/* common css ends */

/* user input */

.input-group {
  position: relative;
  width: 100%;
}

.form-input {
  padding: 14px 30px 14px 10px !important;
  border-bottom: 1px solid #0a0a0a;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: -0.2px;
  color: #0a0a0a;
  width: -webkit-fill-available;
  outline-style: none;
  font-family: Gotham-Book;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 0px;
}

/* .form-input.active {
    background: rgba(44, 0, 102, 0.12);
}*/

.form-input + .error {
  color: #b00020;
  margin-left: 16px;
}

.form-input.disabled {
  background: white;
  border-color: #999999;
}

.form-input:hover {
  background-color: rgba(10, 10, 10, 0.04);
}

.form-input:focus {
  background-color: rgba(44, 0, 102, 0.12);
}

.input-icon-right {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.input-icon-left {
  position: absolute;
  left: 10px;
  bottom: 0px;
}

.input-left {
  padding-left: 40px;
}

.input-group.filled:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../images/Close.svg');
  position: absolute;
  right: 0;
  top: 7px;
  background-size: contain;
}

.input-group.filled .form-input {
  background-color: rgba(0, 0, 0, 0.04);
}

.input-group.success:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../images/Success.svg');
  position: absolute;
  right: 0;
  top: 7px;
  background-size: contain;
}

.input-group.success .form-input {
  background-color: rgba(77, 39, 128, 0.04);
}

.input-group.error:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../images/Error.svg');
  position: absolute;
  right: 0;
  top: 7px;
  background-size: contain;
}

.input-dropdown {
  background-color: rgba(0, 0, 0, 0.01);
  padding: 14px 10px !important;
  border-bottom: 1px solid #0a0a0a;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: -0.2px;
  color: #0a0a0a;
  width: -webkit-fill-available;
  outline-style: none;
  font-family: Gotham-Book;
}

.input-dropdown-focus {
  background-color: rgba(0, 0, 0, 0.04);
}

.input-dropdown option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.input-dropdown option:focus {
  background-color: rgba(0, 0, 0, 0.04);
}

/* media querry for tablet */

@media only screen and (max-width: 992px) {
  .display-desktop-only {
    display: none !important;
  }
  .display-tab {
    display: block;
    padding: 0px;
  }
  .body-wrapper {
    padding: 0px 84px;
  }
  html {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 808px) {
  .heading {
    font-size: 64px;
    letter-spacing: -0.6px;
    margin-bottom: 32px;
  }
  .article-heading {
    font-size: 32px;
    letter-spacing: 0.2px;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  .heading-subtitle {
    font-size: 28px;
    letter-spacing: 0.2px;
  }
  .section-heading {
    font-size: 48px;
    letter-spacing: -0.2px;
    margin-top: 16px;
    margin-bottom: 34px;
  }
}

/* media querry for mobile */

@media only screen and (max-width: 767px) {
  .heading {
    font-size: 56px;
    letter-spacing: -0.3px;
  }
  .article-heading {
    font-size: 28px;
    letter-spacing: 0.2px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .heading-subtitle {
    font-size: 24px;
    letter-spacing: 0.3px;
  }
  .section-subtitle {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  .display-tab-only {
    display: none;
  }
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block;
  }
  .body-wrapper {
    padding: 0px 63px;
  }
}

@media screen and (max-width: 413px) {
  .body-wrapper {
    padding: 0px 43px;
  }
}

@media screen and (max-width: 370px) {
  .body-wrapper {
    padding: 0px;
  }
}

/*cursor pointer class */

.cursor-pointer {
  cursor: pointer;
}

/*cursor pointer class ends here */

/*radio button */

.radio-wrapper .radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  text-align: left;
}

.privy-embedded-form-3256884 {
  margin: 0px !important;
}

/* Hide the browser's default radio button */

.radio-wrapper .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.radio-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid black;
}

/* On mouse-over, add a grey background color */

.radio-wrapper .radio-container:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 2px solid black;
}

/* When the radio button is checked, add a blue background */

.radio-wrapper .radio-container input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 2px solid #501639;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-wrapper .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-wrapper .radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-wrapper .radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #501639;
}

/* radio button */

a {
  outline: none;
}

/* new home page css */

/* global css */

.real-banner-wrapper,
.how-realit-work-wrapper,
.real-banner-wrapper,
.own-it-wrapper,
.what-people-realling-wrapper,
.get-friend-family-wrapper,
.stay-update-wrapper,
.want-it-wrapper {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.slide-dot-box a {
  width: 5px;
  height: 18px;
  background: #cfcdcb;
  border: 0px solid #f7f5f3;
  display: inline-block;
  margin-right: 8px;
  -ms-transform: rotate(3deg);
  /* IE 9 */
  transform: rotate(3deg);
}

.slide-dot-box a.active {
  width: 13px;
  height: 18px;
  background: #4f1638;
  border: 4px solid #e7e0e2;
}

h2 {
  text-transform: none;
}

.white-box {
  background-color: #fdfcfa;
  border: 7px solid #ffffff;
  padding: 28px 20px;
  text-align: center;
}

.white-box h2 {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.38px;
  text-align: center;
  color: #000000;
  font-family: 'Gotham-Medium';
}

.white-box h2 span {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.white-box h2 span::after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 9px;
  opacity: 0.63;
  background-color: #f5997b;
  left: 0;
  z-index: -1;
}

.white-box .product-name {
  font-family: HaboroContrast-NorBoo;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000000;
  margin: 11px 0;
}

.white-box .product-price {
  font-family: 'Gotham-Medium';
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.82px;
  text-align: center;
  color: #000000;
}

.white-box .product-box {
  width: 164px;
  height: 164px;
  margin: 0 auto;
  margin-top: 17px;
  /* background-image: url(../../../../assets/styles/images/page/top-banner-product-desktop.jpg); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.view-item {
  font-family: 'Gotham-Bold';
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.82px;
  text-align: center;
  color: #f5997b;
  margin-top: 20px;
}

.view-item a {
  color: #f5997b;
}

.view-item a:hover {
  text-decoration: underline;
}

.slider-wrapper {
  background: #f9e8d6;
  min-height: 65px;
  font-family: 'Gotham-Medium';
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.82px;
  color: #000000;
  padding: 0 28px;
}

.slider-wrapper .price {
  margin-right: 15px;
}

.slider-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-box .slide-line-grey {
  position: relative;
  width: 65%;
  background: #bfb2a4;
  height: 2px;
  z-index: 1;
}

.slider-box .sider-thumb {
  width: 16px;
  border: solid 4px #fad5c0;
  background: #f39b7d;
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 3;
  height: 10px;
  min-height: 30px;
  -ms-transform: rotate(5deg);
  /* IE 9 */
  transform: rotate(5deg);
  /* Standard syntax */
}

.slide-line-pink {
  background: #f39b7d;
  width: 28px;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 3;
  height: 10px;
}

.button-moff {
  position: relative;
  width: 241px;
  height: 56px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.15px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  border: 0;
  font-family: 'Gotham-Medium';
}

.button-moff span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #501639;
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}

.button-moff::after {
  position: absolute;
  content: '';
  top: 17px;
  left: -17px;
  width: 100%;
  height: 56px;
  background: transparent;
  border: 1.2px solid black;
  z-index: -1;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.slick-track {
  display: inline-flex;
  justify-content: center;
}

.carousel-slide {
  z-index: 1;
}

.popular-product-banner .slick-track {
  position: relative;
  z-index: 1;
}
.popular-product-banner .slick-track::after {
  position: absolute;
  content: '';
  top: 26%;
  right: inherit;
  width: 56%;
  height: 1px;
  background: black;
  z-index: 0;
  left: 44%;
}

.slick-slide {
  width: 100%;
  margin-right: 50px;
}

div:focus {
  outline: none;
}
.carousel-slide.right .contents {
  right: 100px;
}

@media screen and (max-width: 1300px) {
  .join-white-box .join-white-content.white-box {
    padding: 10px;
  }
  .join-white-box .join-white-content.white-box .product-box {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 810px) {
  /* golbal css */
  .mobile-view {
    display: block !important;
  }
  .web-view {
    display: none !important;
  }
  .join-now-graphic .white-box.join-white-content h2 {
    font-size: 20px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .white-box {
    padding: 8px 15px;
  }
  .white-box h2 {
    font-size: 12px;
  }
  .join-now-graphic .white-box.join-white-content h2 {
    font-size: 12px;
  }
  .white-box .product-box {
    width: 100%;
    height: 109px;
    margin: 0 auto;
    background-size: contain;
    margin-top: 11px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .white-box .product-name {
    font-size: 20px;
    margin: 5px 0;
  }
  .white-box .product-price {
    font-size: 8px;
  }
  .slider-wrapper .price {
    font-size: 8px;
    min-width: 37%;
    margin-right: 5px;
  }
  .slider-box {
    padding: 5px 15px;
    min-height: 43px;
  }
}

/*  */

h2.common {
  font-family: 'HaboroContrast-NorBoo';
  font-size: 100px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -3.21px;
  color: #000000;
  text-transform: none;
}

@media screen and (max-width: 992px) {
  h2.common {
    font-size: 80px;
  }
}

h3.common {
  font-family: 'HaboroContrast-NorBoo';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: #000000;
  text-transform: none;
}

h4.common {
  font-family: 'HaboroContrast-NorBoo';
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  text-transform: none;
  margin-bottom: 15px;
}

.desktop-only h4.common {
  font-size: 36px;
  margin-bottom: 30px;
}

.highlight {
  position: relative;
  z-index: 0;
}
.highlight::after {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 110%;
  height: 50%;
  background: #f5997b;
  z-index: -1;
  opacity: 0.63;
}
.slick-slider .slick-list.draggable {
  overflow: hidden;
}

.mobile-only {
  display: none;
}

.tablet-only {
  display: none;
}

.desktop-only {
  display: none;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.drift-zoom-pane img {
  position: absolute;
  display: block;
  height: 800px !important;
  width: 800px !important;
  object-fit: contain;
}
/* 
  Use these classes if the designs/layouts 
  are very complex or differ widely between them.
*/

/* mobile */
@media only screen and (max-width: 561px) {
  .mobile-only {
    display: block;
  }

  .tablet-only {
    display: none;
  }

  .desktop-only {
    display: none;
  }
}

/* tablet */
@media only screen and (min-width: 562px) and (max-width: 954px) {
  .mobile-only {
    display: none;
  }

  .tablet-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

/* desktop */
@media only screen and (min-width: 955px) {
  .mobile-only {
    display: none;
  }

  .tablet-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}

input:focus {
  outline: none;
}

.horizontal-divider {
  margin: 25px 0px;
  width: 100%;
  height: 8px;
  background-color: #e5dfd8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
