@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "League Spartan", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #2d2a26;
}

.bg-black {
  background-color: #2d2a26;
}

.text-light-yellow {
  color: #DAB677;
}

.bg-light-yellow {
  background-color: #DAB677;
}

.text-dark-yellow {
  color: #ffc112;
}

.bg-dark-yellow {
  background-color: #ffc112;
}

.text-light-red {
  color: #D7282F;
}

.bg-light-red {
  background-color: #D7282F;
}

.text-dark-red {
  color: #930D0D;
}

.bg-dark-red {
  background-color: #930D0D;
}

.text-red-500 {
  color: #E77E81;
}

.bg-red-500 {
  background-color: #E77E81;
}

.text-grey-400 {
  color: #D8D5D1;
}

.bg-grey-400 {
  background-color: #D8D5D1;
}

.text-grey-50 {
  color: #D8D5D1;
}

.bg-grey-50 {
  background-color: #D8D5D1;
}

.text-red-400 {
  color: rgba(215, 40, 47, 0.5019607843);
}

.bg-red-400 {
  background-color: rgba(215, 40, 47, 0.5019607843);
}

.text-red-200 {
  color: #F7D4D5;
}

.bg-red-200 {
  background-color: #F7D4D5;
}

.text-black-75 {
  color: #5a554d;
}

.bg-black-75 {
  background-color: #5a554d;
}

.text-maroon {
  color: #701c34;
}

.bg-maroon {
  background-color: #701c34;
}

.text-dark-black {
  color: #000;
}

.bg-dark-black {
  background-color: #000;
}

.text-light-blue {
  color: #EBFFFE;
}

.bg-light-blue {
  background-color: #EBFFFE;
}

.paddingTop {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .paddingTop {
    padding-top: 60px;
  }
}

.paddingBottom {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .paddingBottom {
    padding-bottom: 60px;
  }
}

.main-heading {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .main-heading {
    font-size: 32px;
    line-height: 1.2;
  }
}

.heading2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}

.description {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.btn__primary--yellow {
  color: #DAB677;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: all 0.3s;
  background: transparent;
  border: none;
}
.btn__primary--yellow .horizontal-line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
  transition: width 0.3s;
}
.btn__primary--yellow:hover {
  color: #ffc112;
}
.btn__primary--yellow:hover .horizontal-line {
  width: 64px;
}

.btn__primary--darkyellow {
  color: #DAB677;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  transform: all 0.3s;
}
.btn__primary--darkyellow .horizontal-line {
  width: 32px;
  height: 3px;
  background-color: #000;
  display: inline-block;
  margin-left: 5px;
  transition: width 0.3s;
}
.btn__primary--darkyellow:hover {
  color: #ffc112;
}
.btn__primary--darkyellow:hover .horizontal-line {
  width: 64px;
}

.btn__primary--red {
  color: #D7282F;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;
  transform: all 0.3s;
}
.btn__primary--red .horizontal-line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
  transition: width 0.3s;
}
.btn__primary--red:hover {
  color: #ffc112;
}
.btn__primary--red:hover .horizontal-line {
  width: 64px;
}

.btn__primary--white {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;
  transform: all 0.3s;
}
.btn__primary--white .horizontal-line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
  transition: width 0.3s;
}
.btn__primary--white:hover {
  color: #ffc112;
}
.btn__primary--white:hover .horizontal-line {
  width: 64px;
}

.breadcrumb-section {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .breadcrumb-section {
    padding: 32px 0;
  }
}
.breadcrumb-section nav .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-section nav .breadcrumb-item {
  color: #898074;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.breadcrumb-section nav .breadcrumb-item::before {
  color: #898074;
}
.breadcrumb-section nav .breadcrumb-item a {
  text-decoration: none;
  color: #898074;
}
@media (max-width: 576px) {
  .breadcrumb-section nav .breadcrumb-item {
    font-size: 16px;
  }
}
.breadcrumb-section nav .breadcrumb-item.active a {
  color: #2d2a26;
}

.form-control {
  min-height: 48px !important;
  border-radius: 4px;
  color: #898074 !important;
  border: none;
}
.form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #898074;
}
.form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #898074;
}
.form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.form-group {
  margin-bottom: 24px;
}

.home-page header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
}
.home-page header .header__logo-lg {
  position: absolute;
  left: 50%;
}
@media (max-width: 992px) {
  .home-page header .header__logo-lg {
    display: none;
  }
}
.home-page header .header__logo-lg img {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page header .header__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .home-page header .header__wrapper {
    padding: 0;
    height: auto;
  }
}
.home-page header .header__wrapper .header__logo-sm {
  display: none;
}
@media (max-width: 992px) {
  .home-page header .header__wrapper .header__logo-sm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
  }
}
.home-page header .header__wrapper .header__logo-sm img {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .header__logo-sm img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .header__logo-sm img {
    width: 60px;
  }
}
.home-page header .header__wrapper .header__menuBtn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0.4px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .header__menuBtn {
    font-size: 16px;
    padding: 4px 8px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .header__menuBtn svg {
    width: 24px;
  }
}
.home-page header .header__wrapper .header__menuBtn svg path {
  fill: #fff;
}
.home-page header .header__wrapper .header__menuBtn:hover {
  color: #DAB677;
  border: 1px solid #DAB677;
}
.home-page header .header__wrapper .header__menuBtn:hover svg path {
  fill: #DAB677 !important;
}
.home-page header .header__wrapper .offcanvas {
  width: 100% !important;
  background-color: #000;
}
.home-page header .header__wrapper .offcanvas-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .offcanvas-body {
    display: inline-block;
  }
}
.home-page header .header__wrapper .offcanvas-body .closeBtn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0.4px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  position: absolute;
  top: 50px;
  right: 100px;
}
@media (max-width: 992px) {
  .home-page header .header__wrapper .offcanvas-body .closeBtn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .offcanvas-body .closeBtn {
    font-size: 16px;
    padding: 4px 8px;
    gap: 4px;
    top: 20px;
    right: 20px;
  }
}
.home-page header .header__wrapper .offcanvas .left__content {
  flex: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.5px solid rgba(218, 182, 119, 0.32);
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .offcanvas .left__content {
    height: auto;
    padding: 20px;
    display: inline-block;
    border-right: 0;
  }
}
.home-page header .header__wrapper .offcanvas .left__content--logo {
  width: 300px;
  height: auto;
}
@media (max-width: 992px) {
  .home-page header .header__wrapper .offcanvas .left__content--logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .offcanvas .left__content--logo {
    width: 120px;
  }
}
.home-page header .header__wrapper .offcanvas .left__content--logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page header .header__wrapper .offcanvas .right__content {
  flex: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home-page header .header__wrapper .offcanvas .right__content {
    display: block;
    padding: 30px;
  }
}
.home-page header .header__wrapper .offcanvas .right__content--menulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-page header .header__wrapper .offcanvas .right__content--menulist li {
  margin-bottom: 40px;
}
.home-page header .header__wrapper .offcanvas .right__content--menulist li:last-child {
  margin-bottom: 0;
}
.home-page header .header__wrapper .offcanvas .right__content--menulist li a {
  text-decoration: none;
}
.home-page header .header__wrapper .offcanvas .right__content--menulist li a h3 {
  transition: all 0.5s ease;
  color: #fff;
}
@media (max-width: 992px) {
  .home-page header .header__wrapper .offcanvas .right__content--menulist li a h3.main-heading {
    font-size: 32px;
    line-height: 1.2;
  }
}
.home-page header .header__wrapper .offcanvas .right__content--menulist li a h3:hover {
  transform: translateX(15px);
  color: #ffc112;
}

.light-header {
  background-color: #fff;
  position: relative;
  padding: 16px 0;
}
.light-header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.light-header .header__wrapper .header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.light-header .header__wrapper .header__logo img {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .light-header .header__wrapper .header__logo img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .light-header .header__wrapper .header__logo img {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .light-header .header__wrapper .header__logo {
    justify-content: flex-start;
  }
}
.light-header .header__wrapper .header__menuBtn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .light-header .header__wrapper .header__menuBtn {
    font-size: 16px;
    padding: 4px 8px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .light-header .header__wrapper .header__menuBtn svg {
    width: 24px;
  }
}
.light-header .header__wrapper .header__menuBtn svg path {
  fill: #000;
}
.light-header .header__wrapper .header__menuBtn:hover {
  color: #DAB677;
  border: 1px solid #DAB677;
}
.light-header .header__wrapper .header__menuBtn:hover svg path {
  fill: #DAB677 !important;
}
.light-header .header__wrapper .offcanvas {
  width: 100% !important;
  background-color: #000;
}
.light-header .header__wrapper .offcanvas-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .light-header .header__wrapper .offcanvas-body {
    display: inline-block;
  }
}
.light-header .header__wrapper .offcanvas-body .closeBtn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0.4px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  position: absolute;
  top: 50px;
  right: 100px;
}
@media (max-width: 992px) {
  .light-header .header__wrapper .offcanvas-body .closeBtn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .light-header .header__wrapper .offcanvas-body .closeBtn {
    font-size: 16px;
    padding: 4px 8px;
    gap: 4px;
    top: 20px;
    right: 20px;
  }
}
.light-header .header__wrapper .offcanvas .left__content {
  flex: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.5px solid rgba(218, 182, 119, 0.32);
}
@media (max-width: 767px) {
  .light-header .header__wrapper .offcanvas .left__content {
    height: auto;
    padding: 20px;
    display: inline-block;
    border-right: 0;
  }
}
.light-header .header__wrapper .offcanvas .left__content--logo {
  width: 300px;
  height: auto;
}
@media (max-width: 992px) {
  .light-header .header__wrapper .offcanvas .left__content--logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .light-header .header__wrapper .offcanvas .left__content--logo {
    width: 120px;
  }
}
.light-header .header__wrapper .offcanvas .left__content--logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.light-header .header__wrapper .offcanvas .right__content {
  flex: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .light-header .header__wrapper .offcanvas .right__content {
    display: block;
    padding: 30px;
  }
}
.light-header .header__wrapper .offcanvas .right__content--menulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.light-header .header__wrapper .offcanvas .right__content--menulist li {
  margin-bottom: 40px;
}
.light-header .header__wrapper .offcanvas .right__content--menulist li:last-child {
  margin-bottom: 0;
}
.light-header .header__wrapper .offcanvas .right__content--menulist li a {
  text-decoration: none;
}
.light-header .header__wrapper .offcanvas .right__content--menulist li a h3 {
  transition: all 0.5s ease;
  color: #fff;
}
@media (max-width: 992px) {
  .light-header .header__wrapper .offcanvas .right__content--menulist li a h3.main-heading {
    font-size: 32px;
    line-height: 1.2;
  }
}
.light-header .header__wrapper .offcanvas .right__content--menulist li a h3:hover {
  transform: translateX(15px);
  color: #ffc112;
}

.dark-header {
  background-color: #000;
  position: relative;
  padding: 16px 0;
}
.dark-header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.dark-header .header__wrapper .header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.dark-header .header__wrapper .header__logo img {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .header__logo img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .header__logo img {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .dark-header .header__wrapper .header__logo {
    justify-content: flex-start;
  }
}
.dark-header .header__wrapper .header__menuBtn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .header__menuBtn {
    font-size: 16px;
    padding: 4px 8px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .header__menuBtn svg {
    width: 24px;
  }
}
.dark-header .header__wrapper .header__menuBtn svg path {
  fill: #fff;
}
.dark-header .header__wrapper .header__menuBtn:hover {
  color: #DAB677;
  border: 1px solid #DAB677;
}
.dark-header .header__wrapper .header__menuBtn:hover svg path {
  fill: #DAB677 !important;
}
.dark-header .header__wrapper .offcanvas {
  width: 100% !important;
  background-color: #000;
}
.dark-header .header__wrapper .offcanvas-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .offcanvas-body {
    display: inline-block;
  }
}
.dark-header .header__wrapper .offcanvas-body .closeBtn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0.4px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  position: absolute;
  top: 50px;
  right: 100px;
}
@media (max-width: 992px) {
  .dark-header .header__wrapper .offcanvas-body .closeBtn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .offcanvas-body .closeBtn {
    font-size: 16px;
    padding: 4px 8px;
    gap: 4px;
    top: 20px;
    right: 20px;
  }
}
.dark-header .header__wrapper .offcanvas .left__content {
  flex: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.5px solid rgba(218, 182, 119, 0.32);
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .offcanvas .left__content {
    height: auto;
    padding: 20px;
    display: inline-block;
    border-right: 0;
  }
}
.dark-header .header__wrapper .offcanvas .left__content--logo {
  width: 300px;
  height: auto;
}
@media (max-width: 992px) {
  .dark-header .header__wrapper .offcanvas .left__content--logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .offcanvas .left__content--logo {
    width: 120px;
  }
}
.dark-header .header__wrapper .offcanvas .left__content--logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dark-header .header__wrapper .offcanvas .right__content {
  flex: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .dark-header .header__wrapper .offcanvas .right__content {
    display: block;
    padding: 30px;
  }
}
.dark-header .header__wrapper .offcanvas .right__content--menulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dark-header .header__wrapper .offcanvas .right__content--menulist li {
  margin-bottom: 40px;
}
.dark-header .header__wrapper .offcanvas .right__content--menulist li:last-child {
  margin-bottom: 0;
}
.dark-header .header__wrapper .offcanvas .right__content--menulist li a {
  text-decoration: none;
}
.dark-header .header__wrapper .offcanvas .right__content--menulist li a h3 {
  transition: all 0.5s ease;
  color: #fff;
}
@media (max-width: 992px) {
  .dark-header .header__wrapper .offcanvas .right__content--menulist li a h3.main-heading {
    font-size: 32px;
    line-height: 1.2;
  }
}
.dark-header .header__wrapper .offcanvas .right__content--menulist li a h3:hover {
  transform: translateX(15px);
  color: #ffc112;
}

footer {
  background-color: #000;
}
footer .footer__top--newsletter {
  background-color: rgba(215, 40, 47, 0.5019607843);
  padding: 65px 100px;
}
@media (max-width: 992px) {
  footer .footer__top--newsletter {
    padding: 60px 40px;
  }
}
@media (max-width: 576px) {
  footer .footer__top--newsletter {
    padding: 30px;
  }
}
footer .footer__top--newsletter-title {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}
footer .footer__top--newsletter-subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .footer__top--newsletter form {
    width: 100%;
  }
}
footer .footer__top--newsletter form .form-group {
  position: relative;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer__top--newsletter form .form-group {
    width: 100%;
  }
}
footer .footer__top--newsletter form .form-group .form-control {
  height: 64px;
  border-radius: 5px;
  color: #2d2a26;
  font-size: 20px;
}
footer .footer__top--newsletter form .form-group .form-control.query-text {
  padding: 0.375rem 60px 0.375rem 0.75rem;
}
footer .footer__top--newsletter form .form-group .form-control::-moz-placeholder {
  color: #2d2a26;
}
footer .footer__top--newsletter form .form-group .form-control::placeholder {
  color: #2d2a26;
}
footer .footer__top--newsletter form .form-group .form-control:focus {
  box-shadow: none !important;
}
footer .footer__top--newsletter form .email__sendBtn {
  position: absolute;
  top: 12px;
  right: 14px;
  background-color: #E77E81;
  padding: 8px 12px;
  border: none;
}
@media (max-width: 767px) {
  footer .footer__top--newsletter form .email__sendBtn {
    top: 10px;
    right: 10px;
  }
}
footer .footer__top--newsletter form .email__sendBtn:hover {
  background-color: #D7282F;
}
footer .footer__mid {
  padding: 72px 0;
}
footer .footer__mid--aboutus {
  margin-bottom: 30px;
}
footer .footer__mid--aboutus .footer__logo {
  width: 100px;
  display: inline-block;
  margin-bottom: 30px;
}
footer .footer__mid--aboutus .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer__mid--aboutus .description {
  text-transform: lowercase;
}
footer .footer__mid--contactus {
  margin-bottom: 30px;
}
footer .footer__mid--contactus .heading2 {
  margin-bottom: 22px;
}
footer .footer__mid--contactus .contactus__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer__mid--contactus .contactus__list .contactus__item {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  footer .footer__mid--contactus .contactus__list .contactus__item {
    margin-bottom: 18px;
  }
}
footer .footer__mid--contactus .contactus__list .contactus__item a {
  color: #F7D4D5;
  text-decoration: none;
  display: inline-block;
}
footer .footer__mid--contactus .contactus__list .contactus__item:last-child {
  margin-bottom: 0;
}
footer .footer__mid--links .heading2 {
  margin-bottom: 22px;
}
footer .footer__mid--links .links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer__mid--links .links__list .links__item {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  footer .footer__mid--links .links__list .links__item {
    margin-bottom: 18px;
  }
}
footer .footer__mid--links .links__list .links__item a {
  color: #F7D4D5;
  text-decoration: none;
  display: inline-block;
}
footer .footer__mid--links .links__list .links__item:last-child {
  margin-bottom: 0;
}
footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 0.5px solid #5a554d;
  gap: 20px;
}
@media (max-width: 992px) {
  footer .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
footer .footer__bottom--heading {
  font-size: 20px;
  color: #D8D5D1;
  margin-bottom: 8px;
}
footer .footer__bottom--copyright {
  font-size: 16px;
  font-weight: 400;
  color: #D8D5D1;
}
footer .footer__bottom--socialIcons {
  display: flex;
  gap: 16px;
}
footer .footer__bottom--socialIcons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D7282F;
  text-decoration: none;
  color: #fff;
}

.light-splash-section {
  background-color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.light-splash-section .image-wrapper {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .light-splash-section .image-wrapper {
    max-width: 200px;
  }
}
.light-splash-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dark-splash-section {
  background-color: #D7282F;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.dark-splash-section .image-wrapper {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .dark-splash-section .image-wrapper {
    max-width: 200px;
  }
}
.dark-splash-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-section {
  background-color: #000;
  height: 100vh;
  text-align: center;
}
@media (max-width: 992px) {
  .modal-section {
    height: 100%;
  }
}
.modal-section .content-wrapper .logo-box {
  width: 140px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .modal-section .content-wrapper .logo-box {
    padding-bottom: 30px;
  }
}
.modal-section .content-wrapper .logo-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modal-section .content-wrapper .content-info {
  font-size: 32px;
  font-weight: 300;
  color: #B0AAA2;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modal-section .content-wrapper .content-info {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .modal-section .content-wrapper .content-info {
    font-size: 24px;
    line-height: 1.2;
  }
}
.modal-section .content-wrapper .content-info .highlight-text {
  color: #D7282F;
  margin-bottom: 25px;
}
.modal-section .content-wrapper .otp-field {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.modal-section .content-wrapper .otp-field input {
  max-width: 80px;
  font-size: 48px;
  padding: 4px;
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
  border-bottom: 1px solid #fff;
  background: #000;
  font-weight: bold;
  color: #DAB677;
  outline: none;
  transition: all 0.1s;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
@media (max-width: 576px) {
  .modal-section .content-wrapper .otp-field input {
    max-width: 46px;
    font-size: 28px;
  }
}
.modal-section .content-wrapper .note-text {
  font-size: 20px;
  font-weight: 300;
  color: #B0AAA2;
  line-height: 1.4;
  margin-bottom: 0;
}
.modal-section .content-wrapper .note-text .hightlight-text {
  color: #ffc112;
  text-decoration: none;
}

.banner__wrapper {
  position: relative;
  overflow: hidden;
}
.banner__wrapper .banner__slider .banner__slide {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  height: 100vh;
  color: white;
  background-repeat: no-repeat !important;
}
.banner__wrapper .banner__slider .banner__slide--bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner__wrapper .banner__slider .banner__slide--bottom .banner__content {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
@media (max-width: 992px) {
  .banner__wrapper .banner__slider .banner__slide--bottom .banner__content {
    top: 50%;
  }
}
.banner__wrapper .banner__slider .banner__slide--bottom .banner__content .banner__title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 992px) {
  .banner__wrapper .banner__slider .banner__slide--bottom .banner__content .banner__title {
    font-size: 48px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .banner__wrapper .banner__slider .banner__slide--bottom .banner__content .banner__title {
    white-space: normal;
    font-size: 42px;
  }
}
.banner__wrapper .banner__slider .banner__slide--left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__wrapper .banner__slider .banner__slide--left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
.banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper {
    margin-top: 80px;
  }
}
.banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__content {
  position: relative;
}
.banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__content .banner__title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  color: #DAB677;
}
@media (max-width: 992px) {
  .banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__content .banner__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__content .banner__title {
    font-size: 32px;
  }
}
.banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__content .banner__description {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #fff;
  border: none;
}
.banner__wrapper .banner__slider .banner__slide--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__wrapper .banner__slider .banner__slide--center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner__wrapper .banner__slider .banner__slide--center .banner__content {
  position: relative;
  z-index: 2;
}
.banner__wrapper .banner__slider .banner__slide--center .banner__content .banner__title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .banner__wrapper .banner__slider .banner__slide--center .banner__content .banner__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner__wrapper .banner__slider .banner__slide--center .banner__content .banner__title {
    white-space: normal;
    font-size: 42px;
  }
}
.banner__wrapper .banner__slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.banner__wrapper .banner__slider .slick-dots {
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__wrapper .banner__slider .slick-dots li {
  background-color: #898074;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.banner__wrapper .banner__slider .slick-dots li.slick-active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.banner__wrapper .banner__slider .slick-dots li button::before {
  display: none;
}

.luxury__wrapper {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), #000;
  overflow: hidden;
}
.luxury__wrapper .circle--sm {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(180px);
  background-color: #6E0B82;
}
.luxury__wrapper .circle--lg {
  position: absolute;
  bottom: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(180px);
  background: rgba(218, 182, 119, 0.5);
}
.luxury__wrapper .luxury__content .main-heading {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .luxury__wrapper .luxury__content .main-heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .luxury__wrapper .luxury__content .main-heading {
    margin-bottom: 45px;
  }
}
.luxury__wrapper .luxury__content--list {
  list-style: none;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .luxury__wrapper .luxury__content--list {
    padding-left: 0;
  }
}
.luxury__wrapper .luxury__content--list-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .luxury__wrapper .luxury__content--list-title {
    font-size: 28px;
  }
}
.luxury__wrapper .luxury__content--list li {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.luxury__wrapper .luxury__content--list li .icon {
  width: 32px;
}
.luxury__wrapper .luxury__content--list li:last-child {
  margin-bottom: 0;
}
.luxury__wrapper .luxury__content--list .btn__primary--red {
  margin-top: 40px;
}
.luxury__wrapper .luxury__imagebox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .luxury__wrapper .luxury__imagebox {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.luxury__wrapper .luxury__imagebox--lg {
  margin: 50px 100px 50px 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .luxury__wrapper .luxury__imagebox--lg {
    margin: 20px 40px 20px 0;
  }
}
.luxury__wrapper .luxury__imagebox--lg img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.luxury__wrapper .luxury__imagebox--lg img:hover {
  transform: scale(1.1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.luxury__wrapper .luxury__imagebox--sm {
  position: absolute;
  bottom: -20px;
  right: 0;
  overflow: hidden;
}
.luxury__wrapper .luxury__imagebox--sm img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.luxury__wrapper .luxury__imagebox--sm img:hover {
  transform: scale(1.1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 576px) {
  .luxury__wrapper .luxury__imagebox--sm img {
    height: 200px;
  }
}

.category__wrapper .main-heading {
  margin-bottom: 10px;
}
.category__wrapper .description {
  margin-bottom: 0;
}
.category__wrapper .slider__wrapper {
  margin-top: 50px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .category__wrapper .slider__wrapper {
    padding: 0 40px;
  }
}
.category__wrapper .slider__wrapper .slider__left {
  margin-bottom: 60px;
}
.category__wrapper .slider__wrapper .slider__left--card {
  padding: 26px 0;
  background-color: rgba(202, 142, 144, 0.5);
  text-decoration: none;
}
.category__wrapper .slider__wrapper .slider__left--card .slider__left--imagebox {
  height: 346px;
  width: auto;
  margin-bottom: 24px;
}
.category__wrapper .slider__wrapper .slider__left--card .slider__left--imagebox img {
  height: 100%;
  margin: auto;
}
.category__wrapper .slider__wrapper .slider__left--card .slider__left--title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.category__wrapper .slider__wrapper .slider__left .slick-prev {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 576px) {
  .category__wrapper .slider__wrapper .slider__left .slick-prev {
    width: 45px;
    height: 45px;
  }
}
.category__wrapper .slider__wrapper .slider__left .slick-prev::before {
  content: "\f104";
  font-family: "Font awesome 6 free";
  font-weight: 900;
}
.category__wrapper .slider__wrapper .slider__left .slick-next {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 576px) {
  .category__wrapper .slider__wrapper .slider__left .slick-next {
    width: 45px;
    height: 45px;
  }
}
.category__wrapper .slider__wrapper .slider__left .slick-next::before {
  content: "\f105";
  font-family: "Font awesome 6 free";
  font-weight: 900;
}
.category__wrapper .slider__wrapper .slider__left .slick-dots {
  bottom: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__wrapper .slider__wrapper .slider__left .slick-dots li {
  background-color: #B0AAA2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.category__wrapper .slider__wrapper .slider__left .slick-dots li.slick-active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #000;
}
.category__wrapper .slider__wrapper .slider__left .slick-dots li button::before {
  display: none;
}
.category__wrapper .slider__wrapper .btn__primary--darkyellow {
  padding: 30px 0 0;
}
.category__wrapper .slider__wrapper .slider__right--imagebox {
  width: 720px;
  margin-bottom: 40px;
}
.category__wrapper .slider__wrapper .slider__right--imagebox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}

.blog__wrapper {
  position: relative;
  z-index: 1;
  background: #D7282F;
  overflow: hidden;
}
.blog__wrapper .circle--sm {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(180px);
  background-color: rgba(108, 59, 93, 0.5);
}
.blog__wrapper .circle--lg {
  position: absolute;
  bottom: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(180px);
  background: #3C3C82;
}
.blog__wrapper .main-heading {
  margin-bottom: 10px;
}
.blog__wrapper .blog__content {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .blog__wrapper .blog__content {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog__wrapper .blog__content {
    padding-top: 45px;
  }
}
.blog__wrapper .blog__content .blog__image--dark {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  transform: all 0.6s;
}
.blog__wrapper .blog__content .blog__image--dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2d2a26;
  opacity: 0.4;
}
.blog__wrapper .blog__content .blog__image--dark:hover::before {
  opacity: 0;
}
.blog__wrapper .blog__content .blog__image--dark img {
  width: 100%;
  aspect-ratio: 1/1;
}
.blog__wrapper .blog__content .blog__info {
  padding: 100px;
}
@media (max-width: 992px) {
  .blog__wrapper .blog__content .blog__info {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .blog__wrapper .blog__content .blog__info {
    padding: 45px 0;
  }
}
.blog__wrapper .blog__content .blog__info-title {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 400;
}
.blog__wrapper .blog__content .blog__info .main-heading {
  margin-bottom: 40px;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .blog__wrapper .blog__content .blog__info .main-heading {
    font-size: 32px;
  }
}
.blog__wrapper .blog__content .blog__info .description {
  margin-bottom: 40px;
}

.promotion__wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .promotion__wrapper .description {
    margin-bottom: 60px;
  }
}
.promotion__wrapper .circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #bec6c4;
  filter: blur(210px);
  border-radius: 50%;
  width: 898px;
  height: 898px;
}
.promotion__wrapper .shape1 {
  position: absolute;
  z-index: -1;
  top: 300px;
  left: 200px;
  background-color: #EFBD95;
  filter: blur(210px);
  border-radius: 50%;
  width: 389px;
  height: 389px;
}
.promotion__wrapper .shape2 {
  position: absolute;
  z-index: -1;
  top: 300px;
  left: 260px;
  background-color: #EFBD95;
  filter: blur(210px);
  border-radius: 50%;
  width: 389px;
  height: 389px;
}
.promotion__wrapper--contentBox {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox {
    padding: 0px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .promotion__wrapper--contentBox {
    padding: 0px 0 45px 0;
  }
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox .promotion__wrapper--imagebox {
    margin-bottom: 36px;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--imagebox img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.promotion__wrapper--contentBox .promotion__wrapper--content {
  padding: 100px 60px;
  box-shadow: -2px -2px 16px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content {
    padding: 40px;
    margin: 30px;
  }
}
@media (max-width: 767px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content {
    padding: 24px;
    margin: 20px;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--right {
  transform: translateX(-60px);
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--right {
    display: none;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--right-sm {
  display: none;
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--right-sm {
    display: block;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--left-sm {
  display: none;
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--left-sm {
    display: block;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--left {
  transform: translateX(60px);
}
@media (max-width: 992px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content.promotion__wrapper--left {
    display: none;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--content.slideToRight {
  animation: slideRight 2s linear 1;
}
.promotion__wrapper--contentBox .promotion__wrapper--content.slideToLeft {
  animation: slideLeft 2s linear 1;
}
.promotion__wrapper--contentBox .promotion__wrapper--content-title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .promotion__wrapper--contentBox .promotion__wrapper--content-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.promotion__wrapper--contentBox .promotion__wrapper--content .description {
  margin-bottom: 40px;
}

@keyframes slideRight {
  0% {
    transform: translate(-60px);
  }
  30% {
    transform: translate(0px);
  }
  50% {
    transform: translate(0px);
  }
  80% {
    transform: translate(0px);
  }
  100% {
    transform: translate(-60px);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(60px);
  }
  30% {
    transform: translate(0px);
  }
  50% {
    transform: translate(0px);
  }
  80% {
    transform: translate(0px);
  }
  100% {
    transform: translate(60px);
  }
}
.contact-banner {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .contact-banner {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .contact-banner {
    margin-bottom: 45px;
  }
}
.contact-banner-content {
  position: relative;
}
.contact-banner-image img {
  width: 100%;
  aspect-ratio: 6/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
}
@media (max-width: 992px) {
  .contact-banner-image img {
    aspect-ratio: 6/4;
  }
}
.contact-banner-image::before {
  content: "";
  background: rgba(0, 0, 0, 0.64);
  height: 100%;
  width: 100%;
  position: absolute;
}
.contact-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-banner-title {
    font-size: 40px;
  }
}

.contact-details {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .contact-details {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .contact-details {
    margin-bottom: 45px;
  }
}
.contact-details .contact-form {
  background-color: #2d2a26;
  border-radius: 4px;
  padding: 32px;
}
@media (max-width: 992px) {
  .contact-details .contact-form {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .contact-details .contact-form {
    padding: 20px;
  }
}
.contact-details .contact-info .main-heading {
  font-size: 48px;
  font-weight: 400;
  color: #DAB677;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-details .contact-info .main-heading {
    font-size: 32px;
  }
}
.contact-details .contact-info .sub-heading {
  color: #5a554d;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-details .contact-info .sub-heading {
    margin-bottom: 30px;
  }
}
.contact-details .contact-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-details .contact-info__list--item {
  display: flex;
  margin-bottom: 24px;
  gap: 8px;
}
@media (max-width: 767px) {
  .contact-details .contact-info__list--item {
    margin-bottom: 16px;
  }
}
.contact-details .contact-info__list--item:last-child {
  margin-bottom: 0;
}
.contact-details .contact-info__list--item .icon {
  color: #DAB677;
}
.contact-details .contact-info__list--item a {
  text-decoration: none;
  color: #5a554d;
  font-size: 16px;
  font-weight: 400;
}
.contact-details .contact-info__list--item p {
  text-decoration: none;
  color: #5a554d;
  font-size: 16px;
  font-weight: 400;
}

.contactus {
  margin-bottom: 100px;
}
.contactus__heading {
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .contactus__heading {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.contactus .contact-info {
  text-align: center;
}
.contactus .contact-info__icon {
  color: #DAB677;
  font-size: 40px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contactus .contact-info__icon {
    font-size: 32px;
  }
}
.contactus .contact-info__title {
  color: #000;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contactus .contact-info__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.contactus .contact-info__details {
  font-size: 18px;
  font-weight: 400;
  color: #898074;
}
@media (max-width: 576px) {
  .contactus .contact-info__details {
    font-size: 16px;
  }
}

.product-banner-content {
  position: relative;
}
.product-banner-image img {
  width: 100%;
  aspect-ratio: 6/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
}
@media (max-width: 767px) {
  .product-banner-image img {
    aspect-ratio: 6/4;
  }
}
.product-banner-image::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
}
.product-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-banner-title {
    font-size: 40px;
  }
}

.product-category__heading {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
@media (max-width: 767px) {
  .product-category__heading {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .product-category__heading {
    gap: 16px;
  }
}
.product-category__title {
  font-size: 30px;
  font-weight: 400;
  color: #2d2a26;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .product-category__title {
    font-size: 24px;
  }
}
.product-category .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #DAB677;
}
.product-category .productCard-wrapper .product-card {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-category .productCard-wrapper .product-card {
    margin-bottom: 60px;
  }
}
.product-category .productCard-wrapper .product-card__image {
  margin-bottom: 24px;
}
.product-category .productCard-wrapper .product-card__image a img {
  max-width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .product-category .productCard-wrapper .product-card__image a img {
    height: 350px;
  }
}
.product-category .productCard-wrapper .product-card__name {
  text-decoration: none;
}
.product-category .productCard-wrapper .product-card__name h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .product-category .productCard-wrapper .product-card__name h2 {
    font-size: 24px;
  }
}

.product-premium .product-details-wrapper .product-image {
  text-align: center;
  margin-bottom: 26px;
}
.product-premium .product-details-wrapper .product-image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}
@media (max-width: 992px) {
  .product-premium .product-details-wrapper .product-image img {
    height: 500px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .product-premium .product-details-wrapper .product-image img {
    height: 400px;
    width: auto;
  }
}
.product-premium .product-details-wrapper .product-content {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .product-premium .product-details-wrapper .product-content {
    padding: 0;
  }
}
.product-premium .product-details-wrapper .product-content .product-heading {
  padding-bottom: 60px;
  border-bottom: 1px dashed #898074;
}
@media (max-width: 767px) {
  .product-premium .product-details-wrapper .product-content .product-heading {
    padding-bottom: 40px;
  }
}
.product-premium .product-details-wrapper .product-content .product-heading .product-main-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.16;
  color: #898074;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-premium .product-details-wrapper .product-content .product-heading .product-main-title {
    font-size: 32px;
  }
}
.product-premium .product-details-wrapper .product-content .product-heading .product-sub-title {
  font-size: 32px;
  font-weight: 400;
  color: #898074;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-premium .product-details-wrapper .product-content .product-heading .product-sub-title {
    font-size: 24px;
  }
}
.product-premium .product-details-wrapper .product-content .product-description {
  padding: 60px 0;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.3;
  color: #898074;
}
@media (max-width: 767px) {
  .product-premium .product-details-wrapper .product-content .product-description {
    padding: 40px 0;
  }
}
.product-premium .product-details-wrapper .product-content .product-pairing {
  margin-bottom: 40px;
}
.product-premium .product-details-wrapper .product-content .product-pairing__title {
  font-size: 20px;
  color: #898074;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.product-premium .product-details-wrapper .product-content .product-pairing__details {
  font-size: 20px;
  line-height: 1.5;
  color: #898074;
  font-weight: 300;
}
.product-premium .product-details-wrapper .product-details__table {
  overflow: auto;
}
.product-premium .product-details-wrapper .product-details__table table {
  border-top: 1px dashed #898074;
}
.product-premium .product-details-wrapper .product-details__table table th,
.product-premium .product-details-wrapper .product-details__table table tr,
.product-premium .product-details-wrapper .product-details__table table td {
  border: none;
  border-bottom: 1px dashed #898074;
}
.product-premium .product-details-wrapper .product-details__table table th {
  font-size: 16px;
  font-weight: 600;
  color: #898074;
  text-transform: uppercase;
  text-align: center;
}
.product-premium .product-details-wrapper .product-details__table table td {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #898074;
  text-transform: uppercase;
}
.product-premium .product-details-wrapper .product-details__table table td .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-premium .product-details-wrapper .product-details__table table td .icon-wrapper .icon {
  font-size: 20px;
  color: #930D0D;
}
.product-premium .product-details-wrapper .product-details__table table td .outline-circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 2px solid #898074;
  border-radius: 50%;
}
.product-premium .product-details-wrapper .product-details__table table td .fill-circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #930D0D;
  border-radius: 50%;
}

.product-ultra-premium {
  background-color: #FFF1D1;
}
.product-ultra-premium .product-details-wrapper .product-image {
  text-align: center;
  margin-bottom: 26px;
}
.product-ultra-premium .product-details-wrapper .product-image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}
@media (max-width: 992px) {
  .product-ultra-premium .product-details-wrapper .product-image img {
    height: 500px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .product-ultra-premium .product-details-wrapper .product-image img {
    height: 400px;
    width: auto;
  }
}
.product-ultra-premium .product-details-wrapper .product-content {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .product-ultra-premium .product-details-wrapper .product-content {
    padding: 0;
  }
}
.product-ultra-premium .product-details-wrapper .product-content .product-heading {
  padding-bottom: 60px;
  border-bottom: 1px dashed #898074;
}
@media (max-width: 767px) {
  .product-ultra-premium .product-details-wrapper .product-content .product-heading {
    padding-bottom: 40px;
  }
}
.product-ultra-premium .product-details-wrapper .product-content .product-heading .product-main-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.16;
  color: #898074;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-ultra-premium .product-details-wrapper .product-content .product-heading .product-main-title {
    font-size: 32px;
  }
}
.product-ultra-premium .product-details-wrapper .product-content .product-heading .product-sub-title {
  font-size: 32px;
  font-weight: 400;
  color: #898074;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-ultra-premium .product-details-wrapper .product-content .product-heading .product-sub-title {
    font-size: 24px;
  }
}
.product-ultra-premium .product-details-wrapper .product-content .product-description {
  padding: 60px 0;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.3;
  color: #898074;
}
@media (max-width: 767px) {
  .product-ultra-premium .product-details-wrapper .product-content .product-description {
    padding: 40px 0;
  }
}
.product-ultra-premium .product-details-wrapper .product-content .product-pairing {
  margin-bottom: 40px;
}
.product-ultra-premium .product-details-wrapper .product-content .product-pairing__title {
  font-size: 20px;
  color: #898074;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.product-ultra-premium .product-details-wrapper .product-content .product-pairing__details {
  font-size: 20px;
  line-height: 1.5;
  color: #898074;
  font-weight: 300;
}
.product-ultra-premium .product-details-wrapper .product-details__table {
  overflow: auto;
}
.product-ultra-premium .product-details-wrapper .product-details__table table {
  background-color: #FFF1D1 !important;
  border-top: 1px dashed #898074;
}
.product-ultra-premium .product-details-wrapper .product-details__table table th,
.product-ultra-premium .product-details-wrapper .product-details__table table tr,
.product-ultra-premium .product-details-wrapper .product-details__table table td {
  border: none;
  background-color: #FFF1D1 !important;
  border-bottom: 1px dashed #898074;
}
.product-ultra-premium .product-details-wrapper .product-details__table table th {
  font-size: 16px;
  font-weight: 600;
  color: #898074;
  text-transform: uppercase;
  text-align: center;
}
.product-ultra-premium .product-details-wrapper .product-details__table table td {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #898074;
  text-transform: uppercase;
}
.product-ultra-premium .product-details-wrapper .product-details__table table td .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-ultra-premium .product-details-wrapper .product-details__table table td .icon-wrapper .icon {
  font-size: 20px;
  color: #930D0D;
}
.product-ultra-premium .product-details-wrapper .product-details__table table td .outline-circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 2px solid #898074;
  border-radius: 50%;
}
.product-ultra-premium .product-details-wrapper .product-details__table table td .fill-circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #930D0D;
  border-radius: 50%;
}

.product-luxury {
  background-color: #000;
}
.product-luxury .breadcrumb-section {
  padding: 40px 0;
}
.product-luxury .breadcrumb-section nav .breadcrumb {
  margin-bottom: 0;
}
.product-luxury .breadcrumb-section nav .breadcrumb-item {
  color: #898074;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.product-luxury .breadcrumb-section nav .breadcrumb-item::before {
  color: #898074;
}
.product-luxury .breadcrumb-section nav .breadcrumb-item a {
  text-decoration: none;
  color: #898074;
}
@media (max-width: 576px) {
  .product-luxury .breadcrumb-section nav .breadcrumb-item {
    font-size: 16px;
  }
}
.product-luxury .breadcrumb-section nav .breadcrumb-item.active a {
  color: #898074;
}
.product-luxury .product-image-wrapper {
  width: 100%;
}
.product-luxury .product-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-luxury .product-details-wrapper .product-content {
  padding: 60px 0;
}
.product-luxury .product-details-wrapper .product-content .product-main-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #cd9d44;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product-luxury .product-details-wrapper .product-content .product-main-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-luxury .product-details-wrapper .product-content .product-main-title {
    font-size: 32px;
  }
}
.product-luxury .product-details-wrapper .product-content .product-description {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  color: #cd9d44;
}
@media (max-width: 767px) {
  .product-luxury .product-details-wrapper .product-content .product-description {
    font-size: 20px;
  }
}
.product-luxury .product-details-wrapper .product-box {
  padding-right: 40px;
  border-right: 1px dashed #cd9d44;
}
@media (max-width: 992px) {
  .product-luxury .product-details-wrapper .product-box {
    border-right: 0;
    padding-right: 0;
  }
}
.product-luxury .product-details-wrapper .product-box .product-temperature {
  margin-bottom: 40px;
}
.product-luxury .product-details-wrapper .product-box .product-temperature__title {
  font-size: 20px;
  color: #cd9d44;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-luxury .product-details-wrapper .product-box .product-temperature__details {
  font-size: 20px;
  line-height: 1.5;
  color: #cd9d44;
  font-weight: 300;
}
.product-luxury .product-details-wrapper .product-box .product-pairing {
  margin-bottom: 40px;
}
.product-luxury .product-details-wrapper .product-box .product-pairing__title {
  font-size: 20px;
  color: #cd9d44;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-luxury .product-details-wrapper .product-box .product-pairing__details {
  font-size: 20px;
  line-height: 1.5;
  color: #cd9d44;
  font-weight: 300;
}
.product-luxury .product-details-wrapper .product-details__table {
  overflow: auto;
}
.product-luxury .product-details-wrapper .product-details__table table {
  border-top: 1px dashed #cd9d44;
}
.product-luxury .product-details-wrapper .product-details__table table th,
.product-luxury .product-details-wrapper .product-details__table table tr,
.product-luxury .product-details-wrapper .product-details__table table td {
  border: none;
  background-color: #000 !important;
  border-bottom: 1px dashed #cd9d44;
}
.product-luxury .product-details-wrapper .product-details__table table th {
  font-size: 16px;
  font-weight: 600;
  color: #cd9d44;
  text-transform: uppercase;
  text-align: center;
}
.product-luxury .product-details-wrapper .product-details__table table td {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #cd9d44;
  text-transform: uppercase;
}
.product-luxury .product-details-wrapper .product-details__table table td .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-luxury .product-details-wrapper .product-details__table table td .icon-wrapper .icon {
  font-size: 20px;
  color: #930D0D;
}
.product-luxury .product-details-wrapper .product-details__table table td .outline-circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 2px solid #cd9d44;
  border-radius: 50%;
}
.product-luxury .product-details-wrapper .product-details__table table td .fill-circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #930D0D;
  border-radius: 50%;
}

.about-banner-content {
  position: relative;
}
.about-banner-image img {
  width: 100%;
  aspect-ratio: 6/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
}
@media (max-width: 992px) {
  .about-banner-image img {
    aspect-ratio: 6/3;
  }
}
.about-banner-image::before {
  content: "";
  background: rgba(0, 0, 0, 0.64);
  height: 100%;
  width: 100%;
  position: absolute;
}
.about-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .about-banner-title {
    font-size: 40px;
  }
}

.about-wrapper .about__content {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-wrapper .about__content {
    padding: 0;
    margin-bottom: 26px;
  }
}
.about-wrapper .about__content--icon {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .about-wrapper .about__content--icon {
    margin-bottom: 24px;
  }
}
.about-wrapper .about__content--icon img {
  height: 60px;
}
.about-wrapper .about__content--title {
  font-size: 40px;
  color: #930D0D;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about-wrapper .about__content--title {
    font-size: 32px;
  }
}
.about-wrapper .about__content--paragraph {
  font-size: 20px;
  font-weight: 300;
  color: #5a554d;
  line-height: 1.2;
}

.about-coreValues__heading {
  text-align: center;
}
.about-coreValues__heading--icon {
  margin-bottom: 40px;
}
.about-coreValues__heading--icon img {
  height: 80px;
}
@media (max-width: 576px) {
  .about-coreValues__heading--icon img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .about-coreValues__heading--icon {
    margin-bottom: 24px;
  }
}
.about-coreValues__heading h2 {
  font-size: 40px;
  font-weight: 400;
  color: #930D0D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-coreValues__heading h2 {
    font-size: 32px;
  }
}
.about-coreValues__card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 30px;
}
@media (max-width: 767px) {
  .about-coreValues__card-container {
    gap: 30px;
  }
}
.about-coreValues__card-container .about-card-wrapper {
  flex: 0 0 calc(50% - 30px);
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .about-coreValues__card-container .about-card-wrapper {
    flex: 0 0 calc(100% - 30px);
  }
}
.about-coreValues__card-container .about-card-wrapper--title {
  font-size: 24px;
  font-weight: 400;
  color: #2d2a26;
  line-height: 1.5;
}
.about-coreValues__card-container .about-card-wrapper--paragraph {
  font-size: 16px;
  color: #898074;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

.journey-section {
  position: relative;
  overflow: hidden;
}
.journey-section .circle-shape1 {
  position: absolute;
  width: 800px;
  height: 800px;
  background: rgba(239, 189, 149, 0.2);
  top: 20px;
  filter: blur(210px);
  z-index: 1;
}
.journey-section .circle-shape2 {
  position: absolute;
  width: 800px;
  height: 800px;
  background: rgba(255, 85, 138, 0.2);
  top: 40px;
  filter: blur(310px);
  z-index: 1;
}
.journey-section .journey-title {
  text-align: center;
  color: #930D0D;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .journey-section .journey-title {
    font-size: 32px;
  }
}
.journey-section .journey-sub-title {
  font-size: 20px;
  font-weight: 300;
  color: #2d2a26;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .journey-section .journey-sub-title {
    margin-bottom: 45px;
  }
}
.journey-section .journey-timeline-item {
  margin-bottom: 30px;
}
.journey-section .journey-timeline-item .timeline-label {
  font-size: 64px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .journey-section .journey-timeline-item .timeline-label {
    font-size: 32px;
  }
}
.journey-section .journey-timeline-item .timeline-info {
  position: relative;
  gap: 24px;
}
@media (max-width: 992px) {
  .journey-section .journey-timeline-item .timeline-info {
    gap: 20px;
  }
}
.journey-section .journey-timeline-item .timeline-info::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: #2d2a26;
}
.journey-section .journey-timeline-item .timeline-badge {
  width: 40px;
  height: 40px;
  background-color: #DAB677;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border: 12px solid #fff;
}
.journey-section .journey-timeline-item .timeline-content-title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2d2a26;
}
@media (max-width: 767px) {
  .journey-section .journey-timeline-item .timeline-content-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.journey-section .journey-timeline-item .timeline-content-paragraph {
  font-size: 20px;
  font-weight: 300;
  color: #5a554d;
  margin-bottom: 40px;
}
.journey-section .journey-timeline-item .timeline-image {
  margin-bottom: 60px;
}
.journey-section .journey-timeline-item .timeline-image img {
  width: 100%;
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */