<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap);

@font-face {
  font-family: "Vulf Sans";
  src: url("/assets/fonts/vulf/VulfSans-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}

.font-vulf {
  font-family: "Vulf Sans", sans-serif;
}

@font-face {
  font-family: "Vulf Sans Medium";
  src: url("/assets/fonts/vulf/VulfSans-Medium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}

.font-vulf-medium {
  font-family: "Vulf Sans Medium", sans-serif;
}

@font-face {
  font-family: "Vulf Sans Light";
  src: url("/assets/fonts/vulf/VulfSans-Light.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}

.font-vulf-light {
  font-family: "Vulf Sans Light", sans-serif;
}

@font-face {
  font-family: "Tundra Offc";
  src: url("/assets/fonts/tundra/FontFont-Tundra-Offc.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}

.font-tundra {
  font-family: "Tundra Offc", serif;
}

@font-face {
  font-family: "Tundra Offc Bold";
  src: url("/assets/fonts/tundra/FontFont-Tundra-Offc-Bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}

.font-tundra-bold {
  font-family: "Tundra Offc Bold", serif;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/fonts/futura/Futura URW Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

.font-futura {
  font-family: 'Futura', sans-serif;
}

@font-face {
  font-family: 'FuturaStd Bold';
  src: url("/assets/fonts/futura/FuturaStd Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

.font-futura-bold {
  font-family: 'FuturaStd Bold', sans-serif;
}

@font-face {
  font-family: 'Futura Bk';
  src: url('/assets/fonts/futura/Futura Book.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
.font-futura-bk {
  font-family: 'Futura Bk', sans-serif;
}

@font-face {
  font-family: 'Futura TOT Book';
  src: url('/assets/fonts/futura/FuturaTLig.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
.font-futura-tot {
  font-family: 'Futura TOT Book', sans-serif;
}

body {
  font-style: normal;
  color: var(--black);
  font-family: 'Futura', sans-serif;
}
.about-us a {
  text-decoration: underline;
  text-decoration-color: #01A74C;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #01A74C;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --grey-1: #73848d;
  --poppins: "Poppins", sans-serif;
  --playfair-display: "Playfair Display", serif;
}
.playfair-font {
  font-family: var(--playfair-display);
}
.times-new-roman-f {
  font-family: "Times New Roman", Times, serif;
}

.slug a {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey-1);
  text-decoration: none;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--grey-1);
}
.hero-heading a {
  font-weight: 300;
}
.author .by {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  font-family: var(--playfair-display);
}
.author-new .by {
    font-size: 15px;
    font-weight: 400;
    /* font-style: italic;
    font-family: var(--playfair-display); */
  }
  .author-new .author-name {
    font-size: 15px;
    font-weight: 400;
    /* letter-spacing: 0.48px; */
  }
.author .author-name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.author::before,
.author::after {
  width: 40px;
  content: "";
  height: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
}
.author::before {
  right: 0.5em;
  margin-left: -50%;
}
.author::after {
  left: 0.5em;
  margin-right: -50%;
}
.luxe-bt {
  border-top: 1px solid var(--black);
}
.title-desc {
    font-size: 15px;
    font-weight: 500;
}
.home-section-category-text a {
  text-decoration: none;
}
.home-article-section {
  padding: 40px 0;
}
.article-luxe .article-luxe-img {
  margin-bottom: 16px;
}
.article-luxe .slug {
  line-height: 1;
}
.rating-center {
  top: 50%;
  right: 6%;
  transform: translate(-50%, -50%);
}
.article-luxe .article-heading a {
  font-weight: 700;
  font-size: 26px;
  font-style: normal;
  text-transform: capitalize;
}
/* .article-luxe {
  margin-bottom: 32px;
} */
.luxe-mt-section {
  margin-top: 80px;
}
.video-rm-luxe {
  padding: 40px 0;
  background: rgb(0 0 0 / 0.08);
}
.section-title {
  line-height: 1;
  font-weight: 300;
  overflow: hidden;
  margin-bottom: 24px;
  color: var(--black);
  letter-spacing: 4.48px;
  text-transform: uppercase;
}
.section-title::before {
  right: 0.5em;
  margin-left: 1%;
}
.section-title::after {
  left: 0.5em;
  margin-right: -80%;
}
.section-title::before {
  width: 5%;
  content: "";
  height: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--black);
}
.section-title::after {
  width: 100%;
  content: "";
  height: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--black);
}
.category-head-one {
  margin-bottom: 24px;
}
.category-head-one a {
  font-weight: 300;
  line-height: 32px;
  font-style: normal;
  text-transform: capitalize;
}
.category-one .article-luxe .article-heading {
  margin-top: 0;
}
.category-two .article-luxe-img {
  margin-bottom: 0;
}
.absolute-desc-box .hero-desc-box {
  left: 50%;
  bottom: -3%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, 50%);
  background-color: var(--white);
}
.breadcrumb {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.breadcrumb li:not(:last-child)::after {
  content: "&gt;";
  margin: 0 8px;
  color: var(--black);
}
.title-head-one {
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  font-size: 26px;
  /* letter-spacing: 4.48px; */
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
}
.category-page .author::before {
  width: 0%;
  right: 0;
  margin-left: 0%;
}
.category-page .article-luxe .article-desc {
  padding: 0 0;
}
.category-page .article-desc {
  text-align: left;
}

.rm-lm-btn {
  gap: 8px;
  height: 48px;
  font-size: 16px;
  padding: 8px 40px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  letter-spacing: 0.105rem;
  /* text-transform: uppercase; */
  background-color: var(--black);
}
.rm-lm-btn:hover {
  background-color: #01A74C;
}
.ad-box {
  padding: 8px;
  width: 316px;
  height: 280px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  /* display: none; */
}
.ad-box .ad-title {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.rm-search {
  position: relative;
}
form {
  padding: 2px;
  display: flex;
  color: var(--black);
  /* border: 1px solid currentColor; */
}
.mobile-sidebar-inner .rm-search input[type="search"] {
  margin: 0;
  width: 100%;
  height: 56px;
  border: none;
  color: white;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border-radius: inherit;
  background: #fff0;
  border: 0.5px solid #D5D5D5;
}

.mobile-sidebar-inner .rm-search button[type="submit"] {
  top: 50%;
  right: 10px;
  margin: 0;
  z-index: 9;
  width: 36px;
  height: 36px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  border-radius: inherit;
  transform: translateY(-50%);
  border: 1px solid #fff0;
  color: var(--black);
}
.rm-search input[type="search"] {
  margin: 0;
  width: 100%;
  height: 48px;
  border: none;
  color: black;
  font-size: 14px;
  padding: 8px 16px 8px 48px;
  border-radius: inherit;
  background: #fff0;
  border: 0.5px solid #D5D5D5;
}
.rm-search input[type="search"]::placeholder {
  color: #bbb;
}
.rm-search button[type="submit"] {
  top: 50%;
  left: 10px;
  margin: 0;
  z-index: 9;
  width: 36px;
  height: 36px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  border-radius: inherit;
  transform: translateY(-50%);
  border: 1px solid #fff0;
  color: var(--black);
}
.rm-search button img {
  width: 25px;
  margin: auto;
}
.rm-search button[type="submit"]:hover {
  opacity: 1;
}
.rm-search .search-button {
  padding: 8px 30px;
  width: 200px;
}
.rm-search button[type="submit"]:focus,
.rm-search input[type="search"]:focus {
  outline: none;
  border-color: var(--black);
  box-shadow: 0 0 3px 0 #fff0;
}
.search-results-no {
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
  color: var(--black);
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.sorting-select select {
  padding: 10px 20px;
  border: 1px solid #000000;
  width: 200px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sorting-select select:focus {
  outline: none;
}
.select-arrow {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}
.author-n-social {
  display: flex;
  align-items: center;
}
.author-n-social .ans-name {
  text-wrap: nowrap;
}
.author-n-social .ans-name .by {
  margin-right: 5px;
  line-height: 30px;
  font-style: italic;
  text-transform: capitalize;
  font-family: var(--playfair-display);
}
.author-n-social .ans-name .name {
  font-weight: 400;
  text-align: center;
  line-height: normal;
  color: var(--black);
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.author-n-social .author-social ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.author-n-social .author-social ul li:not(:last-child) {
  margin-right: 16px;
}
.author-n-social .author-social ul li a img {
  height: auto;
}
.writer {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--poppins);
}
.section-title-two {
  line-height: 1;
  font-weight: 300;
  letter-spacing: 4.48px;
  text-transform: uppercase;
}
.rm-footer {
  background: #000;
}
.footer-logo {
  width: 200px;
  height: 40px;
}
.rm-footer .social {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.rm-footer .social li img {
  width: 24px;
  height: auto;
}
.rm-footer .social li:not(:last-child) {
  margin-right: 32px;
}
.rm-footer .footer-section-head .footer-section-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.footer-section-head .footer-list {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-section-head .footer-list li {
  line-height: 1;
}
.footer-section-head .footer-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 2.4px; */
  text-transform: capitalize;
  font-family: 'Futura TOT Book', sans-serif;
}
.footer-section-head .footer-list li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-bb {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--black);
}
.footer-page-list {
  display: flex;
  column-gap: 46px;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
}
.footer-page-list li a {
  font-size: 11px;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.copyright {
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.navLinks .rm-sub-menu {
  width: 100%;
  display: none;
  padding-left: 0;
  margin-bottom: 0;
}
.navLinks .rm-menu {
  position: relative;
}
.navLinks .rm-menu:hover .rm-sub-menu {
  display: block;
}
.navLinks .rm-menu .rm-sub-menu {
  z-index: 9;
  text-align: left;
  padding: 10px 0;
  position: absolute;
  background-color: var(--white);
}
.navLinks .rm-menu .rm-sub-menu li {
  font-size: 15px;
  text-align: left;
  padding: 5px 16px;
  margin-right: 0px !important;
}
.navLinks .rm-menu .rm-sub-menu li:hover {
  background-color: #eee;
}
.navLinks .rm-menu .rm-sub-menu li a {
  width: 100%;
  display: inline-block;
  font-size: 15px !important;
  text-decoration: none !important;
}
/* #header2 {
  box-shadow: 0 2px 4px 0 rgb(17 17 17 / 0.2);
} */
.rm-header {
  background-color: var(--white);
}
.rm-header .logo {
  height: auto;
}
.rm-header .navLinks li {
  line-height: 1;
  text-align: center;
}
.rm-header .navLinks li a {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-family: 'Futura', sans-serif;
}

.rm-header .navLinks li a:hover {
  text-decoration: none;
  color: #01A74C;
}

.rm-header .navLinks .mobile-sidebar-inner li a {
  font-size: 18px;
  text-transform: uppercase;
}

.has-dropdown:hover .dropdown-menu {
  display: flex;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 24px 16px;
  min-width: 180px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px #00000040;
  z-index: 1000;
}
.dropdown-menu li a {
  text-align: start;
}

.text-bh {
  font-size: 38px !important;
  line-height: 1.2;
  font-family: "Vulf Sans Medium", sans-serif;
}

.search-form {
  top: 109px;
  right: 13px;
  margin-bottom: 0;
}
.search-field:focus {
  outline: 0;
  cursor: text;
  width: 200px;
  border-radius: 2px;
  color: var(--outlook-white);
  border: 1px solid #e5e5e5;
}
.search-field {
  background-color: #fff0;
  background-image: url(https://img-2.outlookindia.com/outlooktraveller/ote/head-search.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: none;
  height: 35px;
  padding: 0 34px 0 5px;
  position: relative;
  transition: width 0.4s ease, background 0.4s ease;
  width: 0;
  cursor: pointer;
}
.search-field-mobile {
  background-color: #fff0;
  background-image: url(https://img-2.outlookindia.com/outlooktraveller/ote/head-search.png);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: none;
  height: 45px;
  padding: 0 34px 0 5px;
  /* transition: width 0.4s ease, background 0.4s ease; */
  width: 0;
  cursor: pointer;
}
.search-field-mobile:focus {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 9;
  top: -23px;
  outline: 0;
  padding-left: 2rem;
  cursor: text;
  background-color: #fff;
}
.search-form .search-submit {
  display: none;
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  min-width: 100%;
}
.carousel-dots {
  text-align: center;
  margin-top: 10px;
}
.carousel-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.carousel-dot.active {
  background-color: #333;
}
.video-rm-luxe .main-video {
  position: relative;
}
.video-rm-luxe .play-button {
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.video-rm-luxe .play-button img {
  width: 60px;
}
.video-rm-luxe .verticle-slider {
  height: 525px;
  overflow-y: scroll;
  background: linear-gradient(180deg, #fff0 0%, #ebebeb 100%);
}
.video-rm-luxe .verticle-slider::-webkit-scrollbar {
  display: none;
}
.multiple-slider .carousel-dots {
  left: -15px;
  rotate: 90deg;
  position: absolute;
  transform: translateY(-50%);
}
.related-lines-h {
  height: 1px;
}
.ms-head {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ms-menu-list {
  padding-left: 0;
}
.ms-menu-list li {
  line-height: 1;
}
.ms-menu-list li a {
  text-align: left !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}
.jml .jml-head {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.jml .jml-input {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  border: 1px solid var(--black);
}
.jml .jml-btn {
  width: 100%;
  padding: 8px;
  outline: none;
  font-size: 16px;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--black);
}
.sidebar-footer .sf-head {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-footer .sf-social-list {
  display: flex;
  margin: 0px !important;
  padding: 0px !important;
  justify-content: center;
}
.sidebar-footer .sf-social-list li:not(:last-child) {
  margin-right: 20px;
}
.sidebar-footer .sf-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px !important;
  padding: 0px !important;
  justify-content: center;
}
.sidebar-footer .sf-list li:not(:last-child) {
  margin-right: 20px;
}
.sidebar-footer .sf-list li {
  margin-bottom: 8px !important;
}
.sidebar-footer .sf-list li a {
  font-weight: 300 !important;
  font-size: 12px !important;
}
.sidebar-footer .sf-copyright {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.footer-input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-input-group label {
    font-size: 16px;
    font-weight: 500;
}
.footer-input-group input {
    padding: 8px 16px;
    /* width: 300px; */
    background-color: #FFFFFF1A;
    border: 1px solid #888888;
}
.footer-input-group button {
    background-color: #fff;
    color: #000;
    padding: 8px 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.m-video-sec {
  overflow-x: scroll;
}
.m-video-sec .inner-m-video-sec {
  display: flex;
  width: max-content;
}
.m-video-sec .inner-m-video-sec .w-slider:not(:last-child) {
  margin-right: 20px;
}
.m-video-sec .inner-m-video-sec .w-slider {
  width: 250px;
}
.scroll-animation {
  animation: slideDown 0.35s ease-out;
}

.info-item {
  flex: 1;
}

.info-item:not(:last-child) {
  border-right: 1px solid #000;
}

.info-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.hamburger span {
  width: 30px;
  height: 2px;
  display: block;
  margin: 6px auto;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-4px, 5px);
}
.hamburger.active span:nth-child(2) {
  transform: rotate(45deg) translate(-1px, -2px);
}
.sbform {
  padding: 0px !important;
  display: flex;
  color: var(--black);
  border: black !important;
}
.launch-logo-b {
  border-bottom: 0.5px solid var(--black);
}
.launch-video {
  width: 100%;
  position: relative;
}
.launch-video video {
  width: 100%;
}
.launch-video #muteButton {
  top: 3%;
  right: 2%;
  position: absolute;
}
.launch-video #muteButton i {
  font-size: 20px;
  color: var(--white);
}
.launch-video-block {
  position: relative;
}
.launch-loader {
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  border: 5px solid var(--black);
  transform: translate(-50%, -50%);
  border-bottom-color: #fff0;
  animation: rotation 1s linear infinite;
}
.hide-scrollbar {
    overflow: auto; 
    scrollbar-width: none;        
    -ms-overflow-style: none;  
  }
  
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .article-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .article-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc; /* inactive */
    transition: background-color 0.3s ease;
  }
  .newsletter-section {
    background-color: #46BFCA;
  }
  .newsletter-section .form-section {
    width: 50%;
    /* padding: 40px; */
  }
  .signup-section .form-section {
    width: 50%;
    /* padding: 40px; */
  }
  .newsletter-section .form-section button, .signup-section .form-section button{
    padding: 8px 24px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    background-color: #000;
    letter-spacing: 1;
  }

  .newsletter-section .form-section h1, .signup-section .form-section h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
  }

  .newsletter-section .form-section input, .signup-section .form-section input{
    /* background: white; */
    /* padding: 8px 8px; */
    /* width: 380px; */
    /* letter-spacing: 1; */
  }
  .newsletter-section .form-section input:focus, .signup-section .form-section input:focus{
    outline: none;
  }

  .newsletter-section .banner{
    width: 50%;
  } 
  .signup-section {
    background: #CDE599;
  }
  .home-category-section .title-section h1{
    font-size: 32px;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .home-category-section .title-section h2{
    font-size: 32px;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .video-card {
    position: relative;
    width: 230px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .video-main-box {
    width: 230px;
  }

  .article-dot.active {
    background-color: #4CAF50; /* green active */
  }
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article-p {
  font-size: 17px;
  line-height: 28px;
}
.str-lne {
  line-height: 1px;
}
.lh-n {
  line-height: normal;
}
.wp-caption-text {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
  font-family: var(--poppins);
}
.rm-article-page ol {
  list-style: decimal;
  padding-left: 1rem;
}
.rm-article-page ol li {
  font-weight: 300;
  margin-bottom: 10px;
}
.rm-article-page ul {
  list-style: disc;
  padding-left: 1rem;
}
.rm-article-page ul li {
  font-weight: 300;
  margin-bottom: 10px;
}
.multiple-page .home-article-section {
  margin-top: 40px !important;
}
.rm-article-page figure {
  width: auto !important;
  margin: 16px 16px;
}
.rm-card-authors .card-img-box {
  /* padding: 24px; */
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}
.rm-card-authors .card-img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: grayscale(100%);
}
.rm-card-authors .card-img-box img:hover {
  filter: grayscale(0%);
}
.rm-card-authors .all-auth-name {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.rm-card-authors .designation {
  line-height: 1.3;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.rm-topic-card {
  position: relative;
}
.rm-topic-card img {
  filter: grayscale(100%);
}
.rm-topic-card:hover img {
  filter: grayscale(0%);
}
.rm-topic-card .topic-name {
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 8px;
  font-size: 16px;
  position: absolute;
  color: var(--black);
  text-transform: uppercase;
  background-color: var(--white);
  transform: translate(-50%, -50%);
}
.rm-topic-card:hover .topic-name {
  color: var(--white);
  background-color: var(--black);
}
.article-scroll-slider-box {
  overflow-x: scroll;
}
.article-scroll-slider-box::-webkit-scrollbar {
  display: none;
}
.article-scroll-slider {
  display: flex;
  overflow: hidden;
  width: fit-content;
}
.article-scroll-slider .ss-img-box {
  width: 275px;
  margin-right: 15px;
}
.article-scroll-slider .ss-img-box img {
  height: 200px;
  object-fit: cover;
}
.rm-article-page .gallery {
  overflow: hidden;
  white-space: nowrap;
}
.rm-article-page .gallery-item {
  width: 100%;
  box-sizing: border-box;
}
.rm-article-page .gallery-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.rm-article-page .gallery-item .wp-caption-text {
  margin-bottom: 4px;
}
.br-end {
  border-right: 0.5px solid #000;
}
.abt-cont {
  width: 20%;
  padding: 0 16px;
}
.bio-profile {
  margin-top: 15px;
}
.bio-profile .teammate .name-teammate {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 8px;
  line-height: normal;
  text-transform: capitalize;
}
.bio-profile .teammate .designation-teammate {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.email-teammate {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
}
.bio-profile .teammate {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--black);
}
.bio-profile .teammate .teammate-social {
  display: flex;
  margin-top: 24;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.bio-profile .teammate .teammate-social li:not(:last-child) {
  display: flex;
  margin-right: 16px;
}
.bio-profile .teammate .teammate-social li:not(:last-child)::after {
  content: "|";
  font-size: 17px;
  margin-left: 16px;
}
.bio-profile .teammate-desc p {
  margin-bottom: 16px;
}
.bg-black-dots {
  background-color: var(--black) !important;
}
.gold-href {
  color: #b48f62;
  text-decoration: none;
}
.recent-stories-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
/* .recent-stories ol {
  list-style: auto;
  padding-left: 17px;
} */
.recent-stories ol li {
  margin-bottom: 24px;
}
.recent-stories {
  margin: 80px 0px;
}
/* .recent-stories ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0 17px;
} */
.recent-stories ol li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
.recent-stories ol li::marker {
  font-weight: 600;
}
.rm-luxe-article a {
  font-weight: 600;
}
.rm-luxe-article h2 {
  font-size: 20px;
  margin-bottom: 10px !important;
  line-height: 1;
}
.branding-oi li:not(:last-child) {
  margin-right: 10px;
}
.branding-oi li a {
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
}
.rm-container {
  max-width: 1280px;
  margin: auto;
}

.rm-search .search-field {
  background-color: #ffffff33 !important;
}

.w-25 {
    width: 300px;
}
.w-25 .article-luxe {
    width: 300px;
}

.dot-container {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background-color: #000000B2;
    padding: 8px;
    position: absolute;
    left: 50%;
    border-radius: 25px;
    bottom: 3%;
    transform: translate(-50%, 50%);
}
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  
  .dot.active {
    width: 24px;
    height: 10px;
    border-radius: 16px;
    background-color: transparent;
    border: 2px solid white;
    opacity: 100;
  }

  .nav.prev-slide {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .nav.next-slide {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .writer-desc {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;  
  }
    .main-rating {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      border-right: 1px solid #D5D5D5;
    }

    .ratings-grid .label {
      padding: 8px 16px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .label {
      font-weight: bold;
    }

    .badge {
      width: 40px;
      height: 40px;
      border: 2px groove #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }

    .ratings-grid div:nth-child(odd) {
      border-right: 1px solid #ccc;
    }

    .ratings-grid div:nth-child(1),
    .ratings-grid div:nth-child(2) {
      border-bottom: 1px solid #ccc;
    }

    .carousel-container-2 {
      width: 100%;
      text-align: center;
      position: relative;
      margin: 0 auto;
    }

    .carousel-image-2 {
      width: 100%;
      height: auto;
    }

    .caption-2 {
      font-size: 14px;
      text-align: start;
      color: #000;
    }

    .navigation-2 {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-top: 16px;
    }

    .image-count-2 {
      background-color: #000;
      color: #fff;
      padding: 4px 10px;
      font-size: 12px;
      border-radius: 2px;
    }

    .arrows-2 {
      display: flex;
      gap: 10px;
    }

    .arrow-btn-2 {
      background: #fff;
      border: 1px solid #000;
      padding: 4px 8px;
      cursor: pointer;
      font-size: 14px;
    }

    .arrow-btn-2:hover {
      background: #eee;
    }
    .drink-menu {
      padding-left: 1rem;
    }

    .qa {
      margin-bottom: 40px;
    }

    .question {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    .tag-img {
      width: 56px !important;
      height: 56px !important;
      object-fit: contain !important;
    }

    .article-content-container img{
      max-height: 480px;
      width: 100%;
      object-fit: contain;
      /* aspect-ratio: 4 / 5; */
    }
    .article-content-container p {
      margin-bottom: 8px;
    }
    .article-content-container ul li p {
      margin-bottom: 0px;
    }
    .article-content-container h1,.article-content-container h2,.article-content-container h3,.article-content-container h4,.article-content-container h5,.article-content-container h6 {
      font-weight: 500;
      font-family: 'Futura', sans-serif;
      margin: 1rem 0;
      font-size: 26px;
    }
    .article-content-container h3 {
      font-size: 22px;
    }
    .article-content-container h2 {
      font-size: 26px;
    }
    .article-content-container h2 b, .article-content-container h2 strong {
      font-weight: 500;
    }
    .article-content-container h3 b, .article-content-container h3 strong {
      font-weight: 500;
    }
    .article-content-container a {
      text-decoration: underline;
      text-decoration-color: #01A74C;
    }</pre></body></html>