@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
h1 {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}

h4 {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p,
span,
a,
ul {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 40px;
  line-height: 110;
}
@media only screen and (min-width: 1025px) {
  h1 {
    font-size: 5vw;
  }
}

h2 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 1025px) {
  h2 {
    font-size: 3.1vw;
  }
}

h3 {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 1025px) {
  h3 {
    font-size: 1.7vw;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (min-width: 1025px) {
  h4 {
    font-size: 1.263vw;
  }
}

h5 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  h5 {
    font-size: 1.1vw;
  }
}

h6 {
  font-size: 10px;
}
@media only screen and (min-width: 1025px) {
  h6 {
    font-size: 1.1vw;
  }
}

p {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 150%;
  font-weight: 300;
}
@media only screen and (min-width: 1025px) {
  p {
    font-size: 0.8vw;
    letter-spacing: 0.01vw;
    line-height: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1.1vw;
    letter-spacing: 0.01vw;
  }
}

ul li {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  ul li {
    font-size: 0.8vw;
  }
}
@media only screen and (min-width: 1200px) {
  ul li {
    font-size: 1.1vw;
  }
}

.ft-x-sm {
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .ft-x-sm {
    font-size: 0.7vw;
  }
}

.ft-sm {
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .ft-sm {
    font-size: 0.8vw;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

:root {
  scroll-behavior: auto !important;
}

/* width */
body::-webkit-scrollbar {
  width: 7px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #002d6a;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.mack-cmn-card-3__img-wrapper__cat-wrapper {
  z-index: 3 !important;
}

.addReadMore .readMore,
.addReadMore .readLess {
  text-transform: uppercase;
}

section {
  position: relative;
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  section {
    padding-top: 9vw;
  }
}
section:first-child {
  padding-top: 0;
}

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

svg {
  width: 100%;
  height: 100%;
}

p,
a,
li {
  margin: 0;
  padding: 0;
  color: #2f2f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #2f2f2f;
  line-height: 120%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-next {
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../assets/images/carousel-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    right: -6vw;
    width: 3vw;
    height: 3vw;
  }
  .slick-next::before {
    width: 3vw;
    height: 3vw;
  }
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.slick-prev::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../assets/images/carousel-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: -6vw;
    width: 3vw;
    height: 3vw;
  }
  .slick-prev::before {
    width: 3vw;
    height: 3vw;
  }
}

.slick-dots {
  bottom: 0;
  z-index: 3;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.mack-cloud {
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background: url("../assets/images/mack-cloud.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .mack-cloud {
    width: 50vw;
    height: 50vw;
  }
}

@keyframes cloudAnimation {
  0% {
    right: -500px;
    opacity: 0.8;
    top: -500px;
  }
  20% {
    right: 40vw;
    opacity: 0.5;
    top: -450px;
  }
  40% {
    right: 95vw;
    opacity: 0.3;
    top: -440px;
  }
  50% {
    right: 500px;
  }
  60% {
    right: 95vw;
    opacity: 0.3;
    top: -460px;
  }
  80% {
    right: 40vw;
    opacity: 0.5;
    top: -420px;
  }
  100% {
    opacity: 0.8;
    right: -500px;
    top: -500px;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hidden {
  opacity: 0;
  pointer-events: none;
}

.pg-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}

.unhide {
  opacity: 1 !important;
  pointer-events: all !important;
}

.a-caps {
  text-transform: uppercase;
}
.a-caps a,
.a-caps p,
.a-caps li,
.a-caps h1,
.a-caps h2,
.a-caps h3,
.a-caps h4,
.a-caps h5,
.a-caps h6 {
  text-transform: uppercase;
}

.a-bold {
  font-weight: 600;
}
.a-bold a,
.a-bold p,
.a-bold li,
.a-bold h1,
.a-bold h2,
.a-bold h3,
.a-bold h4,
.a-bold h5,
.a-bold h6 {
  font-weight: 600;
}

.long-cont h3 {
  font-size: 1.5vw;
}

.h1-size {
  font-size: 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .h1-size {
    font-size: 5vw;
  }
}

.h2-size {
  font-size: 1.875rem;
}
@media only screen and (min-width: 1025px) {
  .h2-size {
    font-size: 3.1vw;
  }
}

.h3-size {
  font-size: 25px;
  line-height: 110%;
}
@media only screen and (min-width: 1025px) {
  .h3-size {
    font-size: 1.7vw;
  }
}

.ovfl-unhide {
  overflow: unset;
}

.ovfl-hide {
  overflow: hidden;
}

.mb-no {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mb-no {
    display: block;
  }
}

.desk-no {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .desk-no {
    display: none;
  }
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mask-bg img {
  object-fit: fill;
}

.head-ft {
  font-family: "Antonio", sans-serif;
}
.head-ft a,
.head-ft li,
.head-ft p,
.head-ft h1,
.head-ft h2,
.head-ft h3,
.head-ft h4,
.head-ft h5,
.head-ft h6,
.head-ft span {
  font-family: "Antonio", sans-serif;
}

.body-ft {
  font-family: "Roboto", sans-serif;
}
.body-ft a,
.body-ft li,
.body-ft p,
.body-ft h1,
.body-ft h2,
.body-ft h3,
.body-ft h4,
.body-ft h5,
.body-ft h6,
.body-ft span {
  font-family: "Roboto", sans-serif;
}

.sect-pad {
  width: 100%;
  padding: 50px 25px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad {
    padding: 5vw 9vw;
  }
}
.sect-pad--large {
  width: 100%;
  padding: 50px 25px;
}
@media only screen and (min-width: 600px) {
  .sect-pad--large {
    padding: 5vw 15vw;
  }
}
@media only screen and (min-width: 1025px) {
  .sect-pad--large {
    padding: 5vw 20vw;
  }
}
.sect-pad--sides {
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sides {
    padding: 0 10vw;
  }
}
.sect-pad--sides-sm {
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sides-sm {
    padding: 0 5vw;
  }
}
.sect-pad--tb {
  width: 100%;
  padding: 25px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--tb {
    padding: 5vw 0;
  }
}
.sect-pad--second {
  width: 100%;
  padding: 0 25px 50px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--second {
    padding: 0 9.5vw 5vw;
  }
}
.sect-pad--second-l {
  width: 100%;
  padding: 0 25px 50px;
}
@media only screen and (min-width: 600px) {
  .sect-pad--second-l {
    padding: 0 15vw 5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .sect-pad--second-l {
    padding: 0 20vw 5vw;
  }
}
.sect-pad--second-s {
  width: 100%;
  padding: 0 25px 50px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--second-s {
    padding: 0 5vw 5vw;
  }
}
.sect-pad--last {
  width: 100%;
  padding: 50px 25px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--last {
    padding: 5vw 9vw 0;
  }
}

.no-scroll {
  overflow: hidden;
}

.wysiwyg-container {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.wysiwyg-container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.wysiwyg-container ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  line-height: 170%;
  text-align: left;
  font-weight: 300;
  width: 100%;
}
.wysiwyg-container ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  background: url("../assets/images/mack-list-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(50%);
}
@media only screen and (min-width: 600px) {
  .wysiwyg-container ul {
    gap: 0.2vw 8vw;
  }
  .wysiwyg-container ul li {
    width: calc(50% - 4vw);
  }
}
.wysiwyg-container--fw ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.wysiwyg-container--fw ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  line-height: 170%;
  text-align: left;
  font-weight: 300;
  width: 100%;
}
.wysiwyg-container--fw ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  background: url("../assets/images/mack-list-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(50%);
}
@media only screen and (min-width: 600px) {
  .wysiwyg-container--fw ul {
    gap: 0.2vw 8vw;
  }
  .wysiwyg-container--fw ul li {
    width: 100%;
  }
}

.opc-7 {
  opacity: 0.7;
}

.opc-5 {
  opacity: 0.5;
}

.opc-4 {
  opacity: 0.4;
}

.opc-2 {
  opacity: 0.2;
}

.opc-1 {
  opacity: 0.1;
}

.wd-80 {
  width: 100vw;
  padding: 0 10%;
}
.wd-80--desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .wd-80--desk-only {
    padding: 0 10%;
  }
}

.wd-70 {
  width: 100vw;
  padding: 0 15%;
}
.wd-70--desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .wd-70--desk-only {
    padding: 0 15%;
  }
}

.flx-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flx-cnt--row {
  flex-direction: row;
}
.flx-cnt--col {
  flex-direction: column;
}

.txt-cnt {
  text-align: center;
}
.txt-cnt a,
.txt-cnt p,
.txt-cnt li,
.txt-cnt h1,
.txt-cnt h2,
.txt-cnt h3,
.txt-cnt h4,
.txt-cnt h5,
.txt-cnt h6 {
  text-align: center;
}

.col-white {
  color: #ffffff !important;
}
.col-white li,
.col-white a,
.col-white p,
.col-white h1,
.col-white h2,
.col-white h3,
.col-white h4,
.col-white h5,
.col-white h6 {
  color: #ffffff !important;
}
.col-white svg {
  fill: #ffffff;
}

.col-black {
  color: #2f2f2f !important;
}
.col-black li,
.col-black a,
.col-black p,
.col-black h1,
.col-black h2,
.col-black h3,
.col-black h4,
.col-black h5,
.col-black h6 {
  color: #2f2f2f !important;
}
.col-black svg {
  fill: #2f2f2f;
}

.col-grey {
  color: #75787b !important;
}
.col-grey li,
.col-grey a,
.col-grey p,
.col-grey h1,
.col-grey h2,
.col-grey h3,
.col-grey h4,
.col-grey h5,
.col-grey h6 {
  color: #75787b !important;
}
.col-grey svg {
  fill: #75787b;
}

.col-sand-d {
  color: #927b64 !important;
}
.col-sand-d li,
.col-sand-d a,
.col-sand-d p,
.col-sand-d h1,
.col-sand-d h2,
.col-sand-d h3,
.col-sand-d h4,
.col-sand-d h5,
.col-sand-d h6 {
  color: #927b64 !important;
}
.col-sand-d svg {
  fill: #927b64;
}

.pad-1 {
  padding: 10px;
}
.pad-1--t {
  padding-top: 10px;
}
.pad-1--r {
  padding-right: 10px;
}
.pad-1--b {
  padding-bottom: 10px;
}
.pad-1--l {
  padding-left: 10px;
}
.pad-1--sides {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .pad-1 {
    padding: 1vw;
  }
  .pad-1--t {
    padding-top: 1vw;
  }
  .pad-1--r {
    padding-right: 1vw;
  }
  .pad-1--b {
    padding-bottom: 1vw;
  }
  .pad-1--l {
    padding-left: 1vw;
  }
  .pad-1--sides {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.pad-2 {
  padding: 20px;
}
.pad-2--t {
  padding-top: 20px;
}
.pad-2--r {
  padding-right: 20px;
}
.pad-2--b {
  padding-bottom: 20px;
}
.pad-2--l {
  padding-left: 20px;
}
.pad-2--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-2 {
    padding: 2vw;
  }
  .pad-2--t {
    padding-top: 2vw;
  }
  .pad-2--r {
    padding-right: 2vw;
  }
  .pad-2--b {
    padding-bottom: 2vw;
  }
  .pad-2--l {
    padding-left: 2vw;
  }
  .pad-2--sides {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.pad-3 {
  padding: 20px;
}
.pad-3--t {
  padding-top: 20px;
}
.pad-3--r {
  padding-right: 20px;
}
.pad-3--b {
  padding-bottom: 20px;
}
.pad-3--l {
  padding-left: 20px;
}
.pad-3--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-3 {
    padding: 3vw;
  }
  .pad-3--t {
    padding-top: 3vw;
  }
  .pad-3--r {
    padding-right: 3vw;
  }
  .pad-3--b {
    padding-bottom: 3vw;
  }
  .pad-3--l {
    padding-left: 3vw;
  }
  .pad-3--sides {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.pad-5 {
  padding: 50px;
}
.pad-5--t {
  padding-top: 50px;
}
.pad-5--r {
  padding-right: 50px;
}
.pad-5--b {
  padding-bottom: 50px;
}
.pad-5--l {
  padding-left: 50px;
}
@media only screen and (min-width: 1025px) {
  .pad-5 {
    padding: 5vw;
  }
  .pad-5--t {
    padding-top: 5vw;
  }
  .pad-5--r {
    padding-right: 5vw;
  }
  .pad-5--b {
    padding-bottom: 5vw;
  }
  .pad-5--l {
    padding-left: 5vw;
  }
}

.pad-7-5 {
  padding: 75px;
}
.pad-7-5--t {
  padding-top: 75px;
}
.pad-7-5--r {
  padding-right: 75px;
}
.pad-7-5--b {
  padding-bottom: 75px;
}
.pad-7-5--l {
  padding-left: 75px;
}
.pad-7-5--sides {
  padding: 0 75px;
}
@media only screen and (min-width: 1025px) {
  .pad-7-5 {
    padding: 7.5vw;
  }
  .pad-7-5--t {
    padding-top: 7.5vw;
  }
  .pad-7-5--r {
    padding-right: 7.5vw;
  }
  .pad-7-5--b {
    padding-bottom: 7.5vw;
  }
  .pad-7-5--l {
    padding-left: 7.5vw;
  }
  .pad-7-5--sides {
    padding: 0 7.5vw;
  }
}

.pad-10 {
  padding: 100px;
}
.pad-10--t {
  padding-top: 100px;
}
.pad-10--r {
  padding-right: 100px;
}
.pad-10--b {
  padding-bottom: 100px;
}
.pad-10--l {
  padding-left: 100px;
}
.pad-10--sides {
  padding: 0 100px;
}
@media only screen and (min-width: 1025px) {
  .pad-10 {
    padding: 10vw;
  }
  .pad-10--t {
    padding-top: 10vw;
  }
  .pad-10--r {
    padding-right: 10vw;
  }
  .pad-10--b {
    padding-bottom: 10vw;
  }
  .pad-10--l {
    padding-left: 10vw;
  }
  .pad-10--sides {
    padding: 0 10vw;
  }
}

.pad-20 {
  padding: 200px;
}
.pad-20--t {
  padding-top: 200px;
}
.pad-20--r {
  padding-right: 200px;
}
.pad-20--b {
  padding-bottom: 200px;
}
.pad-20--l {
  padding-left: 200px;
}
@media only screen and (min-width: 1025px) {
  .pad-20 {
    padding: 20vw;
  }
  .pad-20--t {
    padding-top: 20vw;
  }
  .pad-20--r {
    padding-right: 20vw;
  }
  .pad-20--b {
    padding-bottom: 20vw;
  }
  .pad-20--l {
    padding-left: 20vw;
  }
}

.mrg-m-30--t {
  margin-top: -30vw;
}
.mrg-m-30--r {
  margin-right: -30vw;
}
.mrg-m-30--b {
  margin-bottom: -30vw;
}
.mrg-m-30--l {
  margin-left: -30vw;
}

.mrg-m-20--t {
  margin-top: -20vw;
}
.mrg-m-20--r {
  margin-right: -20vw;
}
.mrg-m-20--b {
  margin-bottom: -20vw;
}
.mrg-m-20--l {
  margin-left: -20vw;
}

.mrg-m-10--t {
  margin-top: -10vw;
}
.mrg-m-10--r {
  margin-right: -10vw;
}
.mrg-m-10--b {
  margin-bottom: -10vw;
}
.mrg-m-10--l {
  margin-left: -10vw;
}

.mrg-2 {
  display: block;
}
.mrg-2--t {
  margin-top: 2vw;
}
.mrg-2--r {
  margin-right: 2vw;
}
.mrg-2--b {
  margin-bottom: 2vw;
}
.mrg-2--l {
  margin-left: 2vw;
}

.mrg-10--t {
  margin-top: 10vw;
}
.mrg-10--r {
  margin-right: 10vw;
}
.mrg-10--b {
  margin-bottom: 10vw;
}
.mrg-10--l {
  margin-left: 10vw;
}

.abs-pos {
  position: absolute;
}
.abs-pos--vt-vr {
  position: absolute;
  top: 0;
  right: 0vw;
}
.abs-pos--t-vr {
  position: absolute;
  top: 5vw;
  right: 0;
}
.abs-pos--t-l {
  position: absolute;
  top: 5vw;
  left: 10vw;
}
.abs-pos--t-r {
  position: absolute;
  top: 5vw;
  right: 10vw;
}
.abs-pos--b-l {
  position: absolute;
  bottom: 5vw;
  left: 10vw;
}
.abs-pos--vb-l {
  position: absolute;
  bottom: 0;
  left: 10vw;
}
.abs-pos--b-r {
  position: absolute;
  bottom: 5vw;
  right: 10vw;
}

.grd-overlay {
  position: relative;
}
.grd-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .grd-overlay::before {
    height: 25%;
  }
}
.grd-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7418942577) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .grd-overlay::after {
    height: 100%;
  }
}
.grd-overlay--sm::before {
  height: 35%;
}
.grd-overlay--sm::after {
  height: 35%;
}
.grd-overlay--bott::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .grd-overlay--bott::after {
    height: 35%;
  }
}

.mack-grad-lines {
  width: 100%;
  height: 5px;
  background: var(--Linear, linear-gradient(270deg, #c41230 0%, #002d6a 100%));
}
.mack-grad-lines--abs-top {
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--Linear, linear-gradient(270deg, #c41230 0%, #002d6a 100%));
  z-index: 99;
}

.paral-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.paral-bg {
  top: 0;
  left: 0;
}

.mack-white-bord-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 12px;
  min-width: 40vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
  width: max-content;
}
@media only screen and (min-width: 600px) {
  .mack-white-bord-btn {
    min-width: 10vw;
    padding: 0.5vw 1.75vw;
    font-size: 0.9vw;
  }
}

.mack-blue-grad-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 12px;
  min-width: 40vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #002d6a;
  transition: 0.4s ease-in-out;
  line-height: 120%;
  text-align: center;
  width: max-content;
  border: 1px solid #002d6a;
}
@media only screen and (min-width: 600px) {
  .mack-blue-grad-btn {
    min-width: 10vw;
    font-size: 0.9vw;
  }
}
.mack-blue-grad-btn:hover {
  background: #ffffff;
  color: #927b64;
  border: 1px solid #b9ab96;
}
.mack-blue-grad-btn--header {
  padding: 10px 30px;
}
@media only screen and (min-width: 600px) {
  .mack-blue-grad-btn--header {
    padding: 0.5vw 1.75vw;
  }
}

.mack-white-sand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #927b64;
  padding: 12px 30px;
  font-size: 12px;
  min-width: 40vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #ffffff;
  transition: 0.4s ease-in-out;
  line-height: 120%;
  text-align: center;
  border: 1px solid #927b64;
  width: max-content;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .mack-white-sand-btn {
    min-width: 10vw;
    font-size: 0.9vw;
  }
}
.mack-white-sand-btn:hover, .mack-white-sand-btn.selected {
  background: #927b64;
  color: #ffffff;
  border: 1px solid #927b64;
}
.mack-white-sand-btn--header {
  padding: 10px 30px;
}
@media only screen and (min-width: 600px) {
  .mack-white-sand-btn--header {
    padding: 0.5vw 1.75vw;
  }
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100vh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100vh;
}
#eme-slider-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::before {
    height: 20vw;
  }
}
#eme-slider-v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::after {
    height: 50vw;
  }
}

.emeslider-wrapper {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
  display: none;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 100vh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 100vh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 100vh;
  object-fit: cover;
}
.emeslider-wrapper.hidden {
  opacity: 0;
}
.emeslider-wrapper.inner {
  max-height: 50dvh;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper.inner {
    max-height: 70dvh;
  }
}

.slick-dots {
  display: none;
  position: absolute;
  right: 7vw;
  bottom: 5vw;
  max-width: 20vw;
}
.slick-dots li {
  width: 100%;
  height: 2px;
  margin: 0;
}
.slick-dots li button {
  display: flex;
  flex-grow: 1;
  background-color: #75787b;
  padding: 1px;
  width: 100%;
  height: 2px;
  border: none;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}
@media only screen and (min-width: 1025px) {
  .slick-dots {
    display: flex !important;
  }
}

.slider-counter {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slider-counter {
    display: flex;
    position: absolute;
    justify-content: space-between;
    right: 5vw;
    bottom: 4vw;
    z-index: 4;
    width: 24vw;
    height: 2vw;
    pointer-events: none;
  }
  .slider-counter p {
    color: #ffffff;
    font-size: 0.8vw;
    font-weight: 800;
  }
}

.header-section {
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.header-section .mob-header-wrapper {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.header-section .mob-header-wrapper .ham-wrapper {
  border-radius: 100px;
}
.header-section .mob-header-wrapper .ham-wrapper__icon {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.header-section .mob-header-wrapper .ham-wrapper__icon svg {
  width: 35px;
  height: 35px;
  fill: #ffffff;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper {
  position: absolute;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__panel {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 0;
  height: 0;
  background: var(--Linear, linear-gradient(90deg, #002d6a 0%, #001b40 100%));
  transition: 0.5s ease-in-out;
  border-radius: 200px;
  z-index: 8;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__panel.active {
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  transform: scale(80);
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 85vw;
  height: 100vh;
  overflow: scroll;
  flex-direction: column;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__top-sect svg {
  width: 35px;
  height: 35px;
  fill: #ffffff;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
  display: flex;
  width: 100%;
  height: 90dvh;
  overflow: scroll;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./images/sub-menu-arrow-sand.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 20px 30px;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon.open {
  transform: rotate(0);
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li .sub-menu li a {
  padding: 10px 40px;
  background-color: rgba(0, 0, 0, 0.35);
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active {
  max-height: 200px;
}
@media only screen and (min-width: 600px) {
  .header-section .mob-header-wrapper .ham-wrapper__panel-wrapper {
    max-width: 600px;
  }
  .header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content {
    max-width: 600px;
  }
}
.header-section .mob-header-wrapper .logo-section img {
  width: 50vw;
  max-width: 300px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7476%) hue-rotate(181deg) brightness(107%) contrast(108%);
}
@media only screen and (min-width: 1025px) {
  .header-section .mob-header-wrapper {
    display: none;
  }
}
.header-section .desk-header-wrapper {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .header-section .desk-header-wrapper__left-section {
    display: flex;
    align-items: center;
    gap: 1vw;
    width: 42vw;
  }
  .header-section .desk-header-wrapper__left-section__co-logo svg {
    width: 4vw;
    height: 4vw;
  }
  .header-section .desk-header-wrapper__left-section ul {
    display: flex;
    position: relative;
    top: 0.5vw;
    flex-direction: row;
    column-gap: 2.5vw;
  }
  .header-section .desk-header-wrapper__left-section ul li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .header-section .desk-header-wrapper__left-section ul li a {
    color: #ffffff;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 1vw;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1vw;
    width: 15vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    background: var(--Linear, linear-gradient(90deg, #002d6a 0%, #001b40 100%));
    z-index: 9;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li a {
    padding: 1vw;
    transition: 0.3s ease-in-out;
    color: #b9ab96;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.35);
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    opacity: 1;
    pointer-events: all;
    top: 2vw;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    left: 15vw;
    top: 0;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .header-section .desk-header-wrapper__left-section ul li:hover a, .header-section .desk-header-wrapper__left-section ul li.current-menu-item a {
    color: #b9ab96;
  }
  .header-section .desk-header-wrapper__logo-section {
    display: flex;
    width: 16vw;
    align-items: center;
    justify-content: center;
  }
  .header-section .desk-header-wrapper__logo-section a {
    width: 100%;
  }
  .header-section .desk-header-wrapper__logo-section a img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7476%) hue-rotate(181deg) brightness(107%) contrast(108%);
  }
  .header-section .desk-header-wrapper__right-section {
    display: flex;
    align-items: center;
    width: 42vw;
    gap: 1vw;
    justify-content: flex-end;
  }
  .header-section .desk-header-wrapper__right-section a {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .header-section .desk-header-wrapper__right-section a svg {
    fill: #ffffff;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper__right-section a:hover svg {
    fill: #002d6a;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper ul li a {
    font-size: 1.1vw;
  }
}
.header-section .desk-header-wrapper-fixed {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper-fixed {
    display: flex;
    position: fixed;
    width: 100%;
    top: -1vw;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    padding: 0 5vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .header-section .desk-header-wrapper-fixed__left-section {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 85vw;
  }
  .header-section .desk-header-wrapper-fixed__left-section__logo img {
    width: 11vw;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul {
    display: flex;
    flex-direction: row;
    column-gap: 2.5vw;
    align-items: center;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li a {
    color: #002d6a;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1.5vw 0;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4vw;
    width: 15vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    background: var(--Linear, linear-gradient(90deg, #002d6a 0%, #001b40 100%));
    z-index: 9;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li {
    width: 100%;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li a {
    padding: 1vw;
    transition: 0.3s ease-in-out;
    color: #b9ab96;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.35);
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    opacity: 1;
    pointer-events: all;
    top: 4.4vw;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li.menu-item-has-children:hover .sub-menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    left: 15vw;
    top: 0;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li.menu-item-has-children:hover .sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li:hover a, .header-section .desk-header-wrapper-fixed__left-section ul li.current-menu-item a {
    color: #b9ab96;
  }
  .header-section .desk-header-wrapper-fixed__right-section {
    display: flex;
    align-items: center;
    width: 15vw;
    gap: 1vw;
    justify-content: flex-end;
  }
  .header-section .desk-header-wrapper-fixed__right-section a {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .header-section .desk-header-wrapper-fixed__right-section a svg {
    fill: #002d6a;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background: none;
    border: 1px solid #002d6a;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper-fixed__right-section a:hover svg {
    fill: #ffffff;
    background: #002d6a;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .desk-header-wrapper-fixed.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper-fixed ul li a {
    font-size: 1vw;
  }
}
.header-section .desk-header-wrapper-fixed .hdn-menu-item {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper-fixed .hdn-menu-item {
    display: flex !important;
  }
}
.header-section .desk-header-wrapper-fixed .hdn-menu-item-more {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper-fixed .hdn-menu-item-more {
    display: flex !important;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper-fixed .hdn-menu-item-more {
    display: none !important;
  }
}
.header-section .hdn-menu-item {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
  .header-section .hdn-menu-item {
    display: none !important;
  }
}
.header-section .hdn-menu-item-more {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .header-section .hdn-menu-item-more {
    display: flex !important;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .hdn-menu-item-more {
    display: flex !important;
  }
}
.header-section .banner-heading-section {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  z-index: 8;
  padding-left: 0;
}
@media only screen and (min-width: 1025px) {
  .header-section .banner-heading-section {
    max-width: 710px;
    bottom: 3vw;
    padding-left: 5vw;
  }
}
.header-section .hm-head-mack-icon {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 8;
  left: 50%;
  transform: translate(-50%, 50%);
}
.header-section .hm-head-mack-icon svg {
  width: 50px;
  height: 24px;
}
@media only screen and (min-width: 1025px) {
  .header-section .hm-head-mack-icon svg {
    width: 5vw;
    height: 3vw;
  }
}
.header-section.inner {
  height: 50dvh;
}
.header-section.inner .banner-heading-section {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section.inner {
    height: 70dvh;
  }
}

@media only screen and (min-width: 1025px) {
  .dots a {
    padding-bottom: 0.75vw !important;
  }
}

footer {
  position: relative;
}
footer .footer-wrapper {
  min-height: 10vw;
  background: linear-gradient(281deg, #c41230 0%, #002d6a 100%);
}
footer .footer-wrapper__top-section {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  gap: 20px 0;
}
footer .footer-wrapper__top-section__left {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 25px 0;
  padding: 50px 50px 0;
}
footer .footer-wrapper__top-section__left .logo-section img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7476%) hue-rotate(181deg) brightness(107%) contrast(108%);
}
footer .footer-wrapper__top-section__left__contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
footer .footer-wrapper__top-section__left__contact-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  text-align: center;
}
footer .footer-wrapper__top-section__left__contact-wrapper__item h5 {
  letter-spacing: 0.25px;
}
footer .footer-wrapper__top-section__left__contact-wrapper__item p {
  font-weight: 700;
}
footer .footer-wrapper__top-section__left__contact-wrapper__item a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.35px;
}
footer .footer-wrapper__top-section__left__contact-wrapper__item a.contact-email {
  font-size: 13px;
  font-weight: 400;
}
footer .footer-wrapper__top-section__middle {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding: 0 20px;
}
footer .footer-wrapper__top-section__middle__social-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: center;
}
footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}
footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper svg {
  width: 50px;
  height: 35px;
  transition: 0.4s ease-in-out;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 100%;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper p {
  font-size: 13px;
  font-weight: 500;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper form {
  display: flex;
  flex-direction: column;
  width: 85%;
  position: relative;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper form input {
  height: 50px;
  padding: 0 20px;
  background: transparent;
  outline: 1px solid #75787b;
  border-radius: 40px;
  border: none;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper form input:focus {
  outline: 2px solid #927b64;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper form button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 40px;
  border: none;
  height: 50px;
  height: 50px;
}
footer .footer-wrapper__top-section__middle__newsletter-wrapper form button svg {
  width: 20px;
  height: 20px;
}
footer .footer-wrapper__top-section__right {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 0 20px 50px;
}
footer .footer-wrapper__top-section__right__main-menu-wrapper {
  display: flex;
  width: 50%;
  padding: 0 10px 0 0;
}
footer .footer-wrapper__top-section__right__main-menu-wrapper ul li {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a {
  font-size: 17px;
  padding: 10px 0;
}
footer .footer-wrapper__top-section__right__sub-menu-wrapper {
  display: flex;
  width: 50%;
  padding: 0 0 0 10px;
}
footer .footer-wrapper__top-section__right__sub-menu-wrapper ul li {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper__top-section__right__sub-menu-wrapper ul li a {
  font-size: 13px;
  padding: 10px 0;
}
footer .footer-wrapper__top-section:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 2px;
  width: 100%;
  opacity: 0.4;
  left: 0;
  bottom: 2.5vw;
}
footer .footer-wrapper__bottom-section {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px;
}
footer .footer-wrapper__bottom-section__item p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 0.7;
  font-size: 14px;
}
footer .footer-wrapper__bottom-section__item p a {
  opacity: 1;
}
@media only screen and (min-width: 600px) {
  footer .footer-wrapper {
    padding: 0 20vw;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper {
    padding: unset;
  }
  footer .footer-wrapper__top-section {
    padding: 5vw 10vw;
    flex-direction: row;
    width: 100%;
  }
  footer .footer-wrapper__top-section__left {
    padding: 0;
    gap: 3vw 0;
    width: 20%;
  }
  footer .footer-wrapper__top-section__left .logo-section img {
    width: 17vw;
  }
  footer .footer-wrapper__top-section__left__contact-wrapper {
    gap: 2vw;
    align-items: flex-start;
  }
  footer .footer-wrapper__top-section__left__contact-wrapper__item {
    text-align: left;
    gap: 0.2vw 0;
  }
  footer .footer-wrapper__top-section__left__contact-wrapper__item h5 {
    font-weight: 400;
    font-size: 0.8vw;
  }
  footer .footer-wrapper__top-section__left__contact-wrapper__item a {
    font-size: 1.2vw;
  }
  footer .footer-wrapper__top-section__left__contact-wrapper__item a.contact-email {
    font-weight: 400;
    font-size: 0.8vw;
  }
  footer .footer-wrapper__top-section__left__contact-wrapper__item a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  footer .footer-wrapper__top-section__middle {
    padding: 0 7.5vw;
    gap: 3vw 0;
    width: 45%;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper {
    align-items: flex-start;
    text-align: left;
    gap: 1vw 0;
    order: 2;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper p {
    font-size: 0.8vw;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper a:hover svg {
    fill: #927b64;
  }
  footer .footer-wrapper__top-section__middle__newsletter-wrapper {
    order: 1;
  }
  footer .footer-wrapper__top-section__middle__newsletter-wrapper p {
    font-size: 0.8vw;
    align-items: flex-start;
    text-align: left;
  }
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form input {
    padding: 0 1vw;
    height: 2.6041666667vw;
    font-size: 0.9vw;
  }
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form button {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
    cursor: pointer;
    background: #ffffff !important;
  }
  footer .footer-wrapper__top-section__right {
    width: 35%;
    border: none;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper {
    padding: 0 2vw 0 0;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a {
    padding: 0.3vw 0;
    font-size: 1.2vw;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  footer .footer-wrapper__top-section__right__sub-menu-wrapper ul li a {
    padding: 0.2vw 0;
    font-size: 0.8vw;
  }
  footer .footer-wrapper__top-section__right__sub-menu-wrapper ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  footer .footer-wrapper__top-section:after {
    width: calc(100% - 20vw);
    left: 50%;
    transform: translate(-50%);
  }
  footer .footer-wrapper__bottom-section {
    padding: 0 10vw 2vw;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-wrapper__bottom-section__item p {
    display: block;
    flex-direction: row;
    font-size: 0.8vw;
  }
  footer .footer-wrapper__bottom-section__item p a:hover {
    text-decoration: underline rgba(255, 255, 255, 0.4392156863);
    text-underline-offset: 5px;
  }
}
footer .scroll-top-div {
  display: block;
  position: absolute;
  bottom: 120px;
  right: 30px;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
footer .scroll-top-div svg {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1025px) {
  footer .scroll-top-div {
    bottom: 5.5vw;
    right: 5vw;
  }
}

.template-heading-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.template-heading-section p {
  font-weight: 300;
}
.template-heading-section .share-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #927b64;
}
.template-heading-section .share-wrapper__item-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.template-heading-section .share-wrapper__item-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #927b64;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .template-heading-section .share-wrapper__item-wrapper svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .template-heading-section .share-wrapper__item-wrapper a:first-child svg {
    width: 1vw;
  }
}
@media only screen and (min-width: 1025px) {
  .template-heading-section .share-wrapper span {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 600px) {
  .template-heading-section {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .template-heading-section {
    width: 75%;
    gap: 3vw;
  }
}

.mack-common-heading-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  align-items: center;
}
.mack-common-heading-wrapper h1,
.mack-common-heading-wrapper h2,
.mack-common-heading-wrapper h3,
.mack-common-heading-wrapper h4,
.mack-common-heading-wrapper h5,
.mack-common-heading-wrapper h6 {
  text-align: center;
  text-transform: uppercase;
}
.mack-common-heading-wrapper h6 {
  display: flex;
  position: relative;
  margin-left: 5vw;
}
.mack-common-heading-wrapper h6::before {
  position: absolute;
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background: #ffffff;
  left: -25%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9vw;
}
.mack-common-heading-wrapper__cont {
  padding: 30px 20px 20px 0;
}
.mack-common-heading-wrapper__cont p {
  font-weight: 300;
  color: #2f2f2f;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .mack-common-heading-wrapper__cont {
    padding: 2vw 12vw 2vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  .mack-common-heading-wrapper {
    max-width: 820px;
    align-items: flex-start;
  }
  .mack-common-heading-wrapper h1,
  .mack-common-heading-wrapper h2,
  .mack-common-heading-wrapper h3,
  .mack-common-heading-wrapper h4,
  .mack-common-heading-wrapper h5,
  .mack-common-heading-wrapper h6,
  .mack-common-heading-wrapper p {
    text-align: left;
  }
  .mack-common-heading-wrapper h6 {
    margin-left: 7vw;
    justify-content: flex-start;
  }
  .mack-common-heading-wrapper h6::before {
    position: absolute;
    content: "";
    display: block;
    width: 5vw;
    height: 3px;
    background: #ffffff;
    left: -7vw;
    top: 50%;
    transform: translate(0);
  }
}
.mack-common-heading-wrapper--centered {
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .mack-common-heading-wrapper--centered {
    margin-left: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .mack-common-heading-wrapper--half-left {
    max-width: 50%;
  }
}
.mack-common-heading-wrapper--wht h1,
.mack-common-heading-wrapper--wht h2,
.mack-common-heading-wrapper--wht h3,
.mack-common-heading-wrapper--wht h4,
.mack-common-heading-wrapper--wht h5,
.mack-common-heading-wrapper--wht h6,
.mack-common-heading-wrapper--wht p {
  color: #ffffff;
}
.mack-common-heading-wrapper--sand-red h1,
.mack-common-heading-wrapper--sand-red h2,
.mack-common-heading-wrapper--sand-red h3,
.mack-common-heading-wrapper--sand-red h4,
.mack-common-heading-wrapper--sand-red h5,
.mack-common-heading-wrapper--sand-red h6,
.mack-common-heading-wrapper--sand-red p {
  color: #927b64;
}
.mack-common-heading-wrapper--sand-red h6:before {
  background: #c41230;
}

.mack-cmn-card-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.mack-cmn-card-1__img-wrapper {
  position: relative;
}
.mack-cmn-card-1__img-wrapper img {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 20px;
  z-index: 2;
}
.mack-cmn-card-1__img-wrapper__cat-wrapper {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 3;
}
.mack-cmn-card-1__img-wrapper__cat-wrapper p {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.mack-cmn-card-1__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
  border-radius: 20px;
  z-index: 2;
}
.mack-cmn-card-1__img-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f2f2f;
  border-radius: 20px;
  z-index: 1;
}
.mack-cmn-card-1__content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 50px;
  gap: 25px;
  height: auto;
  align-items: center;
}
.mack-cmn-card-1__content-wrapper__main-cont {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.mack-cmn-card-1__content-wrapper__main-cont h6 {
  font-family: "Roboto", sans-serif;
  color: #927b64;
  font-weight: 600;
  letter-spacing: 1px;
}
.mack-cmn-card-1__content-wrapper__main-cont h3 {
  color: #927b64;
  text-transform: uppercase;
  text-align: center;
}
.mack-cmn-card-1__content-wrapper__sub-cont {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-items: center;
}
.mack-cmn-card-1__content-wrapper__sub-cont__details {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.mack-cmn-card-1__content-wrapper__sub-cont__details h5 {
  font-family: "Roboto", sans-serif;
  color: #927b64;
}
.mack-cmn-card-1__content-wrapper__sub-cont__details h4 {
  font-family: "Roboto", sans-serif;
  color: #002d6a;
  font-weight: 600;
}
.mack-cmn-card-1:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
}
.mack-cmn-card-1:hover .inner-arrow-wrapper {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-1 {
    border-radius: 2vw;
  }
  .mack-cmn-card-1__img-wrapper img {
    border-radius: 2vw;
  }
  .mack-cmn-card-1__img-wrapper::after {
    border-radius: 2vw;
  }
  .mack-cmn-card-1__img-wrapper::before {
    border-radius: 2vw;
  }
  .mack-cmn-card-1__img-wrapper__cat-wrapper {
    left: 20%;
  }
  .mack-cmn-card-1__img-wrapper__cat-wrapper p {
    font-size: 1vw;
  }
  .mack-cmn-card-1__content-wrapper {
    height: auto;
    padding: 2vw 2vw 3vw;
    align-items: flex-start;
  }
  .mack-cmn-card-1__content-wrapper__main-cont {
    align-items: flex-start;
  }
  .mack-cmn-card-1__content-wrapper__main-cont h3 {
    text-align: left;
  }
  .mack-cmn-card-1__content-wrapper__main-cont h6 {
    font-size: 0.7vw;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
  }
  .mack-cmn-card-1__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 1vw;
    align-items: flex-start;
  }
  .mack-cmn-card-1__content-wrapper__sub-cont__details {
    align-items: flex-start;
  }
  .mack-cmn-card-1__content-wrapper__sub-cont__details h5 {
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
  }
}
.mack-cmn-card-1--vari-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.mack-cmn-card-1--vari-2 .mack-cmn-card-1__content-wrapper__main-cont h6 {
  position: relative;
  width: max-content;
}
.mack-cmn-card-1--vari-2 .mack-cmn-card-1__content-wrapper__main-cont h6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 50px;
  height: 2px;
  background: #927b64;
}
.mack-cmn-card-1--vari-2 .mack-cmn-card-1__content-wrapper__sub-cont {
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-1--vari-2 .mack-cmn-card-1__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.mack-cmn-card-1--vari-2:hover {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-1--vari-2 {
    border-radius: 2vw;
  }
  .mack-cmn-card-1--vari-2__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.mack-cmn-card-1--vari-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.mack-cmn-card-1--vari-3 .mack-cmn-card-1__content-wrapper__sub-cont {
  flex-direction: column;
  gap: 20px;
}
.mack-cmn-card-1--vari-3 .mack-cmn-card-1__content-wrapper__main-cont__flag {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.mack-cmn-card-1--vari-3 .mack-cmn-card-1__content-wrapper__main-cont__flag img {
  width: 40px;
  object-fit: contain;
}
.mack-cmn-card-1--vari-3:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-1--vari-3 {
    border-radius: 2vw;
  }
  .mack-cmn-card-1--vari-3 .mack-cmn-card-1__content-wrapper__main-cont__flag {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
  }
  .mack-cmn-card-1--vari-3 .mack-cmn-card-1__content-wrapper__main-cont__flag img {
    width: 3vw;
    object-fit: contain;
  }
  .mack-cmn-card-1--vari-3 .mack-cmn-card-1__content-wrapper__sub-cont {
    gap: 1vw;
  }
}

.mack-blue-grad-btn:hover {
  background: #ffffff;
  color: #927b64;
  border: 1px solid #927b64;
}

.mack-cmn-card-2 {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.mack-cmn-card-2__img-wrapper {
  aspect-ratio: 1/1.3;
}
.mack-cmn-card-2__img-wrapper img {
  aspect-ratio: 1;
}
.mack-cmn-card-2__title-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
  justify-content: flex-end;
  z-index: 3;
}
.mack-cmn-card-2__title-wrapper__top {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  position: relative;
  width: 50%;
  text-transform: uppercase;
  gap: 25px;
}
.mack-cmn-card-2__title-wrapper__top h5 {
  background: #927b64;
  padding: 5px 10px;
  width: max-content;
  border-radius: 20px;
  color: white;
}
.mack-cmn-card-2__title-wrapper__top::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.mack-cmn-card-2__title-wrapper__bottom {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  text-transform: uppercase;
}
.mack-cmn-card-2__title-wrapper__bottom h3 {
  font-size: 35px;
}
.mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.mack-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media only screen and (min-width: 600px) {
  .mack-cmn-card-2 {
    border-radius: 2vw;
  }
  .mack-cmn-card-2__img-wrapper {
    aspect-ratio: 73/54;
  }
  .mack-cmn-card-2__img-wrapper img {
    aspect-ratio: 73/54;
  }
  .mack-cmn-card-2__title-wrapper {
    padding: 3vw 2.5vw;
  }
  .mack-cmn-card-2__title-wrapper__top {
    width: 25%;
    gap: 1vw;
    max-width: 150px;
  }
  .mack-cmn-card-2__title-wrapper__top h5 {
    background: #927b64;
    padding: 0.5vw 1vw;
    width: max-content;
    border-radius: 20px;
    color: white;
  }
  .mack-cmn-card-2__title-wrapper__top::after {
    max-width: 150px;
  }
  .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    right: 2vw;
    bottom: 2.5vw;
  }
  .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .mack-cmn-card-2__title-wrapper__bottom h5 {
    position: relative;
    width: max-content;
    font-size: 0.7vw;
  }
  .mack-cmn-card-2__title-wrapper__bottom h5:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ffffff;
    top: 40%;
    right: -65px;
  }
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-2__title-wrapper {
    padding: 3vw 2.5vw;
  }
  .mack-cmn-card-2__title-wrapper__top {
    width: 65%;
    max-width: 315px;
  }
  .mack-cmn-card-2__title-wrapper__bottom h3 {
    font-size: 1.7vw;
  }
  .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }
  .mack-cmn-card-2:hover .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    opacity: 1;
  }
}
.mack-cmn-card-2--featured:before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 55px;
  top: -1px;
  left: 20px;
  background: url("../assets/images/featured-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.mack-cmn-card-2--featured .mack-cmn-card-2__img-wrapper {
  animation-name: zoomInOut;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.mack-cmn-card-2--featured .mack-cmn-card-2__title-wrapper {
  top: 15%;
  height: 85%;
  justify-content: space-between;
}
.mack-cmn-card-2--featured .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.mack-cmn-card-2--featured .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-2--featured:before {
    left: 2.5vw;
  }
  .mack-cmn-card-2--featured .mack-cmn-card-2__title-wrapper {
    padding: 0vw 2.5vw 8vw;
  }
  .mack-cmn-card-2--featured .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    right: 3vw;
    bottom: 8vw;
  }
  .mack-cmn-card-2--featured .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}

.mack-cmn-card-3 {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.mack-cmn-card-3__img-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}
.mack-cmn-card-3__img-wrapper__cat-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  gap: 5px 25px;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.mack-cmn-card-3__img-wrapper__cat-wrapper p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.mack-cmn-card-3__img-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.mack-cmn-card-3__img-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
.mack-cmn-card-3__cont-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 10px 50px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-3 {
    gap: 2.5vw;
  }
  .mack-cmn-card-3__img-wrapper img {
    z-index: 2;
  }
  .mack-cmn-card-3__img-wrapper__cat-wrapper {
    padding: 1vw 2vw;
    gap: 0.5vw 1vw;
    justify-content: flex-start;
  }
  .mack-cmn-card-3__img-wrapper__cat-wrapper p {
    font-size: 1vw;
  }
  .mack-cmn-card-3__img-wrapper__inner-arrow-wrapper {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  .mack-cmn-card-3__img-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
  }
  .mack-cmn-card-3__cont-wrapper {
    padding: 0;
    text-align: left;
  }
  .mack-cmn-card-3__cont-wrapper h5 {
    font-size: 0.7vw;
  }
  .mack-cmn-card-3__cont-wrapper h3 {
    font-size: 1.4vw;
  }
}
.mack-cmn-card-3:hover .mack-cmn-card-3__img-wrapper__inner-arrow-wrapper {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.mack-cmn-card-3:hover .mack-cmn-card-3__img-wrapper:after {
  top: 0.5vw;
  z-index: 1;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.mack-cmn-card-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.mack-cmn-card-4__img-wrapper {
  aspect-ratio: 0.8/1;
}
.mack-cmn-card-4__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  padding: 0 50px;
  text-align: center;
  width: 100%;
  z-index: 4;
}
.mack-cmn-card-4__content-wrapper h3 {
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .mack-cmn-card-4__content-wrapper {
    text-align: left;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-4__content-wrapper {
    padding: 0 2.5vw;
  }
  .mack-cmn-card-4__content-wrapper p {
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    line-height: 1;
  }
  .mack-cmn-card-4:hover .mack-cmn-card-4__content-wrapper p {
    max-height: 250px;
  }
}

.mack-cmn-card-5 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mack-cmn-card-5__img-wrapper {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 0.8/1;
}
.mack-cmn-card-5__img-wrapper img {
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 2;
}
.mack-cmn-card-5__img-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f2f2f;
  border-radius: 20px;
  z-index: 1;
}
.mack-cmn-card-5__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.mack-cmn-card-5__content-wrapper h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .mack-cmn-card-5 {
    flex-direction: row;
  }
  .mack-cmn-card-5__img-wrapper {
    width: 50%;
    aspect-ratio: 1.35/1;
  }
  .mack-cmn-card-5__content-wrapper {
    padding: 0 30px;
    width: 50%;
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-5 {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .mack-cmn-card-5__content-wrapper {
    gap: 2vw;
    padding: 4.5vw 1vw 0 4vw;
  }
  .mack-cmn-card-5__content-wrapper h2 {
    font-size: 3.9vw;
  }
  .mack-cmn-card-5__content-wrapper p {
    width: 75%;
  }
}

.mack-cmn-card-6 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mack-cmn-card-6 img {
  border-radius: 20px;
}
.mack-cmn-card-6__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .mack-cmn-card-6 {
    gap: 2vw;
  }
  .mack-cmn-card-6__content-wrapper {
    gap: 0.5vw;
  }
}
.inner-arrow-wrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .inner-arrow-wrapper {
    opacity: 0;
  }
}

.mack-3-crop-gal {
  display: flex;
  width: 100%;
}
.mack-3-crop-gal__img-wrapper {
  position: relative;
  margin: 20px;
}
.mack-3-crop-gal__img-wrapper img {
  aspect-ratio: 1.36/1;
  border-radius: 20px;
  overflow: hidden;
}
.mack-3-crop-gal__img-wrapper__content-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 4;
  padding: 20px 50px;
}
.mack-3-crop-gal__img-wrapper__content-wrap p {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  z-index: 4;
}
.mack-3-crop-gal .grd-overlay {
  border-radius: 20px;
  overflow: hidden;
}
.mack-3-crop-gal .grd-overlay::before {
  display: none;
}
@media only screen and (min-width: 600px) {
  .mack-3-crop-gal__img-wrapper {
    margin: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .mack-3-crop-gal__img-wrapper {
    margin: 2vw;
  }
  .mack-3-crop-gal .grd-overlay {
    border-radius: 2vw;
    overflow: hidden;
  }
  .mack-3-crop-gal .grd-overlay::before {
    display: none;
  }
}
.mack-3-crop-gal .slick-next {
  right: 20px;
}
@media only screen and (min-width: 1025px) {
  .mack-3-crop-gal .slick-next {
    right: 3vw;
  }
}
.mack-3-crop-gal .slick-prev {
  left: 20px;
}
@media only screen and (min-width: 1025px) {
  .mack-3-crop-gal .slick-prev {
    left: 3vw;
  }
}

.accordion-mack {
  box-shadow: none;
  border: none;
}
.accordion-mack .accordion-item {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border: none;
  padding: 0 0 0 0;
  background-color: transparent;
}
.accordion-mack .accordion-item:last-child {
  border-bottom: unset;
}
.accordion-mack .accordion-item .accordion-button {
  font-size: 1.5625rem;
  color: #927b64;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 60px;
}
.accordion-mack .accordion-item .accordion-button::after {
  position: absolute;
  left: 20px;
  margin: 0;
  width: 30px;
  height: 30px;
  background-image: url("../assets/images/acco-collapsed.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.accordion-mack .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-mack .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/acco-expand.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-mack .accordion-item .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 65px;
}
.accordion-mack .accordion-item .accordion-body .accord-img-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item {
  display: flex;
  position: relative;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}
.accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Antonio", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 3;
}
.accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper h3 {
  color: #927b64;
}
@media only screen and (min-width: 600px) {
  .accordion-mack .accordion-item {
    padding: 0 0 0 50px;
  }
  .accordion-mack .accordion-item .accordion-button {
    padding-left: 0px;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    left: -50px;
  }
  .accordion-mack .accordion-item .accordion-body {
    gap: 25px;
    padding-left: 20px;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper {
    gap: 30px;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item {
    display: flex;
    position: relative;
    border-radius: 20px;
    width: calc(50% - 15px);
    overflow: hidden;
    aspect-ratio: 1;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Antonio", sans-serif;
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  .accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper {
    gap: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordion-mack .accordion-item {
    padding: 15px 0px 15px 40px;
    border: none;
    border-bottom: 1px solid #b9ab96;
  }
  .accordion-mack .accordion-item .accordion-button {
    font-size: 1.5vw;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    width: 1.7vw;
    height: 1.7vw;
  }
  .accordion-mack .accordion-item .accordion-body {
    padding-right: 0 !important;
    padding-left: 0 !important;
    gap: 2vw;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper {
    gap: 1vw 1.5vw;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item {
    display: flex;
    position: relative;
    border-radius: 2vw;
    width: calc(33.3333333333% - 1.3333333333vw);
    overflow: hidden;
    aspect-ratio: 1;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item p {
    position: absolute;
    bottom: 20px;
    left: 10%;
    transform: translateX(0);
    font-family: "Antonio", sans-serif;
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5vw;
  }
  .accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper {
    gap: 2vw;
  }
}

.hm-body-section {
  width: 100%;
}
.hm-body-section__welcome-section {
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 45, 106, 0.8) 0%, rgba(0, 67, 159, 0.6334908964) 74%, rgba(0, 45, 106, 0) 100%);
}
.hm-body-section__welcome-section__welcome-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 400px;
  align-items: center;
  text-align: center;
}
.hm-body-section__welcome-section__welcome-wrapper h3 {
  text-transform: uppercase;
}
.hm-body-section__welcome-section__welcome-wrapper p {
  font-weight: 400;
}
.hm-body-section__welcome-section .mack-cloud {
  top: -120px;
  right: -200px;
  opacity: 0.75;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__welcome-section .mack-cloud {
    top: -20vw;
    right: -20vw;
    animation-name: cloudAnimation;
    animation-duration: 400s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__welcome-section {
    background: linear-gradient(180deg, rgba(0, 45, 106, 0.8) 0%, rgba(0, 67, 159, 0.6334908964) 60%, rgba(0, 45, 106, 0) 100%);
  }
  .hm-body-section__welcome-section__welcome-wrapper {
    max-width: 50vw;
  }
}
.hm-body-section__offers-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  gap: 40px 0;
  padding-bottom: 7vw;
}
.hm-body-section__offers-section__offers-wrapper {
  width: 100%;
}
.hm-body-section__offers-section__offers-wrapper a {
  display: flex;
  width: 100%;
  margin: 0;
}
.hm-body-section__offers-section__offers-wrapper a:nth-child(4n) .mack-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
.hm-body-section__offers-section__offers-wrapper a:nth-child(4n-1) .mack-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.hm-body-section__offers-section__offers-wrapper a:nth-child(4n-2) .mack-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}
.hm-body-section__offers-section__offers-wrapper a:nth-child(4n-3) .mack-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
@media only screen and (min-width: 600px) {
  .hm-body-section__offers-section__offers-wrapper a {
    margin: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__offers-section {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}
.hm-body-section__offers-section .slick-prev,
.hm-body-section__offers-section .slick-next {
  top: 30%;
}
.hm-body-section__packages-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px 0;
  background: #f2f2f2;
}
.hm-body-section__packages-section__tab-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px 30px;
  align-items: center;
}
.hm-body-section__packages-section__packages-wrapper a {
  display: flex;
  width: 100%;
  margin: 25px;
}
.hm-body-section__packages-section__packages-wrapper a:nth-child(4n) .mack-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
.hm-body-section__packages-section__packages-wrapper a:nth-child(4n-1) .mack-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.hm-body-section__packages-section__packages-wrapper a:nth-child(4n-2) .mack-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}
.hm-body-section__packages-section__packages-wrapper a:nth-child(4n-3) .mack-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
.hm-body-section__packages-section__packages-wrapper.selected {
  display: block;
  width: 100%;
}
.hm-body-section__packages-section .tag-wrap {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__packages-section__tab-wrapper {
    flex-direction: row;
    gap: 1.5vw 30px;
  }
  .hm-body-section__packages-section__packages-wrapper a {
    margin: 13px;
  }
}
.hm-body-section__dest-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__dest-section {
    flex-direction: row;
    gap: 4vw;
  }
  .hm-body-section__dest-section .mack-common-heading-wrapper {
    width: 50%;
  }
  .hm-body-section__dest-section a {
    width: 50%;
  }
  .hm-body-section__dest-section .mack-white-sand-btn {
    width: unset;
  }
}
.hm-body-section .dest-sect-wrapper {
  background: url("../assets/images/destination-bg-2.jpg") rgb(250, 244, 244);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section .dest-sect-wrapper {
    padding-bottom: 5vw;
  }
}
.hm-body-section__destination-listing-section {
  padding: 0 20px;
}
.hm-body-section__destination-listing-section__wrapper .mack-cmn-card-2 {
  margin: 0 10px;
  /* Newly added */
  left: -8px;
  margin-right: unset;
  /* */
}
.hm-body-section__destination-listing-section__wrapper .mack-cmn-card-2__img-wrapper {
  aspect-ratio: 4/5;
}
.hm-body-section__destination-listing-section__wrapper .mack-cmn-card-2__img-wrapper img {
  aspect-ratio: 4/5;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__destination-listing-section {
    padding: 0 2.5vw;
    margin-left: 5.5vw;
    width: 96vw;
  }
  .hm-body-section__destination-listing-section__wrapper {
    margin-top: -8vw;
  }
  .hm-body-section__destination-listing-section__wrapper .mack-cmn-card-2 {
    margin: 0 0.5vw;
    transition: 0.3s ease-in-out;
    /* Newly added */
    left: unset;
    /* */
  }
  .hm-body-section__destination-listing-section__wrapper .mack-cmn-card-2__img-wrapper {
    transition: 0.3s ease-in-out;
    aspect-ratio: 4/5;
  }
  .hm-body-section__destination-listing-section__wrapper .mack-cmn-card-2__img-wrapper img {
    aspect-ratio: 4/5;
    transition: 0.3s ease-in-out;
  }
  .hm-body-section__destination-listing-section .slick-list .slick-track .slick-slide {
    transition: 0.3s ease-in-out;
  }
  .hm-body-section__destination-listing-section .slick-list .slick-track .slick-slide:hover .mack-cmn-card-2__img-wrapper img {
    filter: grayscale(100);
  }
  .hm-body-section__destination-listing-section .slick-list .slick-center + a + a {
    opacity: 0.5;
  }
}
.hm-body-section__destination-listing-section .slick-prev {
  /* Newly added */
  left: 25%;
  /* end */
  top: unset;
  bottom: -100px;
  /* Newly added */
  /* end */
}
@media only screen and (min-width: 600px) {
  .hm-body-section__destination-listing-section .slick-prev {
    left: 35%;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__destination-listing-section .slick-prev {
    /* Newly added */
    left: 42%;
    /* end */
    bottom: -7.5vw;
  }
}
.hm-body-section__destination-listing-section .slick-next {
  /* Newly added */
  right: 25%;
  /* end */
  top: unset;
  bottom: -100px;
  /* Newly added */
  /* end */
}
@media only screen and (min-width: 600px) {
  .hm-body-section__destination-listing-section .slick-next {
    right: 35%;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__destination-listing-section .slick-next {
    /* Newly added */
    left: 47%;
    right: unset;
    /* end */
    bottom: -7.5vw;
  }
}
.hm-body-section__tickets-section {
  display: flex;
  flex-direction: column;
}
.hm-body-section__tickets-section__left-section {
  position: relative;
  background: var(--R, linear-gradient(270deg, #c41230 0%, #88132e 100%));
  padding: 50px 20px;
  z-index: 2;
}
.hm-body-section__tickets-section__left-section .map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 80%;
  pointer-events: none;
  z-index: 1;
}
.hm-body-section__tickets-section__left-section .map-wrapper img {
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__tickets-section {
    flex-direction: row;
  }
  .hm-body-section__tickets-section__left-section {
    width: 50%;
    padding: 7vw 10vw;
  }
  .hm-body-section__tickets-section__left-section .mack-common-heading-wrapper__cont {
    padding: 2vw 0;
  }
  .hm-body-section__tickets-section__right-section {
    width: 50%;
  }
}
.hm-body-section__inspire-section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #56b6d9;
  z-index: 3;
}
.hm-body-section__inspire-section__item-wrapper {
  display: flex;
  width: 100%;
  padding: 25px 10px;
}
.hm-body-section__inspire-section__item-wrapper a {
  margin: 5px;
}
.hm-body-section__inspire-section__item-wrapper a:nth-child(4n) .mack-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
.hm-body-section__inspire-section__item-wrapper a:nth-child(4n-1) .mack-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.hm-body-section__inspire-section__item-wrapper a:nth-child(4n-2) .mack-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}
.hm-body-section__inspire-section__item-wrapper a:nth-child(4n-3) .mack-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__inspire-section {
    max-height: 35vw;
  }
  .hm-body-section__inspire-section__item-wrapper {
    padding: 2vw;
  }
  .hm-body-section__inspire-section__item-wrapper a {
    display: flex;
    margin: 25px 0.5vw;
  }
}
.hm-body-section__discover-section {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.hm-body-section__discover-section .mack-common-heading-wrapper {
  max-width: unset;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2 {
  margin: 15px;
  overflow: visible;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2__img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f2f2f;
  border-radius: 20px;
  z-index: 1;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2:nth-child(4n)::after {
  background-color: #9b59b6;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2:nth-child(4n-1)::after {
  background-color: #2ecc71;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2:nth-child(4n-2)::after {
  background-color: #e74c3c;
}
.hm-body-section__discover-section__item-wrapper .mack-cmn-card-2:nth-child(4n-3)::after {
  background-color: #f1c40f;
}
.hm-body-section__discover-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(86, 182, 217) 100%);
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__discover-section {
    padding-top: 25vw;
    max-height: 55vw;
    gap: 8vw;
  }
}
.hm-body-section__review-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px 0;
  text-align: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.hm-body-section__review-section a {
  margin-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__review-section a {
    margin-top: 0;
  }
}
.hm-body-section__review-section__review-wrapper {
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.hm-body-section__review-section__review-wrapper__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 20px;
}
.hm-body-section__review-section__review-wrapper__item__stars-wrapper {
  display: flex;
  width: 100%;
  padding: 0 0 15px 0;
  justify-content: center;
}
.hm-body-section__review-section__review-wrapper__item__stars-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #75787b;
  opacity: 0.2;
}
.hm-body-section__review-section__review-wrapper__item__stars-wrapper svg.rated {
  fill: #f1c40f;
  opacity: 1;
}
.hm-body-section__review-section__review-wrapper__item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.hm-body-section__review-section__review-wrapper__item__content__main {
  width: 100%;
}
.hm-body-section__review-section__review-wrapper__item__content__main p {
  font-style: italic;
  font-weight: 400;
}
.hm-body-section__review-section__review-wrapper__item__content__reviewer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hm-body-section__review-section__review-wrapper__item__content__reviewer p {
  font-size: 15px;
  color: #927b64;
  font-weight: 500;
}
.hm-body-section__review-section__review-wrapper__item__content__reviewer a {
  text-transform: uppercase;
  font-size: 13px;
  color: #927b64;
  font-weight: 600;
}
.hm-body-section__review-section .slick-prev,
.hm-body-section__review-section .slick-next {
  top: unset;
  bottom: -75px;
  transform: none;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__review-section .slick-prev,
  .hm-body-section__review-section .slick-next {
    right: -5vw;
    left: unset;
  }
}
.hm-body-section__review-section .slick-prev {
  left: 40%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__review-section .slick-prev {
    top: calc(40% - 50px);
    left: unset;
    transform: unset;
  }
}
.hm-body-section__review-section .slick-next {
  left: 45%;
  transform: translateX(50%);
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__review-section .slick-next {
    top: 45%;
    left: unset;
    transform: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__review-section {
    padding-top: 20vw;
    padding-left: 40vw;
    align-items: flex-start;
  }
  .hm-body-section__review-section .mack-common-heading-wrapper {
    max-width: unset;
  }
  .hm-body-section__review-section__review-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
  .hm-body-section__review-section__review-wrapper__item {
    width: 100%;
  }
  .hm-body-section__review-section__review-wrapper__item__stars-wrapper {
    justify-content: flex-start;
  }
  .hm-body-section__review-section__review-wrapper__item__content__reviewer {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .hm-body-section__review-section__review-wrapper__item__content__reviewer p {
    font-size: 0.8vw;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  .hm-body-section__review-section__review-wrapper:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    top: 0;
    left: -1vw;
    background: rgba(0, 0, 0, 0.3);
  }
}
.hm-body-section__explore-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  align-items: center;
}
.hm-body-section__explore-section__item-wrapper {
  width: 100%;
}
.hm-body-section__explore-section__item-wrapper .mack-cmn-card-3 {
  padding: 20px;
}
.hm-body-section__faq-section {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.hm-body-section__faq-section__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  z-index: 3;
}
.hm-body-section__faq-section__left a {
  display: none;
}
.hm-body-section__faq-section__right {
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 30px;
  width: 100%;
  z-index: 3;
}
.hm-body-section__faq-section__right .ac {
  border: none;
  border-bottom: 1px solid #b9ab96;
  padding-bottom: 20px;
}
.hm-body-section__faq-section__right .ac .ac-trigger {
  padding: 8px 32px 8px 0;
}
.hm-body-section__faq-section__right .ac .ac-trigger p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}
.hm-body-section__faq-section__right .ac:last-child {
  border-bottom: none;
}
.hm-body-section__faq-section .mob-only-btn {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .hm-body-section__faq-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5vw;
  }
  .hm-body-section__faq-section__left {
    width: 50%;
    align-items: flex-start;
  }
  .hm-body-section__faq-section__left a {
    display: block;
  }
  .hm-body-section__faq-section__right {
    width: 50%;
    padding: 4vw;
  }
  .hm-body-section__faq-section__right .ac .ac-trigger {
    padding-bottom: 1vw;
  }
  .hm-body-section__faq-section__right .ac .ac-trigger p {
    font-size: 1.5vw;
  }
  .hm-body-section__faq-section__right .ac .ac-panel p {
    font-size: 1.1vw;
    font-weight: 300;
    padding-bottom: 2vw;
  }
  .hm-body-section__faq-section .mob-only-btn {
    display: none;
  }
}
.hm-body-section__faq-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}
.hm-body-section__insta-section {
  background: url(../assets/images/destination-bg-2.jpg) rgb(250, 244, 244);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.hm-body-section__insta-section .mack-white-sand-btn {
  background-color: transparent;
  color: #927b64;
  transition: 0.3s ease-in-out;
}
.hm-body-section__insta-section .mack-white-sand-btn:hover {
  color: #2f2f2f;
}

.insta-div {
  flex-direction: column;
  align-items: center !important;
  row-gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .insta-div {
    flex-direction: row;
    align-items: flex-end !important;
    row-gap: 20px;
  }
}

#sb_instagram {
  padding-top: 50px;
}
#sb_instagram .sbi_item .sbi_inner_wrap {
  border-radius: 20px;
}
@media only screen and (min-width: 1025px) {
  #sb_instagram {
    padding-top: 3vw;
  }
  #sb_instagram .sbi_item .sbi_inner_wrap {
    border-radius: 2vw;
  }
}

.visa-listing-body-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}
.visa-listing-body-section__services-cards-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.visa-listing-body-section__services-cards-wrapper a {
  width: 100%;
}
.visa-listing-body-section__services-cards-wrapper a:nth-child(4n) .mack-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.visa-listing-body-section__services-cards-wrapper a:nth-child(4n-1) .mack-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}
.visa-listing-body-section__services-cards-wrapper a:nth-child(4n-2) .mack-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
.visa-listing-body-section__services-cards-wrapper a:nth-child(4n-3) .mack-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
@media only screen and (min-width: 600px) {
  .visa-listing-body-section__services-cards-wrapper a {
    width: calc(50% - 0.75vw);
  }
}
@media only screen and (min-width: 1025px) {
  .visa-listing-body-section__services-cards-wrapper {
    gap: 2vw 1.5vw;
  }
  .visa-listing-body-section__services-cards-wrapper a {
    width: calc(25% - 1.125vw);
  }
}
.visa-listing-body-section__services-cards-wrapper .tag-wrap {
  display: none !important;
}
.visa-listing-body-section__offering-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  background: #ffffff;
}
.visa-listing-body-section__offering-section h2 {
  color: #927b64;
}
@media only screen and (min-width: 600px) {
  .visa-listing-body-section__offering-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .visa-listing-body-section__offering-section {
    gap: 4vw;
  }
}
.visa-listing-body-section__more-infor-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.visa-listing-body-section__more-infor-section__items-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.visa-listing-body-section__more-infor-section__items-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.visa-listing-body-section__more-infor-section__items-wrapper__item span {
  color: #927b64;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.visa-listing-body-section__more-infor-section__items-wrapper__item a {
  color: #927b64;
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
  transition: 0.3s ease-in-out;
}
.visa-listing-body-section__more-infor-section__items-wrapper__item:hover a {
  color: #b9ab96;
}
@media only screen and (min-width: 600px) {
  .visa-listing-body-section__more-infor-section__items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 50px;
  }
  .visa-listing-body-section__more-infor-section__items-wrapper__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .visa-listing-body-section__more-infor-section__items-wrapper {
    flex-wrap: nowrap;
    gap: 10px 5vw;
    justify-content: flex-start;
    padding: 0 5vw;
  }
  .visa-listing-body-section__more-infor-section__items-wrapper__item {
    gap: 0.5vw;
    align-items: flex-start;
    width: auto;
  }
  .visa-listing-body-section__more-infor-section__items-wrapper__item span {
    font-size: 0.7vw;
  }
  .visa-listing-body-section__more-infor-section__items-wrapper__item a {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 600px) {
  .visa-listing-body-section__more-infor-section {
    gap: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .visa-listing-body-section__more-infor-section {
    gap: 2vw;
  }
}

.visa-inner-body-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}
.visa-inner-body-section__req-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.visa-inner-body-section__req-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .visa-inner-body-section__req-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .visa-inner-body-section__req-section {
    gap: 4vw;
  }
}
.visa-inner-body-section__condition-2-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  background: #ffffff;
}
.visa-inner-body-section__condition-2-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .visa-inner-body-section__condition-2-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .visa-inner-body-section__condition-2-section {
    gap: 4vw;
  }
}

.world-dest-body-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}
.world-dest-body-section__featured-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../assets/images/destination-bg.png") rgb(250, 244, 244);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  position: relative;
}
.world-dest-body-section__featured-section__featured-item-wrapper {
  width: 100%;
}
.world-dest-body-section__featured-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.3;
  background: #927b64;
}
@media only screen and (min-width: 600px) {
  .world-dest-body-section__featured-section__featured-item-wrapper {
    width: 65vw;
  }
}
@media only screen and (min-width: 1025px) {
  .world-dest-body-section__featured-section__featured-item-wrapper {
    width: 47vw;
  }
  .world-dest-body-section__featured-section__featured-item-wrapper .mack-cmn-card-2__title-wrapper {
    padding: 0vw 2.5vw 2.5vw;
  }
  .world-dest-body-section__featured-section__featured-item-wrapper .mack-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    bottom: 2.5vw;
  }
}
.world-dest-body-section__top-destination-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.world-dest-body-section__top-destination-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.world-dest-body-section__top-destination-section__cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.world-dest-body-section__top-destination-section__cards-wrapper li {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .world-dest-body-section__top-destination-section {
    gap: 20px;
  }
  .world-dest-body-section__top-destination-section__cards-wrapper {
    gap: 20px;
  }
  .world-dest-body-section__top-destination-section__cards-wrapper li {
    width: calc(33.33% - 13.3333333333px);
  }
  .world-dest-body-section__top-destination-section__cards-wrapper .mack-cmn-card-2__img-wrapper {
    aspect-ratio: 4/5;
  }
}
@media only screen and (min-width: 1200px) {
  .world-dest-body-section__top-destination-section {
    gap: 4vw;
  }
  .world-dest-body-section__top-destination-section__cards-wrapper {
    gap: 1.5vw;
  }
  .world-dest-body-section__top-destination-section__cards-wrapper li {
    width: calc(25% - 1.125vw);
  }
}

.dest-inner-body-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}
.dest-inner-body-section__properties-section {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
}
.dest-inner-body-section__properties-section__items-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 40px;
}
.dest-inner-body-section__properties-section__items-wrapper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.dest-inner-body-section__properties-section__items-wrapper__item span {
  font-weight: 600;
  font-size: 12px;
}
@media only screen and (min-width: 600px) {
  .dest-inner-body-section__properties-section__items-wrapper {
    gap: 15px 50px;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item {
    align-items: flex-start;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .dest-inner-body-section__properties-section__items-wrapper {
    padding: 1.7vw;
    gap: 1vw 6vw;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item {
    align-items: flex-start;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item span {
    font-size: 0.7vw;
  }
}
.dest-inner-body-section__must-attract-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background: url("../assets/images/destination-bg.png") rgb(250, 244, 244);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.dest-inner-body-section__must-attract-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.dest-inner-body-section__must-attract-section__items-wrapper {
  display: flex;
  width: 100%;
}
.dest-inner-body-section__must-attract-section__items-wrapper a {
  padding: 0 10px;
}
@media only screen and (min-width: 600px) {
  .dest-inner-body-section__must-attract-section {
    gap: 20px;
  }
  .dest-inner-body-section__must-attract-section__items-wrapper a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .dest-inner-body-section__must-attract-section {
    gap: 4vw;
  }
  .dest-inner-body-section__must-attract-section__items-wrapper a {
    padding: 0 0.7vw;
  }
  .dest-inner-body-section__must-attract-section__items-wrapper .mack-cmn-card-4 {
    margin: 0 0.75vw;
  }
}
.dest-inner-body-section__packages-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.dest-inner-body-section__packages-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.dest-inner-body-section__packages-section__items-wrapper {
  display: flex;
  width: 100%;
}
.dest-inner-body-section__packages-section__items-wrapper a {
  padding: 0 10px;
  margin: 15px 0;
}
.dest-inner-body-section__packages-section__items-wrapper a:nth-child(4n) .mack-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.dest-inner-body-section__packages-section__items-wrapper a:nth-child(4n-1) .mack-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}
.dest-inner-body-section__packages-section__items-wrapper a:nth-child(4n-2) .mack-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
.dest-inner-body-section__packages-section__items-wrapper a:nth-child(4n-3) .mack-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
@media only screen and (min-width: 600px) {
  .dest-inner-body-section__packages-section {
    gap: 20px;
  }
  .dest-inner-body-section__packages-section__items-wrapper a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .dest-inner-body-section__packages-section {
    gap: 4vw;
  }
  .dest-inner-body-section__packages-section__items-wrapper a {
    padding: 0 0.7vw;
  }
  .dest-inner-body-section__packages-section__items-wrapper a .mack-cmn-card-1__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.dest-inner-body-section__gal-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background: url("../assets/images/z-out-bg.png") rgb(250, 244, 244);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.dest-inner-body-section__gal-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .dest-inner-body-section__gal-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .dest-inner-body-section__gal-section {
    gap: 4vw;
  }
}
.dest-inner-body-section__dyk-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: #ffffff;
}
.dest-inner-body-section__dyk-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.dest-inner-body-section__dyk-section__accordion-wrapper {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .dest-inner-body-section__dyk-section {
    gap: 20px;
  }
  .dest-inner-body-section__dyk-section__accordion-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .dest-inner-body-section__dyk-section {
    gap: 4vw;
  }
  .dest-inner-body-section__dyk-section__accordion-wrapper {
    padding: 0 7.5vw;
  }
}

.about-us-body-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}
.about-us-body-section__our-vision-section {
  width: 100%;
}
.about-us-body-section__our-vision-section__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.about-us-body-section__our-vision-section__wrapper__left img {
  aspect-ratio: 1.5/1;
}
.about-us-body-section__our-vision-section__wrapper__right {
  display: flex;
  position: relative;
  padding: 70px 50px;
  background: var(--R, linear-gradient(70deg, #c41230 0%, #88132e 100%));
}
.about-us-body-section__our-vision-section__wrapper__right__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  z-index: 2;
}
.about-us-body-section__our-vision-section__wrapper__right__content-wrapper h2 {
  text-transform: uppercase;
}
.about-us-body-section__our-vision-section__wrapper__right__content-wrapper p {
  font-weight: 600;
}
.about-us-body-section__our-vision-section__wrapper__right::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: url("../assets/images/mack-icon-black.svg") center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .about-us-body-section__our-vision-section__wrapper {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    height: 100%;
  }
  .about-us-body-section__our-vision-section__wrapper__left {
    width: 50%;
  }
  .about-us-body-section__our-vision-section__wrapper__left img {
    aspect-ratio: 1.9/1;
  }
  .about-us-body-section__our-vision-section__wrapper__right {
    width: 50%;
  }
  .about-us-body-section__our-vision-section__wrapper__right__content-wrapper {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .about-us-body-section__our-vision-section__wrapper__right__content-wrapper p {
    font-size: 1.5vw;
  }
}
.about-us-body-section__service-prom {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  align-items: center;
}
.about-us-body-section__service-prom h3 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .about-us-body-section__service-prom {
    gap: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-us-body-section__service-prom {
    gap: 2vw;
  }
}
.about-us-body-section__gal-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
  background: url("../assets/images/z-out-bg.png") rgb(250, 244, 244);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.about-us-body-section__gal-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .about-us-body-section__gal-section {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .about-us-body-section__gal-section {
    padding: 4vw 0;
  }
}
.about-us-body-section ul {
  padding: 20px 0;
  flex-direction: column;
  gap: 10px;
}
.about-us-body-section ul li {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .about-us-body-section ul {
    padding: 1.5vw 0;
    gap: 1vw;
  }
}

.travel-pack-listing-body-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}
.travel-pack-listing-body-section__package-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.travel-pack-listing-body-section__package-wrapper .mack-cmn-card-5:nth-child(4n) .mack-cmn-card-5__img-wrapper::before {
  background-color: #9b59b6;
}
.travel-pack-listing-body-section__package-wrapper .mack-cmn-card-5:nth-child(4n-1) .mack-cmn-card-5__img-wrapper::before {
  background-color: #2ecc71;
}
.travel-pack-listing-body-section__package-wrapper .mack-cmn-card-5:nth-child(4n-2) .mack-cmn-card-5__img-wrapper::before {
  background-color: #e74c3c;
}
.travel-pack-listing-body-section__package-wrapper .mack-cmn-card-5:nth-child(4n-3) .mack-cmn-card-5__img-wrapper::before {
  background-color: #f1c40f;
}
@media only screen and (min-width: 600px) {
  .travel-pack-listing-body-section__package-wrapper .mack-cmn-card-5:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-listing-body-section__package-wrapper .mack-cmn-card-5:nth-child(2n) .mack-cmn-card-5__content-wrapper {
    padding: 4.5vw 4vw 0 1vw;
  }
}
@media only screen and (min-width: 600px) {
  .travel-pack-listing-body-section__package-wrapper {
    gap: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-listing-body-section__package-wrapper {
    gap: 4.5vw;
  }
}

.travel-pack-inner-body-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f2f2f2;
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section .template-heading-section {
    gap: 1.2vw;
  }
}
.travel-pack-inner-body-section__properties-section {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
}
.travel-pack-inner-body-section__properties-section__items-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 40px;
}
.travel-pack-inner-body-section__properties-section__items-wrapper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.travel-pack-inner-body-section__properties-section__items-wrapper__item span {
  font-weight: 600;
  font-size: 12px;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__properties-section__items-wrapper {
    gap: 15px 50px;
  }
  .travel-pack-inner-body-section__properties-section__items-wrapper__item {
    align-items: flex-start;
  }
  .travel-pack-inner-body-section__properties-section__items-wrapper__item span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__properties-section {
    padding: 1vw;
  }
  .travel-pack-inner-body-section__properties-section__items-wrapper {
    padding: 1.7vw;
    gap: 1vw 6vw;
  }
  .travel-pack-inner-body-section__properties-section__items-wrapper__item {
    align-items: flex-start;
  }
  .travel-pack-inner-body-section__properties-section__items-wrapper__item span {
    font-size: 0.7vw;
  }
}
.travel-pack-inner-body-section__iternerary-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.travel-pack-inner-body-section__iternerary-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.travel-pack-inner-body-section__iternerary-section__accordion-wrapper {
  width: 100%;
  background-color: none;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__iternerary-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__iternerary-section {
    gap: 1.25vw;
  }
  .travel-pack-inner-body-section__iternerary-section__accordion-wrapper {
    padding: 0 7.5vw;
  }
}
.travel-pack-inner-body-section__inclusion-section {
  background-color: #ffffff;
}
.travel-pack-inner-body-section__inclusion-section__inclusion-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.travel-pack-inner-body-section__inclusion-section__inclusion-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.travel-pack-inner-body-section__inclusion-section__inclusion-wrapper__item h3 {
  text-transform: uppercase;
  color: #927b64;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__inclusion-section__inclusion-wrapper {
    gap: 30px;
  }
  .travel-pack-inner-body-section__inclusion-section__inclusion-wrapper__item {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__inclusion-section__inclusion-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5vw;
  }
  .travel-pack-inner-body-section__inclusion-section__inclusion-wrapper__item {
    width: calc(50% - 0.75vw);
  }
}
.travel-pack-inner-body-section__review-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding-bottom: 80px;
}
.travel-pack-inner-body-section__review-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.travel-pack-inner-body-section__review-section .hm-body-section__review-section__review-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__review-section .hm-body-section__review-section__review-wrapper {
    width: 65%;
    border-left: 3px solid rgba(117, 120, 123, 0.3);
    padding-right: 10vw;
    padding-left: 30px;
  }
}
.travel-pack-inner-body-section__review-section .slick-prev {
  left: 30%;
  bottom: -100px;
  right: unset;
  top: unset;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__review-section .slick-prev {
    left: 40%;
    bottom: -100px;
    right: unset;
    top: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__review-section .slick-prev {
    left: unset;
    right: 0vw;
    top: 35%;
  }
}
.travel-pack-inner-body-section__review-section .slick-next {
  top: unset;
  right: 30%;
  left: unset;
  bottom: -100px;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__review-section .slick-next {
    top: unset;
    right: 40%;
    left: unset;
    bottom: -100px;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__review-section .slick-next {
    left: unset;
    right: 0vw;
    top: 65%;
  }
}
.travel-pack-inner-body-section__gal-section {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background: url("../assets/images/z-out-bg.png") rgb(250, 244, 244);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.travel-pack-inner-body-section__gal-section h2 {
  color: #927b64;
  text-transform: uppercase;
}
.travel-pack-inner-body-section__gal-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.3;
  background: #927b64;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__gal-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__gal-section {
    gap: 4vw;
  }
}
.travel-pack-inner-body-section__more-infor-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.travel-pack-inner-body-section__more-infor-section__items-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.travel-pack-inner-body-section__more-infor-section__items-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.travel-pack-inner-body-section__more-infor-section__items-wrapper__item span {
  color: #927b64;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.travel-pack-inner-body-section__more-infor-section__items-wrapper__item a {
  color: #927b64;
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
  transition: 0.3s ease-in-out;
}
.travel-pack-inner-body-section__more-infor-section__items-wrapper__item:hover a {
  color: #b9ab96;
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__more-infor-section__items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 50px;
  }
  .travel-pack-inner-body-section__more-infor-section__items-wrapper__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .travel-pack-inner-body-section__more-infor-section__items-wrapper {
    flex-wrap: nowrap;
    gap: 10px 5vw;
    justify-content: flex-start;
    padding: 0 5vw;
  }
  .travel-pack-inner-body-section__more-infor-section__items-wrapper__item {
    gap: 0.5vw;
    align-items: flex-start;
    width: auto;
  }
  .travel-pack-inner-body-section__more-infor-section__items-wrapper__item span {
    font-size: 0.7vw;
  }
  .travel-pack-inner-body-section__more-infor-section__items-wrapper__item a {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 600px) {
  .travel-pack-inner-body-section__more-infor-section {
    gap: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .travel-pack-inner-body-section__more-infor-section {
    gap: 2vw;
  }
}

.business-travel-inner-body-section__props-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.business-travel-inner-body-section__props-section__props-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  justify-content: center;
}
.business-travel-inner-body-section__props-section__props-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
  align-items: center;
}
.business-travel-inner-body-section__props-section__props-wrapper__item img {
  border-radius: 20px;
  aspect-ratio: 1;
}
.business-travel-inner-body-section__props-section__props-wrapper__item h3 {
  text-transform: uppercase;
  color: #927b64;
}
@media only screen and (min-width: 600px) {
  .business-travel-inner-body-section__props-section {
    gap: 50px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper {
    flex-direction: row;
    gap: 50px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item {
    width: calc(33.33% - 33.3333333333px);
  }
}
@media only screen and (min-width: 1025px) {
  .business-travel-inner-body-section__props-section {
    gap: 3.5vw;
  }
  .business-travel-inner-body-section__props-section__props-wrapper {
    gap: 3.5vw 5vw;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item {
    gap: 1.5vw;
    width: calc(33.33% - 8vw);
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item img {
    width: 50%;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item h3 {
    font-size: 1.4vw;
  }
}
.business-travel-inner-body-section__more-infor-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.business-travel-inner-body-section__more-infor-section__items-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.business-travel-inner-body-section__more-infor-section__items-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.business-travel-inner-body-section__more-infor-section__items-wrapper__item span {
  color: #927b64;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.business-travel-inner-body-section__more-infor-section__items-wrapper__item a {
  color: #927b64;
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
  transition: 0.3s ease-in-out;
}
.business-travel-inner-body-section__more-infor-section__items-wrapper__item:hover a {
  color: #b9ab96;
}
@media only screen and (min-width: 600px) {
  .business-travel-inner-body-section__more-infor-section__items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 50px;
  }
  .business-travel-inner-body-section__more-infor-section__items-wrapper__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .business-travel-inner-body-section__more-infor-section__items-wrapper {
    flex-wrap: nowrap;
    gap: 10px 5vw;
    justify-content: flex-start;
    padding: 0 5vw;
  }
  .business-travel-inner-body-section__more-infor-section__items-wrapper__item {
    gap: 0.5vw;
    align-items: flex-start;
    width: auto;
  }
  .business-travel-inner-body-section__more-infor-section__items-wrapper__item span {
    font-size: 0.7vw;
  }
  .business-travel-inner-body-section__more-infor-section__items-wrapper__item a {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 600px) {
  .business-travel-inner-body-section__more-infor-section {
    gap: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .business-travel-inner-body-section__more-infor-section {
    gap: 2vw;
  }
}

.instalment-plan-body-section__props-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.instalment-plan-body-section__props-section__props-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px;
}
.instalment-plan-body-section__props-section__props-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.instalment-plan-body-section__props-section__props-wrapper__item__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 30px;
  border: 1px solid #75787b;
}
.instalment-plan-body-section__props-section__props-wrapper__item h3 {
  text-transform: uppercase;
  color: #927b64;
}
@media only screen and (min-width: 600px) {
  .instalment-plan-body-section__props-section {
    gap: 50px;
  }
  .instalment-plan-body-section__props-section__props-wrapper {
    flex-direction: row;
    gap: 50px;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item {
    text-align: left;
    width: calc(33.33% - 33.3333333333px);
  }
  .instalment-plan-body-section__props-section__props-wrapper__item__img-wrapper {
    border-radius: 20px;
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .instalment-plan-body-section__props-section {
    gap: 3.5vw;
  }
  .instalment-plan-body-section__props-section__props-wrapper {
    gap: 1.5vw 1.5vw;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item {
    gap: 1.5vw;
    width: calc(25% - 1.125vw);
  }
  .instalment-plan-body-section__props-section__props-wrapper__item__img-wrapper {
    border-radius: 20px;
    padding: 60px 35px;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item h3 {
    font-size: 1.4vw;
  }
}
.instalment-plan-body-section__more-infor-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.instalment-plan-body-section__more-infor-section__items-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.instalment-plan-body-section__more-infor-section__items-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.instalment-plan-body-section__more-infor-section__items-wrapper__item span {
  color: #927b64;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.instalment-plan-body-section__more-infor-section__items-wrapper__item a {
  color: #927b64;
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
  transition: 0.3s ease-in-out;
}
.instalment-plan-body-section__more-infor-section__items-wrapper__item:hover a {
  color: #b9ab96;
}
@media only screen and (min-width: 600px) {
  .instalment-plan-body-section__more-infor-section__items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 50px;
  }
  .instalment-plan-body-section__more-infor-section__items-wrapper__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .instalment-plan-body-section__more-infor-section__items-wrapper {
    flex-wrap: nowrap;
    gap: 10px 5vw;
    justify-content: flex-start;
    padding: 0 5vw;
  }
  .instalment-plan-body-section__more-infor-section__items-wrapper__item {
    gap: 0.5vw;
    align-items: flex-start;
    width: auto;
  }
  .instalment-plan-body-section__more-infor-section__items-wrapper__item span {
    font-size: 0.7vw;
  }
  .instalment-plan-body-section__more-infor-section__items-wrapper__item a {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 600px) {
  .instalment-plan-body-section__more-infor-section {
    gap: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .instalment-plan-body-section__more-infor-section {
    gap: 2vw;
  }
}

.cust-review-body-section__review-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 35px;
  background-color: #ffffff;
}
.cust-review-body-section__review-wrapper__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__stars-wrapper {
  display: flex;
  width: 100%;
  padding: 30px 0 20px 0;
  justify-content: center;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__stars-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #75787b;
  opacity: 0.2;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__stars-wrapper svg.rated {
  fill: #f1c40f;
  opacity: 1;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__content__main {
  width: 100%;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__content__main p {
  font-style: italic;
  font-weight: 400;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer p {
  font-size: 15px;
  color: #927b64;
  font-weight: 500;
}
.cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer a {
  text-transform: uppercase;
  font-size: 13px;
  color: #927b64;
  font-weight: 600;
}
.cust-review-body-section__review-wrapper__item__img-wrapper {
  position: relative;
  aspect-ratio: 1;
}
.cust-review-body-section__review-wrapper__item__img-wrapper img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 1;
}
.cust-review-body-section__review-wrapper__item__img-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f2f2f;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .cust-review-body-section__review-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.5vw;
  }
  .cust-review-body-section__review-wrapper__item {
    flex-direction: row;
    width: 100%;
  }
  .cust-review-body-section__review-wrapper__item__img-wrapper {
    width: 30%;
  }
  .cust-review-body-section__review-wrapper__item__img-wrapper img {
    border-radius: 2vw;
  }
  .cust-review-body-section__review-wrapper__item__img-wrapper::before {
    content: "";
    border-radius: 2vw;
    z-index: 1;
  }
  .cust-review-body-section__review-wrapper__item__desc-wrapper {
    width: 70%;
    padding-left: 5vw;
  }
  .cust-review-body-section__review-wrapper__item__desc-wrapper__stars-wrapper {
    justify-content: flex-start;
    padding: 3.5vw 0 1vw 0;
  }
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer p {
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 1.6 px;
  }
  .cust-review-body-section__review-wrapper__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .cust-review-body-section__review-wrapper__item:nth-child(2n) .cust-review-body-section__review-wrapper__item__desc-wrapper {
    padding-left: 0;
    padding-right: 5vw;
  }
  .cust-review-body-section__review-wrapper__item:nth-child(4n) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
    background-color: #9b59b6;
  }
  .cust-review-body-section__review-wrapper__item:nth-child(4n-1) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
    background-color: #2ecc71;
  }
  .cust-review-body-section__review-wrapper__item:nth-child(4n-2) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
    background-color: #e74c3c;
  }
  .cust-review-body-section__review-wrapper__item:nth-child(4n-3) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
    background-color: #f1c40f;
  }
}

.career-body-section__openings-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  gap: 50px;
}
.career-body-section__openings-section h2 {
  color: #927b64;
}
.career-body-section__openings-section__jobs-listing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.career-body-section__openings-section__jobs-listing-wrapper__item {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}
.career-body-section__openings-section__jobs-listing-wrapper__item:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b9ab96;
  opacity: 0.5;
}
.career-body-section__openings-section__jobs-listing-wrapper__item h3 {
  color: #927b64;
}
@media only screen and (min-width: 1025px) {
  .career-body-section__openings-section__jobs-listing-wrapper {
    gap: 5vw;
  }
  .career-body-section__openings-section__jobs-listing-wrapper__item {
    gap: 2vw;
  }
  .career-body-section__openings-section__jobs-listing-wrapper__item:after {
    content: "";
    position: absolute;
    bottom: -2.5vw;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b9ab96;
    opacity: 0.5;
  }
}

.contact-us-body-section__map-wrapper iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 1025px) {
  .contact-us-body-section__map-wrapper iframe {
    height: 30vw;
  }
}

.csr-inner-body-section__main-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.csr-inner-body-section__main-content__head-wrapper {
  width: 100%;
}
.csr-inner-body-section__main-content__img-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.csr-inner-body-section__main-content__img-wrapper img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1;
}
@media only screen and (min-width: 600px) {
  .csr-inner-body-section__main-content__img-wrapper img {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .csr-inner-body-section__main-content__img-wrapper {
    gap: 1vw;
  }
  .csr-inner-body-section__main-content__img-wrapper img {
    width: calc(33.3333333333% - 0.6666666667vw);
  }
}
.csr-inner-body-section__project-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
}
.csr-inner-body-section__project-section__heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.csr-inner-body-section__project-section__heading h2 {
  text-transform: uppercase;
}
.csr-inner-body-section__project-section__project-wrapper {
  width: calc(100% + 20px);
  transform: translateX(-10px);
}
.csr-inner-body-section__project-section__project-wrapper a {
  margin: 0 10px;
}
@media only screen and (min-width: 1025px) {
  .csr-inner-body-section {
    gap: 2vw;
  }
  .csr-inner-body-section__project-section {
    gap: 4vw;
  }
  .csr-inner-body-section__project-section__project-wrapper {
    width: calc(100% + 2.4vw);
    transform: translateX(-1.2vw);
  }
  .csr-inner-body-section__project-section__project-wrapper a {
    margin: 0 1.2vw;
  }
}
.csr-inner-body-section .share-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #927b64;
  width: 100%;
}
.csr-inner-body-section .share-wrapper__item-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.csr-inner-body-section .share-wrapper__item-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #927b64;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .csr-inner-body-section .share-wrapper__item-wrapper svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .csr-inner-body-section .share-wrapper span {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 1025px) {
  .csr-inner-body-section .share-wrapper {
    justify-content: flex-start;
  }
}
/*# sourceMappingURL=style.min.css.map */
