@import "fonts.css";
/*@import url("https://use.typekit.net/otk4hzo.css");*/
/*
  font-family: 'bigcity-grotesque-pro'
*/
@import "owlcarousel.min.css";
@import "grid.css";
body {
  font-family: 'Nunito Sans', sans-serif;
  background: #F5F5F5;
  font-size: 14px;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
img.responsive {
  width: 100%;
  max-width: unset;
  height: auto;
}
@media screen and (max-width: 768px) {
  .row > [class*="col-"] {
    margin-bottom: 15px;
  }
}
/* Header */
header {
  background: #5C03CC;
  height: 69px;
  display: flex;
  align-items: center;
  border-radius: 0 0 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999999999;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .toggle-menu-icon {
  display: none;
}
@media screen and (max-width: 576px) {
  header .toggle-menu-icon {
    display: flex;
    align-items: center;
    min-width: 24px;
    height: 20px;
    background: url("../img/toogle-menu-icon.svg");
  }
}
header .toggle-close-icon {
  display: none;
}
@media screen and (max-width: 576px) {
  header .toggle-close-icon {
    display: flex;
    align-items: center;
    min-width: 28px;
    height: 28px;
    background: url("../img/toogle-menu-icon-close.svg");
  }
}
header .toggle-cart-icon {
  display: none;
}
@media screen and (max-width: 576px) {
  header .toggle-cart-icon {
    display: flex;
    align-items: center;
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("../img/toggle-cart-icon.svg");
  }
}
header .logo {
  max-width: 179px;
}
header:after {
  width: 40px;
  display: block;
  background-image: url("../img/header-after.svg");
  height: 40px;
  background-position: left;
  background-size: unset;
  background-repeat: no-repeat;
  content: "";
  top: 69px;
  position: absolute;
}
header nav {
  display: inline-flex;
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  gap: 6px;
}
header nav ul a {
  color: #fff;
  font-weight: 800;
  line-height: 18px;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 30px;
}
header nav ul li.active a,
header nav ul li:hover a {
  border: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  header nav {
    display: none;
  }
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  header .header-right {
    display: none;
  }
}
header .header-right .short-icon {
  width: 29px !important;
  height: 28px !important;
  min-width: 29px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .header-right .short-icon .cart-icon {
  background-image: url("../img/cart.svg");
  background-size: auto;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
}
header .header-right .short-icon .cart-full {
  background: #FF5A61;
  border: 2px solid #FFFFFF;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 100%;
}
header .header-right .short-icon .mobile-menu-icon {
  background-image: url("../img/menu-bar.svg");
  background-size: auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
}
header .search {
  background: #FFFFFF;
  border-radius: 30px;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 266px;
  min-width: 266px;
  height: 33px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media screen and (max-width: 992px) {
  header .search {
    min-width: 266px;
  }
}
@media screen and (max-width: 576px) {
  header .search {
    margin-top: 2px;
  }
}
header .search:after {
  content: "";
  background-image: url("../img/magnify-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 15px;
  height: 15px;
}
header .search input {
  outline: none;
  color: #5C03CC;
  /* width: calc(100% + 4px); */
  text-indent: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  font-family: 'Nunito Sans', sans-serif;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 33px;
  border-radius: 16px;
  margin: -2px;
  -webkit-appearance: none;
  border: 0;
}
header .search input::placeholder {
  color: #5C03CC;
}
header .search button {
  position: absolute;
  background: transparent;
  border: 0;
  outline: 0;
  right: 18px;
  width: 20px;
  height: 24px;
  z-index: 2;
  cursor: pointer;
}
header .search #search {
  max-width: 266px;
  min-width: 266px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  header .search #search {
    min-width: 266px;
    width: auto;
  }
}
header .language-menu {
  background: #FFFFFF;
  border-radius: 30px;
  position: relative;
  height: 28px;
  min-width: 100px;
  max-width: 100px;
}
header .language-menu:after {
  position: absolute;
  background: url("../img/arrow-down.svg") no-repeat center;
  content: "";
  width: 9px;
  height: 6px;
  right: 10px;
  top: 11px;
  z-index: 1;
}
header .language-menu ul {
  display: none;
  position: absolute;
  top: 28px;
  min-width: 100px;
  max-width: 100px;
}
header .language-menu a {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #5C03CC;
  display: flex;
  gap: 4.7px;
  align-items: center;
  padding: 4px;
}
header .language-menu a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
header .language-menu.active {
  border-radius: 14px 14px 0 0px;
}
header .language-menu.active ul {
  display: block;
  border-radius: 0 0 14px 14px;
  background: #fff;
}
header .language-menu.active:after {
  transform: rotate(180deg);
}
header .mobile-menu {
  display: none;
  background: #5C03CC;
}
header .mobile-menu .search {
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 29px;
  position: relative;
}
@media screen and (min-width: 576px) {
  header .mobile-menu .search {
    display: none;
  }
}
header .mobile-menu .search:after {
  content: "";
  background-image: url("../img/magnify-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 15px;
  height: 15px;
}
header .mobile-menu .search input {
  border: 0;
  outline: none;
  color: #5C03CC;
  width: calc(100% - 40px);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  height: 28px;
  font-family: 'Nunito Sans', sans-serif;
}
header .mobile-menu .search input::placeholder {
  color: #5C03CC;
}
header .mobile-menu.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
  padding: 69px 34px 40px 20px;
  border-radius: 0 0 0 30px;
}
header .mobile-menu.active:before {
  background-image: url("../img/header-after-mirror.svg");
  content: "";
  top: 69px;
  height: 40px;
  width: 40px;
  display: block;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -60px;
  position: absolute;
  z-index: 0;
}
header .mobile-menu.active .close-menu {
  width: 100%;
  height: 28px;
  background-image: url("../img/tablet-close-menu.svg");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  header .mobile-menu.active .close-menu {
    display: none;
  }
}
header .mobile-menu.active .nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
header .mobile-menu.active .nav .dropdown {
  text-align: right;
}
header .mobile-menu.active .nav .dropdown > a:not(.view-menu) {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #FFFFFF;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header .mobile-menu.active .nav .dropdown > a:not(.view-menu):before {
  content: "";
  background: url("../img/arrow-tablet-menu.svg");
  width: 15px;
  height: 10px;
}
header .mobile-menu.active .nav .dropdown .dropdown-open {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header .mobile-menu.active .nav .dropdown .dropdown-open li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .mobile-menu.active .nav .dropdown .dropdown-open li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  padding: 10px 0;
  color: #fff;
  display: block;
}
header .mobile-menu.active .nav .dropdown.active {
  position: relative;
}
header .mobile-menu.active .nav .dropdown.active > a:not(.view-menu):before {
  content: "";
  background: url("../img/arrow-tablet-menu.svg");
  width: 15px;
  height: 10px;
  transform: rotate(180deg);
}
header .mobile-menu.active .nav .dropdown.active .dropdown-open {
  display: block;
}
header .mobile-menu.active .nav .dropdown.active .view-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 59px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 576px) {
  header .mobile-menu.active {
    left: 0;
    right: unset;
    border-radius: 0 0 30px 0;
    width: calc(100% - 80px);
  }
  header .mobile-menu.active:before {
    width: 40px;
    display: block;
    background-image: url('../img/header-after.svg');
    height: 40px;
    background-position: left;
    background-size: unset;
    background-repeat: no-repeat;
    content: "";
    top: 69px;
    position: absolute;
    right: -40px;
  }
  header .mobile-menu.active .nav .dropdown {
    text-align: left;
  }
  header .mobile-menu.active .nav .dropdown > a:not(.view-menu) {
    flex-direction: row-reverse;
  }
  header .mobile-menu.active .nav .dropdown > a:not(.view-menu):before {
    content: "";
    background: url("../img/arrow-tablet-menu.svg");
    transform: rotate(-90deg);
    width: 15px;
    height: 10px;
  }
  header .mobile-menu.active .nav .dropdown.active > a:not(.view-menu) {
    justify-content: flex-end;
    position: relative;
    gap: 5px;
  }
  header .mobile-menu.active .nav .dropdown.active > a:not(.view-menu) span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
  }
  header .mobile-menu.active .nav .dropdown.active > a:not(.view-menu):before {
    display: none;
  }
  header .mobile-menu.active .nav .dropdown.active > a:not(.view-menu):after {
    content: "";
    background: url("../img/mobile-menu-a-back.svg");
    width: 28px;
    height: 28px;
  }
}
header .mobile-menu .bottom-link {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  padding-left: 35px;
  height: 28px !important;
  margin: 8px 0;
  color: #fff;
}
@media screen and (max-width: 576px) {
  header .mobile-menu .bottom-link {
    justify-content: flex-start;
  }
}
header .mobile-menu .bottom-link:before {
  width: 30px;
  height: 30px;
  content: "";
  background-size: contain;
  display: inline-flex;
}
@media screen and (max-width: 576px) {
  header .mobile-menu .bottom-link:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
header .mobile-menu .bottom-link.about:before {
  background-image: url('../img/heart.svg');
}
header .mobile-menu .bottom-link.contact:before {
  background-image: url('../img/chat.svg');
}
header .mobile-menu img {
  width: 78px;
  float: right;
}
header .mobile-menu .language-menu {
  top: unset;
}
header .mobile-menu .language-menu.active {
  border-radius: 0 0 14px 14px;
}
header .mobile-menu .language-menu.active ul {
  border-radius: 14px 14px 0 0;
  bottom: 28px;
  top: unset;
}
@media screen and (min-width: 1200px) {
  header .mobile-menu.active {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  header {
    border-radius: 0 0 20px 0;
  }
  header.sticky {
    padding-top: 0px;
  }
}
body.home header {
  background: transparent;
}
body.home header:after {
  background-image: none;
}
body.home header:hover {
  background: #5C03CC;
}
body.home header:hover:after {
  background-image: url("../img/header-after.svg");
}
body.home header.sticky {
  background: #5C03CC;
}
body.home header.sticky:after {
  display: block;
  background-image: url("../img/header-after.svg");
}
body:not(.home) header + * {
  margin-top: 109px;
}
/**** Hero *****/
.hero {
  background-repeat: no-repeat;
  background-image: linear-gradient(360deg, rgba(22, 0, 48, 0.8) 12%, rgba(37, 0, 83, 0) 55.93%), url("../img/galata-towercover-5d809eba727a8.jpg");
  background-size: cover;
  background-position: top center;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 50px;
  margin-top: -69px;
  height: 700px;
  box-sizing: border-box;
}
.hero .text-area {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #FFFFFF;
}
.hero .text-area .title {
  font-family: 'bigcity-grotesque-pro', sans-serif;
  font-style: normal;
  font-weight: 1000;
  font-size: 72px;
  line-height: 112.9%;
}
@media screen and (max-width: 576px) {
  .hero .text-area .title {
    font-weight: 900;
    font-size: 36px;
    line-height: 105.9%;
  }
}
.hero .text-area .subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .hero .text-area .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
.section-p160 {
  padding-top: 160px;
}
@media screen and (max-width: 576px) {
  .section-p160 {
    padding-top: 90px;
  }
}
.section-p130 {
  padding-top: 130px;
}
@media screen and (max-width: 576px) {
  .section-p130 {
    padding-top: 80px;
  }
}
.section-p100 {
  padding-top: 100px;
}
@media screen and (max-width: 576px) {
  .section-p100 {
    padding-top: 70px;
  }
}
.section-p96 {
  padding-top: 96px;
}
.section-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.section-heading h3 {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #121212;
}
@media screen and (max-width: 576px) {
  .section-heading h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
  }
}
.section-heading h2 {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #121212;
}
@media screen and (max-width: 576px) {
  .section-heading h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
  }
}
.section-heading p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #2A3342;
}
@media screen and (max-width: 576px) {
  .section-heading p {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-heading.white h3,
.section-heading.white p {
  color: #fff !important;
}
/**** Home Category ****/
.home-category {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  background: #000;
  background-clip: padding-box;
  /* !important */
  border: solid 2px transparent;
  /* !important */
  height: 292px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  transition: 0.3s all ease-in;
}
.home-category:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #f5f5f5, #f5f5f5);
  transition: 0.3s all ease-in;
}
.home-category .border-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  padding: 1px;
}
.home-category .border-wrap .texture {
  background: url("../img/karinca.png");
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  background-size: cover;
}
.home-category .title {
  height: auto;
  border-radius: 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  width: 100%;
  font-family: "bigcity-grotesque-pro", sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  background-size: cover;
  backdrop-filter: blur(4.5px);
  background-blend-mode: overlay, normal;
  white-space: normal;
  padding: 15px;
  min-height: 47px;
}
.home-category .title:after {
  display: inline-flex;
  content: "";
  background: url("../img/home-category/home-category-arrow.svg");
  width: 9px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: 4px;
  padding-right: 9px;
}
.home-category.about-istanbul,
.home-category.about-city,
.home-category.things-to-to {
  background-image: url("../img/home-category/city-life.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-category.about-istanbul .title,
.home-category.about-city .title,
.home-category.things-to-to .title {
  background: linear-gradient(264.18deg, rgba(253, 230, 80, 0.7) -52.15%, rgba(250, 78, 44, 0.7) 45.39%, rgba(250, 78, 44, 0.7) 137.87%);
}
.home-category.about-istanbul:hover,
.home-category.about-city:hover,
.home-category.things-to-to:hover {
  box-shadow: 0px 18px 24px rgba(250, 78, 44, 0.2);
}
.home-category.about-istanbul:hover:before,
.home-category.about-city:hover:before,
.home-category.things-to-to:hover:before {
  background: linear-gradient(to right, #ff1200, #ff6b00, #ff1200);
}
.home-category.for-travel {
  background-image: url("../img/home-category/for-travel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-category.for-travel .title {
  background: linear-gradient(149.52deg, rgba(0, 174, 165, 0.9) -4.28%, rgba(0, 174, 165, 0.9) 27.19%, rgba(92, 3, 204, 0.9) 129.37%);
}
.home-category.for-travel:hover {
  box-shadow: 0px 18px 24px rgba(0, 174, 165, 0.2);
}
.home-category.for-travel:hover:before {
  background: linear-gradient(270deg, rgba(0, 174, 165, 0.7), rgba(0, 174, 165, 0.7), rgba(92, 3, 204, 0.7));
}
.home-category.for-business {
  background-image: url("../img/home-category/for-business.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-category.for-business .title {
  background: linear-gradient(101.13deg, rgba(92, 3, 204, 0.9) 4.27%, rgba(16, 135, 251, 0.9) 70.23%);
}
.home-category.for-business:hover {
  box-shadow: 0px 18px 24px rgba(31, 100, 229, 0.2);
}
.home-category.for-business:hover:before {
  background: linear-gradient(45deg, #5c03cc, #1087fb);
}
.home-category.for-health {
  background-image: url("../img/home-category/for-health.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-category.for-health .title {
  background: linear-gradient(155.99deg, rgba(246, 37, 134, 0.7) 46.4%, rgba(200, 3, 204, 0.7) 74.19%);
}
.home-category.for-health:hover {
  box-shadow: 0px 18px 24px rgba(244, 0, 118, 0.2);
}
.home-category.for-health:hover:before {
  background: linear-gradient(#f62586, #c803cc);
}
.home-category.for-study {
  background-image: url("../img/home-category/for-study.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-category.for-study .title {
  background: linear-gradient(101.01deg, rgba(246, 187, 37, 0.9) 6.87%, rgba(255, 153, 0, 0.7) 91.35%);
}
.home-category.for-study:hover {
  box-shadow: 0px 18px 24px rgba(255, 147, 67, 0.3);
}
.home-category.for-study:hover:before {
  background: linear-gradient(to right, #f6bb25, #ff9900);
}
.home-category.city-life {
  background-image: url("../img/home-category/city-life.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home-category.city-life .title {
  background: linear-gradient(101.01deg, rgba(129, 37, 246, 0.7) 6.87%, rgba(255, 0, 46, 0.7) 91.35%);
}
.home-category.city-life:hover {
  box-shadow: 0px 18px 24px rgba(244, 0, 118, 0.2);
}
.home-category.city-life:hover:before {
  background: linear-gradient(to right, #8125f6, #ff002e);
}
/**** White Icon Box *****/
.info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .info-box {
    margin-bottom: 20px;
  }
}
.info-box .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}
.info-box .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-box p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #747688 !important;
}
.info-box.purple .title {
  color: #4800C3;
}
.info-box.purple .icon-box {
  background: #EDE6F9;
}
.info-box.green .title {
  color: #15A196;
}
.info-box.green .icon-box {
  background: #CCEFED;
}
.info-box.orange .title {
  color: #FCA418;
}
.info-box.orange .icon-box {
  background: #FEEDD1;
}
.info-box.pink .title {
  color: #F62586;
}
.info-box.pink .icon-box {
  background: linear-gradient(0deg, rgba(246, 37, 134, 0.2), rgba(246, 37, 134, 0.2)), #FFFFFF;
}
.info-box.red .title {
  color: #e41818;
}
.info-box.red .icon-box {
  background: linear-gradient(0deg, rgba(228, 24, 24, 0.1), rgba(228, 24, 24, 0.1)), #FFFFFF;
}
.info-box.blue .title {
  color: #1087FB;
}
.info-box.blue .icon-box {
  background: linear-gradient(0deg, rgba(16, 135, 251, 0.2), rgba(16, 135, 251, 0.2)), #FFFFFF;
}
.parallax {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  gap: 20px;
  background: linear-gradient(101.56deg, rgba(92, 3, 204, 0.9) 3.98%, rgba(246, 37, 134, 0.621) 181.6%), url("../img/parallax.jpg") center;
  background-size: cover;
  border-radius: 20px;
}
.parallax.parallax-dark {
  background: linear-gradient(94.81deg, rgba(68, 0, 109, 0.66) 8.56%, rgba(3, 7, 46, 0.9) 100%), url("../img/galata-2.jpg") center;
}
.parallax a {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #4800C3;
  border-radius: 7px;
  padding: 10px 15px;
  gap: 10px;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4800C3;
  border: 1px solid #fff;
  margin-bottom: 20px;
  transition: 0.3s all ease-in;
}
.parallax a:after {
  content: "";
  background: url("../img/parallax-a.svg");
  width: 25px;
  height: 24px;
}
.parallax a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.parallax a:hover:after {
  background: url("../img/parallax-a-hover.svg");
}
.parallax a.custom {
  background: linear-gradient(101.56deg, #5C03CC 3.98%, rgba(246, 37, 134, 0.69) 181.6%);
  border: 0;
  height: 44px;
  color: #fff;
}
.parallax a.custom:before {
  width: calc(100% - 20px);
  height: 42px;
  content: "";
  position: absolute;
  margin-left: -15px;
  border-radius: 6px;
}
.parallax a.custom:after {
  background: url("../img/parallax-a-hover.svg");
}
.parallax a.custom:hover {
  background: #fff;
}
.parallax a.custom:hover span {
  background: linear-gradient(101.56deg, #5C03CC 3.98%, rgba(246, 37, 134, 0.69) 181.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parallax a.custom:hover:after {
  background: url("../img/parallax-a-custom-hover.svg");
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .d-tablet-none {
    display: none !important;
  }
}
/**** Main Filter ****/
.main-filter {
  padding: 0 56px;
}
@media screen and (max-width: 576px) {
  .main-filter {
    padding: 0 30px;
  }
}
.main-filter .owl-stage {
  display: flex !important;
  flex-direction: row !important;
  height: 30px !important;
  flex-wrap: nowrap !important;
}
.main-filter .owl-next,
.main-filter .owl-prev {
  background: #040525 !important;
  color: #f2f2f2 !important;
  width: 20.25px;
  height: 20.25px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-filter .owl-next {
  right: 0;
}
.main-filter .owl-next .ibr-next {
  background: url("../plugins/owlcarousel/filter-next.svg");
  width: 11px;
  height: 9px;
}
.main-filter .owl-prev {
  left: 0;
}
.main-filter .owl-prev .ibr-prev {
  background: url("../plugins/owlcarousel/filter-next.svg");
  transform: rotate(180deg);
  width: 11px;
  height: 9px;
}
.main-filter .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 6px 19px 6px 15px;
  gap: 5px;
  height: 29px;
  border-radius: 50px;
  background: #FCFCFD;
  color: #040525;
  border: 1px solid #040525;
  position: relative;
  font-size: 16px;
}
.main-filter .item.active,
.main-filter .item:hover {
  background: #040525;
  color: #F2F2F2;
}
.main-filter .item.all {
  /*
      &:before {
        background: url("../img/main-filter/all-tours.svg");
        content: "";
        width: 15px;
        height: 15px;
      }
      &.active, &:hover {
        &:before {
          background: url("../img/main-filter/all-tours-a.svg");
        }
      }
      */
}
.main-filter .item.museum {
  /*
      &:before {
        background: url("../img/main-filter/museum.svg");
        content: "";
        width: 15px;
        height: 15px;
      }
      &.active, &:hover {
        &:before {
          background: url("../img/main-filter/museum-a.svg");
        }
      }

       */
}
.main-filter .item.shopping {
  /*
            &:before {
              background: url("../img/main-filter/shopping.svg");
              content: "";
              width: 15px;
              height: 15px;
            }
            &.active, &:hover {
              &:before {
                background: url("../img/main-filter/shopping-a.svg");
              }
            }

       */
}
/**** Tour Cards ****/
.tour-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 15px;
  gap: 10px;
  border: 1px solid #ffffff;
  outline: 1px solid #b7b7b7;
  margin-bottom: 15px;
  overflow: hidden;
  transition: 0.3s all ease-in;
}
.tour-card:hover {
  border: 1px solid #5C03CC;
  outline: 1px solid #5C03CC;
  box-shadow: 0 14px 14px rgba(72, 0, 195, 0.06);
}
.tour-card .figure {
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px;
}
.tour-card .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.tour-card .heading .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
  margin-top: 10px;
  /* cnn hnm tlb */
}
.tour-card .heading .subdesc {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #747688 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px !important;
}
.tour-card hr {
  opacity: 0.4;
  border: 1px solid #000000;
  padding: 0 10px;
  width: calc(100% - 20px);
}
.tour-card .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 5px;
  gap: 10px;
  height: 18px;
  width: 100%;
}
.tour-card .bottom > div:first-child {
  font-size: 10px;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
}
.tour-card .bottom .price {
  font-weight: 800;
  line-height: 18px;
}
.tour-card .bottom .price small {
  font-size: 12px;
  font-weight: 400;
}
.tags-area {
  display: flex;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
  height: 10px;
}
.tags {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  gap: 6px;
  height: 19px;
  background: #F4FBFF;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}
.tags-blue {
  background: #F4FBFF;
  color: #1F64E5;
}
.tags-orange {
  background: #FFF0D8;
  color: #FF9343;
}
.tags-green {
  background: linear-gradient(0deg, rgba(0, 174, 165, 0.1), rgba(0, 174, 165, 0.1)), #FFFFFF;
  color: #00AEA5;
}
.tags-pink {
  background: linear-gradient(0deg, #FEE8F3, #FEE8F3), #FFFFFF;
  color: #F62586;
}
.btn {
  background: #5C03CC;
  border-radius: 6px;
  padding: 13px 0;
  font-weight: 800;
  font-size: 14px;
  font-style: normal !important;
  text-decoration: none !important;
  border: 2px solid #5C03CC;
  line-height: 18px;
  color: #fff;
  width: auto;
  display: block;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}
.btn:hover {
  background: transparent;
  color: #5C03CC;
}
.btn-full {
  width: 100%;
}
.btn.city-life {
  background: #F84E2C;
  border: 2px solid #F84E2C;
}
.btn.city-life:hover {
  background: transparent;
  color: #F84E2C;
}
.btn.for-health {
  background: #F62586;
  border: 2px solid #F62586;
}
.btn.for-health:hover {
  background: transparent;
  color: #F62586;
}
.btn.for-travel {
  background: #00AEA5;
  border: 2px solid #00AEA5;
}
.btn.for-travel:hover {
  background: transparent;
  color: #00AEA5;
}
.btn.for-business {
  background: #1087FB;
  border: 2px solid #1087FB;
}
.btn.for-business:hover {
  background: transparent;
  color: #1087FB;
}
.btn.for-study {
  background: #FCA418;
  border: 2px solid #FCA418;
}
.btn.for-study:hover {
  background: transparent;
  color: #FCA418;
}
/***** Blog Cards *****/
.blog-card-1 {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: 0.3s all ease-in;
  border: 1px solid #c7c9cc;
}
.blog-card-1 figure {
  max-height: 204px;
  min-height: 204px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.blog-card-1 figure img {
  width: 100% !important;
}
.blog-card-1 figure.news {
  max-height: 234px;
}
.blog-card-1 .content {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: -10px;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-card-1 .content ul {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.blog-card-1 .content ul li {
  display: flex;
  align-items: center;
}
.blog-card-1 .content ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #747688;
  mix-blend-mode: normal;
}
.blog-card-1 .content ul li + li:before {
  content: "";
  width: 17.22px;
  height: 1px;
  background: rgba(116, 118, 136, 0.5);
  display: inline-flex;
  margin-right: 5px;
}
.blog-card-1 .content ul li:first-child a {
  color: #4800C3;
}
.blog-card-1 .content .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  /* cnn hnm tlb */
}
.blog-card-1 .content .desc {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #747688 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-1 .content .read-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #5C03CC;
  display: flex;
  align-items: center;
  gap: 2px;
}
.blog-card-1 .content .read-more:after {
  content: "";
  background: url("../img/read-more-arrow.svg");
  width: 15px;
  height: 16px;
}
.blog-card-1:hover {
  box-shadow: 0px 14px 14px rgba(72, 0, 195, 0.06);
}
.blog-card-1.say-card .content {
  padding: 0;
  margin: 0;
}
.blog-card-1.say-card .content ul li:first-child a {
  color: #F40076;
}
.blog-card-1.say-card .content ul li + li:before {
  content: "•";
  width: unset;
  height: unset;
  background: none;
  color: rgba(4, 5, 37, 0.5);
  display: inline-flex;
  margin-right: 5px;
}
.blog-card-1.say-card .title {
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #121212 !important;
}
.blog-card-1.say-card .desc {
  color: #121212 !important;
  font-size: 22px !important;
  line-height: 26px !important;
}
.blog-card-1.say-card .read-more {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.blog-card-1.say-card .read-more:after {
  display: none;
}
.blog-card-1.say-card .say-user {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #273240;
  margin-left: 5px;
}
.category-card {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  height: 310px;
}
.category-card .border-wrap {
  height: 310px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category-card .content {
  padding: 10px;
  margin: 1px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-blend-mode: normal, normal;
  background-size: cover !important;
  position: relative;
}
.category-card figure {
  border-radius: 7px;
  overflow: hidden;
  height: 214px;
  width: inherit;
}
.category-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card .title {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.category-card .title.next {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 2px;
}
.category-card .title.next:after {
  content: "";
  width: 20px;
  height: 28px;
  background: url("../img/category-next-arrow.svg");
}
.category-card.city-life .border-wrap {
  background: linear-gradient(90deg, #ffffff, #ff1200);
}
.category-card.city-life .content {
  background-image: linear-gradient(264.18deg, rgba(253, 230, 80, 0.7) -52.15%, rgba(250, 78, 44, 0.7) 45.39%, rgba(250, 78, 44, 0.7) 137.87%), url("../img/galata-towercover-5d809eba727a8.jpg");
}
.category-card.for-travel .border-wrap {
  background: linear-gradient(90deg, #ffffff, #00aea5);
}
.category-card.for-travel .content {
  background: linear-gradient(149.52deg, rgba(0, 174, 165, 0.7) -4.28%, rgba(0, 174, 165, 0.7) 27.19%, rgba(92, 3, 204, 0.7) 129.37%), url("../img/home-category/for-travel.jpg");
}
.category-card.for-business .border-wrap {
  background: linear-gradient(90deg, #1f64e5, #ffffff);
}
.category-card.for-business .content {
  background: linear-gradient(155.99deg, rgba(92, 3, 204, 0.9) 26.11%, rgba(16, 135, 251, 0.9) 56.91%), url("../img/home-category/for-business.jpg");
}
.category-card.for-health .border-wrap {
  background: linear-gradient(90deg, #fb10d5, #ffffff);
}
.category-card.for-health .content {
  background: linear-gradient(155.99deg, rgba(246, 37, 134, 0.9) 46.4%, rgba(200, 3, 204, 0.9) 74.19%), url("../img/home-category/for-health.jpg");
}
.category-card.for-study .border-wrap {
  background: linear-gradient(90deg, #ffffff, #ffd25f);
}
.category-card.for-study .content {
  background: linear-gradient(155.99deg, rgba(246, 187, 37, 0.9) 46.4%, rgba(255, 153, 0, 0.9) 74.19%), url("../img/home-category/for-study.png");
}
.category-card-new {
  width: 100%;
  position: relative;
  height: 222px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  display: flex;
  transition: 0.3s all ease-in;
}
.category-card-new .border-wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  right: 10px;
  height: 42px;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .category-card-new .border-wrap {
    min-height: 42px;
    max-height: 54px;
  }
}
.category-card-new figure {
  border-radius: 7px;
  overflow: hidden;
  height: 218px;
  width: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.category-card-new figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card-new .title {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  position: absolute;
  height: 41px;
  margin: 1px;
  border-radius: 7px;
  width: -moz-available;
  width: -webkit-fill-available;
  backdrop-filter: blur(4.5px);
  background-blend-mode: overlay, normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .category-card-new .title {
    font-size: 14px;
    min-height: 41px;
    height: auto;
    line-height: 18px;
    padding: 3px 0;
  }
}
.category-card-new.about-istanbul:hover,
.category-card-new.about-city:hover {
  box-shadow: 0 18px 24px rgba(250, 78, 44, 0.2);
  border-color: #ff1200;
}
.category-card-new.about-istanbul .border-wrap,
.category-card-new.about-city .border-wrap {
  background: linear-gradient(90deg, #ffffff, #ff1200, url('../img/karinca.png') cover);
}
.category-card-new.about-istanbul .title,
.category-card-new.about-city .title {
  background-image: linear-gradient(264.18deg, rgba(253, 230, 80, 0.7) -52.15%, rgba(250, 78, 44, 0.7) 45.39%, rgba(250, 78, 44, 0.7) 137.87%);
}
.category-card-new.city-life:hover {
  box-shadow: 0 18px 24px rgba(244, 0, 118, 0.2);
  background: linear-gradient(rgba(129, 37, 246, 0.7), rgba(255, 0, 46, 0.7));
  border-color: transparent;
}
.category-card-new.city-life .border-wrap {
  background: linear-gradient(90deg, #ffffff, #df5fff, url('../img/karinca.png') cover);
}
.category-card-new.city-life .title {
  background-image: linear-gradient(101.01deg, rgba(129, 37, 246, 0.7) 6.87%, rgba(255, 0, 46, 0.7) 91.35%);
}
.category-card-new.for-travel:hover {
  box-shadow: 0px 18px 24px rgba(0, 174, 165, 0.2);
  border-color: rgba(0, 174, 165, 0.7);
}
.category-card-new.for-travel .border-wrap {
  background: linear-gradient(90deg, #ffffff, #00aea5, url('../img/karinca.png') cover);
}
.category-card-new.for-travel .title {
  background: linear-gradient(149.52deg, rgba(0, 174, 165, 0.7) -4.28%, rgba(0, 174, 165, 0.7) 27.19%, rgba(92, 3, 204, 0.7) 129.37%);
}
.category-card-new.for-business:hover {
  box-shadow: 0px 18px 24px rgba(31, 100, 229, 0.2);
  border-color: #1087fb;
}
.category-card-new.for-business .border-wrap {
  background: linear-gradient(90deg, #1f64e5, #ffffff, url('../img/karinca.png') cover);
}
.category-card-new.for-business .title {
  background: linear-gradient(155.99deg, rgba(92, 3, 204, 0.9) 26.11%, rgba(16, 135, 251, 0.9) 56.91%);
}
.category-card-new.for-health:hover {
  box-shadow: 0 18px 24px rgba(244, 0, 118, 0.2);
  border-color: #c803cc;
}
.category-card-new.for-health .border-wrap {
  background: linear-gradient(90deg, #fb10d5, #ffffff, url('../img/karinca.png') cover);
}
.category-card-new.for-health .title {
  background: linear-gradient(155.99deg, rgba(246, 37, 134, 0.7) 46.4%, rgba(200, 3, 204, 0.7) 74.19%);
}
.category-card-new.for-study:hover {
  box-shadow: 0px 18px 24px rgba(255, 147, 67, 0.3);
  border-color: #ff9900;
}
.category-card-new.for-study .border-wrap {
  background: linear-gradient(90deg, #ffffff, #ffd25f, url('../img/karinca.png') cover);
}
.category-card-new.for-study .title {
  background: linear-gradient(155.99deg, rgba(246, 187, 37, 0.9) 46.4%, rgba(255, 153, 0, 0.9) 74.19%);
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 16.66% 70px;
  gap: 10px;
  border-radius: 30px;
  background: url("../img/istanbul-testimonial.jpg") center;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .testimonial {
    padding: 20px;
    height: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 20px;
  }
}
.testimonial .inset {
  background: url("../img/quote.svg") no-repeat left top;
  position: relative;
  width: 100%;
  height: 98px;
  margin-left: -48px;
}
@media screen and (max-width: 576px) {
  .testimonial .inset {
    display: none;
  }
}
.testimonial .text-area {
  background: #FFFFFF;
  box-shadow: 0 13px 54px rgba(0, 0, 0, 0.55);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 15px;
  width: 100%;
  position: relative;
  margin-top: -74px;
}
@media screen and (max-width: 576px) {
  .testimonial .text-area {
    margin-top: unset;
  }
}
.testimonial .text-area .quote {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #2A3342;
}
@media screen and (max-width: 576px) {
  .testimonial .text-area .quote {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
  }
}
.testimonial .text-area hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.testimonial .text-area .who {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4800C3;
}
.testimonial .text-area .who span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #556987;
}
.testibox {
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .testibox {
    background: none;
  }
}
.testibox .testi-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 20px;
  gap: 25px;
  height: 359px;
  background: linear-gradient(101.56deg, rgba(92, 3, 204, 0.8) 3.98%, rgba(246, 37, 134, 0.8) 181.6%), url('../img/testi-header-bg.jpg') center;
  border-radius: 20px;
}
.testibox .testi-header .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
@media screen and (max-width: 576px) {
  .testibox .testi-header .title {
    padding: 0 5px;
  }
}
.testibox .testi-header .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  gap: 10px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #5C03CC;
}
.testibox .testi-header .button:before {
  content: "";
  display: inline-flex;
  width: 25px;
  height: 24px;
  background: url("../img/writer-pencil.svg") no-repeat center;
}
@media screen and (max-width: 576px) {
  .testibox .testi-header {
    height: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .testibox .testi-header .button {
    display: none;
  }
}
.testibox .say-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.3s all ease-in;
  border: 1px solid transparent;
}
.testibox .say-card:hover {
  box-shadow: 0 7px 20px rgba(92, 3, 204, 0.1);
}
.testibox .say-card:hover {
  border: 1px solid #C7C9CC;
  box-shadow: 0 17px 30px rgba(92, 3, 204, 0.2);
}
.testibox img {
  max-width: 30px !important;
}
.subscribe-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 10px;
  background: linear-gradient(101.56deg, #5C03CC 3.98%, rgba(246, 37, 134, 0.4) 181.6%), url("../img/subscribe-section.jpg");
  background-position: right center;
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .subscribe-section {
    padding: 20px;
  }
}
.subscribe-section .subscribe-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 90px 40px 80px;
  gap: 10px;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 19px 30px rgba(0, 0, 0, 0.41);
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .subscribe-section .subscribe-box {
    padding: 40px 20px;
  }
}
.subscribe-section .subscribe-box .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #4801C3;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
@media screen and (max-width: 576px) {
  .subscribe-section .subscribe-box .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
}
.subscribe-section .subscribe-box .desc {
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
@media screen and (max-width: 576px) {
  .subscribe-section .subscribe-box .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.subscribe-section .subscribe-box .desc b {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  .subscribe-section .subscribe-box .desc b {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
.subscribe-section .subscribe-box form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px 7px 20px;
  gap: 27px;
  width: 424px;
  height: 52px;
  background: #E6EAEB;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .subscribe-section .subscribe-box form {
    width: 100%;
    gap: 0;
  }
}
.subscribe-section .subscribe-box form input {
  height: 38px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: rgba(4, 5, 37, 0.7);
  width: -moz-available;
  width: -webkit-fill-available;
  border: 0;
  background: transparent;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
}
@media screen and (max-width: 576px) {
  .subscribe-section .subscribe-box form input {
    width: calc(100% - 80px);
  }
}
.subscribe-section .subscribe-box form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  white-space: nowrap;
  height: 38px;
  background: #5C03CC;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #FBFCFD;
  font-family: 'Nunito Sans', sans-serif;
  border: 0;
  outline: none;
}
@media screen and (max-width: 768px) {
  .subscribe-section .subscribe-box form button {
    font-size: 11px;
    height: 37px;
    width: 80px;
    box-sizing: border-box;
  }
}
/**** Footer ****/
footer {
  padding: 70px 0 80px;
  background: #040525;
  border-radius: 30px 30px 0 0;
  margin-top: 160px;
  z-index: 99999;
  position: relative;
}
footer .spacer {
  width: 100%;
  height: 0.6px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 15px 0;
}
footer .footer .contact {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #fff;
}
footer .footer .contact div {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
}
footer .footer .contact div b {
  font-weight: 800;
}
footer .footer .left,
footer .footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer .left {
  gap: 36px;
}
footer .footer .right .row {
  width: 100%;
}
footer .footer .right .widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
footer .footer .right .widget .widget-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
footer .footer .right .widget ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .footer .right .widget ul li {
  margin-bottom: 10px;
}
footer .footer .right .widget ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.5;
}
footer .footer .footer-address p {
  font-size: 14px;
  line-height: 14px;
  color: #9F9F9F;
  font-weight: 700;
  margin-top: 8px;
}
footer .footer .footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
footer .footer .footer-social .title {
  font-weight: 800;
  line-height: 18px;
  color: #FFFFFF;
}
footer .footer .footer-social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer .footer-social ul li a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer .footer-social ul li + li {
  border-left: 1px solid rgba(208, 208, 208, 0.5);
}
footer .footer .subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer .footer .subscribe-form .title {
  font-weight: 800;
  line-height: 18px;
  color: #fff;
}
footer .footer .subscribe-form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  gap: 27px;
  width: 315px;
  height: 57px;
  box-sizing: border-box;
  background: #FBFCFD;
  border-radius: 20px;
}
footer .footer .subscribe-form form .input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 174px;
  height: 36px;
}
footer .footer .subscribe-form form label {
  font-size: 12px;
  line-height: 14px;
  color: #040525;
  font-weight: 700;
}
footer .footer .subscribe-form form input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(34, 43, 69, 0.5);
  width: -moz-available;
  width: -webkit-fill-available;
  border: 0;
  background: transparent;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
}
footer .footer .subscribe-form form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  white-space: nowrap;
  height: 38px;
  background: #040525;
  border-radius: 6px;
  font-weight: 800;
  font-size: 11px;
  line-height: 150%;
  color: #FBFCFD;
  font-family: 'Nunito Sans', sans-serif;
  border: 0;
  outline: none;
}
footer .footer .subscribe-form .desc {
  line-height: 14px;
  color: #6B6B6B;
}
footer .footer .payment-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer .footer .payment-icons span {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
footer .footer .payment-icons > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
footer .footer .payment-icons .icon {
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 13px;
  box-sizing: border-box;
}
footer .footer .texting-bottom {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
footer .footer .texting-bottom .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .footer .texting-bottom .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer .texting-bottom .taged {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
footer .footer .texting-bottom .taged .hashtag {
  color: rgba(92, 3, 204);
  text-decoration: none;
  font-weight: 700;
}
footer .footer .copyright {
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer .copyright b {
  font-weight: 700;
}
footer .footer .conditions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
footer .footer .conditions li {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #9F9F9F;
}
footer .footer .conditions li + li:before {
  content: "•";
  color: #9F9F9F;
  margin-right: 5px;
}
.category-big-menu .main-cat-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #F84E2C;
  font-family: "bigcity-grotesque-pro", sans-serif;
  padding-bottom: 15px;
  padding-right: 5px;
}
.category-big-menu .main-cat-title:after {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #F84E2C;
  content: "";
  display: inline-flex;
}
.category-big-menu ul.main {
  width: 100%;
  max-width: 115px;
}
.category-big-menu ul.main li {
  display: flex;
  align-items: baseline;
  position: relative;
}
.category-big-menu ul.main li a {
  padding: 5px 0;
  font-weight: 800;
  line-height: 18px;
  font-size: 14px;
  color: #121212;
  display: block;
}
.category-big-menu ul.main li:hover:after,
.category-big-menu ul.main li.active:after {
  content: "";
  background: url("../img/cat-menu-seperator.svg") no-repeat;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 135px;
  top: 14px;
}
.category-big-menu ul.sub-menu {
  width: 100%;
  margin-left: 50px;
}
.category-big-menu ul.sub-menu li {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
}
.category-big-menu ul.sub-menu li.subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: "bigcity-grotesque-pro", sans-serif;
  padding: 5px 0;
}
.category-big-menu ul.sub-menu li.subtitle a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
}
.category-big-menu ul.sub-menu li.subtitle:not(:nth-child(1)) {
  margin-top: 10px;
}
.category-big-menu ul.sub-menu li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #747688;
  display: block;
}
.category-big-menu.about-city .main-cat-title,
.category-big-menu.things-to-do .main-cat-title {
  color: #F84E2C;
}
.category-big-menu.about-city .main-cat-title:after,
.category-big-menu.things-to-do .main-cat-title:after {
  background: #F84E2C;
}
.category-big-menu.about-city ul.main li:hover a,
.category-big-menu.things-to-do ul.main li:hover a,
.category-big-menu.about-city ul.main li.active a,
.category-big-menu.things-to-do ul.main li.active a {
  color: #F84E2C;
}
.category-big-menu.about-city ul.main li:hover:after,
.category-big-menu.things-to-do ul.main li:hover:after,
.category-big-menu.about-city ul.main li.active:after,
.category-big-menu.things-to-do ul.main li.active:after {
  background: url("../img/cat-menu-about-istanbul-sepeator.svg") no-repeat !important;
}
.category-big-menu.about-city ul.sub-menu li a,
.category-big-menu.things-to-do ul.sub-menu li a {
  color: initial;
}
.category-big-menu.about-city ul.sub-menu li:hover a,
.category-big-menu.things-to-do ul.sub-menu li:hover a,
.category-big-menu.about-city ul.sub-menu li.active a,
.category-big-menu.things-to-do ul.sub-menu li.active a {
  color: #F84E2C;
}
.category-big-menu.travel .main-cat-title {
  color: #00AEA5;
}
.category-big-menu.travel .main-cat-title:after {
  background: #00AEA5;
}
.category-big-menu.travel ul.main li:hover a,
.category-big-menu.travel ul.main li.active a {
  color: #00AEA5;
}
.category-big-menu.travel ul.main li:hover:after,
.category-big-menu.travel ul.main li.active:after {
  background: url("../img/cat-menu-travel-sepeator.svg") no-repeat !important;
}
.category-big-menu.travel ul.sub-menu li:hover a,
.category-big-menu.travel ul.sub-menu li.active a {
  color: #00AEA5;
}
.category-big-menu.business .main-cat-title {
  color: #1087FB;
}
.category-big-menu.business .main-cat-title:after {
  background: #1087FB;
}
.category-big-menu.business ul.main li:hover a,
.category-big-menu.business ul.main li.active a {
  color: #1087FB;
}
.category-big-menu.business ul.main li:hover:after,
.category-big-menu.business ul.main li.active:after {
  background: url("../img/cat-menu-business-sepeator.svg") no-repeat !important;
}
.category-big-menu.business ul.sub-menu li:hover a,
.category-big-menu.business ul.sub-menu li.active a {
  color: #1087fb;
}
.category-big-menu.health .main-cat-title {
  color: #F62586;
}
.category-big-menu.health .main-cat-title:after {
  background: #F62586;
}
.category-big-menu.health ul.main li:hover a,
.category-big-menu.health ul.main li.active a {
  color: #F62586;
}
.category-big-menu.health ul.main li:hover:after,
.category-big-menu.health ul.main li.active:after {
  background: url("../img/cat-menu-health-sepeator.svg") no-repeat !important;
}
.category-big-menu.health ul.sub-menu li:hover a,
.category-big-menu.health ul.sub-menu li.active a {
  color: #f62586;
}
.category-big-menu.study .main-cat-title {
  color: #FCA418;
}
.category-big-menu.study .main-cat-title:after {
  background: #FCA418;
}
.category-big-menu.study ul.main li:hover a,
.category-big-menu.study ul.main li.active a {
  color: #FCA418;
}
.category-big-menu.study ul.main li:hover:after,
.category-big-menu.study ul.main li.active:after {
  background: url("../img/cat-menu-study-sepeator.svg") no-repeat !important;
}
.category-big-menu.study ul.sub-menu li:hover a,
.category-big-menu.study ul.sub-menu li.active a {
  color: #fca418;
}
.category-big-menu.city-life .main-cat-title {
  color: #5C03CC;
}
.category-big-menu.city-life .main-cat-title:after {
  background: #5C03CC;
}
.category-big-menu.city-life ul.main li:hover a,
.category-big-menu.city-life ul.main li.active a {
  color: #5C03CC;
}
.category-big-menu.city-life ul.main li:hover:after,
.category-big-menu.city-life ul.main li.active:after {
  background: url("../img/cat-menu-city-life-sepeator.svg") no-repeat !important;
}
.home .category-big-menu ul.main {
  width: 100%;
  max-width: unset;
  position: relative;
  overflow: hidden;
}
.home .category-big-menu ul.main .dropdown-menu {
  position: initial;
}
.home .category-big-menu ul.main .dropdown-menu > a {
  max-width: 115px;
  width: 100%;
  position: relative;
}
.home .category-big-menu ul.main .dropdown-menu:hover:after,
.home .category-big-menu ul.main .dropdown-menu.active:after {
  content: "";
  display: none;
}
.home .category-big-menu ul.main .dropdown-menu:hover > a:after,
.home .category-big-menu ul.main .dropdown-menu.active > a:after {
  content: "";
  background: url("../img/cat-menu-seperator.svg") no-repeat;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 135px;
  top: 14px;
}
.home .category-big-menu ul.main .dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: -3px;
  max-width: 130px;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
.home .category-big-menu ul.main .dropdown-menu .sub-menu:nth-child(1) {
  display: block;
}
.home .category-big-menu ul.main .dropdown-menu .sub-menu li a {
  color: #747688;
}
.home .category-big-menu ul.main .dropdown-menu .sub-menu li:hover:after,
.home .category-big-menu ul.main .dropdown-menu .sub-menu li.active:after {
  content: "";
  display: none;
}
.home .category-big-menu ul.main .dropdown-menu .sub-menu li:hover a,
.home .category-big-menu ul.main .dropdown-menu .sub-menu li.active a {
  color: #121212;
}
.home .category-big-menu ul.main .dropdown-menu .sub-menu li.subtitle a {
  color: #121212;
}
.home .category-big-menu.about-city ul.main li:hover > a,
.home .category-big-menu.about-city ul.main li.active > a {
  color: #F84E2C;
}
.home .category-big-menu.about-city ul.main li:hover:after,
.home .category-big-menu.about-city ul.main li.active:after {
  background: url("../img/cat-menu-about-istanbul-sepeator.svg") no-repeat !important;
}
.home .category-big-menu.about-city ul.main li ul.sub-menu li a {
  color: #747688;
}
.home .category-big-menu.about-city ul.main li ul.sub-menu li:hover a,
.home .category-big-menu.about-city ul.main li ul.sub-menu li.active a {
  color: #F84E2C;
}
.home .category-big-menu.travel .main-cat-title {
  color: #00AEA5;
}
.home .category-big-menu.travel .main-cat-title:after {
  background: #00AEA5;
}
.home .category-big-menu.travel ul.main li:hover a,
.home .category-big-menu.travel ul.main li.active a {
  color: #00AEA5;
}
.home .category-big-menu.travel ul.main li:hover:after,
.home .category-big-menu.travel ul.main li.active:after {
  background: url("../img/cat-menu-travel-sepeator.svg") no-repeat !important;
}
.home .category-big-menu.travel ul.main li ul.sub-menu li a {
  color: #747688;
}
.home .category-big-menu.travel ul.main li ul.sub-menu li:hover a,
.home .category-big-menu.travel ul.main li ul.sub-menu li.active a {
  color: #00AEA5;
}
.home .category-big-menu.business .main-cat-title {
  color: #1087FB;
}
.home .category-big-menu.business .main-cat-title:after {
  background: #1087FB;
}
.home .category-big-menu.business ul.main li:hover a,
.home .category-big-menu.business ul.main li.active a {
  color: #1087FB;
}
.home .category-big-menu.business ul.main li:hover:after,
.home .category-big-menu.business ul.main li.active:after {
  background: url("../img/cat-menu-business-sepeator.svg") no-repeat !important;
}
.home .category-big-menu.business ul.main li ul.sub-menu li a {
  color: #747688;
}
.home .category-big-menu.business ul.main li ul.sub-menu li:hover a,
.home .category-big-menu.business ul.main li ul.sub-menu li.active a {
  color: #1087fb;
}
.home .category-big-menu.health .main-cat-title {
  color: #F62586;
}
.home .category-big-menu.health .main-cat-title:after {
  background: #F62586;
}
.home .category-big-menu.health ul.main li:hover a,
.home .category-big-menu.health ul.main li.active a {
  color: #F62586;
}
.home .category-big-menu.health ul.main li:hover:after,
.home .category-big-menu.health ul.main li.active:after {
  background: url("../img/cat-menu-health-sepeator.svg") no-repeat !important;
}
.home .category-big-menu.health ul.main li ul.sub-menu li a {
  color: #747688;
}
.home .category-big-menu.health ul.main li ul.sub-menu li:hover a,
.home .category-big-menu.health ul.main li ul.sub-menu li.active a {
  color: #f62586;
}
.home .category-big-menu.study .main-cat-title {
  color: #FCA418;
}
.home .category-big-menu.study .main-cat-title:after {
  background: #FCA418;
}
.home .category-big-menu.study ul.main li:hover a,
.home .category-big-menu.study ul.main li.active a {
  color: #FCA418;
}
.home .category-big-menu.study ul.main li:hover:after,
.home .category-big-menu.study ul.main li.active:after {
  background: url("../img/cat-menu-study-sepeator.svg") no-repeat !important;
}
.home .category-big-menu.study ul.main li ul.sub-menu li a {
  color: #747688;
}
.home .category-big-menu.study ul.main li ul.sub-menu li:hover a,
.home .category-big-menu.study ul.main li ul.sub-menu li.active a {
  color: #fca418;
}
.home .category-big-menu.city-life .main-cat-title {
  color: #5C03CC;
}
.home .category-big-menu.city-life .main-cat-title:after {
  background: #5C03CC;
}
.home .category-big-menu.city-life ul.main li:hover a,
.home .category-big-menu.city-life ul.main li.active a {
  color: #5C03CC;
}
.home .category-big-menu.city-life ul.main li:hover:after,
.home .category-big-menu.city-life ul.main li.active:after {
  background: url("../img/cat-menu-city-life-sepeator.svg") no-repeat !important;
}
.home .category-big-menu.city-life ul.main li ul.sub-menu li a {
  color: #747688;
}
.home .category-big-menu.city-life ul.main li ul.sub-menu li:hover a,
.home .category-big-menu.city-life ul.main li ul.sub-menu li.active a {
  color: #5C03CC;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb li a {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #747688;
  white-space: nowrap;
}
.breadcrumb li + li:before {
  width: 4px;
  height: 4px;
  background: #747688;
  opacity: 0.5;
  border-radius: 4px;
  content: "";
  display: inline-flex;
  margin-right: 10px;
}
.breadcrumb li:last-child {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4800C3;
  white-space: nowrap;
}
.breadcrumb li:last-child a {
  color: #4800C3;
}
body.main-category .main-category-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
body.main-category .main-category-heading h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #040525;
  font-family: "bigcity-grotesque-pro", sans-serif;
  margin: 33px 0 0;
}
body.main-category .main-category-heading h5 {
  font-size: 34px;
  line-height: 42px;
}
body.main-category .main-category-heading .main-desc {
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 576px) {
  body.main-category .main-category-heading {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0 !important;
  }
  body.main-category .main-category-heading h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 105.9%;
    margin-top: 0 !important;
  }
  body.main-category .main-category-heading .main-desc {
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 4;
  }
}
body.main-category .sub-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
}
body.main-category .sub-heading h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #121212;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
body.main-category .sub-heading .desc {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  opacity: 0.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.main-category .sub-heading .desc a {
  font-size: 18px;
  color: #5C03CC;
}
@media screen and (max-width: 576px) {
  body.main-category .sub-heading {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  body.main-category .sub-heading h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
  body.main-category .sub-heading .desc {
    display: none;
  }
}
.category-slider .item {
  position: relative;
}
.category-slider .item figure {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-size: cover !important;
  display: block;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.category-title-backs {
  width: 100%;
  position: relative;
  z-index: 9;
}
.category-title-backs .border-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  padding: 1px;
}
.category-title-backs .border-wrap .texture {
  background: url("../img/karinca.png");
  width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  background-size: cover;
}
.category-title-backs .title {
  height: auto;
  min-height: 27px;
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(4.5px);
  border-radius: 7px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  background-size: cover;
  text-align: center;
}
.category-slider.city-life .category-title-backs .title {
  background: linear-gradient(101.01deg, rgba(129, 37, 246, 0.7) 6.87%, rgba(255, 0, 46, 0.7) 91.35%);
}
.category-slider.city-life:hover {
  box-shadow: 0 18px 24px rgba(244, 0, 118, 0.2);
}
.category-slider.city-life:hover:before {
  background: linear-gradient(to right, #8125f6, #ff002e);
}
.for-travel.travel .category-title-backs .title {
  background: linear-gradient(149.52deg, rgba(0, 174, 165, 0.9) -4.28%, rgba(0, 174, 165, 0.9) 27.19%, rgba(92, 3, 204, 0.9) 129.37%);
}
.for-travel.travel:hover {
  box-shadow: 0px 18px 24px rgba(0, 174, 165, 0.2);
}
.for-travel.travel:hover:before {
  background: linear-gradient(270deg, rgba(0, 174, 165, 0.7), rgba(0, 174, 165, 0.7), rgba(92, 3, 204, 0.7));
}
.for-business.business .category-title-backs .title {
  background: linear-gradient(101.13deg, rgba(92, 3, 204, 0.9) 4.27%, rgba(16, 135, 251, 0.9) 70.23%);
}
.for-business.business:hover {
  box-shadow: 0px 18px 24px rgba(31, 100, 229, 0.2);
}
.for-business.business:hover:before {
  background: linear-gradient(45deg, #5c03cc, #1087fb);
}
.for-health.health .category-title-backs .title {
  background: linear-gradient(155.99deg, rgba(246, 37, 134, 0.7) 46.4%, rgba(200, 3, 204, 0.7) 74.19%);
}
.for-health.health:hover {
  box-shadow: 0px 18px 24px rgba(244, 0, 118, 0.2);
}
.for-health.health:hover:before {
  background: linear-gradient(#f62586, #c803cc);
}
.for-study.study .category-title-backs .title {
  background: linear-gradient(101.01deg, rgba(246, 187, 37, 0.9) 6.87%, rgba(255, 153, 0, 0.7) 91.35%);
}
.for-study.study:hover {
  box-shadow: 0px 18px 24px rgba(255, 147, 67, 0.3);
}
.for-study.study:hover:before {
  background: linear-gradient(to right, #f6bb25, #ff9900);
}
.about-istanbul.about-city .category-title-backs .title {
  background: linear-gradient(264.18deg, rgba(253, 230, 80, 0.7) -52.15%, rgba(250, 78, 44, 0.7) 45.39%, rgba(250, 78, 44, 0.7) 137.87%);
}
.about-istanbul.about-city:hover {
  box-shadow: 0px 18px 24px rgba(250, 78, 44, 0.2);
}
.about-istanbul.about-city:hover:before {
  background: linear-gradient(to right, #ff1200, #ff6b00, #ff1200);
}
.category-slider,
.horizontal-slider,
.blog-card-slider {
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .category-slider,
  .horizontal-slider,
  .blog-card-slider {
    margin: 0;
  }
}
.category-slider .owl-dots,
.horizontal-slider .owl-dots,
.blog-card-slider .owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
  height: 6px;
  margin-top: 14px;
}
.category-slider .owl-dots .owl-dot,
.horizontal-slider .owl-dots .owl-dot,
.blog-card-slider .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-available;
  width: -webkit-fill-available;
}
.category-slider .owl-dots .owl-dot span,
.horizontal-slider .owl-dots .owl-dot span,
.blog-card-slider .owl-dots .owl-dot span {
  height: 6px;
  width: 100%;
  border-radius: 5px;
  background: rgba(17, 27, 39, 0.2);
}
.category-slider .owl-dots .owl-dot.active span,
.horizontal-slider .owl-dots .owl-dot.active span,
.blog-card-slider .owl-dots .owl-dot.active span {
  background: #111827;
}
.category-slider .item,
.horizontal-slider .item,
.blog-card-slider .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 100%;
  height: 222px;
  background-size: cover;
  border-radius: 10px;
}
.category-slider .owl-controls .owl-page,
.horizontal-slider .owl-controls .owl-page,
.blog-card-slider .owl-controls .owl-page {
  display: inline-block;
}
.category-slider .owl-controls .owl-page span,
.horizontal-slider .owl-controls .owl-page span,
.blog-card-slider .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
@media screen and (max-width: 767px) {
  .horizontal-slider.row .col-12 {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.owl-carousel button,
.testikrem button {
  border: 0;
  outline: none;
}
.owl-carousel .owl-dots,
.testikrem .owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
}
.owl-carousel .owl-dots .owl-dot,
.testikrem .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-available;
  width: -webkit-fill-available;
}
.owl-carousel .owl-dots .owl-dot span,
.testikrem .owl-dots .owl-dot span {
  height: 6px;
  width: 100%;
  border-radius: 5px;
  background: rgba(17, 27, 39, 0.2);
}
.owl-carousel .owl-dots .owl-dot.active span,
.testikrem .owl-dots .owl-dot.active span {
  background: #111827;
}
.testikrem .owl-dots {
  margin-top: 6px !important;
}
#testi .owl-dots {
  margin-top: 20px !important;
}
.category-slider .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 20px);
  opacity: 0.3;
  transition: 0.3s all ease-in;
}
.category-slider .owl-nav:hover {
  opacity: 1;
}
.category-slider .owl-nav .owl-prev,
.category-slider .owl-nav .owl-next {
  height: 100%;
  width: 60px;
  background: #000000 !important;
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-slider .owl-nav .owl-prev {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) !important;
  border-radius: 10px 0 0 10px;
  left: 0;
}
.category-slider .owl-nav .owl-next {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
  border-radius: 0 10px 10px 0;
  right: 0;
}
.category-slider .cat-prev,
.category-slider .cat-next {
  width: 20px;
  height: 28px;
  background: url("../img/category-next-arrow.svg");
}
.category-slider .cat-prev {
  transform: rotate(180deg);
}
.category-slider .city-life .category-title-backs .title {
  background: linear-gradient(101.01deg, rgba(129, 37, 246, 0.7) 6.87%, rgba(255, 0, 46, 0.7) 91.35%);
}
.category-slider .city-life:hover {
  box-shadow: 0 18px 24px rgba(244, 0, 118, 0.2);
}
.category-slider .city-life:hover:before {
  background: linear-gradient(to right, #8125f6, #ff002e);
}
.category-slider .travel .category-title-backs .title {
  background: linear-gradient(149.52deg, rgba(0, 174, 165, 0.9) -4.28%, rgba(0, 174, 165, 0.9) 27.19%, rgba(92, 3, 204, 0.9) 129.37%);
}
.category-slider .travel:hover {
  box-shadow: 0px 18px 24px rgba(0, 174, 165, 0.2);
}
.category-slider .travel:hover:before {
  background: linear-gradient(270deg, rgba(0, 174, 165, 0.7), rgba(0, 174, 165, 0.7), rgba(92, 3, 204, 0.7));
}
.category-slider .business .category-title-backs .title {
  background: linear-gradient(101.13deg, rgba(92, 3, 204, 0.9) 4.27%, rgba(16, 135, 251, 0.9) 70.23%);
}
.category-slider .business:hover {
  box-shadow: 0px 18px 24px rgba(31, 100, 229, 0.2);
}
.category-slider .business:hover:before {
  background: linear-gradient(45deg, #5c03cc, #1087fb);
}
.category-slider .health .category-title-backs .title {
  background: linear-gradient(155.99deg, rgba(246, 37, 134, 0.7) 46.4%, rgba(200, 3, 204, 0.7) 74.19%);
}
.category-slider .health:hover {
  box-shadow: 0px 18px 24px rgba(244, 0, 118, 0.2);
}
.category-slider .health:hover:before {
  background: linear-gradient(#f62586, #c803cc);
}
.category-slider .study .category-title-backs .title {
  background: linear-gradient(101.01deg, rgba(246, 187, 37, 0.9) 6.87%, rgba(255, 153, 0, 0.7) 91.35%);
}
.category-slider .study:hover {
  box-shadow: 0px 18px 24px rgba(255, 147, 67, 0.3);
}
.category-slider .study:hover:before {
  background: linear-gradient(to right, #f6bb25, #ff9900);
}
.category-slider .about-city .category-title-backs .title {
  background: linear-gradient(264.18deg, rgba(253, 230, 80, 0.7) -52.15%, rgba(250, 78, 44, 0.7) 45.39%, rgba(250, 78, 44, 0.7) 137.87%);
}
.category-slider .about-city:hover {
  box-shadow: 0px 18px 24px rgba(250, 78, 44, 0.2);
}
.category-slider .about-city:hover:before {
  background: linear-gradient(to right, #ff1200, #ff6b00, #ff1200);
}
.horizontal-cards {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 2px solid #B7B7B7;
  transition: 0.3s all ease-in;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .horizontal-cards {
    padding: 5px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  .horizontal-cards .content-area {
    margin-top: -18px !important;
  }
}
.horizontal-cards figure {
  height: 100%;
}
.horizontal-cards figure img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .horizontal-cards figure img {
    border-radius: 7px;
    width: 100%;
    height: calc(100% - 10px);
  }
}
.horizontal-cards .thumbnail-area {
  height: 100%;
}
.horizontal-cards .thumbnail-area img {
  height: 100%;
  object-fit: cover;
}
.horizontal-cards.with-border {
  border: 1px solid #B7B7B7;
}
.horizontal-cards .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 20px 5px 0;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  gap: 13px;
}
@media screen and (max-width: 576px) {
  .horizontal-cards .content {
    padding: 15px;
    gap: 3px;
    background: #fff;
    border-radius: 7px;
  }
}
.horizontal-cards .content .head-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.horizontal-cards .content .head-desc h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .horizontal-cards .content .head-desc h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.horizontal-cards .content .head-desc p {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #747688 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .horizontal-cards .content .head-desc p {
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 20px;
  }
}
.horizontal-cards .content .more {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #5C03CC;
  display: flex;
  align-items: center;
  gap: 2px;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .horizontal-cards .content .more {
    position: relative;
    bottom: 0;
  }
  .horizontal-cards .content .more:after {
    content: "";
    background: url("../img/arrow-chevron-right.svg");
    width: 15px;
    height: 16px;
  }
}
.horizontal-cards ul {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.horizontal-cards ul li {
  display: flex;
  align-items: center;
}
.horizontal-cards ul li a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #747688;
  mix-blend-mode: normal;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .horizontal-cards ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
.horizontal-cards ul li + li:before {
  content: "";
  width: 17.22px;
  height: 1px;
  background: rgba(116, 118, 136, 0.5);
  display: inline-flex;
  margin-right: 5px;
}
.horizontal-cards ul li:first-child a {
  color: #F43523;
}
@media screen and (max-width: 768px) {
  .horizontal-cards {
    margin-bottom: 0;
  }
  .horizontal-cards .row > [class*="col-"] {
    margin: 0;
  }
}
.horizontal-cards:hover {
  border: 2px solid #C7C9CC;
  box-shadow: 0px 4px 14px rgba(72, 0, 195, 0.15);
}
.horizontal-cards .press-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 10px;
  gap: 10px;
}
.horizontal-cards .press-box .meta-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.horizontal-cards .press-box .meta-box span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.horizontal-cards .press-box .meta-box span:first-child {
  color: #5C03CC;
}
.horizontal-cards .press-box .meta-box span:last-child {
  color: #747688;
}
.horizontal-cards .press-box .content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.horizontal-cards .press-box .content-box .press-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}
.horizontal-cards .press-box .content-box .press-desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
.horizontal-cards .press-box .content-box .press-link {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #5C03CC;
}
.blog-ads-banner {
  margin-bottom: 30px;
}
.owl-carousel.off {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.owl-carousel.off-nogap {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-card-slider.off {
  gap: 0;
}
.owl-carousel.off2 {
  display: flex;
  width: initial;
}
#mobileCarousel .owl-item {
  width: 300px !important;
}
.blog-content .blog-content-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
}
.blog-content .blog-content-heading h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #040525;
  font-family: "bigcity-grotesque-pro", sans-serif;
  margin: 33px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.blog-content .blog-content-heading h1.single-content {
  font-size: 48px;
  line-height: 48px;
}
.blog-content .blog-content-heading .main-desc {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2A3342;
}
.blog-content .blog-content-figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  height: 600px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px 0 47px;
}
@media screen and (max-width: 576px) {
  .blog-content .blog-content-figure {
    height: 352px;
  }
}
.blog-content .blog-content-figure .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  gap: 30px;
  height: 26px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .blog-content .blog-content-figure .meta {
    font-size: 8px;
    line-height: 11px;
  }
}
.blog-content .blog-content-figure .meta b,
.blog-content .blog-content-figure .meta strong {
  font-weight: 700;
}
.blog-content .blog-content-figure .meta .share {
  text-transform: capitalize;
  position: relative;
}
.blog-content .article .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 5px 10px;
  gap: 30px;
  height: 26px;
  border-radius: 5px;
  background: #f4f4f4;
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .blog-content .article .meta {
    font-size: 8px;
    line-height: 11px;
  }
}
.blog-content .article .meta b,
.blog-content .article .meta strong {
  font-weight: 700;
}
.blog-content .article .meta .share {
  text-transform: capitalize;
  position: relative;
  color: #5C03CC;
}
.blog-content .article .main-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 70px;
}
.blog-content .article .main-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(4, 5, 37, 0.6);
}
.blog-content .article .main-content h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #121212;
}
.blog-content .article .main-content h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #120D26;
}
.blog-content .article .main-content h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #120D26;
}
.blog-content .article .main-content .images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
}
.blog-content .article .main-content .reset-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(4, 5, 37, 0.6);
  margin-bottom: 20px;
}
.blog-content .article .main-content .reset-content strong,
.blog-content .article .main-content .reset-content b {
  font-weight: 800 !important;
}
.blog-content .article .main-content .reset-content a {
  text-decoration: underline;
  color: #5C03CC;
}
.blog-content .article .main-content .reset-content h1,
.blog-content .article .main-content .reset-content h2,
.blog-content .article .main-content .reset-content h3,
.blog-content .article .main-content .reset-content h4 {
  margin-bottom: 5px;
  margin-top: 60px;
}
.blog-content .article .main-content .reset-content img + h1,
.blog-content .article .main-content .reset-content img + h2,
.blog-content .article .main-content .reset-content img + h3,
.blog-content .article .main-content .reset-content img + h4 {
  margin-top: 40px;
}
.blog-content .article .main-content .reset-content ul {
  list-style: disc;
  margin-left: 23px;
  margin-bottom: 20px;
}
.blog-content .article .main-content .reset-content ul li {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: rgba(4, 5, 37, 0.6);
}
.blog-content .article .main-content .reset-content ol {
  list-style: decimal;
  margin-left: 23px;
  margin-bottom: 20px;
}
.blog-content .article .main-content .reset-content ol li {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: rgba(4, 5, 37, 0.6);
}
.blog-content .article .main-content .reset-content h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  color: #120D26;
}
.blog-content .article .main-content .reset-content h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #121212;
}
.blog-content .article .main-content .reset-content h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #120D26;
}
.blog-content .article .main-content .reset-content h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #120D26;
}
.blog-content .article .main-content .reset-content h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #120D26;
}
.blog-content .article .main-content .reset-content h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #120D26;
}
.blog-content .article .main-content .reset-content img {
  margin: 10px 0;
}
.blog-content .article .main-content .reset-content .images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
}
.blog-content .location {
  margin-left: 59px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.blog-content .location .loc-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #121212;
}
.blog-content .content-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.blog-content .related-articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.blog-content .related-articles .desc {
  white-space: normal;
}
.blog-content .related-posts {
  display: flex;
  gap: 20px;
  width: 100%;
}
.reset-content p,
.page-excerpt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #747688;
  margin-bottom: 20px;
}
.reset-content strong,
.page-excerpt strong,
.reset-content b,
.page-excerpt b {
  font-weight: 800 !important;
}
.reset-content a,
.page-excerpt a {
  text-decoration: underline;
  color: #5C03CC;
}
.reset-content h1,
.page-excerpt h1,
.reset-content h2,
.page-excerpt h2,
.reset-content h3,
.page-excerpt h3,
.reset-content h4,
.page-excerpt h4 {
  margin-bottom: 5px;
  margin-top: 60px;
}
.reset-content img + h1,
.page-excerpt img + h1,
.reset-content img + h2,
.page-excerpt img + h2,
.reset-content img + h3,
.page-excerpt img + h3,
.reset-content img + h4,
.page-excerpt img + h4 {
  margin-top: 40px;
}
.reset-content ul,
.page-excerpt ul {
  list-style: disc;
  margin-left: 23px;
  margin-bottom: 20px;
}
.reset-content ul li,
.page-excerpt ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: rgba(4, 5, 37, 0.6);
}
.reset-content ol,
.page-excerpt ol {
  list-style: decimal;
  margin-left: 23px;
  margin-bottom: 20px;
}
.reset-content ol li,
.page-excerpt ol li {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: rgba(4, 5, 37, 0.6);
}
.reset-content h1,
.page-excerpt h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  color: #120D26;
}
.reset-content h2,
.page-excerpt h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #121212;
}
.reset-content h3,
.page-excerpt h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #120D26;
}
.reset-content h4,
.page-excerpt h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #120D26;
}
.reset-content h5,
.page-excerpt h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #120D26;
}
.reset-content h5,
.page-excerpt h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #120D26;
}
.reset-content img,
.page-excerpt img {
  margin: 10px 0;
}
.reset-content .images,
.page-excerpt .images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
}
.branded-content .article .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  gap: 70px;
}
.branded-content .article .main-content > div {
  width: 100%;
}
.branded-content .article .main-content ul {
  list-style: disc;
  color: rgba(4, 5, 37, 0.6);
  margin-left: 30px;
  font-size: 22px;
  line-height: 26px;
  margin-top: 5px;
}
.branded-content .article .main-content h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #120D26;
}
.branded-content .article p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(4, 5, 37, 0.6);
}
.branded-content .branded-content-figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  width: 100%;
  height: 352px;
  border-radius: 10px;
  background-size: cover;
  margin: 32px 0 47px;
}
.branded-content .branded-content-figure .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  gap: 30px;
  height: 26px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.branded-content .branded-content-figure .meta .share {
  text-transform: capitalize;
  position: relative;
}
.branded-content .branded-content-figure .brand {
  width: 137px;
  height: 126px;
  background: #fff;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  border-radius: 10px;
}
.branded-content .brand-content-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
.branded-content .brand-content-heading h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #040525;
  font-family: "bigcity-grotesque-pro", sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.branded-content .brand-content-heading .main-desc {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2A3342;
}
.branded-content .related-articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.branded-content .content-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.branded-content .content-faq h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #120D26;
}
.branded-content .location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.branded-content .location .loc-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #121212;
}
.branded-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #121212;
}
.faq {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 18px 24px;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  /*
  & + .faq {
    margin-top:15px
  }
  */
}
.faq .question {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.faq .question:after {
  content: " ";
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: url("../img/question-after.svg");
}
.faq .answer {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #3C3C43;
  display: none;
}
.faq.active .question:after {
  background: url("../img/question-active-after.svg");
}
.faq.active .answer {
  display: block;
}
.tab-content .faq + .faq {
  margin-top: 15px;
}
.view-more-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
}
.view-more-heading a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #5C03CC;
}
.view-more-heading h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #040525;
}
.inline-contact-form {
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  padding: 25px 0;
}
.inline-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 49px;
}
.inline-contact-form form .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #040525;
}
.inline-contact-form form .d-flex {
  gap: 49px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .inline-contact-form form .d-flex {
    flex-direction: column;
  }
}
.inline-contact-form form .d-flex > div {
  display: flex;
  position: relative;
  flex: 1;
}
.inline-contact-form form button {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
}
.inline-contact-form input[type="text"] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6F7789;
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #6F7789;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
}
.inline-contact-form input[type="text"]:focus,
.inline-contact-form input[type="text"]:focus-visible {
  -webkit-appearance: none;
  color: #000000;
  outline: none;
  border-bottom: 2px solid #000000;
}
.inline-contact-form textarea {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6F7789;
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #6F7789;
  font-family: 'Nunito Sans', sans-serif;
}
.inline-contact-form textarea:focus,
.inline-contact-form textarea:focus-visible {
  -webkit-appearance: none;
  color: #000000;
  outline: none;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 576px) {
  .inline-contact-form textarea {
    height: 33px;
  }
}
input[type=text].error,
input[type=number].error,
input[type=email].error,
textarea.error {
  border: 1px solid red !important;
  border-radius: 6px;
}
.checkbox-group {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
}
.checkbox-group input {
  background-color: unset;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.checkbox-group input + label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.checkbox-group input + label:before {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  margin-right: 14px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .checkbox-group input + label:before {
    left: 0;
    position: absolute;
  }
}
.checkbox-group input + label a {
  font-weight: 700;
  color: #5C03CC;
}
@media screen and (max-width: 576px) {
  .checkbox-group input + label {
    display: block;
    padding-left: 30px;
    position: relative;
  }
}
.checkbox-group input:checked + label:before {
  background-image: url("../img/checkbox.svg");
  background-repeat: no-repeat;
  border: 0;
}
@media screen and (max-width: 576px) {
  .checkbox-group {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.tour-list .tour-list-head {
  margin: 40px 0 30px;
}
.tour-list .tour-list-head h1 {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #040525;
}
.tour-list .tour-list-head p {
  font-size: 22px;
  line-height: 26px;
  color: rgba(18, 18, 18, 0.7);
}
.tour-list .filter-selectbox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 3px;
  width: 100%;
  height: 53px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  outline: 0.5px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.tour-list .filter-selectbox .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #010101;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
.tour-list .filter-selectbox .title.date:after {
  width: 15px;
  height: 15px;
  content: "";
  background: url("../img/f-date.svg");
}
.tour-list .filter-selectbox .title.sort:after {
  width: 14px;
  height: 15px;
  content: "";
  background: url("../img/f-sort.svg");
}
.tour-list .filter-selectbox .title.filter:after {
  width: 16px;
  height: 15px;
  content: "";
  background: url("../img/f-filter.svg");
}
.tour-list .filter-selectbox .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #B5BFC8;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-list .filter-selectbox .text .online {
  width: 6px;
  height: 6px;
  background: #21BF73;
  border-radius: 6px;
}
.tour-list .filter-selectbox:hover {
  border: 1px solid #8F8F8F;
  outline: 0.5px solid #8F8F8F;
}
.modalBox {
  display: none;
  z-index: 9999;
  max-width: 375px;
  min-width: 375px;
  height: auto;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modalBox.full {
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 9999999999;
}
.modalBox.full.img-gallery {
  max-width: 853px;
}
.modalBox.full.img-gallery img {
  max-width: 100% !important;
}
@media screen and (max-width: 576px) {
  .modalBox.full {
    max-width: 100%;
  }
}
.modalBox .head {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #E9E9EF;
  width: 100%;
  padding-top: 25px;
}
.modalBox .head .title {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 15px 15px 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
  width: 100%;
}
.modalBox .head .close {
  width: 100px;
  height: 24px;
  background: url("../img/close.svg") no-repeat;
}
.modalBox .head .clear {
  width: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3246D3;
  text-align: right;
}
.modalBox .content {
  max-height: 50vh;
  overflow-y: auto;
}
.modalBox .content ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #F1F1F5;
  align-items: center;
  flex-direction: row-reverse;
  padding: 16px 10px;
}
.modalBox .content ul li:last-child {
  border-bottom: 0;
}
.modalBox .content ul li input[type='checkbox'] {
  background-color: unset;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.modalBox .content ul li input[type='checkbox'] + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 100%;
}
.modalBox .content ul li input[type='checkbox'] + label:after {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  margin-right: 14px;
}
.modalBox .content ul li input[type='checkbox']:checked + label:after {
  background-image: url("../img/checkbox.svg");
  background-repeat: no-repeat;
  border: 0;
}
.modalBox .content ul li input[type='radio'] {
  background-color: unset;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.modalBox .content ul li input[type='radio'] + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 100%;
}
.modalBox .content ul li input[type='radio'] + label:after {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #E2E2EA;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  margin-right: 14px;
}
.modalBox .content ul li input[type='radio']:checked + label:after {
  background-image: url("../img/radio.svg");
  background-repeat: no-repeat;
  border: 0;
}
.modalBox .foot {
  padding: 30px 20px;
  border-top: 1px solid #F1F1F5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalBox .foot .btn {
  width: 100% !important;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
}
.overlay {
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 9998;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.bodyLock {
  overflow: hidden;
}
.user-selected {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
}
.user-selected label {
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
}
.user-selected .button {
  color: #707F8C;
  font-size: 18px;
}
.user-selected input {
  outline: 0;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  max-width: 50px;
  text-align: center;
}
.user-selected .formable {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tour-detail .heading {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-top: 39px;
}
.tour-detail .heading figure {
  height: 481px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .tour-detail .heading figure {
    height: auto;
  }
}
.tour-detail .heading figure span {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 7px 10px;
  gap: 10px;
  height: 28px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  cursor: pointer;
}
.tour-detail .heading .detail {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  margin-top: -30px;
  z-index: 2;
  position: relative;
  width: 100%;
}
.tour-detail .heading .detail .tag-share {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tour-detail .heading .detail .tag-share .tags-area {
  height: unset;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tour-detail .heading .detail .tag-share .tags-area .tags {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
  gap: 4px;
  height: 26px;
}
@media screen and (max-width: 576px) {
  .tour-detail .heading .detail .tag-share .tags-area .tags {
    font-size: 8px;
    line-height: 10px;
    padding: 3px 5px;
    gap: 6px;
    height: 19px;
  }
}
.tour-detail .heading .detail .tag-share .share-text {
  display: flex;
  justify-content: space-between;
  width: max-content;
  gap: 4px;
  align-items: center;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #5C03CC;
}
.tour-detail .heading .detail .tag-share .share-text:after {
  background: url("../img/ecommerce-share.svg");
  width: 18px;
  height: 18px;
  content: "";
}
.tour-detail .heading .detail .tag-share .share-text.copied {
  height: 50px;
  background: linear-gradient(101.56deg, rgba(92, 3, 204, 0.7) 3.98%, rgba(246, 37, 134, 0.7) 181.6%);
  border: 1px solid #5C03CC;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(17px);
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0 25px;
  white-space: nowrap;
}
.tour-detail .heading .detail .tag-share .share-text.copied:after {
  display: none;
}
.tour-detail .heading .detail .title-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.tour-detail .heading .detail .comments {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: auto;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #747688;
  white-space: nowrap;
}
.tour-detail .heading .detail .comments img {
  width: 18px;
}
.tour-detail .heading .detail .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #121212;
}
@media screen and (max-width: 576px) {
  .tour-detail .heading .detail .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.tour-detail .heading .detail .desc {
  font-size: 22px;
  line-height: 26px;
  color: #121212;
}
@media screen and (max-width: 576px) {
  .tour-detail .heading .detail .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.tour-detail .heading hr {
  opacity: 0.3;
  background: #000000;
  height: 1px;
  width: 100%;
}
.tour-detail .heading .filter-selectbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 6px;
  gap: 4px;
  height: 40px;
  border: 1px solid #B7B7B7;
  outline: 0.5px solid #B7B7B7;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #121212;
  cursor: pointer;
}
.tour-detail .heading .filter-selectbox span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tour-detail .heading .filter-selectbox img {
  max-width: fit-content;
}
.tour-detail .heading .filter-selectbox:hover {
  border: 1px solid #8F8F8F;
  outline: 0.5px solid #8F8F8F;
}
.tour-detail .with-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tour-detail .with-price .basket-price-calc {
  font-size: 20px;
}
.tour-detail .with-price > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.tour-detail .with-price > div small {
  display: flex;
  width: min-content;
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
}
.tour-detail .with-price > div + div {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.tour-detail #gallery img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 18px;
}
@media screen and (min-width: 768px) {
  .tour-detail #gallery img {
    margin-bottom: 15px;
  }
}
.tabs ul {
  gap: 30px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  overflow-x: auto;
}
.tabs ul li {
  color: #747688;
  padding: 5px 0;
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}
.tabs ul li.active {
  color: #4800C3;
  border-bottom: 2px solid #4800C3;
}
.tab-content {
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Nunito Sans', sans-serif;
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .tab-content {
    margin: 0 10px 30px;
  }
  .tab-content.no-margin-mobile {
    margin: 0;
  }
}
.tab-content:first-child {
  margin-top: 50px;
}
.tab-content .content-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.tab-content .inline-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.tab-content ul {
  margin-left: 20px;
}
.tab-content ul li {
  list-style: disc;
  line-height: 20px;
  padding: 2.5px 0;
  color: rgba(18, 18, 18, 0.6);
}
@media screen and (max-width: 576px) {
  .tab-content iframe {
    width: 100%;
  }
}
.checkli li,
.crossli li,
.checklist li,
.crosslist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
  margin-left: -20px;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .checkli li,
  .crossli li,
  .checklist li,
  .crosslist li {
    margin-left: 0px;
  }
}
.checkli li:before,
.crossli li:before,
.checklist li:before,
.crosslist li:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  min-width: 22px;
  height: 20px;
  background-image: url('../img/tour/check-li.svg');
}
.crossli li:before,
.crosslist li:before {
  background-image: url('../img/tour/cross-li.svg');
}
.tour-info,
.image-list-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0 13px;
  width: 100%;
}
.tour-info img,
.image-list-info img {
  max-width: fit-content;
}
.tour-info .title,
.image-list-info .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px !important;
}
.tour-info .title p,
.image-list-info .title p {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #5C03CC !important;
}
.tour-info .desc,
.image-list-info .desc {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #040525 !important;
}
.tour-inline-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  width: 100%;
  background: linear-gradient(101.56deg, #5C03CC 3.98%, #F62586 181.6%);
  border-radius: 20px;
  box-sizing: border-box;
}
.tour-inline-choice .dynamic-area {
  width: 100%;
}
.tour-inline-choice form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  gap: 17px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .tour-inline-choice form {
    padding: 20px 10px 10px;
  }
}
.tour-inline-choice form .form-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.tour-inline-choice form .filter-selectbox {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  gap: 3px;
  height: 40px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  cursor: pointer;
}
.tour-inline-choice form .filter-selectbox.date:before {
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/f-b-calendar.svg");
}
.tour-inline-choice form .filter-selectbox.time:before {
  width: 25px;
  height: 24px;
  content: "";
  background: url("../img/f-b-time.svg");
}
.tour-inline-choice form .filter-selectbox.users:before {
  width: 25px;
  height: 24px;
  content: "";
  background: url("../img/f-b-users.svg");
}
.tour-inline-choice form .filter-selectbox .text {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cart-page .main-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 105.9%;
  color: #040525;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.cart-page .cart-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #B7B7B7;
}
.cart-page .cart-item figure img {
  border-radius: 10px;
}
.cart-page .cart-item .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  gap: 15px;
  width: 100%;
  height: 100%;
}
.cart-page .cart-item .details .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.cart-page .cart-item .details .heading .sub-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.cart-page .cart-item .details .heading .sub-detail .row {
  width: -moz-available;
  width: -webkit-fill-available;
}
.cart-page .cart-item .details .heading .sub-detail span {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 5px;
  height: 32px;
  border: 1px solid #121212;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  width: 100%;
  opacity: 0.5;
}
.cart-page .cart-item .details .heading .sub-detail span img {
  width: fit-content;
}
.cart-page .cart-item .details .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.cart-page .cart-item .details .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.cart-page .cart-item .details .bottom.summary {
  flex-direction: column !important;
}
.cart-page .cart-item .details .bottom.summary ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.cart-page .cart-item .details .bottom.summary ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.cart-page .cart-item .details .bottom.summary ul li span.price {
  color: #5C03CC;
  font-size: 20px;
  font-weight: 700;
}
.cart-page .cart-item .details .bottom .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 40px;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.cart-page .cart-item .details .bottom .left .discount {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 7px;
  gap: 10px;
  height: 40px;
  background: #4800C3;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.cart-page .cart-item .details .bottom .left .old-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #747688;
}
.cart-page .cart-item .details .bottom .left .price {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #121212;
}
.cart-page .cart-item .details .bottom .right img {
  width: fit-content;
}
.cart-page .total-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 12px 15px 20px;
  gap: 97px;
  width: 100%;
  height: 86px;
  border-top: 2px solid #5C03CC;
  box-sizing: border-box;
  margin-top: 30px;
  font-weight: 800;
  font-size: 36px;
  line-height: 105.9%;
  color: #4800C3;
}
.cart-page .total-button .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-page .total-button .price small {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.cart-page .total-button .btn {
  padding: 14px 50px;
}
@media screen and (max-width: 576px) {
  .cart-page .total-button {
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 14px 20px;
    gap: 10px;
    isolation: isolate;
    font-size: 20px;
    line-height: 105.9%;
    width: calc(100% - 30px);
    z-index: 9998;
    background: #EDE6F9;
    border: 1px solid #5C03CC;
    border-radius: 10px;
  }
  .cart-page .total-button small {
    font-size: 14px;
  }
  .cart-page .total-button .btn {
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 20px;
    gap: 10px;
    isolation: isolate;
  }
  .cart-page .total-button .price {
    font-weight: 800;
    font-size: 20px;
    line-height: 105.9%;
    white-space: nowrap;
  }
  .cart-page .total-button .price small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.process-wrap {
  width: 100%;
  margin: 20px auto;
}
.process-main {
  width: 100%;
  display: flex;
}
.step {
  width: 33.33%;
  position: relative;
}
.step:first-child .process-step:before {
  content: '1';
}
.step:nth-child(2) .process-step:before {
  content: '2';
}
.step:last-child .process-step:before {
  content: '';
  background-image: url("../img/complete-step.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 11px;
}
.step.active:last-child .process-step:before {
  background-image: url("../img/completed-step.svg");
}
.process-main .step:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 19.5px;
  left: calc(-50% + 20px);
  right: 0;
  background: #5c03cc;
  -o-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.process-step-cont {
  font-family: sans-serif;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-between;
}
.process-step {
  border-radius: 100%;
  line-height: 0;
  background: #f5f5f5;
  border: 1px solid #4800c3;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
  color: #4800c3;
  width: 40px;
  height: 40px;
  font-weight: 700;
  margin-bottom: 7px;
  z-index: 4;
  cursor: pointer;
}
.process-label {
  color: rgba(72, 0, 195, 0.2);
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.active-step1 .step:first-child .process-step,
.active-step1 .step:first-child .process-dots:first-child,
.active-step1-mini2 .step:first-child .process-step,
.active-step1-mini2 .step:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .step:first-child .process-step,
.active-step1-mini3 .step:first-child .process-dots:nth-child(-n+3) {
  background-color: red;
}
.active.step .process-label {
  color: #4800C3;
}
.active.step .process-step {
  background: #4800C3;
  color: #fff;
}
.checkout-page .personal-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 40px;
  gap: 40px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  width: 100%;
}
.checkout-page .personal-detail .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #040525;
}
@media screen and (max-width: 576px) {
  .checkout-page .personal-detail .title {
    font-size: 20px;
  }
}
.checkout-page .personal-detail .form-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 49px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .checkout-page .personal-detail .form-group {
    flex-direction: column;
  }
}
.checkout-page .personal-detail .form-group .position-relative {
  position: relative;
  width: 100%;
}
.checkout-page .personal-detail .form-group input {
  border: 0;
  border-bottom: 1px solid #6F7789;
  width: 100%;
  outline: 0;
  height: 49px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.checkout-page .personal-detail .form-group input::placeholder {
  color: #6F7789;
}
.checkout-page .personal-detail .form-group.payment-methods {
  gap: 9px;
}
@media screen and (max-width: 576px) {
  .checkout-page .personal-detail .form-group.payment-methods {
    flex-direction: row;
  }
}
.checkout-page .personal-detail .form-group.payment-methods .methods {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.07));
  width: 70px;
  height: 48px;
  background: #fff;
  border-radius: 15.875px;
  cursor: pointer;
  border: 2.64583px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.checkout-page .personal-detail .form-group.payment-methods input {
  width: 0;
  height: 0;
  outline: 0;
  border: 0;
}
.checkout-page .personal-detail .form-group.payment-methods input:checked + .methods,
.checkout-page .personal-detail .form-group.payment-methods input:hover + .methods {
  border: 2.64583px solid #000;
}
.checkout-page .personal-detail .form-group.payment-methods input:checked + .methods:after,
.checkout-page .personal-detail .form-group.payment-methods input:hover + .methods:after {
  content: "";
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-image: url("../img/method-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.checkout-page .personal-detail .form-group.card-detail input:first-child {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .checkout-page .personal-detail .form-group.card-detail input:first-child {
    width: 100%;
  }
}
.checkout-page .personal-detail .form-group + .helper {
  margin-top: -33px;
  color: #5C03CC;
  font-size: 12px;
  line-height: 14px;
}
.checkout-page .personal-detail.payment-detail {
  gap: 30px;
}
.checkout-page .personal-detail.payment-detail .helper {
  margin-top: -23px;
}
.checkout-page .order-detail {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 30px;
  gap: 20px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
}
.checkout-page .order-detail .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #121212;
}
.checkout-page .order-detail .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 2px 10px 10px;
  gap: 5px;
  background: #FFFFFF;
  border: 1px solid #B6B6B6;
  border-radius: 15px;
}
.checkout-page .order-detail .item figure {
  min-width: 119px;
}
@media screen and (max-width: 576px) {
  .checkout-page .order-detail .item figure {
    min-width: 101px;
  }
}
.checkout-page .order-detail .item figure img {
  border-radius: 6px;
}
.checkout-page .order-detail .item .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px 0 5px;
  gap: 7px;
}
.checkout-page .order-detail .item .details .item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .checkout-page .order-detail .item .details .item-title {
    font-size: 14px;
    line-height: 14px;
  }
}
.checkout-page .order-detail .item .details .item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  color: rgba(4, 5, 37, 0.5);
}
@media screen and (max-width: 576px) {
  .checkout-page .order-detail .item .details .item-details {
    font-size: 10px;
    line-height: 10px;
  }
}
.checkout-page .order-detail .item .details .item-details img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.checkout-page .order-detail .item .details .item-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.checkout-page .order-detail .item .details .item-price .discount {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  gap: 10px;
  background: #4800C3;
  border-radius: 3px;
  font-weight: 800;
  font-size: 10px;
  line-height: 16px;
  color: #FFFFFF;
  height: 22px;
}
.checkout-page .order-detail .item .details .item-price .old-price {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: line-through;
  color: #C4C4C4;
}
.checkout-page .order-detail .item .details .item-price .price {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}
.checkout-page .order-detail .order-subtotal,
.checkout-page .order-detail .order-total {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  gap: 10px;
  border-top: 1px solid #B6B6B6;
  width: 100%;
}
.checkout-page .order-detail .order-subtotal > div,
.checkout-page .order-detail .order-total > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.checkout-page .order-detail .order-subtotal > div.sub,
.checkout-page .order-detail .order-total > div.sub {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}
.checkout-page .order-detail .order-subtotal > div.discount,
.checkout-page .order-detail .order-total > div.discount {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}
.checkout-page .order-detail .order-subtotal > div.discount span:last-child,
.checkout-page .order-detail .order-total > div.discount span:last-child {
  color: #6CCF9F;
}
.checkout-page .order-detail .order-subtotal > div.total,
.checkout-page .order-detail .order-total > div.total {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.checkout-page .order-detail hr {
  width: 100%;
  height: 1px;
  background: #121212;
  opacity: 0.3;
}
.checkout-page .order-detail p {
  font-size: 16px;
  line-height: 20px;
  color: #6F7789;
}
.complete-page .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 20px;
  width: 100%;
}
.complete-page .title {
  font-style: normal;
  font-size: 36px;
  line-height: 105.9%;
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .complete-page .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.complete-page .subtitle-main {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 576px) {
  .complete-page .subtitle-main {
    font-size: 18px;
    line-height: 22px;
  }
}
.complete-page .success-icon {
  background: url("../img/success-icon.svg");
  width: 175px;
  height: 174px;
  margin: 20px 0;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .complete-page .success-icon {
    width: 95px;
    height: 94px;
  }
}
.complete-page .bottom-subtitle {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: 576px) {
  .complete-page .bottom-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.complete-page .order-summary-head {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #424242;
}
.complete-page .qr-code {
  box-sizing: border-box;
  width: 169px;
  height: 168px;
  background: #FFFFFF;
  border: 2px solid #BDBDBD;
  border-radius: 10px;
  padding: 5px;
}
@media screen and (max-width: 576px) {
  .complete-page .qr-code {
    width: 89px;
    height: 89px;
  }
}
.complete-page .order-detail {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 20px;
  width: 509px;
  height: 296px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.complete-page .order-detail figure {
  width: 212px;
  height: 276px;
  overflow: hidden;
  flex: none;
  flex-grow: 0;
}
.complete-page .order-detail figure img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}
.complete-page .order-detail .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
  width: 257px;
  height: 100%;
  flex: none;
  flex-grow: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}
.complete-page .voucher-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.complete-page .voucher-text a {
  color: #4800C3;
}
@media screen and (max-width: 576px) {
  .complete-page .voucher-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.complete-page .call-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.complete-page .call-text a {
  font-weight: 800;
}
@media screen and (max-width: 576px) {
  .complete-page .call-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.complete-page .complete-related {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #040525;
}
.about-page .thumbnail {
  margin: 40px 0;
}
.about-page .thumbnail img {
  border-radius: 10px;
}
.about-page .page-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 105.9%;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: #040525;
}
.about-page .page-excerpt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #2A3342;
}
.about-page .info-box {
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .about-page .info-box {
    margin-bottom: 0;
  }
}
.about-page .info-box .title {
  font-size: 36px;
  line-height: 105.9%;
}
.about-page .content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(4, 5, 37, 0.6);
}
.about-page .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #121212;
}
.contact-page .thumbnail {
  margin: 40px 0;
}
.contact-page .page-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 105.9%;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: #040525;
}
.contact-page .page-excerpt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #2A3342;
}
.contact-page .contact-icons {
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-page .contact-icons .icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #040525;
  min-width: 206px;
}
.contact-page .contact-icons .icon-box b {
  font-weight: 800;
}
.contact-page .contact-icons .icon-box img {
  width: 24px;
  height: 24px;
}
.contact-page .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin: 45px 0;
}
.contact-page .social-links .title {
  font-weight: 800;
  line-height: 18px;
  color: #FFFFFF;
}
.contact-page .social-links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-page .social-links ul li a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .social-links ul li + li {
  border-left: 1px solid rgba(208, 208, 208, 0.5);
}
.contact-page .social-links img {
  fill: #040525;
}
.work-us-page .thumbnail {
  margin: 40px 0;
}
.work-us-page .page-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 105.9%;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: #040525;
}
.work-us-page .page-excerpt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #2A3342;
}
.work-us-page .content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(4, 5, 37, 0.6);
}
.work-us-page .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #121212;
}
.search-result-page .page-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 105.9%;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: #040525;
  margin: 40px 0 0;
}
.search-result-page .page-title span {
  font-weight: 400;
}
.search-result-page .page-excerpt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #2A3342;
}
.search-result-page h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #121212;
}
.w-100 {
  width: 100%;
}
.bg-main {
  background: #5C03CC !important;
}
.dropmenu {
  display: none;
}
.dropmenu.active {
  display: block;
  position: fixed;
  width: 408px;
  min-height: 100px;
  height: auto;
  background: #5C03CC;
  top: 69px;
  left: 0;
  z-index: 99999999999999999;
  backdrop-filter: blur(2px);
  box-sizing: border-box;
  padding: 19px 30px 31px;
  border-radius: 0 0 40px 0;
}
.dropmenu:after {
  display: block;
  background-image: url("../img/header-after.svg");
  height: 40px;
  background-position: left;
  background-size: unset;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  width: 40px;
  position: absolute;
  right: -40px;
}
.dropmenu .big-menu {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 21px;
  box-sizing: border-box;
}
.dropmenu .big-menu .category-big-menu .main-cat-title:after {
  background: none;
  height: 0;
  display: none;
}
.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  display: none;
}
.affix .tour-inline-choice {
  padding: 3px !important;
  border-radius: 13px !important;
}
.affix .tour-inline-choice form {
  border-radius: 10px !important;
  padding: 10px !important;
}
.affix .tour-inline-choice form .form-title {
  display: none;
}
.affix .tour-inline-choice .dynamic-area {
  display: flex;
  justify-content: space-between;
}
.affix .tour-inline-choice .row:nth-child(1) {
  width: 78%;
  display: inline-flex;
}
.affix .tour-inline-choice .row:nth-child(2) {
  display: none;
}
.affix .tour-inline-choice .row:nth-child(3) {
  width: 22%;
  display: inline-flex;
}
.affix .tour-inline-choice .row:nth-child(3) .btn {
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .affix .tour-inline-choice .row:nth-child(1) {
    width: 70%;
  }
  .affix .tour-inline-choice .row:nth-child(3) {
    width: 30%;
  }
}
.mobile-stick-section {
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 576px) {
  .mobile-stick-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: 100vw;
    position: fixed;
    bottom: 0;
  }
  .mobile-stick-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 20px;
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 0 16px 18px rgba(92, 3, 204, 0.2);
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
  }
  .mobile-stick-section .content .swipe-icon {
    width: 33px;
    height: 3px;
    background: #D9D9D9;
    border-radius: 10px;
  }
  .mobile-stick-section .content .main-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    gap: 10px;
    border-radius: 10px;
    width: 100%;
  }
  .mobile-stick-section .content .main-area .head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
  .mobile-stick-section .content .main-area .head .title {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #040525;
  }
  .mobile-stick-section .content .main-area .head .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 63px;
    height: 32px;
  }
  .mobile-stick-section .content .main-area .head .price small {
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #040525;
    opacity: 0.5;
  }
  .mobile-stick-section .content .main-area .head .price span {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #040525;
    white-space: nowrap;
  }
  .mobile-stick-section .content .main-area .middle {
    display: none;
    width: 100%;
  }
  .mobile-stick-section .content .main-area .middle .filter-selectbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 6px;
    gap: 4px;
    height: 40px;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #121212;
    cursor: pointer;
  }
  .mobile-stick-section .content .main-area .middle .filter-selectbox span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .mobile-stick-section .content .main-area .middle .filter-selectbox img {
    max-width: fit-content;
  }
  .mobile-stick-section .content .main-area .bottom {
    width: 100%;
  }
  .mobile-stick-section .content .main-area .tour-slider {
    display: none;
  }
  .mobile-stick-section.active {
    padding-bottom: 0;
  }
  .mobile-stick-section.active .content {
    padding-bottom: 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: -1px;
  }
  .mobile-stick-section.active .content .swipe-icon {
    background: #000000;
  }
  .mobile-stick-section.active .content .main-area .middle {
    display: flex;
  }
  .mobile-stick-section.double-active .content .main-area .tour-slider {
    display: block;
    width: 100%;
  }
  .mobile-stick-section.double-active .content .main-area .tour-slider .tour-card {
    border: 1px solid #B7B7B7;
  }
  .mobile-stick-section.double-active .content .main-area .tour-slider .tour-card .heading {
    margin-top: 0 !important;
  }
  .mobile-stick-section.double-active .content .main-area .tour-slider .tour-slider-title {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #040525;
    width: 100%;
    margin: 8px 0;
  }
}
.faq-sub-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #040525;
  margin-bottom: 20px;
}
.press-form-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 10px;
  background: linear-gradient(101.56deg, #5C03CC 3.98%, rgba(246, 37, 134, 0.4) 181.6%), url('../img/istanbul-testimonial.jpg');
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .press-form-area {
    padding: 20px;
  }
}
.press-form-area form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0 19px 30px rgba(0, 0, 0, 0.41);
  border-radius: 20px;
  padding: 40px 90px 40px 80px;
}
@media screen and (max-width: 576px) {
  .press-form-area form {
    padding: 20px;
  }
}
.press-form-area form > div {
  width: 100% !important;
}
.press-form-area form .form-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #4801C3;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.press-form-area form .form-desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.press-form-area form input,
.press-form-area form textarea {
  padding: 7px 7px 7px 20px;
  gap: 27px;
  height: 52px;
  background: #E6EAEB;
  border-radius: 10px;
  outline: 0;
  border: 0;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgba(4, 5, 37, 0.7);
  width: 100%;
}
.press-form-area form textarea {
  height: 152px;
  resize: none;
}
.press-form-area form button {
  border: 0;
  outline: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.terms p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: rgba(4, 5, 37, 0.6);
}
.terms h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.buraya-gel {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  width: 100%;
  left: 0;
}
.buraya-gel li {
  padding: 9px;
  border-bottom: 1px solid #F6F6F6;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  color: #767676;
}
.ui-autocomplete {
  background: #fff;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-color: #5C03CC;
  position: fixed;
  padding: 27px 2px 0;
  margin-top: -20px;
  z-index: -1;
  max-width: 271px;
  min-width: 271px;
  border-radius: 16px;
  margin-left: -5px;
}
.ui-autocomplete p {
  margin: 25px auto;
  width: 90%;
}
@media screen and (max-width: 992px) {
  .ui-autocomplete {
    min-width: 270px;
    width: auto;
    margin-top: 20px;
  }
  .ui-autocomplete p {
    margin: 0px auto;
    width: 90%;
  }
}
.single-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 2px solid #F5F5F5;
  justify-content: space-between;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #121212;
  padding: 9px 0;
}
.single-item span {
  color: #747688;
  font-weight: 400;
  text-align: right;
}
.ui-menu-item:last-child .single-item {
  border-bottom: 0;
}
.color-about-istanbul {
  color: #F84E2C !important;
}
.color-business {
  color: #1087FB !important;
}
.color-travel {
  color: #00AEA5 !important;
}
.color-health {
  color: #F62586 !important;
}
.color-study {
  color: #FCA418 !important;
}
.color-city-life {
  color: #5C03CC !important;
}
.hidden-x-menu {
  width: 100%;
  height: 200px;
  visibility: hidden;
  position: fixed;
  top: 0;
}
.testikrem {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
#searchmobile {
  margin-left: -19px;
  z-index: 999999999999999999999;
}
#ibr {
  position: relative;
  margin: 0 31px;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 22px;
}
.pagination li {
  display: flex;
  align-items: center;
}
.pagination a {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(4, 5, 37, 0.3);
}
.pagination li.active a {
  color: #5c03cc;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.signup-form {
  padding: 50px;
  gap: 49px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .signup-form {
    gap: 30px;
    padding: 20px;
  }
}
.signup-form .form-title {
  font-family: 'bigcity-grotesque-pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #040525;
}
.signup-form .form-desc {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #040525;
  opacity: 0.7;
  margin-top: 10px;
}
.signup-form input[type='text'] {
  border-bottom: 1px solid #6F7789;
  font-family: "Nunito Sans";
}
.signup-form .form-sub-title {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  color: #040525;
  border-bottom: 1px solid #040525;
  margin-bottom: 9px;
}
.signup-form .input-radio {
  display: flex;
  margin: 10px 0;
  height: 24px;
}
.signup-form .input-radio input[type='radio'],
.signup-form .input-radio input[type='checkbox'] {
  display: none;
}
.signup-form .input-radio label {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6F7789;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.signup-form .input-radio label:after {
  content: "";
  background: url("../img/radiobutton-empty.svg");
  width: 24px;
  height: 24px;
}
.signup-form .input-radio input[type='radio']:checked + label:after,
.signup-form .input-radio input[type='checkbox']:checked + label:after {
  background: url("../img/radiobutton.svg");
}
.signup-form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #6F7789;
  width: 100%;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6F7789;
  padding-bottom: 10px;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-family: Times;
  font-size: var(60px);
  line-height: 1;
}
.Stars:before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, var(#ffcc00) var(60), var(#ffffff) var(100));
  content: '●●●●●';
  letter-spacing: 3px;
}
.mainItems,
.main-filter,
#info-carousel,
.info-carousel {
  width: initial;
}
@media screen and (max-width: 576px) {
  #info-carousel .owl-item,
  .info-carousel .owl-item {
    width: calc(100% - 30px) !important;
    max-width: 325px;
  }
}
.mainItems .owl-dots {
  margin-top: 10px;
}
.itinerary-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.itinerary-list li {
  display: flex;
  gap: 11px;
  flex-direction: row;
}
.itinerary-list li span {
  width: 24px;
  height: 78px;
  background: url("https://www.istanbuldemo.xyz/smapp/themes/istnew/img/map-ii.svg") no-repeat;
}
.itinerary-list li:first-child span,
.itinerary-list li:last-child span {
  background: url("https://www.istanbuldemo.xyz/smapp/themes/istnew/img/map-i.svg") no-repeat;
}
.itinerary-list li .itinerary-desc {
  width: 144px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
}
.itinerary-list li .itinerary-desc b {
  font-weight: 700;
  color: #5C03CC;
}
#gallery img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 18px;
}
/* Desktop menu
@media(hover: hover) and (pointer: fine) {

}

 */
/* Dokunmatik menü
@media (hover: none) {}