/* ---------- FONTS ---------- */
body {
  font-family: 'proxima-nova', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  font-family: inherit;
}

h1 {
  font-size: 70px;
}
h2 {
  font-size: 36px;
}
.fs-5_5 {
  font-size: 18px;
}
.fs-7 {
  font-size: 14px;
}
.fs-10 {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .fs-md-6 {
    font-size: 16px;
  }
}
.lh-normal {
  line-height: normal;
}

.fw-light {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
}

.fw-semibold {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
}

.fw-bold {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}

.error-message {
  margin-top: 4px;
  font-size: 12px;
  color: #dc3545;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}


/* ---------- COLORS ---------- */
.bg-darkgrey {
  background: #54565A;
}

/* ---------- LINKS ---------- */
.link-white {
  color: #fff;
}
.link-no-underline {
  text-decoration: none;
}

/* ---------- BUTTONS ---------- */
.btn {
  border-radius: 42px;
}
.btn-main-primary {
  background-color: #F5C446;
  color: #000;
}
.btn-main-primary:hover {
  background-color: #eeb625;
  color: #000;
}

/* ---------- SIZING ---------- */
.min-w-195 {
  min-width: 195px;
}
@media screen and (min-width: 768px) {
  .min-w-md-195 {
    min-width: 195px;
  }
}

/* ---------- GAPS ---------- */
.col-gap-6 {
  column-gap: 4rem;
}

/* ---------- SPACING ---------- */
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pe-20 {
  padding-right: 20px;
}
.ps-20 {
  padding-left: 20px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.me-20 {
  margin-right: 20px;
}
.ms-20 {
  margin-left: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .px-md-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.mr-32 {
  margin-right: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mb-40 {
  margin-bottom: 40px;
}
.py-40 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.me-64 {
  margin-right: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pe-100 {
  padding-right: 100px;
}
.ps-100 {
  padding-left: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.mr-100 {
  margin-right: 100px;
}
@media screen and (min-width: 768px) {
  .mr-md-100 {
    margin-right: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}

/* ---------- TOP MENU ---------- */
.top-menu {
  background: rgba(244, 244, 244, 0.96);
}
.top-nav-items .border-end:first-child{
    padding-left: 0 !important;
}
.top-nav-items .border-end:last-child{
    border-right: none !important;
    padding-right: 0 !important;
}
.top-menu-mobile__dropdown {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.top-menu-mobile__dropdown-menu.show {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 8px 0;
  width: 90%;
  top: 8px !important;
}
/* ---------- NAVIGATION ---------- */
.navbar-brand {
  margin-right: 0;
  text-align: center;
}
.navbar-nav-main {
  gap: 100px;
  justify-content: center;
}
.navbar-nav-main .nav-link {
  font-weight: 600;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.navbar-icon__user {
  margin-right: 20px;
}
.navbar-icon__user-dropdown {
  border: 0;
  box-shadow: none;
  background: transparent;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.navbar-icon__user-dropdown::after {
  display: none;
}
.navbar-icon__user .dropdown-menu.show {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  top: calc(100% + 8px);
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 11px;
    padding-bottom: 11px;
    min-height: 56px;
  }
  .navbar-mobile {
    height: 35px;
  }
  .navbar-mobile .navbar-brand {
    padding: 0;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    width: fit-content;
    transform: translate(-50%, 0);
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-nav-main {
    gap: 20px !important;
    padding: 32px 16px;
  }
  .navbar-icon__user {
    margin-right: 16px;
  }
  .navbar-icon__user-dropdown {
    border: 0;
    box-shadow: none;
    background: transparent;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 4px;
  }
  .navbar-icon__user-dropdown::after {
    display: none;
  }
  .navbar-icon__user .dropdown-menu.show {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    top: calc(100% + 8px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav-main {
    gap: 40px;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav-main__right {
    padding-right: 20px;
  }
  #shoppingbag-user img, .navbar-icon__user-dropdown img {
    height: 24px;
  }
}
@media screen and (min-width: 1199px) {
  .navbar-nav-main__right {
    padding-right: 100px;
  }
  #shoppingbag-user img, .navbar-icon__user-dropdown img {
    height: 30px;
  }
}
@media screen and (max-width: 1199px){
  .navbar-nav-main li > a {
    font-size: 14px;
  }
  .navbar-nav-main__right {
    padding-right: 100px;
  }
  .navbar-nav-main__right li > a{
    font-size: 14px;
  }

}

@media screen and (max-width: 1280px) {
  .navbar-nav-main__right {
    padding-right: 100px;
  }
  .navbar-nav-main {
    gap: 60px;
  }
}
.navbar-collapse-container {
  z-index: 9;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
}
/* LoyaltyPoints */
.loyalty-points {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  gap: 4px;
  width: 140px;
  height: 36px;
  background: #373A36;
  border-radius: 36px;
  color: #fff;
  font-size: 14px;
  margin-right: 24px;
  cursor: pointer;
}
.loyalty-points:hover {
  background: #222421;
}
.points {
  width: 110px;
  text-align: center;
}
.loyalty-points a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}
.loyalty-points a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .loyalty-points {
    width: 120px;
    font-size: 11px;
    height: 24px;
    padding: 4px 10px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .loyalty-points-tablet {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .loyalty-points {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-points a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
  }

  .loyalty-points {
    margin-right: 0;
    font-size: 12px;
    padding: 8px 0 !important;
    top: 0;
    left: 0;
    width: 130px;
  }
}

/* ---------- CUSTOM NAVBAR HAS LOYALTY ---------- */
.navbar-has-loyalty .navbar-nav-main{
  gap: 60px;
  padding-right: 40px;
  justify-content: flex-end;
}
.navbar-has-loyalty .navbar-nav-main__right {
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 100px;
  gap: 40px;
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .navbar-has-loyalty .navbar-nav-main__right {
    gap: 16px !important;
    padding-left: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .navbar-has-loyalty .navbar-icon__user {
    margin-right: 16px;
  }
  .navbar-has-loyalty .navbar-icon__user.dropdown img {
    height: 24px;
  }
  .navbar-has-loyalty .mega-menu__link img {
    height: 24px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .navbar-has-loyalty .navbar-brand img {
    max-width: 160px;
    height: auto;
  }
  .navbar-has-loyalty .navbar-nav-main li > a {
    font-size: 15px;
  }
  .navbar-has-loyalty .navbar-nav-main {
    gap: 40px;
    padding-right: 24px;
  }
  .navbar-has-loyalty .loyalty-points {
    height: 32px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .navbar-has-loyalty .navbar-nav-main {
    gap: 40px;
    padding-right: 24px;
  }
  .navbar-has-loyalty .navbar-nav-main__right {
    gap: 24px;
    padding-left: 24px;
  }
  .navbar-has-loyalty .navbar-brand img {
    max-width: 140px;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1140px) {
  .navbar-has-loyalty .navbar-nav-main li > a {
    font-size: 13px;
  }
  .navbar-has-loyalty .navbar-nav-main__right {
    padding-left: 16px;
    gap: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1075px) {
  .navbar-has-loyalty .navbar-nav-main li > a {
    font-size: 12px;
  }
  .navbar-has-loyalty .navbar-nav-main__right {
    padding-left: 8px;
    gap: 8px;
  }
  .navbar-has-loyalty .navbar-icon__user {
    margin-right: 8px;
  }
  .navbar-has-loyalty .navbar-icon__user.dropdown img {
    height: 18px;
  }
  .navbar-has-loyalty .mega-menu__link img {
    height: 18px !important;
  }
}

/* ---------- HERO ---------- */
.hero-container {
  position: relative;
}
.hero-image {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hero-image {
    display: none;
  }
  .hero-image-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hero-image-mobile {
    display: none;
  }
}
.hero-container-mobile-small {
  position: relative;
}
.hero-container-mobile-small .hero-image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.45);
}
.hero-image img {
  object-fit: cover;
  width: 100%;
}
.hero-video {
  padding: 0;
  height: 563px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.hero-video::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.20);
}
.hero-video video {
  min-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero-video {
    height: 464px;
  }
  .hero-video video {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-video {
    height: 432px;
    width: 100%;
  }
  .hero-video video {
    height: 100%;
    width: 100%;
  }
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .hero-container {
    min-height: 432px;
  }
  .hero-container.hero-container-mobile-small {
    min-height: 213px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 50px;
  }
}


/* ---------- SECTION IMAGE ---------- */
.sectionImage-container {
  position: relative;
}
.sectionImage-image {
  padding: 0;
}
.sectionImage-image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.sectionImage-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sectionImage-image {
    display: none;
  }
  .sectionImage-image img {
    width: auto;
    height: 100%;
  }
  .sectionImage-image-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sectionImage-image img {
    min-height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .sectionImage-image-mobile {
    display: none;
  }
}
.sectionImage-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.sectionImage-content h2 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sectionImage-container {
    min-height: 392px;
  }
  .sectionImage-content {
    padding-left: 70px;
    padding-right: 70px;
  }
  .sectionImage-content h2 {
    font-size: 20px;
  }
  .sectionImage-content p {
    font-size: 12px;
  }
}

/* ---------- HOMEPAGE ---------- */
.list-benefit {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .list-benefit {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .list-benefit {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-benefit-item__image {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list-benefit-item__image {
    min-height: 392px;
    object-fit: cover;
    margin-bottom: 24px;
  }
}
.list-benefit-item__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.list-benefit-item__content-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.list-benefit-item__content-subtitle {
  margin-bottom: 24px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .list-benefit-item__content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }
  .list-benefit-item__content-title {
    font-size: 16px;
  }
  .list-benefit-item__content-subtitle {
    font-size: 12px;
    max-width: 50%;
  }
}
/* px-32 justify-content-center align-items-center text-center pt-100 pb-64 */
.igSection {
  padding-top: 100px;
  padding-bottom: 65px;
}
.igSection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 64px;
  padding-right: 64px;
}
.igSection-title {
  margin-bottom: 60px;
  color: #fff;
  font-weight: 600;
}
.igSection-list {
  display: flex;
  column-gap: 46px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .igSection {
    padding-top: 35px;
    padding-bottom: 42px;
  }
  .igSection-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .igSection-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .igSection-list {
    margin-bottom: 28px;
    row-gap: 26px;
    column-gap: 20px;
    flex-wrap: wrap;
  }
  .igSection-list .igSection-list-item {
    width: 46%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .igSection {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

/* ---------- SLIDER ---------- */
@media screen and (max-width: 767px) {
  .home-slider-img img{
    height: 392px;
    width: auto;
    object-fit: cover;
  }
}
.home-slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.home-sslider-content__title {
  font-weight: 600;
  margin-bottom: 28px;
}
.home-sslider-content__subtitle {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-slider-content {
    padding: 40px 16px;
    min-height: 260px;
  }
  .home-sslider-content__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home-sslider-content__subtitle {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .home-sslider-content__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home-sslider-content__subtitle {
    font-size: 12px;
  }
}

/* ---------- TEXT WITH IMAGE SECTION ---------- */


/* ---------- TWO SECTION ---------- */
.two-section {
  justify-content: center !important;
  padding: 67px 16px 75px;
}
.two-section-left {
  text-align: right;
}
.two-section-right {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}
.two-section-right p{
  font-weight: 600;
  font-size: 16px;
}
.two-section-button {
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 1199px) {
  .two-section {
    padding: 14px 20px;
  }
  .two-section-left {
    text-align: center;
  }
  .two-section-left img {
    width: 192px;
    margin-bottom: 16px;
  }
  .two-section-left-full img {
    width: 100%;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .two-section-right {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
  }
  .two-section-right p{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 0 16px;
  }
  .two-section-button {
    column-gap: 10px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .two-section {
    padding: 32px;
  }
}

/* ---------- LOYALTY ---------- */
.list-loyalty {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 48px;
}
.list-loyalty-item {
  width: 20%;
}
.list-loyalty-item__image {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .list-loyalty {
    flex-direction: column;
  }
  .list-loyalty-item {
    width: 100%;
  }
  .list-loyalty-item__image {
    margin-bottom: 24px;
  }
}

/* ---------- FOOTER ---------- */
.footer {
  background: rgba(244, 244, 244, 0.96);
  padding: 36px 64px;
}
.footer-newsletter .form-control {
  border-radius: 0;
  padding: 7px 9px 7px 3px;
}
.list-menu {
  padding-left: 0;
  list-style: none;
}
.list-menu li {
  margin-bottom: 12px;
}
.list-menu li>a {
  color: #000;
  text-decoration: none;
}
.list-menu li>a:hover {
  text-decoration: underline;
}
.footer-menu__social-list {
  display: flex;
  width: 60%;
  margin-right: auto;
  flex-wrap: wrap;
}
.footer-menu__social-list a {
  width: 50%;
  margin-bottom: 32px;
}
.footer-menu__item {
  padding-left: 0;
  padding-right: 0;
}
.footer-menu__item:not(:last-child) .footer-menu-accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #B9B9B9;
}
.footer-menu-sub-link {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 16px;
}
.footer-menu-accordion .accordion-item .accordion-button, .footer-menu-accordion .accordion-item .accordion-collapse {
  background: rgba(244, 244, 244, 0.96);
}
.footer-menu-accordion .accordion-item .accordion-button {
  padding: 24px 16px;
  font-weight: 600;
}
.footer-menu-accordion .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.footer-menu-accordion .list-menu {
  padding: 16px;
  margin-bottom: 0;
  background: rgba(244, 244, 244, 0.96);
}

@media screen and (max-width: 767px) { 
  .footer {
    padding: 16px 16px 110px;
  }
  .footer-newsletter {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-menu__social-list {
    width: 100%;
    column-gap: 50px;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 32px;
  }
  .footer-menu__social-list a {
    width: auto;
    margin-bottom: 0;
  }
  .footer-menu__social-list a img {
    width: 32px;
  }
}

/* ---------- BOTTOM MENU ---------- */
.bottom-menu {
  background-color: #54565A;
  color: #fff;
  padding: 18px 32px;
  align-items: center;
}
.bottom-menu-left__copyright {
  margin-bottom: 0;
  font-size: 14px;
}
.bottom-menu-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bottom-menu-right__menu {
  margin-right: 100px;
  display: flex;
  column-gap: 32px;
  justify-content: center;
  align-items: center;
}
.bottom-menu-right__menu-link {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) { 
  .bottom-menu {
    padding: 28px 18px 18px;
  }
  .bottom-menu-left {
    text-align: center;
  }
  .bottom-menu-left__copyright {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .bottom-menu-right {
    justify-content: center;
  }
  .bottom-menu-right__menu {
    margin-right: 0;
    column-gap: 24px;
  }
  .bottom-menu-right__menu-link {
    font-size: 12px;
  }
}

/* ---------- SERVICES PAGE ---------- */
/* ---------- NAVBAR ICON SECTION ---------- */
.navbar-icon-container {
  padding: 32px 32px 45px;
  position: relative;
}
.navbar-icon-cta {
  position: absolute;
  right: -16px;
  top: 32px;
}
.navbar-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 120px;
  position: relative;
}
.navbar-icon::after {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #D9D9D9;
  top: 106px;
  left: 0;
  right: 0;
  z-index: 8;
}
.navbar-icon-item__link {
  text-decoration: none;
}
.navbar-icon-item {
  min-width: 130px;
  position: relative;
}
.navbar-icon-item.active::after {
  position: absolute;
  top: 105px;
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: #54565A;
  z-index: 9;
}
.navbar-icon-item__image {
  text-align: center;
  margin-bottom: 20px;
}
.navbar-icon-item__text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .navbar-icon-container {
    padding: 16px 8px 40px;
  }
  .navbar-icon {
    column-gap: 30px;
    margin-bottom: 48px;
  }
  .navbar-icon::after {
    top: 64px;
  }
  .navbar-icon-item {
    min-width: 80px;
  }
  .navbar-icon-item__image {
    margin-bottom: 4px;
  }
  .navbar-icon-item__image img{
    width: 57px;
    height: 57px;
  }
  .navbar-icon-cta {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .navbar-icon-item.active::after {
    top: 63px;
  }
  .navbar-icon-item__text {
    font-size: 14px;
    padding-top: 14px;
  }
  .navbar-icon-item__text p {
    margin-bottom: 0;
  }
}

/* ---------- SERVICES SLIDER SECTION ---------- */
.services-slider-section {
  padding-left: 48px;
  padding-right: 48px;
}
.services-slider-container {
  margin-bottom: 90px;
}
.services-slider-container h2 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .services-slider-container {
    margin-bottom: 60px;
  }
  .services-slider-section {
    padding: 0;
  }
  .services-slider-container h2 {
    font-size: 20px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services-slider-image {
  position: relative;
}
.services-slider-image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.services-slider-image__content {
  position: absolute;
  bottom: 40px;
  left: 23px;
  z-index: 9;
}
.services-slider-image__link {
  color: #fff;
  text-decoration: none;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.services-slider-image__link:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.services-slider-image__title {
  margin-bottom: 0;
  font-weight: 600;
}
.services-slider-content {
  display: none;
}

/* ---------- LOCATION PAGE ---------- */
/* ---------- COUNTRY SECTION ---------- */
.countryList-container {
  padding: 46px 70px 64px;
}
.countryList {
  margin: 0 auto 112px;
  border: 0;
  display: flex;
  column-gap: 40px;
  flex-wrap: nowrap;
  border-bottom: 1px solid #D9D9D9;
}
.countryList-item {
  position: relative;
  font-size: 18px;
  border: 0;
  width: 25%;
}
.countryList-item-link {
  text-decoration: none;
  padding: 0;
  position: relative;
}
.countryList-item-link.active {
  background: none !important;
  border-radius: 0;
}
.countryList-item-link.active::after {
  background: #F5C446;
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -40px;
}
.countryList-item-link:hover {
  border: 0;
}
.countryList-item__image {
  margin-bottom: 38px;
  position: relative;
}
.countryList-item__image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.35);
}
.countryList-item__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.countryList-item__content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .countryList{
    margin-bottom: 43px;
    column-gap: 20px;
    overflow-x: scroll;
  }
  .countryDetails-container h2 {
    font-size: 20px;
  }
  .countryList::-webkit-scrollbar {
    display: none;
  }
  .countryList-item__image {
    margin-bottom: 16px;
  }
  .countryList-item {
    min-width: 139px;
  }
  .countryList-container {
    padding: 43px 20px 25px;
  }
  .countryList-item__content p {
    font-size: 15px;
    text-align: center;
  }
  .countryList-item-link.active::after {
    bottom: -17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .countryList{
    column-gap: 20px;
  }
}

/* ---------- COUNTRY ACCORDION ---------- */
.country-accordion .accordion-button {
  padding: 19px 0;
  font-weight: 600;
  border: 0;
}
.country-accordion .accordion-button.collapsed {
  border-bottom: 3px solid #D9D9D9;
}
.country-accordion .accordion-button:active,
.country-accordion .accordion-button:focus,
.country-accordion .accordion-button:visited {
  background: none;
  box-shadow: none;
}
.country-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.country-accordion .accordion-button-title {
  margin-bottom: 0;
  background: #fff;
  z-index: 9;
  padding-right: 20px;
}
.country-accordion .accordion-button .accordion-button-title::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="icon-arrow-yellow"%3E%3Cpath id="Vector" d="M9.49998 9.42325C8.73275 9.42325 7.96551 9.12732 7.38461 8.54641L0.238391 1.4002C-0.0794637 1.08235 -0.0794637 0.556246 0.238391 0.238391C0.556246 -0.0794637 1.08235 -0.0794637 1.4002 0.238391L8.54642 7.3846C9.07253 7.9107 9.92744 7.9107 10.4535 7.3846L17.5998 0.238391C17.9177 -0.0794637 18.4438 -0.0794637 18.7616 0.238391C19.0795 0.556246 19.0795 1.08235 18.7616 1.4002L11.6154 8.54641C11.0345 9.12732 10.2672 9.42325 9.49998 9.42325Z" fill="%23F5C446"/%3E%3C/g%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  background-position: center;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.country-accordion .accordion-button:not(.collapsed) .accordion-button-title::before {
  background-image: url('data:image/svg+xml,%3Csvg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="icon-arrow-yellow"%3E%3Cpath id="Vector" d="M9.49998 9.42325C8.73275 9.42325 7.96551 9.12732 7.38461 8.54641L0.238391 1.4002C-0.0794637 1.08235 -0.0794637 0.556246 0.238391 0.238391C0.556246 -0.0794637 1.08235 -0.0794637 1.4002 0.238391L8.54642 7.3846C9.07253 7.9107 9.92744 7.9107 10.4535 7.3846L17.5998 0.238391C17.9177 -0.0794637 18.4438 -0.0794637 18.7616 0.238391C19.0795 0.556246 19.0795 1.08235 18.7616 1.4002L11.6154 8.54641C11.0345 9.12732 10.2672 9.42325 9.49998 9.42325Z" fill="%23B9B9B9"/%3E%3C/g%3E%3C/svg%3E%0A');
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  display: none;
}
.country-accordion .accordion-button:not(.collapsed)::after {
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  background: #F5C446;
  z-index: 8;
  transform: none;
  transition: none;
}

.big-content {
  position: relative;
  margin-bottom: 48px;
}
.big-content-image img{
  height: 526px;
  object-fit: cover;
}
.big-content-image__mobile {
  display: none;
}
.big-content-title {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.big-content-title h2 {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 501px;
  font-weight: 700;
  line-height: 526px;
}
@media screen and (max-width: 767px) {
  .big-content {
    margin-bottom: 32px;
  }
  .big-content-image {
    margin: 0 -20px;
  }
  .big-content-image__desktop {
    display: none;
  }
  .big-content-image__mobile {
    display: block;
    height: auto !important;
  }
  .big-content-title h2 {
    font-size: 167px;
    height: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .big-content-title h2 {
    font-size: 200px;
  }
}
.locationDetails {
  display: flex;
  column-gap: 56px;
  row-gap: 48px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.locationDetails-item {
  font-weight: 600;
  width: 21%;
}
.locationDetails-item h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.locationDetails-item p {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .locationDetails {
    padding: 0 42px;
    margin-bottom: 32px;
    row-gap: 32px;
  }
  .locationDetails-item {
    width: 100%;
  }
}

/* ---------- REWAWRDS PAGE ---------- */
.rewards-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 32px 32px;
}
@media screen and (max-width: 767px) {
  .rewards-section-container {
    padding: 0 16px;
  }
}
.rewards-section-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.rewards-section-subtitle {
  margin-bottom: 64px;
}
.rewards-section-app {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}
.rewards-section-app-item img{
  height: 40px;
}
@media screen and (max-width: 1199px) {
  .rewards-section-title {
    font-size: 18px;
    margin: 12px
  }
  .rewards-section-subtitle {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 40px;
  }
  .rewards-section-app {
    column-gap: 20px;
  }
  .rewards-section-app-item img{
    height: 50px;
  }
}
