@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Medium.woff2") format("woff2"), url("../fonts/DancingScript-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Bold.woff2") format("woff2"), url("../fonts/DancingScript-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-SemiBold.woff2") format("woff2"), url("../fonts/DancingScript-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Regular.woff2") format("woff2"), url("../fonts/DancingScript-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Bold.woff2") format("woff2"), url("../fonts/Lora-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Medium.woff2") format("woff2"), url("../fonts/Lora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-SemiBold.woff2") format("woff2"), url("../fonts/Lora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Lora";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #222222;
  position: relative;
  letter-spacing: 0.35px;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Montserrat";
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
    letter-spacing: 1px;
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}

h3 {
  font-family: "Montserrat";
  font-size: 32px;
  letter-spacing: 0.8px;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 0.8px;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Montserrat";
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #222222;
}

a {
  text-decoration: none;
  color: #222222;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .padding-tb {
    padding: 30px 0;
  }
}

.btn {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: 0.8px;
  background-color: #222222;
  border: 2px solid #cd950c;
  border-radius: 50px;
  padding: 5px 20px 5px 20px;
  width: 100%;
  max-width: 240px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.btn::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #cd950c url("../images/more-arr-w.svg") no-repeat;
  background-position: center;
}
.btn::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #cd950c;
}
.btn:hover {
  background-color: #fff;
  color: #222222;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #222222;
}

::-webkit-scrollbar-thumb:hover {
  background: #cd950c;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
}
.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.center-title span::before {
  content: "";
  top: -190%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .center-title span::before {
    top: -80%;
    height: 20px;
  }
}

.title {
  position: relative;
}

.title p {
  margin-top: 10px;
  color: #000;
}

.title span {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .title span {
    letter-spacing: 0.25px;
  }
}

span {
  font-family: "Dancing Script";
  font-size: 24px;
  font-weight: 700;
  color: #cd950c;
  letter-spacing: 0.25px;
  position: relative;
  padding-left: 15px;
}
span::before {
  position: absolute;
  content: "";
  background-color: #cd950c;
  top: 50%;
  width: 40vw;
  height: 1px;
  right: calc(100% + 5px);
  transform: translateY(-1px);
  z-index: -1;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 20px;
  }
}
.pagination li {
  width: 49px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .pagination li {
    width: 40px;
    height: 40px;
  }
}
.pagination li a {
  color: #fff;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat";
  background-color: #222222;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.pagination li .active {
  background-color: #cd950c;
  color: #fff;
}
.pagination li:has(svg) a {
  background-color: transparent;
}

.pagination-news {
  margin-top: 80px;
}

.mt {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 90px;
  }
}

.mt2 {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .mt2 {
    margin-top: 75px;
  }
}

.padding-t {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }
}

.big-padding-t {
  padding-top: 200px;
}
@media screen and (max-width: 575px) {
  .big-padding-t {
    padding-top: 40px;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.543942577) 18%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.dark-overlay20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

.dark-overlay10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0957633053) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019257703) 94%, rgba(0, 0, 0, 0.5019257703) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1461834734) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.to-bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 18%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

.beige-background {
  position: relative;
  background-color: #fdfdf8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grey-background {
  background-color: rgba(242, 242, 242, 0.5);
}

.smaller-title h1 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h1 {
    font-size: 30px;
  }
}
.smaller-title h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h2 {
    font-size: 30px;
  }
}

.line-title h3,
.line-title h2 {
  position: relative;
}
.line-title h3::before,
.line-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14.5%;
  width: 55px;
  height: 1px;
  background-color: #cd950c;
}
@media screen and (max-width: 991px) {
  .line-title h3::before,
  .line-title h2::before {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 100%;
  max-width: 171px;
  height: 104px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
header .logo img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 55%;
}
header ul li {
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  padding: 95px 20px 20px 20px;
}
header ul li a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
header ul li.active, header ul li:hover {
  background-color: #222222;
  transition: all 0.5s ease-in-out;
}
header ul li.active a, header ul li:hover a {
  color: #ffb500;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
}
header ul li:hover {
  background-color: rgba(34, 34, 34, 0.7);
}
header ul li:hover a {
  color: #fff;
  font-weight: 600;
}
header ul li.mobile-lang, header ul li.mobile-contact {
  display: none;
}
header details {
  position: relative;
  cursor: pointer;
  margin-top: auto;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
header details summary {
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #fff;
  padding-right: 15px;
  background-image: url("../images/arr-down-w.svg");
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
header details summary::before {
  content: "";
  background-image: url("../images/language.svg");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
header details ul {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
}
header details ul li {
  /* padding: 10px 15px; */
  background-color: #fff;
  padding: 0;
}
header details ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  display: block;
}
header details ul li.hover {
  background-color: #cd950c;
}
header.small-header {
  background-color: #fff;
  padding: 20px 0;
}
header.small-header .logo {
  max-width: 107px;
  height: 65px;
  transition: all 0.5s ease-in-out;
}
header.small-header .logo img:first-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
header.small-header .logo img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
header.small-header ul li {
  padding: 0;
}
header.small-header ul li a {
  color: #222222;
}
header.small-header ul li.active, header.small-header ul li:hover {
  background-color: transparent;
}
header.small-header ul li.active a, header.small-header ul li:hover a {
  color: #cd950c;
}
header.small-header details {
  transition: all 0.5s ease-in-out;
}
header.small-header details summary {
  color: #222222;
  background-image: url(../images/arr-down-g.svg);
}
header.small-header details summary::before {
  background-image: url("../images/language-g.svg");
}
header.small-header details ul li {
  padding: 10px 15px;
}
header.small-header details ul li.active, header.small-header details ul li:hover {
  background-color: #cd950c;
}
header.small-header details ul li.active a, header.small-header details ul li:hover a {
  color: #fff;
  font-weight: 600;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

@media only screen and (max-width: 1199px) {
  .ham {
    display: block;
  }
  header {
    background-color: rgba(34, 34, 34, 0.9);
    padding: 10px 0;
  }
  header details.lang {
    display: none;
  }
  header .logo {
    max-width: 107px;
    height: 65px;
  }
  header ul {
    transform: translateX(-50%);
    top: 90px;
    left: 50%;
    position: absolute;
    opacity: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    background-color: rgba(34, 34, 34, 0.9);
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
    padding: 50px 20px 0 20px;
  }
  header ul li {
    padding: 0;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  header ul li.active {
    background-color: rgba(205, 149, 12, 0.5);
  }
  header ul li.active a {
    color: #fff;
  }
  header ul li.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3%;
    background-color: rgba(205, 149, 12, 0.5);
    width: 3%;
    height: 100%;
  }
  header ul li.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    background-color: rgba(205, 149, 12, 0.5);
    width: 3%;
    height: 100%;
  }
  header ul li.mobile-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  header ul li.mobile-lang a {
    font-size: 20px;
  }
  header ul li.mobile-lang a.active {
    color: #ffb500;
  }
  header ul li.mobile-contact {
    display: flex;
    flex-direction: column;
  }
  header ul li.mobile-contact a {
    text-transform: none;
    margin-bottom: 10px;
    color: #ffb500;
    font-size: 14px;
  }
  header.mobile-header ul {
    opacity: 1;
    pointer-events: all;
  }
  header.small-header {
    background-color: rgba(34, 34, 34, 0.9);
    padding: 10px 0;
  }
  header.small-header .logo img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  header.small-header .logo img:first-child {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
  }
  header.small-header ul li.active {
    background-color: rgba(205, 149, 12, 0.5);
  }
  header.small-header ul li.active a {
    color: #fff;
  }
  header.small-header ul li {
    padding: 10px;
  }
  header.small-header ul li a {
    color: #fff;
  }
  header.small-header ul li.mobile-contact a {
    color: #ffb500;
  }
}
@media only screen and (max-width: 576px) {
  header ul {
    top: 60px;
  }
  header ul li.active::after {
    width: 6%;
    left: -6%;
  }
  header ul li.active::before {
    width: 6%;
    right: -6%;
  }
  header .logo {
    height: 50px;
  }
  header .ham {
    width: 50px;
    height: 50px;
  }
  header.small-header .logo {
    height: 50px;
  }
}

.background {
  position: relative;
  width: 100%;
  height: 835px;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .background {
    height: 390px;
  }
}

.main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

.main-title .title span {
  color: #fff;
}

.main-title .title span::before {
  display: none;
}

.main-top-social,
.main-top-social .social,
.main-top-social p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-top-social {
  position: absolute;
  z-index: 3;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .main-top-social {
    top: 55%;
  }
}

.main-top-social p {
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  flex-direction: row;
  font-family: "Montserrat";
}
@media screen and (max-width: 575px) {
  .main-top-social p {
    font-size: 12px;
  }
}

.main-top-social p::after {
  content: "";
  height: 35px;
  width: 1px;
  background-color: #fff;
  margin: 25px 0;
}
@media screen and (max-width: 575px) {
  .main-top-social p::after {
    margin: 10px 0;
  }
}

.main-top-social .social a {
  width: 16px;
  height: 16px;
}

.main-top-social .social a + a {
  margin-left: 0;
  margin-top: 15px;
}

.main-top-social .social a svg {
  width: 100%;
  height: 100%;
}

.image-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .image-text-wrapper {
    flex-direction: column;
  }
}
.image-text-wrapper .image {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .image-text-wrapper .image {
    width: 100%;
  }
}
.image-text-wrapper .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1199px) {
  .image-text-wrapper .image img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .image-text-wrapper .image img {
    height: 300px;
  }
}
.image-text-wrapper .text {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .image-text-wrapper .text {
    width: 100%;
    margin-top: 30px;
  }
}
.image-text-wrapper .text p {
  margin-bottom: 20px;
}
.image-text-wrapper .text p:last-of-type {
  margin-bottom: 0;
}

.videobg {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .videobg {
    margin-bottom: 50px;
    height: auto;
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .videobg {
    padding: 30px 0;
  }
}
.videobg .dark-overlay20 {
  z-index: 1;
}
.videobg .max-width {
  z-index: 2;
}
.videobg .video-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .videobg .video-cont {
    flex-direction: column;
  }
}
.videobg .video-cont h2 {
  color: #fff;
}
.videobg .video-cont .video-text {
  width: 100%;
  max-width: 760px;
}
.videobg .video-cont .play {
  width: 100%;
  max-width: 370px;
  height: 370px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("../images/play.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .videobg .video-cont .play {
    max-width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .videobg .video-cont .play {
    height: 100px;
    width: 100px;
    margin-top: 20px;
  }
}

.videobg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #cd950c;
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #cd950c;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 575px) {
  .video-wrap .video .closeVideo {
    width: 40px;
    height: 40px;
    right: -15px;
    top: -20px;
  }
}

.images-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper {
    flex-direction: column;
  }
}
.images-text-wrapper .images {
  width: 55%;
  position: relative;
  height: 650px;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper .images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .images-text-wrapper .images {
    height: 400px;
  }
}
.images-text-wrapper .images img {
  width: 100%;
  max-width: 513px;
  height: 567px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 35px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .images-text-wrapper .images img {
    height: 300px;
    max-width: 250px;
  }
}
.images-text-wrapper .images img:first-of-type {
  right: 0;
  bottom: -15%;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper .images img:first-of-type {
    bottom: 0;
  }
}
.images-text-wrapper .images img:nth-of-type(2) {
  top: -15%;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper .images img:nth-of-type(2) {
    top: 0;
  }
}
.images-text-wrapper .text {
  width: 42%;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper .text {
    width: 100%;
    margin-top: 30px;
  }
}
.images-text-wrapper .text p {
  margin-top: 20px;
}
.images-text-wrapper .text .btn {
  margin-top: 30px;
}

.full-image-text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 410px;
  margin-top: 40px;
}

 .full-image-text-wrapper .max-width:has(p.mobile-text){
  display: none;
  
 }
@media screen and (max-width: 1199px) {
  .full-image-text-wrapper {
    /* flex-direction: column; */
    height: auto;
    flex-wrap: wrap;
  }
}
.full-image-text-wrapper .text {
  width: 100%;
  max-width: 600px;
  
}
@media screen and (max-width: 1199px) {
  .full-image-text-wrapper .text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .full-image-text-wrapper .max-width{
    flex: 0 0 calc(50% - 5%);
  }

  .full-image-text-wrapper .text p.desktop-text{
    display: none;
  }

    .full-image-text-wrapper .max-width:has(p.mobile-text){
      flex: 0 0 100%;
      display: flex;
    }
  .full-image-text-wrapper p.mobile-text{
    width: 100%;
    margin-top: 15px;
  }

  .full-image-text-wrapper .text .title h3{
    font-size: 20px;
    line-height: 25px;
  }

  .full-image-text-wrapper .text .title span{
    font-size: 16px;
  }

}
.full-image-text-wrapper .text .title span {
  padding-left: 0;
}
.full-image-text-wrapper .text .title span::before {
  display: none;
}
.full-image-text-wrapper .text p {
  margin-top: 20px;
}
.full-image-text-wrapper .image {
  position: absolute;
  width: 52vw;
  height: 410px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1500px) {
  .full-image-text-wrapper .image {
    width: 44vw;
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .full-image-text-wrapper .image {
    position: relative;
    width: 100%;
    transform: none;
    top: auto;
    flex: 0 0 50%;
    height: 194px;
  }
}
@media screen and (max-width: 767px) {

}
.full-image-text-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .full-image-text-wrapper .image img {
    
  }
}
.full-image-text-wrapper.reverse .image {
  left: 0;
  right: auto;
}
.full-image-text-wrapper.reverse .image img {
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .full-image-text-wrapper.reverse{
    flex-direction: row-reverse;
  }
  .full-image-text-wrapper.reverse .image img {
    /* border-radius: 30px; */


  }
}
.full-image-text-wrapper.reverse .text {
  margin-left: auto;
}

.hotel-section {
  height: 720px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('../images/hotel-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.hotel-section .max-width{
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .hotel-section {
    height: auto;
  }

  .hotel-section {
    background-image: url('../images/hotel-bg-mobile.webp');
  }
}
.hotel-section .hotel-wrapper h2,
.hotel-section .hotel-wrapper p {
  color: #fff;
}
.hotel-section .hotel-wrapper span {
  color: #ffb500;
  padding-left: 0;
}
.hotel-section .hotel-wrapper p {
  margin-top: 20px;
}
.hotel-section .hotel-wrapper .btn {
  background-color: #fff;
  color: #222222;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border: 2px solid #ffb500;
}
.hotel-section .hotel-wrapper .btn::after {
  background-color: #ffb500;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog .blog-img {
  height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blog .blog-img {
    height: 300px;
  }
}
.blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .blog-img .blog-category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222222;
  color: #cd950c;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}

.blog-date {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #cd950c;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog .blog-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

.blog .blog-description {
  font-weight: 400;
  font-size: 16px;
}

.brends-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .brends-wrapper {
    grid-template-columns: 1fr;
  }
}
.brends-wrapper .brend {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .brends-wrapper .brend {
    height: 450px;
    padding: 20px;
  }
}
.brends-wrapper .brend .brend-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brends-wrapper .brend .brend-content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.brends-wrapper .brend .brend-content p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: "Montserrat";
}
@media screen and (max-width: 767px) {
  .brends-wrapper .brend .brend-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.brends-wrapper .brend .brend-content p.floor {
  font-weight: 700;
  margin-bottom: 0;
}
.brends-wrapper .brend .brend-content img {
  width: 100%;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .brends-wrapper .brend .brend-content img {
    max-height: 95px;
  }
}
.brends-wrapper .brend .dark-overlay35 {
  border-radius: 20px;
}

.categories-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -150px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .categories-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.categories-wrapper .category {
  position: relative;
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .categories-wrapper .category {
    padding: 10px;
    height: 170px;
  }
}
.categories-wrapper .category .category-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categories-wrapper .category .category-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.categories-wrapper .category .category-content h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .categories-wrapper .category .category-content h2 {
    font-size: 20px;
    letter-spacing: 0.35px;
    font-weight: 500;
  }
}
.categories-wrapper .category .category-content .btn {
  width: 100%;
  margin: 0 auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px); /* Početno: iznad h2 */
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .categories-wrapper .category .category-content .btn {
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .categories-wrapper .category .category-content .btn::before{
    display: none;
  }
}
.categories-wrapper .category .category-content span {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateY(20px); /* Početno: ispod h2 */
  transition: all 0.5s ease-in-out;
  padding-left: 0;
  min-height: 48px;
}
@media screen and (max-width: 767px) {
  .categories-wrapper .category .category-content span {
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.categories-wrapper .category .category-content span::before {
  display: none;
}
.categories-wrapper .category:hover .btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.categories-wrapper .category:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.categories-wrapper .category:nth-of-type(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.categories-wrapper .category:nth-of-type(1) .category-cover {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.categories-wrapper .category:nth-of-type(1) .dark-overlay20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .categories-wrapper .category:nth-of-type(1) {
    border-bottom-left-radius: 0;
  }
  .categories-wrapper .category:nth-of-type(1) .dark-overlay20 {
    border-bottom-left-radius: 0;
  }
  .categories-wrapper .category:nth-of-type(1) .category-cover {
    border-bottom-left-radius: 0;
  }
}
.categories-wrapper .category:nth-of-type(4) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.categories-wrapper .category:nth-of-type(4) .category-cover {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.categories-wrapper .category:nth-of-type(4) .dark-overlay20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .categories-wrapper .category:nth-of-type(4) {
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 1199px) {
  .categories-wrapper .category:nth-of-type(2) {
    border-top-right-radius: 20px;
  }
  .categories-wrapper .category:nth-of-type(2) .dark-overlay20 {
    border-top-right-radius: 20px;
  }
  .categories-wrapper .category:nth-of-type(2) .category-cover {
    border-top-right-radius: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .categories-wrapper .category:nth-of-type(3) {
    border-bottom-left-radius: 20px;
  }
  .categories-wrapper .category:nth-of-type(3) .dark-overlay20 {
    border-bottom-left-radius: 20px;
  }
  .categories-wrapper .category:nth-of-type(3) .category-cover {
    border-bottom-left-radius: 20px;
  }
}

.full-image-text-wrapper.reverse.about {
  min-height: 630px;
  margin-top: 0;
}
.full-image-text-wrapper.reverse.about .image {
  min-height: 630px;
}
@media screen and (max-width: 1199px) {
  .full-image-text-wrapper.reverse.about .image {
    display: none;
  }

  .full-image-text-wrapper.reverse.about .max-width{
    flex: 0 0 100%;
  }
}

.blog-details-text .links a {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 600;
  padding-left: 40px;
  background-image: url("../images/pdf.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  line-height: 30px;
}

.backBtn {
  background-image: none !important;
  margin-top: 30px;
}
.backBtn::before {
  content: "";
  background: #cd950c url("../images/arr-prev-long-w.svg") no-repeat;
  background-position: center;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  bottom: 0;
}
.backBtn::after {
  display: none;
}

footer {
  background-color: #222222;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 35px;
  }
}
footer .footer-logo {
  width: 100%;
  max-width: 276px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    height: 100px;
    max-width: 164px;
  }
}
footer .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .top-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .top-footer h3 {
  width: 55%;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1299px) {
  footer .top-footer h3 {
    width: 60%;
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  footer .top-footer h3 {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  footer .top-footer h3 {
    font-size: 30px;
  }
}
footer .middle-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .middle-footer {
    padding-bottom: 35px;
  }
}
footer .middle-footer .contact-wrapper {
  width: 35%;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .contact-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .middle-footer .contact-wrapper a {
  color: #ffb500;
  font-weight: 700;
}
footer .middle-footer .contact-wrapper a.work-hours {
  margin-bottom: 15px;
  display: block;
}
footer .middle-footer .contact-wrapper p {
  color: #fff;
  font-family: "Lora";
  font-weight: 700;
}
footer .middle-footer .contact-wrapper .contact-cont {
  margin-top: 30px;
}
footer .middle-footer .contact-wrapper .contact-cont h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .middle-footer .contact-wrapper .contact-cont .phones {
  display: flex;
  align-items: flex-start;
}
footer .middle-footer .contact-wrapper .contact-cont .phones a {
  display: block;
  margin-left: 5px;
}
footer .middle-footer .footer-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 55%;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .footer-lists {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .middle-footer .footer-lists {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .middle-footer .footer-lists .list {
    margin-bottom: 15px;
  }
}
footer .middle-footer .footer-lists .list h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .middle-footer .footer-lists .list ul li {
  margin-bottom: 15px;
}
footer .middle-footer .footer-lists .list ul li a {
  color: #fff;
  font-size: 16px;
  font-family: "Lora";
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .footer-lists .list ul li a:hover {
  color: #ffb500;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #ffb500;
}
footer .middle-footer .socials-wrapper {
  position: absolute;
  bottom: 8%;
  left: 45%;
}
@media screen and (max-width: 1199px) {
  footer .middle-footer .socials-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
footer .middle-footer .socials-wrapper h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .middle-footer .socials-wrapper .socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .middle-footer .socials-wrapper .socials a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
footer .middle-footer .socials-wrapper .socials a:hover {
  background-color: #ffb500;
  border: 1px solid #ffb500;
}
footer .copyrights {
  background-color: #fff;
  padding: 10px 0;
}
footer .copyrights p {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat";
}
footer .copyrights p a {
  transition: all 0.5s ease-in-out;
}
footer .copyrights p a:hover {
  color: #ffb500;
  transition: all 0.5s ease-in-out;
}

.small-background {
  width: 100%;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .small-background {
    height: 300px;
  }
}
.small-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.filter-shops {
  margin-top: 30px;
}
.filter-shops form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-shops form label {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 600;
}
.filter-shops form details {
  margin-left: 10px;
  padding: 10px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 10px;
  width: 180px;
  position: relative;
  cursor: pointer;
}
.filter-shops form details summary {
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arr-down-g.svg");
  background-repeat: no-repeat;
  background-position: 100%;
}
.filter-shops form details ul {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: transparent;
  width: 100%;
  z-index: 5;
}
.filter-shops form details ul li {
  background-color: #222222;
  padding: 13px 15px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.filter-shops form details ul li.active {
  background-color: #cd950c;
}
.filter-shops form details ul li button {
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.images-text-wrapper.about {
  padding: 70px 0;
  padding-bottom: 30px;
}
.images-text-wrapper.about .images {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper.about .images {
    width: 100%;
  }
}
.images-text-wrapper.about .images::before {
  content: "";
  width: 70%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cd950c;
  position: absolute;
}
.images-text-wrapper.about .images img {
  max-width: 407px;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .images-text-wrapper.about .images img {
    max-width: 250px;
    height: 250px;
  }
}
.images-text-wrapper.about .images img:first-of-type {
  bottom: 0;
}
.images-text-wrapper.about .images img:nth-of-type(2) {
  top: 0;
}
.images-text-wrapper.about .text {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .images-text-wrapper.about .text {
    width: 100%;
  }
}

.small-background .shop-image {
  width: 100%;
  max-width: 443px;
  height: 186px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .small-background .shop-image {
    height: 90px;
  }
}
.small-background .shop-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .shop-details-wrapper {
    flex-direction: column;
  }
}
.shop-details-wrapper .shop-text {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .shop-details-wrapper .shop-text {
    width: 100%;
  }
}
.shop-details-wrapper .shop-text p {
  margin-top: 20px;
}
.shop-details-wrapper .shop-text a {
  margin-top: 40px;
}
.shop-details-wrapper .shop-information-wrapper {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .shop-details-wrapper .shop-information-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
.shop-details-wrapper .shop-information-wrapper::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 10%;
  width: 1px;
  height: 120%;
  background-color: #ffb500;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .shop-details-wrapper .shop-information-wrapper::before {
    top: 0;
  }
}
.shop-details-wrapper .shop-information-wrapper::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 30%;
  width: 115%;
  height: 115%;
  border-left: 1px solid #ffb500;
  border-bottom: 1px solid #ffb500;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .shop-details-wrapper .shop-information-wrapper::after {
    top: 0;
  }
}
.shop-details-wrapper .shop-information-wrapper .work-hours-wrapper {
  width: 100%;
  background-color: #f8f8f8;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}
.shop-details-wrapper .shop-information-wrapper .work-hours-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -43%;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .shop-details-wrapper .shop-information-wrapper .work-hours-wrapper::after {
    right: -20%;
  }
}
.shop-details-wrapper .shop-information-wrapper .work-buttons {
  display: flex;
  align-items: center;
}
.shop-details-wrapper .shop-information-wrapper .work-buttons button {
  padding: 15px 20px;
  background-color: #222222;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
}
.shop-details-wrapper .shop-information-wrapper .work-buttons button:first-of-type {
  border-top-left-radius: 30px;
}
.shop-details-wrapper .shop-information-wrapper .work-buttons button:last-of-type {
  border-bottom-right-radius: 30px;
}
.shop-details-wrapper .shop-information-wrapper .work-buttons button.active {
  background-color: #cd950c;
}
.shop-details-wrapper .shop-information-wrapper .work-panel {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .shop-details-wrapper .shop-information-wrapper .work-panel {
    padding: 15px;
  }
}
.shop-details-wrapper .shop-information-wrapper .work-panel table {
  width: 100%;
}
.shop-details-wrapper .shop-information-wrapper .work-panel table tr td {
  font-size: 16px;
  font-family: "Montserrat";
  padding: 15px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 767px) {
  .shop-details-wrapper .shop-information-wrapper .work-panel table tr td {
    font-size: 14px;
  }
}
.shop-details-wrapper .shop-information-wrapper .work-panel table tr td:first-of-type {
  font-weight: 600;
}
.shop-details-wrapper .shop-information-wrapper .work-panel table tr td:last-of-type {
  text-align: end;
}
.shop-details-wrapper .shop-information-wrapper .work-panel table tr:last-of-type td {
  border-bottom: none;
}
.shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper {
  width: 100%;
  margin-top: 40px;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper {
    padding: 20px;
  }
}
.shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper h3 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper h3 {
    font-size: 20px;
  }
}
.shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper a {
  display: block;
  margin-top: 30px;
  font-size: 24px;
  font-family: "Montserrat";
  color: #000;
  padding-left: 50px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper a {
    font-size: 18px;
  }
}
.shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper a:first-of-type {
  background-image: url("../images/mail-orange.svg");
  background-repeat: no-repeat;
  background-position: 0;
}
.shop-details-wrapper .shop-information-wrapper .shop-contact-wrapper a:last-of-type {
  background-image: url("../images/phone-orange.svg");
  background-repeat: no-repeat;
  background-position: 0;
}

.filter-blog {
  margin-top: 0;
}

.blog-details-text p {
  margin-bottom: 20px;
}
.blog-details-text h2 {
  margin-bottom: 20px;
}
.blog-details-text h3 {
  margin-bottom: 15px;
}
.blog-details-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
}
.blog-details-text ul li {
  color: #222222;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-details-text ul li::marker {
  color: #cd950c;
}
.blog-details-text .blog-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.blog-details-text .blog-gallery a {
  width: 100%;
  height: 420px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-details-text .blog-gallery a {
    height: 200px;
  }
}
.blog-details-text .blog-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-details-text .blog-gallery a .more-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blog-details-text .blog-gallery a .more-images {
    font-size: 20px;
  }
  .blog-details-text .blog-gallery a .more-images svg {
    height: 25px;
  }
}
.blog-details-text .share-cont {
  padding-top: 40px;
  display: flex;
  align-items: center;
}
.blog-details-text .share-cont p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-details-text .share-cont a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .main-title.blog-title {
    top: 60%;
  }
}
.main-title.blog-title h1 {
  font-size: 45px;
}
@media screen and (max-width: 575px) {
  .main-title.blog-title h1 {
    font-size: 30px;
    line-height: 37px;
  }
}
.main-title.blog-title span {
  font-family: "Montserrat";
  font-size: 16px;
}

.privacy-text h2 {
  margin-bottom: 20px;
}
.privacy-text h3 {
  margin-bottom: 15px;
}
.privacy-text h4 {
  margin-bottom: 10px;
}
.privacy-text p {
  margin-bottom: 10px;
}
.privacy-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
}
.privacy-text ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.privacy-text ul li::marker {
  color: #cd950c;
}/*# sourceMappingURL=main.css.map */


.contact-info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.contact-info-section {
    position: relative;
}

.contact-info-section::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    width: 38%;
    border: 1px solid #ffb500;
    height: 90%;
    z-index: -1;
}

.contact-info-section::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -10%;
    width: 38%;
    border: 1px solid #ffb500;
    height: 90%;
    z-index: -1;
}

.contact-info-wrapper .contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 33%;
}

.contact-info-wrapper .contact-info-item:nth-of-type(2) {
    border-left: 1px solid rgba(34, 34, 34, 0.2);
    border-right: 1px solid rgba(34, 34, 34, 0.2);
}

.contact-info-wrapper .contact-info-item .img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
}

.contact-info-wrapper .contact-info-item p {
    font-weight: bold;
    font-size: 32px;
    font-family: "Montserrat";
}

.contact-info-wrapper .contact-info-item a {
    font-weight: bold;
    margin-top: 15px;
}

.contact-info-wrapper .contact-info-item a + a {
    margin-top: 10px;
}

.contact-info-wrapper .img:hover {
    background-color: #ffb500;
    transition: all 0.5s ease-in-out;
}

.contact-form-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-form-wrapper form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 80%;
    margin-top: 30px;
}

.contact-form-section {
    position: relative;
}

.contact-form-section::before {
    content: "";
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
    left: -5%;
    width: 35%;
    border: 1px solid #ffb500;
    height: 65%;
    z-index: 0;
}

.contact-form-section::after {
    content: "";
    position: absolute;
    top: 36%;
    left: -10%;
    width: 35%;
    border: 1px solid #ffb500;
    height: 65%;
    z-index: 0;
}

.contact-form-wrapper form label {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.contact-form-wrapper form input {
    width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-wrapper form label:has(textarea) {
    grid-column: span 2;
    width: 100%;
}

.contact-form-wrapper form textarea {
    width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border: none;
    margin-top: 10px;
    height: 200px;
    resize: none;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-wrapper form input:focus,
.contact-form-wrapper form textarea:focus {
    outline: none;
}

.contact-form-wrapper form button {
    /* grid-column: span 2; */
    margin-left: auto;
    background-color: #cd950c;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 15px 25px;
    width: 100%;
    max-width: 290px;
    letter-spacing: 0.5;
    background-image: url("../images/more-arr-w.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 77%;
}

.contact-form-wrapper form button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.contact-form-wrapper form span#emailMsg {
    position: absolute;
    top: 50%;
    left: 41%;
    text-transform: none;
    font-size: 14px;
    color: #cd950c;
    font-family: "Montserrat";
    padding-left: 0;
}

.contact-form-wrapper form span#emailMsg::before {
    display: none;
}

.contact-form-wrapper .contact-socials {
    width: 10%;
}

.contact-form-wrapper .contact-socials .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-left: 1px solid rgba(34, 34, 34, 0.2);
}

.contact-form-wrapper .contact-socials .socials a {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 1px solid #222;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-form-wrapper .contact-socials .socials a + a {
    margin-top: 20px;
}

.contact-form-wrapper .contact-socials .socials a:hover {
    background-color: #ffb500;
    border: 1px solid transparent;
}

.map {
    width: 100%;
    height: 725px;
    position: relative;
    z-index: 1;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.success-message-cont .btn{
max-width: 280px;
}

.about-video{
  margin-bottom: 0;
}

.background .mainSwiper{
  height: 100%;
}

.background .main-pagination {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: -moz-fit-content;
    width: fit-content;
    top: unset;
    left: unset;
    right: 0;
    bottom: 50px;
}

.background .main-pagination .swiper-pagination-bullet {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    background-color: transparent;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 500;
    font-family: "Montserrat";
}

.background .main-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin-left: 10px;
    transition: all 0.5s;
}

.background .main-pagination .swiper-pagination-bullet::before{
  display: none;
}

.background .main-pagination .swiper-pagination-bullet-active::after{
  width: 88px;
  height: 2px;
}

.background .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  font-weight: 800;
}

.shop-text .title span p{
  color: #CD950C;
 
}

footer .copyrights .max-width{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

footer .copyrights ul{
  display: flex;
  align-items: center;
  font-family: "Montserrat";
}

footer .copyrights ul li a{
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
}

footer .copyrights ul li{
  margin-right: 5px;
}

footer .copyrights ul li + li{
  margin-right: 0;
  margin-left: 5px;
}

.hotel-section .hotel-wrapper .center-title span::before{
  height: 200px;
  top: -625%;
  z-index: 2;
}

.mobile-socials{
  display: none;
}

.grey-background2{
  background-color: #F3F3F3;
}

@media only screen and (max-width: 1605px) {
    .contact-info-section::before {
        width: 35%;
    }

    .contact-info-section::after {
        width: 35%;
    }
}

@media only screen and (max-width: 1200px) {
  .mobile-socials{
    display: block;
  }

  .mobile-socials .socials{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}

@media only screen and (max-width: 991px) {
    .contact-info-section::before {
        display: none;
    }

    .contact-info-section::after {
        display: none;
    }

    .contact-form-section::before {
        display: none;
    }

    .contact-form-section::after {
        display: none;
    }

    .contact-info-wrapper .contact-info-item .img {
        width: 50px;
        height: 50px;
    }

    .contact-info-wrapper .contact-info-item .img svg {
        width: 20px;
        height: 20px;
    }

    .contact-info-wrapper .contact-info-item p {
        font-size: 20px;
    }

    .contact-info-wrapper .contact-info-item a {
        font-size: 10px;
        letter-spacing: 0px;
        text-align: center;
    }

    .contact-form-wrapper {
        flex-direction: column;
    }

    .contact-form-wrapper form {
        width: 100%;
    }

    .contact-form-wrapper .contact-socials {
        width: 100%;
        margin-top: 30px;
    }

    .contact-form-wrapper .contact-socials .socials {
        flex-direction: row;
        justify-content: space-between;
        border-left: none;
    }

    .map {
        height: 500px;
    }

    footer .copyrights .max-width{
      flex-direction: column-reverse;
    }

    footer .copyrights .max-width ul{
      margin-bottom: 10px;
    }

    .hotel-section .hotel-wrapper .center-title span::before {
    height: 50px;
    top: -190%;
    }
}

@media only screen and (max-width: 767px) {

  .hotel-section .hotel-wrapper .center-title span::before {
        height: 20px;
        top: -43%;
  }

  .shop-details-wrapper .shop-information-wrapper .work-buttons button{
    padding: 10px;
    font-size: 14px;
  }

  .shop-details-wrapper .shop-information-wrapper .work-panel table tr td{
    padding: 10px 0;
  }

  .small-background .main-title:has(.shop-image){
    top: 56%;
  }
}

@media only screen and (max-width: 576px) {
    .contact-form-wrapper form {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper form label:has(textarea) {
        grid-column: span 1;
    }

.contact-form-wrapper form button{
  max-width: 100%;
}

    .contact-form-wrapper .contact-socials .socials a {
        width: 55px;
        height: 55px;
    }

    .map {
        height: 350px;
    }

    .background .main-pagination {
      display: none;
    }

.blog-date{
  margin-top: 10px;
  margin-bottom: 5px;
}
.no-padding{
  padding-top: 0;
}

.categories-wrapper{
  margin-top: 40px;
  gap: 5px;
}

.categories-wrapper .category .category-content .btn{
  width: 90%;
}

.categories-wrapper .category .category-content .btn::after{
  height: 17px;
  width: 17px;
  background-size: 8px;
}

footer .copyrights p{
  font-size: 11px;
  line-height: 15px
}
}

.blog-details-text p{
  display: flex;
  align-items: center;
}

.blog-details-text p img{
  margin-right: 10px;
}