@font-face {
  font-family: OptimaLTPro-Roman;
  src: url('../fonts/Optima.TTF');
}

:root {
  --primary-light: #f9f4f4;
  --primary-dark: #1b190f;
  --oker-light: #ece1cc;
  --oker-dark: #d4ba8a;

  --primary-font: 'Raleway', sans-serif;
  --secondary-font: 'OptimaLTPro-Roman';
}

/* GLOBAL STYLES
################################################### */

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

body {
  font-family: var(--primary-font);
  color: var(--primary-dark);
  background-color: var(--primary-light);
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-dark) !important;
}

.container {
  max-width: 1440px;
}

.bg-primary-light {
  background-color: var(--primary-light);
}

.bg-secondary-light {
  background-color: #ece1cc;
}

.bg-secondary-dark {
  background-color: #d4ba8a;
}

.title-lg {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px;
  letter-spacing: 1.6px;
}

.title {
  color: var(--primary-dark);
  font-family: var(--secondary-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1.5px;
}

.md-title {
  color: var(--primary-dark);
  font-family: var(--secondary-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.sm-title {
  color: var(--primary-dark);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}

.text {
  color: var(--primary-dark);
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.48px;
}

.sm-text {
  color: var(--primary-dark);
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.44px;
}

.px-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.display-none {
  display: none;
}

.border-bottom-dark {
  border-bottom: 1px solid var(--primary-dark);
}

.border-top-dark {
  border-top: 1px solid var(--primary-dark);
}

.btn-custom {
  color: var(--primary-dark);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  background: #d4ba8a;
  padding: 13px 23px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
  background: #ad9363;
}

.breadcrumb-section {
  height: auto !important;
  padding: 57px 100px !important;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: var(--oker-light) !important;
}

.carousel-control-prev-icon {
  background-image: url('../images/arow-left.png');
}

.carousel-control-next-icon {
  background-image: url('../images/arow-right.png');
}

.btn-close {
  display: none;
}

.ratio {
  background-color: transparent !important;
}

.carousel-control-prev {
  left: 30px;
  opacity: 1;
}

.carousel-control-next {
  right: 30px;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 54px;
  height: 54px;
}

.modal {
  background: rgba(27, 25, 15, 0.8);
}

.col-lg-7 {
  flex: 0 0 auto;
  width: 55.333333%;
}

.video-container {
  position: relative;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-poster {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.video-overlay button {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: none;
  transform: translate(-50%, -39%);
}

/* HEADER STYLES
################################################### */

header {
  background-color: var(--primary-light);
  height: 100%;
  max-height: 100px;
}

.position-relative {
  padding-top: 55px;
  z-index: -1;
}

.navbar .container {
  padding: 22px 100px !important;
}

.navbar-toggler {
  padding: 0px;
}
.navbar-toggler-icon {
  background-image: url('../images/menu_close.svg');
}

.collapsed .navbar-toggler-icon {
  background-image: url('../images/menu_open.svg');
}

.navbar-collapse {
  border-top: 0.5px solid #875e36;
  background: var(--primary-light);
}

.custom-nav-list.navbar-nav {
  display: flex;
  flex-direction: row !important;
  max-width: 1440px;
  margin: auto;
  padding: 23px 100px;
  justify-content: space-between;
}

.navbar-nav .nav-link {
  color: var(--primary-dark);
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.mobile-rez {
  display: none;
}

.nav-item-icon {
  width: 23px;
  margin-right: 6px;
  position: absolute;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.custom-nav-list .nav-item:hover .nav-item-icon {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.custom-nav-list .nav-item:hover .nav-link {
  transform: translate(29px, 0px);
  color: #875e36 !important;
}

.custom-nav-list .nav-item .nav-link {
  transform: translate(0px, 0px);
  transition: all 0.2s ease-in-out;
}

/* HERO SECTION STYLES
################################################### */

.bgimage {
  width: 100%;
  height: 506px;
  background: url('../images/hero-image-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-container {
  padding: 100px 100px !important;
}

.hero-container {
  padding-top: 103px;
}

.hero-text {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* OTHER SECTION STYLES
################################################### */

.section-1 {
  padding: 100px 100px !important;
}

.section-1 div:nth-child(2) {
  padding-left: 54px !important;
}

.section-2 .container {
  padding: 114px 0px 80px 100px !important;
}

.section-2 .text {
  max-width: 384px;
}

/* swiper slider custom */

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 76px 0 0 0;
  margin-left: 50px;
}

.swiper-slide .slider-card-title {
  margin-top: 18px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.auto-play-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.auto-play-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.auto-play-slider.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 39px 0px;
  background-color: var(--oker-light);
  margin-right: 0px;
}

.custom-swipper-arrow {
  position: relative;
  justify-content: flex-end;
  gap: 0px 23px;
  height: 54px;
  margin-bottom: 31px;
  margin-right: 70px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: 54px;
  height: 54px;
  background-size: cover;
}

.swiper-button-prev {
  background-image: url('../images/arrow-prev.svg') !important;
}

.swiper-button-next {
  background-image: url('../images/arrow-next.svg') !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.section-3 {
  padding: 90px 100px 90px 100px !important;
}

.section-3 div:nth-child(2) {
  padding-left: 97px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-4 {
  padding: 90px 100px !important;
}

.section-4 .md-title {
  margin-bottom: 25px;
}

/* Contact form */

.contact-form {
  padding-left: 105px !important;
}

.line-between {
  padding: 0px 15px;
}

.form-control,
.form-select {
  padding: 10px 18px;
  height: 46px;
  border-radius: 0px;
  border: 1px solid #875e36;
  background-color: transparent;
  transition: all 0.3 ease-in-out;
}

textarea.form-control {
  height: 237px;
}

.form-select,
.form-control::placeholder {
  color: #875e36;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  outline: 0 none;
  transition: all 0.3 ease-in-out;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: 0 none;
  background-color: #ece5d7;
  border: 1px solid #875e36;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.section-4 span {
  color: var(--primary-dark);
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.status-success {
  color: #198754;
}

/* FOOTER STYLES
################################################### */

.map-section {
  padding-top: 90px;
}

.footer {
  margin-top: -7px;
}

.footer-logo {
  padding: 55px 40px;
}

.f-row {
  padding: 28px 0;
}

.text-copyrights {
  color: var(--primary-dark);
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.our-story-s1 .title {
  margin-bottom: 80px;
}

.our-story-s1 img {
  max-width: 100%;
}
.our-story-s1 .frist-content {
  padding: 0px 38px 0px 56px !important;
}

.our-story-s1 .second-content {
  padding: 0px 85px 0px 0px !important;
}

.interview-section .frist-content {
  padding-right: 100px !important;
}

.interview-section .col-lg-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.gallery {
  gap: 20px;
  justify-content: center;
}

.gallery img {
  transition: all 0.3s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.04);
}

.gallery .col-sm-4 {
  width: 31.33333333%;
}

.EmbedRoot__EmbedRootComponent-sc-1c4b4pg-0 a::after {
  content: '';
  width: 100%;
  height: 30px;
  background-color: var(--primary-light);
  position: absolute;
  top: 0;
  left: 0;
}

.ReviewLinkContainer__Link-sc-1mvvf6-0::after {
  background-color: transparent !important;
}

.video-container-1 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 545px;
}
.video-container-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .section-2 .text {
    max-width: 299px;
  }
}

@media (max-width: 992px) {
  .title-lg {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 1.3px;
    margin-bottom: 13px;
  }

  .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 1.1px;
  }

  .md-title {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .sm-title {
    font-size: 18px;
  }

  .text {
    font-size: 14px;
    line-height: 22px;
  }

  .btn-custom {
    font-size: 16px;
  }

  .px-90 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-100 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .navbar .container {
    padding: 23px 50px !important;
  }

  .custom-nav-list.navbar-nav {
    flex-direction: column !important;
    align-items: center;
    gap: 30px 0;
  }

  .navbar-toggler {
    position: absolute;
    left: 20px;
  }
  .logo {
    flex: 100%;
    text-align: center;
    padding: 0px 77px;
  }

  .logo img {
    max-width: 343px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .navbar-nav .nav-link {
    text-align: center;
    padding: 0;
  }

  .navbar .desc-rez {
    display: none;
  }

  .navbar .mobile-rez {
    display: block;
    width: 172px;
  }

  .hero-container,
  .section-1,
  .section-3,
  .section-4 {
    padding: 80px 50px !important;
  }

  .section-2 .container {
    padding: 80px 50px 80px 50px !important;
  }

  .section-2 .text {
    max-width: 420px;
  }

  .swiper {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 0 0;
  }

  .our-story-s1 .frist-content {
    padding: 0px !important;
  }

  .our-story-s1 .second-content {
    padding: 0px 0px 30px 0px !important;
  }

  .our-story-s1 img {
    margin-bottom: 30px;
  }

  .col-lg-7,
  .interview-section .col-lg-7 {
    width: 100%;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .section-1 div:nth-child(2),
  .contact-form {
    padding-left: 0px !important;
  }

  .section-3 div:nth-child(2) {
    padding-left: 0px !important;
    margin-top: 30px;
  }

  .footer {
    padding: 30px 50px;
  }

  .footer-logo {
    max-width: 100%;
  }

  .footer img + div .nav {
    flex-direction: column;
    align-items: center;
  }

  .video-poster {
    margin-bottom: 30px;
  }

  .video-overlay button svg {
    width: 80px;
  }

  .map-section {
    padding-top: 50px;
  }

  .gallery .col-sm-4 {
    width: 100%;
  }

  .hero-container,
  .section-2 .container,
  .section-1,
  .section-3,
  .section-4 {
    padding: 60px 50px !important;
  }

  .custom-swipper-arrow {
    margin-right: 40px;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
  }
  .carousel-control-prev {
    left: 13px;
  }
  .carousel-control-next {
    right: 13px;
  }

  .bgimage {
    background-image: url(../images/mobile-hero.png);
  }
}

@media (max-width: 480px) {
  .navbar .container {
    padding: 23px 0px !important;
  }
  .logo img {
    max-width: 243px;
    height: auto;
  }
}

#vino-logo-slider .splide__slide img {
  height: 65px;
  width: auto;
  object-fit: contain;
}

#jelovnik-slider .splide__slide img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.splide__list {
  display: flex;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 0;
}
