html, body {
  font-family: "Lato", sans-serif;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  max-width: 78.5%;
}

@media (max-width: 767.98px) {
  .container-fluid {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    max-width: 97.5%;
  }
}

.container-fluid3 {
    max-width: 85%;
}

@media (max-width: 767.98px) {
    .container-fluid3 {
        max-width: 90%;
    }
}

@media (max-width: 575.98px) {
    .container-fluid3 {
        max-width: 97.5%;
    }
}

.map--small .container-fluid2 {
    max-width: 95%;
}

@media (max-width: 767.98px) {
    .map--small .container-fluid2 {
        max-width: 95%;
    }
}

@media (max-width: 575.98px) {
    .map--small .container-fluid2 {
        max-width: 97.5%;
    }
}

.map--large .container-fluid2 {
    max-width: 95%;
    padding-top:.5rem;
}

@media (max-width: 767.98px) {
    .map--large .container-fluid2 {
        max-width: 95%;
    }
}

@media (max-width: 575.98px) {
    .map--large .container-fluid2 {
        max-width: 97.5%;
    }
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  text-wrap: balance;
  text-wrap: pretty;
}

b, strong, .parah-title {
  color: #000000;
}

.parah-title {
  font-weight: 700;
}

h1 {
  font-size: 75px;
  line-height: 1.2;
}
@media (max-width: 1599.98px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 1599.98px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1599.98px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1599.98px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 1399.98px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1799.98px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1399.98px) {
  h5 {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1599.98px) {
  h6 {
    font-size: 21px;
  }
}
@media (max-width: 1399.98px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  h6 {
    font-size: 17px;
  }
}

p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 1599.98px) {
  p {
    font-size: 19px;
  }
}
@media (max-width: 1399.98px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  p {
    font-size: 16px;
  }
}
p a {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1599.98px) {
  p a {
    font-size: 19px;
  }
}
@media (max-width: 1399.98px) {
  p a {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  p a {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  p a {
    font-size: 16px;
  }
}

.abstract {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1599.98px) {
  .abstract {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .abstract {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .abstract {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .abstract {
    font-size: 16px;
  }
}

.big-abstract {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1599.98px) {
  .big-abstract {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .big-abstract {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .big-abstract {
    font-size: 17px;
  }
}

.small-txt {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .small-txt {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .small-txt {
    font-size: 14px;
  }
}
.small-txt.caps {
  text-transform: uppercase;
}

section {
  padding: 55px 0;
  position: relative;
}
@media (max-width: 1599.98px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 1199.98px) {
  section {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  section {
    padding: 40px 0;
  }
}

.white-clr {
  color: #ffffff;
}

.blue-clr {
  color: #30307A;
}

.red-clr {
  color: #00ADFF;
}

.body-clr {
  color: #424242;
}

.border-radius-5 {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}
.border-radius-5 .simpleParallax {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.border-radius-10 {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}
.border-radius-10 .simpleParallax {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 15, 0.3) 0%, rgba(0, 15, 15, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(107deg, rgba(193, 45, 44, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

.bg-gradient-parliamentary {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

/*FLYOUT MENU STARTS*/
.flyout-main-menu-container {
  width: 100%;
  background: transparent;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 20px;
  overflow: hidden;
  /*.flyout-main-menu starts */
}
.flyout-main-menu-container__wrapper {
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  display: flex;
}
.flyout-main-menu-container__wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.flyout-main-menu-container .flyout-main-menu li.with-children > a, .flyout-main-menu-container .flyout-submenu li.with-children > a {
  position: relative;
  display: block !important;
}
.flyout-main-menu-container .flyout-main-menu li.with-children > a:after, .flyout-main-menu-container .flyout-submenu li.with-children > a:after {
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  top: 12px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(66, 66, 66, 0.5);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  padding-left: 20px;
}
.flyout-main-menu-container .flyout-main-menu li.with-children > ul, .flyout-main-menu-container .flyout-submenu li.with-children > ul {
  display: none;
}
.flyout-main-menu-container .flyout-main-menu li, .flyout-main-menu-container .flyout-submenu li {
  position: relative;
}
.flyout-main-menu-container .flyout-main-menu li:hover > a:after, .flyout-main-menu-container .flyout-submenu li:hover > a:after {
  color: #00ADFF;
}
.flyout-main-menu-container .flyout-main-menu li:hover:after, .flyout-main-menu-container .flyout-submenu li:hover:after {
  height: 100%;
}
.flyout-main-menu-container .flyout-main-menu li.active > a, .flyout-main-menu-container .flyout-submenu li.active > a {
  padding: 6px 17px 6px 25px !important;
  color: #00ADFF !important;
}
.flyout-main-menu-container .flyout-main-menu li.active:after, .flyout-main-menu-container .flyout-submenu li.active:after {
  background-color: #00ADFF;
}
.flyout-main-menu-container .flyout-main-menu li > a, .flyout-main-menu-container .flyout-submenu li > a {
  padding: 6px 22px 6px 20px !important;
  transition: all 0.2s ease-out 0s;
  color: rgba(66, 66, 66, 0.75) !important;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1599.98px) {
  .flyout-main-menu-container .flyout-main-menu li > a, .flyout-main-menu-container .flyout-submenu li > a {
    font-size: 16px;
  }
}
.flyout-main-menu-container .flyout-main-menu li:hover > a, .flyout-main-menu-container .flyout-submenu li:hover > a {
  padding: 6px 17px 6px 25px !important;
  color: #00ADFF !important;
}

.flyout-main-menu-container .flyout-main-menu li > a.active, .flyout-main-menu-container .flyout-submenu li > a.active {
    color: #00ADFF !important;
}

.flyout-main-menu-container .flyout-main-menu li.as-link-to-back, .flyout-main-menu-container .flyout-submenu li.as-link-to-back {
  position: relative;
}
.flyout-main-menu-container .flyout-main-menu li.as-link-to-back a, .flyout-main-menu-container .flyout-submenu li.as-link-to-back a {
  font-weight: 700;
}
.flyout-main-menu-container .flyout-main-menu li.as-link-to-back a:after, .flyout-main-menu-container .flyout-submenu li.as-link-to-back a:after {
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  left: -20px;
  top: 12px;
  font-size: 10px;
  color: rgba(66, 66, 66, 0.5);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  transform: scaleX(-1);
}
.flyout-main-menu-container .flyout-main-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 3px;
  border-radius: 0px;
  display: none;
}
.flyout-main-menu-container .flyout-main-menu > li {
  position: relative;
}
.flyout-main-menu-container .flyout-main-menu > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 3px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.flyout-main-menu-container .flyout-main-menu > li:hover:after {
  background-color: #00ADFF;
}
.flyout-main-menu-container .flyout-submenu {
  padding-left: 20px;
}
.flyout-main-menu-container .flyout-submenu li:after {
  display: none;
}
/*FLYOUT MENU STARTS*/
.flyout-main-menu-container__wrapper > .flyout-main-menu.flyout-two-columns {
  columns: 2;
}

/*=========================
    1. Start COMMON css 
==========================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: #ffffff;
  opacity: 1;
  transition: 1s opacity;
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
html.single-post, body.single-post {
  overflow: initial;
}
@media (max-width: 1199.98px) {
  html, body {
    margin: 0 !important;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  html, body {
    overflow-x: hidden;
  }
}

html.moverhiden {
  overflow: hidden;
}

sub, sup {
  font-size: 55%;
  text-transform: none;
}

sup {
  top: -0.8em;
}

a {
  color: #00ADFF;
  text-decoration: none;
  font-family: #00ADFF;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
a:hover {
  color: #000000;
}

p a {
  color: #00ADFF;
}
p a:hover {
  color: #000000;
}

.default-cursor {
  cursor: default !important;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  text-transform: normal;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

label {
  color: #606060;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

*::-moz-selection {
  background: #424242;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #424242;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #424242;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #424242;
  opacity: 1;
}

*::placeholder {
  color: #424242;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #276679;
  opacity: 1;
}

input::-moz-input-placeholder {
  color: #276679;
  opacity: 1;
}

input::placeholder {
  color: #276679;
  opacity: 1;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}

body.placeholder {
  color: #424242;
  opacity: 1;
}
body:-moz-placeholder {
  color: #424242;
  opacity: 1;
}
body::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
body::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}

img {
  width: 100%;
}

.moverhiden {
  overflow: hidden;
}

.preloadcss {
  position: fixed;
  z-index: 11111111111;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
picture {
  width: 100%;
}

.fancybox__container {
  z-index: 11111111;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}

.theme-li li {
  margin-bottom: 15px;
  padding: 0 20px;
  position: relative;
}
.theme-li li:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #000000;
  opacity: 0.3;
  border-radius: 100%;
  left: 3px;
  top: 8px;
}
@media (max-width: 767.98px) {
  .theme-li li:before {
    top: 7px;
  }
}

.scrollToTopBtn {
  background-color: #00ADFF;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}
.scrollToTopBtn:before {
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  text-indent: -9999px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
}
.scrollToTopBtn:after {
  content: "";
  position: absolute;
  top: 80%;
  right: 49%;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  background-color: rgba(255, 255, 255, 0.8);
  height: 26px;
  width: 1px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1599.98px) {
  .scrollToTopBtn {
    height: 40px;
    width: 40px;
  }
  .scrollToTopBtn:before {
    width: 12px;
    height: 12px;
  }
  .scrollToTopBtn:after {
    height: 18px;
  }
}
@media (max-width: 1399.98px) {
  .scrollToTopBtn {
    right: 10px;
  }
}
.scrollToTopBtn:hover:after {
  visibility: visible;
  opacity: 1;
  top: 56%;
}
.scrollToTopBtn.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/***************************************************
LOCOMOTIVE SECTION STARTS
****************************************************/
/***************************************************
LOCOMOTIVE SECTION ENDS
****************************************************/
.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.headroom--pinned {
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

/***************************************************
HEADER STARTS
****************************************************/
@media (max-width: 991.98px) {
  .header-with-banner-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
    .header-with-banner-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
        font-size: 33px;
    }
}
.header-with-banner-wrapper .cerkezkoyde-main-header {
  width: 100% !important;
  position: fixed;
  margin-top: 0px;
  z-index: 1045;
  top: 0px;
  left: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  box-shadow: 0 4px 6px -6px gray;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top {
  background-color: #ffffff;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper {
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .crk-logo-area img {
  max-width: 220px;
  /*filter: invert(1); */
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area {
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col {
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col ul {
  gap: 60px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col ul {
    gap: 40px;
  }
}
@media (max-width: 1399.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col ul {
    gap: 25px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col ul li {
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col ul li a {
  color: #000000;
  font-size: 16px;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col ul li a:hover {
  background-position: 0%;
  color: #00ADFF;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .primary-btn {
  background-color: #ffffff;
  color: #424242;
  padding-top:.1rem;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .primary-btn:hover {
  background-color: #00ADFF;
  border: 1px solid #00ADFF;
  color: #ffffff;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a {
  color: #000000;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a:hover span {
  color: #00ADFF;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a span {
  font-size: 18px;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a .header-wish-list {
  background-color: #00ADFF;
  border-radius: 50px;
  height: 19px;
  min-width:19px;
  padding: 6px;
  color: #ffffff !important;
  font-size: 12px;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .lang-switcher .dropdown .btn-secondary {
  border: 1px solid #000000;
  color: #000000;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .lang-switcher .dropdown .btn-secondary span {
  color: #000000;
}
.header-with-banner-wrapper .cerkezkoyde-main-header.headroom--not-top .cerkezkoyde-main-header-col-wrapper .header-icon-area .lang-switcher a {
  font-size: 16px;
  color: #000000;
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 0px 60px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
}
@media (max-width: 1799.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1399.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper {
    padding: 20px 40px;
  }
}
@media (max-width: 767.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper {
    padding: 20px 40px;
  }
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper {
    padding: 10px 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .logo-menu-wrapper {
    display: none !important;
  }
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area {
    display: none !important;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .logo-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1799.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .logo-menu-wrapper {
    gap: 30px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .crk-logo-area img {
  max-width: 250px;
  -webkit-transition: all 0.75s ease 0s !important;
  -moz-transition: all 0.75s ease 0s !important;
  -ms-transition: all 0.75s ease 0s !important;
  -o-transition: all 0.75s ease 0s !important;
  transition: all 0.75s ease 0s !important;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .crk-logo-area img {
  /*  max-width: 150px; */
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1799.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul {
    gap: 50px;
  }
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul {
    gap: 40px;
  }
}
@media (max-width: 1399.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul {
    gap: 25px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul > li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul > li a {
    font-size: 18px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .cerkezkoyde-primary-menu .crk-navigation-area .navigation-menu-col > ul > li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area {
    gap: 24px;
  }
}
@media (max-width: 1399.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area {
    gap: 20px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .primary-btn {
  height: 40px;
  font-size: 14px;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .primary-btn {
    height: 36px;
    font-size: 12px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists {
  display: flex;
  align-items: center;
  padding-top:.3rem;
  gap: 30px;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists {
    gap: 24px;
  }
}
@media (max-width: 1399.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists {
    gap: 20px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a {
  color: #ffffff;
  position: relative;
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a:hover span {
  color: rgba(255, 255, 255, 0.6);
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a span {
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
@media (max-width: 1599.98px) {
  .header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a span {
    font-size: 20px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-main-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a .header-wish-list {
  background-color: #00ADFF;
  border-radius: 50px;
  height: 20px;
  padding: 8px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -16px;
  color: #ffffff;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu {
    display: flex;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-logo-area img {
  width: 220px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffffff;
  height: 100dvh;
  width: 65%;
  z-index: 1111111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  -webkit-transition: all 1s ease 0s !important;
  -moz-transition: all 1s ease 0s !important;
  -ms-transition: all 1s ease 0s !important;
  -o-transition: all 1s ease 0s !important;
  transition: all 1s ease 0s !important;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 991.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu {
    width: 90%;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area {
  padding: 40px 50px 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area {
    padding: 30px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang {
    gap: 40px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang #search_icon_1 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang #search_icon_1 span {
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang #search_icon_1 {
    font-size: 18px;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang #search_icon_1 span {
    font-size: 20px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher {
  position: relative;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher:after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -25px;
  top: 5px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher:after {
    left: -20px;
    top: 9px;
    height: 18px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher .dropdown .btn-secondary {
  border: none;
  padding: 0px;
  color: #000;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher .dropdown .btn-secondary span {
  color: #000;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher .dropdown ul {
  margin-top: -3px !important;
  min-width: 55px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .side-menu-search-lang .mobile-lang-switcher .dropdown ul li a {
  background-color: #000000;
  color: #ffffff !important;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .search-close-btn {
  right: 42px;
  top: 38px;
  height: 40px;
  width: 40px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .search-close-btn:before, .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .search-close-btn:after {
  width: 30px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .search-close-btn:before, .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .search-close-btn:after {
    width: 25px;
  }
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .side-menu-header-area .search-close-btn {
    right: 20px;
    top: 25px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  padding: 15px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a {
    font-size: 22px;
    padding: 15px 30px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a span {
  font-size: 15px;
  color: rgb(102, 102, 102);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 991.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a span {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a span {
    font-size: 10px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a span.icon-right-arrow {
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a span.icon-right-arrow {
    font-size: 10px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu {
  padding: 20px 50px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu {
    padding: 20px 30px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu a {
  display: flex;
  gap: 0 8px;
  font-size: 20px;
  color: #424242;
  font-weight: 600;
  padding: 6px 0;
  font-family: "Inter", sans-serif;
  align-items: center;
}
@media (max-width: 480px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu a {
    font-size: 18px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu a.red-clr {
  color: #00ADFF;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu a span {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  background: #00ADFF;
  padding: 2px;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu a span {
    font-size: 9px;
    height: 20px;
    width: 20px;
    min-width: 20px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area-menu a:hover {
  color: #00ADFF;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area {
    padding: 30px;
  }
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area p {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  line-height: 1.5;
  text-wrap: balance;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area p a {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin: 0 0px;
  line-height: 1;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .side-menu-footer-area p a img {
  transform: translateY(-4px);
  width: 40px;
  margin: 10px 3px 0 0;
  filter: brightness(0.4) contrast(100%);
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .primary-btn {
  font-size: 14px;
  height: 40px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a {
  position: relative;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a span {
  color: #ffffff;
  font-size: 25px;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a .header-wish-list {
  background-color: #00ADFF;
  border-radius: 50px;
  height: 16px;
  padding: 6px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -12px;
  color: #ffffff !important;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .humburger-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  cursor: pointer;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .humburger-menu span {
  height: 2px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .humburger-menu span:nth-child(2) {
  width: 20px;
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-logo-area img {
    width: 40px;
    min-width:40px;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area {
    gap: 30px;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a span.icon-heart {
    font-size: 22px;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-lang-switcher {
    display: none;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a span.icon-search {
    display: none;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .humburger-menu {
    gap: 8px !important;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .humburger-menu span {
    width: 30px !important;
    font-size: 22px;
  }
  .header-with-banner-wrapper .cerkezkoyde-mobile-menu .humburger-menu span:nth-child(2) {
    width: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .header-with-banner-wrapper .headroom--not-top .cerkezkoyde-main-header-col-wrapper {
    padding: 14px 30px !important;
  }
}
@media (max-width: 575.98px) {
  .header-with-banner-wrapper .headroom--not-top .cerkezkoyde-main-header-col-wrapper {
    padding: 14px 20px !important;
  }
}
.header-with-banner-wrapper .headroom--not-top .cerkezkoyde-mobile-menu .mobile-logo-area img {
  filter: brightness(0%);
}
.header-with-banner-wrapper .headroom--not-top .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a span {
  color: #000000;
}
.header-with-banner-wrapper .headroom--not-top .cerkezkoyde-mobile-menu .humburger-menu span {
  background-color: #000000;
}
.header-with-banner-wrapper .headroom--not-top .cerkezkoyde-mobile-menu .mobile-lang-switcher .dropdown .btn-secondary {
  border: 1px solid #000000;
  color: #000000;
}
.header-with-banner-wrapper .headroom--not-top .cerkezkoyde-mobile-menu .mobile-lang-switcher .dropdown .btn-secondary span {
  color: #000000;
}

.lang-switcher .dropdown .btn-secondary, .mobile-lang-switcher .dropdown .btn-secondary {
  border: 1px solid #fff;
  border-radius: 50px;
  height: 35px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.lang-switcher .dropdown .btn-secondary:after, .mobile-lang-switcher .dropdown .btn-secondary:after {
  display: none;
}
.lang-switcher .dropdown .btn-secondary span, .mobile-lang-switcher .dropdown .btn-secondary span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
}
.lang-switcher .dropdown ul, .mobile-lang-switcher .dropdown ul {
  background-color: transparent;
  min-width: 88px;
  border: 1px solid #dddddd;
  border-radius: 50px;
  border-radius: 15px;
  margin-top: 5px !important;
  padding: 0;
  overflow: hidden;
}
.lang-switcher .dropdown ul li a, .mobile-lang-switcher .dropdown ul li a {
  background-color: white;
  color: #000000 !important;
}
.lang-switcher .dropdown ul li a:hover, .mobile-lang-switcher .dropdown ul li a:hover {
  color: #00ADFF !important;
}
.lang-switcher a, .mobile-lang-switcher a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .lang-switcher a, .mobile-lang-switcher a {
    font-size: 14px;
  }
}

.sub-menu {
  display: none;
}

.submenu-active {
  border-bottom: none !important;
}
.submenu-active > a {
  color: #00ADFF !important;
}
.submenu-active > a span {
  transform: scale(-1, -1);
}

.overlay-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  opacity: 0;
  visibility: hidden;
}
.overlay-bg-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.overlay-bg-wrapper-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 111111;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.overlay-bg-wrapper-search.active {
  opacity: 1;
  visibility: visible;
}

/***************************************************
HOME BANNER SLIDER STARTS
****************************************************/
.hero-banner-sec {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 750px;
  width: 100%;
  background: #000000;
  padding: 0;
}
@media (max-width: 991.98px) {
  .hero-banner-sec {
    height: 75vh;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-sec {
    min-height: 550px;
  }
}
.hero-banner-sec .swiper {
  height: 100%;
  width: 100%;
}
.hero-banner-sec .swiper .swiper-slide {
  background: #000000;
}
.hero-banner-sec .swiper .swiper-slide.swiper-slide-active .img-back img {
  transform: scale(1);
}
.hero-banner-sec .swiper .hero-banner-back {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero-banner-sec .swiper .hero-banner-back:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.hero-banner-sec .swiper .hero-banner-back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.hero-banner-sec .swiper .hero-banner-back .img-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-banner-sec .swiper .hero-banner-back .img-back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 8.5s ease-out;
  transform: scale(1.12);
}
.hero-banner-sec .swiper .hero-banner-back .video-backgroundsec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
}
.hero-banner-sec .swiper .hero-banner-back .video-backgroundsec.active {
  opacity: 1;
  visibility: visible;
}
.hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-foreground {
  height: 100%;
  width: 100%;
}
.hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-foreground video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-background-controls {
  display: none;
}
.hero-banner-sec .swiper .hero-banner-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 11;
}
.hero-banner-sec .swiper .hero-banner-content .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in {
  max-width: 52%;
  margin-top: 5%;
}
@media (max-width: 1399.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in {
    max-width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in {
    margin-top: 0%;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in {
    max-width: 75%;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in {
    max-width: 92%;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1599.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
    font-size: 13px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title {
  margin: 10px 0;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-weight: 700;
}
@media (max-width: 1599.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
    font-size: 40px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn {
    margin-top: 0px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
  height: 60px;
}
@media (max-width: 1599.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
    height: 45px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
  background-color: transparent;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  border: 1px dashed #ffffff;
  border-radius: 30px;
  justify-content: center;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  padding: 0px 22px;
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
    height: 50px;
    min-width: 50px;
    padding: 0px 18px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
    height: 45px;
    min-width: 45px;
    padding: 0px 16px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
    height: 40px;
    min-width: 40px;
    padding: 0px 13px;
  }
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn span {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
    margin-left: 15px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: relative;
  z-index: 1;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn .video-play-txt {
  font-family: "Lato", sans-serif;
  font-size: 0px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-24px);
}
@media (max-width: 575.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn .video-play-txt {
    display: none;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn:hover span {
  color: #ffffff;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn:hover .video-play-txt {
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  padding-left: 10px;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div {
  height: 57px;
  width: 57px;
  border-radius: 57px;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 1399.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div {
    height: 50px;
    width: 50px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span {
  position: absolute;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-play {
  opacity: 0;
  font-size: 0;
  margin-left: 5px;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-pause {
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-pause {
    font-size: 14px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-pause:before {
  content: "";
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div.pause span.icon-video-play {
  opacity: 1;
  font-size: 18px;
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div.pause span.icon-video-pause {
  opacity: 0;
  font-size: 0;
}
@media (max-width: 991.98px) {
  .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div.pause span.icon-video-pause {
    font-size: 14px;
  }
}
.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div:hover {
  background: #c6000f;
}
.hero-banner-sec .home-banner-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .hero-banner-sec .home-banner-thumbs .container-fluid {
    padding: 0;
    margin: 0;
  }
}
.hero-banner-sec .home-banner-thumbs .swiper {
  background-color: transparent;
  padding-top: 10px;
}
.hero-banner-sec .home-banner-thumbs .swiper:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide {
  background-color: transparent;
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab {
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab:hover span {
  color: #00ADFF;
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0px;
  background-color: #00ADFF;
  height: 5px;
  width: 0%;
  border-radius: 1.2rem;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 575.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab:before {
    top: -8px;
    height: 3px;
  }
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
  font-size: 22px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 1s ease 0s !important;
  -moz-transition: all 1s ease 0s !important;
  -ms-transition: all 1s ease 0s !important;
  -o-transition: all 1s ease 0s !important;
  transition: all 1s ease 0s !important;
  z-index: 5;
  background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #e1e1e1 50%);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  line-height: 90px;
}
@media (max-width: 1799.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
    font-size: 16px;
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #e1e1e1 50%);
  }
}
@media (max-width: 575.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
    font-size: 14px;
    line-height: 50px;
  }
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide.swiper-slide-thumb-active .home-thums-tab:before {
  width: 100%;
  right: auto;
  left: 0;
}
.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide.swiper-slide-thumb-active .home-thums-tab span {
  background-position: 0%;
}
@media (max-width: 767.98px) {
  .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide.swiper-slide-thumb-active .home-thums-tab span {
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, white 50%);
  }
}

/**********************************
FLOATING WIDGET STARTS
**********************************/
.accessability-chat-widget {
  position: fixed;
  right: 30px;
  bottom: 9%;
  z-index: 111111111;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  .accessability-chat-widget {
    right: 10px;
  }
}
.accessability-chat-widget span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #000000;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (max-width: 1599.98px) {
  .accessability-chat-widget span {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
}
.accessability-chat-widget span:hover {
  color: #ffffff;
  background-color: #00ADFF;
}
.accessability-chat-widget .icon-down-angle {
  font-size: 10px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  color: rgba(255, 255, 255, 0.8);
}
.accessability-chat-widget .icon-down-angle.active {
  transform: scaleY(-1);
}
.accessability-chat-widget .accessability-chat-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.accessability-toggle {
  display: none;
}
.accessability-toggle .accessability-toggle-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

/***************************************************
BUTTON STARTS
****************************************************/
.dark-bg-wrapper .form-label-group .nice-select {
  background-color: transparent;
  border: 1px solid #E3E3E3;
}
.dark-bg-wrapper .form-label-group .nice-select span {
  color: #ffffff;
}
.dark-bg-wrapper .form-label-group .nice-select:after {
  color: #ffffff;
}

.form-label-group {
  width: auto;
}
@media (max-width: 575.98px) {
  .form-label-group {
    width: 100%;
  }
}
.form-label-group select {
  transition: all 0.2s linear, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.form-label-group .nice-select {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  border: 1px solid rgba(66, 66, 66, 0.3);
  padding: 0 52px 0 26px;
  position: relative;
  width: auto;
  float: none;
  min-width: 200px;
}
@media (max-width: 575.98px) {
  .form-label-group .nice-select {
    width: 100%;
  }
}
.form-label-group .nice-select span {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 991.98px) {
    .form-label-group .nice-select span {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        white-space:wrap;
    }
}
.form-label-group .nice-select .list {
  border: 1px solid rgba(66, 66, 66, 0.3);
  margin-top: 0px;
}
.form-label-group .nice-select .list li {
  color: #000000 !important;
  white-space: wrap;
  min-height: 30px;
  line-height: 25px;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .form-label-group .nice-select .list li {
    font-size: 12px;
  }
}
.form-label-group .nice-select .list li:hover {
  background-color: #00ADFF;
  color: #ffffff !important;
}
@media (max-width: 1599.98px) {
  .form-label-group .nice-select {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .form-label-group .nice-select {
    font-size: 14px;
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .form-label-group .nice-select {
    padding: 0 40px 0 20px;
  }
}
.form-label-group .nice-select:after {
  content: "\e900";
  font-family: "icomoon";
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 10px;
  right: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.5);
  height: auto;
  width: auto;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .form-label-group .nice-select:after {
    right: 15px;
    font-size: 10px;
  }
}
.form-label-group .nice-select.open {
  border-radius: 20px 20px 0 0 !important;
}
.form-label-group .nice-select.open:after {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}
.form-label-group .nice-select.open .list {
  border-radius: 0 0 20px 20px;
  z-index: 1111;
}
.form-label-group .nice-select:hover {
  background-color: #00ADFF;
  color: #ffffff;
  border: 1px solid #00ADFF;
}
.form-label-group .nice-select:hover span {
  color: #ffffff;
}
.form-label-group .nice-select:hover:after {
  color: #ffffff;
}

.primary-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  background-color: #00ADFF;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  border: 1px solid #00ADFF;
  padding: 0 26px;
  gap: 10px;
}
@media (max-width: 1599.98px) {
  .primary-btn {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .primary-btn {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .primary-btn {
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .primary-btn {
    padding: 0 20px;
  }
}
.primary-btn span {
  font-size: 10px;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  transform: translateX(0px);
}
@media (max-width: 991.98px) {
  .primary-btn span {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .primary-btn span {
    font-size: 8px;
  }
}
.primary-btn:hover {
  background-color: #ffffff;
  color: #00ADFF;
  border: 1px solid rgba(66, 66, 66, 0.3);
}
.primary-btn:hover span {
  transform: translateX(10px);
}
.primary-btn.white-bg-btn {
  background-color: #ffffff;
  color: #424242;
  border: 1px solid transparent;
}
.primary-btn.white-bg-btn:hover {
  background-color: #00ADFF;
  color: #ffffff;
  border: 1px solid #00ADFF;
}

.primary-btn.gray-bg-btn {
  background-color: #f5f5f5;
  color: #424242;
  border: 1px solid transparent;
}
.primary-btn.gray-bg-btn:hover {
  background-color: #00ADFF;
  color: #ffffff;
  border: 1px solid #00ADFF;
}

.primary-btn.transparent-bg-btn {
  background-color: transparent;
  color: #424242;
  border: 1px solid #e5e5e5;
}
.primary-btn.transparent-bg-btn:hover {
  background-color: #00ADFF;
  color: #ffffff;
  border: 1px solid #00ADFF;
}
.primary-btn.white-txt-btn {
  color: #ffffff;
}
.primary-btn.dropdown-btn {
  color: #000000;
}
.primary-btn.dropdown-btn span {
  color: #000000;
}
.primary-btn.dropdown-btn:hover span {
  color: #ffffff;
}
.primary-btn.fav-btn {
  color: #000000;
}
.primary-btn.fav-btn .icon-heart {
  height: 25px !important;
  width: 25px !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 575.98px) {
  .primary-btn.fav-btn .icon-heart {
    height: 20px !important;
    width: 20px !important;
    font-size: 9px !important;
  }
}
.primary-btn.fav-btn .icon-heart-bg {
  font-size: 10px !important;
  color: #00ADFF;
}
.primary-btn.fav-btn:hover {
  transform: translateX(0px);
}
.primary-btn.fav-btn:hover span {
  transform: translateX(0px);
}
.primary-btn.fav-btn:hover .icon-heart {
  transform: translateX(0px);
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.primary-btn.fav-btn:hover .icon-heart-bg {
  transform: translateX(0px);
  color: #ffffff !important;
}
.primary-btn.before-icon span {
  font-size: 15px;
}
.primary-btn.before-icon:hover span {
  transform: translateX(0);
}

/***************************************************
COMMON HOVER LINK STARTS
****************************************************/
.full-width-overlapped-slider-v3 .common-hover-link:hover .common-hover-title-area h4, .full-width-masonry-swiper .common-hover-link:hover .common-hover-title-area h4, .full-width-overlapped-slider-v2 .common-hover-link:hover .common-hover-title-area h4,
.history-masonry-grid-full-wrapper .common-hover-link:hover .common-hover-title-area h4, .full-width-overlapped-slider .common-hover-link:hover .common-hover-title-area h4 {
  color: white;
}

.full-width-overlapped-slider-v3 .common-hover-link:hover .common-hover-title-area .ct, .full-width-masonry-swiper .common-hover-link:hover .common-hover-title-area .ct, .full-width-overlapped-slider-v2 .common-hover-link:hover .common-hover-title-area .ct,
.history-masonry-grid-full-wrapper .common-hover-link:hover .common-hover-title-area .ct, .full-width-overlapped-slider .common-hover-link:hover .common-hover-title-area .ct {
    color: #00ADFF !important;
}

.season-festival-grid-link:hover .common-hover-title-area h4 {
  color: white !important;
}

.common-hover-link {
  color: #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  text-align:left
}
.common-hover-link .icon-heart {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1042;
  font-size: 20px;
  background:rgba(0,0,0,.4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .common-hover-link .icon-heart {
    opacity: 1;
    visibility: visible;
  }
    .common-hover-link .icon-heart {
        font-size: 19px;
        height: 40px;
        width: 40px;
        right: 15px;
        top: 15px;
    }
}
@media (max-width: 767.98px) {
  .common-hover-link .icon-heart {
    font-size: 14px;
    height: 35px;
    width: 35px;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 350.98px) {
    .common-hover-link .icon-heart {
        font-size: 13px;
        height: 35px;
        width: 35px;
        right: 10px;
        top: 10px;
    }
}

.common-hover-link .icon-heart.active {
  opacity: 1;
  visibility: visible;
  border: none;
}
.common-hover-link .icon-heart-bg {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1042;
  font-size: 20px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 767.98px) {
  .common-hover-link .icon-heart-bg {
    font-size: 15px;
    right: 10px;
    top: 10px;
    height: 35px;
    width: 35px;
  }
}
.common-hover-link .company-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  object-fit: contain;
  z-index: 11;
}
@media (max-width: 1399.98px) {
  .common-hover-link .company-logo {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}
.common-hover-link.related-grid-link .related-grid-category-subtitle :last-child:after {
  content: none;
}
.common-hover-link.related-grid-link:hover .lt-bg-category {
  background-color: #00ADFF !important;
}
.common-hover-link.related-grid-link .common-hover-img-area:after {
  /*content: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  z-index: 1;
      */
}
.common-hover-link.related-grid-link .common-hover-img-area .views-wishlist-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 11;
}
@media (max-width: 575.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .views-wishlist-wrapper {
    padding: 10px;
  }
}
.common-hover-link.related-grid-link .common-hover-img-area .views-wishlist-wrapper .num-views-col {
  border-radius: 50px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.3);
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  z-index: 11;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .views-wishlist-wrapper .num-views-col {
    height: 25px;
    padding: 0 15px;
    font-size: 10px;
  }
}
.common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper {
    padding: 20px;
    gap: 6px 10px;
  }
}
.common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-btn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 991.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-btn {
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-btn {
    height: 25px;
    padding: 0 15px;
  }
}
.common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-btn h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-btn h6 {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-btn h6 {
    font-size: 10px;
  }
}
.common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-category {
  background-color: rgba(255, 255, 255, 0.3);
}
.common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .lt-bg-category2 {
    background-color: rgba(0, 0, 0, 0.3);
}
.common-hover-link.related-grid-link .common-hover-img-area .category-tile-wrapper .dk-bg-category {
  background-color: #00ADFF;
}
.common-hover-link .common-hover-img-area {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  border-radius: 1.2rem; 

}
/*
.common-hover-link .common-hover-img-area:after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #000000 100%);
  opacity: 0.2;
  z-index: 1;
}
    */
    .common-hover-link2 .common-hover-img-area:before {
   /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    z-index: 1;
       */
}

.common-hover-link .common-hover-img-area img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  object-fit: cover;
}


.common-hover-link .common-hover-img-area .price-arrow-wrapper {
  position: absolute;
  left: 0;
  bottom: 8px;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .common-hover-link .common-hover-img-area .price-arrow-wrapper {
    padding: 20px;
  }
}
.common-hover-link .common-hover-img-area .price-arrow-wrapper .icon-right-arrow {
  opacity: 0;
  visibility: hidden;
  background-color: #00ADFF;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  transform: translateX(100px);
}
@media (max-width: 991.98px) {
  .common-hover-link .common-hover-img-area .price-arrow-wrapper .icon-right-arrow {
    font-size: 8px;
    height: 40px;
    width: 40px;
  }
}
.common-hover-link .common-hover-title-area {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  color: #ffffff;
  z-index: 1039;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 767.98px) {
  .common-hover-link .common-hover-title-area {
    padding: 20px;
  }
}
.common-hover-link .common-hover-title-area h4 {
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    width: 90%;
    margin-bottom: 10px;
    font-size: 1.5rem;
}


.common-hover-link .common-hover-title-area h5 {
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    width: 90%;
    margin-bottom: 10px;
    font-size: 1.50rem;
}
.common-hover-link .common-hover-title-area h55 {
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    width: 90%;
    font-size: 1.40rem;
}

.error-page-item {
    font-size: 14rem;
    font-weight:bold;
    line-height: 14rem;
    margin-left: -1.3rem;
    margin-right: .75rem;
    text-shadow: -5px 1px 0px white;
}

    .error-page-item:nth-child(2) {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        display: inline-block;
    }


@media (max-width: 1799.98px) {
  .common-hover-link .common-hover-title-area h4 {
    font-size: 1.5rem;
  }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1599.98px) {
  .common-hover-link .common-hover-title-area h4 {
    font-size: 1.35rem;
  }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.3rem;
    }
}
@media (max-width: 1399.98px) {
  .common-hover-link .common-hover-title-area h4 {
    font-size: 1.30rem;
  }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.5rem;
    }
    
}
@media (max-width: 991.98px) {
    .error-page-item {
        font-size: 10rem;
        line-height: 10rem;
        margin-left: -.55rem;
        margin-right: .3rem;
    }
    .common-hover-link .common-hover-title-area h4 {
        font-size: 1.25rem;
    }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.70rem;
    }
    .common-hover-link .common-hover-title-area h55 {
        font-size: 2rem;
    }
}
@media (max-width: 767.98px) {
    .error-page-item {
        font-size: 7rem;
        line-height: 7rem;
    }
  .common-hover-link .common-hover-title-area h4 {
    font-size: 1.5rem;
  }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.6rem;
    }
    .common-hover-link .common-hover-title-area h55 {
        font-size: 1.75rem;
    }
}
@media (max-width: 575.98px) {
    .error-page-item {
        font-size: 5rem;
        line-height: 5rem;
    }
  .common-hover-link .common-hover-title-area h4 {
    font-size: 1.4rem;
  }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.4rem;
    }
    .common-hover-link .common-hover-title-area h55 {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
  .common-hover-link .common-hover-title-area h4 {
    font-size: 1.30rem;
  }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.20rem;
    }
    .common-hover-link .common-hover-title-area h55 {
        font-size: 1.4rem;
    }
}
@media (max-width: 380px) {
    .error-page-item {
        font-size: 5rem;
        line-height: 5rem;
    }
    .common-hover-link .common-hover-title-area h4 {
        font-size: 1.20rem;
    }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1rem;
        line-height:1.1rem

    }
    .common-hover-link .common-hover-title-area h55 {
        font-size: 1.3rem;
    }
}
@media (max-width: 299.98px) {
    .common-hover-link .common-hover-title-area h4 {
        font-size: 1.10rem;
    }
    .common-hover-link .common-hover-title-area h5 {
        font-size: 1.1rem;
    }
    .common-hover-link .common-hover-title-area h55 {
        font-size: 1.2rem;
    }
}
.common-hover-link .common-hover-title-area .icon-right-arrow {
  opacity: 0;
  visibility: hidden;
  background-color: #00ADFF;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 991.98px) {
  .common-hover-link .common-hover-title-area .icon-right-arrow {
    font-size: 8px;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767.98px)
{
    .common-hover-link .common-hover-title-area .icon-right-arrow {
    font-size: 8px;
    height: 35px;
    width: 35px;
    }
}
@media (max-width: 575.98px) {
    .common-hover-link .common-hover-title-area .icon-right-arrow {
        font-size: 8px;
        height: 30px;
        width: 30px;
    }
}
.common-hover-link .common-hover-title-area .deals-category-subtitle {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.common-hover-link .common-hover-title-area .deals-category-subtitle h6 {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(102, 102, 102);
  font-size: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1399.98px) {
  .common-hover-link .common-hover-title-area .deals-category-subtitle h6 {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .common-hover-link .common-hover-title-area .deals-category-subtitle h6 {
    font-size: 12px;
  }
}
.common-hover-link .common-hover-title-area .deals-category-subtitle ._h6 {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(102, 102, 102);
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .common-hover-link .common-hover-title-area .deals-category-subtitle ._h6 {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .common-hover-link .common-hover-title-area .deals-category-subtitle ._h6 {
    font-size: 12px;
  }
}
.common-hover-link .common-hover-title-area .deals-category-subtitle span {
  font-family: "Lato", sans-serif;
  color: rgb(102, 102, 102);
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1399.98px) {
  .common-hover-link .common-hover-title-area .deals-category-subtitle span {
    font-size: 14px;
  }
}
.common-hover-link .common-hover-title-area .deals-category-subtitle span:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 2px;
  height: 18px;
  width: 1px;
  background-color: rgba(140, 140, 140, 0.5);
}
@media (max-width: 1399.98px) {
  .common-hover-link .common-hover-title-area .deals-category-subtitle span:before {
    height: 15px;
  }
}
.common-hover-link:hover .common-hover-title-area h4 {
  color: #00ADFF !important;
}
.common-hover-link:hover .common-hover-title-area .icon-right-arrow {
  opacity: 1;
  visibility: visible;
}
.common-hover-link:hover .common-hover-img-area img {
  transform: scale(1.15);
  opacity: 1 !important;
}
.common-hover-link2:hover .common-hover-img-area img {
    transform: scale(1.05);
    opacity: 1 !important;
}
.common-hover-link:hover .common-hover-img-area .price-arrow-wrapper .icon-right-arrow {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.common-hover-link:hover .icon-heart {
  opacity: 1;
  visibility: visible;
  color: #ffffff;
}

.link-with-line {
  text-transform: uppercase;
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  cursor: pointer;
}
.link-with-line:hover {
  color: #00ADFF;
}
.link-with-line.red-txt {
  color: #00ADFF;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .link-with-line.red-txt {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .link-with-line.red-txt {
    font-size: 12px;
  }
}
.link-with-line.red-txt:hover {
  color: #000000;
}

#show-less {
  padding-bottom: 30px;
}

.common-hover-link .common-hover-title-area .related-grid-category-subtitle ._h6 {
  margin-bottom: 0px;
  position: relative;
}
.common-hover-link .common-hover-title-area .related-grid-category-subtitle ._h6:after {
  content: "";
  position: absolute;
  right: 0;
  right: -10px;
  top: 1px;
  width: 1px;
  height: 18px;
  background-color: rgba(140, 140, 140, 0.8);
}
@media (max-width: 1599.98px) {
  .common-hover-link .common-hover-title-area .related-grid-category-subtitle ._h6:after {
    top: -1px;
  }
}
@media (max-width: 767.98px) {
  .common-hover-link .common-hover-title-area .related-grid-category-subtitle ._h6:after {
    right: -6px;
    height: 11px;
    top: 2px;
  }
}
@media (max-width: 575.98px) {
  .common-hover-link .common-hover-title-area .related-grid-category-subtitle ._h6:after {
    right: -7px;
  }
}
.related-grid-category-subtitle {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .related-grid-category-subtitle {
    gap: 10px 15px;
  }
}
@media (max-width: 991.98px) {
  .related-grid-category-subtitle {
    gap: 8px 15px;
  }
}
@media (max-width: 575.98px) {
  .related-grid-category-subtitle {
    gap: 6px 15px;
  }
}
.related-grid-category-subtitle ._h6 {
  margin-bottom: 0px;
}
.related-grid-category-subtitle h6 {
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(102, 102, 102);
  position: relative;
}
@media (max-width: 1599.98px) {
  .related-grid-category-subtitle h6 {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .related-grid-category-subtitle h6 {
    font-size: 10px;
  }
}
.related-grid-category-subtitle h6:after {
  content: "";
  position: absolute;
  right: 0;
  right: -10px;
  top: 1px;
  width: 1px;
  height: 18px;
  background-color: rgba(140, 140, 140, 0.5);
}
@media (max-width: 1599.98px) {
  .related-grid-category-subtitle h6:after {
    top: -1px;
  }
}
@media (max-width: 767.98px) {
  .related-grid-category-subtitle h6:after {
    right: -6px;
    height: 11px;
    top: 2px;
  }
}
@media (max-width: 575.98px) {
  .related-grid-category-subtitle h6:after {
    right: -7px;
  }
}
.related-grid-category-subtitle .related-grid-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-style: italic;
  font-size: 16px;
  color: rgb(102, 102, 102);
}
@media (max-width: 1599.98px) {
  .related-grid-category-subtitle .related-grid-icon {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .related-grid-category-subtitle .related-grid-icon {
    font-size: 12px;
  }
}
.related-grid-category-subtitle .related-grid-icon span {
  color: #00ADFF;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .related-grid-category-subtitle .related-grid-icon span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .related-grid-category-subtitle .related-grid-icon span {
    font-size: 14px;
  }
}

/***************************************************
COMMON DATE WRAPPER STARTS
****************************************************/
.date-time-status-wrapper {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .date-time-status-wrapper {
    gap: 10px 12px;
  }
}
.date-time-status-wrapper .date-wrapper {
  margin-bottom: 0px !important;
}
.date-time-status-wrapper .status-time-wrapper {
  width: 100%;
}
.date-time-status-wrapper .status-time-wrapper h6 {
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #424242;
}
@media (max-width: 991.98px) {
  .date-time-status-wrapper .status-time-wrapper h6 {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.date-time-status-wrapper .status-time-wrapper h6 span {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.date-time-status-wrapper .status-time-wrapper span {
  font-style: italic;
  font-size: 14px;
  color: rgb(102, 102, 102);
}
@media (max-width: 991.98px) {
  .date-time-status-wrapper .status-time-wrapper span {
    font-size: 12px;
  }
}

.date-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: .5rem;
}
@media (max-width: 575.98px) {
  .date-wrapper {
    gap: 15px;
  }
}
.date-wrapper.price-wrapper .date-range-wrapper {
  text-align: left;
  align-items: baseline;
}
.date-wrapper.price-wrapper .date-range-wrapper span {
  letter-spacing: 1px;
}
.date-wrapper.price-wrapper .date-range-wrapper span:first-child {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px;
}
.date-wrapper.price-wrapper .date-range-wrapper span.info-deals {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .date-wrapper.price-wrapper .date-range-wrapper span:nth-child(2) {
    font-size: 22px;
    line-height: 22px;
  }
}
.date-wrapper.price-wrapper .date-range-wrapper span.offers-limits-txt {
  font-size: 10px;
  line-height: 10px;
}
.date-wrapper.price-wrapper .date-range-wrapper span.offers-Brochure-txt {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
  position: relative;
  font-weight: 700;
}
.date-wrapper.price-wrapper .date-range-wrapper span.offers-Brochure-txt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #000000;
  width: 100%;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.date-wrapper.price-wrapper .date-range-wrapper span.offers-price-txt {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .date-wrapper.price-wrapper .date-range-wrapper span.offers-price-txt {
    font-size: 22px;
    line-height: 22px;
  }
}
.date-wrapper.Brochureed-price-wrapper .date-range-wrapper span.offers-price-txt {
  color: #00ADFF;
}
.date-wrapper .date-range-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 8px;
  position: relative;
}
@media (max-width: 767.98px) {
  .date-wrapper .date-range-wrapper {
    padding: 10px;
  }
}
@media (max-width: 388.98px) {
  .date-wrapper .date-range-wrapper {
    padding: 5px;
  }
}
.date-wrapper .date-range-wrapper:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  height: 2px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  .date-wrapper .date-range-wrapper:nth-child(2):before {
    left: -15px;
    width: 12px;
  }
}
.date-wrapper span {
  color: #222222;
  letter-spacing: 3px;
  font-family: "Inter", sans-serif;
}
.date-wrapper span:first-child {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 1599.98px) {
  .date-wrapper span:first-child {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 991.98px) {
  .date-wrapper span:first-child {
    font-size: 12px;
    line-height: 12px;
  }
}
.date-wrapper span:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media (max-width: 1599.98px) {
  .date-wrapper span:nth-child(2) {
    font-size: 25px;
    line-height: 30px;
  }
}
.date-wrapper span:nth-child(3) {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .date-wrapper span:nth-child(3) {
    font-size: 10px;
    line-height: 10px;
  }
}

.date-and-ticket-wrapper {
  position: absolute;
  left: 0;
  bottom: 15px;
  padding: 15px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .date-and-ticket-wrapper {
    padding: 10px 15px;
  }
}
@media (max-width: 575.98px) {
    .date-and-ticket-wrapper {
        padding: 10px 10px;
    }
}
.events-date-wrapper {
  top: 0;
  z-index: 11;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.events-date-wrapper .date-wrapper {
  background: rgba(255, 255, 255, 0.7);
}
.events-date-wrapper .date-wrapper span {
  color: #000000;
}
.ticket-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 15px;
  bottom: .5rem;
}
@media (max-width: 767.98px) {
  .ticket-wrapper {
    right: 15px;
  }
}
.ticket-wrapper:before {
  /*content: "";
  position: absolute;
  right: -30px;
  bottom: -4px;
  background-color: #00ADFF;
  border-radius: 1.2rem 0px 0px 5px;
  height: 35px;
  width: 135px;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  transform: translateX(150px);
      */
}
@media (max-width: 767.98px) {
  .ticket-wrapper:before {
    transform: translateX(0px);
  }
}
@media (max-width: 575.98px) {
  .ticket-wrapper:before {
    right: -35px;
  }
}
.ticket-wrapper .icon-ticket {
  transform: translateX(70px) rotate(-20deg);
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  font-size: 36px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .ticket-wrapper .icon-ticket {
    transform: rotate(0deg);
    font-size: 26px;
  }
}
.ticket-wrapper h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
}
@media (max-width: 767.98px) {
  .ticket-wrapper h6 {
    transform: translateX(0px);
    font-size: 14px;
  }
}



.event-category-wrapper {
  background-color: rgba(255,255,255,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  padding: 0 10px;
  height: 30px;
  align-content:center
}

.event-category-wrapper .category-text {
    font-size:12px !important;
    letter-spacing:0 !important;
    line-height:10px !important;
    margin-bottom:0 !important;
  }
@media (max-width: 1199.98px) {
    .event-category-wrapper .category-text {
        font-size: 10px !important;
    }
}
@media (max-width: 991.98px) {
  .event-category-wrapper {
    height: 28px;
  }
}
@media (max-width: 339.98px) {
  .event-category-wrapper {
        width:30px;
        height:30px
  }
  .event-category-wrapper .category-text {
    display: none;
  }
}
.event-category-wrapper h6 {
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .event-category-wrapper h6 {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .event-category-wrapper h6 {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .sec-cta-button-area {
    display: none;
  }
}
.sec-cta-button-area.mob-sec-cta-btn {
  display: none;
}
@media (max-width: 991.98px) {
  .sec-cta-button-area.mob-sec-cta-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.sec-title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .sec-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .sec-title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .sec-title-wrapper {
    margin-bottom: 30px;
  }
}
.sec-title-wrapper .sec-title-area {
  width: 100%;
}
@media (max-width: 991.98px) {
  .sec-title-wrapper .sec-title-area {
    width: 100%;
  }
}
.sec-title-wrapper .sec-title-area.light-sec-title {
  color: #ffffff;
}
.sec-title-wrapper .sec-title-area.light-sec-title h5 {
  text-transform: uppercase;
  color: #838386;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .sec-title-wrapper .sec-title-area.light-sec-title h5 {
    margin-bottom: 5px;
  }
}
.sec-title-wrapper .sec-title-area.light-sec-title h2 {
  color: #ffffff;
}
.sec-title-wrapper .sec-title-area h2 {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .sec-title-wrapper .sec-title-area h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .sec-title-wrapper .sec-title-area h2 {
    margin-bottom: 8px;
  }
}
.sec-title-wrapper .sec-title-area p {
  margin-bottom: 0px;
  text-wrap: pretty;
}

.extend-column {
  max-width: unset;
}
@media (max-width: 991.98px) {
  .extend-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.container.allow-extend, .container-fluid.allow-extend {
  overflow: visible;
}

.container.allow-extend .row, .container-fluid.allow-extend .row {
  flex-wrap: nowrap;
  --bs-gutter-x: 0;
}
@media (max-width: 991.98px) {
  .container.allow-extend .row, .container-fluid.allow-extend .row {
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
  }
}

.p-rel {
  position: relative;
}

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

.latest-news-nav {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.related-exp-slider {
  border-radius: 1.2rem;
}

.related-exp-nav {
  top: -100px;
  right: 20px;
}
@media (max-width: 1399.98px) {
  .related-exp-nav {
    top: -90px;
  }
}
@media (max-width: 991.98px) {
  .related-exp-nav {
    top: -80px;
  }
}
@media (max-width: 767.98px) {
  .related-exp-nav {
    top: -70px;
  }
}
@media (max-width: 575.98px) {
  .related-exp-nav {
    display: none;
  }
}

.common-swipper-navigation {
  transform: scaleX(-1);
}
.common-swipper-navigation span {
  border: 1px solid #00ADFF;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  position: relative;
}
@media (max-width: 1599.98px) {
  .common-swipper-navigation span {
    height: 40px;
    width: 40px;
    font-size: 7px;
  }
}
@media (max-width: 575.98px) {
  .common-swipper-navigation span {
    height: 35px;
    width: 35px;
    font-size: 6px;
  }
}
.common-swipper-navigation span:before {
  color: #00ADFF;
  position: relative;
  z-index: 1;
}
.common-swipper-navigation span:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00ADFF;
  border-radius: 100%;
  transform: scale(0);
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.common-swipper-navigation span.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.common-swipper-navigation span.swiper-button-disabled.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.common-swipper-navigation span:hover:before {
  color: #ffffff;
}
.common-swipper-navigation span:hover:after {
  transform: scale(1.1);
}

/**********************************
COMMON NAVIGATION PILLS STARTS
**********************************/
.common-navigation-pills.journey-pills .nav .nav-link {
  letter-spacing: 2px;
}
@media (max-width: 575.98px) {
  .common-navigation-pills.journey-pills .nav .nav-link {
    width: 100%;
  }
}
.common-navigation-pills .nav {
  border: none;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .common-navigation-pills .nav {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .common-navigation-pills .nav {
    gap: 30px 20px;
  }
}
@media (max-width: 480px) {
  .common-navigation-pills .nav {
    gap: 30px 15px;
  }
}
.common-navigation-pills .nav .nav-link {
  font-size: 16px;
  line-height: 1.3;
  color: rgb(102, 102, 102);
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border: 0px;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.common-navigation-pills .nav .nav-link span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.common-navigation-pills .nav .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  height: 2px;
  width: 0%;
  background-color: #00ADFF;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
@media (max-width: 1599.98px) {
  .common-navigation-pills .nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .common-navigation-pills .nav .nav-link {
    font-size: 14px;
  }
}
.common-navigation-pills .nav .nav-link:hover {
  color: #424242;
}
.common-navigation-pills .nav .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.common-navigation-pills .nav .nav-link.active {
  color: #424242;
}
.common-navigation-pills .nav .nav-link.active:before {
  width: 100%;
}
.common-navigation-pills .nav .nav-link.active span {
  color: #00ADFF;
}

/***************************************************
HOME EXPERIENCE STARTS
****************************************************/
.full-width-masonry-swiper {
  border-radius: 1.2rem;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
}
.full-width-masonry-swiper .swiper-slide {
  height: auto;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 767.98px) {
  .full-width-masonry-swiper .swiper-slide {
    transform: scale(0.93);
  }
  .full-width-masonry-swiper .swiper-slide.swiper-slide-next {
    opacity: 0.5;
  }
  .full-width-masonry-swiper .swiper-slide.swiper-slide-prev {
    opacity: 0.5;
  }
  .full-width-masonry-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .full-width-masonry-swiper .swiper-slide.swiper-slide-active .common-hover-img-area img {
    transform: scale(1.05);
  }
}

.masonry-slider-pagination-sec {
  display: none;
}

.masonry-slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 767.98px) {
  .masonry-slider-wrapper {
    gap: 10px;
  }
}
.masonry-slider-wrapper .masonry-slider-link-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
}
.masonry-slider-wrapper .common-hover-link {
  height: 100%;
}
.masonry-slider-wrapper .common-hover-link .common-hover-title-area {
  transform: translateY(0px);
}
.masonry-slider-wrapper .common-hover-link .common-hover-title-area .icon-right-arrow {
  position: absolute;
}
.masonry-slider-wrapper .common-hover-link .common-hover-img-area img {
  object-fit: cover;
  aspect-ratio: 16/12;
}
@media (max-width: 991.98px) {
  .masonry-slider-wrapper .common-hover-link .common-hover-img-area img {
    aspect-ratio: 16/11;
  }
}
@media (max-width: 767.98px) {
  .masonry-slider-wrapper .common-hover-link .common-hover-img-area img {
    aspect-ratio: 16/10;
  }
}
.masonry-slider-wrapper .common-hover-link:hover .common-hover-title-area {
  transform: translateY(-50px);
}

.masonry-hover-link {
  height: 100%;
}
.masonry-hover-link:after {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #000000 100%);
    opacity: 0.8;
    z-index: 1;
}
    .masonry-hover-link .common-hover-title-area {
    transform: translateY(0px);
}
@media (max-width: 991.98px) {
  .masonry-hover-link .common-hover-title-area {
    padding: 20px;
  }
}
.masonry-hover-link .common-hover-title-area .icon-right-arrow {
  position: absolute;
}
.masonry-hover-link .common-hover-title-area h4 {
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
}
.masonry-hover-link .common-hover-title-area h5 {
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
}
.masonry-hover-link .common-hover-title-area h6 {
  text-transform: uppercase;
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991.98px) {
  .masonry-hover-link .common-hover-title-area h6 {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .masonry-hover-link .common-hover-title-area h6 {
    font-size: 12px;
  }
}
.masonry-hover-link .common-hover-title-area ._h6 {
  text-transform: uppercase;
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.masonry-hover-link .common-hover-img-area img {
    object-fit: cover;
    aspect-ratio:16/10;
}

.masonry-hover-link:hover .common-hover-title-area {
    transform: translateY(-50px);
}
@media (max-width: 991.98px) {
  .masonry-hover-link .common-hover-title-area ._h6 {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .masonry-hover-link .common-hover-title-area ._h6 {
    font-size: .7rem;
  }
    
}
@media (min-width: 299.98px) and (max-width: 456.98px) {
    .masonry-hover-link:hover .common-hover-title-area {
        transform: translateY(-30px);
    }
}

    /***************************************************
HOME WHATS HAPPENING STARTS
****************************************************/
    .light-grey-bg-1 {
        background-color: rgba(241, 241, 241, 0.5);
    }

    .light-grey-bg {
        background-color: #f1f1f1;
    }

    .whats-happening-section .swiper {
        border-radius: 1.2rem;
    }

    @media (max-width: 767.98px) {
        .whats-happening-section .common-swipper-navigation {
            display: none;
        }
    }

.wishlisted-link.custom-fav-div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    opacity: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(12deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3799720572) 59%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(12deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3799720572) 59%, rgb(0, 0, 0) 100%);
    background: linear-gradient(12deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3799720572) 59%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}



    @media (max-width: 991.98px) {
        .wishlisted-link.custom-fav-div:before {
            opacity: 0.3;
        }
    }

    .whats-happening-link .common-hover-title-area {
        position: relative;
        color: #000000;
        padding: 0px;
        padding-top: 30px;
        overflow: hidden;
    }

    @media (max-width: 991.98px) {
        .whats-happening-link .common-hover-title-area {
            padding-top: 20px;
            padding-bottom: 10px;
        }
    }

    @media (max-width: 767.98px) {
        .whats-happening-link .common-hover-title-area h4 {
            margin-bottom: 5px;
        }
    }

    .whats-happening-link .common-hover-title-area .common-hover-subtitle {
        font-size: 14px;
        display: block;
        color: rgb(102, 102, 102);
        text-transform: uppercase;
        margin-bottom: 5px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

    @media (max-width: 1199.98px) {
        .whats-happening-link .common-hover-title-area .common-hover-subtitle {
            font-size: 12px;
        }
    }

    @media (max-width: 480px) {
        .whats-happening-link .common-hover-title-area .common-hover-subtitle {
            font-size: 11px;
        }
    }

    @media (max-width: 767.98px) {
        .whats-happening-link .common-hover-title-area .common-hover-subtitle {
            margin-bottom: 2px;
        }
    }

    .whats-happening-link .common-hover-title-area .location-link {
        color: rgb(102, 102, 102);
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    @media (max-width: 1199.98px) {
        .whats-happening-link .common-hover-title-area .location-link {
            font-size: 14px;
        }
    }

    .whats-happening-link:hover .date-and-ticket-wrapper .ticket-wrapper:before {
        transform: translateX(0px);
    }

    .whats-happening-link:hover .date-and-ticket-wrapper .ticket-wrapper h6 {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    .whats-happening-link:hover .date-and-ticket-wrapper .ticket-wrapper .icon-ticket {
        transform: rotate(0deg);
        font-size: 26px;
    }

    .tab-content {
        padding-top: 60px;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 991.98px) {
        .tab-content {
            padding-top: 45px;
        }
    }





    .swiper.three-col-slider1 .swiper-slide.swiper-slide-active .whats-happening-link .common-hover-img-area img, .swiper.three-col-slider .swiper-slide.swiper-slide-active .whats-happening-link .common-hover-img-area img {
        opacity: 1 !important;
    }

    @media (max-width: 767.98px) {
        .three-col-slider1 .swiper-slide .whats-happening-link, .three-col-slider .swiper-slide .whats-happening-link {
            transform: scale(0.93);
            opacity: 0.5;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .three-col-slider1 .swiper-slide.swiper-slide-active .whats-happening-link, .three-col-slider .swiper-slide.swiper-slide-active .whats-happening-link {
            transform: scale(1);
            opacity: 1;
        }

            .three-col-slider1 .swiper-slide.swiper-slide-active .whats-happening-link .icon-heart, .three-col-slider .swiper-slide.swiper-slide-active .whats-happening-link .icon-heart {
                opacity: 1;
                visibility: visible;
            }

        .three-col-slider1 .swiper-slide.swiper-slide-active .ticket-wrapper .icon-ticket, .three-col-slider .swiper-slide.swiper-slide-active .ticket-wrapper .icon-ticket {
            transform: rotate(0deg) !important;
            font-size: 26px !important;
        }

        .three-col-slider1 .swiper-slide.swiper-slide-active .ticket-wrapper h6, .three-col-slider .swiper-slide.swiper-slide-active .ticket-wrapper h6 {
            transform: translateX(0px) !important;
            font-size: 14px !important;
        }

        .three-col-slider1 .swiper-slide.swiper-slide-active .ticket-wrapper:before, .three-col-slider .swiper-slide.swiper-slide-active .ticket-wrapper:before {
            transform: translateX(0px) !important;
        }
    }





    .swiper.four-col-slider1 .swiper-slide.swiper-slide-active .whats-happening-link .common-hover-img-area img, .swiper.four-col-slider .swiper-slide.swiper-slide-active .whats-happening-link .common-hover-img-area img {
        opacity: 1 !important;
    }

    @media (max-width: 767.98px) {
        .four-col-slider1 .swiper-slide .whats-happening-link, .four-col-slider .swiper-slide .whats-happening-link {
            transform: scale(0.93);
            opacity: 0.5;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .four-col-slider1 .swiper-slide.swiper-slide-active .whats-happening-link, .four-col-slider .swiper-slide.swiper-slide-active .whats-happening-link {
            transform: scale(1);
            opacity: 1;
        }

            .four-col-slider1 .swiper-slide.swiper-slide-active .whats-happening-link .icon-heart, .four-col-slider .swiper-slide.swiper-slide-active .whats-happening-link .icon-heart {
                opacity: 1;
                visibility: visible;
            }

        .four-col-slider1 .swiper-slide.swiper-slide-active .ticket-wrapper .icon-ticket, .four-col-slider .swiper-slide.swiper-slide-active .ticket-wrapper .icon-ticket {
            transform: rotate(0deg) !important;
            font-size: 26px !important;
        }

        .four-col-slider1 .swiper-slide.swiper-slide-active .ticket-wrapper h6, .four-col-slider .swiper-slide.swiper-slide-active .ticket-wrapper h6 {
            transform: translateX(0px) !important;
            font-size: 14px !important;
        }

        .four-col-slider1 .swiper-slide.swiper-slide-active .ticket-wrapper:before, .four-col-slider .swiper-slide.swiper-slide-active .ticket-wrapper:before {
            transform: translateX(0px) !important;
        }
    }

    /***************************************************
BEFORE YOU TRAVEL STARTS
****************************************************/
    .before-you-travel-slider-wrapper .swiper {
        border-radius: 1.2rem;
    }

    .byt-grid-link {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-color: #ffffff;
        border-radius: 1.2rem;
        padding: 100px 40px 40px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        height: 280px;
        display: block;
    }

    @media (max-width: 1399.98px) {
        .byt-grid-link {
            padding: 80px 30px 30px;
        }
    }

    @media (max-width: 991.98px) {
        .byt-grid-link {
            height: 250px;
        }
    }

    @media (max-width: 575.98px) {
        .byt-grid-link {
            padding: 60px 20px 20px;
        }
    }

    .byt-grid-link .byt-content-area {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        gap: 20px;
        transform: translateY(10px);
    }

    @media (max-width: 1799.98px) {
        .byt-grid-link .byt-content-area {
            transform: translateY(30px);
        }
    }

    @media (max-width: 1399.98px) {
        .byt-grid-link .byt-content-area {
            transform: translateY(50px);
        }
    }

    @media (max-width: 991.98px) {
        .byt-grid-link .byt-content-area {
            transform: translateY(30px);
        }
    }

    .byt-grid-link .byt-content-area img {
        height: 80px;
        width: auto;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 1799.98px) {
        .byt-grid-link .byt-content-area img {
            height: 60px;
        }
    }

    .byt-grid-link .byt-content-area h6 {
        margin-bottom: 0px;
        color: #000000;
        font-weight: 600;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    .byt-grid-link .know-link {
        color: #ffffff;
        opacity: 0;
        visibility: hidden;
        font-size: 12px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: -14px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        transform: translateX(-100px);
    }

        .byt-grid-link .know-link span {
            font-size: 8px;
            color: #ffffff;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    .byt-grid-link:hover {
        background-color: #00ADFF;
    }

        .byt-grid-link:hover .byt-content-area {
            transform: translateY(0px);
        }

    @media (max-width: 1799.98px) {
        .byt-grid-link:hover .byt-content-area {
            transform: translateY(20px);
        }
    }

    @media (max-width: 1399.98px) {
        .byt-grid-link:hover .byt-content-area {
            transform: translateY(40px);
        }
    }

    @media (max-width: 991.98px) {
        .byt-grid-link:hover .byt-content-area {
            transform: translateY(10px);
        }
    }

    @media (max-width: 575.98px) {
        .byt-grid-link:hover .byt-content-area {
            transform: translateY(30px);
        }
    }

    .byt-grid-link:hover .byt-content-area img {
        filter: brightness(0) invert(1);
        height: 60px;
    }

    @media (max-width: 1799.98px) {
        .byt-grid-link:hover .byt-content-area img {
            height: 45px;
        }
    }

    .byt-grid-link:hover .byt-content-area h6 {
        color: #ffffff;
    }

    .byt-grid-link:hover .know-link {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        color: #ffffff !important;
    }

        .byt-grid-link:hover .know-link span {
            color: #ffffff !important;
        }

    .before-you-travel-slider .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .before-you-travel-slider .swiper-slide.swiper-slide-next {
            opacity: 0.5;
        }

        .before-you-travel-slider .swiper-slide.swiper-slide-prev {
            opacity: 0.5;
        }

        .before-you-travel-slider .swiper-slide.swiper-slide-active .byt-grid-link .byt-content-area {
            transform: translateY(30px);
        }

            .before-you-travel-slider .swiper-slide.swiper-slide-active .byt-grid-link .byt-content-area img {
                height: 45px;
            }

        .before-you-travel-slider .swiper-slide.swiper-slide-active .byt-grid-link .know-link {
            opacity: 1;
            visibility: visible;
            transform: translateX(0px);
            color: #000000;
        }

            .before-you-travel-slider .swiper-slide.swiper-slide-active .byt-grid-link .know-link span {
                color: #000000;
            }
    }

    /***************************************************
SEASON FESTIVAL STARTS
****************************************************/
    .odometer-value {
        width: 100%;
    }

    .season-festival-section {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
        background-color: #000000;
    }

        .season-festival-section:before {
            content: "";
            position: absolute;
            background-color: #f1f1f1;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
        }

    @media (max-width: 575.98px) {
        .season-festival-section .allow-extend {
            padding: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-section .extend-column {
            padding: 0px;
        }
    }

    .season-festival-section .season-festival-title-area {
        position: relative;
        z-index: 1;
    }

    @media (max-width: 991.98px) {
        .season-festival-section .season-festival-title-area .sec-title-wrapper {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-section .season-festival-title-area .sec-title-wrapper {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 991.98px) {
        .season-festival-section .events-date-range-wrapper {
            margin-bottom: 30px;
        }
    }

    .season-festival-section .mobile-season-btn {
        display: none;
    }

    @media (max-width: 991.98px) {
        .season-festival-section .mobile-season-btn {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-section .mobile-season-btn {
            gap: 15px 10px;
        }
    }

    .season-festival-section .season-festival-bg-img {
        position: absolute;
        left: 0;
        top: 0;
        height: 750px;
        width: 100%;
        overflow: hidden;
    }

    @media (max-width: 1799.98px) {
        .season-festival-section .season-festival-bg-img {
            height: 680px;
        }
    }

    @media (max-width: 1599.98px) {
        .season-festival-section .season-festival-bg-img {
            height: 610px;
        }
    }

    @media (max-width: 1399.98px) {
        .season-festival-section .season-festival-bg-img {
            height: 570px;
        }
    }

    @media (max-width: 991.98px) {
        .season-festival-section .season-festival-bg-img {
            height: 650px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-section .season-festival-bg-img {
            height: 620px;
        }
    }

    @media (max-width: 480px) {
        .season-festival-section .season-festival-bg-img {
            height: 550px;
        }
    }

    .season-festival-section .season-festival-bg-img:before {
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
        position: absolute;
    }

    .season-festival-section .season-festival-bg-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .season-festival-section .events-date-range-wrapper {
        display: flex;
        align-items: center;
        gap: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        max-width: 300px;
        justify-content: center;
        padding: 5px 0px;
    }

    @media (max-width: 1399.98px) {
        .season-festival-section .events-date-range-wrapper {
            max-width: 270px;
        }
    }

    @media (max-width: 1199.98px) {
        .season-festival-section .events-date-range-wrapper {
            max-width: 250px;
        }
    }

    .season-festival-section .events-date-range-wrapper .events-date-wrapper {
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
    }

        .season-festival-section .events-date-range-wrapper .events-date-wrapper:nth-child(2):before {
            content: "";
            position: absolute;
            left: -35px;
            top: 50%;
            height: 1px;
            width: 20px;
            background-color: #e1e1e1;
        }

        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list {
            display: flex;
            align-items: center;
            gap: 4px;
        }

            .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .odometer {
                color: #ffffff;
                font-size: 60px;
                font-weight: 500;
                font-family: "Inter", sans-serif;
                letter-spacing: 2px;
            }

    @media (max-width: 1799.98px) {
        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .odometer {
            font-size: 50px;
        }
    }

    @media (max-width: 1399.98px) {
        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .odometer {
            font-size: 45px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .odometer {
            font-size: 40px;
        }
    }

    .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .opendata-count-sign {
        display: flex;
        flex-direction: column;
    }

        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .opendata-count-sign span {
            font-size: 20px;
            font-family: "Lato", sans-serif;
            color: #e1e1e1;
            text-transform: uppercase;
        }

    @media (max-width: 1799.98px) {
        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .opendata-count-sign span {
            font-size: 16px;
        }
    }

    @media (max-width: 1399.98px) {
        .season-festival-section .events-date-range-wrapper .events-date-wrapper .counter-col .counter-col-list .opendata-count-sign span {
            font-size: 14px;
        }
    }

    .season-festival-section .extend-column {
        border-radius: 1.2rem;
    }

    .season-festival-background-slider {
        position: relative;
        border-radius: 1.2rem;
    }

        .season-festival-background-slider .swiper {
            border-radius: 1.2rem;
        }

            .season-festival-background-slider .swiper .swiper-wrapper {
                border-radius: 1.2rem;
            }

                .season-festival-background-slider .swiper .swiper-wrapper .swiper-slide {
                    border-radius: 1.2rem;
                }

        .season-festival-background-slider .swiper-pagination-progressbar {
            display: block;
            position: absolute;
            bottom: -50px;
            top: auto !important;
            height: 6px !important;
            background: rgba(0, 0, 0, 0.1) !important;
            width: 100%;
            border-radius: 8px;
            cursor: pointer;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            left: 0px;
            display: none;
        }

            .season-festival-background-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
                background: #00ADFF;
                border-radius: 8px;
            }

    @media (max-width: 991.98px) {
        .season-festival-background-slider .swiper-pagination-progressbar {
            display: block;
            bottom: -60px;
        }
    }

    @media (max-width: 767.98px) {
        .season-festival-background-slider .swiper-pagination-progressbar {
            display: block;
            bottom: -50px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-background-slider .swiper-pagination-progressbar {
            width: 92%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .season-festival-background-slider .swiper-scrollbar {
        display: block;
        position: absolute;
        bottom: -50px;
        top: auto !important;
        height: 6px !important;
        background: rgba(0, 0, 0, 0.05) !important;
        width: 90%;
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        left: 0px;
    }

        .season-festival-background-slider .swiper-scrollbar .swiper-pagination-progressbar-fill {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 8px;
        }

    @media (max-width: 991.98px) {
        .season-festival-background-slider .swiper-scrollbar {
            display: none;
        }
    }

    .season-festival-background-slider .season-festival-grid-link {
        background-color: #000000;
    }

        .season-festival-background-slider .season-festival-grid-link .season-festival-venue, .season-festival-background-slider .season-festival-grid-link .season-festival-calendar {
            color: #e1e1e1;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 6px;
        }

            .season-festival-background-slider .season-festival-grid-link .season-festival-venue span, .season-festival-background-slider .season-festival-grid-link .season-festival-calendar span {
                color: #e1e1e1;
                font-size: 16px;
            }

        .season-festival-background-slider .season-festival-grid-link .season-festival-calendar {
            margin-bottom: 0px;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .season-festival-background-slider .season-festival-grid-link:hover .season-border-wrapper {
            height: 35px;
        }

        .season-festival-background-slider .season-festival-grid-link:hover .season-festival-calendar {
            transform: translateY(23px);
        }

    .season-festival-bg-swiper .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .season-festival-bg-swiper .swiper-slide .season-festival-grid-link {
            background-color: transparent;
        }

            .season-festival-bg-swiper .swiper-slide .season-festival-grid-link .common-hover-img-area {
                transform: scale(0.93);
            }

            .season-festival-bg-swiper .swiper-slide .season-festival-grid-link .season-border-wrapper {
                height: 0px;
            }

            .season-festival-bg-swiper .swiper-slide .season-festival-grid-link .common-hover-title-area h4 {
                font-size: 21px;
                margin-bottom: 5px;
            }

        .season-festival-bg-swiper .swiper-slide.swiper-slide-next .common-hover-img-area {
            transform: scale(0.93);
        }

        .season-festival-bg-swiper .swiper-slide.swiper-slide-prev .common-hover-img-area {
            transform: scale(0.93);
        }

        .season-festival-bg-swiper .swiper-slide.swiper-slide-active .common-hover-link .icon-heart {
            opacity: 1;
            visibility: visible;
        }

        .season-festival-bg-swiper .swiper-slide.swiper-slide-active .season-festival-grid-link .common-hover-img-area {
            transform: scale(1);
        }

            .season-festival-bg-swiper .swiper-slide.swiper-slide-active .season-festival-grid-link .common-hover-img-area img {
                transform: scale(1.05);
                opacity: 0.85 !important;
            }

        .season-festival-bg-swiper .swiper-slide.swiper-slide-active .season-festival-grid-link .season-border-wrapper {
            height: 35px;
        }

        .season-festival-bg-swiper .swiper-slide.swiper-slide-active .season-festival-grid-link .season-festival-calendar {
            transform: translateY(13px);
        }
    }

    /***************************************************
TOP ATTRACTIONS STARTS
****************************************************/
    .top-food-cilinary-section .full-width-slider-grid .common-hover-link .common-hover-img-area {
        /*aspect-ratio: 16/14;*/
    }

    .expanding_container_wrapper {
        padding-top: 0rem;
        padding-bottom: 2.7777777778rem;
        width: 100%;
        position: relative;
        height: 100vh;
        overflow: hidden;
        z-index: 1;
    }

        .expanding_container_wrapper .expanding_container_main {
            width: 100%;
            margin: auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scale(0.82);
            overflow: hidden;
            height: 100%;
            border-radius: 50px;
        }

            .expanding_container_wrapper .expanding_container_main:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                z-index: 11;
            }

            .expanding_container_wrapper .expanding_container_main:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 55%;
                width: 100%;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 100%);
                background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 100%);
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                z-index: 11;
            }

            .expanding_container_wrapper .expanding_container_main .expanding_container_container {
                width: 100%;
                position: relative;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
            }

                .expanding_container_wrapper .expanding_container_main .expanding_container_container video {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: flex;
                }

                .expanding_container_wrapper .expanding_container_main .expanding_container_container img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: flex;
                }

    @media (max-width: 991.98px) {
        .expanding_container_wrapper {
            padding-bottom: 0px;
            height: 65vh;
            margin-top: 50px;
        }
    }

    @media (max-width: 767.98px) {
        .expanding_container_wrapper {
            padding-bottom: 0px;
            height: 55vh;
            margin-top: 30px;
        }
    }

    .expanding_container_wrapper .expanding_container_main {
        background-color: #000000;
    }

    @media (max-width: 991.98px) {
        .expanding_container_wrapper .expanding_container_main {
            left: inherit;
            transform: inherit;
            border-radius: 0px;
        }
    }

    .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main:before, .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main:after {
        display: none;
    }

    .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main .top-attraction-bg-slider {
        height: 100%;
        width: 100%;
    }

        .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main .top-attraction-bg-slider .container-fluid {
            z-index: 11;
            position: relative;
            height: 100%;
            width: 100%;
        }

        .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main .top-attraction-bg-slider .swiper-wrapper .swiper-slide .top-attraction-slider-img-back {
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

            .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main .top-attraction-bg-slider .swiper-wrapper .swiper-slide .top-attraction-slider-img-back:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                z-index: 11;
            }

            .top-attraction-bg-slider-wrapper .expanding_container_wrapper .expanding_container_main .top-attraction-bg-slider .swiper-wrapper .swiper-slide .top-attraction-slider-img-back:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 55%;
                width: 100%;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 100%);
                background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 100%);
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359944) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                z-index: 11;
            }

    .top-attractions-section {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .top-attractions-section .top-attraction-bg-slider-wrapper {
            position: relative;
            height: 100%;
            width: 100%;
        }

            .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area {
                z-index: 1;
                position: absolute;
                bottom: 200px;
                max-width: 750px;
            }

    @media (max-width: 1199.98px) {
        .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area {
            max-width: 600px;
        }
    }

    @media (max-width: 991.98px) {
        .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area {
            max-width: 500px;
            bottom: 150px;
        }
    }

    @media (max-width: 767.98px) {
        .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area {
            max-width: 450px;
        }
    }

    @media (max-width: 575.98px) {
        .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area {
            max-width: 350px;
            bottom: 120px;
        }
    }

    @media (max-width: 480px) {
        .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area {
            max-width: 300px;
        }
    }

    .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area h3 {
        color: #ffffff;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

    @media (max-width: 767.98px) {
        .top-attractions-section .top-attraction-bg-slider-wrapper .top-attraction-title-area h3 {
            margin-bottom: 15px;
        }
    }

    .top-attractions-section .top-attraction-thums-wrapper {
        position: absolute;
        bottom: 0;
        z-index: 11;
        left: 0;
        width: 100%;
    }

    @media (max-width: 575.98px) {
        .top-attractions-section .top-attraction-thums-wrapper .container-fluid {
            padding: 0;
            margin: 0;
        }
    }

    .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider {
        padding-top: 10px;
    }

        .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider:before {
            content: "";
            position: absolute;
            top: 3px;
            right: 0px;
            background-color: rgba(255, 255, 255, 0.2);
            height: 1px;
            width: 100%;
        }

        .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide .top-attraction-thumbs-list {
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            text-align: center;
            cursor: pointer;
            position: relative;
        }

            .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide .top-attraction-thumbs-list:before {
                content: "";
                position: absolute;
                top: -9px;
                right: 0px;
                background-color: #00ADFF;
                height: 5px;
                width: 0%;
                border-radius: 1.2rem;
                -webkit-transition: all 0.5s ease 0s !important;
                -moz-transition: all 0.5s ease 0s !important;
                -ms-transition: all 0.5s ease 0s !important;
                -o-transition: all 0.5s ease 0s !important;
                transition: all 0.5s ease 0s !important;
            }

    @media (max-width: 575.98px) {
        .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide .top-attraction-thumbs-list:before {
            top: -8px;
            height: 3px;
        }
    }

    .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide .top-attraction-thumbs-list h6 {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        margin-bottom: 0px;
        z-index: 5;
        background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #e1e1e1 50%);
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        line-height: 90px;
        white-space: nowrap;
    }

    @media (max-width: 991.98px) {
        .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide .top-attraction-thumbs-list h6 {
            line-height: 70px;
        }
    }

    @media (max-width: 575.98px) {
        .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide .top-attraction-thumbs-list h6 {
            font-size: 15px;
            line-height: 50px;
        }
    }

    .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h6 {
        background-position: 0%;
    }

    .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .top-attraction-thumbs-list:before {
        width: 100%;
        right: auto;
        left: 0;
    }

    .top-attractions-section .top-attraction-thums-wrapper .top-attraction-thumbs-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .top-attraction-thumbs-list span {
        color: white;
    }

    /***************************************************
HOME INSTAGRAM SECTION STARTS
****************************************************/
    .instagram-feed-section {
        padding: 0px;
        border-bottom: 1px solid rgb(150, 150, 150);
    }

        .instagram-feed-section .sec-title-wrapper {
            margin-bottom: 30px;
        }

    @media (max-width: 991.98px) {
        .instagram-feed-section .sec-title-wrapper {
            flex-direction: row;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 991.98px) {
        .instagram-feed-section .sec-title-wrapper .sec-title-area {
            width: 50%;
        }
    }

    .instagram-feed-section .sec-title-wrapper .sec-title-area h2 {
        margin: 0;
    }

    @media (max-width: 575.98px) {
        .instagram-feed-section .sec-title-wrapper .sec-title-area h2 {
            font-size: 26px;
        }
    }

    .insta-title-link {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .insta-title-link span {
            font-size: 36px;
            color: rgba(0, 0, 0, 0.5);
        }

    @media (max-width: 1199.98px) {
        .insta-title-link span {
            font-size: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .insta-title-link span {
            font-size: 22px;
        }
    }

    .insta-title-link .insta-title-txt {
        font-size: 50px;
        color: #000000;
    }

    @media (max-width: 1599.98px) {
        .insta-title-link .insta-title-txt {
            font-size: 40px;
        }
    }

    @media (max-width: 1399.98px) {
        .insta-title-link .insta-title-txt {
            font-size: 38px;
        }
    }

    @media (max-width: 1199.98px) {
        .insta-title-link .insta-title-txt {
            font-size: 36px;
        }
    }

    @media (max-width: 991.98px) {
        .insta-title-link .insta-title-txt {
            font-size: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .insta-title-link .insta-title-txt {
            font-size: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .insta-title-link .insta-title-txt {
            font-size: 28px;
        }
    }

    /***************************************************
FOOTER STARTS
****************************************************/
    .cerkezkoyde-footer {
        z-index: 1043;
        position: relative;
    }

        .cerkezkoyde-footer hr {
            border-color: rgba(126, 127, 171, 0.5);
            margin: 2rem 0 2.5rem;
            width: 0%;
            -webkit-transition: all 2s ease 0s !important;
            -moz-transition: all 2s ease 0s !important;
            -ms-transition: all 2s ease 0s !important;
            -o-transition: all 2s ease 0s !important;
            transition: all 2s ease 0s !important;
            transition-delay: 1s !important;
        }

            .cerkezkoyde-footer hr.animated {
                width: 100%;
            }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer hr {
            margin: 1.5rem 0 1.5rem;
        }
    }

    .cerkezkoyde-footer .footer-top-section {
        background-color: #323232;
        padding: 60px 0px 20px 0px;
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section {
            padding: 40px 0px 20px 0px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social {
        display: flex;
        align-items: flex-end;
        justify-content:space-between;
        gap: 100px;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social {
            gap: 70px;
        }
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social {
            gap: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social {
            gap: 40px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-crk-logo img {
        max-width: 200px;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-crk-logo img {
            max-width: 150px;
        }
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-crk-logo img {
            max-width: 120px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area {
        display: flex;
        align-items: center;
        gap: 30px;
        position: relative;
        margin-bottom: 10px;
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area {
            gap: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area {
            gap: 16px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area:before {
     /*   content: "";
        position: absolute;
        left: -46px;
        top: -12px;
        height: 45px;
        width: 1px;
        background-color: rgba(217, 217, 217, 0.1);*/
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area:before {
            left: -36px;
        }
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area:before {
            left: -26px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area a span {
        font-size: 20px;
        color: #ffffff;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area a span {
            font-size: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area a span {
            font-size: 16px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-crk-logo-social .footer-social-area a:hover span {
        color: #e1e1e1;
    }

    .cerkezkoyde-footer .footer-top-section .footer-climate-area {
        float: left;
        margin-bottom: -7px;
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-climate-area {
            float: left;
        }
    }

    @media (max-width: 767.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-climate-area {
            margin-top: 10px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-climate-area a {
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-climate-area a {
            font-size: 20px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-climate-area .icon-cloud {
        font-size: 48px;
        color: rgba(255, 255, 255, 0.7);
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-climate-area .icon-cloud {
            font-size: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-climate-area .icon-cloud {
            font-size: 28px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-climate-area .icon-down-angle {
        font-size: 8px;
        color: #e1e1e1;
    }

    .cerkezkoyde-footer .footer-top-section .footer-app-area {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 50px;
        margin-bottom: 10px;
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-app-area {
            gap: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-app-area {
            justify-content: start;
            margin-top: 25px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-app-area {
            margin-top: 20px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-app-area a img {
        max-width: 150px;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-app-area a img {
            max-width: 100px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-app-area a img {
            max-width: 110px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links h4 {
        font-size: 28px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links h4 {
            font-size: 24px;
            display: none;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links h4 {
            margin-bottom: 15px;
            font-size: 22px;
        }
    }

    @media (max-width: 767.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links h4 {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links h4 {
            font-size: 18px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 30px;
        width: 75%;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list {
            display: none;
        }
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list {
            gap: 5px 30px;
        }
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list {
            gap: 5px 30px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list {
            width: 100%;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list a {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #cccccc;
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list a {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list a {
            width: 45%;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list a:hover {
        color: #ffffff;
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle {
        display: none;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle {
            display: block;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle h4 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle h4.active span {
            transform: scaleY(1);
        }

        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle h4 span {
            display: none;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle h4 span {
            display: block;
            font-size: 8px;
            opacity: 0.3;
            transform: scaleY(-1);
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle .footer-quick-links-list-dropdown {
        display: none;
    }

        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle .footer-quick-links-list-dropdown a {
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #e1e1e1;
            display: block;
            margin-bottom: 5px;
            width: 50%;
            float: left;
            padding-right: 15px;
        }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle .footer-quick-links-list-dropdown a {
            font-size: 14px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .footer-quick-links .footer-quick-links-list-toggle .footer-quick-links-list-dropdown a:hover {
        color: #ffffff;
    }

    .cerkezkoyde-footer .footer-top-section .news-letter-wrapper h4 {
        font-size: 28px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 25px;
    }

    @media (max-width: 1399.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper h4 {
            font-size: 24px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper h4 {
            font-size: 22px;
            margin-top: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper h4 {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper h4 {
            font-size: 18px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper {
        position: relative;
    }

        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper input {
            height: 50px;
            border: 1px solid rgba(146, 146, 146, 0.5);
            border-radius: 100px;
            padding-left: 30px;
            color: white;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 400;
            background-color: transparent;
            width: 100%;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper input {
            padding-left: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper input {
            height: 45px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper input::placeholder {
        color: #9a9ba2;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper input:focus {
        border-color: #ffffff;
    }

    .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper button {
        position: absolute;
        right: 0;
        top: 0;
    }

        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper button.primary-btn {
            height: 50px;
            background-color: #ffffff;
            border-color: #ffffff;
            color: #00ADFF;
        }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper button.primary-btn {
            padding: 0 16px;
        }
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper button.primary-btn {
            height: 45px;
        }
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper button.primary-btn {
            width: auto;
            padding: 0 10px;
        }
    }

    .cerkezkoyde-footer .footer-top-section .news-letter-wrapper .field-button-wrapper button.primary-btn:hover {
        background-color: #00ADFF;
        border-color: #00ADFF;
        color: #ffffff;
    }

    .cerkezkoyde-footer .footer-top-section .last-update-area {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        color: #cccccc;
        margin-top: 40px;
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-top-section .last-update-area {
            margin-top: 25px;
        }
    }

    .cerkezkoyde-footer .footer-bottom-section {
        background-color: #232323;
        padding: 30px 0;
    }

        .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area {
            display: flex;
            align-items: center;
            gap: 4px;
        }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area {
            margin-top: 15px;
        }
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area p {
        color: #E7E1E5;
        font-size: 14px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        margin-bottom: 0px;
        text-wrap: balance;
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area p {
            font-size: 12px;
        }
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area p a {
        margin: 0 3px;
        color:#fff;
    }
    .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area p a:hover {
       color:#00ADFF;
    }

        .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area p a img {
            transform: translateY(-2px);
        }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-copyrights-area p a img {
            width: 32px;
        }
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area {
        display: flex;
        align-items: center;
        gap: 6px 20px;
        position: relative;
        margin-top: 5px;
        flex-wrap: wrap;
    }

        .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area a {
            color: #9A9BA2;
            font-size: 14px;
            font-weight: 400;
            font-family: "Lato", sans-serif;
            position: relative;
        }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area a {
            font-size: 12px;
        }

            .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area a:after {
                top: 2px !important;
                height: 12px !important;
            }
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area a:hover {
        color: #ffffff;
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area a:after {
        content: "";
        right: -10px;
        position: absolute;
        top: 3px;
        height: 15px;
        width: 2px;
        background-color: #4C4C4C;
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-quick-links-area a:last-child:after {
        display: none;
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area {
        display: flex;
        align-items: flex-end;
        gap: 15px 50px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    @media (max-width: 991.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area {
            justify-content: flex-start;
        }
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area img {
        max-width: 200px;
    }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area img {
            max-width: 170px;
        }
    }

    .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
    }

        .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area span strong {
            color: #ffffff;
        }

    @media (max-width: 1199.98px) {
        .cerkezkoyde-footer .footer-bottom-section .footer-logo-manage-area span {
            font-size: 12px;
        }
    }

    .eapp-weather-weather-detail {
        padding: 0px !important;
    }

        .eapp-weather-weather-detail .eapp-weather-detail-iconBlock {
            margin: 0px !important;
        }

    .footer-climate-area {
        position: relative;
    }

        .footer-climate-area .icon-down-angle {
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .footer-climate-area.open .weather-widget-popup {
            transform: translate(-50%, 0%);
            opacity: 1;
            visibility: visible;
            z-index: 11;
            pointer-events: inherit;
            max-width: 300px;
        }

    @media (max-width: 991.98px) {
        .footer-climate-area.open .weather-widget-popup {
            transform: translate(-75%, 0%);
        }
    }

    @media (max-width: 575.98px) {
        .footer-climate-area.open .weather-widget-popup {
            transform: translate(-20%, 0%);
        }
    }

    .footer-climate-area.open .icon-down-angle {
        transform: scaleY(-1);
    }

    .weather-widget-popup {
        max-width: 0px;
        max-height: 400px;
        overflow-y: auto;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, -25%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        pointer-events: none;
    }

    @media (max-width: 991.98px) {
        .weather-widget-popup {
            transform: translate(-75%, -25%);
        }
    }

    @media (max-width: 575.98px) {
        .weather-widget-popup {
            transform: translate(-20%, -25%);
        }
    }

    .weather-widget-popup::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #ffffff;
        transform: translate(-50%, 0%);
    }

    @media (max-width: 991.98px) {
        .weather-widget-popup::before {
            transform: translate(100%, 0%);
        }
    }

    @media (max-width: 575.98px) {
        .weather-widget-popup::before {
            transform: translate(-130px, 0%);
        }
    }

    .weather-widget-popup .__wrapper {
        direction: ltr;
    }

    .first-row {
        align-items: flex-end;
    }

    /***************************************************
 * Generated by SVG Artista on 8/6/2024, 5:37:12 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
    svg .cerkezkoyde-logo-anim-1 {
        stroke-dashoffset: 716px;
        stroke-dasharray: 716px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    }

    svg.active .cerkezkoyde-logo-anim-1 {
        stroke-dashoffset: 0;
        fill: rgb(255, 255, 255);
    }

    svg .cerkezkoyde-logo-anim-2 {
        stroke-dashoffset: 1429.5155029297px;
        stroke-dasharray: 1429.5155029297px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    }

    svg.active .cerkezkoyde-logo-anim-2 {
        stroke-dashoffset: 0;
        fill: rgb(255, 255, 255);
    }

    /***************************************************
SEARCH STARTS
****************************************************/
    .search-box-wrapper {
        width: 100%;
        height: 600px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 11111111;
        transform: translateY(-100%);
        overflow: hidden;
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        box-shadow: 0 4px 6px -6px gray;
    }

    @media (max-width: 1199.98px) {
        .search-box-wrapper {
            height: 100dvh;
        }
    }

    .search-box-wrapper.active {
        transform: translateY(0px);
    }

    .search-box-wrapper h2 {
        font-weight: 700;
        margin-top: 15px;
    }

    .search-box-wrapper form {
        position: relative;
    }

        .search-box-wrapper form input {
            height: 80px;
            border: 1px solid #CBCBCB !important;
            border-radius: 50px;
            width: 100%;
            position: relative;
            font-size: 30px;
            font-weight: 400;
            padding: 10px 40px;
            display: flex;
            align-items: center;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    @media (max-width: 1599.98px) {
        .search-box-wrapper form input {
            height: 60px;
            font-size: 24px;
        }
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper form input {
            height: 50px;
            font-size: 20px;
            padding: 10px 20px;
        }
    }

    @media (max-width: 575.98px) {
        .search-box-wrapper form input {
            font-size: 18px;
        }
    }

    .search-box-wrapper form input::placeholder {
        color: rgba(66, 66, 66, 0.5);
        font-size: 30px;
        font-weight: 400;
    }

    @media (max-width: 1599.98px) {
        .search-box-wrapper form input::placeholder {
            font-size: 24px;
        }
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper form input::placeholder {
            font-size: 20px;
        }
    }

    .search-box-wrapper form input:focus {
        border: 1px solid #00ADFF;
    }

    .search-box-wrapper form button {
        position: absolute;
        right: 10px;
        top: 8px;
        box-shadow: none;
        border: none;
        background-color: transparent;
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper form button {
            right: 6px;
            top: 5px;
        }
    }

    .search-box-wrapper form button .icon-search {
        height: 65px;
        background-color: #00ADFF;
        color: #ffffff;
        border: 1px solid #00ADFF;
        box-shadow: none;
        border-radius: 70px;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .search-box-wrapper form button .icon-search {
            height: 45px;
        }
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper form button .icon-search {
            height: 40px;
            width: 60px;
        }
    }

    .search-box-wrapper form button:hover .icon-search {
        background-color: #000000;
        border: 1px solid #000000;
    }

    .search-box-wrapper h6 {
        margin-top: 100px;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 20px;
    }

    @media (max-width: 1599.98px) {
        .search-box-wrapper h6 {
            margin-top: 60px;
        }
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper h6 {
            margin-top: 40px;
        }
    }

    .search-box-wrapper .esc-txt {
        font-size: 14px;
        font-weight: 500;
        color: rgb(102, 102, 102);
        padding-left: 40px;
        margin-top: 15px;
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper .esc-txt {
            font-size: 12px;
            padding-left: 0px;
        }
    }

    .search-box-wrapper .search-topics {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px 20px;
        width: 80%;
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper .search-topics {
            gap: 10px 15px;
            width: 100%;
        }
    }

    .search-box-wrapper .search-topics a {
        font-size: 15px;
        font-weight: 600;
        color: rgb(102, 102, 102);
        text-transform: uppercase;
        background-color: rgba(231, 231, 231, 0.5);
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        padding: 0 20px;
    }

    @media (max-width: 1599.98px) {
        .search-box-wrapper .search-topics a {
            font-size: 12px;
            height: 38px;
        }
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper .search-topics a {
            font-size: 10px;
            height: 30px;
        }
    }

    .search-box-wrapper .search-topics a.search-show-more {
        font-size: 12px;
        font-weight: 500;
        background-color: transparent;
        text-decoration: underline;
    }

    @media (max-width: 991.98px) {
        .search-box-wrapper .search-topics a.search-show-more {
            font-size: 10px;
        }
    }

    .search-box-wrapper .search-topics a:hover {
        background-color: #00ADFF;
        color: #ffffff;
    }

        .search-box-wrapper .search-topics a:hover.search-show-more {
            color: #00ADFF;
            background-color: transparent;
        }

    .search-close-btn {
        position: absolute;
        right: 70px;
        top: 30px;
        cursor: pointer;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 991.98px) {
        .search-close-btn {
            right: 30px;
            top: 15px;
        }
    }

    @media (max-width: 575.98px) {
        .search-close-btn {
            right: 10px;
            top: 5px;
        }
    }

    .search-close-btn:before {
        content: "";
        width: 30px;
        height: 2px;
        background-color: #000000;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .search-close-btn:after {
        content: "";
        width: 30px;
        height: 2px;
        background-color: #000000;
        position: absolute;
        transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .search-close-btn:before, .search-close-btn:after {
            width: 25px;
        }
    }

    .search-close-btn:hover:after, .search-close-btn:hover:before {
        background-color: #00ADFF;
    }

    /***************************************************
PRELOADER STARTS
****************************************************/
    .loader-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        gap: 30px;
    }

    @media (max-width: 575.98px) {
        .loader-section {
            gap: 15px;
        }
    }

    .loader-section span {
        color: #000000;
        font-size: 23px;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        transform: translateY(0px);
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        transition-delay: 1.8s !important;
        opacity: 0;
    }

        .loader-section span.animated {
            opacity: 1;
            transform: translateY(0px);
        }

    @media (max-width: 991.98px) {
        .loader-section span {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .loader-section span {
            font-size: 18px;
        }
    }

    .loader-section .preloader-svg-wrapper {
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        transform: translateY(-80px);
        transition-delay: 0.5s !important;
    }

        .loader-section .preloader-svg-wrapper.animated {
            transform: translateY(0px);
        }

    .loader-section svg {
        max-width: 300px;
    }

    @media (max-width: 991.98px) {
        .loader-section svg {
            max-width: 230px;
        }
    }

    @media (max-width: 575.98px) {
        .loader-section svg {
            max-width: 160px;
        }
    }

    /***************************************************
NAVIK MENU STARTS
****************************************************/
    /*NAVIK MENU STARTS*/
    .navik-menu > ul {
        display: flex !important;
        align-items: center;
    }

        .navik-menu > ul > li:hover > a {
            color: rgba(255, 255, 255, 0.6);
        }

        .navik-menu > ul > li:last-child > a {
            padding: 0px 30px;
        }

    @media (max-width: 1799.98px) {
        .navik-menu > ul > li:last-child > a {
            padding: 0px 25px;
        }
    }

    @media (max-width: 1599.98px) {
        .navik-menu > ul > li:last-child > a {
            padding: 0px 20px;
        }
    }

    @media (max-width: 1399.98px) {
        .navik-menu > ul > li:last-child > a {
            padding: 0px 15px;
        }
    }

    .navik-menu > ul > li > a {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        text-transform: none;
        padding: 0px 30px;
        line-height: 100px;
        height: auto !important;
    }

    @media (max-width: 1799.98px) {
        .navik-menu > ul > li > a {
            padding: 0px 25px;
        }
    }

    @media (max-width: 1599.98px) {
        .navik-menu > ul > li > a {
            padding: 0px 20px;
        }
    }

    @media (max-width: 1399.98px) {
        .navik-menu > ul > li > a {
            padding: 0px 15px;
        }
    }

    .navik-menu > ul > li > a:hover {
        color: #e1e1e1;
    }

    @media (max-width: 1599.98px) {
        .navik-menu > ul > li > a {
            font-size: 18px;
        }
    }

    @media (max-width: 1399.98px) {
        .navik-menu > ul > li > a {
            font-size: 16px;
        }
    }

    .navik-menu > ul > li.mega-menu {
        position: relative;
    }

        .navik-menu > ul > li.mega-menu:hover > ul {
            transform: translateY(0px);
            pointer-events: inherit;
            opacity: 1;
            visibility: visible;
        }

        .navik-menu > ul > li.mega-menu:hover .mega-menu-box {
            pointer-events: inherit;
            opacity: 1;
            visibility: visible;
        }

        .navik-menu > ul > li.mega-menu:hover .mega-menu-slider {
            pointer-events: inherit;
            opacity: 1;
            visibility: visible;
        }

        .navik-menu > ul > li.mega-menu:not(:hover) > ul {
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
        }

        .navik-menu > ul > li.mega-menu .mega-menu-slider {
            opacity: 0;
            visibility: hidden;
            overflow: hidden;
            -webkit-transition: all 0.1s ease 0s !important;
            -moz-transition: all 0.1s ease 0s !important;
            -ms-transition: all 0.1s ease 0s !important;
            -o-transition: all 0.1s ease 0s !important;
            transition: all 0.1s ease 0s !important;
        }

        .navik-menu > ul > li.mega-menu > ul {
            padding: 45px;
            width: auto !important;
            min-width: 950px;
            max-width: 950px;
            margin-top: 22px !important;
            top: 75% !important;
            border-radius: 20px;
            border-top: none;
            left: -110px;
            transform: translateY(100px);
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            box-shadow: -1px -1px 18px -2px rgba(0, 0, 0, 0.22);
            -webkit-box-shadow: -1px -1px 18px -2px rgba(0, 0, 0, 0.22);
            -moz-box-shadow: -1px -1px 18px -2px rgba(0, 0, 0, 0.22);
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
        }

            .navik-menu > ul > li.mega-menu > ul:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #fff;
                top: -10px;
                left: 18%;
            }

    @media (max-width: 1599.98px) {
        .navik-menu > ul > li.mega-menu > ul {
            min-width: 850px;
            max-width: 850px;
        }
    }

    @media (max-width: 1399.98px) {
        .navik-menu > ul > li.mega-menu > ul {
            left: -220px;
            min-width: 800px;
            max-width: 800px;
        }

            .navik-menu > ul > li.mega-menu > ul:before {
                left: 33%;
            }
    }

    .navik-menu > ul > li.mega-menu .mega-menu-container li > ul {
        display: none !important;
    }

    .navik-menu > ul > li ul li .mega-menu-container {
        padding: 0px;
    }

        .navik-menu > ul > li ul li .mega-menu-container h4 {
            font-family: "Inter", sans-serif;
            font-weight: 700;
            color: #000000;
            margin-bottom: 0px;
        }

    .navik-menu .mega-menu-box {
        margin-bottom: 0px !important;
        background-color: #ffffff;
        -webkit-transition: all 0.75s ease 0s !important;
        -moz-transition: all 0.75s ease 0s !important;
        -ms-transition: all 0.75s ease 0s !important;
        -o-transition: all 0.75s ease 0s !important;
        transition: all 0.75s ease 0s !important;
        transition-delay: 0.5s;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
    }

        .navik-menu .mega-menu-box .mega-menu-thumbnail {
            margin-bottom: 20px;
            overflow: hidden;
            border-radius: 30px;
        }

            .navik-menu .mega-menu-box .mega-menu-thumbnail a {
                display: block;
            }

                .navik-menu .mega-menu-box .mega-menu-thumbnail a:hover img {
                    transform: scale(1.05);
                }

                .navik-menu .mega-menu-box .mega-menu-thumbnail a:before {
                    display: none;
                }

                .navik-menu .mega-menu-box .mega-menu-thumbnail a img {
                    border-radius: 30px;
                    -webkit-transition: all 0.5s ease 0s !important;
                    -moz-transition: all 0.5s ease 0s !important;
                    -ms-transition: all 0.5s ease 0s !important;
                    -o-transition: all 0.5s ease 0s !important;
                    transition: all 0.5s ease 0s !important;
                    height: 100%;
                    aspect-ratio: 16/11;
                    object-fit: cover;
                }

        .navik-menu .mega-menu-box .mega-menu-desc {
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #535353;
            font-style: normal;
        }

    /*NAVIK MENU ENDS*/
    /*FLYOUT MOBILE MENU STARTS*/
    .mobile-navigation-area .flyout-main-menu-container {
        display: none;
        margin-top: 0px;
    }

    .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li:after, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li:after {
        left: 55px;
    }

    @media (max-width: 575.98px) {
        .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li:after, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li:after {
            left: 30px;
        }
    }

    .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li > a, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li > a {
        padding: 6px 0 6px 65px !important;
    }

    @media (max-width: 575.98px) {
        .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li > a, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li > a {
            padding: 6px 0 6px 40px !important;
        }
    }

    .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li.with-children > a:after, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li.with-children > a:after {
        right: 50px;
        top: 6px;
    }

    @media (max-width: 575.98px) {
        .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li.with-children > a:after, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li.with-children > a:after {
            right: 30px;
            top: 12px;
        }
    }

    .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li.as-link-to-back a:after, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li.as-link-to-back a:after {
        top: 12px;
        left: 35px;
    }

    @media (max-width: 575.98px) {
        .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu li.as-link-to-back a:after, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu li.as-link-to-back a:after {
            left: 15px;
        }
    }

    .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu:before, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu:before {
        left: 55px;
        background-color: #00ADFF;
    }

    @media (max-width: 575.98px) {
        .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-main-menu:before, .mobile-navigation-area .flyout-main-menu-container__wrapper .flyout-submenu:before {
            left: 30px;
        }
    }

    /*FLYOUT MOBILE MENU ENDS*/
    li.line {
        position: absolute !important;
        left: 0px;
        top: 0px;
        content: "";
        width: 3px;
        background: #00ADFF;
        height: 0px;
        z-index: 99;
    }

    @media (max-width: 1199.98px) {
        li.line {
            display: none;
        }
    }

    /*STICKY MENU STARTS*/
    .headroom--not-top .navik-menu > ul > li > a {
        color: #000000;
        line-height: 85px;
    }

    @media (max-width: 1599.98px) {
        .headroom--not-top .navik-menu > ul > li > a {
            font-size: 16px;
        }
    }

    .headroom--not-top .navik-menu > ul > li > a:hover {
        color: #00ADFF;
    }

    .headroom--not-top .navik-menu > ul > li.mega-menu > ul {
        margin-top: 18px !important;
    }
    /*STICKY MENU ENDS*/
    /*INSIDE MENU STARTS*/
    .header-with-banner-wrapper .inside-page-header {
        background-color: #ffffff;
        /******MOBILE MENU STARTS******/
    }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .crk-logo-area img {
            /*filter: invert(1);*/
        }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .primary-btn {
            background-color: #ffffff;
            color: #424242;
            font-size: 14px;
        }

            .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .primary-btn:hover {
                background-color: #00ADFF;
                border: 1px solid #00ADFF;
                color: #ffffff;
            }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a {
            color: #000000;
        }

            .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a:hover span {
                color: #00ADFF;
            }

            .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .header-icon-lists a .header-wish-list {
                background-color: #00ADFF;
                border-radius: 50px;
                height: 19px;
                min-width: 19px;
                padding: 4px 6px;
                color: #ffffff !important;
                font-size: 12px;
            }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .lang-switcher .dropdown .btn-secondary {
            border: 1px solid #000000;
            color: #000000;
        }

            .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .lang-switcher .dropdown .btn-secondary span {
                color: #000000;
            }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-main-header-col-wrapper .header-icon-area .lang-switcher a {
            color: #000000;
        }

        .header-with-banner-wrapper .inside-page-header .navik-menu > ul > li > a {
            color: #000000;
        }

            .header-with-banner-wrapper .inside-page-header .navik-menu > ul > li > a:hover {
                color: #00ADFF;
            }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-mobile-menu .mobile-logo-area img {
            filter: brightness(0%);
        }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-mobile-menu .mobile-icon-area .mobile-icon-lists a span {
            color: #000000;
        }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-mobile-menu .humburger-menu span {
            background-color: #000000;
        }

        .header-with-banner-wrapper .inside-page-header .cerkezkoyde-mobile-menu .mobile-lang-switcher .dropdown .btn-secondary {
            border: 1px solid #000000;
            color: #000000;
        }

            .header-with-banner-wrapper .inside-page-header .cerkezkoyde-mobile-menu .mobile-lang-switcher .dropdown .btn-secondary span {
                color: #000000;
            }

    .hero-banner-content .hero-banner-content-in {
        transform: translateY(50px);
        opacity: 0;
        -webkit-transition: all 0.8s ease 0s !important;
        -moz-transition: all 0.8s ease 0s !important;
        -ms-transition: all 0.8s ease 0s !important;
        -o-transition: all 0.8s ease 0s !important;
        transition: all 0.8s ease 0s !important;
    }

    .hero-banner-content.active .hero-banner-content-in {
        transform: translateY(0px);
        opacity: 1;
    }

    .home-banner-thumbs {
        transform: translateY(50px);
        opacity: 0;
        -webkit-transition: all 0.8s ease 0s !important;
        -moz-transition: all 0.8s ease 0s !important;
        -ms-transition: all 0.8s ease 0s !important;
        -o-transition: all 0.8s ease 0s !important;
        transition: all 0.8s ease 0s !important;
    }

        .home-banner-thumbs.active {
            transform: translateY(0px);
            opacity: 1;
        }

    main {
        min-height: 600px;
        background-color: #ffffff;
    }

        main section {
            background-color: #ffffff;
        }

    /***************************************************
COMMON LISTING 
****************************************************/
    .content-body ul {
        margin-left: 20px;
    }

    @media (max-width: 575.98px) {
        .content-body ul {
            margin-top: 1rem;
            margin-left: 1rem;
        }
    }

    .content-body ul > li {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 30px;
        position: relative;
        color: #424242;
        overflow: hidden;
    }

    @media (max-width: 1599.98px) {
        .content-body ul > li {
            font-size: 19px;
        }
    }

    @media (max-width: 1399.98px) {
        .content-body ul > li {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .content-body ul > li {
            font-size: 17px;
        }
    }

    @media (max-width: 767.98px) {
        .content-body ul > li {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .content-body ul > li {
            padding-left: 25px;
        }
    }

    .content-body ul > li:before {
        position: absolute;
        top: 12px;
        left: 0;
        content: "";
        height: 10px;
        width: 10px;
        background-color: #424242;
        border-radius: 50%;
    }

    @media (max-width: 1199.98px) {
        .content-body ul > li:before {
            top: 10px;
        }
    }

    @media (max-width: 991.98px) {
        .content-body ul > li:before {
            top: 8px;
        }
    }

    @media (max-width: 767.98px) {
        .content-body ul > li:before {
            top: 9px;
        }
    }

    @media (max-width: 575.98px) {
        .content-body ul > li:before {
            top: 8px;
            height: 8px;
            width: 8px;
        }
    }

    .content-body ul > li::marker {
        display: none;
    }

    .content-body ul > li ul li:before {
        opacity: 0.65;
    }

    .content-body ul > li ol {
        margin-left: 0px;
    }

    .content-body .no-li ul, .content-body .no-li ol {
        margin-left: 0px;
        margin-top: 0px;
    }

        .content-body .no-li ul li, .content-body .no-li ol li {
            padding: 0px;
            margin: 0px;
        }

            .content-body .no-li ul li:before, .content-body .no-li ol li:before {
                display: none;
            }

            .content-body .no-li ul li li li, .content-body .no-li ul li ol li, .content-body .no-li ol li li li, .content-body .no-li ol li ol li {
                padding: 0px;
            }

                .content-body .no-li ul li li li ol li, .content-body .no-li ul li ol li ol li, .content-body .no-li ol li li li ol li, .content-body .no-li ol li ol li ol li {
                    padding: 0px;
                }

    .content-body ol {
        counter-reset: my-awesome-counter;
        position: relative;
        margin-top: 1.5rem;
        margin-left: 20px;
        padding-left: 0px;
    }

    @media (max-width: 575.98px) {
        .content-body ol {
            margin-top: 1rem;
            margin-left: 1rem;
        }
    }

    .content-body ol li {
        font-size: 20px;
        color: #424242;
        padding-left: 30px;
        margin-bottom: 16px;
        counter-increment: my-awesome-counter;
        position: relative;
        overflow: hidden;
    }

    @media (max-width: 1599.98px) {
        .content-body ol li {
            font-size: 19px;
        }
    }

    @media (max-width: 1399.98px) {
        .content-body ol li {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .content-body ol li {
            font-size: 17px;
        }
    }

    @media (max-width: 767.98px) {
        .content-body ol li {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .content-body ol li {
            margin-bottom: 10px;
            padding-left: 25px;
        }
    }

    .content-body ol li:before {
        content: counter(my-awesome-counter) ".";
        position: absolute;
        top: 0px;
        left: 0;
    }

    @media (max-width: 1199.98px) {
        .content-body ol li:before {
            font-size: 17px;
        }
    }

    @media (max-width: 575.98px) {
        .content-body ol li:before {
            font-size: 16px;
        }
    }

    .content-body ol li ol {
        margin-left: 0px;
    }

        .content-body ol li ol li ol {
            margin-left: 0px;
        }

    .content-body ol li ul {
        margin-left: 0px;
    }

        .content-body ol li ul li:before {
            content: "";
            top: 8px;
        }

    .nice-select ul {
        margin-left: 0px;
    }

        .nice-select ul li:before {
            display: none;
        }

    /***************************************************
HEADER WITH TITLE
****************************************************/
    .inside-page-banner {
        margin-top: 101px;
        background-color: #f1f1f1;
        position: relative;
    }

        .season-bg-color-wrapper {
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0.95;
            
        }

        .season-bg-color-wrapper:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 100%);
            }

        .season-bg-color-wrapper:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 100%);
            }


        .inside-page-banner .season-bg-color-wrapper2 {
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0.95;
        }

            

    @media (max-width: 1199.98px) {
        .inside-page-banner {
            margin-top: 77px;
        }
    }

    @media (max-width: 991.98px) {
        .inside-page-banner {
            padding-bottom: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .inside-page-banner {
            margin-top: 60px;
        }
    }

    .inside-page-banner .with-overlapping-image > div:nth-child(1) {
        padding-bottom: 60px;
    }

    @media (max-width: 1199.98px) {
        .inside-page-banner .with-overlapping-image > div:nth-child(1) {
            padding-bottom: 0px;
        }
    }

    .inside-page-banner .with-overlapping-image > div:nth-child(2) {
    /*    align-self: end; */
    }

    /***************************************************
LIGHT VERSION HEADER STARTS
****************************************************/
    .light-bg-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
        color: #000000;
    }

    .light-bg-wrapper .page-header-description {
        color: #424242;
    }

    .light-bg-wrapper .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
        color: rgb(102, 102, 102);
    }

    .light-bg-wrapper .breadcrumb-wrapper .breadcrumb-area ul li {
        color: rgb(102, 102, 102);
    }

        .light-bg-wrapper .breadcrumb-wrapper .breadcrumb-area ul li:after {
            color: #000000;
        }

        .light-bg-wrapper .breadcrumb-wrapper .breadcrumb-area ul li a {
            color: rgb(102, 102, 102);
        }

    .light-bg-wrapper .breadcrumb-wrapper .share-wrapper span {
        color: #000000;
    }

    .light-bg-wrapper .breadcrumb-wrapper .share-wrapper h6 {
        color: rgb(102, 102, 102);
    }

    .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__subtitle {
        color: #424242;
    }

    .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__maintitle {
        color: #000000;
    }

    .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists {
        color: #424242;
    }

        .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists span {
            color: #00ADFF;
        }

    .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__description {
        color: #424242;
    }

    .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .date-wrapper {
        background-color: rgba(44, 44, 44, 0.5);
    }

        .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .date-wrapper span {
            color: #ffffff;
        }

        .light-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .date-wrapper .date-range-wrapper:nth-child(2):before {
            background-color: rgba(255, 255, 255, 0.4);
        }

    .light-bg-wrapper .events-image-slider-wrapper .__subtitle {
        color: #424242;
    }

    /***************************************************
DARK VERSION HEADER STARTS
****************************************************/
    .dark-bg-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
        color: #ffffff;
    }

    .dark-bg-wrapper .page-header-description {
        color: #ffffff;
    }

    .dark-bg-wrapper .date-time-status-wrapper .status-time-wrapper h6 {
        color: #ffffff;
    }

        .dark-bg-wrapper .date-time-status-wrapper .status-time-wrapper h6 span {
            color: #e1e1e1;
        }

    .dark-bg-wrapper .date-time-status-wrapper .status-time-wrapper span {
        color: #e1e1e1 !important;
    }

    .dark-bg-wrapper .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
        color: #e1e1e1;
    }

    .dark-bg-wrapper .breadcrumb-wrapper .breadcrumb-area .home-icon-link span {
        font-size: 14px;
        color: #ffffff;
    }

    .dark-bg-wrapper .breadcrumb-wrapper .breadcrumb-area ul li {
        color: #e1e1e1;
    }

        .dark-bg-wrapper .breadcrumb-wrapper .breadcrumb-area ul li:after {
            color: #ffffff;
        }

        .dark-bg-wrapper .breadcrumb-wrapper .breadcrumb-area ul li a {
            color: #e1e1e1;
        }

    .dark-bg-wrapper .breadcrumb-wrapper .share-wrapper span {
        color: #ffffff !important;
    }

        .dark-bg-wrapper .breadcrumb-wrapper .share-wrapper span:before {
        }

    .dark-bg-wrapper .breadcrumb-wrapper .share-wrapper h6 {
        color: #e1e1e1;
    }

    .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__subtitle {
        color: #e1e1e1;
    }

    .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__maintitle {
        color: #ffffff;
    }

    .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists {
        color: #e1e1e1;
    }

        .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists span {
            color: #e1e1e1;
        }

    .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__description {
        color: #ffffff;
    }

    .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart {
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart-bg {
        color: #ffffff;
    }

        .dark-bg-wrapper .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart-bg:hover {
            color: #00ADFF;
        }

    .dark-bg-wrapper .events-content-slider-wrapper .date-wrapper .date-range-wrapper:nth-child(2):before {
        background-color: rgba(19, 32, 64, 0.4);
    }

    .dark-bg-wrapper .events-image-slider-wrapper .__subtitle {
        color: #e1e1e1;
    }

    .dark-bg-wrapper .primary-btn.dropdown-btn {
        color: #ffffff;
    }

        .dark-bg-wrapper .primary-btn.dropdown-btn span {
            color: #ffffff;
        }

    .dark-bg-wrapper .fav-btn .icon-heart-bg {
        color: #00ADFF !important;
    }

    .dark-bg-wrapper .fav-btn .icon-heart {
        color: #000000;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .dark-bg-wrapper .fav-btn:hover .icon-heart-bg {
        color: #ffffff !important;
    }

    /***************************************************
COMMON HEADER WITH TITLE STARTS
****************************************************/
    .page-title-description-header {
        padding-bottom: 50px;
    }

        .page-title-description-header .page-header-tittle-wrapper .banner-title-area {
            margin-bottom: 0px;
        }

            .page-title-description-header .page-header-tittle-wrapper .banner-title-area h1 {
                margin-bottom: 20px;
            }

    @media (max-width: 767.98px) {
        .page-title-description-header .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .page-title-description-header .page-header-tittle-wrapper .banner-title-area h1 {
            margin-bottom: 15px;
        }
    }

    @media (max-width: 767.98px) {
        .page-title-description-header {
            padding-bottom: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .page-title-description-header {
            padding-bottom: 50px;
        }
    }

    .page-header-tittle-wrapper {
        position: relative;
    }

        .page-header-tittle-wrapper .banner-title-area {
            /*margin-bottom: 30px;
  margin-top:30px; */
        }

    .map--large .page-header-tittle-wrapper .banner-title-area {
        margin-bottom: 0;
        margin-top: 20px;
    }

    @media (max-width: 991.98px) {
        .page-header-tittle-wrapper .banner-title-area {
            margin-bottom: 20px;
            margin-top: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .page-header-tittle-wrapper .banner-title-area {
            margin-bottom: 15px;
            margin-top: 10px;
        }
    }

    .page-header-tittle-wrapper .banner-title-area h1 {
        font-size: 60px;
        font-weight: 700;
        color: #000000;
        font-family: "Inter", sans-serif;
        max-width: 680px;
        margin-bottom: 0px;
    }

    @media (max-width: 1599.98px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 55px;
        }
    }

    @media (max-width: 1399.98px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 50px;
        }
    }

    @media (max-width: 1199.98px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 46px;
        }
    }

    @media (max-width: 991.98px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 30px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 575.98px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 28px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 26px;
        }
    }


    .map--large .page-header-tittle-wrapper .banner-title-area h1 {
        font-size: 2rem;
        font-weight: 700;
        color: #000000;
        font-family: "Inter", sans-serif;
        max-width: 680px;
        margin-bottom: 20px;
    }

    @media (max-width: 1599.98px) {
        .map--large .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 2rem;
        }
    }

    @media (max-width: 1399.98px) {
        .map--large .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 2rem;
        }
    }


    @media (orientation: portrait) {
        .map--large .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 3rem;
        }
    }


    @media (max-width: 575.98px) {
        .map--large .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 2rem;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .map--large .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 1.7rem;
        }
    }


    .page-header-tittle-wrapper .page-header-description {
        font-size: 22px;
        color: #424242;
        line-height: 1.4;
        max-width: 950px;
        margin-bottom: 0px;
    }

    @media (max-width: 1399.98px) {
        .page-header-tittle-wrapper .page-header-description {
            font-size: 21px;
        }
    }

    @media (max-width: 1199.98px) {
        .page-header-tittle-wrapper .page-header-description {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .page-header-tittle-wrapper .page-header-description {
            font-size: 19px;
        }
    }

    @media (max-width: 767.98px) {
        .page-header-tittle-wrapper .page-header-description {
            font-size: 18px;
        }
    }

    /***************************************************
BREADCRUMB STARTS
****************************************************/
    .breadcrumb-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 30px 0 30px 0;
        position: relative;
        gap: 15px;
    }

    .map--large .breadcrumb-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0px 0 10px 0;
        position: relative;
        gap: 15px;
    }

    @media (max-width: 1399.98px) {
        .breadcrumb-wrapper {
            padding: 30px 0 30px 0;
        }
    }

    @media (max-width: 1199.98px) {
        .breadcrumb-wrapper {
            padding: 20px 0 20px 0;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area {
        display: flex;
        align-items: start;
        gap: 10px;
        padding-right: 60px;
        overflow: hidden;
    }

    @media (max-width: 1199.98px) {
        .breadcrumb-wrapper .breadcrumb-area {
            padding-right: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .breadcrumb-wrapper .breadcrumb-area {
            padding-right: 0px;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area .home-icon-link {
        display: none;
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .breadcrumb-area .home-icon-link {
            display: flex;
        }

            .breadcrumb-wrapper .breadcrumb-area .home-icon-link span {
                font-size: 14px;
            }
    }

    .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
        text-transform: uppercase;
        font-size: 12px;
        color: rgb(102, 102, 102);
        font-weight: 400;
        white-space: nowrap;
    }

    .map--large .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
        text-transform: uppercase;
        font-size: 12px;
        color: rgb(102, 102, 102);
        font-weight: 400;
        white-space: nowrap;
    }

    @media (max-width: 1199.98px) {
        .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
            display: none;
        }
    }

    @media (max-width: 767.98px) {
        .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
            font-size: 11px;
        }
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
            font-size: 10px;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area ul {
        display: flex;
        align-items: center;
        gap: 5px 25px;
        flex-wrap: wrap;
    }

    @media (max-width: 767.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul {
            gap: 5px 20px;
        }
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul {
            gap: 3px 15px;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area ul li {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.35;
        color: rgb(102, 102, 102);
        font-weight: 400;
        -webkit-transition: all 0.4s ease 0s !important;
        -moz-transition: all 0.4s ease 0s !important;
        -ms-transition: all 0.4s ease 0s !important;
        -o-transition: all 0.4s ease 0s !important;
        transition: all 0.4s ease 0s !important;
        position: relative;
        white-space: nowrap;
    }

    .map--large .breadcrumb-wrapper .breadcrumb-area ul li {
        text-transform: uppercase;
        font-size: 10px;
        color: rgb(102, 102, 102);
        font-weight: 400;
        -webkit-transition: all 0.4s ease 0s !important;
        -moz-transition: all 0.4s ease 0s !important;
        -ms-transition: all 0.4s ease 0s !important;
        -o-transition: all 0.4s ease 0s !important;
        transition: all 0.4s ease 0s !important;
        position: relative;
        white-space: nowrap;
    }

    @media (max-width: 767.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul li {
            font-size: 11px;
        }
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul li {
            font-size: 10px;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area ul li:last-child {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .breadcrumb-wrapper .breadcrumb-area ul li:before {
        content: "";
        font-family: "";
        font-size: 4px;
        position: absolute;
        right: -16px;
        top: 5px;
        color: transparent;
        background-color: transparent;
        transform: rotate(270deg);
    }

    .breadcrumb-wrapper .breadcrumb-area ul li:after {
        content: "\e900";
        font-family: "icomoon";
        font-size: 4px;
        position: absolute;
        right: -16px;
        top: 5px;
        color: #000000;
        transform: rotate(270deg);
    }

    @media (max-width: 767.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul li:after {
            right: -14px;
        }
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul li:after {
            gap: 15px;
            right: -11px;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area ul li a {
        font-family: "Lato", sans-serif;
        color: rgb(102, 102, 102);
        -webkit-transition: all 0.4s ease 0s !important;
        -moz-transition: all 0.4s ease 0s !important;
        -ms-transition: all 0.4s ease 0s !important;
        -o-transition: all 0.4s ease 0s !important;
        transition: all 0.4s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .breadcrumb-area ul li a.home-link {
            display: none;
        }
    }

    .breadcrumb-wrapper .breadcrumb-area ul li:hover a {
        color: #00ADFF;
    }

    .breadcrumb-wrapper .breadcrumb-area ul li:last-child:after {
        display: none;
    }

    .breadcrumb-wrapper .share-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .share-wrapper {
            gap: 6px;
        }
    }

    .breadcrumb-wrapper .share-wrapper span {
        font-size: 25px;
        color: #000000;
    }

    @media (max-width: 767.98px) {
        .breadcrumb-wrapper .share-wrapper span {
            font-size: 24px;
        }
    }

    .breadcrumb-wrapper .share-wrapper h6 {
        text-transform: uppercase;
        margin-bottom: 0px;
        font-size: 12px;
        color: rgb(102, 102, 102);
    }

    @media (max-width: 991.98px) {
        .breadcrumb-wrapper .share-wrapper h6 {
            display: none;
        }
    }

    @media (max-width: 767.98px) {
        .breadcrumb-wrapper .share-wrapper h6 {
            font-size: 11px;
        }
    }

    @media (max-width: 575.98px) {
        .breadcrumb-wrapper .share-wrapper h6 {
            font-size: 10px;
        }
    }

    /*********************************
2. cerkezkoyde Calendar
*********************************/
    .events-top-section {
        margin-top: 20px;
    }

    @media (max-width: 1399.98px) {
        .events-top-section {
            margin-top: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .events-top-section {
            margin-top: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .events-top-section {
            margin-top: 15px;
        }
    }

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

    .events-nav {
        z-index: 1;
        position: absolute;
        width: 100%;
        top: 45%;
        transform: translateY(-50%);
    }

    @media (max-width: 991.98px) {
        .events-nav {
            display: none;
        }
    }

    .events-nav .swiper-button-next-news {
        position: absolute;
        right: 160px;
    }

    @media (max-width: 2400px) {
        .events-nav .swiper-button-next-news {
            right: 160px;
        }
    }

    @media (max-width: 1920px) {
        .events-nav .swiper-button-next-news {
            right: 185px;
        }
    }

    @media (max-width: 1799.98px) {
        .events-nav .swiper-button-next-news {
            right: 175px;
        }
    }

    @media (max-width: 1599.98px) {
        .events-nav .swiper-button-next-news {
            right: 150px;
        }
    }

    @media (max-width: 1399.98px) {
        .events-nav .swiper-button-next-news {
            right: 125px;
        }
    }

    @media (max-width: 1199.98px) {
        .events-nav .swiper-button-next-news {
            right: 105px;
        }
    }

    .events-nav .swiper-button-next-news span {
        background-color: #f1f1f1;
        border-color: #f1f1f1;
        height: 60px;
        width: 60px;
    }

        .events-nav .swiper-button-next-news span:before {
            color: rgba(66, 66, 66, 0.5);
            transform: scaleX(-1);
        }

        .events-nav .swiper-button-next-news span:hover:before {
            color: white;
        }

        .events-nav .swiper-button-next-news span.swiper-button-disabled {
            opacity: 0;
            pointer-events: none;
        }

            .events-nav .swiper-button-next-news span.swiper-button-disabled.swiper-button-lock {
                opacity: 0;
                pointer-events: none;
            }

    .events-nav .swiper-button-prev-news {
        left: -30px;
        position: absolute;
    }

        .events-nav .swiper-button-prev-news span {
            background-color: #f1f1f1;
            border-color: #f1f1f1;
            height: 60px;
            width: 60px;
        }

            .events-nav .swiper-button-prev-news span.swiper-button-disabled {
                opacity: 0;
                pointer-events: none;
            }

                .events-nav .swiper-button-prev-news span.swiper-button-disabled.swiper-button-lock {
                    opacity: 0;
                    pointer-events: none;
                }

            .events-nav .swiper-button-prev-news span:before {
                color: rgba(66, 66, 66, 0.5);
                transform: scaleX(-1);
            }

            .events-nav .swiper-button-prev-news span:hover:before {
                color: white;
            }

    .events-image-slider, .season-image-slider, .full-width-overlapped-slider, .full-width-overlapped-slider-v2, .full-width-overlapped-slider-v3 {
        border-radius: 1.2rem;
    }
        .events-image-slider
        {
            
        }

        @media (max-width: 767.98px) {
            .events-image-slider .swiper-slide, .season-image-slider .swiper-slide, .full-width-overlapped-slider .swiper-slide, .full-width-overlapped-slider-v2 .swiper-slide, .full-width-overlapped-slider-v3 .swiper-slide {
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            opacity: 0.5;
            transform: scale(0.93);
        }

            .events-image-slider .swiper-slide.swiper-slide-active, .season-image-slider .swiper-slide.swiper-slide-active, .full-width-overlapped-slider .swiper-slide.swiper-slide-active, .full-width-overlapped-slider-v2 .swiper-slide.swiper-slide-active, .full-width-overlapped-slider-v3 .swiper-slide.swiper-slide-active {
                opacity: 1;
                transform: scale(1);
            }
    }

    .events-main-page-header .events-content-slider-wrapper {
        height: 100%;
    }

        .events-main-page-header .events-content-slider-wrapper .swiper-scrollbar {
            left: 0%;
            bottom: 0px;
            width: 90%;
            cursor: pointer;
            z-index: inherit;
        }

    @media (max-width: 991.98px) {
        .events-main-page-header .events-content-slider-wrapper .swiper-scrollbar {
            bottom: -50px;
            width: 100%;
        }
    }

    .events-main-page-header .events-content-slider-wrapper .swiper-pagination {
        left: 0%;
        bottom: 0px;
        width: 90%;
        z-index: inherit;
        position: absolute;
        top: auto;
    }

    @media (max-width: 991.98px) {
        .events-main-page-header .events-content-slider-wrapper .swiper-pagination {
            bottom: -50px;
            width: 100%;
        }
    }

    .events-main-page-header .events-content-slider-wrapper .swiper-pagination.swiper-pagination-progressbar {
        height: 6px !important;
        background: rgba(0, 0, 0, 0.05) !important;
        width: 98%;
        border-radius: 8px;
    }

    @media (max-width: 991.98px) {
        .events-main-page-header .events-content-slider-wrapper .swiper-pagination.swiper-pagination-progressbar {
            width: 100%;
        }
    }

    .events-main-page-header .events-content-slider-wrapper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 8px;
    }

    /*********************************
EVENTS CONTENT SLIDER STARTS
*********************************/
    .events-content-slider-wrapper {
        position: relative;
    }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper {
            padding-bottom: 50px;
        }
    }

    @media (max-width: 1199.98px) {
        .events-content-slider-wrapper {
            padding-bottom: 0px;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper {
            
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .primary-btn {
            width: 100%;
        }
    }

    .events-content-slider-wrapper .events-content-slider {
        width: 100%;
        margin-left: 0px;
        overflow: inherit;
    }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper .events-content-slider {
            width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-content-slider {
            width: 100%;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper {
        width: 90%;
    }

    @media (max-width: 1199.98px) {
        .events-content-slider-wrapper .events-detail-wrapper {
            width: 95%;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-detail-wrapper {
            width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-detail-wrapper {
            margin-top: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper {
            margin-top: 30px;
        }
    }

    @media (max-width: 1599.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 45px;
        }
    }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 42px;
        }
    }

    @media (max-width: 1199.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 38px;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 32px;
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 28px;
        }
    }

    @media (max-width: 480px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 26px;
        }
    }

    @media (max-width: 388.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .page-header-tittle-wrapper .banner-title-area h1 {
            font-size: 24px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__subtitle {
        text-transform: uppercase;
        font-size: 16px;
        color: #424242;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__subtitle {
            font-size: 14px;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__subtitle {
            font-size: 12px;
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__subtitle {
            font-size: 10px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__maintitle {
        margin-bottom: 10px;
        color: #000000;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .events-content-slider-wrapper .events-detail-wrapper .__venuedetail {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 20px;
    }

    @media (max-width: 1599.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__venuedetail {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__venuedetail {
            margin-bottom: 15px;
            gap: 5px 20px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        font-weight: 400;
        color: #424242;
    }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists {
            font-size: 14px;
            gap: 6px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists span {
        color: #00ADFF;
        font-size: 18px;
    }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists span {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__venuedetail .__lists span {
            font-size: 14px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__description {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.4;
        color: #424242;
    }

    @media (max-width: 1599.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__description {
            display: none;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper {
        display: flex;
        align-items: center;
        gap: 10px 15px;
        flex-wrap: wrap;
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper {
            gap: 10px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart {
        font-size: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart:hover {
            background-color: #00ADFF;
            color: #ffffff;
            border: 1px solid #00ADFF;
        }

    @media (max-width: 1399.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart {
            height: 34px;
            width: 34px;
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart {
            height: 30px;
            width: 30px;
            font-size: 12px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart-bg {
        font-size: 20px;
        color: #00ADFF;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        font-size: 20px;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart-bg {
            font-size: 15px !important;
            right: 15px;
            top: 15px;
            height: 28px;
            width: 28px;
        }
    }

    .events-content-slider-wrapper .events-detail-wrapper .__button-wrapper .icon-heart-bg:hover {
        color: #000000;
    }

    @media (max-width: 575.98px) {
        .events-content-slider-wrapper .events-detail-wrapper .date-wrapper {
            margin-bottom: 15px;
        }
    }

    /**********************************
EVENTS IMAGE SLIDER STARTS
**********************************/
    .events-image-slider .date-time-status-wrapper .status-time-wrapper span, .events-image-slider .date-time-status-wrapper .status-time-wrapper h6 {
        color: #ffffff;
    }

    .events-image-slider .common-hover-img-area .date-wrapper .date-range-wrapper:nth-child(2):before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .events-image-slider-wrapper {
        position: relative;
        margin-bottom: 60px;
    }

    @media (max-width: 1199.98px) {
        .events-image-slider-wrapper {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }

    .events-image-slider-wrapper .swiper .swiper-slide .date-and-ticket-wrapper {
        opacity: 0;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        transform: scale(0.8);
    }

    .events-image-slider-wrapper .swiper .swiper-slide.swiper-slide-active .date-and-ticket-wrapper {
        opacity: 1;
        transform: scale(1);
    }

    .events-image-slider-wrapper .__subtitle {
        font-size: 12px;
        color: #424242;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    @media (max-width: 575.98px) {
        .events-image-slider-wrapper .__subtitle {
            font-size: 10px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 1400px) {
        .events-image-slider-wrapper .common-hover-link .common-hover-img-area {
        }
    }

    @media (max-width: 480px) {
        .events-image-slider-wrapper .common-hover-link .common-hover-img-area {
        /*    aspect-ratio: 16/14; */
        }
    }

    .events-image-slider-wrapper .common-hover-link .common-hover-img-area:before {
        display: none;
    }

    .events-image-slider-wrapper .common-hover-link .common-hover-img-area:after {
        /*  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgb(102, 102, 102) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgb(102, 102, 102) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgb(102, 102, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  z-index: 1; */
    }

    .events-image-slider-wrapper .common-hover-link .common-hover-img-area img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    /**********************************
EVENTS FILTER AREA STARTS
**********************************/
    @media (max-width: 991.98px) {
        .events-filter-full-wrapper {
            margin-top: 40px;
        }
    }

    @media (max-width: 991.98px) {
        .events-filter-full-wrapper .events-filter-wrapper {
            margin-bottom: 20px;
        }
    }

    .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .__icon {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            color: #424242;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    @media (max-width: 991.98px) {
        .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .__icon {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .__icon {
            font-size: 12px;
        }
    }

    .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .__icon span {
        color: rgba(0, 0, 0, 0.2);
        font-size: 20px;
    }

    @media (max-width: 991.98px) {
        .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .__icon span {
            font-size: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .__icon span {
            font-size: 16px;
        }
        
    }

    .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .icon-cross {
        font-size: 30px;
        cursor: pointer;
    }

    

    @media (max-width: 991.98px) {
        .events-filter-full-wrapper .filter-category-wrapper {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 1.5rem;
        }

            .events-filter-full-wrapper .filter-category-wrapper .__filter-category {
                margin-top: 0px !important;
            }

    }

    @media (max-width: 767.98px) {
        .events-filter-full-wrapper .filter-category-wrapper {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category {
        background-color: #F1F1F1;
        border-radius: 1.2rem;
        padding: 30px;
        margin-top: 20px;
    }

    @media (max-width: 575.98px) {
        .events-filter-full-wrapper .filter-category-wrapper .__filter-category {
            padding: 20px;
        }
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        cursor: pointer;
    }

        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area.active .icon-down-angle {
            transform: rotate(180deg);
        }

        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area .__title {
            font-size: 20px;
            font-weight: 600;
            font-family: "Inter", sans-serif;
            color: #000000;
            margin-bottom: 0px;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    @media (max-width: 1199.98px) {
        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area .__title {
            font-size: 16px;
        }
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area span {
        font-size: 8px;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 5px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area:hover .__title, .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__title-area:hover span {
        color: #00ADFF;
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
    }

    @media (max-width: 575.98px) {
        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area {
            margin-top: 15px;
        }
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label {
        font-size: 18px;
        color: #424242;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    @media (max-width: 1199.98px) {
        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label {
            font-size: 15px;
            gap: 6px;
        }
    }

    @media (max-width: 575.98px) {
        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label {
            font-size: 14px;
        }
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label input.option-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        position: relative;
        height: 24px;
        width: 24px;
        transition: all 0.15s ease-out 0s;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        z-index: 1000;
        border-radius: 6px;
    }

    @media (max-width: 991.98px) {
        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label input.option-input {
            height: 20px;
            width: 20px;
        }
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label input.option-input:before {
        content: "\e913";
        font-family: "icomoon";
        font-size: 18px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        opacity: 0;
        transform: scale(0.5);
    }

    .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label input.option-input:checked {
        background-color: #00ADFF;
    }

        .events-filter-full-wrapper .filter-category-wrapper .__filter-category .__filter-area label input.option-input:checked:before {
            opacity: 1;
            transform: scale(1);
        }

    .__filter-area-more-categories {
        display: flex;
        flex-direction: column;
        gap: 15px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .__filter-area-more-categories.active {
            margin-top: -30px;
        }

    .see-less-categories.active {
        opacity: 0;
        visibility: hidden;
    }

    .__filter-area .toggle-button {
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer;
        font-size: 12px;
        color: #666;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .__filter-area .toggle-button:hover {
            color: #00ADFF;
        }

    .extra-content {
        display: none;
    }

@media (min-width: 991.98px) {
    .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area .icon-hide {
        display: none;
    }    
}

    /****************************************
EVENTS SEARCH STARTS
****************************************/
    .all-events-search-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0px;
        flex-wrap: wrap;
        gap: 15px;
        margin: 0 !important;
    }

        .all-events-search-area.mobile-filter {
            margin-bottom: 1.5rem !important;
        }

        .all-events-search-area h3 {
            font-weight: 700;
            font-size: 40px;
            margin-bottom: 0px;
            color: #000000;
        }

    @media (max-width: 1399.98px) {
        .all-events-search-area h3 {
            font-size: 34px;
        }
    }

    @media (max-width: 1199.98px) {
        .all-events-search-area h3 {
            font-size: 32px;
        }
    }

    @media (max-width: 991.98px) {
        .all-events-search-area h3 {
            font-size: 28px;
        }
    }

    @media (max-width: 575.98px) {
        .all-events-search-area h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .all-events-search-area h3 {
            font-size: 23px;
        }
    }

    @media (max-width: 388.98px) {
        .all-events-search-area h3 {
            font-size: 22px;
        }
    }

    .all-events-search-area .__search-area {
        position: relative;
        margin-top: -12px;
    }

    @media (max-width: 575.98px) {
        .all-events-search-area .__search-area {
            width: 100%;
        }

            .all-events-search-area .__search-area form input {
                padding: 0 60px 0 20px !important;
            }
    }

    .all-events-search-area .__search-area.is-type .search-floating-icon {
        right: -12px;
        opacity: 1;
        visibility: visible;
    }

    .all-events-search-area .__search-area.is-type .search-default-icon {
        opacity: 0;
        visibility: hidden;
    }

    .all-events-search-area .__search-area .events-search-icon {
        position: absolute;
        right: 0;
        top: 12px;
        z-index: 111;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .all-events-search-area .__search-area .events-search-icon {
            display: none;
        }
    }

    .all-events-search-area .__search-area .events-search-icon.active {
        opacity: 0;
        visibility: hidden;
        right: 30px;
    }

    .all-events-search-area .__search-area .events-search-icon span {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

        .all-events-search-area .__search-area .events-search-icon span:hover {
            color: #00ADFF;
        }

    @media (max-width: 991.98px) {
        .all-events-search-area .__search-area .events-search-icon span {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .all-events-search-area .__search-area .events-search-icon span {
            font-size: 15px;
        }
    }

    .all-events-search-area .__search-area form {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .all-events-search-area .__search-area form {
            opacity: 1;
            visibility: visible;
        }
    }

    .all-events-search-area .__search-area form.active {
        opacity: 1;
        visibility: visible;
    }

        .all-events-search-area .__search-area form.active input {
            transform: scale(1);
        }

    .all-events-search-area .__search-area form input {
        height: 50px;
        background-color: #F1F1F1;
        border-radius: 70px;
        padding: 0 60px 0 30px;
        color: #424242;
        font-size: 18px;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        width: 100%;
        transform: scale(0);
        float: right;
    }

    @media (max-width: 1599.98px) {
        .all-events-search-area .__search-area form input {
            transform: scale(1);
        }
    }

    @media (max-width: 991.98px) {
        .all-events-search-area .__search-area form input {
            height: 45px;
        }
    }

    @media (max-width: 575.98px) {
        .all-events-search-area .__search-area form input {
            height: 40px;
        }
    }

    .all-events-search-area .__search-area form input::placeholder {
        color: #8C8C8C;
        font-size: 18px;
        font-weight: 500;
    }

    @media (max-width: 1199.98px) {
        .all-events-search-area .__search-area form input {
            font-size: 15px;
        }

            .all-events-search-area .__search-area form input::placeholder {
                font-size: 15px;
            }
    }

    .all-events-search-area .__search-area form .search-default-icon {
        border: none;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        background: none;
    }

        .all-events-search-area .__search-area form .search-default-icon span {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.5);
        }

    @media (max-width: 991.98px) {
        .all-events-search-area .__search-area form .search-default-icon span {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .all-events-search-area .__search-area form .search-default-icon span {
            font-size: 15px;
        }
    }

    .all-events-search-area .__search-area form .search-floating-icon {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        background-color: #00ADFF;
        border-radius: 50px;
        box-shadow: none;
        border: 1px solid #00ADFF;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        opacity: 0;
        visibility: hidden;
    }

    @media (max-width: 575.98px) {
        .all-events-search-area .__search-area form .search-floating-icon {
            height: 35px;
            width: 35px;
        }
    }

    .all-events-search-area .__search-area form .search-floating-icon span {
        font-size: 10px;
        color: #ffffff;
    }

    .all-events-search-area .__search-area form .search-floating-icon:hover {
        background-color: #000000;
        border-color: #000000;
    }

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        display: none;
    }

    /****************************************
3. cerkezkoyde SUMMER FESTIVAL STARTS
****************************************/
    @media (max-width: 1199.98px) {
        .season-detail-page-header {
            padding-bottom: 90px;
        }
    }

    @media (max-width: 991.98px) {
        .season-detail-page-header {
            /*  padding-bottom: 10px;*/
        }
    }

    .season-detail-page-header .events-nav {
        top: 40%;
    }

    .season-detail-page-header .page-header-tittle-wrapper .banner-title-area {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    @media (max-width: 767.98px) {
        .season-detail-page-header .page-header-tittle-wrapper .banner-title-area {
            margin-bottom: 0px;
        }
    }

    .season-detail-page-header .page-header-tittle-wrapper .banner-title-area h1 {
        width: 100%;
    }

    @media (max-width: 991.98px) {
        .season-detail-page-header .page-header-tittle-wrapper .banner-title-area h1 {
            width: 100%;
        }
    }

    @media (max-width: 575.98px) {
        .season-detail-page-header .events-content-slider-wrapper .events-detail-wrapper {
            margin-top: 20px;
        }
    }

    .season-border-wrapper {
        position: absolute;
        bottom: 0;
        z-index: 11;
        height: 5px;
        width: 100%;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .season-festival-logo-content-area {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 60px;
    }

    @media (max-width: 767.98px) {
        .season-festival-logo-content-area {
            display: block;
        }
    }

    .season-festival-logo-content-area .season-festival-logo img {
        width: 170px;
    }

    @media (max-width: 991.98px) {
        .season-festival-logo-content-area .season-festival-logo img {
            width: 120px;
        }
    }

    @media (max-width: 767.98px) {
        .season-festival-logo-content-area .season-festival-logo img {
            width: 100px;
            margin-bottom: 10px;
        }
    }

    .season-festival-logo-content-area .season-festival-intro-area h4 {
        color: #000000;
        font-weight: 700;
        font-family: "Inter", sans-serif;
    }

    .season-festival-logo-content-area .season-festival-intro-area p {
        margin-bottom: 0px;
    }

    .season-detail-page {
        margin-top: 0px;
    }

        .season-detail-page .events-image-slider-wrapper {
        }

    @media (max-width: 991.98px) {
        .season-detail-page .events-image-slider-wrapper {
            margin-bottom: 0px;
            margin-top: 10px;
        }
    }

    .season-detail-page .events-image-slider-wrapper .season-image-slider .common-hover-link .common-hover-img-area {
        aspect-ratio: 16/9;
    }

        .season-detail-page .events-image-slider-wrapper .season-image-slider .common-hover-link .common-hover-img-area:before {
            display: none;
        }

    .season-detail-page .events-image-slider-wrapper .season-image-slider .common-hover-link:hover .common-hover-img-area img {
        transform: scale(1);
        opacity: 1 !important;
    }

    .season-detail-page .events-nav .swiper-button-next-news span, .season-detail-page .events-nav .swiper-button-prev-news span {
        background-color: rgba(0,0,0,.4);
        border-color: rgba(0,0,0,0);
    }

        .season-detail-page .events-nav .swiper-button-next-news span:before, .season-detail-page .events-nav .swiper-button-prev-news span:before {
            color: #ffffff;
        }

    .mobile-events-btn {
        display: none;
    }

    @media (max-width: 1199.98px) {
        .mobile-events-btn {
            display: flex;
            align-items: center;
            gap: 10px 15px;
            flex-wrap: wrap;
            margin-top: 30px;
        }
    }

    @media (max-width: 1199.98px) and (max-width: 991.98px) {
        .mobile-events-btn {
            gap: 10px;
        }
    }

    @media (max-width: 1199.98px) and (max-width: 575.98px) {
        .mobile-events-btn {
            margin-top: 20px;
        }
    }

    .mobile-events-btn .icon-heart {
        font-size: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1399.98px) {
        .mobile-events-btn .icon-heart {
            height: 34px;
            width: 34px;
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .mobile-events-btn .icon-heart {
            height: 30px;
            width: 30px;
            font-size: 12px;
        }
    }

    .mobile-events-btn .icon-heart-bg {
        font-size: 20px;
        color: #00ADFF;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .mobile-events-btn .icon-heart-bg:hover {
            color: #000000;
        }

    @media (max-width: 991.98px) {
        .mobile-events-btn .icon-heart-bg {
            font-size: 16px;
        }
    }

    .dark-bg-wrapper .mobile-events-btn .icon-heart {
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .dark-bg-wrapper .mobile-events-btn .icon-heart-bg {
        color: #ffffff;
    }

        .dark-bg-wrapper .mobile-events-btn .icon-heart-bg:hover {
            color: #00ADFF;
        }

    .light-bg-wrapper .mobile-events-btn .icon-heart {
        color: #000000;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .light-bg-wrapper .mobile-events-btn .icon-heart-bg {
        color: #00ADFF;
    }

        .light-bg-wrapper .mobile-events-btn .icon-heart-bg:hover {
            color: #000000;
        }

    .season-video-slider-link {
        border-radius: 1.2rem;
        color: #000000;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: block;
    }

        .season-video-slider-link .common-hover-img-area {
            aspect-ratio: 16/9;
        }

            .season-video-slider-link .common-hover-img-area img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

    .season-video-slider {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        aspect-ratio: 16/9;
        border-radius: 1.2rem;
    }

        .season-video-slider .season-img-back {
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
        }

            .season-video-slider .season-img-back img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .season-video-slider .video-backgroundsec {
            height: 100%;
            width: 100%;
        }

            .season-video-slider .video-backgroundsec .video-foreground {
                height: 100%;
                width: 100%;
            }

                .season-video-slider .video-backgroundsec .video-foreground .video-background-controls {
                    display: none;
                }

                .season-video-slider .video-backgroundsec .video-foreground iframe {
                    width: 101% !important;
                }

    .total-events-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
        position: absolute;
        bottom: 10px;
    }

    @media (max-width: 991.98px) {
        .total-events-wrapper {
            position: relative;
            bottom: inherit;
            margin-top: 20px;
        }
    }

    .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    @media (max-width: 767.98px) {
        .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list {
            gap: 10px;
        }
    }

    .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list .odometer {
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-family: "Inter", sans-serif;
        color: #ffffff;
        letter-spacing: 2px;
    }

    @media (max-width: 767.98px) {
        .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list .odometer {
            font-size: 50px;
            line-height: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list .odometer {
            font-size: 40px;
            line-height: 40px;
        }
    }

    .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list .opendata-count-sign span {
        font-size: 18px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        color: #e1e1e1;
    }

    @media (max-width: 767.98px) {
        .total-events-wrapper .number-of-events-counter .counter-col .counter-col-list .opendata-count-sign span {
            font-size: 16px;
        }
    }

    .scrolldown-sec {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .scrolldown-sec a .scroll-line {
            width: 2px;
            height: 50px;
            background: rgba(255, 255, 255, 0.5);
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            margin-bottom: -18px;
        }

            .scrolldown-sec a .scroll-line span {
                width: 100%;
                height: 100%;
                background: white;
                position: relative;
                margin: 0;
                animation-name: slideInDownscroll;
                animation-duration: 4s;
                animation-iteration-count: infinite;
                animation-timing-function: ease-in-out;
                animation-delay: 1s;
            }

        .scrolldown-sec a .scroll-arrow span {
            font-size: 10px;
            color: #e1e1e1;
        }

    @keyframes slideInDownscroll {
        0% {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    /****************************************
4. SEASON AND FESTIVALS STARTS
****************************************/
    @media (max-width: 575.98px) {
        .season-festival-main-section .container-fluid {
            width: 93%;
        }
    }

    .season-festival-main-section .season-festival-listing-wrapper:last-child {
        margin-bottom: 0px;
    }

    @media (max-width: 1199.98px) {
        .season-festival-main-section .season-festival-listing-wrapper .page-header-tittle-wrapper {
            margin-top: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-main-section .season-festival-listing-wrapper .page-header-tittle-wrapper {
            margin-top: 20px;
        }
    }

    .season-festival-main-section .season-festival-listing-wrapper .events-content-slider-wrapper {
        padding-bottom: 0px;
    }

    @media (max-width: 991.98px) {
        .season-festival-main-section .season-festival-listing-wrapper .events-content-slider-wrapper .events-detail-wrapper {
            margin-top: 0px !important;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-main-section .season-festival-listing-wrapper .events-content-slider-wrapper .events-detail-wrapper {
            margin-top: 0px !important;
        }
    }

    .season-festival-main-section .season-festival-listing-wrapper .events-content-slider-wrapper .__button-wrapper {
        display: flex;
    }

    .season-festival-listing-wrapper {
        border-radius: 1.2rem;
        padding: 60px;
        margin-bottom: 50px;
    }

    @media (max-width: 991.98px) {
        .season-festival-listing-wrapper {
            padding: 40px;
            margin-bottom: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .season-festival-listing-wrapper {
            padding: 35px 25px;
            margin-bottom: 30px;
        }
    }

    .upcoming-events-slider .sec-title-wrapper .sec-title-area h2 {
        margin-bottom: 0px;
    }

    .upcoming-events-slider .three-col-grid-slider-wrapper {
        position: relative;
    }

        .upcoming-events-slider .three-col-grid-slider-wrapper .latest-news-nav {
            top: -90px;
        }

    .upcoming-events-slider .four-col-grid-slider-wrapper {
        position: relative;
    }

        .upcoming-events-slider .four-col-grid-slider-wrapper .latest-news-nav {
            top: -90px;
        }

    /****************************************
5. EVENTS DETAIL PAGE STARTS
****************************************/
    .events-detail-page-header .page-header-tittle-wrapper .banner-title-area {
        margin-bottom: 10px;
    }

    .events-detail-page-header .date-time-status-wrapper {
        margin-bottom: 30px;
        padding-top: 10px;
    }

    @media (max-width: 991.98px) {
        .events-detail-page-header .date-time-status-wrapper {
            display: flex;
            margin-bottom: 20px;
            padding-top: 0px;
        }
    }

    .events-pe {
        padding-right: 0px;
    }

    @media (max-width: 991.98px) {
        .events-pe {
            padding-right: 12px;
        }
    }

    .events-ps {
        padding-left: 0px;
    }

    @media (max-width: 991.98px) {
        .events-ps {
            padding-left: 12px;
        }
    }

    .ps-rel {
        position: relative;
    }

    @media (max-width: 991.98px) {
        .events-detail-main-section {
            padding-top: 45px;
        }
    }

    .events-detail-left-side-content {
        padding-right: 80px;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    .events-detail-right-side-content {
    }

    @media (max-width: 1399.98px) {
        .events-detail-left-side-content {
            padding-right: 60px;
        }

            .events-detail-left-side-content .tab-content {
                padding-top: 40px;
            }
    }

    @media (max-width: 1199px) {
        .events-detail-left-side-content {
            padding-right: 0px;
            border-right: none;
        }

        .events-detail-right-side-content {
        }
    }

    .events-detail-left-side-content .events-description-wrapper h4 {
        color: #000000;
        font-weight: 700;
    }

    @media (max-width: 575.98px) {
        .events-detail-left-side-content .events-description-wrapper h4 {
            margin-bottom: 10px;
        }
    }

    .events-detail-left-side-content .events-description-wrapper p.contact-info {
        margin-top: 30px;
    }

    @media (max-width: 1399.98px) {
        .events-detail-left-side-content .events-description-wrapper p.contact-info {
            margin-top: 15px;
        }
    }

    .events-detail-left-side-content .calendar-cta-box {
        border-radius: 1.2rem;
        background-color: #f1f1f1;
        padding: 40px;
        margin: 50px 0 50px;
    }

    @media (max-width: 1399.98px) {
        .events-detail-left-side-content .calendar-cta-box {
            margin: 20px 0 50px;
            padding: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-left-side-content .calendar-cta-box {
            padding: 25px;
        }
    }

    .events-detail-left-side-content .calendar-cta-box h5 {
        font-weight: 700;
        color: #000000;
    }

    .events-detail-left-side-content .events-gallery-wrapper h3 {
        margin-bottom: 30px;
        font-weight: 700;
        color: #000000;
    }

    @media (max-width: 1399.98px) {
        .events-detail-left-side-content .events-gallery-wrapper h3 {
            margin-bottom: 20px;
        }
    }

    .events-detail-left-side-content .events-gallery-wrapper .common-hover-link {
        border-radius: 1.2rem;
    }

        .events-detail-left-side-content .events-gallery-wrapper .common-hover-link .common-hover-img-area {
            border-radius: 1.2rem;
        }

            .events-detail-left-side-content .events-gallery-wrapper .common-hover-link .common-hover-img-area img {
                border-radius: 1.2rem;
            }

    .common-hover-img-area.gallery-count-img:before {
        opacity: 1;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .common-hover-img-area.gallery-count-img span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 111;
        color: #ffffff;
    }

        .common-hover-img-area.gallery-count-img span.icon-play {
            height: 60px;
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px dashed #e1e1e1;
            border-radius: 50px;
        }

    @media (max-width: 1199.98px) {
        .common-hover-img-area.gallery-count-img span.icon-play {
            height: 50px;
            width: 50px;
        }
    }

    @media (max-width: 767.98px) {
        .common-hover-img-area.gallery-count-img span.icon-play {
            height: 40px;
            width: 40px;
            font-size: 10px;
        }
    }

    .common-hover-img-area.gallery-count-img span.gallery-count {
        font-size: 40px;
        font-weight: 700;
    }

    @media (max-width: 1399.98px) {
        .common-hover-img-area.gallery-count-img span.gallery-count {
            font-size: 36px;
        }
    }

    @media (max-width: 1199.98px) {
        .common-hover-img-area.gallery-count-img span.gallery-count {
            font-size: 32px;
        }
    }

    @media (max-width: 991.98px) {
        .common-hover-img-area.gallery-count-img span.gallery-count {
            font-size: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .common-hover-img-area.gallery-count-img span.gallery-count {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists {
        padding: 40px 0 40px 50px;
        position: relative;
    }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists {
            padding: 30px 0 30px 40px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists {
            padding: 30px 0 30px 0px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists {
            padding: 25px 0 25px 0px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        transition-delay: 1s !important;
    }

    .events-detail-right-side-content .events-detail-right-side-lists:first-child {
        padding-top: 0px;
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists:first-child {
            padding-top: 30px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists:last-child:after {
        display: none;
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists:last-child {
            padding-bottom: 0px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content {
        padding-left: 20px;
    }

    @media (max-width: 1199.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content {
            padding-left: 00px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content {
            padding-top: 10px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown {
        display: flex;
        align-items: center;
        gap: 15px;
        cursor: pointer;
    }

        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.closetimecontainer {
            flex-wrap: wrap;
            gap: 5px 15px;
        }

            .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.closetimecontainer .closetime {
                min-width: 100%;
                font-size: 16px;
                color: rgb(102, 102, 102);
            }

    @media (max-width: 1199.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.closetimecontainer .closetime {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.closetimecontainer .closetime {
            font-size: 13px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.active .icon-down-angle {
        transform: rotate(180deg);
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown {
            gap: 10px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown:hover h5, .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown:hover span {
        color: #00ADFF;
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title.ticket-open h5 {
        color: #4FA30D;
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title.ticket-closed h5 {
        color: #F44336;
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 {
        font-size: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 {
            font-size: 19px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 {
            font-size: 18px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 span {
        font-size: 18px;
        font-style: italic;
        color: rgb(102, 102, 102);
        font-family: "Lato", sans-serif;
        font-weight: 400;
        position: relative;
        text-transform: none;
        letter-spacing: 0px;
    }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 span {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 span {
            font-size: 14px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 span:before {
        content: "";
        position: absolute;
        left: -13px;
        top: 10px;
        height: 3px;
        width: 3px;
        background-color: #dddddd;
        border-radius: 50%;
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown.entry-info-title h5 span:before {
            top: 8px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown h5 {
        margin-bottom: 0px;
        font-weight: 700;
        color: #000000;
        font-size: 20px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown h5 {
            font-size: 19px;
        }
    }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown h5 {
            font-size: 18px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown span {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown span {
            font-size: 8px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content {
        margin-top: 15px;
    }

        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content ul {
            margin-top: 0px;
        }

        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper {
            background-color: #F1F1F1;
            padding: 40px;
            border-radius: 1.2rem;
        }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper {
            padding: 30px;
        }
    }

    @media (max-width: 1199.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper {
            padding: 24px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper {
            padding: 20px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper h6 {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        margin-bottom: 0;
        padding: 15px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 18px;
        font-weight: 400;
        color: #515151;
    }

    @media (max-width: 1199.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper h6 {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper h6 {
            flex-direction: row;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper h6 {
            font-size: 16px;
            padding: 12px 0;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper h6:first-child {
        padding-top: 0px;
        
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper h6:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper.contact-list-dropdown h6 {
        font-family: "Inter", sans-serif;
        flex-direction: column;
        word-break: break-word;
    }

        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper.contact-list-dropdown h6 a {
            font-family: "Lato", sans-serif;
            color: #000000;
            font-weight: 400;
        }

            .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content .__lists-wrapper.contact-list-dropdown h6 a:hover {
                color: #00ADFF;
            }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content p {
        font-size: 18px;
    }

    @media (max-width: 1199.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content p {
            font-size: 17px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content p {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .right-side-lists-dropdown-content p {
            font-size: 15px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .date-time-status-wrapper {
        margin-bottom: 0px;
    }

        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .date-time-status-wrapper .date-wrapper {
            background-color: rgba(0, 0, 0, 0.5);
        }

            .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .date-time-status-wrapper .date-wrapper .date-range-wrapper span {
                color: #ffffff;
            }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info img {
            max-width: 120px;
        }
    }

    @media (max-width: 991.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info img {
            max-width: 100px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info img {
            margin-bottom: 12px;
            max-width: 90px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info .contact-info {
            font-size: 13px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info h6 {
        font-family: "Inter", sans-serif;
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: rgb(102, 102, 102);
        letter-spacing: 2px;
    }

    @media (max-width: 1399.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info h6 {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .events-right-side-contact-info h6 {
            font-size: 12px;
        }
    }

    .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .contact-map-sec {
        height: 180px;
        border-radius: 1.2rem;
        overflow: hidden;
    }

        .events-detail-right-side-content .events-detail-right-side-lists .right-side-lists-content .contact-map-sec iframe {
            height: 180px;
            width: 100%;
            border-radius: 1.2rem;
        }

    .events-share-wrapper {
        margin-top: 50px;
        overflow: hidden;
        display: inline-block;
    }

        .events-share-wrapper .sharethis-inline-share-buttons .st-btn {
            display: inline-block !important;
        }

    @media (max-width: 1599.98px) {
        .events-share-wrapper {
            margin-top: 30px;
        }
    }

    @media (max-width: 1399.98px) {
        .events-share-wrapper {
            margin-top: 20px;
        }
    }

    .events-share-wrapper span {
        font-size: 15px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        text-transform: uppercase;
        color: rgb(102, 102, 102);
        margin-bottom: 15px;
    }

    @media (max-width: 1399.98px) {
        .events-share-wrapper span {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .events-share-wrapper span {
            font-size: 10px;
            margin-bottom: 10px;
        }
    }

    .events-share-wrapper .share-img {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .events-share-wrapper .share-img img {
            width: 40px;
        }

    @media (max-width: 1399.98px) {
        .events-share-wrapper .share-img img {
            width: 35px;
        }
    }

    @media (max-width: 991.98px) {
        .events-share-wrapper .share-img img {
            width: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .events-share-wrapper .share-img img {
            width: 25px;
        }
    }

    .title-with-icon {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 25px;
    }

    @media (max-width: 1399.98px) {
        .title-with-icon {
            gap: 8px;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .title-with-icon {
            margin-bottom: 15px;
        }
    }

    .title-with-icon h6 {
        margin-bottom: 0px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: rgb(102, 102, 102);
        font-family: "Inter", sans-serif;
        letter-spacing: 2px;
    }

    @media (max-width: 1399.98px) {
        .title-with-icon h6 {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .title-with-icon h6 {
            font-size: 12px;
        }
    }

    .title-with-icon span {
        color: #8C8C8C;
        font-size: 20px;
    }

    @media (max-width: 1399.98px) {
        .title-with-icon span {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .title-with-icon span {
            font-size: 16px;
        }
    }

    /**************************
GOOGLE MAP STARTS
**************************/
    .gm-container {
        display: none;
    }

    .gm-container-render {
        width: 100%;
        min-height: 580px;
    }

    @media (max-width: 1399.98px) {
        .gm-container-render {
            min-height: 500px;
        }
    }

    @media (max-width: 1199.98px) {
        .gm-container-render {
            min-height: 450px;
        }
    }

    @media (max-width: 767.98px) {
        .gm-container-render {
            min-height: 400px;
        }
    }

    .gm-style .gm-style-iw-t {
        bottom: 60px !important;
    }

    .gm-style .gm-style-iw-chr {
        position: absolute;
        right: 0;
    }

    .gm-style .gm-style-iw.gm-style-iw-c {
        border-radius: 3px;
        box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.4);
        padding: 0;
        max-width: 375px !important;
        width: 100%;
        text-align: left;
        min-width: 375px !important;
        background-color: #000000;
    }

    @media (max-width: 575.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c {
            max-width: 300px !important;
            min-width: 300px !important;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
        max-height: 350px;
        min-height: 90px;
        overflow: auto !important;
        padding: 20px 30px 20px;
    }

        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d h4 {
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            margin: 0px 0 14px;
            font-family: "Inter", sans-serif;
            text-transform: uppercase;
            padding-right: 20px;
        }

        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d p {
            font-size: 14px;
            color: #ffffff;
            line-height: 1.2;
            font-weight: 400;
            margin: 0 0 5px;
            font-family: "Lato", sans-serif;
        }

        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            font-size: 15px;
            padding: 5px 0;
            font-family: "Lato", sans-serif;
            font-weight: 500;
        }

    @media (max-width: 767.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone {
            font-size: 13px;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
        font-family: "Lato", sans-serif;
    }

    @media (max-width: 767.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone a {
            font-size: 15px;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone a:hover {
        color: #00ADFF;
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone a p {
        font-weight: 600;
        font-size: 18px;
        font-family: "Lato", sans-serif;
        direction: ltr;
        color: #ffffff;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone a p {
            font-size: 15px;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone a p:hover {
        color: #000000;
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone span {
        color: #000000;
        font-size: 16px;
    }

    @media (max-width: 767.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone span {
            font-size: 14px;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone span.icon-location {
        font-size: 19px;
    }

    @media (max-width: 767.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__phone span.icon-location {
            font-size: 18px;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__addess {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
    }

    @media (max-width: 575.98px) {
        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__addess {
            font-size: 15px;
        }
    }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__direction-link {
        margin-top: 14px;
    }

        .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__direction-link a {
            text-decoration: underline;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #00ADFF;
            -webkit-transition: all 0.3s ease 0s !important;
            -moz-transition: all 0.3s ease 0s !important;
            -ms-transition: all 0.3s ease 0s !important;
            -o-transition: all 0.3s ease 0s !important;
            transition: all 0.3s ease 0s !important;
            font-weight: 600;
            font-family: "Lato", sans-serif;
            text-transform: uppercase;
            color: #ffffff;
        }

            .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__direction-link a:hover {
                color: #00ADFF;
            }

            .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .gm-callout__direction-link a span {
                color: #222E3A;
                margin-right: 8px;
            }

    .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
        top: -2px !important;
        right: 12px !important;
    }

        .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect span {
            background-color: #ffffff;
        }

    .gm-style .gm-style-iw-tc::after {
        width: 20px;
        height: 9px;
        background: #000000;
    }

    /****************************************
5. DEALS AND OFFERS STARTS
****************************************/
    @media (max-width: 575.98px) {
        .map-flex-wrapper .sort-by-wrapper {
            margin-top: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .map-flex-wrapper .sort-by-wrapper .sort-by-txt {
            display: flex;
        }
    }

    @media (max-width: 575.98px) {
        .map-flex-wrapper .sort-by-wrapper .form-label-group {
            width: auto;
        }
    }

    @media (max-width: 575.98px) {
        .map-flex-wrapper .sort-by-wrapper .form-label-group .nice-select {
            width: auto;
        }
    }

    .map-flex-wrapper .mobile-map-icon-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
        display: none;
    }

    @media (max-width: 575.98px) {
        .map-flex-wrapper .mobile-map-icon-wrapper {
            display: flex;
        }
    }

    @media (max-width: 575.98px) {
        .map-flex-wrapper .mobile-map-icon-wrapper h2 {
            display: flex !important;
        }
    }

    .map-flex-wrapper .mobile-map-icon-wrapper .__icons {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .map-flex-wrapper .mobile-map-icon-wrapper .__icons span {
            font-size: 20px;
        }

            .map-flex-wrapper .mobile-map-icon-wrapper .__icons span:first-child {
                color: #424242;
            }

            .map-flex-wrapper .mobile-map-icon-wrapper .__icons span:last-child {
                color: rgba(66, 66, 66, 0.3);
            }

            .map-flex-wrapper .mobile-map-icon-wrapper .__icons span.icon-carousel {
                font-size: 30px;
            }

    .map-flex-wrapper .mobile-map-icon-wrapper.map-view-active .__icons span:first-child {
        color: rgba(66, 66, 66, 0.3);
    }

    .map-flex-wrapper .mobile-map-icon-wrapper.map-view-active .__icons span:last-child {
        color: #424242;
    }

    .sort-by-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    @media (max-width: 575.98px) {
        .sort-by-wrapper {
            gap: 10px;
            width: 100%;
        }
    }

    .sort-by-wrapper .sort-by-txt {
        font-style: italic;
        font-size: 18px;
        color: rgb(102, 102, 102);
        white-space: nowrap;
    }

    @media (max-width: 1199.98px) {
        .sort-by-wrapper .sort-by-txt {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .sort-by-wrapper .sort-by-txt {
            font-size: 14px;
            display: none;
        }
    }

    .sort-by-wrapper .filter-select-dropdown {
        position: relative;
    }

        .sort-by-wrapper .filter-select-dropdown .filter-icon-drop {
            pointer-events: none;
            position: absolute;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            font-size: 14px;
            left: 25px;
            top: 50%;
            transform: translate(-50%, -50%);
            color: rgba(0, 0, 0, 0.3);
            z-index: 1;
            display: none;
        }

    @media (max-width: 575.98px) {
        .sort-by-wrapper .filter-select-dropdown .filter-icon-drop {
            display: block;
        }
    }

    .sort-by-wrapper .filter-select-dropdown .filter-icon-drop.icon-sort {
        font-size: 26px;
    }

    @media (max-width: 575.98px) {
        .sort-by-wrapper .filter-select-dropdown .nice-select .list li:hover {
            background-color: #ffffff;
            color: #000000;
        }
    }

    .sort-by-wrapper .filter-select-dropdown .nice-select:before {
        content: "";
        pointer-events: none;
        position: absolute;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        font-size: 10px;
        left: 44px;
        top: 50%;
        height: 70%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        transform: translate(-50%, -50%);
        color: rgba(0, 0, 0, 0.3);
        display: none;
    }

    @media (max-width: 575.98px) {
        .sort-by-wrapper .filter-select-dropdown .nice-select:before {
            display: block;
        }
    }

    @media (max-width: 575.98px) {
        .sort-by-wrapper .filter-select-dropdown .nice-select:hover {
            background-color: #ffffff;
            color: #000000;
            border: 1px solid rgba(66, 66, 66, 0.3);
        }

            .sort-by-wrapper .filter-select-dropdown .nice-select:hover span {
                color: #000000;
            }

            .sort-by-wrapper .filter-select-dropdown .nice-select:hover:after {
                color: rgba(0, 0, 0, 0.5);
            }
    }

    @media (max-width: 575.98px) {
        .sort-by-wrapper .filter-select-dropdown .nice-select.open:after {
            color: rgb(102, 102, 102);
        }
    }

    @media (max-width: 1199.98px) {
        .deals-offers-main-section .all-events-search-area {
            margin-top: 50px;
        }
    }

    @media (max-width: 991.98px) {
        .deals-offers-main-section .all-events-search-area {
            margin-top: 0px;
        }
    }

    .deals-offer-grid-title h4 {
        font-weight: 700 !important;
    }

    /***************************
FANCY BOX STARTS
***************************/
    .with-fancybox {
        overflow: hidden;
    }

    .fancybox__container .fancybox__backdrop {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .fancybox__container button {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .fancybox__container button:hover {
            background-color: #00ADFF;
        }

        .fancybox__container button:focus {
            background-color: #00ADFF;
            box-shadow: none !important;
            border: none;
            outline: none;
        }

    .fancybox__container .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
        border-color: #00ADFF;
    }

    .fancybox__container button:hover {
        background-color: #00ADFF !important;
    }

    .fancybox__content > .carousel__button.is-close {
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    /*------------------------
PAGINATION SECTION STARTS
------------------------*/
    .paginations-crk {
        position: relative;
        overflow: hidden;
        text-align: center;
        padding: 20px 0 20px;
    }

    @media (max-width: 767.98px) {
        .paginations-crk {
            padding: 15px 0 15px;
        }
    }

    .paginations-crk .pagination-container ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

        .paginations-crk .pagination-container ul li {
            margin: 5px;
            padding: 0;
            height: 50px;
            width: 50px;
            min-width: 50px;
            background: #ffffff;
            color: #000000;
            border: 1px solid #D3D3D3;
            border-radius: 100%;
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.3s ease 0s !important;
            -moz-transition: all 0.3s ease 0s !important;
            -ms-transition: all 0.3s ease 0s !important;
            -o-transition: all 0.3s ease 0s !important;
            transition: all 0.3s ease 0s !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    @media (max-width: 767.98px) {
        .paginations-crk .pagination-container ul li {
            height: 35px;
            width: 35px;
            min-width: 35px;
            margin: 2px;
        }
    }

    .paginations-crk .pagination-container ul li.disabled {
        pointer-events: none;
        opacity: 0.3;
    }

    .paginations-crk .pagination-container ul li a {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        height: 100%;
        width: 100%;
        margin: 0;
    }

    @media (max-width: 767.98px) {
        .paginations-crk .pagination-container ul li a {
            font-size: 13px;
        }
    }

    .paginations-crk .pagination-container ul li a:hover {
        color: #ffffff;
    }

    .paginations-crk .pagination-container ul li:hover {
        background: #00ADFF;
        border: 1px solid #00ADFF;
        color: #ffffff;
    }

    .paginations-crk .pagination-container ul li.active {
        color: #ffffff;
        background: #000000;
        border: 1px solid #000000;
        cursor: default;
    }

        .paginations-crk .pagination-container ul li.active a {
            color: #ffffff;
        }

    .paginations-crk .pagination-container ul li.prev a span {
        color: rgba(0, 0, 0, 0.5);
        font-size: 8px;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .paginations-crk .pagination-container ul li.prev a span {
            font-size: 6px;
        }
    }

    .paginations-crk .pagination-container ul li.prev a:hover span {
        color: #ffffff;
    }

    .paginations-crk .pagination-container ul li.next a span {
        color: rgba(0, 0, 0, 0.5);
        font-size: 8px;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .paginations-crk .pagination-container ul li.next a span {
            font-size: 6px;
        }
    }

    .paginations-crk .pagination-container ul li.next a:hover span {
        color: #ffffff;
    }

    .paginations-crk .pagination-results-text {
        margin-top: 20px;
    }

        .paginations-crk .pagination-results-text span {
            font-size: 12px;
            color: rgb(102, 102, 102);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    @media (max-width: 575.98px) {
        .paginations-crk .pagination-results-text span {
            font-size: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .paginations-crk .pagination-results-text {
            margin-top: 10px;
        }
    }

    /*------------------------
PAGINATION SECTION ENDS
------------------------*/
    .events-detail-header {
        height: 100%;
        position: relative;
        width: 100%;
        padding-bottom: 60px;
    }

        .events-detail-header .detail-page-bg-rapper {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: red;
        }

        .events-detail-header .events-detail-page-header {
            --overlap-size: 250px;
            position: relative;
            background-color: transparent;
        }

            .events-detail-header .events-detail-page-header .page-header-tittle-wrapper .banner-title-area h1 {
                -webkit-line-clamp: inherit;
                max-width: 90%;
            }

            .events-detail-header .events-detail-page-header .events-image-slider-wrapper {
                margin-bottom: 0px;
            }

    .img-header-wrapper {
        padding-bottom: 80px;
    }

    @media (max-width: 1199.98px) {
        .img-header-wrapper {
            padding-bottom: 0px;
        }
    }

    /***************************
MUST SEE ATTRACTON STARTS
***************************/
    .must-see-attraction-section .common-hover-link .common-hover-img-area {
        aspect-ratio: 16/10;
    }

    .must-see-attraction-section .container-fluid .row:last-child.mb-lg-5.mb-4 {
        margin-bottom: 0px !important;
    }

    .overlap-header-wrapper {
        position: relative;
        overflow: hidden;
        height: 100dvh;
        min-height: 750px;
        width: 100%;
        background: #000000;
        padding: 0;
    }

    @media (max-width: 575.98px) {
        .overlap-header-wrapper {
            height: 65dvh;
            min-height: 530px;
        }
    }

    .bg-image-header {
        height: 100%;
        width: 100%;
        position: relative;
    }

        .bg-image-header .bg-image-header-wrapper {
            height: 100%;
            width: 100%;
            position: relative;
            overflow: hidden;
            z-index: 111;
        }

            .bg-image-header .bg-image-header-wrapper .pin-spacer {
                width: 100% !important;
                height: 100% !important;
            }

                .bg-image-header .bg-image-header-wrapper .pin-spacer img {
                    width: 100% !important;
                    max-width: 100% !important;
                    height: 100% !important;
                }

            .bg-image-header .bg-image-header-wrapper .header-bg-back {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 1;
            }

                .bg-image-header .bg-image-header-wrapper .header-bg-back img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }

            .bg-image-header .bg-image-header-wrapper video {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: flex;
            }

            .bg-image-header .bg-image-header-wrapper:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.95) 100%);
                background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.95) 100%);
                background: linear-gradient(0deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.95) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                z-index: 11;
                pointer-events: none;
            }

            .bg-image-header .bg-image-header-wrapper:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
                background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                z-index: 11;
                pointer-events: none;
            }

        .bg-image-header .inside-page-banner {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            left: 0;
            z-index: 111;
            background-color: transparent;
            margin-top: 0;
            padding-bottom: 0;
        }

            .bg-image-header .inside-page-banner .container-fluid {
                height: 100%;
                display: flex;
                position: relative;
                flex-direction: column;
                justify-content: space-between;
            }

                .bg-image-header .inside-page-banner .container-fluid.experiences-cont {
                    justify-content: flex-end;
                }

                .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper {
                    z-index: 1;
                    margin-top: 101px;
                }

    @media (max-width: 1199.98px) {
        .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper {
            margin-top: 95px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper {
            margin-top: 72px;
        }
    }

    .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .breadcrumb-area .breadcrumb-title {
        color: #e1e1e1;
    }

    .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .breadcrumb-area .home-icon-link span {
        font-size: 14px;
        color: #ffffff;
    }

    .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .breadcrumb-area ul li {
        color: #e1e1e1;
    }

        .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .breadcrumb-area ul li:after {
            color: white;
        }

        .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .breadcrumb-area ul li a {
            color: #e1e1e1;
        }

            .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .breadcrumb-area ul li a:hover {
                color: #00ADFF;
            }

    .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .share-wrapper span {
        color: white;
    }

    .bg-image-header .inside-page-banner .container-fluid .breadcrumb-wrapper .share-wrapper h6 {
        color: #e1e1e1;
    }

    .bg-image-header-content {
        z-index: 1;
        margin: 50px 0px;
        padding-right: 20px;
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content {
            margin: 30px 0px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content .primary-btn {
            width: auto;
            height: 35px;
            font-size: 11px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content .primary-btn.before-icon span {
            font-size: 12px;
        }
    }

    .bg-image-header-content .scrolldown-sec {
        position: absolute;
        right: 0;
        bottom: 30px;
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content .scrolldown-sec {
            display: none;
        }
    }

    .bg-image-header-content .scrolldown-sec a .scroll-line span {
        background: #00ADFF;
    }

    .bg-image-header-content .bg-image-header-breadcrumb {
        display: flex;
        align-items: center;
        gap: 6px 20px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .bg-image-header-content .bg-image-header-breadcrumb h6 {
            font-size: 15px;
            color: #ffffff;
            letter-spacing: 2px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 0px;
            position: relative;
        }

    @media (max-width: 1399.98px) {
        .bg-image-header-content .bg-image-header-breadcrumb h6 {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content .bg-image-header-breadcrumb h6 {
            font-size: 11px;
        }
    }

    .bg-image-header-content .bg-image-header-breadcrumb h6:before {
        content: "";
        height: 3px;
        width: 3px;
        background-color: #D9D9D9;
        position: absolute;
        left: -13px;
        top: 8px;
        border-radius: 50%;
    }

    .bg-image-header-content .bg-image-header-breadcrumb h6:first-child:before {
        display: none;
    }

    .bg-image-header-content h1 {
        font-size: 60px;
        line-height: 1.2;
        font-weight: 700;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        max-width: 850px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
    }

    @media (max-width: 1599.98px) {
        .bg-image-header-content h1 {
            font-size: 55px;
        }
    }

    @media (max-width: 1399.98px) {
        .bg-image-header-content h1 {
            font-size: 50px;
        }
    }

    @media (max-width: 1199.98px) {
        .bg-image-header-content h1 {
            font-size: 46px;
        }
    }

    @media (max-width: 991.98px) {
        .bg-image-header-content h1 {
            font-size: 38px;
        }
    }

    @media (max-width: 767.98px) {
        .bg-image-header-content h1 {
            font-size: 32px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content h1 {
            font-size: 30px;
            margin-bottom: 10px;
        }
    }

    .bg-image-header-content p {
        font-size: 22px;
        color: rgb(225, 225, 225);
        max-width: 950px;
        line-height: 1.3;
    }

    @media (max-width: 1199.98px) {
        .bg-image-header-content p {
            font-size: 20px;
            max-width: 850px;
        }
    }

    @media (max-width: 991.98px) {
        .bg-image-header-content p {
            font-size: 19px;
            max-width: 750px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-image-header-content p {
            font-size: 18px;
        }
    }

.bg-image-header-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    flex-wrap: wrap;
}

.bg-image-header-btn-wrapper2 {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    flex-wrap: wrap;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
}
@media (max-width: 765.98px) {
    .bg-image-header-btn-wrapper2 {
        top: 1.5rem;
        right: 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .bg-image-header-btn-wrapper2 {
        top: 1rem;
        right: 1rem;
    }
}

        .bg-image-header-btn-wrapper h6 {
            margin-bottom: 0px;
            font-family: "Lato", sans-serif;
            font-style: italic;
            color: #ffffff;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 5px;
            text-transform: none;
            font-weight: 400;
            letter-spacing: 0px;
        }

    @media (max-width: 575.98px) {
        .bg-image-header-btn-wrapper h6 {
            font-size: 13px;
        }
        .bg-image-header-btn-wrapper2 {
            display: block !important;
        }
    }

    .bg-image-header-btn-wrapper h6 span {
        font-size: 20px;
        color: #ffffff;
    }

    @media (max-width: 575.98px) {
        .bg-image-header-btn-wrapper h6 span {
            font-size: 16px;
        }
    }

    .bg-image-header-btn-wrapper .icon-heart {
        font-size: 20px;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        color: #ffffff;
        cursor: pointer;


    }

    @media (max-width: 767.98px) {
        .bg-image-header-btn-wrapper .icon-heart {
            font-size: 12px;
            height: 28px;
            width: 28px;
            right: 15px;
            top: 15px;
        }
    }

    .bg-image-header-btn-wrapper .icon-heart:hover {
        background-color: #00ADFF;
        border-color: #00ADFF;
    }

    .bg-image-header-btn-wrapper .icon-heart-bg {
        color: #00ADFF;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
        font-size: 20px;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0);
        border-radius: 50%;
    }

    @media (max-width: 767.98px) {
        .bg-image-header-btn-wrapper .icon-heart-bg {
            font-size: 12px;
            height: 28px;
            width: 28px;
            right: 15px;
            top: 15px;
        }
    }

    .bg-image-header-btn-wrapper .icon-heart-bg:hover {
        color: #ffffff;
    }

    .abstract-share-wrapper {
        margin-bottom: 40px;
    }

        .abstract-share-wrapper.abstract-area h4 {
            width: 80%;
        }

    @media (max-width: 1599.98px) {
        .abstract-share-wrapper.abstract-area h4 {
            width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .abstract-share-wrapper.abstract-area {
            margin-bottom: 15px;
        }
    }

    .abstract-share-wrapper h4 {
        font-weight: 700;
        color: #000000;
    }

    @media (max-width: 575.98px) {
        .abstract-share-wrapper h4 {
            margin-bottom: 8px;
        }
    }

    .abstract-share-wrapper h5 {
        font-weight: 700;
        color: #000000;
    }

    @media (max-width: 575.98px) {
        .abstract-share-wrapper h5 {
            margin-bottom: 8px;
        }
    }

    @media (max-width: 575.98px) {
        .abstract-share-wrapper p {
            margin-bottom: 8px;
        }
    }

    .abstract-share-wrapper .events-share-wrapper {
        margin-top: 0px;
        float: right;
    }

    @media (max-width: 991.98px) {
        .abstract-share-wrapper .events-share-wrapper {
            float: left;
        }
    }

    .abstract-share-wrapper a {
        color: #00ADFF;
        text-decoration: underline;
    }

        .abstract-share-wrapper a:hover {
            color: #000000;
        }

    .full-width-img-content-wrapper {
        margin-bottom: 80px;
    }

    @media (max-width: 1599.98px) {
        .full-width-img-content-wrapper {
            margin-bottom: 70px;
        }
    }

    @media (max-width: 1399.98px) {
        .full-width-img-content-wrapper {
            margin-bottom: 60px;
        }
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper {
            margin-bottom: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .full-width-img-content-wrapper {
            margin-bottom: 40px;
        }
    }

    .full-width-img-content-wrapper.about-cerkezkoy-row-content .__wrapper-col .full-width-content-wrapper {
        width: 45%;
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper.about-cerkezkoy-row-content .__wrapper-col .full-width-content-wrapper {
            width: 100%;
        }
    }

    .full-width-img-content-wrapper.about-cerkezkoy-row-content .__wrapper-col .full-width-content-wrapper p {
        -webkit-line-clamp: 7;
    }

    @media (max-width: 1599.98px) {
        .full-width-img-content-wrapper.about-cerkezkoy-row-content .__wrapper-col .full-width-content-wrapper p {
            display: -webkit-box;
        }
    }

    .full-width-img-content-wrapper.about-cerkezkoy-row-content .__wrapper-col .full-width-img-wrapper {
        width: 55%;
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper.about-cerkezkoy-row-content .__wrapper-col .full-width-img-wrapper {
            width: 100%;
        }
    }

    .full-width-img-content-wrapper.about-cerkezkoy-row-content:last-child {
        margin-bottom: 0px;
    }

    .full-width-img-content-wrapper .__wrapper-col {
        display: flex;
        align-items: start;
        gap: 80px;
    }

    @media (max-width: 1199.98px) {
        .full-width-img-content-wrapper .__wrapper-col {
            gap: 60px;
        }
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper .__wrapper-col {
            flex-wrap: wrap;
            gap: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .full-width-img-content-wrapper .__wrapper-col {
            gap: 20px;
        }
    }

    .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper {
        width: 50%;
        padding-right: 50px;
    }

    @media (max-width: 1599.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper {
            padding-right: 0px;
        }
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper {
            width: 100%;
        }
    }

    .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper h3 {
        font-weight: 700;
        color: #000000;
        margin-bottom: 10px;
    }

    @media (max-width: 767.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 575.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper h3 {
            font-size: 22px;
        }
    }

    .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper p {
        color: #424242;
        font-family: "Lato", sans-serif;
        margin-bottom: 25px;
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper p {
            display: block;
            margin-bottom: 15px;
        }
    }

    .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper .primary-btn {
        margin-top: 15px;
    }

    @media (max-width: 1199.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper .primary-btn {
            margin-top: 10px;
        }
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper .primary-btn {
            margin-top: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-content-wrapper .primary-btn {
            width: auto;
        }
    }

    .full-width-img-content-wrapper .__wrapper-col .full-width-img-wrapper {
        border-radius: 1.2rem;
        width: 50%;
        overflow: hidden;
    }

    @media (max-width: 991.98px) {
        .full-width-img-content-wrapper .__wrapper-col .full-width-img-wrapper {
            width: 100%;
        }
    }

    .full-width-img-content-wrapper .__wrapper-col .full-width-img-wrapper img {
        border-radius: 1.2rem;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .full-width-img-content-wrapper .__wrapper-col:hover .full-width-img-wrapper img {
        transform: scale(1.05);
    }

    .location-distance-wrapper {
        display: flex;
        align-items: center;
        gap: 10px 20px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    @media (max-width: 767.98px) {
        .location-distance-wrapper {
            gap: 10px 14px;
        }
    }

    @media (max-width: 575.98px) {
        .location-distance-wrapper {
            margin-bottom: 6px;
        }
    }

    .location-distance-wrapper h6 {
        font-size: 15px;
        font-weight: 600;
        color: rgba(66, 66, 66, 0.8);
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0px;
    }

    @media (max-width: 1199.98px) {
        .location-distance-wrapper h6 {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .location-distance-wrapper h6 {
            font-size: 11px;
        }
    }

    .location-distance-wrapper .text-with-icon {
        position: relative;
        font-family: "Lato", sans-serif;
        font-style: italic;
        color: #424242;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    @media (max-width: 1199.98px) {
        .location-distance-wrapper .text-with-icon {
            font-size: 13px;
        }
    }

    @media (max-width: 767.98px) {
        .location-distance-wrapper .text-with-icon {
            gap: 6px;
        }
    }

    .location-distance-wrapper .text-with-icon:before {
        content: "";
        height: 18px;
        width: 1px;
        background-color: rgba(140, 140, 140, 0.5);
        position: absolute;
        left: -10px;
        top: 3px;
    }

    @media (max-width: 1199.98px) {
        .location-distance-wrapper .text-with-icon:before {
            top: 3px;
            left: -10px;
            height: 14px;
        }
    }

    @media (max-width: 767.98px) {
        .location-distance-wrapper .text-with-icon:before {
            height: 14px;
            left: -8px;
            top: 3px;
        }
    }

    .location-distance-wrapper span {
        font-size: 24px;
    }

    @media (max-width: 1199.98px) {
        .location-distance-wrapper span {
            font-size: 18px;
        }
    }

    @media (max-width: 767.98px) {
        .location-distance-wrapper span {
            font-size: 16px;
        }
    }

    .location-distance-wrapper span:before {
        color: #00ADFF;
    }

    hr.related-hr {
        margin: 3rem 0;
        border-color: rgba(0, 0, 0, 0.1);
        opacity: 1;
        width: 0;
        -webkit-transition: all 2s ease 0s !important;
        -moz-transition: all 2s ease 0s !important;
        -ms-transition: all 2s ease 0s !important;
        -o-transition: all 2s ease 0s !important;
        transition: all 2s ease 0s !important;
        transition-delay: 1s !important;
    }

    @media (max-width: 991.98px) {
        hr.related-hr {
            margin: 2rem 0;
        }
    }

    hr.related-hr.animated {
        width: 100%;
    }

    .Zebra_Tooltip .Zebra_Tooltip_Message {
        color: rgba(0, 0, 0, 0.8) !important;
        line-height: 1.3 !important;
        background: #e9e9e9 !important;
        border-color: #e9e9e9 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        font-family: "Inter", sans-serif !important;
        box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.2) !important;
        border-radius: 3px !important;
        text-align: center;
    }

    .Zebra_Tooltip .Zebra_Tooltip_Arrow div.Zebra_Tooltip_Arrow_Border {
        border-color: #E9E9E9 transparent transparent !important;
        box-shadow: 0 0 6px rgba(233, 233, 233, 0);
    }

    .Zebra_Tooltip .Zebra_Tooltip_Arrow div {
        border-color: #E9E9E9 transparent transparent !important;
    }

    .custom-date-range-picker .events-date-picker {
        margin-top: 15px;
    }

        .custom-date-range-picker .events-date-picker input {
            border-radius: 1.2rem;
            border: 1px solid rgba(66, 66, 66, 0.3);
            padding: 10px;
            width: 100%;
            font-family: "Lato", sans-serif !important;
            font-size: 13px;
        }

    .daterangepicker {
        font-family: "Lato", sans-serif !important;
    }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #00ADFF !important;
        }

        .daterangepicker .drp-buttons .btn.applyBtn {
            background-color: #00ADFF;
            box-shadow: none;
            border-color: #00ADFF;
        }

            .daterangepicker .drp-buttons .btn.applyBtn:hover {
                background-color: #000000;
                border-color: #000000;
            }

        .daterangepicker .drp-buttons .btn.cancelBtn:hover {
            color: #00ADFF;
        }

    .related-exp-slider .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .related-exp-slider .swiper-slide-next {
            opacity: 0.5;
        }

            .related-exp-slider .swiper-slide-next .common-hover-img-area {
                transform: scale(0.93);
            }

        .related-exp-slider .swiper-slide-prev {
            opacity: 0.5;
        }

            .related-exp-slider .swiper-slide-prev .common-hover-img-area {
                transform: scale(0.93);
            }
    }

    /***************************
MEMORABLE WEEKEND STARTS
***************************/
    .memorable-weekend-section {
        padding: 60px 0;
    }

        .memorable-weekend-section .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/10;
        }

    @media (max-width: 991.98px) {
        .memorable-weekend-section {
            padding: 30px 0;
        }
    }

    .memorable-weekend-section .full-width-img-content-wrapper {
        margin-bottom: 60px;
        overflow: hidden;
    }

    @media (max-width: 991.98px) {
        .memorable-weekend-section .full-width-img-content-wrapper {
            margin-bottom: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .memorable-weekend-section .full-width-img-content-wrapper {
            margin-bottom: 40px;
        }
    }

    @keyframes stickyTransition {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .sticky-jumper {
        position: relative;
        background: #FFF;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    @media (max-width: 1399.98px) {
        .sticky-jumper {
            z-index: 11;
        }
    }

    @media (max-width: 991.98px) {
        .sticky-navigation {
            display: none;
        }
    }

    .sticky-navigation .filter-form {
        display: none;
    }

    @media (max-width: 991.98px) {
        .sticky-navigation .filter-form {
            display: block;
        }
    }

    .sticky-navigation.stuck .on-this-page-tab {
        position: relative;
    }

        .sticky-navigation.stuck .on-this-page-tab::-webkit-scrollbar {
            width: 0;
            background: transparent;
        }

        .sticky-navigation.stuck .on-this-page-tab a {
            line-height: 60px;
            font-size: 15px;
        }

    @media (max-width: 1599.98px) {
        .sticky-navigation.stuck .on-this-page-tab a {
            line-height: 45px;
            font-size: 13px;
        }
    }

    .sticky-navigation.stuck .on-this-page-tab a .__counts {
        top: 12px;
        right: 15px;
        font-size: 10px;
        height: 16px;
        width: 16px;
    }

    .sticky-navigation {
        position: sticky;
        top: 86px;
        z-index: 1043;
        background-color: #ffffff !important;
        padding: 0px;
    }

    @media (max-width: 1199.98px) {
        .sticky-navigation {
            top: 75px;
        }
    }

    .sticky-navigation .container-fluid {
        position: relative;
    }

        .sticky-navigation .container-fluid:before {
            background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) repeat scroll 0 0;
            display: block !important;
            height: 100%;
            right: 0;
            position: absolute;
            width: 7rem;
            z-index: 11;
            top: 0;
            content: "";
            pointer-events: none;
        }

    .content-body {
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
    }

    .on-this-page-tab {
        /*  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
        box-shadow: 0 4px 6px -6px gray;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    @media (max-width: 991.98px) {
        .on-this-page-tab {
            display: none;
        }
    }

    .sticky-navigation .on-this-page-tab a {
        background-color: transparent;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0px 30px;
        position: relative;
        z-index: 1;
        letter-spacing: 3px;
        line-height: 60px;
        background-image: linear-gradient(to right, #000000, #000000 50%, rgb(102, 102, 102) 50%);
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        transition: all 0.5s ease 0s !important;
        white-space: nowrap;
    }

    @media (max-width: 1599.98px) {
        .sticky-navigation .on-this-page-tab a {
            line-height: 50px;
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .sticky-navigation .on-this-page-tab a {
            font-size: 14px;
        }
    }

    .sticky-navigation .on-this-page-tab a .__counts {
        position: absolute;
        top: 14px;
        right: 8px;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background-color: #00ADFF;
        color: #ffffff;
        font-size: 12px;
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 600;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    @media (max-width: 1599.98px) {
        .sticky-navigation .on-this-page-tab a .__counts {
            top: 8px;
        }
    }

    .sticky-navigation .on-this-page-tab a span {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0px;
        text-transform: none;
        background-image: linear-gradient(to right, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%);
        background-size: 200% 100%;
        background-position: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1199.98px) {
        .sticky-navigation .on-this-page-tab a span {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .sticky-navigation .on-this-page-tab a span {
            font-size: 12px;
        }
    }

    .sticky-navigation .on-this-page-tab a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        right: 0px;
        background-color: #00ADFF;
        height: 4px;
        width: 0%;
        border-radius: 1.2rem;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .sticky-navigation .on-this-page-tab a.active {
        background-position: 0%;
    }

        .sticky-navigation .on-this-page-tab a.active span {
            background-position: 0%;
        }

        .sticky-navigation .on-this-page-tab a.active:before {
            width: 100%;
            right: auto;
            left: 0;
        }

    @media (max-width: 991.98px) {
        .sticky-jumper.stuck {
            margin-top: 0px;
        }

            .sticky-jumper.stuck .nice-select {
                margin: 20px 0px;
            }

        .sticky-jumper .form-label-group {
            width: 100%;
        }

            .sticky-jumper .form-label-group .nice-select {
                width: 100%;
            }
    }

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

    .no-of-days-timeline {
        position: relative;
        display: flex;
        gap: 40px;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline {
            gap: 30px;
        }
    }

    @media (max-width: 767.98px) {
        .no-of-days-timeline {
            gap: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline {
            gap: 15px;
        }
    }

    .no-of-days-timeline .__number-wrapper {
        position: relative;
        width: 85px;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__number-wrapper {
            width: 75px;
        }
    }

    @media (max-width: 767.98px) {
        .no-of-days-timeline .__number-wrapper {
            width: 55px;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__number-wrapper {
            width: 45px;
        }
    }

    .no-of-days-timeline .__number-wrapper:after {
        content: "";
        position: absolute;
        height: 0%;
        width: 1px;
        background-color: rgba(140, 140, 140, 0.5);
        left: 42px;
        top: 95px;
        -webkit-transition: all 4s ease 0s !important;
        -moz-transition: all 4s ease 0s !important;
        -ms-transition: all 4s ease 0s !important;
        -o-transition: all 4s ease 0s !important;
        transition: all 4s ease 0s !important;
        transition-delay: 0.5s !important;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__number-wrapper:after {
            left: 37px;
            top: 85px;
        }
    }

    @media (max-width: 767.98px) {
        .no-of-days-timeline .__number-wrapper:after {
            left: 27px;
            top: 65px;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__number-wrapper:after {
            left: 22px;
            top: 55px;
        }
    }

    .no-of-days-timeline .__number-wrapper.animated:after {
        height: 94%;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__number-wrapper.animated:after {
            height: 96%;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__number-wrapper.animated:after {
            height: 97%;
        }
    }

    .no-of-days-timeline .__number-wrapper.animated:last-child:after {
        height: 91%;
    }

    .no-of-days-timeline .__number-wrapper .__day-number {
        height: 85px;
        width: 85px;
        background-color: #00ADFF;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fffffd;
        text-transform: uppercase;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 600;
        z-index: 1;
        flex-direction: column;
        position: sticky;
        top: 160px;
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        margin-bottom: 30px;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__number-wrapper .__day-number {
            height: 75px;
            width: 75px;
            font-size: 12px;
        }
    }

    @media (max-width: 767.98px) {
        .no-of-days-timeline .__number-wrapper .__day-number {
            height: 55px;
            width: 55px;
            font-size: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__number-wrapper .__day-number {
            height: 45px;
            width: 45px;
        }
    }

    .no-of-days-timeline .__number-wrapper .__day-number span {
        font-size: 38px;
        line-height: 38px;
        font-weight: 700;
        color: #ffffff;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__number-wrapper .__day-number span {
            font-size: 34px;
            line-height: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .no-of-days-timeline .__number-wrapper .__day-number span {
            font-size: 20px;
            line-height: 20px;
        }
    }

    .no-of-days-timeline .__full-wrapper {
        padding-top: 10px;
        width: calc(100% - 85px);
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__full-wrapper {
            width: calc(100% - 75px);
        }
    }

    @media (max-width: 767.98px) {
        .no-of-days-timeline .__full-wrapper {
            width: calc(100% - 55px);
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__full-wrapper {
            width: calc(100% - 45px);
        }
    }

    .no-of-days-timeline .__full-wrapper .google-map iframe {
        margin-bottom: 80px;
    }

    @media (max-width: 991.98px) {
        .no-of-days-timeline .__full-wrapper .google-map iframe {
            margin-bottom: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__full-wrapper .google-map iframe {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .no-of-days-timeline .__full-wrapper .__title-area h2 {
            margin-bottom: 8px;
        }
    }

    .no-of-days-timeline .__full-wrapper .__tab-area {
        margin-top: 50px;
    }

    @media (max-width: 991.98px) {
        .no-of-days-timeline .__full-wrapper .__tab-area {
            margin-top: 30px;
        }
    }

    .no-of-days-timeline .__full-wrapper .__tab-area .full-width-img-content-wrapper .__wrapper-col {
        gap: 50px;
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__full-wrapper .__tab-area .full-width-img-content-wrapper .__wrapper-col {
            gap: 35px;
        }
    }

    @media (max-width: 991.98px) {
        .no-of-days-timeline .__full-wrapper .__tab-area .full-width-img-content-wrapper .__wrapper-col {
            gap: 25px;
        }
    }

    @media (max-width: 1199.98px) {
        .no-of-days-timeline .__full-wrapper .__tab-area .full-width-img-content-wrapper .__wrapper-col h3 {
            -webkit-line-clamp: 2;
        }
    }

    .google-map iframe {
        width: 100%;
        height: 700px;
        border-radius: 1.2rem;
    }

    @media (max-width: 1399.98px) {
        .google-map iframe {
            height: 600px;
        }
    }

    @media (max-width: 1199.98px) {
        .google-map iframe {
            height: 500px;
        }
    }

    @media (max-width: 991.98px) {
        .google-map iframe {
            height: 400px;
        }
    }

    @media (max-width: 575.98px) {
        .google-map iframe {
            height: 300px;
        }
    }

    /***************************
EXPERIENCE IN cerkezkoyde STARTS
***************************/
    .all-experiences-section .related-grid-link .common-hover-img-area {
        aspect-ratio: 16/10;
    }

    .exp-in-cerkezkoy-section {
        padding-bottom: 0;
    }

    @media (max-width: 991.98px) {
        .exp-in-cerkezkoy-section.exp-sec .exp-content-slider-wrapper {
            border-bottom: none;
        }
    }

    .exp-in-cerkezkoy-section.exp-sec .exp-content-slider-wrapper:before {
        display: none;
    }

    .exp-content-slider-wrapper {
        height: 100%;
        position: relative;
        align-content:center
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper {
            height: auto;
        }
    }
    /*.exp-content-slider-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 23px;
  width: 78%;
  height: 3px;
  background-color: #F1F1F1;
}
@media (max-width: 1599.98px) {
  .exp-content-slider-wrapper:before {
    bottom: 18px;
  }
}
@media (max-width: 1199.98px) {
  .exp-content-slider-wrapper:before {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .exp-content-slider-wrapper:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .exp-content-slider-wrapper {
    border-bottom: 3px solid #F1F1F1;
  }
}
    */
    .exp-content-slider-wrapper .exp-crk-nav {
        top: auto;
        bottom: 2px;
        left: 0;
        right: auto;
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper .exp-crk-nav {
            position: relative;
            margin: 20px 0 30px 0;
            justify-content: flex-end;
        }
    }

    .exp-content-slider-wrapper .exp-content-slider {
        height: auto;
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper .exp-content-slider {
            margin-top: 50px;
        }
    }

    .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper {
        width: 90%;
    }

    @media (max-width: 1199.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper {
            width: 100%;
        }
    }

    .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__subtitle {
        font-size: 15px;
        letter-spacing: 2px;
        color: rgb(102, 102, 102);
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        margin-bottom: 10px;
    }

    @media (max-width: 1599.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__subtitle {
            font-size: 13px;
        }
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__subtitle {
            font-size: 11px;
            margin-bottom: 5px;
        }
    }

    .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__maintitle {
        margin-bottom: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__maintitle {
            margin-bottom: 5px;
        }
    }

    .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .related-grid-category-subtitle {
        margin-bottom: 25px;
    }

    @media (max-width: 1599.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .related-grid-category-subtitle {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .related-grid-category-subtitle {
            margin-bottom: 10px;
        }
    }

    .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__description {
        margin-bottom: 30px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        font-size: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    @media (max-width: 1599.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__description {
            font-size: 23px;
            margin-bottom: 20px;
            -webkit-line-clamp: 2;
        }
    }

    @media (max-width: 1399.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__description {
            display: none;
        }
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__description {
            display: block;
            font-size: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__description {
            font-size: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .exp-content-slider-wrapper .exp-content-slider .exp-detail-wrapper .__description {
            display: block;
            font-size: 17px;
        }
    }

    .exp-image-slider-wrapper .exp-image-slider {
        border-radius: 1.2rem;
    }

        .exp-image-slider-wrapper .exp-image-slider .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/10;
        }

    @media (max-width: 1199.98px) {
        .exp-image-slider-wrapper .exp-image-slider .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/10;
        }
    }

    @media (max-width: 991.98px) {
        .exp-image-slider-wrapper .exp-image-slider .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/10;
        }
    }

    @media (max-width: 575.98px) {
        .exp-image-slider-wrapper .exp-image-slider .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/12;
        }
    }

    .exp-image-slider-wrapper .exp-image-slider .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .exp-image-slider-wrapper .exp-image-slider .swiper-slide.swiper-slide-next .common-hover-link .common-hover-img-area, .exp-image-slider-wrapper .exp-image-slider .swiper-slide.swiper-slide-prev .common-hover-link .common-hover-img-area {
            opacity: 0.5;
            transform: scale(0.93) !important;
        }

        .exp-image-slider-wrapper .exp-image-slider .swiper-slide.swiper-slide-active .common-hover-link .common-hover-img-area {
            transform: scale(1);
        }
    }

    .flex-wrapper {
        display: flex;
        align-items: center;
        gap: 10px 20px;
        flex-wrap: wrap;
    }

        .flex-wrapper.flx-end {
            justify-content: end;
        }

    @media (max-width: 991.98px) {
        .flex-wrapper.flx-end {
            justify-content: start;
        }
    }

    .flex-wrapper.map-flex-wrapper {
        gap: 15px 30px;
    }

    .sec-title-sort-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 50px;
        gap: 20px;
    }

        .sec-title-sort-wrapper.no-desc {
            align-items: flex-start;
        }

            .sec-title-sort-wrapper.no-desc h2 {
                margin-bottom: 0px;
            }

    @media (max-width: 1599.98px) {
        .sec-title-sort-wrapper {
            flex-direction: column;
        }
    }

    @media (max-width: 575.98px) {
        .sec-title-sort-wrapper {
            margin-bottom: 30px;
        }
    }

    .sec-title-sort-wrapper .sec-title-area {
        width: 45%;
    }

        .sec-title-sort-wrapper .sec-title-area p {
            margin-bottom: 0px;
        }

    @media (max-width: 1599.98px) {
        .sec-title-sort-wrapper .sec-title-area {
            width: 100%;
        }
    }

    .sec-title-sort-wrapper .sort-filter-wrapper {
        display: flex;
        align-items: center;
        gap: 10px 20px;
        flex-wrap: wrap;
        width: 55%;
        justify-content: flex-end;
    }

    @media (max-width: 1599.98px) {
        .sec-title-sort-wrapper .sort-filter-wrapper {
            width: 100%;
            justify-content: flex-start;
        }
    }

    @media (max-width: 767.98px) {
        .sec-title-sort-wrapper .sort-filter-wrapper {
            flex-direction: column;
            align-items: flex-start;
        }

            .sec-title-sort-wrapper .sort-filter-wrapper .sort-by-wrapper {
                width: 100%;
            }

            .sec-title-sort-wrapper .sort-filter-wrapper .form-label-group {
                width: 100%;
            }

                .sec-title-sort-wrapper .sort-filter-wrapper .form-label-group .nice-select {
                    width: 100%;
                }
    }

    /***************************
ATTRACTION DETAIL 2 STARTS
***************************/
    .header-full-width-slider .inside-page-banner {
        padding-bottom: 30px;
    }

    .attraction-detail-slider {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .attr-detail-nav {
        top: 50%;
        justify-content: space-between;
        left: 0;
        z-index: 1111;
    }

    @media (max-width: 575.98px) {
        .attr-detail-nav {
            display: none;
        }
    }

    .attr-detail-nav .swiper-button-next-news {
        position: absolute;
        left: 30px;
    }

    @media (max-width: 575.98px) {
        .attr-detail-nav .swiper-button-next-news {
            left: 10px;
        }
    }

    .attr-detail-nav .swiper-button-next-news span {
        border-color: #ffffff;
        color: #ffffff;
        overflow: hidden;
    }

        .attr-detail-nav .swiper-button-next-news span:before {
            color: #ffffff;
        }

    .attr-detail-nav .swiper-button-next-news:hover span {
        border-color: #00ADFF;
    }

        .attr-detail-nav .swiper-button-next-news:hover span:after {
            border-color: #ffffff;
        }

    .attr-detail-nav .swiper-button-prev-news {
        position: absolute;
        right: 30px;
        border-color: #ffffff;
    }

    @media (max-width: 575.98px) {
        .attr-detail-nav .swiper-button-prev-news {
            right: 10px;
        }
    }

    .attr-detail-nav .swiper-button-prev-news span {
        border-color: #ffffff;
        overflow: hidden;
    }

        .attr-detail-nav .swiper-button-prev-news span:before {
            color: #ffffff;
        }

    .attr-detail-nav .swiper-button-prev-news:hover span {
        border-color: #00ADFF;
    }

        .attr-detail-nav .swiper-button-prev-news:hover span:after {
            border-color: #ffffff;
        }

    .attraction-detail-section .flex-wrapper {
        justify-content: space-between;
        margin-bottom: 30px;
        padding-top: 50px;
    }

        .attraction-detail-section .flex-wrapper h3 {
            margin-bottom: 0px;
        }

    @media (max-width: 1399.98px) {
        .attraction-detail-section .flex-wrapper {
            padding-bottom: 20px;
            margin-bottom: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .attraction-detail-section .flex-wrapper {
            padding-top: 30px;
        }
    }

    .content-with-counter-wrapper {
        border-radius: 1.2rem;
        padding: 50px;
        background-color: rgba(241, 241, 241, 0.8);
        margin-top: 50px;
    }

    @media (max-width: 1399.98px) {
        .content-with-counter-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .content-with-counter-wrapper {
            margin-top: 40px;
            padding: 30px;
        }
    }

    .content-with-counter-wrapper .__left-content h3 {
        color: #000000;
        font-weight: 700;
    }

    .content-with-counter-wrapper .__right-content {
        text-align: center;
    }

        .content-with-counter-wrapper .__right-content .counter-col-list {
            text-align: center;
        }

            .content-with-counter-wrapper .__right-content .counter-col-list .__top-title {
                font-style: italic;
                font-size: 16px;
                color: rgb(102, 102, 102);
            }

    @media (max-width: 1199.98px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .__top-title {
            font-size: 14px;
        }
    }

    .content-with-counter-wrapper .__right-content .counter-col-list .__counter_flex_div {
        display: flex;
        align-items: center;
        gap: 0px;
        justify-content: center;
    }

        .content-with-counter-wrapper .__right-content .counter-col-list .__counter_flex_div .__counter_unit {
            font-size: 60px;
            line-height: 60px;
            font-weight: 400;
            color: #000000;
            font-family: "Inter", sans-serif;
        }

    @media (max-width: 767.98px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .__counter_flex_div .__counter_unit {
            font-size: 50px;
            line-height: 50px;
        }
    }

    @media (max-width: 480px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .__counter_flex_div .__counter_unit {
            font-size: 40px;
            line-height: 40px;
        }
    }

    .content-with-counter-wrapper .__right-content .counter-col-list .odometer {
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        color: #000000;
        font-family: "Inter", sans-serif;
        letter-spacing: 2px;
    }

    @media (max-width: 767.98px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .odometer {
            font-size: 50px;
            line-height: 50px;
        }
    }

    @media (max-width: 480px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .odometer {
            font-size: 40px;
            line-height: 40px;
        }
    }

    .content-with-counter-wrapper .__right-content .counter-col-list .__centre-title-value {
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        color: #000000;
        font-family: "Inter", sans-serif;
        letter-spacing: 2px;
    }

    @media (max-width: 767.98px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .__centre-title-value {
            font-size: 50px;
            line-height: 50px;
        }
    }

    @media (max-width: 480px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .__centre-title-value {
            font-size: 40px;
            line-height: 40px;
        }
    }

    .content-with-counter-wrapper .__right-content .counter-col-list .__bottom-title {
        font-weight: 600;
        color: rgba(0, 0, 0, 0.8);
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Inter", sans-serif;
    }

    @media (max-width: 1199.98px) {
        .content-with-counter-wrapper .__right-content .counter-col-list .__bottom-title {
            font-size: 12px;
        }
    }

    .counter-col .counter-col-list .odometer .odometer-value {
        width: 100%;
    }

    .counter-pagination, .counter-pagination-mobile {
        margin-top: 10px;
    }

        .counter-pagination .swiper-pagination-bullet, .counter-pagination-mobile .swiper-pagination-bullet {
            height: 10px;
            width: 10px;
            background-color: rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            opacity: 1;
        }

            .counter-pagination .swiper-pagination-bullet:hover, .counter-pagination-mobile .swiper-pagination-bullet:hover {
                background-color: #00ADFF;
            }

        .counter-pagination .swiper-pagination-bullet-active, .counter-pagination-mobile .swiper-pagination-bullet-active {
            background-color: #00ADFF;
        }

    .lists-icon-wrapper-title {
        margin-top: 50px;
    }

    @media (max-width: 575.98px) {
        .lists-icon-wrapper-title {
            margin-top: 40px;
        }
    }

    .lists-icon-wrapper-title h3 {
        font-weight: 700;
        color: #000000;
        margin-bottom: 0px;
    }

    .lists-icon-wrapper {
        display: block;
        padding: 30px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 575.98px) {
        .lists-icon-wrapper {
            padding: 20px 0px;
        }
    }

    .lists-icon-wrapper:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .lists-icon-wrapper .__lists {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    @media (max-width: 575.98px) {
        .lists-icon-wrapper .__lists {
            gap: 12px;
        }
    }

    .lists-icon-wrapper .__lists span {
        color: #00ADFF;
        font-size: 30px;
    }

    @media (max-width: 575.98px) {
        .lists-icon-wrapper .__lists span {
            font-size: 25px;
        }
    }

    .lists-icon-wrapper .__lists .__lists-content {
        padding-top: 6px;
    }

        .lists-icon-wrapper .__lists .__lists-content h5 {
            font-weight: 700;
            color: #000000;
            margin-bottom: 10px;
        }

    @media (max-width: 991.98px) {
        .lists-icon-wrapper .__lists .__lists-content h5 {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .lists-icon-wrapper .__lists .__lists-content h5 {
            font-size: 18px;
        }
    }

    .lists-icon-wrapper .__lists .__lists-content p {
        margin-bottom: 0;
    }

    .travel-tips-wrapper {
        margin-top: 50px;
        border-radius: 1.2rem;
        background-color: rgba(51, 51, 51, 0.9);
        padding: 40px;
    }

    @media (max-width: 1599.98px) {
        .travel-tips-wrapper {
            padding: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .travel-tips-wrapper {
            margin-top: 30px;
        }
    }

    .travel-tips-wrapper .__icon-area {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .travel-tips-wrapper .__icon-area span {
            color: #F1F1F1;
            font-size: 45px;
        }

    @media (max-width: 575.98px) {
        .travel-tips-wrapper .__icon-area span {
            font-size: 35px;
        }
    }

    .travel-tips-wrapper .__icon-area h4 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .travel-tips-wrapper .__content {
        margin-top: 30px;
        padding-left: 30px;
        position: relative;
    }

    @media (max-width: 991.98px) {
        .travel-tips-wrapper .__content {
            padding-left: 25px;
        }
    }

    .travel-tips-wrapper .__content h5 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    @media (max-width: 991.98px) {
        .travel-tips-wrapper .__content h5 {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .travel-tips-wrapper .__content h5 {
            font-size: 18px;
        }
    }

    .travel-tips-wrapper .__content p {
        color: #ffffff;
        margin-bottom: 0px;
    }

    .travel-tips-wrapper .__content:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        background-color: rgba(243, 236, 227, 0.8);
        height: 10px;
        width: 10px;
        border-radius: 50px;
    }

    @media (max-width: 575.98px) {
        .travel-tips-wrapper .__content:before {
            top: 5px;
        }
    }

    .near-by-attration-section {
        overflow: hidden;
    }

        .near-by-attration-section .tab-content {
            padding-top: 0px;
        }

        .near-by-attration-section .flex-wrapper.map-flex-wrapper {
            gap: 15px 30px;
        }

    @media (max-width: 575.98px) {
        .near-by-attration-section .flex-wrapper.map-flex-wrapper .sort-by-wrapper {
            margin-top: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .near-by-attration-section .sec-title-sort-wrapper .common-navigation-pills .nav {
            gap: 30px 30px;
        }
    }

    @media (max-width: 575.98px) {
        .near-by-attration-section .sec-title-sort-wrapper {
            margin-bottom: 40px;
        }
    }

    .near-by-attration-section .sec-title-sort-wrapper .sec-title-area {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px 30px;
    }

        .near-by-attration-section .sec-title-sort-wrapper .sec-title-area h2 {
            margin-bottom: 0px;
        }

    @media (max-width: 575.98px) {
        .near-by-attration-section .sec-title-sort-wrapper .sec-title-area h2 {
            display: none;
        }
    }

    .map-view-wrapper {
        text-transform: uppercase;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: rgb(102, 102, 102);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        gap: 12px;
        letter-spacing: 2px;
    }

    @media (max-width: 575.98px) {
        .map-view-wrapper {
            gap: 8px;
        }
    }

    @media (max-width: 1199.98px) {
        .map-view-wrapper {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .map-view-wrapper {
            font-size: 12px;
            display: none;
        }
    }

    .map-view-wrapper span {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
    }

    @media (max-width: 1199.98px) {
        .map-view-wrapper span {
            font-size: 26px;
        }
    }

    @media (max-width: 575.98px) {
        .map-view-wrapper span {
            font-size: 22px;
        }
    }

    .map-view-wrapper:hover {
        color: #00ADFF;
    }

    @media (max-width: 575.98px) {
        .map-view-wrapper.tp-map-view {
            display: flex;
        }
    }

    .attraction-top-section {
        margin-top: 20px;
    }

    @media (max-width: 575.98px) {
        .attraction-top-section {
            margin-top: 20px;
        }
    }

    .attraction-top-section .swiper .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        height: 100%;
    }

        .attraction-top-section .swiper .swiper-slide.swiper-slide-prev, .attraction-top-section .swiper .swiper-slide.swiper-slide-next {
            transform: scale(0.975);
            opacity: 0.5;
        }

    @media (max-width: 991.98px) {
        .attraction-top-section .swiper .swiper-slide.swiper-slide-prev, .attraction-top-section .swiper .swiper-slide.swiper-slide-next {
            transform: scale(0.93);
        }
    }

    .attraction-top-section .swiper .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;
    }

        .attraction-top-section .swiper .swiper-slide.swiper-slide-active .attraction-image-slider-wrapper .__img img {
            transform: scale(1.1);
        }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
        border-radius: 2.25rem;
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        aspect-ratio: 16/7;
        background-color: #000000;
    }

    @media (max-width: 1199.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
            aspect-ratio: 16/10;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
                font-size: 2rem;
            }
    }

    @media (max-width: 767.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
            aspect-ratio: 16/10;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
                font-size: 1.75rem;
            }
    }

    @media (max-width: 575.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
            aspect-ratio: 16/10;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
                font-size: 1.5rem;
            }
    }

    @media (max-width: 450px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
            aspect-ratio: 16/11;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
                font-size: 1.25rem;
            }
        .views-wishlist-wrapper{
            display:none !important
        }
    }

    @media (max-width: 400px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
            aspect-ratio: 16/12;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
                font-size: 1.15rem;
            }
    }

    @media (max-width: 350px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper {
            aspect-ratio: 16/13;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
                font-size: 1.15rem;
            }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper:hover .__img img {
        transform: scale(1.1);
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        z-index: 1;
        border-radius: 1.2rem;
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        z-index: 1;
        border-radius: 1.2rem;
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__img {
        height: 100%;
        width: 100%;
        border-radius: 1.2rem;
    }

        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__img img {
            border-radius: 1.2rem;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 60px;
        display: flex;
        width: 100%;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px 50px;
        z-index: 11;
    }

    @media (max-width: 1199.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper {
            padding: 45px;
        }
    }

    @media (max-width: 767.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper {
            padding: 25px;
        }
    }

    @media (max-width: 575.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper {
            padding: 20px;
        }
    }

    @media (max-width: 480px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper {
            padding: 15px;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content {
        margin: 0px;
        width: 60%;
    }

    @media (max-width: 991.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content {
            width: 100%;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
        color: #ffffff;
    }

    @media (max-width: 767.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .bg-image-header-content h2 {
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 8px;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    @media (max-width: 991.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter {
            display: none;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col {
        text-align: right;
        align-items: end;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }

        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list {
            display: flex;
            align-items: center;
            gap: 3px;
            justify-content: end;
            width: 100%;
        }

            .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .odometer {
                font-size: 80px;
                line-height: 80px;
                font-weight: 700;
                color: #ffffff;
                font-family: "Inter", sans-serif;
                letter-spacing: 2px;
            }

    @media (max-width: 1599.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .odometer {
            font-size: 60px;
            line-height: 60px;
        }
    }

    @media (max-width: 1399.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .odometer {
            font-size: 50px;
            line-height: 50px;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .__top-title-value {
        font-size: 80px;
        line-height: 80px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Inter", sans-serif;
    }

    @media (max-width: 1599.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .__top-title-value {
            font-size: 60px;
            line-height: 60px;
        }
    }

    @media (max-width: 1399.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .__top-title-value {
            font-size: 50px;
            line-height: 50px;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .__sub {
        font-size: 80px;
        line-height: 80px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Inter", sans-serif;
    }

    @media (max-width: 1599.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .__sub {
            font-size: 60px;
            line-height: 60px;
        }
    }

    @media (max-width: 1399.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .counter-col-list .__sub {
            font-size: 50px;
            line-height: 50px;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .__top-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #e1e1e1;
        max-width: 200px;
    }

    @media (max-width: 1599.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .__top-title {
            font-size: 14px;
        }
    }

    @media (max-width: 1399.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .__top-title {
            font-size: 12px;
        }
    }

    .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .__bottom-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #e1e1e1;
        max-width: 200px;
    }

    @media (max-width: 1599.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .__bottom-title {
            font-size: 14px;
        }
    }

    @media (max-width: 1399.98px) {
        .attraction-top-section .swiper .swiper-slide .attraction-image-slider-wrapper .__content-wrapper .__counter .counter-col .__bottom-title {
            font-size: 12px;
        }
    }

    .history-masonry-grid-full-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem;
    }

    @media (max-width: 1399.98px) {
        .history-masonry-grid-full-wrapper {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 299.98px) {
        .history-masonry-grid-full-wrapper {
            grid-template-columns: repeat(1, 1fr);
        }
    }


      .history-masonry-grid-full-wrapper2 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem;
    }

    @media (max-width: 1699.98px) {
        .history-masonry-grid-full-wrapper2 {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 1199.98px) {
        .history-masonry-grid-full-wrapper2 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 399.98px) {
        .history-masonry-grid-full-wrapper2 {
            grid-template-columns: repeat(1, 1fr);
        }
    }


    .history-masonry-grid-full-wrapper .history-masonry-grid-link {
        height: 100%;
    }

        .history-masonry-grid-full-wrapper .history-masonry-grid-link .related-grid-link {
            height: 100%;
        }

            .history-masonry-grid-full-wrapper .history-masonry-grid-link .related-grid-link .common-hover-img-area {
                aspect-ratio: 16/12;
            }

    .center-btn-wrapper {
        text-align: center;
    }

    .full-width-overlapped-slider, .full-width-overlapped-slider-v2, .full-width-overlapped-slider-v3 {
        border-radius: 1.2rem;
        width: 100%;
        display: block;
        position: relative;
        overflow: visible;
    }

        .full-width-overlapped-slider-v2 .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/10;
        }

    @media (max-width: 991.98px) {
        .full-width-overlapped-slider-v2 .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/13;
        }
    }

    .full-width-overlapped-slider-v3 .common-hover-link .common-hover-img-area {
        aspect-ratio: 16/12;
    }

    @media (max-width: 991.98px) {
        .full-width-overlapped-slider-v3 .common-hover-link .common-hover-img-area {
            aspect-ratio: 16/13;
        }
    }

    .full-width-overlapped-slider-v3 .masonry-hover-link .related-grid-category-subtitle h6:after {
        display: none;
    }

    .full-width-slider-grid .swiper-pagination-progressbar {
        position: absolute;
        bottom: -70px;
        top: auto;
        left: 15px;
        background: rgba(0, 0, 0, 0.1) !important;
        width: 100%;
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 991.98px) {
        .full-width-slider-grid .swiper-pagination-progressbar {
            bottom: -60px;
        }
    }

    @media (max-width: 767.98px) {
        .full-width-slider-grid .swiper-pagination-progressbar {
            left: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .full-width-slider-grid .swiper-pagination-progressbar {
            bottom: -50px;
            left: 15px;
            width: 95%;
        }
    }

    .full-width-slider-grid .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: rgba(66, 66, 66, 0.5);
        border-radius: 8px;
    }

    .progress-bar-section {
        padding-bottom: 140px;
    }

    @media (max-width: 991.98px) {
        .progress-bar-section {
            padding-bottom: 120px;
        }
    }

    @media (max-width: 575.98px) {
        .progress-bar-section {
            padding-bottom: 100px;
        }
    }

    .masonry-hover-link .related-grid-category-subtitle h6:after {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .masonry-hover-link .related-grid-category-subtitle .related-grid-icon {
        color: #e1e1e1;
    }

        .masonry-hover-link .related-grid-category-subtitle .related-grid-icon span {
            color: #ffffff;
        }

    .hidden {
        display: none;
    }

    #map {
        height: 600px;
        border-radius: 1.2rem;
    }

    @media (max-width: 991.98px) {
        #map {
            height: 400px;
        }
    }

    .loader-area {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0;
    }

    .__mobile_map_filter_wrapper {
        display: none;
    }

    @media (max-width: 991.98px) {
        .__mobile_map_filter_wrapper {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            width: 70%;
            height: 100%;
            z-index: 1111111;
            background-color: #ffffff;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            transform: translateX(100%);
        }

            .__mobile_map_filter_wrapper.active {
                transform: translateX(0%);
            }

            .__mobile_map_filter_wrapper .__close_wrapper {
                position: absolute;
                right: 20px;
                top: 20px;
                z-index: 1111111;
            }

                .__mobile_map_filter_wrapper .__close_wrapper span {
                    color: #424242;
                    font-size: 30px;
                    -webkit-transition: all 0.5s ease 0s !important;
                    -moz-transition: all 0.5s ease 0s !important;
                    -ms-transition: all 0.5s ease 0s !important;
                    -o-transition: all 0.5s ease 0s !important;
                    transition: all 0.5s ease 0s !important;
                }

            .__mobile_map_filter_wrapper .__explore_categories {
                z-index: 111111;
                position: relative;
                background-color: #ffffff;
                margin: 0;
                width: 100%;
                padding: 100px 30px;
            }

                .__mobile_map_filter_wrapper .__explore_categories ul li.__attractions {
                    border-color: #825475;
                }

                .__mobile_map_filter_wrapper .__explore_categories ul li.__events {
                    border-color: #7A7ABF;
                }

                .__mobile_map_filter_wrapper .__explore_categories ul li.__hotels {
                    border-color: #00ACBA;
                }

                .__mobile_map_filter_wrapper .__explore_categories ul li.__restaurants {
                    border-color: #ED6300;
                }

                .__mobile_map_filter_wrapper .__explore_categories ul li.__shopping {
                    border-color: #E19000;
                }
    }

    .__mobile_map_search_wrapper {
        display: none;
    }

        .__mobile_map_search_wrapper .__title_head {
            display: flex;
        }

    @media (max-width: 991.98px) {
        .__mobile_map_search_wrapper {
            display: block;
            position: absolute;
            top: 94px;
            left: 0;
            width: 100%;
            z-index: 11;
            background-color: #ffffff;
            border-top: 1px solid #dddddd;
        }
    }

    @media (max-width: 575.98px) {
        .__mobile_map_search_wrapper {
            top: 82px;
        }
    }

    .__mobile_map_search_wrapper .__mobile_map_search_field {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 15px 60px;
    }

    @media (max-width: 767.98px) {
        .__mobile_map_search_wrapper .__mobile_map_search_field {
            padding: 15px 40px;
        }
    }

    @media (max-width: 575.98px) {
        .__mobile_map_search_wrapper .__mobile_map_search_field {
            padding: 15px 20px;
        }
    }

    .__mobile_map_search_wrapper .__mobile_map_search_field .explore-search-form {
        width: 100%;
    }

    .__mobile_map_search_wrapper .__mobile_map_search_field ._icons {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .__mobile_map_search_wrapper .__mobile_map_search_field ._icons span {
            font-size: 22px;
        }

    .ls-ignore {
        overflow: auto !important;
        overscroll-behavior: auto !important;
    }

    /***************************
GENERAL TEMPLATE STARTS
***************************/
    .general-img-area {
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
    }

        .general-img-area img {
            -webkit-border-radius: 1.2rem;
            -moz-border-radius: 1.2rem;
            border-radius: 1.2rem;
        }

    .general-content-area {
        padding-top: 30px;
    }

    @media (max-width: 1599.98px) {
        .general-content-area {
            padding-top: 25px;
        }
    }

    @media (max-width: 1199.98px) {
        .general-content-area {
            padding-top: 0px;
        }
    }

    .general-content-area h4 {
        font-weight: 700;
        color: #000000;
    }

    .general-content-area h5 {
        font-weight: 500;
        color: #000000;
    }

    .general-content-area ul li, .general-content-area ol li {
        overflow: hidden;
    }

    .general-content-area p {
        line-height: 1.5;
    }

    .article-img-left-gap {
        padding-left: 80px;
    }

    @media (max-width: 1599.98px) {
        .article-img-left-gap {
            padding-left: 60px;
        }
    }

    @media (max-width: 1199.98px) {
        .article-img-left-gap {
            padding-left: 50px;
        }
    }

    @media (max-width: 991.98px) {
        .article-img-left-gap {
            padding-left: initial;
        }
    }

    .article-img-right-gap {
        padding-right: 80px;
    }

    @media (max-width: 1599.98px) {
        .article-img-right-gap {
            padding-right: 60px;
        }
    }

    @media (max-width: 1199.98px) {
        .article-img-right-gap {
            padding-right: 50px;
        }
    }

    @media (max-width: 991.98px) {
        .article-img-right-gap {
            padding-right: initial;
        }
    }

    .stciky-cta-button-wrapper {
        display: none;
    }

    @media (max-width: 575.98px) {
        .stciky-cta-button-wrapper {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 111111;
            background-color: #ffffff;
            width: 100%;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
        }

            .stciky-cta-button-wrapper .icon-heart-bg {
                color: #00ADFF;
                border: 1px solid rgba(0, 0, 0, 0.2);
                height: 35px;
                width: 35px;
                border-radius: 50px;
                font-size: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .stciky-cta-button-wrapper .icon-heart {
                color: rgba(0, 0, 0, 0.5);
                border: 1px solid rgba(0, 0, 0, 0.2);
                height: 35px;
                width: 35px;
                border-radius: 50px;
                font-size: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
    }

    @media (max-width: 480px) {
        .stciky-cta-button-wrapper {
            justify-content: space-between;
            padding: 15px;
        }
    }

    /********************
MOBILE FILTER AREA
********************/
    .mobile-filter {
        gap: 0px;
    }

    @media (max-width: 991.98px) {
        .mobile-filter .mobile-filter-search-wrapper {
            width: auto;
        }
    }

    .mobile-filter-search-wrapper {
        display: contents;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }

    @media (max-width: 991.98px) {
        .mobile-filter-search-wrapper {
            width: auto;
        }
    }

    .mobile-filter-search-wrapper .__icons {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative;
         margin-bottom: 20px;
    }

        .mobile-filter-search-wrapper .__icons span {
            font-size: 18px;
            color: rgba(66, 66, 66, 0.3);
            cursor: pointer;
        }

    @media (max-width: 575.98px) {
        .mobile-filter-search-wrapper .__icons span {
            font-size: 16px;
        }
    }

    .mobile-filter-search-wrapper .__icons span.icon-search {
        z-index: 2;
    }

        .mobile-filter-search-wrapper .__icons span.icon-search.active {
            color: transparent;
        }

    .mobile-filter-search-wrapper .__icons span.icon-filter {
        background-color: #333333;
        border-radius: 50px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 16px;
    }

    @media (max-width: 575.98px) {
        .mobile-filter-search-wrapper .__icons span.icon-filter {
            padding: 8px;
            font-size: 13px;
        }
    }

    .mobile-filter-search-wrapper .__icons span.icon-cross {
        position: absolute;
        right: -7px;
        top: -7px;
        font-size: 30px;
        z-index: 1;
        color: transparent;
    }

        .mobile-filter-search-wrapper .__icons span.icon-cross.active {
            color: rgba(66, 66, 66, 0.3);
        }

    .__search-area-mobile {
        position: relative;
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .__search-area-mobile.is-type .search-floating-icon {
            right: -12px;
            opacity: 1;
            visibility: visible;
        }

        .__search-area-mobile.is-type .search-default-icon {
            opacity: 0;
            visibility: hidden;
        }

        .__search-area-mobile form input {
            height: 50px;
            background-color: #F1F1F1;
            border-radius: 70px;
            padding: 0 60px 0 20px;
            color: #424242;
            font-size: 18px;
            font-weight: 500;
            font-family: "Inter", sans-serif;
            width: 100%;
            transform: scale(0);
            float: right;
        }

    @media (max-width: 1599.98px) {
        .__search-area-mobile form input {
            transform: scale(1);
        }
    }

    @media (max-width: 991.98px) {
        .__search-area-mobile form input {
            height: 45px;
        }
    }

    @media (max-width: 575.98px) {
        .__search-area-mobile form input {
            height: 40px;
        }
    }

    .__search-area-mobile form input::placeholder {
        color: #8C8C8C;
        font-size: 18px;
        font-weight: 500;
    }

    @media (max-width: 991.98px) {
        .__search-area-mobile form input {
            font-size: 15px;
        }

            .__search-area-mobile form input::placeholder {
                font-size: 15px;
            }

        .mobile-filter-search-wrapper .__icons span.icon-cross {
            top: 0;
        }
    }

    .__search-area-mobile form .search-default-icon {
        border: none;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        background: none;
    }

        .__search-area-mobile form .search-default-icon span {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.5);
        }

    @media (max-width: 991.98px) {
        .__search-area-mobile form .search-default-icon span {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .__search-area-mobile form .search-default-icon span {
            font-size: 15px;
        }
    }

    .__search-area-mobile form .search-floating-icon {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        background-color: #00ADFF;
        border-radius: 50px;
        box-shadow: none;
        border: 1px solid #00ADFF;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        opacity: 0;
        visibility: hidden;
    }

    @media (max-width: 575.98px) {
        .__search-area-mobile form .search-floating-icon {
            height: 30px;
            width: 30px;
        }
    }

    .__search-area-mobile form .search-floating-icon span {
        font-size: 10px;
        color: #ffffff;
    }

    @media (max-width: 575.98px) {
        .__search-area-mobile form .search-floating-icon span {
            font-size: 8px;
        }
    }

    .__search-area-mobile form .search-floating-icon:hover {
        background-color: #000000;
        border-color: #000000;
    }

    .mobile-filter-sec {
        overflow: hidden;
    }

    .moblie-filter-slider {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #ffffff;
        height: 100dvh;
        width: auto;
        z-index: 1111111;
        padding: 40px;
        margin-top: 0;
        overflow-y: auto;
        -webkit-transition: all 1s ease 0s !important;
        -moz-transition: all 1s ease 0s !important;
        -ms-transition: all 1s ease 0s !important;
        -o-transition: all 1s ease 0s !important;
        transition: all 1s ease 0s !important;
        -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
        transform: translateX(-300%);
    }

    @media (max-width: 991.98px) {
        .moblie-filter-slider {
            width: auto;
        }
    }

    @media (max-width: 575.98px) {
        .moblie-filter-slider {
            width: 100%;
            padding: 20px;
        }
    }

    .moblie-filter-slider.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    /*************************
ABOUT cerkezkoyde STARTS
*************************/
    .rm-eclipse {
        -webkit-line-clamp: inherit !important;
    }

    .people-culture-section {
        background-color: #F1F1F1;
    }

    .abt-crk-before {
        background-color: rgba(224, 222, 225, 0.2);
    }

    .img-listing-slider .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .img-listing-slider .swiper-slide .swiper-slide-active .img-listing-slider-link img {
            transform: scale(1.05);
            opacity: 0.7;
        }

        .img-listing-slider .swiper-slide .swiper-slide-active .img-listing-slider-link span {
            opacity: 1;
            visibility: visible;
        }
    }

    @media (max-width: 767.98px) {
        .img-listing-slider .swiper-slide-next, .img-listing-slider .swiper-slide-prev {
            transform: scale(0.93);
            opacity: 0.5;
        }
    }

    .img-listing-slider .img-listing-slider-link {
        background-color: #000000;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        overflow: hidden;
        display: block;
    }

        .img-listing-slider .img-listing-slider-link img {
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            aspect-ratio: 16/16;
            height: 100%;
            object-fit: cover;
        }

    @media (max-width: 767.98px) {
        .img-listing-slider .img-listing-slider-link img {
            aspect-ratio: 16/12;
        }
    }

    .img-listing-slider .img-listing-slider-link:hover img {
        transform: scale(1.05);
        opacity: 0.7;
    }

    .img-listing-slider .img-listing-slider-link:hover span {
        opacity: 1;
        visibility: visible;
    }

    .img-listing-slider .img-listing-slider-link span {
        position: absolute;
        color: #ffffff;
        font-size: 24px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .img-gallery-listing-section {
        padding-bottom: 0px;
    }

        .img-gallery-listing-section .img-gallery-content-wrapper {
            margin-bottom: 30px;
        }

            .img-gallery-listing-section .img-gallery-content-wrapper h4 {
                font-weight: 700;
                color: #000000;
                padding-right: 100px;
            }

    @media (max-width: 1399.98px) {
        .img-gallery-listing-section .img-gallery-content-wrapper h4 {
            padding-right: 50px;
        }
    }

    @media (max-width: 991.98px) {
        .img-gallery-listing-section .img-gallery-content-wrapper h4 {
            padding-right: 0px;
        }
    }

    .img-gallery-listing-section .img-gallery-content-wrapper .app-logo-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
    }

    @media (max-width: 575.98px) {
        .img-gallery-listing-section .img-gallery-content-wrapper .app-logo-wrapper {
            margin-bottom: 0px;
        }
    }

    .img-gallery-listing-section .img-gallery-content-wrapper .app-logo-wrapper img {
        width: 150px;
        height: 40px;
        object-fit: contain;
    }

    @media (max-width: 575.98px) {
        .img-gallery-listing-section .img-gallery-content-wrapper .app-logo-wrapper img {
            width: 110px;
        }
    }

    .history-desc {
        max-width: 70%;
        margin-bottom: 0px;
        margin: 0 auto;
    }

    @media (max-width: 1399.98px) {
        .history-desc {
            max-width: 80%;
        }
    }

    @media (max-width: 1199.98px) {
        .history-desc {
            max-width: 90%;
        }
    }

    @media (max-width: 991.98px) {
        .history-desc {
            max-width: 100%;
        }
    }

    /******HISTORY THUMB SLIDER*******/
    .history-thumb-col {
        overflow: hidden;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    @media (max-width: 991.98px) {
        .history-thumb-col {
            width: 100%;
        }
    }

    .history-thumb-col:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        height: 1px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .history-thumb-col .history-nav {
        position: absolute;
        top: 33%;
        left: 0px;
        width: 100%;
    }

    @media (max-width: 767.98px) {
        .history-thumb-col .history-nav {
            top: 32%;
        }
    }

    @media (max-width: 575.98px) {
        .history-thumb-col .history-nav {
            top: 22%;
        }
    }

    .history-thumb-col .history-nav span {
        color: #8C8C8C;
        font-size: 30px;
        height: 70px;
        width: 100px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 11;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .history-thumb-col .history-nav span {
            font-size: 22px;
            width: 60px;
        }
    }

    .history-thumb-col .history-nav span:hover {
        color: #00ADFF;
    }

    .history-thumb-col .history-nav span.swiper-button-disabled {
        color: #E0DEE1;
        cursor: default;
        pointer-events: none;
    }

        .history-thumb-col .history-nav span.swiper-button-disabled.swiper-button-lock {
            opacity: 0;
            pointer-events: none;
        }

    .history-thumb-col .history-nav .icon-left-angle {
        position: absolute;
        left: 0px;
        top: -12px;
    }

    .history-thumb-col .history-nav .icon-right-angle {
        position: absolute;
        right: 0px;
        top: -12px;
    }

    .history-thumb-col .history-thumb-slider {
        position: relative;
        max-width: 120px;
        margin: 20px auto;
        overflow: visible;
    }

        .history-thumb-col .history-thumb-slider .swiper-slide .history-slider-thumb-wrapper {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: #ffffff;
        }

    @media (max-width: 575.98px) {
        .history-thumb-col .history-thumb-slider .swiper-slide .history-slider-thumb-wrapper {
            height: 50px;
        }
    }

    .history-thumb-col .history-thumb-slider .swiper-slide .history-slider-thumb-wrapper:hover h5 {
        color: #00ADFF;
    }

    .history-thumb-col .history-thumb-slider .swiper-slide .history-slider-thumb-wrapper h5 {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 300;
        color: rgb(102, 102, 102);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        text-align: center;
        direction: rtl;
    }

    @media (max-width: 767.98px) {
        .history-thumb-col .history-thumb-slider .swiper-slide .history-slider-thumb-wrapper h5 {
            font-size: 22px;
        }
    }

    @media (max-width: 575.98px) {
        .history-thumb-col .history-thumb-slider .swiper-slide .history-slider-thumb-wrapper h5 {
            font-size: 17px;
        }
    }

    .history-thumb-col .history-thumb-slider .swiper-slide.swiper-slide-active .history-slider-thumb-wrapper h5 {
        font-weight: 700;
        color: #000000;
    }
    /******HISTORY IMAGE SLIDER*******/
    .about-history-section {
        padding-bottom: 50px;
    }

    @media (max-width: 575.98px) {
        .about-history-section {
            padding-bottom: 20px;
        }
    }

    .history-content-slider .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        height: auto;
    }

        .history-content-slider .swiper-slide .history-slider-content-wrapper {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            height: 100%;
        }

            .history-content-slider .swiper-slide .history-slider-content-wrapper .__img {
                aspect-ratio: 16/9;
                -webkit-transition: all 0.5s ease 0s !important;
                -moz-transition: all 0.5s ease 0s !important;
                -ms-transition: all 0.5s ease 0s !important;
                -o-transition: all 0.5s ease 0s !important;
                transition: all 0.5s ease 0s !important;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
            }

    @media (max-width: 1399.98px) {
        .history-content-slider .swiper-slide .history-slider-content-wrapper .__img {
            aspect-ratio: 16/10;
        }
    }

    @media (max-width: 991.98px) {
        .history-content-slider .swiper-slide .history-slider-content-wrapper .__img {
            aspect-ratio: 16/11;
        }
    }

    @media (max-width: 767.98px) {
        .history-content-slider .swiper-slide .history-slider-content-wrapper .__img {
            aspect-ratio: 16/13;
        }
    }

    .history-content-slider .swiper-slide .history-slider-content-wrapper .__img img {
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .history-content-slider .swiper-slide .history-slider-content-wrapper p {
        padding: 30px 60px;
        margin-bottom: 0px;
        text-align: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        transform: translateY(70px);
        max-width: 800px;
        margin: 0 auto;
    }

    @media (max-width: 767.98px) {
        .history-content-slider .swiper-slide .history-slider-content-wrapper p {
            padding: 30px;
        }
    }

    .history-content-slider .swiper-slide-active .history-slider-content-wrapper p {
        transform: translateY(0px);
    }

    .history-content-slider .swiper-slide-next, .history-content-slider .swiper-slide-prev {
        transform: scale(0.91);
        opacity: 0.5;
    }

        .history-content-slider .swiper-slide-next .history-slider-content-wrapper p, .history-content-slider .swiper-slide-prev .history-slider-content-wrapper p {
            opacity: 0;
            visibility: hidden;
        }

    /***********************
FAQ STARTS
***********************/
    .common-form-field form {
        position: relative;
    }

        .common-form-field form input {
            height: 55px;
            border: 1px solid #CBCBCB !important;
            border-radius: 50px;
            width: 100%;
            position: relative;
            font-size: 18px;
            font-weight: 400;
            padding: 10px 30px;
            display: flex;
            align-items: center;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    @media (max-width: 991.98px) {
        .common-form-field form input {
            height: 50px;
            font-size: 16px;
            padding: 10px 20px;
        }
    }

    @media (max-width: 575.98px) {
        .common-form-field form input {
            font-size: 14px;
        }
    }

    .common-form-field form input::placeholder {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
    }

    @media (max-width: 991.98px) {
        .common-form-field form input::placeholder {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .common-form-field form input::placeholder {
            font-size: 14px;
        }
    }

    .common-form-field form input:focus {
        border: 1px solid #000000 !important;
    }

    .common-form-field form button {
        position: absolute;
        right: 15px;
        box-shadow: none;
        border: none;
        background-color: transparent;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .common-form-field form button .icon-search {
            color: #424242;
            box-shadow: none;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .common-form-field form button:hover .icon-search {
            color: #00ADFF;
        }

    .parallax-cta-section .cta-img-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: center;
        border-radius: 1.2rem;
        padding: 50px;
        overflow: hidden;
        background-color: #000000;
    }

    @media (max-width: 991.98px) {
        .parallax-cta-section .cta-img-wrapper {
            padding: 40px;
        }
    }

    .parallax-cta-section .cta-img-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        border-radius: 1.2rem;
    }

    .parallax-cta-section .cta-img-wrapper .__img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 1.2rem;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

        .parallax-cta-section .cta-img-wrapper .__img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 1.2rem;
        }

    .parallax-cta-section h4 {
        color: #ffffff;
        position: relative;
        font-weight: 700;
        z-index: 1;
        max-width: 52%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    @media (max-width: 1199.98px) {
        .parallax-cta-section h4 {
            max-width: 75%;
        }
    }

    @media (max-width: 767.98px) {
        .parallax-cta-section h4 {
            max-width: 100%;
        }
    }

    .parallax-cta-section .primary-btn {
        position: relative;
        z-index: 1;
    }

    .faq-nav-tabs-section {
        padding-top: 0px;
    }

        .faq-nav-tabs-section .common-nav-pills-with-accordion {
            display: flex;
            align-items: flex-start;
            gap: 80px;
        }

    @media (max-width: 1599.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion {
            gap: 60px;
        }
    }

    @media (max-width: 1399.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion {
            gap: 40px;
        }
    }

    @media (max-width: 991.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion {
            flex-direction: column;
            gap: 20px;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills {
        width: 30%;
        font-family: "Inter", sans-serif;
        position: sticky;
        top: 100px;
        background-color: #ffffff;
        z-index: 11;
    }

    @media (max-width: 991.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills {
            width: 100%;
            flex-direction: row !important;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 10px;
            border-bottom: 1px solid #E0DEE1;
            top: 94px;
        }
    }

    @media (max-width: 767.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills {
            top: 82px;
        }
    }

    @media (max-width: 575.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills {
            top: 70px;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link {
        font-size: 25px;
        font-weight: 600;
        color: rgb(102, 102, 102);
        background-color: transparent;
        border-bottom: 1px solid #E0DEE1;
        border-radius: 0;
        text-align: left;
        padding: 15px 30px 15px 0;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        position: relative;
    }

    @media (max-width: 1599.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link {
            font-size: 22px;
        }
    }

    @media (max-width: 1399.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link {
            white-space: nowrap;
            border-bottom: none;
            font-size: 17px;
        }

            .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:after {
                display: none;
            }
    }

    @media (max-width: 767.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link {
            font-size: 15px;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link span {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:after {
        content: "\e92a";
        font-family: "icomoon";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 22px;
        color: #E0DEE1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:after {
            font-size: 20px;
        }
    }

    @media (max-width: 1399.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:after {
            font-size: 18px;
        }
    }

    @media (max-width: 767.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:after {
            font-size: 16px;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link.active {
        color: #00ADFF;
    }

        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link.active:after {
            opacity: 1;
            visibility: visible;
            right: 0;
        }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:hover {
        color: #00ADFF;
    }

        .faq-nav-tabs-section .common-nav-pills-with-accordion .nav-pills .nav-link:hover:after {
            right: 0px;
            opacity: 1;
            visibility: visible;
        }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content {
        padding-top: 0px;
        font-family: "Inter", sans-serif;
        width: 70%;
    }

    @media (max-width: 991.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content {
            width: 100%;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item {
        border-color: #E0DEE1;
    }

        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item:last-child {
            border-bottom: 1px solid #E0DEE1;
        }

        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button {
            background-color: transparent;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            box-shadow: none;
            padding: 0;
            margin-bottom: 20px;
            margin-top: 20px;
        }

    @media (max-width: 575.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button {
            margin-bottom: 15px;
            margin-top: 15px;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button h4 {
        font-size: 25px;
        font-weight: 600;
        color: #00ADFF;
        margin-bottom: 0px;
        padding-right: 30px;
        line-height: 1.4;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button h4 {
            font-size: 22px;
        }
    }

    @media (max-width: 1399.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button h4 {
            font-size: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button h4 {
            font-size: 18px;
        }
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button.collapsed h4 {
        color: #000000;
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-header .accordion-button:hover {
        color: #00ADFF;
    }

    .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-body {
        font-size: 20px;
        color: #424242;
        padding: 0px;
        margin-bottom: 20px;
    }

    @media (max-width: 1599.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-body {
            font-size: 18px;
        }
    }

    @media (max-width: 1399.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-body {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .faq-nav-tabs-section .common-nav-pills-with-accordion .tab-content .accordion .accordion-item .accordion-body {
            font-size: 15px;
        }
    }

    .faq-search-section {
        padding: 50px 0;
    }

    @media (max-width: 991.98px) {
        .faq-search-section {
            padding: 40px 0 20px 0;
        }
    }

    .simpleParallax {
        height: 100%;
        width: 100%;
    }

    /***********************
FAVORITES STARTS
***********************/
    .reviews-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

        .reviews-wrapper span {
            margin-bottom: 0 !important;
        }

        .reviews-wrapper .rating-img {
            width: auto;
        }

    .results-txt {
        color: rgb(102, 102, 102);
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    @media (max-width: 575.98px) {
        .results-txt {
            margin-bottom: 35px;
        }
    }

    .results-txt span {
        color: rgba(66, 66, 66, 0.8);
        font-size: 16px;
        font-weight: 700;
    }

    .bg-cta-wrapper {
        border-radius: 1.2rem;
        background-color: #f1f1f1;
        padding: 50px;
    }

    @media (max-width: 575.98px) {
        .bg-cta-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .bg-cta-wrapper {
            padding: 30px;
        }
    }

    .bg-cta-wrapper h4 {
        font-weight: 700;
        color: #000000;
    }

    .bg-cta-wrapper p {
        margin-bottom: 25px;
        max-width: 1200px;
    }

    /***********************
ACCOMMODATION DETAIL STARTS
***********************/
    .media-gallery-link .common-hover-img-area {
        aspect-ratio: 16/14;
    }

        .media-gallery-link .common-hover-img-area:before {
            opacity: 0.5;
        }

        .media-gallery-link .common-hover-img-area .icon-play {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 111;
            color: #ffffff;
            height: 60px;
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px dashed #e1e1e1;
            border-radius: 50px;
        }

    @media (max-width: 1199.98px) {
        .media-gallery-link .common-hover-img-area .icon-play {
            height: 50px;
            width: 50px;
        }
    }

    @media (max-width: 767.98px) {
        .media-gallery-link .common-hover-img-area .icon-play {
            height: 40px;
            width: 40px;
            font-size: 10px;
        }
    }

    .media-gallery-link .common-hover-img-area .icon-fullscreen {
        position: absolute;
        color: #ffffff;
        font-size: 24px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1199.98px) {
        .media-gallery-link .common-hover-img-area .icon-fullscreen {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .media-gallery-link .common-hover-img-area .icon-fullscreen {
            font-size: 16px;
        }
    }

    .media-gallery-link:hover img {
        transform: scale(1.05);
        opacity: 0.7;
    }

    .media-gallery-link:hover .icon-fullscreen {
        opacity: 1;
        visibility: visible;
    }

    .content-with-list-wrapper {
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
        padding: 50px;
        background-color: rgba(241, 241, 241, 0.8);
        margin-top: 50px;
    }

    @media (max-width: 1399.98px) {
        .content-with-list-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .content-with-list-wrapper {
            margin-top: 40px;
            padding: 30px;
        }
    }

    .content-with-list-wrapper .title-with-icon {
        margin-top: 30px;
    }

    .content-with-list-wrapper ul {
        columns: 3;
        gap: 30px;
    }

    @media (max-width: 1599.98px) {
        .content-with-list-wrapper ul {
            columns: 2;
        }
    }

    @media (max-width: 575.98px) {
        .content-with-list-wrapper ul {
            columns: 1;
        }
    }

    .content-with-list-wrapper ul li {
        padding-left: 0px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Inter", sans-serif;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
    }

    @media (max-width: 575.98px) {
        .content-with-list-wrapper ul li {
            font-size: 12px;
        }
    }

    .content-with-list-wrapper ul li:before {
        position: relative;
        content: "\e92b";
        font-family: "icomoon";
        font-size: 30px;
        color: #00ADFF;
        background-color: transparent;
        height: auto;
        width: auto;
        top: inherit;
    }

    @media (max-width: 1199.98px) {
        .content-with-list-wrapper ul li:before {
            font-size: 22px;
        }
    }

    @media (max-width: 991.98px) {
        .content-with-list-wrapper ul li:before {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .content-with-list-wrapper ul li:before {
            font-size: 18px;
        }
    }

    .highlights-icons-listing {
        display: flex;
        align-items: flex-start;
        gap: 30px 50px;
        flex-wrap: wrap;
    }

        .highlights-icons-listing .__list {
            width: 40%;
        }

    @media (max-width: 1199.98px) {
        .highlights-icons-listing .__list {
            width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .highlights-icons-listing .__list {
            width: 45%;
        }
    }

    @media (max-width: 767.98px) {
        .highlights-icons-listing .__list {
            width: 40%;
        }
    }

    @media (max-width: 388.98px) {
        .highlights-icons-listing .__list {
            width: 100%;
            gap: 20px 50px;
        }
    }

    .highlights-icons-listing .__list img {
        height: 50px;
        max-width: 50px;
        object-fit: contain;
    }

    @media (max-width: 1199.98px) {
        .highlights-icons-listing .__list img {
            height: 40px;
            max-width: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .highlights-icons-listing .__list img {
            height: 30px;
            max-width: 30px;
        }
    }

    .highlights-icons-listing .__list h5 {
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 15px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

    @media (max-width: 1920px) {
        .highlights-icons-listing .__list h5 {
            font-size: 16px;
        }
    }

    @media (max-width: 1199.98px) {
        .highlights-icons-listing .__list h5 {
            font-size: 14px;
        }
    }

    .accomodation-highlights-swiper .swiper-wrapper .swiper-slide .__highlights_list img {
        height: 50px;
        max-width: 50px;
        object-fit: contain;
    }

    @media (max-width: 1199.98px) {
        .accomodation-highlights-swiper .swiper-wrapper .swiper-slide .__highlights_list img {
            height: 40px;
            max-width: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .accomodation-highlights-swiper .swiper-wrapper .swiper-slide .__highlights_list img {
            height: 30px;
            max-width: 30px;
        }
    }

    .accomodation-highlights-swiper .swiper-wrapper .swiper-slide .__highlights_list h5 {
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 15px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

    @media (max-width: 1920px) {
        .accomodation-highlights-swiper .swiper-wrapper .swiper-slide .__highlights_list h5 {
            font-size: 16px;
        }
    }

    @media (max-width: 1199.98px) {
        .accomodation-highlights-swiper .swiper-wrapper .swiper-slide .__highlights_list h5 {
            font-size: 14px;
        }
    }

    .highlights-naviagation-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 30px;
    }

        .highlights-naviagation-wrapper span {
            border: 1px solid #cccccc;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 6px;
            border-radius: 50%;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            position: relative;
            overflow: hidden;
        }

            .highlights-naviagation-wrapper span::after {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background: #00ADFF;
                border-radius: 100%;
                transform: scale(0);
                overflow: hidden;
                -webkit-transition: all 0.3s ease 0s !important;
                -moz-transition: all 0.3s ease 0s !important;
                -ms-transition: all 0.3s ease 0s !important;
                -o-transition: all 0.3s ease 0s !important;
                transition: all 0.3s ease 0s !important;
            }

            .highlights-naviagation-wrapper span:before {
                font-family: "icomoon";
                color: rgba(0, 0, 0, 0.3);
                z-index: 11;
                -webkit-transition: all 0.3s ease 0s !important;
                -moz-transition: all 0.3s ease 0s !important;
                -ms-transition: all 0.3s ease 0s !important;
                -o-transition: all 0.3s ease 0s !important;
                transition: all 0.3s ease 0s !important;
            }

            .highlights-naviagation-wrapper span:hover:after {
                transform: scale(1.1);
            }

            .highlights-naviagation-wrapper span:hover:before {
                color: #ffffff !important;
            }

        .highlights-naviagation-wrapper .highlights-nav-next span:before {
            content: "\e90a";
        }

        .highlights-naviagation-wrapper .highlights-nav-prev span:before {
            content: "\e909";
        }

        .highlights-naviagation-wrapper .swiper-button-disabled {
            cursor: default;
            pointer-events: none;
        }

            .highlights-naviagation-wrapper .swiper-button-disabled span {
                opacity: 0.5;
            }

            .highlights-naviagation-wrapper .swiper-button-disabled.swiper-button-lock {
                opacity: 0;
                pointer-events: none;
            }

    .fadeoutlayer {
        visibility: hidden;
        position: relative;
        overflow: hidden;
    }

        .fadeoutlayer img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transform-origin: left;
        }

    #show-more.active a, #show-more-mobile.active a {
        opacity: 0;
        visibility: hidden;
    }

    #show-more-content.active, #show-more-content-mobile.active {
        margin-top: -25px;
    }

    .common-hover-img-area .date-wrapper .date-range-wrapper:nth-child(2):before {
        background-color: rgba(0, 0, 0, 0.4);
    }

    /*****************************
VISAS ENTRY STARTS
*****************************/
    .content-with-list-items-wrapper {
        background-color: #F1F1F1;
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
        padding: 50px;
        display: flex;
        align-items: flex-start;
        gap: 10px 80px;
    }

    @media (max-width: 1199.98px) {
        .content-with-list-items-wrapper {
            gap: 10px 60px;
        }
    }

    @media (max-width: 991.98px) {
        .content-with-list-items-wrapper {
            flex-direction: column;
            padding: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .content-with-list-items-wrapper {
            padding: 30px;
        }
    }

    .content-with-list-items-wrapper .__content {
        width: 40%;
    }

    @media (max-width: 1599.98px) {
        .content-with-list-items-wrapper .__content {
            width: 50%;
        }
    }

    @media (max-width: 991.98px) {
        .content-with-list-items-wrapper .__content {
            width: 100%;
        }
    }

    .content-with-list-items-wrapper .__content h4 {
        color: #000000;
        font-weight: 700;
    }

    .content-with-list-items-wrapper .__list {
        width: 60%;
    }

    @media (max-width: 1599.98px) {
        .content-with-list-items-wrapper .__list {
            width: 50%;
        }
    }

    @media (max-width: 991.98px) {
        .content-with-list-items-wrapper .__list {
            width: 100%;
        }
    }

    .content-with-list-items-wrapper .__list ul {
        margin-top: 0px;
        margin-left: 0px;
    }

        .content-with-list-items-wrapper .__list ul li:before {
            background-color: #424242;
        }

    /*****************************
SAFETY IN cerkezkoyde STARTS
*****************************/
    .dir {
        direction: ltr;
    }

    .link-dir {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

        .link-dir h6 {
            font-size: 45px;
            font-weight: 700;
            color: #000000;
            direction: ltr;
            margin-bottom: 0;
        }

    @media (max-width: 1599.98px) {
        .link-dir h6 {
            font-size: 40px;
        }
    }

    @media (max-width: 991.98px) {
        .link-dir h6 {
            font-size: 35px;
        }
    }

    .link-dir span {
        font-size: 48px;
        color: rgba(66, 66, 66, 0.75);
    }

    @media (max-width: 1599.98px) {
        .link-dir span {
            font-size: 40px;
        }
    }

    @media (max-width: 991.98px) {
        .link-dir span {
            font-size: 35px;
        }
    }

    .box-content-wrapper {
        padding: 50px;
        background-color: #F1F1F1;
        border-radius: 1.2rem;
        width: 100%;
    }

    @media (max-width: 1199.98px) {
        .box-content-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .box-content-wrapper {
            padding: 30px;
        }
    }

    .box-content-wrapper h5 {
        font-size: 25px;
        color: #000000;
        font-weight: 700;
    }

    @media (max-width: 1599.98px) {
        .box-content-wrapper h5 {
            font-size: 23px;
        }
    }

    @media (max-width: 1399.98px) {
        .box-content-wrapper h5 {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .box-content-wrapper h5 {
            font-size: 18px;
        }
    }

    .box-content-wrapper h5 a {
        color: #00ADFF;
        text-decoration: underline;
    }

        .box-content-wrapper h5 a:hover {
            color: #000000;
        }

    .box-content-wrapper img {
        margin-bottom: 20px;
        height: 48px;
        width: auto;
    }

    @media (max-width: 991.98px) {
        .box-content-wrapper img {
            height: 38px;
        }
    }

    /*****************************
WEATHER IN cerkezkoyde STARTS
*****************************/
    .banner-sub-img-wrapper {
        height: 420px;
        overflow-y: auto;
        max-width: 300px;
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
        z-index: 11;
    }

    @media (max-width: 1799.98px) {
        .banner-sub-img-wrapper {
            height: 340px;
        }
    }

    @media (max-width: 991.98px) {
        .banner-sub-img-wrapper {
            display: none;
        }
    }

    .weather-icon-area {
        display: none;
        margin-bottom: 15px;
    }

    @media (max-width: 991.98px) {
        .weather-icon-area {
            display: block;
        }
    }

    .weather-icon-area span {
        font-size: 40px;
        color: #ffffff;
    }

    @media (max-width: 575.98px) {
        .weather-icon-area span {
            font-size: 30px;
        }
    }

    /*****************************
GET AROUND cerkezkoyde STARTS
*****************************/
    .common-full-width-parallex-sec {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-color: #000000;
    }

        .common-full-width-parallex-sec .parallex-image-area {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            background-color: #000000;
        }

            .common-full-width-parallex-sec .parallex-image-area:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
                background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
                background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                z-index: 1;
            }

            .common-full-width-parallex-sec .parallex-image-area img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .common-full-width-parallex-sec .parallex-content-wrapper {
            position: relative;
            z-index: 11;
            width: 39%;
        }

    @media (max-width: 1599.98px) {
        .common-full-width-parallex-sec .parallex-content-wrapper {
            width: 50%;
        }
    }

    @media (max-width: 1199.98px) {
        .common-full-width-parallex-sec .parallex-content-wrapper {
            width: 60%;
        }
    }

    @media (max-width: 991.98px) {
        .common-full-width-parallex-sec .parallex-content-wrapper {
            width: 100%;
        }
    }

    .common-full-width-parallex-sec .parallex-content-wrapper h2 {
        color: #ffffff;
    }

    .common-full-width-parallex-sec .parallex-content-wrapper p {
        color: #F1F1F1;
    }

    .title-desc-wrapper {
        margin-bottom: 40px;
    }

        .title-desc-wrapper p {
            width: 80%;
        }

    @media (max-width: 1599.98px) {
        .title-desc-wrapper p {
            width: 85%;
        }
    }

    @media (max-width: 1399.98px) {
        .title-desc-wrapper p {
            width: 100%;
        }
    }

    .width-less {
        width: 80%;
    }

    @media (max-width: 1599.98px) {
        .width-less {
            width: 100%;
        }
    }

    .width-less .sec-title-area {
        width: 100%;
    }

    .vic-slider-wrapper .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        height: auto;
        background-color: #F1F1F1;
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
    }

    @media (max-width: 767.98px) {
        .vic-slider-wrapper .swiper-slide-next {
            opacity: 0.5;
        }

            .vic-slider-wrapper .swiper-slide-next .vic-content-wrapper {
                transform: scale(0.93);
            }

        .vic-slider-wrapper .swiper-slide-prev {
            opacity: 0.5;
        }

            .vic-slider-wrapper .swiper-slide-prev .vic-content-wrapper {
                transform: scale(0.93);
            }
    }

    .vic-slider-wrapper .vic-content-wrapper {
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        display: flex;
        flex-direction: column;
        background-color: #F1F1F1;
        height: 100%;
    }

        .vic-slider-wrapper .vic-content-wrapper .__img {
            -webkit-border-radius: 1.2rem;
            -moz-border-radius: 1.2rem;
            border-radius: 1.2rem;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            overflow: hidden;
            aspect-ratio: 16/8;
        }

            .vic-slider-wrapper .vic-content-wrapper .__img img {
                -webkit-border-radius: 1.2rem;
                -moz-border-radius: 1.2rem;
                border-radius: 1.2rem;
                -webkit-transition: all 0.5s ease 0s !important;
                -moz-transition: all 0.5s ease 0s !important;
                -ms-transition: all 0.5s ease 0s !important;
                -o-transition: all 0.5s ease 0s !important;
                transition: all 0.5s ease 0s !important;
                height: 100%;
                object-fit: cover;
            }

        .vic-slider-wrapper .vic-content-wrapper .__content {
            padding: 40px;
        }

    @media (max-width: 991.98px) {
        .vic-slider-wrapper .vic-content-wrapper .__content {
            padding: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .vic-slider-wrapper .vic-content-wrapper .__content {
            padding: 25px;
        }
    }

    .vic-slider-wrapper .vic-content-wrapper .__content h4 {
        color: #000000;
        font-weight: 700;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .vic-slider-wrapper .vic-content-wrapper .__content p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .vic-slider-wrapper .vic-content-wrapper .__content .sub-conent p.__title {
        margin-bottom: 5px;
        font-weight: 700;
    }

    .useful-number-wrapper {
        columns: 3;
        gap: 60px;
    }

    @media (max-width: 1399.98px) {
        .useful-number-wrapper {
            columns: 2;
        }
    }

    @media (max-width: 575.98px) {
        .useful-number-wrapper {
            columns: 1;
        }
    }

    .useful-number-wrapper .__list {
        margin-bottom: 20px;
        padding-bottom: 10px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(66, 66, 66, 0.2);
        gap: 10px 15px;
    }

    @media (max-width: 991.98px) {
        .useful-number-wrapper .__list {
            flex-direction: column;
        }
    }

    .useful-number-wrapper .__list h6 {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 0px;
    }

    .useful-number-wrapper .__list a {
        font-weight: 700;
        font-family: "Lato", sans-serif;
    }

    /*******************************
CONTACT PAGE
*******************************/
    .contact-top-section h4 {
        color: #000000;
        font-weight: 700;
    }

    .contact-top-section .contact-form-wrapper {
        margin-top: 30px;
    }

    .contact-form .contactsubmibtn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    @media (max-width: 388.98px) {
        .contact-form .contactsubmibtn {
            flex-wrap: wrap;
        }
    }

    .contact-form .contactsubmibtn .mantatory-sec {
        padding-left: 15px;
    }

    @media (max-width: 388.98px) {
        .contact-form .contactsubmibtn .mantatory-sec {
            margin-top: 15px;
            padding-left: 0px;
        }
    }

    .contact-form-wrapper .form-label-group {
        width: 100%;
        height: 55px;
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .form-label-group {
            height: 45px;
        }
    }

    .contact-form-wrapper .form-label-group .nice-select {
        width: 100%;
        height: 55px;
        justify-content: flex-start;
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .form-label-group .nice-select {
            height: 45px;
        }
    }

    .contact-form-wrapper .form-label-group .nice-select span {
        height: 55px;
        line-height: 55px;
        font-weight: 400;
        text-transform: none;
    }

    @media (max-width: 991.98px) {
        .contact-form-wrapper .form-label-group .nice-select span {
            font-size: 16px;
        }
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .form-label-group .nice-select span {
            height: 45px;
            line-height: 45px;
            font-size: 14px;
        }
    }

    .contact-form-wrapper .form-label-group .nice-select .list li {
        text-transform: none;
        font-size: 16px;
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .form-label-group .nice-select .list li {
            font-size: 14px;
        }
    }

    .contact-form-wrapper .field-wrapper {
        width: 100%;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .field-wrapper {
            font-size: 14px;
        }
    }

    .contact-form-wrapper .field-wrapper input {
        width: 100%;
        height: 55px;
        border-radius: 50px;
        padding: 0px 26px;
        border: 1px solid rgba(66, 66, 66, 0.3);
        color: #000000;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .field-wrapper input {
            height: 45px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-form-wrapper .field-wrapper input {
            padding: 0px 20px;
        }
    }

    .contact-form-wrapper .field-wrapper input::placeholder {
        color: #000000;
    }

    .contact-form-wrapper .field-wrapper input:focus {
        border-color: #000000;
    }

    .contact-form-wrapper .field-wrapper textarea {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        border: 1px solid rgba(66, 66, 66, 0.3);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        padding: 26px;
    }

        .contact-form-wrapper .field-wrapper textarea:focus {
            border-color: #000000;
        }

    @media (max-width: 1199.98px) {
        .contact-form-wrapper .field-wrapper textarea {
            height: 200px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-form-wrapper .field-wrapper textarea {
            height: 150px;
        }
    }

    .contact-form-wrapper .mantatory-sec {
        font-family: "Lato", sans-serif;
        font-style: italic;
        font-size: 16px;
        color: #424242;
    }

    @media (max-width: 767.98px) {
        .contact-form-wrapper .mantatory-sec {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-form-wrapper .mantatory-sec {
            font-size: 12px;
        }
    }

    label.error {
        color: #00ADFF;
        font-size: 14px;
        text-transform: none;
        text-align: left;
        float: left;
        position: relative;
        margin-top: 10px;
        margin-left: 26px;
    }

    .contact-info-map-wrapper {
        border-radius: 1.2rem;
    }

        .contact-info-map-wrapper .contact-info-wrapper {
            padding: 50px;
            background-color: #F1F1F1;
            border-radius: 1.2rem 10px 0 0;
        }

    @media (max-width: 1399.98px) {
        .contact-info-map-wrapper .contact-info-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-info-map-wrapper .contact-info-wrapper {
            padding: 30px;
        }
    }

    @media (max-width: 480px) {
        .contact-info-map-wrapper .contact-info-wrapper {
            padding: 25px;
        }
    }

    .contact-info-map-wrapper .contact-info-wrapper h4 {
        margin-bottom: 20px;
    }

    .contact-info-map-wrapper .contact-info-wrapper .__list {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(140, 140, 140, 0.3);
    }

        .contact-info-map-wrapper .contact-info-wrapper .__list:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .contact-info-map-wrapper .contact-info-wrapper .__list h6 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 6px;
            font-family: "Inter", sans-serif;
            color: #000000;
        }

    @media (max-width: 575.98px) {
        .contact-info-map-wrapper .contact-info-wrapper .__list h6 {
            font-size: 16px;
        }
    }

    .contact-info-map-wrapper .contact-info-wrapper .__list p {
        margin-bottom: 0px;
    }

        .contact-info-map-wrapper .contact-info-wrapper .__list p a {
            display: block;
            font-family: "Lato", sans-serif;
            font-size: 18px;
            font-weight: 400;
        }

    @media (max-width: 575.98px) {
        .contact-info-map-wrapper .contact-info-wrapper .__list p a {
            font-size: 16px;
        }
    }

    .contact-info-map-wrapper .contact-map-wrapper {
        height: 225px;
        border-radius: 0px 0px 10px 10px;
    }

        .contact-info-map-wrapper .contact-map-wrapper iframe {
            height: 225px;
            width: 100%;
            border-radius: 0px 0px 10px 10px;
        }

    .contact-inquiries-wrapper {
        padding: 50px;
        background-color: #f1f1f1;
        border-radius: 1.2rem;
        margin: 70px 0;
        width: 100%;
    }

    @media (max-width: 1399.98px) {
        .contact-inquiries-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 1199.98px) {
        .contact-inquiries-wrapper {
            margin: 0px 0;
            margin-top: 50px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-inquiries-wrapper {
            padding: 30px;
        }
    }

    @media (max-width: 480px) {
        .contact-inquiries-wrapper {
            padding: 25px;
        }
    }

    .contact-inquiries-wrapper h4 {
        margin-bottom: 25px;
    }

    .contact-inquiries-wrapper .list-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0px 50px;
        width: 100%;
    }

    @media (max-width: 767.98px) {
        .contact-inquiries-wrapper .list-wrapper {
            flex-wrap: wrap;
        }
    }

    .contact-inquiries-wrapper .list-wrapper .__list {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(140, 140, 140, 0.3);
        width: 50%;
    }

    @media (max-width: 767.98px) {
        .contact-inquiries-wrapper .list-wrapper .__list {
            width: 100%;
        }
    }

    .contact-inquiries-wrapper .list-wrapper .__list h6 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
        font-family: "Inter", sans-serif;
        color: #000000;
    }

    @media (max-width: 575.98px) {
        .contact-inquiries-wrapper .list-wrapper .__list h6 {
            font-size: 16px;
        }
    }

    .contact-inquiries-wrapper .list-wrapper .__list p {
        margin-bottom: 0px;
    }

        .contact-inquiries-wrapper .list-wrapper .__list p a {
            display: block;
            font-family: "Lato", sans-serif;
            font-size: 18px;
            font-weight: 400;
        }

    @media (max-width: 575.98px) {
        .contact-inquiries-wrapper .list-wrapper .__list p a {
            font-size: 16px;
        }
    }

    .contact-inquiries-wrapper .list-wrapper .__list .contact-link-dir {
        display: flex;
        gap: 8px 30px;
        flex-wrap: wrap;
    }

        .contact-inquiries-wrapper .list-wrapper .__list .contact-link-dir p {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            min-width: 100%;
        }

    @media (max-width: 575.98px) {
        .contact-inquiries-wrapper .list-wrapper .__list .contact-link-dir p {
            font-size: 16px;
        }
    }

    .contact-inquiries-wrapper .list-wrapper .__list .contact-link-dir p a {
        direction: ltr;
    }

    .contact-inquiries-wrapper .inquiries-condition p {
        font-family: "Lato", sans-serif;
        font-style: italic;
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    @media (max-width: 991.98px) {
        .contact-inquiries-wrapper .inquiries-condition p {
            margin-top: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-inquiries-wrapper .inquiries-condition p {
            font-size: 14px;
        }
    }

    .contact-tawasul-wrapper {
        padding: 50px;
        background-color: #f1f1f1;
        border-radius: 1.2rem;
        margin: 70px 0;
        width: 100%;
    }

    @media (max-width: 1399.98px) {
        .contact-tawasul-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 1199.98px) {
        .contact-tawasul-wrapper {
            margin: 0px 0 50px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-tawasul-wrapper {
            padding: 30px;
        }
    }

    @media (max-width: 480px) {
        .contact-tawasul-wrapper {
            padding: 25px;
        }
    }

    .contact-tawasul-wrapper h4 {
        margin-bottom: 25px;
    }

    .contact-tawasul-wrapper p {
        font-size: 18px;
    }

    @media (max-width: 575.98px) {
        .contact-tawasul-wrapper p {
            font-size: 16px;
        }
    }

    .contact-tawasul-wrapper img {
        margin-bottom: 20px;
        height: 48px;
        width: auto;
    }

    @media (max-width: 1399.98px) {
        .contact-tawasul-wrapper img {
            height: 38px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-tawasul-wrapper img {
            height: 28px;
        }
    }

    .contact-app-wrapper {
        border-radius: 1.2rem;
        background-color: #f1f1f1;
        padding: 80px;
        display: flex;
        align-items: flex-end;
        gap: 50px;
        position: relative;
        margin-top: 80px;
        min-height: 525px;
    }

    @media (max-width: 1599.98px) {
        .contact-app-wrapper {
            padding: 65px;
        }
    }

    @media (max-width: 1399.98px) {
        .contact-app-wrapper {
            margin-top: 0px;
            padding: 45px;
            min-height: 380px;
        }
    }

    @media (max-width: 1199.98px) {
        .contact-app-wrapper {
            flex-direction: column;
            min-height: 250px;
        }
    }

    @media (max-width: 991.98px) {
        .contact-app-wrapper {
            gap: 25px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-app-wrapper {
            padding: 30px;
        }
    }

    @media (max-width: 480px) {
        .contact-app-wrapper {
            padding: 25px;
        }
    }

    .contact-app-wrapper .__content {
        width: 50%;
        padding-right: 140px;
        z-index: 1;
    }

    @media (max-width: 1399.98px) {
        .contact-app-wrapper .__content {
            padding-right: 50px;
        }
    }

    @media (max-width: 1199.98px) {
        .contact-app-wrapper .__content {
            width: 100%;
            padding-right: 0px;
        }
    }

    .contact-app-wrapper .__content .__app {
        display: flex;
        gap: 100px;
        margin-top: 40px;
    }

    @media (max-width: 575.98px) {
        .contact-app-wrapper .__content .__app {
            gap: 50px;
        }
    }

    .contact-app-wrapper .__content .__app .__brand a {
        display: block;
        margin-bottom: 30px;
    }

        .contact-app-wrapper .__content .__app .__brand a:last-child {
            margin-bottom: 0px;
        }

        .contact-app-wrapper .__content .__app .__brand a img {
            width: 152px;
        }

    @media (max-width: 767.98px) {
        .contact-app-wrapper .__content .__app .__brand a img {
            width: 120px;
        }
    }

    .contact-app-wrapper .__content .__app .__qr-code {
        position: relative;
    }

        .contact-app-wrapper .__content .__app .__qr-code img {
            height: 120px;
            width: 120px;
        }

    @media (max-width: 1399.98px) {
        .contact-app-wrapper .__content .__app .__qr-code img {
            height: 90px;
            width: 90px;
        }
    }

    .contact-app-wrapper .__content .__app .__qr-code:before {
        content: "";
        position: absolute;
        left: -50px;
        height: 100%;
        width: 1px;
        background-color: rgba(140, 140, 140, 0.4);
        top: 0;
    }

    @media (max-width: 575.98px) {
        .contact-app-wrapper .__content .__app .__qr-code:before {
            left: -30px;
        }
    }

    .contact-app-wrapper .__app-mobile {
        display: flex;
        gap: 100px;
        margin-top: 40px;
        display: none;
    }

    @media (max-width: 1199.98px) {
        .contact-app-wrapper .__app-mobile {
            align-self: flex-start;
        }
    }

    @media (max-width: 575.98px) {
        .contact-app-wrapper .__app-mobile {
            gap: 50px;
        }
    }

    .contact-app-wrapper .__app-mobile .__brand a {
        display: block;
        margin-bottom: 30px;
        height: 40px;
        width: auto;
    }

    @media (max-width: 1399.98px) {
        .contact-app-wrapper .__app-mobile .__brand a {
            height: 30px;
        }
    }

    @media (max-width: 575.98px) {
        .contact-app-wrapper .__app-mobile .__brand a {
            height: 25px;
        }
    }

    .contact-app-wrapper .__app-mobile .__brand a:last-child {
        margin-bottom: 0px;
    }

    .contact-app-wrapper .__app-mobile .__qr-code {
        position: relative;
    }

        .contact-app-wrapper .__app-mobile .__qr-code img {
            height: 120px;
            width: 120px;
        }

    @media (max-width: 1399.98px) {
        .contact-app-wrapper .__app-mobile .__qr-code img {
            height: 90px;
            width: 90px;
        }
    }

    .contact-app-wrapper .__app-mobile .__qr-code:before {
        content: "";
        position: absolute;
        left: -50px;
        height: 100%;
        width: 1px;
        background-color: rgba(140, 140, 140, 0.4);
        top: 0;
    }

    @media (max-width: 575.98px) {
        .contact-app-wrapper .__app-mobile .__qr-code:before {
            left: -30px;
        }
    }

    .contact-app-wrapper .__img {
        position: absolute;
        height: 100%;
        width: 50%;
        right: 0;
        bottom: 0;
    }

    @media (max-width: 1199.98px) {
        .contact-app-wrapper .__img {
            position: absolute;
            height: auto;
            width: 220px;
            right: 0;
            bottom: 0;
        }
    }

    @media (max-width: 767.98px) {
        .contact-app-wrapper .__img {
            display: none;
        }
    }

    .contact-app-wrapper .__img img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 719px;
        height: 594px;
    }

    @media (max-width: 1399.98px) {
        .contact-app-wrapper .__img img {
            width: 500px;
            height: 413px;
        }
    }

    @media (max-width: 1199.98px) {
        .contact-app-wrapper .__img img {
            position: relative;
            width: 100%;
            height: auto;
        }
    }

    .explore-more-attraction-section {
        overflow-x: hidden;
    }

    .number-lists ol {
        list-style: none;
        counter-reset: li;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

        .number-lists ol li {
            counter-increment: li;
            position: relative;
            padding-left: 65px;
            margin-bottom: 0px;
            font-size: 18px;
            color: #212121;
        }

    @media (max-width: 767.98px) {
        .number-lists ol li {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .number-lists ol li {
            padding-left: 40px;
        }
    }

    .number-lists ol li:before {
        content: counter(li);
        color: blue;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 50%;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        position: absolute;
        left: 0;
        top: 12px;
        transform: translate(0%, -50%);
        z-index: 11;
    }

    @media (max-width: 767.98px) {
        .number-lists ol li:before {
            font-size: 16px;
        }
    }

    .number-lists ol li:after {
        content: "";
        position: absolute;
        left: 25px;
        top: 35px;
        background-color: #dddddd;
        height: 100%;
        width: 1px;
        z-index: 1;
    }

    .number-lists ol li:last-child:after {
        display: none;
    }

    /*****************************
ACCOMMODATION
*****************************/
    .results-with-selected-category-wrapper h4 {
        font-weight: 400;
    }

        .results-with-selected-category-wrapper h4 span {
            font-weight: 700;
        }

    .selected-categories ul {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        max-width: 650px;
    }

    @media (max-width: 1799.98px) {
        .selected-categories ul {
            max-width: 550px;
        }
    }

    @media (max-width: 1599.98px) {
        .selected-categories ul {
            max-width: 450px;
        }
    }

    @media (max-width: 1399.98px) {
        .selected-categories ul {
            max-width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .selected-categories ul {
            gap: 10px;
        }
    }

    .selected-categories ul li {
        margin-bottom: 0px;
        padding: 0px;
        background: #f1f1f1;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .selected-categories ul li:hover {
            background-color: #00ADFF;
        }

            .selected-categories ul li:hover a {
                color: #ffffff;
            }

                .selected-categories ul li:hover a span {
                    color: #ffffff;
                }

        .selected-categories ul li a {
            font-size: 12px;
            font-family: "Lato", sans-serif;
            text-transform: uppercase;
            color: #424242;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 5px;
            padding: 3px 10px;
        }

    @media (max-width: 991.98px) {
        .selected-categories ul li a {
            font-size: 10px;
            gap: 3px;
        }
    }

    .selected-categories ul li a span {
        font-size: 16px;
        margin-right: -5px;
        color: #000000;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 991.98px) {
        .selected-categories ul li a span {
            font-size: 20px;
        }
    }

    .selected-categories ul li:before {
        display: none;
    }

    .accommodation-tripadvisor-single {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 999px;
        padding: 2px;
    }

        .accommodation-tripadvisor-single img {
            width: 105px;
        }

    @media (max-width: 575.98px) {
        .accommodation-tripadvisor-single img {
            width: 90px;
        }
    }

    .accommodation-tripadvisor-single span {
        margin-bottom: 0px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: white;
        font-size: 15px;
        position: relative;
        text-transform: uppercase;
    }

    @media (max-width: 1399.98px) {
        .accommodation-tripadvisor-single span {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .accommodation-tripadvisor-single span {
            font-size: 12px;
        }
    }

    .common-hover-link.rating-link .common-hover-img-area {
        aspect-ratio: 16/10;
    }

        .common-hover-link.rating-link .common-hover-img-area:before {
            display: none;
        }

        .common-hover-link.rating-link .common-hover-img-area .price-arrow-wrapper.arrow-only {
            justify-content: flex-end;
        }

    .common-hover-link.rating-link .accommodation-flex {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 0 10px;
    }

        .common-hover-link.rating-link .accommodation-flex .accommodation-tripadvisor {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

            .common-hover-link.rating-link .accommodation-flex .accommodation-tripadvisor img {
                width: 105px;
            }

    @media (max-width: 575.98px) {
        .common-hover-link.rating-link .accommodation-flex .accommodation-tripadvisor img {
            width: 90px;
        }
    }

    .common-hover-link.rating-link .accommodation-flex .accommodation-tripadvisor span {
        margin-bottom: 0px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: rgb(102, 102, 102);
        font-size: 15px;
        position: relative;
    }

    @media (max-width: 1399.98px) {
        .common-hover-link.rating-link .accommodation-flex .accommodation-tripadvisor span {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .common-hover-link.rating-link .accommodation-flex .accommodation-tripadvisor span {
            font-size: 12px;
        }
    }

    .common-hover-link.rating-link .accommodation-subtitle {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 5px;
    }

        .common-hover-link.rating-link .accommodation-subtitle h6 {
            margin-bottom: 0px;
            font-family: "Inter", sans-serif;
            text-transform: uppercase;
            font-weight: 600;
            color: rgb(102, 102, 102);
            font-size: 15px;
            letter-spacing: 2px;
            position: relative;
        }

    @media (max-width: 1399.98px) {
        .common-hover-link.rating-link .accommodation-subtitle h6 {
            font-size: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .common-hover-link.rating-link .accommodation-subtitle h6 {
            font-size: 12px;
        }
    }

    .common-hover-link.rating-link .accommodation-subtitle .rating-wrapper {
        position: relative;
        margin-top: -8px;
    }

    @media (max-width: 1399.98px) {
        .common-hover-link.rating-link .accommodation-subtitle .rating-wrapper {
            margin-top: -6px;
        }
    }

    .common-hover-link.rating-link .accommodation-subtitle .rating-wrapper:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 6px;
        height: 18px;
        width: 1px;
        background-color: rgba(140, 140, 140, 0.5);
    }

    @media (max-width: 1399.98px) {
        .common-hover-link.rating-link .accommodation-subtitle .rating-wrapper:before {
            height: 15px;
        }
    }

    .rating-wrapper ul {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    @media (max-width: 991.98px) {
        .rating-wrapper ul {
            gap: 6px;
        }
    }

    .rating-wrapper ul li {
        line-height: normal;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .rating-wrapper ul li span {
            font-style: normal;
            font-weight: normal;
            color: rgba(66, 66, 66, 0.5);
            font-size: 14px;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    @media (max-width: 991.98px) {
        .rating-wrapper ul li span {
            font-size: 10px;
        }
    }

    .rating-wrapper ul li span:before {
        content: "\e92e";
        position: relative;
        height: auto;
        width: auto;
        background-color: transparent;
        display: flex;
    }

    .related-grid-category-subtitle .rating-wrapper ul li span:before {
        color: #ffffff;
    }

    /*****************************
EXPERIENCES IN cerkezkoyde NEW
*****************************/
    @media (max-width: 991.98px) {
        .exp-content-slider-no-swipe {
            margin-top: 30px;
        }
    }

    .exp-content-slider-no-swipe .swiper-slide {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .exp-content-slider-no-swipe .exp-detail-wrapper {
        width: 90%;
    }

    @media (max-width: 1199.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper {
            width: 100%;
        }
    }

    .exp-content-slider-no-swipe .exp-detail-wrapper .__subtitle {
        font-size: 15px;
        letter-spacing: 2px;
        color: rgb(102, 102, 102);
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        margin-bottom: 10px;
    }

    @media (max-width: 1599.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__subtitle {
            font-size: 13px;
        }
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__subtitle {
            font-size: 11px;
            margin-bottom: 5px;
        }
    }

    .exp-content-slider-no-swipe .exp-detail-wrapper .__maintitle {
        margin-bottom: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__maintitle {
            margin-bottom: 5px;
        }
    }

    .exp-content-slider-no-swipe .exp-detail-wrapper .related-grid-category-subtitle {
        margin-bottom: 25px;
    }

    @media (max-width: 1599.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .related-grid-category-subtitle {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .related-grid-category-subtitle {
            margin-bottom: 10px;
        }
    }

    .exp-content-slider-no-swipe .exp-detail-wrapper .__description {
        margin-bottom: 30px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        font-size: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    @media (max-width: 1599.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__description {
            font-size: 23px;
            margin-bottom: 20px;
            -webkit-line-clamp: 2;
        }
    }

    @media (max-width: 1399.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__description {
            display: none;
        }
    }

    @media (max-width: 991.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__description {
            display: block;
            font-size: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__description {
            font-size: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .exp-content-slider-no-swipe .exp-detail-wrapper .__description {
            display: block;
            font-size: 17px;
        }
    }

    .section-divider {
        border-color: rgba(0, 0, 0, 0.3);
    }

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

    .terms-template-section h5 {
        color: #000000;
        font-weight: 700;
    }

    .terms-list-wrapper ol {
        list-style: none;
        counter-reset: item !important;
        padding: 0px;
        margin-top: 1rem;
    }

        .terms-list-wrapper ol h5 {
            font-size: 25px;
        }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol h5 {
            font-size: 23px;
        }
    }

    @media (max-width: 1199.98px) {
        .terms-list-wrapper ol h5 {
            font-size: 21px;
        }
    }

    @media (max-width: 575.98px) {
        .terms-list-wrapper ol h5 {
            font-size: 20px;
        }
    }

    .terms-list-wrapper ol p a {
        font-family: "Lato", sans-serif;
        text-decoration: underline;
    }

    .terms-list-wrapper ol > li {
        padding-left: 40px;
        margin-bottom: 20px !important;
        color: #2A2A2A;
        counter-increment: item !important;
        position: relative;
        margin: 0;
    }

    @media (max-width: 1199.98px) {
        .terms-list-wrapper ol > li {
            padding-left: 35px;
        }
    }

    @media (max-width: 575.98px) {
        .terms-list-wrapper ol > li {
            padding-left: 30px;
            margin-bottom: 10px !important;
        }
    }

    .terms-list-wrapper ol > li:before {
        content: counter(item) ".";
        background-color: transparent;
        font-size: 25px;
        font-weight: 700;
        top: -3px;
        color: #000000;
        display: flex;
        position: absolute;
        left: 0px;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li:before {
            font-size: 23px;
        }
    }

    @media (max-width: 1199.98px) {
        .terms-list-wrapper ol > li:before {
            font-size: 21px;
        }
    }

    @media (max-width: 575.98px) {
        .terms-list-wrapper ol > li:before {
            font-size: 20px;
        }
    }

    .terms-list-wrapper ol > li ul {
        margin-top: 1rem;
        margin-left: 10px;
    }

        .terms-list-wrapper ol > li ul.inside-ul {
            margin-top: 1rem;
            margin-left: 10px;
        }

            .terms-list-wrapper ol > li ul.inside-ul li {
                font-size: 18px;
                padding-left: 30px;
            }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li {
            font-size: 17px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li {
            font-size: 15px;
        }
    }

    @media (max-width: 575.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li {
            padding-left: 25px;
        }
    }

    .terms-list-wrapper ol > li ul.inside-ul li:before {
        content: "";
        height: 8px;
        width: 8px;
        background-color: #424242;
        top: 9px;
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li:before {
            top: 7px;
        }
    }

    .terms-list-wrapper ol > li ul.inside-ul li ol li:before {
        content: counter(item) ".";
        height: auto;
        width: auto;
        background-color: transparent;
        font-size: 18px;
        font-weight: 500;
        top: 0;
    }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li ol li:before {
            font-size: 17px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li ol li:before {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ul.inside-ul li ol li:before {
            font-size: 15px;
        }
    }

    .terms-list-wrapper ol > li ul.inside-ul li ul {
        margin-left: 0px;
    }

        .terms-list-wrapper ol > li ul.inside-ul li ul li:before {
            opacity: 1;
        }

    .terms-list-wrapper ol > li ul li {
        font-size: 20px;
        padding-left: 30px;
    }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 19px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 17px;
        }
    }

    @media (max-width: 767.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .terms-list-wrapper ol > li ul li {
            padding-left: 25px;
        }
    }

    .terms-list-wrapper ol > li ul li:before {
        content: "";
        height: 8px;
        width: 8px;
        background-color: #424242;
        top: 11px;
    }

    @media (max-width: 1199.98px) {
        .terms-list-wrapper ol > li ul li:before {
            top: 8px;
        }
    }

    .terms-list-wrapper ol > li ul li {
        font-size: 20px;
    }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 19px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 17px;
        }
    }

    @media (max-width: 767.98px) {
        .terms-list-wrapper ol > li ul li {
            font-size: 16px;
        }
    }

    .terms-list-wrapper ol > li ol.inside-ol {
        margin-top: 1rem;
        margin-left: 10px;
    }

        .terms-list-wrapper ol > li ol.inside-ol li {
            font-size: 18px;
            padding-left: 30px;
        }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li {
            font-size: 17px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li {
            font-size: 15px;
        }
    }

    @media (max-width: 575.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li {
            padding-left: 25px;
        }
    }

    .terms-list-wrapper ol > li ol.inside-ol li:before {
        font-size: 18px;
        top: -1px;
        font-weight: 500;
    }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li:before {
            font-size: 17px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li:before {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li:before {
            font-size: 15px;
        }
    }

    .terms-list-wrapper ol > li ol.inside-ol li ul {
        margin-left: 0;
    }

        .terms-list-wrapper ol > li ol.inside-ol li ul li::before {
            top: 11px;
        }

    @media (max-width: 1199.98px) {
        .terms-list-wrapper ol > li ol.inside-ol li ul li::before {
            top: 8px;
        }
    }

    .terms-list-wrapper ol > li ol li {
        font-size: 20px;
    }

    @media (max-width: 1599.98px) {
        .terms-list-wrapper ol > li ol li {
            font-size: 19px;
        }
    }

    @media (max-width: 1399.98px) {
        .terms-list-wrapper ol > li ol li {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .terms-list-wrapper ol > li ol li {
            font-size: 17px;
        }
    }

    @media (max-width: 767.98px) {
        .terms-list-wrapper ol > li ol li {
            font-size: 16px;
        }
    }

    .family-holidays-slider {
        margin-top: 0px;
    }

    @media (max-width: 991.98px) {
        .desc-arrow-sec .sec-title-area {
            width: 80%;
        }
    }

    @media (max-width: 767.98px) {
        .desc-arrow-sec .sec-title-area {
            width: 100%;
        }
    }

    /***********************
SITEMAP STARTS
***********************/
    .site-map-list-wrapper {
        border-bottom: 1px solid #E0DEE1;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    @media (max-width: 575.98px) {
        .site-map-list-wrapper {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
    }

    .site-map-list-wrapper h3 {
        font-size: 40px;
        margin-bottom: 0px;
    }

    @media (max-width: 1599.98px) {
        .site-map-list-wrapper h3 {
            font-size: 38px;
        }
    }

    @media (max-width: 1199.98px) {
        .site-map-list-wrapper h3 {
            font-size: 34px;
        }
    }

    @media (max-width: 991.98px) {
        .site-map-list-wrapper h3 {
            font-size: 30px;
        }
    }

    @media (max-width: 767.98px) {
        .site-map-list-wrapper h3 {
            font-size: 26px;
        }
    }

    @media (max-width: 575.98px) {
        .site-map-list-wrapper h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .site-map-list-wrapper h3 {
            font-size: 22px;
        }
    }

    .site-map-list-wrapper h3:hover a {
        color: #00ADFF;
    }

    .site-map-list-wrapper .__list-tiems {
        margin-top: 20px;
    }

        .site-map-list-wrapper .__list-tiems > ul {
            margin-left: 0px;
            margin-top: 0px;
            display: flex;
            flex-wrap: wrap;
        }

            .site-map-list-wrapper .__list-tiems > ul > li {
                padding-left: 0px;
                padding-right: 20px;
                width: 33.33333%;
                float: left;
                font-size: 25px;
                font-weight: 600;
                color: #424242;
                margin-bottom: 15px;
            }

    @media (max-width: 1599.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            font-size: 23px;
        }
    }

    @media (max-width: 1399.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            font-size: 20px;
        }
    }

    @media (max-width: 1199.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            width: 50%;
        }
    }

    @media (max-width: 991.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            font-size: 19px;
        }
    }

    @media (max-width: 767.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            font-size: 18px;
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .site-map-list-wrapper .__list-tiems > ul > li {
            font-size: 17px;
        }
    }

    .site-map-list-wrapper .__list-tiems > ul > li a {
        color: #424242;
        font-size: 25px;
        font-weight: 600;
    }

    @media (max-width: 1599.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li a {
            font-size: 23px;
        }
    }

    @media (max-width: 1399.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li a {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li a {
            font-size: 19px;
        }
    }

    @media (max-width: 575.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li a {
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .site-map-list-wrapper .__list-tiems > ul > li a {
            font-size: 17px;
        }
    }

    .site-map-list-wrapper .__list-tiems > ul > li a:hover {
        color: #00ADFF;
    }

    .site-map-list-wrapper .__list-tiems > ul > li:before {
        display: none;
    }

    .site-map-list-wrapper .__list-tiems > ul > li.__has-submenu {
        width: 100%;
    }

    .site-map-list-wrapper .__list-tiems > ul > li > ul {
        margin-top: 0.75rem;
        margin-left: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    @media (max-width: 767.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul {
            margin-top: 0.5rem;
        }
    }

    .site-map-list-wrapper .__list-tiems > ul > li > ul > li {
        padding-left: 24px;
        padding-right: 20px;
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        width: 33.33333%;
        float: left;
    }

    @media (max-width: 1399.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li {
            font-size: 17px;
        }
    }

    @media (max-width: 1199.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li {
            width: 50%;
        }
    }

    @media (max-width: 991.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li {
            padding-left: 20px;
            margin-bottom: 10px;
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li {
            font-size: 15px;
            width: 100%;
        }
    }

    .site-map-list-wrapper .__list-tiems > ul > li > ul > li:before {
        top: 10px;
        height: 8px;
        width: 8px;
    }

    @media (max-width: 1199.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li:before {
            top: 9px;
        }
    }

    .site-map-list-wrapper .__list-tiems > ul > li > ul > li:hover > a {
        color: #00ADFF;
    }

    .site-map-list-wrapper .__list-tiems > ul > li > ul > li a {
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
    }

    @media (max-width: 1399.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li a {
            font-size: 17px;
        }
    }

    @media (max-width: 991.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li a {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .site-map-list-wrapper .__list-tiems > ul > li > ul > li a {
            font-size: 15px;
        }
    }

    .site-map-list-wrapper .__list-tiems > ul > li > ul > li:before {
        display: block;
    }

    /***********************
SEARCH RESULTS STARTS
***********************/
    .search-results-section {
        padding-top: 0px;
    }

        .search-results-section .selected-categories {
            margin-bottom: 10px;
        }

            .search-results-section .selected-categories h4 {
                font-size: 30px;
            }

    @media (max-width: 1599.98px) {
        .search-results-section .selected-categories h4 {
            font-size: 24px;
        }
    }

    @media (max-width: 1399.98px) {
        .search-results-section .selected-categories h4 {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .search-results-section .selected-categories h4 {
            font-size: 18px;
        }
    }

    @media (max-width: 767.98px) {
        .search-results-section .selected-categories h4 {
            font-size: 16px;
        }
    }

    .search-results-list-wrapper {
        width: 100%;
    }

        .search-results-list-wrapper .search-results-list-link {
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 1px solid #dddddd;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            width: 100%;
        }

    @media (max-width: 575.98px) {
        .search-results-list-wrapper .search-results-list-link {
            margin-bottom: 20px;
            padding-bottom: 5px;
        }
    }

    .search-results-list-wrapper .search-results-list-link h3 {
        font-size: 40px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        margin-bottom: 0px;
    }

    @media (max-width: 1599.98px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 36px;
        }
    }

    @media (max-width: 1399.98px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 32px;
        }
    }

    @media (max-width: 1199.98px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 28px;
        }
    }

    @media (max-width: 767.98px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 26px;
        }
    }

    @media (max-width: 575.98px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .search-results-list-wrapper .search-results-list-link h3 {
            font-size: 22px;
        }
    }

    .search-results-list-wrapper .search-results-list-link:hover {
        border-color: #00ADFF;
    }

        .search-results-list-wrapper .search-results-list-link:hover h3 {
            color: #00ADFF;
        }

    .search-results-list-wrapper .search-results-list-link p {
        color: #424242;
        font-family: "Lato", sans-serif;
    }

    .search-results-list-wrapper .search-results-list-link .__category {
        margin: 10px 0 25px 0;
    }

    @media (max-width: 1199.98px) {
        .search-results-list-wrapper .search-results-list-link .__category {
            margin: 10px 0 15px 0;
        }
    }

    .search-results-list-wrapper .search-results-list-link .__category ul {
        display: flex;
        gap: 5px 30px;
        align-items: center;
        flex-wrap: wrap;
    }

        .search-results-list-wrapper .search-results-list-link .__category ul li {
            position: relative;
            font-size: 16px;
            font-style: italic;
            color: rgb(102, 102, 102);
            font-family: "Lato", sans-serif;
            overflow: inherit;
        }

    @media (max-width: 1199.98px) {
        .search-results-list-wrapper .search-results-list-link .__category ul li {
            font-size: 14px;
        }
    }

    .search-results-list-wrapper .search-results-list-link .__category ul li:before {
        content: "\e92a";
        font-family: "icomoon";
        position: absolute;
        right: -20px;
        top: 5px;
        font-size: 12px;
        color: rgb(102, 102, 102);
        display: flex;
        background-color: transparent;
        height: auto;
        width: auto;
        border-radius: inherit;
        left: auto;
        font-style: normal;
    }

    @media (max-width: 1199.98px) {
        .search-results-list-wrapper .search-results-list-link .__category ul li:before {
            font-size: 10px;
        }
    }

    .search-results-list-wrapper .search-results-list-link .__category ul li:last-child:before {
        display: none;
    }

    .search-results-field form input {
        height: 85px;
        font-size: 30px;
        color: #424242;
        padding: 10px 110px 10px 30px;
    }

        .search-results-field form input::placeholder {
            font-size: 30px;
            color: rgba(66, 66, 66, 0.5);
        }

    @media (max-width: 991.98px) {
        .search-results-field form input::placeholder {
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .search-results-field form input::placeholder {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .search-results-field form input {
            height: 70px;
            font-size: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .search-results-field form input {
            height: 60px;
            font-size: 16px;
            padding: 10px 100px 10px 20px;
        }
    }

    .search-results-field button {
        position: absolute;
        right: -40px !important;
        top: 8px;
        box-shadow: none;
        border: none;
        background-color: transparent;
    }

    @media (max-width: 575.98px) {
        .search-results-field button {
            right: -30px !important;
        }
    }

    .search-results-field button .icon-search {
        height: 70px;
        background-color: #00ADFF;
        color: #ffffff !important;
        border: 1px solid #00ADFF;
        box-shadow: none;
        border-radius: 70px;
        width: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .search-results-field button .icon-search {
            height: 60px;
        }
    }

    @media (max-width: 575.98px) {
        .search-results-field button .icon-search {
            height: 50px;
            width: 75px;
        }
    }

    .search-results-field button:hover .icon-search {
        background-color: #000000;
        border: 1px solid #000000;
    }

    /*********************
LOADER BUTTON
*********************/
    .primary-btn:hover .loader-btn,
    .primary-btn:hover .loader-btn:before,
    .primary-btn:hover .loader-btn:after {
        background: radial-gradient(closest-side at 50% 12.5%, #00ADFF 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #00ADFF 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
    }

    .loader-btn {
        width: 30px;
        aspect-ratio: 1;
        display: grid;
        -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
        animation: l26 1s infinite steps(12);
    }

    @media (max-width: 575.98px) {
        .loader-btn {
            width: 20px;
        }
    }

    .loader-btn,
    .loader-btn:before,
    .loader-btn:after {
        background: radial-gradient(closest-side at 50% 12.5%, #ffffff 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #ffffff 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
    }

        .loader-btn:before,
        .loader-btn:after {
            content: "";
            grid-area: 1/1;
            transform: rotate(30deg);
        }

        .loader-btn:after {
            transform: rotate(60deg);
        }

    @keyframes l26 {
        100% {
            transform: rotate(1turn);
        }
    }

    .fancybox__progress {
        background: #00ADFF;
    }

    .fancybox__button--zoom svg {
        display: none;
    }

    .fancybox__button--zoom:before {
        content: "\e90f";
        font-family: "icomoon";
        color: #ffffff;
        font-size: 16px;
    }

    .spinner {
        width: 50px;
        --b: 8px; /* the border thickness */
        aspect-ratio: 1;
        border-radius: 50%;
        padding: 1px;
        background: conic-gradient(rgba(0, 0, 0, 0) 10%, #00ADFF) content-box;
        -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
        -webkit-mask-composite: destination-in;
        mask-composite: intersect;
        animation: s4 1s infinite steps(10);
    }

    @keyframes s4 {
        to {
            transform: rotate(1turn);
        }
    }

    .on-this-page-tab::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 20px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
    }

    .on-this-page-tab::-webkit-scrollbar-track {
        background: #f1f1f1;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
    }

    .on-this-page-tab::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
    }

        .on-this-page-tab::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.1);
        }

    /******************************
TOURS AND TRAVELS AGENCIES
******************************/
    .__why-choose-wrapper {
        display: flex;
        align-items: center;
        border-radius: 1.2rem;
        gap: 50px;
        background-color: #f1f1f1;
        overflow: hidden;
        height: 100%;
    }

    @media (max-width: 1199.98px) {
        .__why-choose-wrapper {
            gap: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .__why-choose-wrapper {
            flex-wrap: wrap;
            height: auto;
            gap: 0px;
        }
    }

    .__why-choose-wrapper h3 {
        font-size: 40px;
    }

    @media (max-width: 1399.98px) {
        .__why-choose-wrapper h3 {
            font-size: 34px;
        }
    }

    @media (max-width: 1199.98px) {
        .__why-choose-wrapper h3 {
            font-size: 32px;
        }
    }

    @media (max-width: 991.98px) {
        .__why-choose-wrapper h3 {
            font-size: 28px;
        }
    }

    @media (max-width: 575.98px) {
        .__why-choose-wrapper h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .__why-choose-wrapper h3 {
            font-size: 23px;
        }
    }

    @media (max-width: 388.98px) {
        .__why-choose-wrapper h3 {
            font-size: 22px;
        }
    }

    .__why-choose-wrapper .__why-choose-left {
        width: 60%;
        padding: 50px;
    }

    @media (max-width: 1199.98px) {
        .__why-choose-wrapper .__why-choose-left {
            width: 55%;
        }
    }

    @media (max-width: 991.98px) {
        .__why-choose-wrapper .__why-choose-left {
            width: 100%;
            padding: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .__why-choose-wrapper .__why-choose-left {
            padding: 30px;
        }
    }

    .__why-choose-wrapper .__why-choose-right {
        width: 40%;
        height: 100%;
    }

    @media (max-width: 1199.98px) {
        .__why-choose-wrapper .__why-choose-right {
            width: 45%;
        }
    }

    @media (max-width: 991.98px) {
        .__why-choose-wrapper .__why-choose-right {
            width: 100%;
        }
    }

    .__why-choose-wrapper .__why-choose-right .common-img-area {
        height: 100%;
    }

        .__why-choose-wrapper .__why-choose-right .common-img-area img {
            height: 100%;
            object-fit: cover;
        }

    .__agency-partner .social-links {
        margin-top: 15px !important;
    }

    .__agency-partner h4 {
        color: #000000;
        font-weight: 700;
        margin-bottom: 20px;
    }

    @media (max-width: 991.98px) {
        .__agency-partner h4 {
            margin-bottom: 15px;
            font-size: 20px;
        }
    }

    .__agency-partner .__wrapper {
        display: flex;
        align-items: flex-start;
        gap: 30px;
    }

    @media (max-width: 480px) {
        .__agency-partner .__wrapper {
            flex-wrap: wrap;
            gap: 20px;
        }
    }

    .__agency-partner .__wrapper .__logo {
        width: 300px;
        height: 200px;
        padding: 30px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 1599.98px) {
        .__agency-partner .__wrapper .__logo {
            width: 240px;
        }
    }

    @media (max-width: 1399.98px) {
        .__agency-partner .__wrapper .__logo {
            width: 200px;
        }
    }

    @media (max-width: 575.98px) {
        .__agency-partner .__wrapper .__logo {
            height: 150px;
        }
    }

    @media (max-width: 480px) {
        .__agency-partner .__wrapper .__logo {
            width: 100%;
        }
    }

    .__agency-partner .__wrapper .__logo img {
        max-width: 230px;
        max-height: 130px;
        object-fit: contain;
    }

    @media (max-width: 1399.98px) {
        .__agency-partner .__wrapper .__logo img {
            max-width: 150px;
            max-height: 100px;
        }
    }

    .__agency-partner .__wrapper .__content {
        width: calc(100% - 300px);
    }

    @media (max-width: 1599.98px) {
        .__agency-partner .__wrapper .__content {
            width: calc(100% - 240px);
        }
    }

    @media (max-width: 1399.98px) {
        .__agency-partner .__wrapper .__content {
            width: calc(100% - 200px);
        }
    }

    @media (max-width: 480px) {
        .__agency-partner .__wrapper .__content {
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .__agency-partner .__wrapper .__content {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .__agency-partner .__wrapper .__content p {
            margin-bottom: 10px;
        }
    }

    .__agency-partner .__wrapper .__content .__contact-link {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    @media (max-width: 575.98px) {
        .__agency-partner .__wrapper .__content .__contact-link {
            gap: 4px;
        }
    }

    .__agency-partner .__wrapper .__content .__contact-link a {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        color: #424242;
        font-weight: 600;
        width: fit-content;
    }

    @media (max-width: 575.98px) {
        .__agency-partner .__wrapper .__content .__contact-link a {
            font-size: 16px;
        }
    }

    .__agency-partner .__wrapper .__content .__contact-link a:hover {
        color: #00ADFF;
    }

    .contact-link-wrapper {
        position: relative;
        z-index: 1;
        background-color: #e1e1e1;
        border-radius: 50px;
        padding: 20px;
        display: flex;
        justify-content: center;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        gap: 5px 30px;
        flex-wrap: wrap;
    }

    @media (max-width: 575.98px) {
        .contact-link-wrapper {
            padding: 15px;
        }
    }

    .contact-link-wrapper .dir-link {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

        .contact-link-wrapper .dir-link span {
            font-size: 18px;
            color: #424242;
            font-family: "Lato", sans-serif;
        }

    @media (max-width: 575.98px) {
        .contact-link-wrapper .dir-link span {
            font-size: 16px;
        }
    }

    .contact-link-wrapper .dir-link a {
        font-size: 18px;
        color: #00ADFF;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

    @media (max-width: 575.98px) {
        .contact-link-wrapper .dir-link a {
            font-size: 16px;
        }
    }

    .contact-link-wrapper .dir-link a:hover {
        color: #000000;
    }

    .test-jumber {
        position: sticky;
        top: 80px;
        z-index: 11111111111;
        padding: 30px 0;
    }

    .test-jumber-nav {
        display: flex;
        align-items: center;
        gap: 15px;
        overflow-x: auto;
        position: relative;
    }

        .test-jumber-nav a {
            font-size: 25px;
            white-space: nowrap;
        }

            .test-jumber-nav a.active {
                color: #000000;
            }

    /*********************
FAMILY HOLIDAYS
*********************/
    .down-arrow-section {
        padding-bottom: 160px;
    }

    @media (max-width: 991.98px) {
        .down-arrow-section {
            padding-bottom: 60px;
        }
    }

    @media (max-width: 767.98px) {
        .down-arrow-section {
            padding-bottom: 50px;
        }
    }

    .down-arrow-section .latest-news-nav {
        bottom: -120px;
        top: auto !important;
        left: 50%;
        right: auto;
        transform: scaleX(-1) translate(50%, -50%);
    }

    @media (max-width: 991.98px) {
        .down-arrow-section .latest-news-nav {
            display: none;
        }
    }

    .common-section-list section:nth-child(even) {
        background-color: #ffffff;
    }

    .common-section-list section:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .inpage-nav-slider {
        position: relative;
        max-width: 120px;
        margin: 20px auto;
        overflow: visible;
    }

    .inpage-nav-col {
        overflow: hidden;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    /*---------------------------------
PRELOADER POPUP SECTION STARTS
----------------------------------*/
    .formpreloader {
        position: fixed;
        z-index: -100;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.75);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .formpreloader.active {
            opacity: 1;
            visibility: visible;
            z-index: 11111111;
        }

        .formpreloader .container {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .formpreloader .container .loader-infinite {
                width: 100px;
            }

    .loader-infinite {
        position: relative;
        overflow: hidden;
        padding: 30px 0;
        margin-top: 40px;
    }

        .loader-infinite .item {
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 12px;
            position: relative;
            box-sizing: border-box;
            margin: 0 auto;
        }

            .loader-infinite .item.item4 {
                background-color: transparent;
                animation: circle2 2s linear infinite;
            }

                .loader-infinite .item.item4 .circle {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0%;
                    top: 0%;
                    border-radius: 50%;
                }

                    .loader-infinite .item.item4 .circle:before {
                        content: "";
                        width: 3px;
                        height: 8px;
                        border-radius: 12px;
                        background-color: #00ADFF;
                        position: absolute;
                        top: 15px;
                        left: 6px;
                    }

                    .loader-infinite .item.item4 .circle.circle1 {
                        transform: rotate(0);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle1:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle2 {
                        transform: rotate(40deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle2:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle3 {
                        transform: rotate(80deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle3:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle4 {
                        transform: rotate(120deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle4:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle5 {
                        transform: rotate(160deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle5:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle6 {
                        transform: rotate(200deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle6:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle7 {
                        transform: rotate(240deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle7:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle8 {
                        transform: rotate(280deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle8:before {
                            background-color: #00ADFF;
                        }

                    .loader-infinite .item.item4 .circle.circle9 {
                        transform: rotate(320deg);
                        opacity: 1;
                    }

                        .loader-infinite .item.item4 .circle.circle9:before {
                            background-color: #00ADFF;
                        }

    @keyframes circle0 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes circle1 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

    @keyframes circle2 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /*---------------------------------
PRELOADER POPUP SECTION ENDS
----------------------------------*/
    /*********************
PLAN YOUR WEDDING
*********************/
    .common-video-container-wrapper {
        position: relative;
        height: 800px;
        width: 100%;
        overflow: hidden;
        border-radius: 1.2rem 5px 0 0;
    }

    @media (max-width: 1599.98px) {
        .common-video-container-wrapper {
            height: 600px;
        }
    }

    @media (max-width: 1199.98px) {
        .common-video-container-wrapper {
            height: 500px;
        }
    }

    @media (max-width: 767.98px) {
        .common-video-container-wrapper {
            height: 450px;
        }
    }

    @media (max-width: 575.98px) {
        .common-video-container-wrapper {
            height: 350px;
        }
    }

    @media (max-width: 480px) {
        .common-video-container-wrapper {
            height: 300px;
        }
    }

    .common-video-container-wrapper .video-background-controls {
        display: none;
    }

    .common-video-container-wrapper .common-video-image-slider {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

        .common-video-container-wrapper .common-video-image-slider .__wrapper {
            position: relative;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

            .common-video-container-wrapper .common-video-image-slider .__wrapper:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.15);
                z-index: 11;
            }

            .common-video-container-wrapper .common-video-image-slider .__wrapper .__img {
                height: 100%;
                width: 100%;
            }

                .common-video-container-wrapper .common-video-image-slider .__wrapper .__img img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }

            .common-video-container-wrapper .common-video-image-slider .__wrapper .__video {
                height: 100%;
                width: 100%;
            }

        .common-video-container-wrapper .common-video-image-slider .__content {
            position: absolute;
            bottom: 50px;
            text-align: center;
            z-index: 11;
            width: 100%;
        }

    @media (max-width: 767.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content {
            bottom: 30px;
        }
    }

    .common-video-container-wrapper .common-video-image-slider .__content .__txt {
        max-width: 55%;
        margin: 0 auto;
    }

    @media (max-width: 767.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt {
            max-width: 75%;
        }
    }

    @media (max-width: 575.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt {
            max-width: 100%;
        }
    }

    .common-video-container-wrapper .common-video-image-slider .__content .__txt .subtitle {
        color: #ffffff;
        font-size: 72px;
        text-transform: uppercase;
        font-weight: 700;
    }

    @media (max-width: 1799.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt .subtitle {
            font-size: 62px;
        }
    }

    @media (max-width: 1599.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt .subtitle {
            font-size: 52px;
        }
    }

    @media (max-width: 1399.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt .subtitle {
            font-size: 42px;
        }
    }

    @media (max-width: 991.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt .subtitle {
            font-size: 32px;
        }
    }

    @media (max-width: 575.98px) {
        .common-video-container-wrapper .common-video-image-slider .__content .__txt .subtitle {
            font-size: 22px;
        }
    }

    .highlights-wrapper {
        background-color: #f1f1f1;
        border-radius: 0 0 5px 5px;
        padding: 50px;
    }

    @media (max-width: 991.98px) {
        .highlights-wrapper {
            padding: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .highlights-wrapper {
            padding: 30px;
        }

            .highlights-wrapper h3 {
                font-size: 22px;
            }
    }

    @media (max-width: 480px) {
        .highlights-wrapper {
            padding: 25px;
        }

            .highlights-wrapper h3 {
                font-size: 20px;
            }
    }

    .highlights-wrapper .__lists {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    @media (max-width: 991.98px) {
        .highlights-wrapper .__lists {
            margin-top: 30px;
        }
    }

    .highlights-wrapper .__lists .Highlights-lists {
        width: 45%;
        float: left;
        margin-bottom: 25px;
    }

    @media (max-width: 991.98px) {
        .highlights-wrapper .__lists .Highlights-lists {
            width: 100%;
            margin-bottom: 15px;
        }
    }

    .highlights-wrapper .__lists .Highlights-lists .title-with-icon {
        margin-bottom: 15px;
    }

    @media (max-width: 991.98px) {
        .highlights-wrapper .__lists .Highlights-lists .title-with-icon {
            margin-bottom: 10px;
        }
    }

    .highlights-wrapper .__lists .Highlights-lists p {
        padding-left: 30px;
    }

    @media (max-width: 575.98px) {
        .highlights-wrapper .__lists .Highlights-lists p {
            padding-left: 20px;
        }
    }

    .travel-package-link.common-hover-link .common-hover-title-area .icon-right-arrow {
        transform: scaleX(1) !important;
    }

    .travel-package-link .related-grid-category-subtitle h6:after {
        display: none;
    }

    @media (max-width: 991.98px) {
        .travel-package-link .common-hover-img-area img {
            aspect-ratio: 16/12 !important;
        }
    }

    .travel-package-link .common-hover-title-area h6 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .travel-package-link .date-wrapper.price-wrapper {
        margin-bottom: 10px;
    }

    @media (max-width: 575.98px) {
        .travel-package-link .date-wrapper.price-wrapper {
            margin-bottom: 5px;
        }
    }

    .travel-package-link .date-wrapper.price-wrapper .date-range-wrapper span:nth-child(2) {
        font-size: 25px;
        line-height: 25px;
    }

    @media (max-width: 1199.98px) {
        .travel-package-link .date-wrapper.price-wrapper .date-range-wrapper span:nth-child(2) {
            font-size: 22px;
            line-height: 22px;
        }
    }

    @media (max-width: 767.98px) {
        .travel-package-link .date-wrapper.price-wrapper .date-range-wrapper span:nth-child(2) {
            font-size: 20px;
            line-height: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .travel-package-link .date-wrapper.price-wrapper .date-range-wrapper span:nth-child(2) {
            font-size: 18px;
            line-height: 18px;
        }
    }

    .experience-cerkezkoy-section {
        overflow-x: hidden;
    }

    .list-group {
        display: flex;
        flex-direction: row;
    }

    .sticky-navigations {
        position: sticky;
        top: 0;
        background-color: white;
    }

        .sticky-navigations nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            flex-flow: row wrap;
            background: #fafafa;
        }

            .sticky-navigations nav ul li {
                width: 20%;
            }

                .sticky-navigations nav ul li a {
                    display: block;
                    padding: 1em 1em;
                    line-height: 1;
                    text-decoration: none;
                    transition: all 0.2s linear;
                }

                    .sticky-navigations nav ul li a:visited {
                        color: inherit;
                    }

                    .sticky-navigations nav ul li a.active {
                        background-color: #222;
                        color: white;
                    }

    .red {
        background-color: #B91C1C;
    }

    .green {
        background-color: #059669;
    }

    .blue {
        background-color: #2563EB;
    }

    .yellow {
        background-color: #D97706;
    }

    .pink {
        background-color: #DB2777;
    }

    .cyan {
        background-color: cyan;
    }

    .error-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

        .error-container .error-col {
            display: flex;
            gap: 20px;
            text-align: center;
            flex-wrap: wrap;
            justify-content: center;
        }

            .error-container .error-col .error-logo img {
                height: auto;
            }

            .error-container .error-col h2, .error-container .error-col p {
                margin-bottom: 0px;
                width: 100%;
            }

    .eapps-widget.eapps-instagram-feed-popup {
        z-index: 99999999 !important;
    }

    .listed-row .row:last-child {
        margin-bottom: 0px !important;
    }

    .favourite-col-wrapper {
        position: relative;
    }

        .favourite-col-wrapper .__fav-icons {
            position: absolute;
            top: 30px;
            right: 30px;
            z-index: 1111111;
        }

    /*---------------------------------
DATATABLE SECTION STARTS
----------------------------------*/
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
        content: "\e927";
        font-family: icomoon;
        height: 20px;
        width: 20px;
        background: #00ADFF;
        border-radius: 100%;
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        box-shadow: none;
        border: 1px solid #00ADFF;
        transform: rotateZ(45deg);
        top: 42%;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
        content: "\e939";
        font-family: icomoon;
        transform: rotateZ(0deg);
        background-color: #00ADFF;
    }

    .__leaderboard_table_card {
        margin: 0 30px;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        position: relative;
        border-bottom: 1px solid #00ADFF;
    }

    @media (max-width: 575.98px) {
        .__leaderboard_table_card {
            margin: 0 15px;
            padding: 5px 0;
        }
    }

    .__leaderboard_table_card .__leaderboard_table_card_in {
        display: flex;
        align-items: center;
        gap: 10px 20px;
        margin: 10px 0;
        width: 100%;
        padding-right: 90px;
    }

    @media (max-width: 575.98px) {
        .__leaderboard_table_card .__leaderboard_table_card_in {
            padding-right: 75px;
        }
    }

    @media (max-width: 480px) {
        .__leaderboard_table_card .__leaderboard_table_card_in {
            gap: 10px 5px;
        }
    }

    .__leaderboard_table_card .__leaderboard_table_card_in .__img_col {
        height: 75px;
        width: 75px;
        min-width: 75px;
        position: relative;
        overflow: hidden;
        border-radius: 100%;
    }

    @media (max-width: 767.98px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__img_col {
            height: 65px;
            width: 65px;
            min-width: 65px;
        }
    }

    @media (max-width: 480px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__img_col {
            height: 50px;
            width: 50px;
            min-width: 50px;
        }
    }

    .__leaderboard_table_card .__leaderboard_table_card_in .__img_col img {
        height: 100%;
        object-fit: cover;
    }

    .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__title {
        font-size: 25px;
        font-weight: 500;
        color: #00ADFF;
    }

    @media (max-width: 1399.98px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__title {
            font-size: 22px;
        }
    }

    @media (max-width: 991.98px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__title {
            font-size: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__title {
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__title {
            font-size: 15px;
        }
    }

    .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__points {
        font-size: 14px;
        font-weight: 500;
        color: #00ADFF;
        display: inline-flex;
        padding: 5px 0;
        letter-spacing: 0.7px;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    @media (max-width: 767.98px) {
        .__leaderboard_table_card .__leaderboard_table_card_in .__content_col .__points {
            font-size: 12px;
        }
    }

    .__leaderboard_table_card .__rank_text {
        position: absolute;
        right: 30px;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 75px;
        font-weight: 500;
        color: #00ADFF;
        opacity: 0.1;
    }

    @media (max-width: 1599.98px) {
        .__leaderboard_table_card .__rank_text {
            font-size: 65px;
        }
    }

    @media (max-width: 1399.98px) {
        .__leaderboard_table_card .__rank_text {
            right: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .__leaderboard_table_card .__rank_text {
            font-size: 55px;
            right: 5px;
        }
    }

    @media (max-width: 480px) {
        .__leaderboard_table_card .__rank_text {
            font-size: 40px;
        }
    }

    .__leaderboard_table_card .__rank_text span {
        font-size: 35px;
    }

    @media (max-width: 1599.98px) {
        .__leaderboard_table_card .__rank_text span {
            font-size: 30px;
        }
    }

    @media (max-width: 767.98px) {
        .__leaderboard_table_card .__rank_text span {
            font-size: 25px;
        }
    }

    @media (max-width: 480px) {
        .__leaderboard_table_card .__rank_text span {
            font-size: 22px;
        }
    }

    .__datatable_container {
        position: relative;
    }

        .__datatable_container .leaderboard_table {
            border-radius: 30px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.07);
        }

    @media (max-width: 1199.98px) {
        .__datatable_container .leaderboard_table {
            border-radius: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .__datatable_container .leaderboard_table {
            border-radius: 15px;
        }
    }

    @media (max-width: 480px) {
        .__datatable_container .leaderboard_table {
            border-radius: 1.2rem;
        }
    }

    .__datatable_container .leaderboard_table thead {
        display: none;
    }

    .__datatable_container .leaderboard_table tbody tr {
        background-color: #ffffff !important;
    }

        .__datatable_container .leaderboard_table tbody tr td {
            border: 0px solid #ffffff;
            padding: 0;
        }

        .__datatable_container .leaderboard_table tbody tr:last-child td .__leaderboard_table_card {
            border-bottom: 0px solid #ffffff;
        }

    .__datatable_container table, .__datatable_container th, .__datatable_container td {
        border-collapse: collapse !important;
        vertical-align: middle;
    }

    .__datatable_container th, .__datatable_container td {
        border: 1px solid #e9e9e9;
    }

    .__datatable_container select:focus {
        box-shadow: none;
    }

    .__datatable_container .dataTables_length {
        margin: 0;
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_length {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .__datatable_container .dataTables_length label {
        font-size: 18px;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_length label {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_length label {
            font-size: 14px;
        }
    }

    .__datatable_container .dataTables_length label select {
        border-radius: 60px;
        padding: 8px 50px 8px 30px;
        border: 1px solid rgba(66, 66, 66, 0.3);
        appearance: none;
        font-weight: 500;
        background: #ffffff url(https://www.cerkezkoyde.com/assets/images/arrow-down.svg) no-repeat scroll center right 20px;
        background-size: 16px;
        height: 50px;
        margin: 0 10px;
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_length label select {
            height: 50px;
            padding: 8px 40px 8px 20px;
            background-size: 12px;
        }
    }

    .__datatable_container .dataTables_filter {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: end;
        flex-wrap: wrap;
        gap: 15px 15px;
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_filter {
            justify-content: center;
            margin-top: 20px;
        }
    }

    .__datatable_container .dataTables_filter .select-filter-dt {
        position: relative;
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_filter .select-filter-dt {
            width: 100%;
        }
    }

    .__datatable_container .dataTables_filter .select-filter-dt .label_select {
        position: absolute;
        top: -12px;
        left: 21px;
        z-index: 1;
        font-size: 16px;
        background: #ffffff;
        padding: 0px 5px;
        color: #454545;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    @media (max-width: 1199.98px) {
        .__datatable_container .dataTables_filter .select-filter-dt .label_select {
            font-size: 14px;
        }
    }

    .__datatable_container .dataTables_filter .select-filter-dt .label_select:before {
        content: none;
    }

    .__datatable_container .dataTables_filter .select-filter-dt .custom-select {
        border: 1px solid rgba(66, 66, 66, 0.3);
        color: black;
        width: 100%;
        height: 50px;
        min-height: auto;
        padding: 10px 60px 10px 30px;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        box-shadow: none;
        outline: none;
        border-radius: 100px;
        background: #ffffff url(https://www.cerkezkoyde.com/assets/images/arrow-down.svg) no-repeat scroll center right 20px;
        background-size: 16px;
    }

        .__datatable_container .dataTables_filter .select-filter-dt .custom-select.placeholder {
            color: rgba(0, 0, 0, 0.6);
            opacity: 1;
            font-weight: 400;
        }

        .__datatable_container .dataTables_filter .select-filter-dt .custom-select:-moz-placeholder {
            color: rgba(0, 0, 0, 0.6);
            opacity: 1;
            font-weight: 400;
        }

        .__datatable_container .dataTables_filter .select-filter-dt .custom-select::-moz-placeholder {
            color: rgba(0, 0, 0, 0.6);
            opacity: 1;
            font-weight: 400;
        }

        .__datatable_container .dataTables_filter .select-filter-dt .custom-select::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.6);
            opacity: 1;
            font-weight: 400;
        }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_filter .select-filter-dt .custom-select {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_filter .select-filter-dt .custom-select {
            height: 50px;
            background-size: 12px;
            padding: 10px 45px 10px 25px;
        }
    }

    .__datatable_container .dataTables_filter .select-filter-dt .custom-select:focus {
        border-color: #000000;
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_filter > label {
            width: 100%;
        }
    }

    .__datatable_container .dataTables_filter > label input {
        width: 100% !important;
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_filter > label input {
            margin: 0 !important;
        }
    }

    .__datatable_container .dataTables_filter label {
        font-size: 0;
        position: relative;
        margin-right: 9px;
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_filter label {
            margin-right: 0px;
        }
    }

    .__datatable_container .dataTables_filter label:before {
        content: "\e90f";
        font-family: icomoon;
        font-size: 20px;
        top: 10px;
        left: 28px;
        position: absolute;
        color: #B7B7B7;
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_filter label:before {
            font-size: 15px;
            top: 14px;
        }
    }

    .__datatable_container .dataTables_filter label input {
        border: 1px solid rgba(66, 66, 66, 0.3);
        color: black;
        background: white;
        width: 100%;
        height: 50px;
        min-height: auto;
        padding: 10px 30px 10px 50px;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
        box-shadow: none;
        outline: none;
        border-radius: 100px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .__datatable_container .dataTables_filter label input.placeholder {
            color: rgb(102, 102, 102);
            opacity: 1;
            font-weight: 400;
        }

        .__datatable_container .dataTables_filter label input:-moz-placeholder {
            color: rgb(102, 102, 102);
            opacity: 1;
            font-weight: 400;
        }

        .__datatable_container .dataTables_filter label input::-moz-placeholder {
            color: rgb(102, 102, 102);
            opacity: 1;
            font-weight: 400;
        }

        .__datatable_container .dataTables_filter label input::-webkit-input-placeholder {
            color: rgb(102, 102, 102);
            opacity: 1;
            font-weight: 400;
        }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_filter label input {
            font-size: 16px;
        }
    }

    .__datatable_container .dataTables_filter label input:focus {
        border-color: #000000;
    }

    .__datatable_container .dataTables_info {
        font-size: 18px;
        padding-top: 30px;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_info {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_info {
            font-size: 14px;
            padding-top: 15px;
        }
    }

    .__datatable_container table.dataTable thead > tr > th.sorting::before {
        content: "\e938";
        right: 20px;
        font-family: icomoon;
        top: 25%;
    }

    .__datatable_container table.dataTable thead > tr > th.sorting::after {
        content: "\e939";
        font-family: icomoon;
        right: 5px;
        top: 25%;
    }

    .__datatable_container .tablecheck {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
    }

        .__datatable_container .tablecheck input[type=checkbox] {
            display: none;
        }

            .__datatable_container .tablecheck input[type=checkbox]:checked + label {
                font-weight: 500;
                color: #00ADFF;
            }

                .__datatable_container .tablecheck input[type=checkbox]:checked + label:after {
                    background-color: #00ADFF;
                    transform: scale(1);
                }

            .__datatable_container .tablecheck input[type=checkbox] + label {
                position: relative;
                padding: 0;
                -webkit-transition: all 0.5s ease 0s !important;
                -moz-transition: all 0.5s ease 0s !important;
                -ms-transition: all 0.5s ease 0s !important;
                -o-transition: all 0.5s ease 0s !important;
                transition: all 0.5s ease 0s !important;
                font-size: 20px;
                font-weight: 400;
                color: #00ADFF;
                cursor: pointer;
                height: 25px;
                width: 25px;
            }

    @media (max-width: 767.98px) {
        .__datatable_container .tablecheck input[type=checkbox] + label {
            font-size: 14px;
        }
    }

    .__datatable_container .tablecheck input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        border: 1px solid rgba(66, 66, 66, 0.3);
        background: #ffffff;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .tablecheck input[type=checkbox] + label:before {
            width: 20px;
            height: 20px;
        }
    }

    .__datatable_container .tablecheck input[type=checkbox] + label:after {
        content: "\e913";
        font-family: icomoon;
        font-size: 10px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        background-color: rgba(205, 36, 23, 0);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        transform: scale(0);
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .tablecheck input[type=checkbox] + label:after {
            width: 20px;
            height: 20px;
        }
    }

    .__datatable_container .tablecheck input[type=checkbox] + label:hover {
        color: #00ADFF;
    }

    .__datatable_container table thead tr th.tabkecheckth {
        padding-right: 15px;
    }

        .__datatable_container table thead tr th.tabkecheckth:before, .__datatable_container table thead tr th.tabkecheckth:after {
            content: none !important;
        }

        .__datatable_container table thead tr th.tabkecheckth .tablecheck input[type=checkbox]:checked + label::after {
            background-color: #00ADFF;
        }

    .__datatable_container table thead tr:first-child th:first-child {
        border-top-left-radius: 10px;
    }

    .__datatable_container table thead tr:first-child th:last-child {
        border-top-right-radius: 10px;
    }

    .__datatable_container table thead tr th {
        background-color: #000000;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container table thead tr th {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container table thead tr th {
            font-size: 14px;
        }
    }

    .__datatable_container table tbody tr.child ul {
        width: 100%;
    }

        .__datatable_container table tbody tr.child ul li:before {
            content: none;
        }

    .__datatable_container table tbody tr td a b {
        font-weight: 500;
        color: #00ADFF;
        text-decoration: underline;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    .__datatable_container table tbody tr td a:hover b {
        color: #00ADFF;
    }

    .__datatable_container table tbody tr.clicked {
        background-color: #f4f4f4 !important;
    }

    .__datatable_container table tbody tr:nth-child(odd) {
        background-color: #f4f4f4;
    }

        .__datatable_container table tbody tr:nth-child(odd) td {
            background-color: rgba(205, 36, 23, 0);
            color: #00ADFF;
            font-size: 18px;
        }

    @media (max-width: 1399.98px) {
        .__datatable_container table tbody tr:nth-child(odd) td {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container table tbody tr:nth-child(odd) td {
            font-size: 14px;
        }
    }

    .__datatable_container table tbody tr:nth-child(odd):hover {
        background-color: #f4f4f4;
    }

    .__datatable_container table tbody tr:nth-child(even) {
        background-color: rgba(205, 36, 23, 0);
    }

        .__datatable_container table tbody tr:nth-child(even) td {
            background-color: rgba(205, 36, 23, 0);
            color: #000000;
            font-size: 18px;
        }

    @media (max-width: 1399.98px) {
        .__datatable_container table tbody tr:nth-child(even) td {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container table tbody tr:nth-child(even) td {
            font-size: 14px;
        }
    }

    .__datatable_container table tbody tr:nth-child(even):hover {
        background-color: #f4f4f4;
    }

    .__datatable_container .dataTables_paginate {
        padding-top: 10px;
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_paginate {
            padding-top: 5px;
        }
    }

    .__datatable_container .dataTables_paginate .pagination {
        margin: 0;
    }

    .__datatable_container .dataTables_paginate .paginate_button {
        font-size: 18px;
        font-weight: 500;
        color: #00ADFF !important;
        border-radius: 3px;
        margin: 0 0px 0 10px;
        padding: 0;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_paginate .paginate_button {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_paginate .paginate_button {
            font-size: 12px;
        }
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_paginate .paginate_button {
            font-size: 10px;
        }
    }

    .__datatable_container .dataTables_paginate .paginate_button:focus {
        box-shadow: none;
    }

    .__datatable_container .dataTables_paginate .paginate_button a {
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0);
        border: none;
        margin: 0;
        border: 1px solid rgba(66, 66, 66, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        border-radius: 1.2rem;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_paginate .paginate_button a {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_paginate .paginate_button a {
            font-size: 12px;
        }
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_paginate .paginate_button a {
            font-size: 10px;
        }
    }

    .__datatable_container .dataTables_paginate .paginate_button.active a {
        background-color: #000000;
        color: #ffffff !important;
    }

    .__datatable_container .dataTables_paginate .paginate_button:before {
        content: none;
    }

    .__datatable_container .dataTables_paginate .paginate_button.first {
        display: none;
    }

    .__datatable_container .dataTables_paginate .paginate_button.last {
        display: none;
    }

    .__datatable_container .dataTables_paginate .paginate_button.disabled a {
        font-size: 18px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.3) !important;
        border-radius: 3px;
    }

    @media (max-width: 1399.98px) {
        .__datatable_container .dataTables_paginate .paginate_button.disabled a {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .__datatable_container .dataTables_paginate .paginate_button.disabled a {
            font-size: 12px;
        }
    }

    @media (max-width: 575.98px) {
        .__datatable_container .dataTables_paginate .paginate_button.disabled a {
            font-size: 10px;
        }
    }

    .__datatable_container .dataTables_paginate .paginate_button.disabled a:hover {
        color: #ffffff !important;
        background: #000000;
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

    .__datatable_container .dataTables_paginate .paginate_button:hover a {
        color: #ffffff !important;
        background: #000000;
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0;
    }

    .__datatable_container .form-label-group .nice-select:hover span {
        color: inherit;
    }

    .__datatable_container .form-label-group .nice-select:after {
        display: none;
    }

    .form-select:focus {
        box-shadow: none !important;
    }

    .dataTables_length .nice-select {
        display: none;
    }

    .page-link:focus {
        box-shadow: none;
    }

    div.dataTables_wrapper div.dataTables_length select {
        display: inline-block !important;
    }

    /*---------------------------------
DATATABLE SECTION ENDS
----------------------------------*/
    /*---------------------------------
MAPBOX NEW VERSION SECTION STARTS
----------------------------------*/
    .explore-crk-locator {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100%;
        overflow: hidden;
    }

        .explore-crk-locator .map-container-wrapper {
            position: relative;
            height: 100dvh;
        }

        .explore-crk-locator .map-container {
            position: absolute;
            width: 100%;
            height: calc(100dvh - 100px);
            bottom: 0;
        }

        .explore-crk-locator #map {
            height: 100%;
            width: 100%;
        }

        .explore-crk-locator .left-panel {
            height: 100dvh;
            padding-top: 100px;
        }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel {
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            z-index: 11;
            border-top: 1px solid #dddddd;
            height: auto;
            padding-top: 0;
        }

            .explore-crk-locator .left-panel .__search_toggle_btn {
                top: -29px;
                bottom: auto;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 0px;
            }
    }

    .explore-crk-locator .left-panel #locationList {
        height: calc(100% - 180px);
        overflow-y: auto;
    }

        .explore-crk-locator .left-panel #locationList .alert {
            margin: 20px 30px;
        }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList {
            height: auto;
            width: 100%;
            padding-top: 0;
            overflow-y: inherit;
            overflow-x: auto;
            margin-right: 0px;
            margin-bottom: 0px;
            display: flex;
            scroll-behavior: smooth;
            height: 180px;
            z-index: 11;
            background-color: #fff;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList {
            height: 150px;
        }
    }

    .explore-crk-locator .left-panel #locationList .__found_results {
        padding: 30px 30px 10px 30px;
        font-size: 16px;
        font-style: italic;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .__found_results {
            display: none;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 30px;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid transparent;
        padding-bottom: 20px;
        padding: 20px 30px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .explore-crk-locator .left-panel #locationList .location-item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 0%;
            width: 5px;
            background-color: #00ADFF;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .explore-crk-locator .left-panel #locationList .location-item.active:before {
            height: 100%;
            opacity: 1;
            visibility: visible;
        }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item.active {
            border: 1px solid #00ADFF;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item.active .location-content h6 {
        color: #00ADFF;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item {
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 1.2rem;
            margin: 20px 0px 20px 20px;
            padding: 20px;
        }

            .explore-crk-locator .left-panel #locationList .location-item:hover {
                border-color: #00ADFF;
            }

            .explore-crk-locator .left-panel #locationList .location-item:last-child {
                margin-right: 20px;
            }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList .location-item {
            margin: 15px 0px 15px 15px;
            padding: 15px;
        }
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item:hover {
            border-bottom-color: #00ADFF;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item:hover .location-content h6 {
        color: #00ADFF;
    }

    .explore-crk-locator .left-panel #locationList .location-item:hover .location-img img {
        transform: scale(1.05);
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-content {
        width: 68%;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content {
            width: 250px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content {
            width: 180px;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-content h6 {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
        font-family: "Inter", sans-serif;
        margin-bottom: 5px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content h6 {
            font-size: 14px;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-content p {
        font-size: 14px;
        font-style: italic;
        margin-bottom: 0px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content p {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content p {
            -webkit-line-clamp: 1;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-content .location-href {
        display: none;
        padding: 5px 11px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        font-size: 10px;
        position: relative;
        background-color: rgba(205, 36, 23, 0);
        margin-top: 8px;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content .location-href {
            display: inline-block;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-content .location-href {
            padding: 4px 8px;
            font-size: 8px;
            margin-top: 5px;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-content .location-href span {
        color: #00ADFF;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-content .location-href:hover {
        background-color: #00ADFF;
        border: 1px solid #00ADFF;
    }

        .explore-crk-locator .left-panel #locationList .location-item .location-content .location-href:hover span {
            color: #ffffff;
        }

    .explore-crk-locator .left-panel #locationList .location-item .location-img {
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
        overflow: hidden;
        width: 32%;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-img {
            width: 130px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-img {
            width: 100px;
        }
    }

    .explore-crk-locator .left-panel #locationList .location-item .location-img img {
        height: 90px;
        max-width: 100%;
        object-fit: cover;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1599.98px) {
        .explore-crk-locator .left-panel #locationList .location-item .location-img img {
            height: 70px;
        }
    }

    .explore-crk-locator .ui-widget {
        padding: 30px 30px;
        border-bottom: 1px solid #E5E5E5;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .ui-widget {
            display: none;
        }
    }

    .explore-crk-locator .ui-widget h4 {
        font-weight: 700;
        color: #000000;
        font-size: 40px;
    }

    @media (max-width: 1399.98px) {
        .explore-crk-locator .ui-widget h4 {
            font-size: 34px;
        }
    }

    @media (max-width: 1199.98px) {
        .explore-crk-locator .ui-widget h4 {
            font-size: 30px;
        }
    }

    .explore-crk-locator .ui-widget .locator-search-wrapper {
        position: relative;
    }

        .explore-crk-locator .ui-widget .locator-search-wrapper input {
            height: 48px;
            border-radius: 30px;
            width: 100%;
            border: 1px solid #cbcbcb;
            font-size: 15px;
            padding: 0 20px 0 20px;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

            .explore-crk-locator .ui-widget .locator-search-wrapper input::placeholder {
                color: rgba(66, 66, 66, 0.7);
            }

            .explore-crk-locator .ui-widget .locator-search-wrapper input:focus {
                border-color: #000000;
                box-shadow: none;
            }

            .explore-crk-locator .ui-widget .locator-search-wrapper input::-webkit-search-cancel-button {
                display: block;
            }

        .explore-crk-locator .ui-widget .locator-search-wrapper button {
            position: absolute;
            right: 4px;
            top: 3px;
            box-shadow: none;
            border: none;
            background-color: transparent;
        }

            .explore-crk-locator .ui-widget .locator-search-wrapper button span {
                height: 42px;
                background-color: #00ADFF;
                color: #ffffff;
                border: 1px solid #00ADFF;
                box-shadow: none;
                border-radius: 70px;
                width: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                -webkit-transition: all 0.5s ease 0s !important;
                -moz-transition: all 0.5s ease 0s !important;
                -ms-transition: all 0.5s ease 0s !important;
                -o-transition: all 0.5s ease 0s !important;
                transition: all 0.5s ease 0s !important;
            }

            .explore-crk-locator .ui-widget .locator-search-wrapper button:hover span {
                background-color: #000000;
                border-color: #000000;
            }

    .explore-crk-locator .locator-popup {
        display: none;
        position: absolute;
        top: 15%;
        right: 1%;
        background-color: white;
        padding: 0px;
        z-index: 1;
        border: 1px solid #ccc;
        border-radius: 1.2rem;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        width: 350px;
        overflow: hidden;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .locator-popup {
            display: none !important;
        }
    }

    .explore-crk-locator .locator-popup .locator-popup-img {
        aspect-ratio: 16/8;
    }

        .explore-crk-locator .locator-popup .locator-popup-img img {
            height: 100%;
            object-fit: cover;
        }

    .explore-crk-locator .locator-popup .locator-popup-content {
        padding: 25px;
        max-height: 550px;
        overflow-y: auto;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content {
            padding: 20px;
        }
    }

    @media (max-width: 388.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content {
            padding: 15px;
        }
    }

    .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }

        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__title h5 {
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #000000;
        }

    @media (max-width: 991.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__title h5 {
            font-size: 22px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__title h5 {
            font-size: 20px;
        }
    }

    .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__title h6 {
        font-size: 16px;
        font-style: italic;
        font-family: "Lato", sans-serif;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__title h6 {
            font-size: 15px;
        }
    }

    @media (max-width: 388.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__title h6 {
            font-size: 14px;
        }
    }

    .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__fav_btn {
        cursor: pointer;
    }

        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__fav_btn span {
            font-size: 16px;
            border: 1px solid rgba(66, 66, 66, 0.5);
            border-radius: 50%;
            height: 35px;
            width: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            color: #424242;
            cursor: pointer;
            margin-top: 10px;
        }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__fav_btn span {
            height: 30px;
            width: 30px;
            font-size: 12px;
        }
    }

    .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__fav_btn span.icon-heart-bg {
        border: none;
        height: inherit;
        width: inherit;
        color: #00ADFF;
    }

    .explore-crk-locator .locator-popup .locator-popup-content .__title_wrapper .__fav_btn span:hover {
        border-color: #00ADFF;
        color: #00ADFF;
    }

    .explore-crk-locator .locator-popup .locator-popup-content .__links {
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 15px;
        width: 100%;
    }

        .explore-crk-locator .locator-popup .locator-popup-content .__links a {
            font-size: 16px;
            font-family: "Lato", sans-serif;
        }

    .explore-crk-locator .locator-popup .locator-popup-content p {
        font-size: 16px;
    }

    .explore-crk-locator .locator-popup .locator-popup-content .primary-btn {
        height: 40px;
        font-size: 14px;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-popup .locator-popup-content .primary-btn {
            height: 35px;
            font-size: 13px;
        }
    }

    .explore-crk-locator .locator-popup .locator-close {
        position: absolute;
        height: 30px;
        width: 30px;
        background-color: #ffffff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        line-height: 30px;
        top: 15px;
        right: 15px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        color: #424242;
        border: none;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-popup .locator-close {
            height: 25px;
            width: 25px;
            font-size: 24px;
            line-height: 24px;
        }
    }

    .explore-crk-locator .locator-popup .locator-close span {
        pointer-events: none;
    }

    .explore-crk-locator .locator-popup .locator-close:hover {
        background-color: #00ADFF;
        color: #ffffff;
    }

    .explore-crk-locator .locator-category-filters {
        z-index: 1;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .locator-category-filters {
            display: none;
        }
    }

    .explore-crk-locator .locator-category-filters.mobile-locator-category-filters {
        display: none;
        position: relative;
        padding: 5px 60px 20px 60px;
        top: 0;
        left: 0;
        overflow-y: hidden;
    }

    @media (max-width: 767.98px) {
        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters {
            padding: 5px 40px 20px 40px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters {
            padding: 5px 20px 20px 20px;
        }
    }

    .explore-crk-locator .locator-category-filters.mobile-locator-category-filters ul {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters ul li.hotels {
            border: 1px solid #00ACBA;
        }

        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters ul li.attractions {
            border: 1px solid #825475;
        }

        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters ul li.restaurants {
            border: 1px solid #ED6300;
        }

        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters ul li.events {
            border: 1px solid #7A7ABF;
        }

        .explore-crk-locator .locator-category-filters.mobile-locator-category-filters ul li.shopping {
            border: 1px solid #E19000;
        }

    .explore-crk-locator .locator-category-filters ul {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    @media (max-width: 1399.98px) {
        .explore-crk-locator .locator-category-filters ul {
            gap: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-category-filters ul {
            gap: 10px 5px;
        }
    }

    .explore-crk-locator .locator-category-filters ul li {
        padding: 8px 14px !important;
        display: flex;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        font-size: 14px;
        font-weight: 600;
        background-color: #ffffff;
        border-radius: 30px;
        border: 1px solid transparent;
        font-family: "Inter", sans-serif;
        white-space: nowrap;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 1399.98px) {
        .explore-crk-locator .locator-category-filters ul li {
            font-size: 12px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-category-filters ul li {
            padding: 4px 12px !important;
            font-size: 11px;
            gap: 5px;
        }
    }

    .explore-crk-locator .locator-category-filters ul li span {
        font-size: 20px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-category-filters ul li span {
            padding: 4px 12px !important;
            font-size: 11px;
        }
    }

    .explore-crk-locator .locator-category-filters ul li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    @media (max-width: 1399.98px) {
        .explore-crk-locator .locator-category-filters ul li img {
            width: 15px;
            height: 15px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .locator-category-filters ul li img {
            width: 12px;
            height: 12px;
        }
    }

    .explore-crk-locator .locator-category-filters ul li.active {
        color: #ffffff !important;
    }

        .explore-crk-locator .locator-category-filters ul li.active span {
            color: #ffffff !important;
        }

    .explore-crk-locator .locator-category-filters ul li.attractions {
        color: #825475;
    }

        .explore-crk-locator .locator-category-filters ul li.attractions span {
            color: #825475;
        }

        .explore-crk-locator .locator-category-filters ul li.attractions.active {
            background-color: #825475;
        }

    .explore-crk-locator .locator-category-filters ul li.events {
        color: #7A7ABF;
    }

        .explore-crk-locator .locator-category-filters ul li.events span {
            color: #7A7ABF;
        }

        .explore-crk-locator .locator-category-filters ul li.events.active {
            background-color: #7A7ABF;
        }

    .explore-crk-locator .locator-category-filters ul li.hotels {
        color: #00ACBA;
    }

        .explore-crk-locator .locator-category-filters ul li.hotels span {
            color: #00ACBA;
        }

        .explore-crk-locator .locator-category-filters ul li.hotels.active {
            background-color: #00ACBA;
        }

    .explore-crk-locator .locator-category-filters ul li.restaurants {
        color: #ED6300;
    }

        .explore-crk-locator .locator-category-filters ul li.restaurants span {
            color: #ED6300;
        }

        .explore-crk-locator .locator-category-filters ul li.restaurants.active {
            background-color: #ED6300;
        }

    .explore-crk-locator .locator-category-filters ul li.shopping {
        color: #E19000;
    }

        .explore-crk-locator .locator-category-filters ul li.shopping span {
            color: #E19000;
        }

        .explore-crk-locator .locator-category-filters ul li.shopping.active {
            background-color: #E19000;
        }

    .explore-crk-locator .mobile-ui-widget {
        display: none;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .mobile-ui-widget {
            display: block;
            position: absolute;
            top: 90px;
            width: 100%;
            padding: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .mobile-ui-widget {
            top: 82px;
        }
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .mobile-ui-widget .locator-search-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 15px 60px;
        }
    }

    @media (max-width: 767.98px) {
        .explore-crk-locator .mobile-ui-widget .locator-search-wrapper {
            padding: 15px 40px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .mobile-ui-widget .locator-search-wrapper {
            padding: 15px 20px;
        }
    }

    .explore-crk-locator .mobile-ui-widget .locator-search-wrapper ._icons .icon-filter-1 {
        font-size: 24px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .explore-crk-locator .mobile-ui-widget .locator-search-wrapper ._icons .icon-cross {
        font-size: 30px;
        position: absolute;
        right: 30px;
        font-size: 30px;
        top: 22px;
        color: #000000;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        opacity: 0;
        visibility: hidden;
    }

    @media (max-width: 575.98px) {
        .explore-crk-locator .mobile-ui-widget .locator-search-wrapper ._icons .icon-cross {
            right: 20px;
        }
    }

    .explore-crk-locator .mobile-ui-widget .locator-search-wrapper ._icons.active .icon-filter-1 {
        opacity: 0;
        visibility: hidden;
    }

    .explore-crk-locator .mobile-ui-widget .locator-search-wrapper ._icons.active .icon-cross {
        opacity: 1;
        visibility: visible;
    }

    .explore-crk-locator .__mobile_map_filter_wrapper {
        display: none;
    }

    @media (max-width: 991.98px) {
        .explore-crk-locator .__mobile_map_filter_wrapper {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            width: 70%;
            height: 100%;
            z-index: 1111111;
            background-color: #ffffff;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
            transform: translateX(100%);
        }

            .explore-crk-locator .__mobile_map_filter_wrapper.active {
                transform: translateX(0%);
            }

            .explore-crk-locator .__mobile_map_filter_wrapper .__close_wrapper {
                position: absolute;
                right: 20px;
                top: 20px;
                z-index: 1111111;
            }

                .explore-crk-locator .__mobile_map_filter_wrapper .__close_wrapper span {
                    color: #424242;
                    font-size: 30px;
                    -webkit-transition: all 0.5s ease 0s !important;
                    -moz-transition: all 0.5s ease 0s !important;
                    -ms-transition: all 0.5s ease 0s !important;
                    -o-transition: all 0.5s ease 0s !important;
                    transition: all 0.5s ease 0s !important;
                }

            .explore-crk-locator .__mobile_map_filter_wrapper .__explore_categories {
                z-index: 111111;
                position: relative;
                background-color: #ffffff;
                margin: 0;
                width: 100%;
                padding: 100px 30px;
            }

                .explore-crk-locator .__mobile_map_filter_wrapper .__explore_categories ul li.__attractions {
                    border-color: #825475;
                }

                .explore-crk-locator .__mobile_map_filter_wrapper .__explore_categories ul li.__events {
                    border-color: #7A7ABF;
                }

                .explore-crk-locator .__mobile_map_filter_wrapper .__explore_categories ul li.__hotels {
                    border-color: #00ACBA;
                }

                .explore-crk-locator .__mobile_map_filter_wrapper .__explore_categories ul li.__restaurants {
                    border-color: #ED6300;
                }

                .explore-crk-locator .__mobile_map_filter_wrapper .__explore_categories ul li.__shopping {
                    border-color: #E19000;
                }
    }

    .explore-crk-locator .__search_toggle_btn {
        height: 30px;
        width: 35px;
        background-color: #ffffff;
        border-bottom-left-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: -29px;
    }

        .explore-crk-locator .__search_toggle_btn span {
            font-size: 14px;
            color: rgba(66, 66, 66, 0.5);
            transform: rotate(90deg);
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

        .explore-crk-locator .__search_toggle_btn.active span {
            transform: rotate(-90deg);
        }

    .explore-crk-locator .filter-item {
        cursor: pointer;
        margin-bottom: 5px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 20px;
        display: inline-block;
        margin-right: 5px;
    }

        .explore-crk-locator .filter-item.active {
            background-color: #007bff;
            color: white;
        }

        .explore-crk-locator .filter-item:not(.active) img.inactive {
            display: inline;
        }

        .explore-crk-locator .filter-item:not(.active) img.active {
            display: none;
        }

        .explore-crk-locator .filter-item.active img.active {
            display: inline;
        }

        .explore-crk-locator .filter-item.active img.inactive {
            display: none;
        }

    .explore-crk-locator .marker {
        width: 34px !important;
        height: 34px !important;
        display: flex;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50%;
        overflow: visible;
    }

        .explore-crk-locator .marker::after {
            background: url(https://www.cerkezkoyde.com/assets/images/locator/marker.svg);
            width: 46px;
            height: 60px;
            content: "";
            position: absolute;
            top: -5px;
            left: -5px;
            z-index: 1;
            background-repeat: no-repeat;
            background-size: 44px;
        }

        .explore-crk-locator .marker.hotels {
            background-color: #00ACBA;
        }

            .explore-crk-locator .marker.hotels.active:after {
                background: url(https://www.cerkezkoyde.com/assets/images/locator/hotels-marker-active.svg);
                background-repeat: no-repeat;
                background-size: 44px;
            }

        .explore-crk-locator .marker.attractions {
            background-color: #825475;
        }

            .explore-crk-locator .marker.attractions.active:after {
                background: url(https://www.cerkezkoyde.com/assets/images/locator/attractions-marker-active.svg);
                background-repeat: no-repeat;
                background-size: 44px;
            }

        .explore-crk-locator .marker.restaurants {
            background-color: #ED6300;
        }

            .explore-crk-locator .marker.restaurants.active:after {
                background: url(https://www.cerkezkoyde.com/assets/images/locator/restaurants-marker-active.svg);
                background-repeat: no-repeat;
                background-size: 44px;
            }

        .explore-crk-locator .marker.events {
            background-color: #7A7ABF;
        }

            .explore-crk-locator .marker.events.active:after {
                background: url(https://www.cerkezkoyde.com/assets/images/locator/events-marker-active.svg);
                background-repeat: no-repeat;
                background-size: 44px;
            }

        .explore-crk-locator .marker.shopping {
            background-color: #E19000;
        }

            .explore-crk-locator .marker.shopping.active:after {
                background: url(https://www.cerkezkoyde.com/assets/images/locator/shopping-marker-active.svg);
                background-repeat: no-repeat;
                background-size: 44px;
            }

    #locationList::-webkit-scrollbar, .__explore_popup_wrapper .__content::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 0px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
    }

    #locationList::-webkit-scrollbar-track, .__explore_popup_wrapper .__content::-webkit-scrollbar-track {
        background: #f1f1f1;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
    }

    #locationList::-webkit-scrollbar-thumb, .__explore_popup_wrapper .__content::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        cursor: pointer;
    }

    .social-links-wrapper {
        padding-top: 15px;
    }

        .social-links-wrapper h6 {
            border-bottom: none !important;
        }

        .social-links-wrapper ul {
            display: flex;
            align-items: center;
            gap: 5px 15px;
            flex-wrap: wrap;
        }

            .social-links-wrapper ul li a {
                color: #515151;
            }

                .social-links-wrapper ul li a span {
                    font-size: 18px;
                }

    @media (max-width: 1199.98px) {
        .social-links-wrapper ul li a span {
            font-size: 16px;
        }
    }

    @media (max-width: 575.98px) {
        .social-links-wrapper ul li a span {
            font-size: 14px;
        }
    }

    .social-links-wrapper ul li a:hover {
        color: #00ADFF;
    }

    .social-links {
        display: flex;
        align-items: center;
        gap: 5px 8px;
        margin-top: 10px !important;
    }

    @media (max-width: 575.98px) {
        .social-links {
            margin-top: 8px !important;
        }
    }

    .social-links li a {
        border: 1px solid rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    @media (max-width: 1599.98px) {
        .social-links li a {
            height: 35px;
            width: 35px;
        }
    }

    @media (max-width: 575.98px) {
        .social-links li a {
            height: 30px;
            width: 30px;
        }
    }

    .social-links li a span {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 1199.98px) {
        .social-links li a span {
            font-size: 15px;
        }
    }

    @media (max-width: 575.98px) {
        .social-links li a span {
            font-size: 14px;
        }
    }

    .social-links li a:hover {
        border-color: #000000;
    }

        .social-links li a:hover span {
            color: #00ADFF;
        }

    .__accomodation_detail_navigation {
        top: 50%;
        justify-content: space-between;
        left: 0;
        z-index: 1111;
        position: absolute;
        display: flex;
        width: 100%;
    }

        .__accomodation_detail_navigation .accomodation-detail-next {
            position: absolute;
            right: 30px;
        }

        .__accomodation_detail_navigation .accomodation-detail-prev {
            position: absolute;
            left: 30px;
        }

    .common-swier-navigation {
        border: 1px solid #00ADFF;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        position: relative;
    }

    .common-swipper-navigation.disabled {
        display: none;
    }

    .__contact_links a {
        display: block;
        font-weight: bold;
        margin-bottom: 8px;
        color: #000000;
    }

        .__contact_links a:hover {
            color: #00ADFF;
        }

    .swal2-confirm {
        background-color: #00ADFF !important;
        box-shadow: none !important;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .swal2-confirm:hover {
            background-color: #000000 !important;
        }

    .contactsubmit {
        display: flex;
        gap: 10px 30px;
    }

    .toastify {
        background: #00ADFF !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px;
        color: #ffffff !important;
        font-size: 16px;
        padding: 16px 30px !important;
        border-radius: 999px !important;
    }

    @media (max-width: 767.98px) {
        .toastify {
            font-size: 14px;
        }
    }

    .toastify .toast-close {
        height: 30px;
        width: 30px;
        background-color: transparent;
        border: 1px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
    }

    @media (max-width: 767.98px) {
        .toastify .toast-close {
            height: 20px;
            width: 20px;
            font-size: 10px;
        }
    }

    /*****************************
SEARCH AREA AMENDMENTS
*****************************/
    @media (max-width: 991.98px) {
        .events-main-section #article-list {
            margin-top: -36px !important;
        }
    }

    .accommodation-grid-section.favourites-grid-section #article-list {
        margin-top: -36px !important;
    }

    .accommodation-grid-section.favourites-grid-section #partialViewContainer {
        margin-top: -36px !important;
    }

    .accommodation-grid-section .events-filter-full-wrapper .events-filter-wrapper .__filter-icon-area {
        margin-bottom: 35px;
    }

    @media (max-width: 991.98px) {
        .accommodation-grid-section .mobile-filter-search-wrapper {
            margin-top: 0px !important;
        }
    }

    .accommodation-grid-section .all-event-grid .results-txt, .accommodation-grid-section .all-event-grid .h4Show {
        font-size: 16px;
        font-weight: 500;
        height:50px;
        margin-top: 0px;
        margin-bottom: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .accommodation-grid-section .all-event-grid .results-txt span, .accommodation-grid-section .all-event-grid .h4Show span {
            font-weight: 500;
        }

    @media (max-width: 1399.98px) {
        .accommodation-grid-section .all-event-grid .results-txt, .accommodation-grid-section .all-event-grid .h4Show {
            font-size: 15px;
        }
    }

    @media (max-width: 991.98px) {
        .accommodation-grid-section .all-event-grid .results-txt, .accommodation-grid-section .all-event-grid .h4Show {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .accommodation-grid-section .all-event-grid .results-txt, .accommodation-grid-section .all-event-grid .h4Show {
            font-size: 12px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 1199.98px) {
        .accommodation-grid-section .all-event-grid .all-events-search-area {
            margin-top: 0px;
        }
    }

    .accommodation-grid-section #article-list {
        margin-top: -36px !important;
    }

    @media (max-width: 1199.98px) {
        .accommodation-grid-section #article-list {
            margin-top: -36px !important;
        }
    }

    @media (max-width: 991.98px) {
        .accommodation-grid-section #article-list {
            margin-top: -36px !important;
        }
    }

    .accommodation-grid-section .selected-categories ul {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .share-wrapper .icon-share, .share-wrapper h6 {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .share-wrapper .share-content-wrapper {
        position: absolute;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        right: 0px;
        top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 11;
    }

    @media (max-width: 1199.98px) {
        .share-wrapper .share-content-wrapper {
            top: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .share-wrapper .share-content-wrapper {
            top: 6px;
        }
    }

    .share-wrapper .share-content-wrapper .st-btn {
        display: inline-block !important;
    }

    .share-wrapper .share-content-wrapper .share-close-btn span {
        font-size: 30px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        color: #000000;
    }

    .share-wrapper .share-content-wrapper .share-close-btn:hover span {
        color: #00ADFF;
    }

    .share-wrapper.active .icon-share, .share-wrapper.active h6 {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .share-wrapper.active .share-content-wrapper {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
    }

    .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .__local_video_bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .__local_video_bg video {
            position: absolute;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    /*---------------------------
Attraction Map
----------------------------*/
    .google-map .mapboxgl-map {
        height: 400px;
        width: 100%;
    }

    .google-map .map-container {
        display: flex;
    }

        .google-map .map-container .map-inner-container {
            position: relative;
            overflow: hidden;
        }

            .google-map .map-container .map-inner-container .mapboxgl-popup {
                width: 100%;
                max-width: 350px !important;
            }

    @media (max-width: 575.98px) {
        .google-map .map-container .map-inner-container .mapboxgl-popup {
            max-width: 280px !important;
        }
    }

    .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content {
        padding: 30px 20px;
        border-radius: 1.2rem;
        font-size: 15px;
    }

        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
            right: 15px;
            top: 5px;
        }

            .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button span {
                font-size: 20px;
            }

        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content h4 {
            color: #000;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: capitalize;
        }

            .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content h4 a {
                color: #000;
                font-weight: 700;
            }

                .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content h4 a:hover {
                    color: #00ADFF;
                }

        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0px 20px;
            opacity: 0.8;
        }

            .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place a {
                font-size: 15px;
                font-weight: 700;
                text-transform: uppercase;
                text-decoration: underline;
                margin-top: 10px;
            }

    @media (max-width: 575.98px) {
        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place a {
            font-size: 13px;
        }
    }

    .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca {
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 2px;
    }

    @media (max-width: 575.98px) {
        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca {
            font-size: 12px;
        }
    }

    .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca_distance {
        display: flex;
        align-items: center;
        gap: 0px 5px;
        font-style: italic;
        font-size: 14px;
        position: relative;
    }

    @media (max-width: 575.98px) {
        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca_distance {
            font-size: 12px;
        }
    }

    .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca_distance span {
        font-size: 18px;
    }

    @media (max-width: 575.98px) {
        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca_distance span {
            font-size: 15px;
        }
    }

    .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca_distance:before {
        content: "";
        position: absolute;
        left: -10px;
        background-color: rgb(102, 102, 102);
        height: 15px;
        width: 1px;
    }

    @media (max-width: 575.98px) {
        .google-map .map-container .map-inner-container .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-content-place .__loca_distance:before {
            height: 12px;
        }
    }

    .google-map .map-inner-container {
        width: 100%;
    }

    .google-map #map {
        position: relative;
        border: 2px solid rgba(0, 0, 0, 0.08);
    }

        .google-map #map .mapboxgl-ctrl-attrib-inner, .google-map #map .mapboxgl-ctrl-bottom-left {
            display: none;
        }

    body .uwy.userway_p3 .userway_buttons_wrapper {
        bottom: 88px !important;
    }

    @media (max-width: 1399.98px) {
        body .uwy.userway_p3 .userway_buttons_wrapper {
            bottom: 80px !important;
        }
    }

    .accessability-chat-widget {
        display: none;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #dddddd;
        border-radius: 1.2rem;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    }

        .ui-widget.ui-widget-content li {
            background-color: rgba(205, 36, 23, 0);
        }

            .ui-widget.ui-widget-content li .ui-menu-item-wrapper {
                font-size: 15px;
                padding: 5px 15px;
                background-color: rgba(205, 36, 23, 0);
                border: 1px solid rgba(205, 36, 23, 0);
                font-family: "Lato", sans-serif;
            }

                .ui-widget.ui-widget-content li .ui-menu-item-wrapper:hover {
                    background-color: #00ADFF;
                    border: 1px solid #00ADFF;
                    color: #fff;
                }

            .ui-widget.ui-widget-content li:hover {
                background-color: #00ADFF;
                color: #fff;
            }

    .no-link-option:hover .common-hover-title-area h4 {
        color: #000000 !important;
    }

    .no-link-option .common-hover-title-area h4 {
        -webkit-line-clamp: none;
    }

    .no-link-option .deals-call-link {
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 1.2rem;
        padding: 3px 10px !important;
        color: #fff;
        font-size: 16px;
        position: absolute;
        bottom: .5rem;
        left: .5rem;
    }

    @media (max-width: 1399.98px) {
        .no-link-option .deals-call-link {
            padding: 6px 10px;
            font-size: 14px;
            gap: 7px;
        }
    }

    .no-link-option .deals-call-link span {
        font-size: 13px;
    }

    .no-link-option .deals-call-link:hover {
        background-color: #ffffff;
        color: #00ADFF;
    }

    .company-logo-link {
        display: block;
    }

    .date-wrapper .date-range-wrapper {
        min-width: 60px;
    }

    @media (max-width: 575.98px) {
        .date-wrapper .date-range-wrapper {
            min-width: 50px;
        }
        .date-wrapper span:nth-child(2) {
            line-height:20px;
        }
    }
    @media (max-width: 259.98px) {
        .event-category-wrapper
        {
            display:none;
        }
        .date-wrapper{
        display:none;
        }
    }

    .without-events-header {
        padding-bottom: 0px !important;
    }

        .without-events-header .inside-page-banner {
            padding-bottom: 40px !important;
        }

    @media (max-width: 1199.98px) {
        .without-events-header .inside-page-banner {
            padding-bottom: 15px !important;
        }
    }

    .favorite-btn {
        cursor: pointer;
    }

    @media (max-width: 575.98px) {
        .cerkezkoyde-theme__pagination {
            display: none !important;
        }
    }

    .cerkezkoyde-theme__pagination.govcrk-align-center {
        text-align: center;
    }

    .cerkezkoyde-theme__pagination.govcrk-align-bottom {
        bottom: 20px;
        position: absolute;
        z-index: 1;
    }

    .cerkezkoyde-theme__pagination .swiper-pagination-bullet {
        background-color: #cbcbcb;
        opacity: 1;
        height: 12px;
        width: 12px;
        border-radius: 12px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 767.98px) {
        .cerkezkoyde-theme__pagination .swiper-pagination-bullet {
            height: 8px;
            width: 8px;
        }
    }

    .cerkezkoyde-theme__pagination .swiper-pagination-bullet:hover {
        background-color: #CD2417;
    }

    .cerkezkoyde-theme__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #CD2417;
        width: 24px;
    }

    @media (max-width: 767.98px) {
        .cerkezkoyde-theme__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 20px;
        }
    }

    /*---------------------------------
RATING POPUP SECTION STARTS
----------------------------------*/
    .__rating_ico_sec .__rating_ico_card {
        --normal: #ECEAF3;
        --normal-shadow: #D9D8E3;
        --normal-mouth: #9795A4;
        --normal-eye: #595861;
        --active: #F8DA69;
        --active-shadow: #F4B555;
        --active-mouth: #F05136;
        --active-eye: #313036;
        --active-tear: #76b5e7;
        --active-shadow-angry: #e94f1d;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-flex;
        justify-content: flex-start;
        position: relative;
    }

        .__rating_ico_sec .__rating_ico_card li {
            position: relative;
            border-radius: 50%;
            background: var(--sb, var(--normal));
            box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
            transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
            -webkit-tap-highlight-color: transparent;
            transform: scale(1.2);
        }

            .__rating_ico_sec .__rating_ico_card li span {
                position: absolute;
                font-size: 12px;
                width: 50px;
                text-align: center;
                left: 50%;
                margin-left: -25px;
                bottom: -25px;
                color: rgba(69, 85, 96, 0.6);
            }

            .__rating_ico_sec .__rating_ico_card li div {
                width: 40px;
                height: 40px;
                position: relative;
                transform: perspective(240px) translateZ(4px);
            }

                .__rating_ico_sec .__rating_ico_card li div svg, .__rating_ico_sec .__rating_ico_card li div:before, .__rating_ico_sec .__rating_ico_card li div:after {
                    display: block;
                    position: absolute;
                    left: var(--l, 9px);
                    top: var(--t, 13px);
                    width: var(--w, 8px);
                    height: var(--h, 2px);
                    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
                }

                .__rating_ico_sec .__rating_ico_card li div svg {
                    fill: none;
                    stroke: var(--s);
                    stroke-width: 2px;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    transition: stroke 0.4s;
                }

                    .__rating_ico_sec .__rating_ico_card li div svg.eye {
                        --s: var(--e, var(--normal-eye));
                        --t: 17px;
                        --w: 7px;
                        --h: 4px;
                    }

                        .__rating_ico_sec .__rating_ico_card li div svg.eye.right {
                            --l: 23px;
                        }

                    .__rating_ico_sec .__rating_ico_card li div svg.mouth {
                        --s: var(--m, var(--normal-mouth));
                        --l: 11px;
                        --t: 23px;
                        --w: 18px;
                        --h: 7px;
                    }

                .__rating_ico_sec .__rating_ico_card li div:before, .__rating_ico_sec .__rating_ico_card li div:after {
                    content: "";
                    z-index: var(--zi, 1);
                    border-radius: var(--br, 1px);
                    background: var(--b, var(--e, var(--normal-eye)));
                    transition: background 0.4s;
                }

            .__rating_ico_sec .__rating_ico_card li.happy {
                --sb: var(--active);
                --sh: var(--active-shadow);
                --m: var(--active-mouth);
                --e: var(--active-eye);
            }

                .__rating_ico_sec .__rating_ico_card li.happy strong {
                    background-image: url("https://www.cerkezkoyde.com/error");
                }

                .__rating_ico_sec .__rating_ico_card li.happy div {
                    --step-1-rx: 18deg;
                    --step-1-ry: 24deg;
                    --step-2-rx: 18deg;
                    --step-2-ry: -24deg;
                }

                    .__rating_ico_sec .__rating_ico_card li.happy div:before {
                        --sc: 0;
                    }

                    .__rating_ico_sec .__rating_ico_card li.happy div:after {
                        --b: var(--m, var(--normal-mouth));
                        --l: 11px;
                        --t: 23px;
                        --w: 18px;
                        --h: 8px;
                        --br: 0 0 8px 8px;
                    }

                    .__rating_ico_sec .__rating_ico_card li.happy div svg.eye {
                        --t: 14px;
                        --sc: -1;
                    }

                .__rating_ico_sec .__rating_ico_card li.happy.active strong {
                    background-image: url("https://www.cerkezkoyde.com/error");
                }

                .__rating_ico_sec .__rating_ico_card li.happy.active div:after {
                    --middle-s-x: .95;
                    --middle-s-y: .75;
                    animation: toggle 0.8s linear forwards;
                }

            .__rating_ico_sec .__rating_ico_card li.active {
                --sb: var(--active);
                --sh: var(--active-shadow);
                --m: var(--active-mouth);
                --e: var(--active-eye);
            }

                .__rating_ico_sec .__rating_ico_card li.active div {
                    animation: shake 0.8s linear forwards;
                }

    .__rating_ico_sec {
        position: fixed;
        bottom: -70px;
        left: 20px;
        z-index: 5;
        -webkit-transition: all 0.8s ease 0s !important;
        -moz-transition: all 0.8s ease 0s !important;
        -ms-transition: all 0.8s ease 0s !important;
        -o-transition: all 0.8s ease 0s !important;
        transition: all 0.8s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec {
            left: 12px;
        }
    }

    .__rating_ico_sec.showBtn {
        bottom: 40px;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec.showBtn {
            bottom: 20px;
        }
    }

    .__rating_ico_sec.active .__rating_card_popup {
        left: 60px;
        visibility: visible;
        opacity: 1;
        pointer-events: inherit;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec.active .__rating_card_popup {
            left: 0px;
        }
    }

    .__rating_ico_sec .__rating_ico_card {
        width: 55px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 991.98px) {
        .__rating_ico_sec .__rating_ico_card {
            width: 45px;
            transform: scale(0.8);
        }
    }

    .__rating_ico_sec .__rating_card_popup {
        position: absolute;
        left: 35px;
        background: #ffffff;
        bottom: -7px;
        padding: 25px;
        border-radius: 5px;
        box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.25);
        width: 360px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec .__rating_card_popup {
            width: auto;
            padding: 15px 20px;
            bottom: 55px;
            left: -30px;
        }
    }

    .__rating_ico_sec .__rating_card_popup:before {
        content: "";
        position: absolute;
        bottom: 24px;
        left: -12px;
        height: 20px;
        width: 14px;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        background: #ffffff;
    }

    @media (max-width: 991.98px) {
        .__rating_ico_sec .__rating_card_popup:before {
            bottom: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec .__rating_card_popup:before {
            clip-path: polygon(0 0, 50% 100%, 100% 0);
            left: 13px;
            height: 10px;
            bottom: -8px;
        }
    }

    .__rating_ico_sec .__rating_card_popup h6 {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec .__rating_card_popup h6 {
            font-size: 16px;
        }
    }

    .__rating_ico_sec .__rating_card_popup p {
        font-size: 16px;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec .__rating_card_popup p {
            font-size: 14px;
        }
    }

    .__rating_ico_sec .__rating_card_popup .feedback li.ok {
        margin: 0 50px;
    }

    .__rating_ico_sec .__rating_card_popup .feedback li span {
        font-weight: 700;
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease 0s !important;
        -moz-transition: all 0.3s ease 0s !important;
        -ms-transition: all 0.3s ease 0s !important;
        -o-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
    }

    @media (max-width: 575.98px) {
        .__rating_ico_sec .__rating_card_popup .feedback li span {
            bottom: -18px;
            font-size: 10px;
        }
    }

    .__rating_ico_sec .__rating_card_popup .feedback li.active span {
        color: black;
    }

    .__rating_ico_sec .__rating_card_popup .feedback li:hover span {
        color: black;
    }

    .__rating_ico_sec .__rating_card_popup button {
        margin-top: 60px;
        pointer-events: none;
        opacity: 0.5;
    }

        .__rating_ico_sec .__rating_card_popup button.active {
            opacity: 1;
            pointer-events: inherit;
        }

    .__rating_pop_close {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #000000;
        z-index: 4;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .__rating_pop_close.active {
            opacity: 0.7;
            visibility: visible;
            pointer-events: inherit;
        }

    /*---------------------------------
RATING POPUP SECTION ENDS
----------------------------------*/
    .favourite-toggle-list {
        position: absolute;
        right: -20px !important;
        left: auto !important;
        color: rgb(0, 0, 0);
        min-width: 450px;
        max-width: 100%;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.18);
        box-sizing: content-box;
        margin-top: 1.5rem !important;
        min-height: 200px;
        border-radius: 3px;
        scroll-behavior: smooth;
        background-color: rgb(255, 255, 255);
        padding: 20px;
    }

        .favourite-toggle-list .favourite-dropdown-menu .favourite-item {
            color: #000000 !important;
        }

        .favourite-toggle-list .favourite-dropdown-menu:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            top: -10px;
            right: 20px;
        }
    /*# sourceMappingURL=style.css.map */

    .inside-page-banner {
        /*background:#f1f1f1 url(../images/mask-group.png) !important;*/
    }

    .b-skeleton__fill {
        border-radius: 0;
        height: 100%;
        width: 100%
    }

    .b-skeleton__lmp-card {
        height: 0;
        padding-top: 63.68159%;
        width: 100%
    }

    .b-skeleton__lmp-banner {
        height: 0;
        margin: 0 16px;
        padding-top: 47.3822%;
        width: calc(100% - 32px)
    }

    .b-skeleton__barcode-img {
        height: 120px;
        width: 100%
    }

    .b-skeleton__b-cat, .b-skeleton__item_shape_cat {
        height: 148px;
        width: 116px
    }

    .b-skeleton__item_shape_card {
        height: 236px;
        width: 100%
    }

        .b-skeleton__item_shape_card.b-skeleton__item_size_l {
            padding-top: 79%
        }

    .b-skeleton__item_shape_card-square {
        aspect-ratio: 1/1
    }

    .b-skeleton__item_shape_cb-card-condensed {
        aspect-ratio: 4/3
    }

    .b-skeleton__item_shape_card-preview {
        height: 162px;
        width: 112px
    }

    .b-skeleton__item_shape_card-collection {
        height: 148px;
        width: 116px
    }

    .b-skeleton__item_shape_card-offer {
        height: 200px;
        width: 132px
    }

    .b-skeleton__item_size_l.b-skeleton__item_shape_card-offer {
        height: 228px;
        width: 156px
    }

    .b-skeleton__item_shape_card-cucumber-collection {
        height: 36px;
        margin-bottom: 24px;
        margin-top: 24px;
        width: 104px
    }

    .b-skeleton__item_shape_card-goods-segment {
        height: B_GOODS_SEGMENT_HEIGHT;
        width: B_GOODS_SEGMENT_WIDTH
    }

    .b-skeleton__item_shape_card-shop {
        height: 156px;
        width: 112px
    }

    .b-skeleton__item_shape_card-prize-collection {
        border-radius: 20px;
        height: 104px;
        margin-left: 12px;
        width: 92px
    }

    .b-skeleton__item_shape_card-flat.b-skeleton__item_size_l {
        margin: 0 0 16px;
        padding-top: 29%;
        width: auto
    }

    .b-skeleton__item_shape_cb-card-preview {
        height: 178px;
        width: 132px
    }

    .b-skeleton__item_shape_island {
        border-radius: 24px;
        width: 100%
    }

    .b-skeleton__item_size_m.b-skeleton__item_shape_island {
        height: 380px
    }

    .b-skeleton__item_size_l.b-skeleton__item_shape_island {
        height: 700px
    }

    .b-skeleton__quick-filters-strip {
        border-radius: 0;
        height: 60px;
        width: 100%
    }

    .b-dsk-tile-gallery__grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(6,1fr);
        margin-top: 4px;
        max-width: 100%
    }

    .b-dsk-tile-gallery__item {
        background: #f1f1f1;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: 172px;
        justify-content: flex-end;
        overflow: hidden;
        overflow-wrap: anywhere;
        position: relative;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .b-dsk-tile-gallery__item:hover {
            box-shadow: 0 0.125rem 0.5rem rgba(0 0, 0, .3);
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    .b-dsk-tile-gallery_theme_dark .b-dsk-tile-gallery__item {
        background: var(--colors-background-inverse);
        filter: opacity(90%)
    }

    .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
        max-height: 172px;
        width: auto
    }

    .b-dsk-tile-gallery__item-name {
        color: #424242;
        font-weight: 600;
        font-size: 20px;
        left: 0;
        line-height: 22px;
        padding: 16px 16px 0;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .b-dsk-tile-gallery__item-img > picture {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .b-dsk-tile-gallery__item-img {
        display: flex;
        justify-content: flex-end
    }

        .b-dsk-tile-gallery__item-img img {
            height: 70%
        }

    .b-dsk-tile-gallery__item_top-lvl_true .b-dsk-tile-gallery__item-img img {
        height: 100%
    }

    .b-dsk-tile-gallery__item-img[data-image=preview] {
        height: 190px
    }

    .b-dsk-tile-gallery__more-button {
        display: block;
        margin: 24px auto 0;
        width: 368px
    }

    .b-dsk-tile-gallery_opened_true .b-dsk-tile-gallery__more-button {
        display: none
    }

    .b-dsk-tile-gallery__item-label {
        bottom: 0;
        left: 0;
        padding: 0 16px 16px;
        position: absolute
    }

    .b-dsk-tile-gallery__item:nth-child(-n+3) {
        grid-column: span 2;
    }

    .b-dsk-tile-gallery__item:nth-child(n+13) {
        display: none
    }

.b-dsk-tile-gallery__item2:nth-child(-n+3) {
    grid-column: span 2;
}

.b-dsk-tile-gallery__item2:nth-child(n+10) {
    display: none
}
@media screen and (min-width:1200px) {
    .b-dsk-tile-gallery__grid {
        gap: 24px 20px;
        grid-template-columns: repeat(4,1fr)
    }

    .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
        max-height: 193px
    }

        .b-dsk-tile-gallery__item:nth-child(-n+2) {
            grid-column: span 1
        }

        .b-dsk-tile-gallery__item:nth-child(n+3) {
            grid-column: unset
        }

        .b-dsk-tile-gallery__item:nth-child(n+13) {
            display: none
        }

    .b-dsk-tile-gallery__item2:nth-child(-n+3) {
        grid-column: span 1;
    }

    .b-dsk-tile-gallery__item2:nth-child(n+9) {
        display: none
    }

    .b-dsk-tile-gallery__item-name {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px
    }

    .b-dsk-tile-gallery__item-button {
        width: 310px
    }

    .b-dsk-tile-gallery__item-img img {
        /*     height: 100% */
    }
}

@media screen and (max-width:1199px) {
    .b-dsk-tile-gallery__grid {
        gap: 24px 20px;
        grid-template-columns: repeat(4,1fr)
    }

    .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
        max-height: 193px
    }

        .b-dsk-tile-gallery__item:nth-child(-n+2) {
            grid-column: span 1
        }

        .b-dsk-tile-gallery__item:nth-child(n+3) {
            grid-column: unset
        }

        .b-dsk-tile-gallery__item:nth-child(n+9) {
            display: none
        }

    .b-dsk-tile-gallery__item2:nth-child(-n+3) {
        grid-column: span 1;
    }

    .b-dsk-tile-gallery__item2:nth-child(n+9) {
        display: none
    }

    .b-dsk-tile-gallery__item-name {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px
    }

    .b-dsk-tile-gallery__item-button {
        width: 310px
    }

    .b-dsk-tile-gallery__item-img img {
        /*     height: 100% */
    }
}

    @media screen and (max-width:992px) {
        .b-dsk-tile-gallery__grid {
            gap: 24px 20px;
            grid-template-columns: repeat(4,1fr)
        }

        .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
            max-height: 173px
        }

            .b-dsk-tile-gallery__item:nth-child(-n+2) {
                grid-column: span 1
            }

            .b-dsk-tile-gallery__item:nth-child(n+3) {
                grid-column: unset
            }

            .b-dsk-tile-gallery__item:nth-child(n+9) {
                display: none
            }

        .b-dsk-tile-gallery__item-name {
            font-size: 16px;
            font-weight: 600;
            line-height: 18px
        }

        .b-dsk-tile-gallery__item-button {
            width: 310px
        }

        .b-dsk-tile-gallery__item-img img {
        /*     height: 100% */
        }
    }

    @media screen and (max-width:768px) {

        .b-dsk-tile-gallery__item-name {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px
        }

        .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
            max-height: 125px
        }

            .b-dsk-tile-gallery__item:nth-child(-n+2) {
                grid-column: unset
            }

            .b-dsk-tile-gallery__item:nth-child(-n+8) {
                display: flex
            }

            .b-dsk-tile-gallery__item:nth-child(n+9) {
                display: none
            }
    }

    @media screen and (max-width:574px) {
        .b-dsk-tile-gallery__grid {
            gap: 12px;
            grid-template-columns: repeat(3,calc(33% - 7px))
        }

        .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
            max-height: 100px
        }

            .b-dsk-tile-gallery__item:nth-child(n+7) {
                display: none
            }

        .b-dsk-tile-gallery__item-name {
            font-size: 13px;
            font-weight: 600;
            line-height: 17px;
            padding: 12px 12px 0
        }

        .b-dsk-tile-gallery__more-button {
            margin: 16px auto 0;
            width: 100%
        }
    }

    @media screen and (max-width:400px) {
        .b-dsk-tile-gallery__grid {
            gap: 12px;
            grid-template-columns: repeat(2,calc(50% - 7px))
        }

        .b-dsk-tile-gallery__item, .b-dsk-tile-gallery__item img {
            max-height: 100px
        }

            .b-dsk-tile-gallery__item:nth-child(n+7) {
                display: none
            }

        .b-dsk-tile-gallery__item-name {
            font-size: 13px;
            font-weight: 600;
            line-height: 17px;
            padding: 12px 12px 0
        }

        .b-dsk-tile-gallery__more-button {
            margin: 16px auto 0;
            width: 100%
        }
    }

    .b-dsk-tile-gallery__skeleton-grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(6,1fr);
        grid-template-rows: repeat(2,172px);
        margin-top: 24px;
        max-height: 368px;
        max-width: 100%;
        overflow: hidden
    }

        .b-dsk-tile-gallery__skeleton-grid div:nth-child(-n+3) {
            grid-column: span 2
        }

    @media screen and (max-width:992px) {
        .b-dsk-tile-gallery__skeleton-grid {
            gap: 24px 20px;
            grid-template-columns: repeat(4,1fr)
        }

            .b-dsk-tile-gallery__skeleton-grid div:nth-child(3) {
                grid-column: unset
            }
    }

    @media screen and (max-width:768px) {
        .b-dsk-tile-gallery__skeleton-grid {
            grid-template-columns: repeat(4,1fr);
            grid-template-rows: repeat(2,141px);
            max-height: 314px
        }

            .b-dsk-tile-gallery__skeleton-grid div:nth-child(-n+2) {
                grid-column: unset
            }
    }

    .b-dsk-tile-gallery__skeleton-show-more {
        display: flex;
        justify-content: center;
        margin-top: 24px
    }

    .b-dsk-tile-gallery-is-style-loaded {
        color: #00fa9a00
    }

    .b-dsk-tile-gallery_is-skeleton-visible_false > [data-skeleton-wrapper] {
        display: none
    }

    .b-dsk-tile-gallery__item_top-lvl_false.b-dsk-tile-gallery__item_hidden_false {
        display: flex
    }


    @media screen and (min-width:1600px) {
        .b-dsk-tile-gallery__grid2 {
            gap: 24px 20px;
            grid-template-columns: repeat(6,1fr)
        }
        .b-dsk-tile-gallery__grid2 {
            gap: 24px 20px;
            grid-template-columns: repeat(6,1fr)
        }
    }

    .b-dsk-tile-gallery__grid2 {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(4,1fr);
        margin-top: 4px;
        max-width: 100%
    }

    .b-dsk-tile-gallery__item2 {
        background: #f1f1f1;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: 172px;
        justify-content: flex-end;
        overflow: hidden;
        overflow-wrap: anywhere;
        position: relative;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .b-dsk-tile-gallery__item2:hover {
            box-shadow: 0 0.125rem 0.5rem rgba(0 0, 0, .3);
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }

    .b-dsk-tile-gallery_theme_dark .b-dsk-tile-gallery__item2 {
        background: var(--colors-background-inverse);
        filter: opacity(90%)
    }

    .b-dsk-tile-gallery__item2, .b-dsk-tile-gallery__item2 img {
        max-height: 172px;
        width: auto
    }

    .b-dsk-tile-gallery__item2-name {
        color: #424242;
        font-weight: 600;
        font-size: 20px;
        left: 0;
        line-height: 22px;
        padding: 16px 16px 0;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .b-dsk-tile-gallery__item2-img > picture {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .b-dsk-tile-gallery__item2-img {
        display: flex;
        justify-content: flex-end
    }

        .b-dsk-tile-gallery__item2-img img {
            height: 70%
        }

    .b-dsk-tile-gallery__item2_top-lvl_true .b-dsk-tile-gallery__item2-img img {
        height: 100%
    }

    .b-dsk-tile-gallery__item2-img[data-image=preview] {
        height: 190px
    }


    .b-dsk-tile-gallery__item2-label {
        bottom: 0;
        left: 0;
        padding: 0 16px 16px;
        position: absolute
    }

   
    

    @media screen and (max-width:992px) {
        .b-dsk-tile-gallery__grid2 {
            gap: 24px 20px;
            grid-template-columns: repeat(4,1fr)
        }

        .b-dsk-tile-gallery__item2, .b-dsk-tile-gallery__item2 img {
        /*    max-height: 193px */
        }

            .b-dsk-tile-gallery__item2:nth-child(-n+2) {
                grid-column: span 1
            }

            .b-dsk-tile-gallery__item2:nth-child(n+3) {
                grid-column: unset
            }

            .b-dsk-tile-gallery__item2:nth-child(n+9) {
                display: none
            }
        .g-k-1:nth-child(n+9) {
            display: none
        }


        .b-dsk-tile-gallery__item2-name {
            font-size: 18px;
            font-weight: 600;
            line-height: 20px
        }

        .b-dsk-tile-gallery__item2-button {
            width: 310px
        }

        .b-dsk-tile-gallery__item2-img img {
            height: 70%
        }
    }

    @media screen and (max-width:768px) {

        .b-dsk-tile-gallery__item2-name {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px
        }

        .b-dsk-tile-gallery__item2, .b-dsk-tile-gallery__item2 img {
            max-height: 145px
        }

            .b-dsk-tile-gallery__item2:nth-child(-n+2) {
                grid-column: unset
            }

            .b-dsk-tile-gallery__item2:nth-child(-n+8) {
                display: flex
            }

            .b-dsk-tile-gallery__item2:nth-child(n+9) {
                display: none
            }
    }

    @media screen and (max-width:574px) {

        .b-dsk-tile-gallery__grid2 {
            gap: 12px;
            grid-template-columns: repeat(3,calc(33% - 7px))
        }

        .b-dsk-tile-gallery__item2, .b-dsk-tile-gallery__item2 img {
            max-height: 100px
        }

            .b-dsk-tile-gallery__item2:nth-child(n+7) {
                display: none
            }

        .b-dsk-tile-gallery__item2-name {
            font-size: 13px;
            font-weight: 600;
            line-height: 17px;
            padding: 12px 12px 0
        }
    }

    @media screen and (max-width:400px) {

        .b-dsk-tile-gallery__grid2 {
            gap: 12px;
            grid-template-columns: repeat(2,calc(50% - 7px))
        }

        .b-dsk-tile-gallery__item2, .b-dsk-tile-gallery__item2 img {
            max-height: 100px
        }


            .b-dsk-tile-gallery__item2:nth-child(n+7) {
                display: none
            }

        .b-dsk-tile-gallery__item2-name {
            font-size: 13px;
            font-weight: 600;
            line-height: 17px;
            padding: 12px 12px 0
        }
    }

    
    @media screen and (min-width:1600px) {
        .b-dsk-tile-gallery__grid2 {
            gap: 24px 20px;
            grid-template-columns: repeat(6,1fr)
        }
        .b-dsk-tile-gallery__grid {
            gap: 24px 20px;
            grid-template-columns: repeat(6,1fr)
        }

        .b-dsk-tile-gallery__item2:nth-child(n+9) {
            display: block !important
        }

       

        .d-full-btn1 {
            display: none !important
        }
    }










    .bg-gray {
        background: #f1f1f1 !important;
    }

    .active-link {
        color: #00ADFF !important;
    }

    @media (max-width: 1199px) {
        .header-with-banner-wrapper .cerkezkoyde-mobile-menu .mobile-primary-menu .mobile-menu-header-body-wrapper .mobile-navigation-area nav > ul > li > a:hover {
            color: #00ADFF;
        }
    }

    /********************************/


    .img-publication-wrapper-12 {
        height: 440px
    }

    .img-publication-wrapper-6 {
        height: 220px;
    }

        .img-publication-wrapper-6.img-top {
            height: 360px
        }

    .content-publication-wrapper-6 {
        height: 100%
    }

    @media (max-width: 991.98px) {
        .content-publication-wrapper-6 {
            height: calc(100% - 256px);
        }

        .img-publication-wrapper-12, .img-publication-wrapper-6 {
            height: auto !important;
        }

        .events-image-slider, .season-image-slider, .full-width-overlapped-slider, .full-width-overlapped-slider-v2, .full-width-overlapped-slider-v3 {
            border-radius: 0 !important;
        }
    }

    .img-publication-wrapper-12 picture, .img-publication-wrapper-6 picture {
        height: 100%
    }

    .img-publication-wrapper-12 img, .img-publication-wrapper-6 img {
        max-height: 100%;
        width: auto;
        border-radius: .5rem;
    }

    .i-card {
        border: none !important;
        border-radius: 1.2rem !important;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .i-card-body {
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    }

    .i-card:hover {
        /* box-shadow: 0 0.125rem 0.5rem rgba(0 0, 0, .3);
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important; */
    }

    .i-title {
        font-size: 1.4em !important;
        font-weight: 600;
    }

    @media screen and (max-width:600px) {
        .i-card-body {
            padding: .3rem !important;
        }

        .img-publication-wrapper-6 {
            margin-bottom: 0 !important;
        }
    }

    @media screen and (max-width:576px) {
        .common-hover-link .icon-heart-bg {
            right: 10px;
            top: 10px;
        }
    }

    .c-avatar {
        width: 60px;
        height: 60px;
        margin-right:10px;
    }

    .c-title {
        font-weight: 600
    }

    .nav-link-1 {
        display: block;
        padding: .5rem 1rem;
        font-weight: bold;
        color: #454056;
        text-decoration: none;
        transition: color .25s ease-in-out,background-color .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out
    }

    .c-nav {
        padding-left: 0 !important;
    }

        .c-nav:before {
            position: absolute;
            top: 12px;
            left: 0;
            content: "";
            height: 0 !important;
            width: 0 !important;
            background-color: #424242;
            border-radius: 50%;
        }

    .c-ul {
        margin-left: 0
    }

    .ct-title {
        font-weight: 500;
        font-size: 1.2rem;
    }

    .align-center {
        align-content: center;
    }

    .d-btn {
        max-width: fit-content;
        align-content: center;
    }

    .active_menu {
        color: #00ADFF !important;
    }

    .icon-heart-bg:before {
        color: #00ADFF;
    }

    .align-self-center {
        align-self: center;
    }


    .bottom-no-rounded {
        border-top-left-radius: 1.2rem !important;
        border-top-right-radius: 1.2rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }


    .bottom {
        bottom: .5rem !important;
    }

    @media (max-width:399px) {
        .row > * {
            padding-right: calc(var(--bs-gutter-x)* .3);
            padding-left: calc(var(--bs-gutter-x)* .3);
        }
    }

    .fs-11 {
        font-size: 11px !important;
    }

    .align-bottom {
        align-items: center !important;
    }


    @media (max-width: 575.98px) {
        .cat-icon {
            width: 30px;
            height: 30px;
            padding: 0;
        }
        .masonry-hover-link .favorite-btn
        {
            display:none !important;
        }
        .rounded-45 {
            border-radius: 1.5rem !important
        }
    }

@media (max-width:399px) {

    .rounded-45 {
        border-radius: 1.25rem !important
    }
}

@media (max-width:992.98px) {

    .masonry-hover-link:hover .common-hover-title-area {
        transform: translateY(-35px);
    }
}



@media (orientation:landscape) {

    .map--large .common-hover-link .common-hover-title-area h55 {
        font-size: 1.35rem;
    }

    .map--large ._h6 {
        font-size: .75rem !important;
    }

    .map--large .common-hover-link .common-hover-title-area h5 {
        font-size: 1.25rem;
    }
    .map--large .common-hover-link .common-hover-title-area h4 {
        font-size: 1.35rem;
    }
   
}


.s-title {
    font-size: 1.25rem !important;
    color: #000 !important;
}
.s-title2 {
    font-size: 1.25rem !important;
    color:#000 !important;
}

.icon-views{
    font-size:18px
}
.top-10{
    top:-10px !important;
}
.right-10 {
    right:-10px !important;
}

.kesfet-nav{
    display:inline-flex;
    position:relative;
}

.top_slider{
    max-width:100% !important;
    padding:0 !important;
}

.season-bg-color-wrapper2 {
   /* -webkit-filter: blur(.5rem);
    filter: blur(.5rem)*/
}
.g-k-1 {
    grid-column: span 1 !important;
}

.g-k-2 {
    grid-column: span 2 !important;
}

.masonry-slider-link-wrapper .common-hover-link:hover .common-hover-title-area h4 {
    color: #fff !important
}
.timg:after {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(5, 7, 100, 0) 0%, #000000 100%);
    opacity: 0.8;
    z-index: 1;
}

/* Font size ------------------ */

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-47 {
    font-size: 47px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-49 {
    font-size: 49px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-51 {
    font-size: 51px !important;
}

.fs-52 {
    font-size: 52px !important;
}

.fs-53 {
    font-size: 53px !important;
}

.fs-54 {
    font-size: 54px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-57 {
    font-size: 57px !important;
}

.fs-58 {
    font-size: 58px !important;
}

.fs-59 {
    font-size: 59px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-61 {
    font-size: 61px !important;
}

.fs-62 {
    font-size: 62px !important;
}
.ar-16_9 {
    aspect-ratio: 16/9;
}
.ar-16_10 {
    aspect-ratio: 16/10;
}
.ar-9_10 {
    aspect-ratio: 9/10;
}
.ar-9_13 {
    aspect-ratio: 9/13;
}
/*
.crk-logo-area:hover, .mobile-logo-area:hover {
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: 2
}

@-webkit-keyframes buzz {
    50% {
        -ms-transform: translateX(3px) rotate(2deg);
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -ms-transform: translateX(-3px) rotate(-2deg);
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes buzz {
    50% {
        -ms-transform: translateX(3px) rotate(2deg);
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -ms-transform: translateX(-3px) rotate(-2deg);
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}*/


.mapToggle1 {
    display: none !important;
    margin-bottom: 1px
}