:root {
  --white: #ffffff;
  --black: #000000;
  --dark-grey: #4A4A4A;
  --primary-color: #091733;
  --yellow-color: #DAA520;
  --light-yellow-color: #F4F0E7;
  --heading-yellow-color: #DCC5A2;
  --dark-yellow-color: #B9A082;

}

body {
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 1rem;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}

.body-no-scroll,
.html-no-scroll {
  overflow: hidden;
}

.ov-hiddne {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: .3s ease;
  -webkit-transition: .3s ease;
}


ol, ul {
  padding-left: 0
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

body .black-color {
  color: var(--black);
}

textarea {
  resize: vertical
}

input:focus {
  outline: none;
}

.img-fluid {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

img {
  max-width: 100%;
  object-fit: cover;
}

.small-font {
  font-size: 16px;
  color: var(--dark-grey);
}

.btn {
  transition: .26s ease;
  -webkit-transition: .26s ease;
  font-family: "Playfair Display";
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 15px 30px;
  letter-spacing: 2px;
  font-size: 24px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--black);
  color: var(--white) !important;
}

.btn-primary-outline {
  position: relative;
  ;
  padding: 18px 80px;
  background-color: transparent;
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}

.btn-primary-outline::after {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 50%;
  display: inline-block;
  bottom: -9px;
  content: "";
  background-color: var(--dark-grey);
  height: 1px;
}

.btn-primary-outline:hover {
  background-color: var(--dark-grey);
  color: var(--white) !important;
}

.btn-secondary-outline {
  position: relative;
  ;
  padding: 18px 100px;
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}

.btn-secondary-outline::after {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 50%;
  display: inline-block;
  bottom: -9px;
  content: "";
  background-color: var(--white);
  height: 1px;
}

.btn-secondary-outline:hover {
  background-color: var(--white);
  color: var(--dark-grey) !important;
}

.primary-arrow .arrow-right {
  filter: brightness(0) saturate(100%) invert(99%) sepia(90%) saturate(5994%) hue-rotate(315deg) brightness(91%) contrast(91%);
}

.btn-primary-outline:hover .arrow-right {
  filter: brightness(50);
}

.btn-secondary {
  color: var(--davy-grey);
  background-color: transparent;
  border-color: var(--davy-grey);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-secondary .arrow-right {
  filter: brightness(0) saturate(100%) invert(31%) sepia(1%) saturate(3598%) hue-rotate(19deg) brightness(98%) contrast(83%);
}

.btn-secondary:hover .arrow-right {
  filter: brightness(10);
}



h2 {
  font-size: 45px;
  color: var(--white);
}

h3 {
  font-size: 45px;
  color: var(--primary-color);
}

h4 {
  font-size: 32px;
  color: var(--primary-color);
  font-family: "Playfair Display";
}

h5 {
  font-size: 24px;
  /* color: var(--dark-grey); */
  letter-spacing: 3px;
}

h6 {
  font-weight: 400;
}

select {
  cursor: pointer;
}

.creative-heading {
  color: var(--heading-yellow-color);
  font-size: 101px;
  font-family: "herr_von_muellerhoffregular", cursive;
  line-height: 35px;
  letter-spacing: 0;
}

p {
  font-size: 18px;
  /* color: var(--dark-grey); */
  line-height: 30px;
}

small {
  letter-spacing: 5px;
  font-size: 16px;
  /* color: var(--dark-grey); */
  position: relative;
}

small.line::after {
  position: absolute;
  left: -60px;
  width: 50px;
  height: 1px;
  top: 50%;
  content: "";
  background-color: var(--dark-grey);
  display: inline-block;
}

.v-line {
  position: relative;
}

.v-line::after {
  background-color: #9b9b9b;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  content: "";
}

/*---------- Header -----------*/
header {
  /* float: left;
  clear: both; */
  width: 100%;
}

.fixed-header {
  background: rgba(0, 0, 0, .8);
}

header, .fixed-header {
  transition: .26s ease;
  -webkit-transition: .26s ease;
}

header, header .container {
  z-index: 3;
}

header .nav-icon, header .bx-menu2 {
  stroke: var(--white);
  cursor: pointer;
}

header .nav-icon:hover {
  stroke: var(--yellow-color);
}

header .language li {
  display: inline-block;
  color: var(--white);
  padding: 5px 5px;
  letter-spacing: 2px;
}

header .language a {
  color: var(--white);
  font-size: 16px;
}

header .language a:hover {
  text-decoration: underline;
}

header .language select {
  background: none;
  border: 0;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 2px;
}

header .language select option {
  color: var(--dark-grey);
}

header.fixed-header .language a {
  color: var(--white) !important;
}


/*---------- Dark Header start -----------*/
header.dark-hdr .nav-icon,
header.dark-hdr .bx-menu2 {
  stroke: var(--black);
}

header.dark-hdr .nav-icon:hover,
header.dark-hdr .bx-menu2:hover {
  stroke: var(--yellow-color);
}

header.dark-hdr .language a,
header.dark-hdr .language select,
header.dark-hdr .language li {
  color: var(--black);
}

header.dark-hdr.fixed-header .nav-icon,
header.dark-hdr.fixed-header .bx-menu2 {
  stroke: var(--white);
}

header.dark-hdr.fixed-header .nav-icon:hover,
header.dark-hdr.fixed-header .bx-menu2:hover {
  stroke: var(--yellow-color);
}

header.dark-hdr.fixed-header .language a,
header.dark-hdr.fixed-header .language select,
header.dark-hdr.fixed-header .language li {
  color: var(--white) !important;
}

header.dark-hdr.fixed-header .language a:hover,
header.dark-hdr .language a:hover {
  text-decoration: underline;
}

header.dark-hdr .hdr-logo path {
  fill: var(--dark-grey);
}

header.dark-hdr .hdr-logo rect {
  fill: var(--white);
}

header.dark-hdr.fixed-header .hdr-logo path {
  fill: var(--white);
}

header.dark-hdr.fixed-header .hdr-logo rect {
  fill: var(--white);
}

.showInput header.dark-hdr .hdr-logo path {
  fill: var(--white);
}

.showInput header.dark-hdr .hdr-logo rect {
  fill: var(--white);
}

.showInput header.dark-hdr .language a,
.showInput header.dark-hdr .language select,
.showInput header.dark-hdr .language li {
  color: var(--white) !important;
}

.showInput header.dark-hdr .nav-icon,
.showInput header.dark-hdr .bx-menu2 {
  stroke: var(--white);
}


/*---------- Dark Header End -----------*/

/*---------- Header CSS END-----------*/

/*---------- Nav -----------*/

.showInput {
  overflow: hidden;
}

.navbar .links {
  margin-top: 85px;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 2%;
}

.navbar .links li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0 14px;
  /* margin-left: 10px; */
  margin-bottom: 35px;
}

.navbar .links li:first-child {
  margin-left: 0;
}

.navbar .links li details summary{
  appearance: none;
  list-style: none;
}

.navbar .links li a {
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  font-family: "PlayfairDisplay";
  display: inline-block;
  z-index: 3;
  position: relative;
}

.navbar .links li a.active{
  color: var(--yellow-color);
  text-decoration: underline;
}

.navbar .links li.contact-header a{
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 400;
}

.navbar .links hr{
  margin: 30px 0;
  width: 100%;
  max-width: 320px;
}

.navbar .links li:hover .htmlcss-arrow,
.navbar .links li:hover .js-arrow {
  transform: rotate(180deg);
}

.navbar .links li .arrow {
  text-align: center;
  float: right;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: -1px;
  margin-left: 10px;
}

.navbar .links li .sub-menu {
  padding-top: 12px;
  height: 150px;
    /* overflow-y: scroll; */
}

.navbar .links li:hover .htmlCss-sub-menu,
.navbar .links li:hover .js-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  /* padding: 0 15px; */
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}

.navbar .links li .sub-menu a {
  color: #989DAF;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.navbar .links li .sub-menu a:hover {
  color: var(--white) !important;
  font-weight: 700;
  text-decoration: underline;
}

.navbar .links li .sub-menu button{
  border: none;
  outline: none;
  background-color: transparent;
  color: #989DAF;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.navbar .links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background-color: rgba(9, 23, 51, 0.8);
  backdrop-filter: blur(10px);        
  -webkit-backdrop-filter: blur(10px);
  z-index: 99;

}

.navbar.showInput .menu-bg {
  opacity: 1;
  pointer-events: auto;
}

.navbar .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
}

.bottom-sec {
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
  width: 100%;
}

.bottom-sec .phone {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

.bottom-sec .phone svg {
  float: left;
  margin-top: 3px;
}

.bottom-sec .phone span {
  display: block;
  padding-left: 40px;
  color: var(--white);
}

.bottom-sec .phone a {
  color: var(--white);
}

.bottom-sec .phone a:hover {
  color: var(--white) !important;
  text-decoration: underline;
}

.bottom-sec .hdr-social {
  text-align: right;
}

.bottom-sec .hdr-social label {
  display: inline-block;
  color: var(--white);
  vertical-align: middle;
  font-size: 18px;
}

.bottom-sec .hdr-social hr {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-left: 10px;
}

.bottom-sec .hdr-social a {
  display: inline-block;
  vertical-align: middle;
}

.bottom-sec .hdr-social svg {
  fill: var(--white);
}

.bottom-sec .hdr-social a:hover svg {
  fill: var(--black);
}

/*---------- Nav CSS END-----------*/

/*---------- Filter -----------*/

.room-book-filter .container {
  z-index: 2;
  margin-top: -150px;
}

.room-book-filter .row>div {
  width: 20%;
}

.room-book-filter label {
    color: #fff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}






/*---------- Filter CSS END-----------*/

/*---------- On Scroll animation Effect CSS-----------*/

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

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

/*---------- On Scroll animation Effect CSS END-----------*/

/*---------- News -----------*/
.news-sec {
  background-color: #F9F8F8;
}

.news-sec .news-slider {
  overflow: hidden;
  position: relative;
}



.news-sec a:hover {
  text-decoration: underline;
}




/*---------- News CSS END-----------*/

/*---------- Footer -----------*/

footer {
  background-color: var(--primary-color);
}

footer .creative-heading {
  color: var(--white);
  font-size: 50px;
  letter-spacing: 5px;
}

footer .ftr-logo a {
  position: relative;
  z-index: 2;
  background-color: var(--dark-yellow-color);
  padding: 0 50px;
  display: inline-block;
}

footer .ftr-logo::after {
  position: absolute;
  background-color: var(--white);
  height: 1px;
  width: 100%;
  display: inline-block;
  content: "";
  top: 50%;
  left: 0;
}

footer h5 {
  color: var(--white);
  font-weight: 600;
}

footer .navigation li {
  margin-top: 15px;
}

footer .navigation a {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
}

footer .navigation a:hover,
footer .phone a:hover {
  color: var(--yellow-color) !important;
  font-weight: 500;
  text-decoration: underline;
}

footer .social-icon {
  display: inline-block;
  width: 100%;
}

footer .social-icon li {
  margin-right: 20px;
  float: left;
}

footer .social-icon a rect {
  fill: var(--dark-yellow-color);
  stroke: var(--white);
}

footer .social-icon a path {
  fill: var(--white);
}

footer .social-icon a:hover rect {
  fill: var(--white);
  stroke: var(--white);
}

footer .social-icon a:hover path {
  fill: var(--black);
}

footer .phone {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

footer .phone svg {
  float: left;
  margin-top: 3px;
}

footer .phone span {
  display: block;
  /* padding-left: 40px; */
  color: var(--white);
}

footer .phone a {
  color: var(--white);
}

footer .blog a {
  font-size: 18px;
  color: var(--white);
}

footer .blog a:hover {
  text-decoration: underline;
  color: var(--white) !important;
}

footer hr {
  /* width: 1px; */
  height: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
}

footer .f-line{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Copyright {
  background-color: #000526;
  /* color: var(--dark-grey); */
  color: #fff;
}

.Copyright a {
  /* color: var(--dark-grey); */
  color: #fff;
}

.Copyright a:hover {
  text-decoration: underline;
}

/*---------- Footer CSS END-----------*/


.breadcrumb, .breadcrumb a {
  color: var(--dark-grey);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/*---------- Inner Banner  -----------*/

.thin-banner {
  background-position: center center;
  background-size: cover;
  min-height: 460px;
  padding-top: 160px;
  padding-bottom: 130px;
  position: relative;
}

.thin-banner .text-section {
  color: var(--white);
  z-index: 2;
  position: relative;
}

.thin-banner .text-section p {
  font-size: 18px;
  line-height: 50px;
  color: var(--white);
}

.thin-banner .text-section a {
  color: var(--white);
}

.thin-banner .text-section a:hover {
  text-decoration: underline;
}

/*---------- Inner Banner CSS END-----------*/

/*---------- HERCEG NOVI start -----------*/

.herceg-novi {
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.herceg-novi {
  color: var(--white);
}

.herceg-novi p {
  font-size: 18px;
  line-height: 50px;
  color: var(--white);
}

.herceg-novi path {
  fill: var(--white);
}

.herceg-novi circle {
  stroke: var(--white);
}

.herceg-novi a:hover circle {
  stroke: var(--yellow-color);
  transition: .26s ease;
  -webkit-transition: .26s ease;
}

.herceg-novi a:hover path {
  fill: var(--yellow-color);
  transition: .26s ease;
  -webkit-transition: .26s ease;
}

/*---------- HERCEG NOVI End -----------*/

/*---------- Explore start -----------*/

.explore-sec {
  /* background: url(../images/Explore.jpg) no-repeat top left; */
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: var(--white);
  background-position: top center;
}

.explore-sec p {
  color: var(--white);
}

h1, h2, h3, h4{
  font-family: "PlayfairDisplay";
}


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

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {

    cursor: pointer;
}

.desktop-menu-icon{
  color: #FFF;
  font-weight: 500;
  font-size: 18PX;
}

.desktop-menu-icon svg{
  margin-right: 10px;
}

.open-menu-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  margin-left: 5%;
  margin-right: 2%;
}

.open-menu-top details.languages{
width: 80px;
padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.open-menu-top details.languages summary{
color: #fff;
font-size: 16px;
list-style: none;
appearance: none;
background-image: url('../images/arr-down-w.svg');
background-repeat: no-repeat;
background-position: 100%;
padding-right: 20px;
background-position-y: 14px;
-webkit-appearance: none;
}

.open-menu-top details.languages::marker{
  content: "";
}

.open-menu-top details.languages ul{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 left: 115%;
 display: flex;
 align-items: center;
}

.open-menu-top details.languages ul li a{
  color: #fff;
  font-size: 16px;
}

.open-menu-top details.languages ul li{
  margin-right: 15px;
}



span.close-menu{
  cursor: pointer;
}

.yellow-small-title{
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--yellow-color);
}


.home-about a{
  color: var(--yellow-color);
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
}

.home-about .left-about-image{
  transform: translateY(-170px);
  width: 50%;
 padding: 0;
  height: 540px;
}

.home-about{
  margin-bottom: -150px !important;
}
.home-about .row{
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.home-about .about-first-img{
  width: 50%;
  max-width: 570px;
  height: 700px;
  padding: 0;
}

.home-about .about-first-text{
  width: 50%;
  padding: 0;
}

.home-about .second-about-paragraph{
  width: 50%;
  max-width: 570px;
  padding: 0;
}


.our-results {
    background-color: rgba(243, 241, 241, 0.5);
    padding: 100px 0;
}

.our-results .numbers-wrap {
    display: flex;
    align-items: start;
}

.our-results .numbers-wrap .number {
    width: 100%;
    position: relative;
}

.our-results .numbers-wrap .number .counter-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-results .numbers-wrap .number .counter-wrap .counter, .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 120px;
    font-weight: bold;
    font-family: "PlayfairDisplay";
    color: var(--primary-color);
    letter-spacing: 5px;
    line-height: 100%;
    opacity: 0.1;
}

.our-results .numbers-wrap .number p {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primary-color);
   position: absolute;
   top: 65%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   
}

.our-results .numbers-wrap .number + .number {
    border-left: 1px solid #DBDDE1;
}

.videobg {
    /* height: 65vh; */
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

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

.videobg .row{
  justify-content: space-between;
}

.videobg  .video-text {
    width: 65%;
}

.videobg .video-text span{
  color: #fff;
  letter-spacing: 5px;
}

.videobg .video-text h2{
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: none;
}

.videobg .play {
    width: 214px;
    height: 214px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(../images/play.png);
    background-position: calc(100% - 40px);
    background-repeat: no-repeat;
    background-size: 46px;
    cursor: pointer;
    z-index: 2;
    padding-left: 25px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.videobg .container{
  z-index: 5;
}


.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.open-video {
    z-index: 105;
    opacity: 1;
}

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

.video-wrap .video .closeVideo {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    top: -25px;
    right: -25px;
    cursor: pointer;
font-size: 25px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}

.darkoverlay20{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.center-title {
    text-align: center;

}

.title span{
  color: var(--yellow-color);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.dark-title h2{
  color: var(--primary-color);
}

h2, h1{
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 5px;
}

.news-slider{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news-slider .blog-cont{
  width: 100%;
}

.news-slider .blog-cont img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.news-slider .blog-cont:nth-child(odd) img{
  height: 420px;
}

.news-slider .blog-cont:nth-child(even) img{
  height: 330px;
}

.news-slider .blog-cont .blog-date{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 5px;
  display: flex;
  align-items: center;

}

.news-slider .blog-cont .blog-date::before{
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  background-color: var(--primary-color);
    margin-right: 10px;
}

footer .footer-text{
color: #fff;
font-weight: 500;
font-size: 16px;
letter-spacing: 2px;
background-color: #000526;
padding: 20px 0;
}

footer h3{
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}

footer .footer-logo{
  width: 100%;
  max-width: 240px;

}

footer .footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

footer ul.navigation li a{
font-weight: 500;
color: #989DAF;
}

footer .row{
  justify-content: space-between;
}

footer ul.navigation li a:hover svg path{
  fill: #fff;
}

.need-acc-sec{
  position: relative;
  height: 720px;
}


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

.accom-wrapper{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-color: rgba(3, 12, 43, 0.7);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px 60px 60px;
}

.accom-wrapper .title span{
color: #fff;
}

.accom-wrapper p{
  color: #fff;
}

.accom-wrapper a{
  color: var(--yellow-color);
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  margin-top: 30px;
  display: block;
  text-decoration: underline;
}


.accom-wrapper .accom-text{
  margin: 30px 0;
}

.about-sec h2{
  color: var(--primary-color);
  margin-bottom: 20px;
}


/*---------- Explore End -----------*/


/*---------- Media CSS Start-----------*/

@media only screen and (max-width: 1200px) {
.home-about .row{
  flex-wrap: wrap;
}

.home-about .about-first-text{
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.home-about .about-first-img{
  width: 100%;
}

.home-about .left-about-image{
  transform: none;
  width: 100%;
  display: none;
}


.home-about .second-about-paragraph{
  width: 100%;
  max-width: 100%;
}

.home-about{
  margin-bottom: 0 !important;
}
}

@media only screen and (min-width: 1025px) {
  .nav-links2, header .bx-menu2 {
    display: none;
  }


}


@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 22px;
  }

  p, footer .navigation a, footer .blog a, footer .phone {
    font-size: 16px;
  }

  .creative-heading {
    font-size: 80px;
  }

  .banner-img img {
    max-height: 700px;
  }

  /* .desktop-menu, .desktop-menu-icon {
    display: none !important
  } */
   .desktop-menu-icon span {
    display: none !important
  } 

  .navbar .links {
    margin-top: 130px;
  }

  .navbar .links li a {
    font-size: 18px;
  }

  .navbar .links li .sub-menu a {
    font-size: 16px;
  }

  .navbar .links li .sub-menu button {
    font-size: 16px;
  }

  .navbar .links li {
    margin-left: 0px;
  }

  .navbar {
    max-width: 100%;
  }

  .navbar .logo a {
    font-size: 27px;
  }

  .navbar .bx-menu2 {
    display: block;
    margin-top: 25px;
  }

  .navbar .nav-links2 {
    height: 100%;
    ;
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 100%;
    width: 100%;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.10) url(../images/menu-background.png) no-repeat top left;
    background-size: cover;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }

  .navbar .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(151, 118, 64, 0.7);
    margin: -20px -20px 0 -20px;
    padding: 20px;
  }

  .navbar .links {
    display: block;
    margin-top: 10px;
    height: calc(100% - 100px);
    overflow: auto;
  }

  .navbar .links li {
    display: block;
    /* border-bottom: 1px solid #ffffff45; */
    padding: 10px 10px;
  }
/* 
  .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none !important;
    padding-top: 0;
  } */

  .navbar .links li .sub-menu li {
    border-bottom: none;
    padding: 0;
  }

  .navbar .links li .sub-menu a {
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 10px;
    padding: 0 !important;
  }

  .navbar .links li .sub-menu button {
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 10px;
    padding: 0 !important
  }

  .navbar .nav-links2.show-submenu .sub-menu {
    display: block !important;
  }

  .navbar .nav-links2 .bxs-chevron-down {
    float: right;
    margin-top: -28px;
  }

  .navbar .nav-links2.show-submenu .bxs-chevron-down {
    transform: rotate(180deg);
  }

  .navbar .links li a {
    display: block;
  }

  .navbar .inner-bg {
    background: rgb(187, 145, 78, 0.7);
    padding: 20px;
    max-width: 300px;
    width: 100%;
    height: 100%;
    float: left;
  }

  html.body-active, html.body-active body {
    overflow: hidden;
  }

  .bottom-sec .hdr-social hr {
    display: none;
  }

  .bottom-sec .phone, .bottom-sec .hdr-social label {
    font-size: 14px;
  }

  .room-book-filter .row>div {
    width: 50%;
  }

  .room-book-filter {
    background: var(--primary-color);
    margin-bottom: 30px;
  }

  .room-book-filter .container {
    margin-top: 0;
  }



  .room-book-filter .row>div:last-child {
    width: 100%;
    padding-top: 0 !important;
    margin-bottom: 10px;
  }


  footer .social-icon li {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 992px) {
  header .bx-menu2 svg {
    max-width: 70px;
  }

  .thin-banner .text-section p {
    font-size: 14px;
  }

  .btn-primary-outline {
    padding-left: 40px;
    padding-right: 40px;
  }

  .room-book-filter .form-select, .banner-img .text-section p {
    font-size: 16px;
  }

  footer .social-icon li {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .news-slider .blog-cont .blog-date{
    font-size: 16px;
    letter-spacing: 2px;
  }

  .news-slider .blog-cont .blog-date::before{
    width: 20px;
  }

  .blog-cont .blog-title{
    margin-top: 0 !important;
  }

  .navbar .links hr{
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .home-about .row{
    margin-left: auto;
    margin-right: auto;
  }
  /* html, body {
    overflow-x: hidden;
  } */

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  p, footer .navigation a, footer .blog a, footer .phone {
    font-size: 14px;
  }

  .creative-heading {
    font-size: 80px;
  }

  .nav-icon svg {
    max-width: 60px;
  }

  .hdr-logo img {
   width: 100%;
    height: 45px;
  }

  .navbar .bx-menu2 {
    margin-top: 5px;
  }

  header .language li {
    display: none;
  }

  header .language li:last-child {
    display: inline-block;
  }

  .v-line {
    margin-bottom: 15px;
  }

  .v-line::after {
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #b9b9b9;
  }

  footer hr {
    width: 100%;
    height: 1px;
  }

  footer .social-icon li {
    margin-right: 15px;
  }

  .Copyright {
    font-size: 14px;
  }

  .breadcrumb, .breadcrumb a {
    font-size: 12px;
  }

  .thin-banner {
    padding-bottom: 140px;
  }

  .thin-banner .text-section p {
    font-size: 13px;
  }

  .dark-hdr .hdr-logo svg {
    max-width: 150px;
    height: auto;
  }

  .contact-sec .last-img {
    display: none;
  }

  .herceg-novi .play-video svg {
    max-width: 150px;
    height: auto;
  }

  h1, h2{
    font-size: 30px;
    letter-spacing: 2px;
  }

  .reservation-sec hr{
    margin: 40px 0 !important;
  }

  .navbar .menu-bg{
    width: 100%;
  }

  .navbar .links li{
    margin-bottom: 15px;
  }

  .navbar .links li.contact-header a{
    font-size: 20px;
  }

  .open-menu-top{
    padding-top: 2rem;
    align-items: flex-start;
  }

  .navbar .links{
    margin-top: 40px;
  }

  .news-slider{
    grid-template-columns: 1fr;
  }

  .news-slider .blog-cont:nth-child(odd) img, .news-slider .blog-cont:nth-child(even) img{
    height: 250px;
  }

  .similar-posts{
    padding-top: 0rem !important;
  }

  .blog-details-img img{
    height: 350px !important;
  }

  .blog-details .article-sec{
    margin-top: 2rem;
  }

  .our-results .numbers-wrap .number .counter-wrap .counter, .our-results .numbers-wrap .number .counter-wrap span{
    font-size: 80px;
    letter-spacing: 3px;
  }

  .our-results .numbers-wrap .number p{
    font-size: 16px;
  }

  .our-results{
    padding: 50px 0;
  }

  .videobg .video-text{
    width: 100%;
  }

  .videobg .video-text h2{
    font-size: 50px;
  }

  .videobg .row{
    justify-content: center;
  }

  .videobg .play{
    margin-top: 30px;
    padding-left:20px;
    background-size: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .videobg .video-text h2{
    font-size: 35px;
  }

  .videobg .play{
    width: 185px;
    height: 185px;
  }

  .videobg{
    height: 470px;
  }

  .room-book-filter .form-select{
    font-size: 14px;
  }
}