@font-face {
  font-family: 'RageItalic';
  src: url("../assets/fonts/RageItalic.ttf");
  font-display: swap;
}

:root {
  --mustard: #EABB37;
  --flavescent: #FFF3A4;
  --alt-color: #fff;
  --powder-blue: #61B1BB;
  --blue-saphire: #106085;
}

body {
  margin: 0;
  font-family: 'Crimson Pro', serif;
  color: #b09a51;
}

p {
  color: #606261;
}

img {
  max-width: 100%;
  max-height: 100%;
}

span, a {
  font-size: calc(1.255rem + 0.06vw);
}

@media (min-width: 1200px) {
  span, a {
    font-size: 1.3rem;
  }
}

 .full-testing {
  text-decoration: none;
  /* display: flex; */
  display: grid;
  grid-template-columns: auto max-content;
  align-items: end;
  gap: 12px;
  justify-content: center;
  /* margin: 0 100px 0 100px; */
  width: 70%;
  margin: 28px auto;
}
.full-testing .title{
  position: relative;
  /* overflow: hidden; */
  font-size: 28px;
  color: #606261;
  line-height: 22px;
  /* margin: 6px 0; */
  /* overflow: auto; */
}
.full-testing .title-text{
  font-size: 28px;
  text-transform: uppercase;
}

/* .full-testing .leaders::after{
  position: absolute;
  padding-inline-start: .25ch;
  content: " . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . ";
  text-align: right;
  margin-top: 8px;
} */
.page .visually-hidden{
  font-size: 28px;
  line-height: 22px;
  display: inline-block;
  min-width: 100px;
}

.full-testing .page {
  padding: 0 0;
  font-size: 0rem;
}
@media screen and (max-width: 1390px){
  .full-testing {
    width: 80%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 850px) {
  .full-testing {
    width: 80%;
  }
  .page .visually-hidden {
    font-size: 18px;
    min-width: 60px;
    line-height: 16px;
  }
  .full-testing .title-text{
    font-size: 18px;
    line-height: 16px;
    margin: 6px 0;
  }
}

h1, h2, h3, h4 {
  font-family: 'Crimson Pro', serif;
}

.main-nav {
  padding: 21px 20px 0px 20px;
  position: fixed;
  z-index: 1000;
  /* top: 30px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width:100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: 0 5%; */
  background: #b09a51d9;
  opacity: 1;
  height: 130px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
  font-size: 1.3rem;
  font-weight: 500;
  top: 0;
}
.main-nav hr{
    position: absolute;
    top: 10px;
    color: red;
    width: 100%;
    height: 2px;
    background: white;
    /* left: 5%; */
    margin-left: -1%;
    opacity: 1;
}

.main-nav div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-nav span {
  display: block;
  margin: 0 7px;
  cursor: pointer;
  color: #FFFFFF;
}

.main-nav span.active {
  color: var(--blue-saphire);
}

.main-nav .logo-wrap img {
  max-height: 180px;
}

.language-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* edir start */
.language-wrap a{
  display: block;
  margin: 0 7px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
}

.language-wrap .activeLocale{
  pointer-events: none;
}
/* edit end */
.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.link-wrap a {
  text-decoration: none;
  margin: 0 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.link-wrap .book-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 4px 20px 6px;
  background-color: var(--blue-saphire);
}


@media screen and (max-width: 1098px) {
  .link-wrap a {
    margin: 0 5px;
  }
  .celebrating-class{
    width: 120px;
  }
  
}



@media screen and (max-width: 945px) {
  .celebrating-class{
    width: 120px;
  }
  .home-gallery-full-content h3 {
    position: absolute;
    font-size: 60px;
    top: 20%;
    left: 26%;
    color: #FFFFFF;
}
}


.link-wrap .router-link-active {
  color: var(--blue-saphire);
}

.mobile-nav {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  height: 50px;
  z-index: 1000;
  width: 100%;
}

.mobile-nav span {
  font-size: 1.3rem;
  font-weight: 500;
}

.mobile-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.mobile-nav-header .mobile-nav-header-title{
  width: calc(100% - 125px * 2 - 8px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.mobile-nav-header .book-button-mobile{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.mobile-nav-header .book-button-mobile a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 4px 5px 6px;
  background-color: var(--blue-saphire);
  text-decoration: none;
  color: #fff;
}

.mobile-nav-content {
  background: rgba(255, 255, 255, 0.85);
  border-top: 1px solid rgba(56, 56, 56, 0.171);
  padding: 10px 0 10px 20px;
  overflow: hidden;
  opacity: 1;
}

.mobile-nav-content a {
  display: block;
  text-decoration: none;
  margin: 7px 0;
  color: var(--mustard);
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-nav-content .router-link-active {
  color: var(--blue-saphire);
}

/* edit start */
.activeLocale{
  color: var(--blue-saphire) !important;
  pointer-events: none !important;
}

.inactiveLocale{
  color: var(--mustard) !important;
  pointer-events: auto;
}
/* edit end */

.mobile-nav-content-locale{
  display: inline !important;
}

.drawer-open-enter-active, .drawer-open-leave-active {
  -webkit-transition: .1s ease-out opacity;
  transition: .1s ease-out opacity;
}

.drawer-open-enter, .drawer-open-leave-to {
  opacity: 0;
}

.burger {
  position: absolute;
  left: 0;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger.active .line-1 {
  -webkit-transform: rotate(45deg) translate(7.5px, 7.5px);
          transform: rotate(45deg) translate(7.5px, 7.5px);
}

.burger.active .line-2 {
  opacity: 0;
}

.burger.active .line-3 {
  -webkit-transform: rotate(-45deg) translate(7.5px, -7.5px);
          transform: rotate(-45deg) translate(7.5px, -7.5px);
}

.burger-line {
  width: 80%;
  height: 2px;
  background: var(--blue-saphire);
  -webkit-transition: opacity ease .1s, -webkit-transform ease .1s;
  transition: opacity ease .1s, -webkit-transform ease .1s;
  transition: transform ease .1s, opacity ease .1s;
  transition: transform ease .1s, opacity ease .1s, -webkit-transform ease .1s;
}

/* edit start */
.phone-call-button {
  position: absolute;
  right: 0;
  margin: 5px;
  width: 26px;
  height: 26px;
  background-image: url('/phone-call-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.phone-call-button a{
  display: block;
  height: 100%;
  width: 100%;
}
/* edit end */

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 5%;
  /* height: 70px; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b09a51;
  color: var(--alt-color);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer span, footer a {
  font-size: 1.4rem;
}

footer a {
  text-decoration: none;
  color: var(--powder-blue);
}

.page {
  padding: 0 5%;
  font-size: 0rem;
}

.header-content,
.celebrating-header-content,
.about-header-content {
  width: 80%;
  font-size: 58px;
  margin:0 auto;
  /* inline-size: 475px; */
  font-weight: bold;
  text-align: center;
  color: white;
  user-select: none;
  z-index: 1;
}

.upper, .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0;
  color: #000;
}

.upper span, .lower span {
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .upper span, .lower span {
    font-size: 4.5rem;
  }
}

.line-up {
  width: 54%;
  text-align: right;
  border-top: 2px solid var(--flavescent);
  white-space: nowrap;
  font-family: 'Crimson Pro', serif;
}

@media screen and (max-width: 870px) {
  .line-up {
    width: 100%;
    text-align: center;
  }
}

.empty-space {
  width: 38%;
}

@media screen and (max-width: 870px) {
  .empty-space {
    display: none;
  }
}

.line-down {
  width: 62%;
  border-bottom: 2px solid var(--blue-saphire);
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-family: 'RageItalic', serif;
  letter-spacing: 3px;
}

@media screen and (max-width: 870px) {
  .line-down {
    width: 100%;
    text-align: center;
  }
}

.home h1 {
  font-family: 'Crimson Pro', serif;
  color: #b09a51;
  text-align: center;
  font-size:45px;
  text-transform: uppercase;
  padding: 0px 160px 0px 160px;
}

.home-content {
  /* max-width: 1000px; */
  padding: 0 5%;
  margin: 0 auto;
  font-size: calc(1.255rem + 0.06vw);
  margin-bottom: 50px;
  display: flex;
  /* width: 800px; */
}
.home-content-text-text1, .home-content-text-text2{
  text-align: justify;
  inline-size: 90%;
}
.home-content-text-text1 p, .home-content-text-text2 p{
  margin: 10px 0px 10px 0px;
}
.home-content-text{
  inline-size: 400px;
  font-size: 28px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.home-content .home-img:hover{
  opacity: 0.7;
  cursor: pointer;
}

.home-content .home-img-hr:hover:after{
  content:"NAŠA PRIČA";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-content .home-img-en:hover:after{
  content:"Our story";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-gallery-full-content{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home-gallery-full-content:hover{
  opacity: 0.8;
  cursor: pointer;
}

.home-gallery-full-content-hr:hover:after{
  content:"POGLEDAJTE NAŠ MENI";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-gallery-full-content-en:hover:after{
  content:"VIEW OUR MENU";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  /* opacity: .5; */
}





.home-content .home-img p{
    position: absolute;
    top: 16%;
    font-size: 80px;
    right: 30%;
    color: #FFFFFF;
}
@media screen and (max-width: 1355px) {
  .home-content .home-img p{
    top: 7%;
    font-size: 72px;
    right: 25%;
  }
}
.showHideOurStoryClass{
  
    display: block;
}

.home-content-text-hr hr{
  width: 100px;
  float: left;
  border: 2px solid #b09a51;
}

@media (min-width: 1200px) {
  .home-content {
    font-size: 1.3rem;
  }
}

.router-button {
  display: block;
  height: 36px;
  width: 144px;
  border: solid 2px var(--blue-saphire);
  border-color: var(--blue-saphire);
  color: var(--blue-saphire);
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  font-size: 1.1rem;
  -webkit-transition: .5s ease color, .5s ease border-color;
  transition: .5s ease color, .5s ease border-color;
}

.router-button:hover {
  border-color: var(--mustard);
  color: var(--mustard);
}

.map-wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.home-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 0;
  text-align: center;
}

.home-content-item a{
  background: #FFFFFF;
    color: #b09a51;
    text-decoration: none;
}

.home-content-item span {
  display: block;
  margin: 3px 0;
}

.home-content-item strong {
  font-weight: 500;
  font-size: calc(1.255rem + 0.06vw);
}

@media (min-width: 1200px) {
  .home-content-item strong {
    font-size: 1.3rem;
  }
}

.home-content-item.info {
  background: #FFFFFF;
  color: #b09a51;
  width: 62.5%;
}

.home-content-item.info div {
  margin: 10px 0;
}

.home-content-item.info h2 {
  font-size: 27.2px;
  margin: 22.57px 0;
}

.home-content-item.hours {
  background:#b09a51;
  color: #FFFFFF;
  width: 37.5%;
  text-align: center;
}

.home-content-item.hours span {
  margin: 5px 0;
}

.home-content-item.hours h2 {
  margin: 30px 0;
  color: #FFFFFF;
  font-size: 24px;
}

.footer-image-wrap {
  margin-top: 35px;
}
.footer-image-wrap a{
  background: transparent;
}

.footer-image-wrap img{
  width: 40px;
}

.footer-nav-wrap{
  margin: 35px 0;
  background-color: #b09a51;
  display: flex;
  flex-direction: column;
}

.footer-nav-wrap a{
  background-color: #b09a51;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  font-size: calc(1.255rem + 0.06vw);
  margin-bottom: 12px;
}

.footer-nav-wrap span{
  cursor: pointer;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

.footer-nav-wrap span strong{
  font-weight: 700 !important;
}

.address, .number, .email {
  margin-bottom: 35px;
}
.info-wrap .address h2{
  color: #b09a51;
}
.info-wrap .address span{
  color: #b09a51;
}
/* .info-wrap .number span{
  color: #b09a51;
} */
.info-wrap .number a{
  color: #b09a51;
  text-decoration: none;
}
.info-wrap .email span a{
  color: #b09a51;
  text-decoration: none;
}


.home-footer {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.home-footer-image-wrap {
  width: 37.5%;
  position: relative;
}

.wine {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}




.home-footer-content {
  width: 62.5%;
}
.home-footer-top{
  height: 300px;
  width: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-footer-top-map-wrap{
  width: 62.5%;
}

.home-footer-map{
  height: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-footer-top-nav{
  height: 100%;
  width: 37.5%;
  background-color: #b09a51;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 300;
  font-size: calc(1.255rem + 0.06vw);
  gap: 12px;
}

.home-footer-top-nav a{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  font-size: calc(1.255rem + 0.06vw);
  gap: 12px;
}

.home-footer-top-nav span{
  cursor: pointer;
}

.home-footer-info {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #555;
}

.home-footer-wine-mobile {
  height: 350px;
  width: 100%;
}

.home-footer-wine-mobile img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-content-item.info-mobile {
  background: #FFFFFF;
  color:#b09a51 ;
  height: calc(350px * 1.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-content-item.info-mobile div {
  margin: 10px 0;
}

.home-content-item.hours-mobile {
  /* height: 300px; */
  background: #b09a51;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-content-item.hours-mobile span {
  margin: 5px 0;
}

.home-content-item.hours-mobile h2 {
  margin: 30px 0;
}

.ta-logo {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 30%;
}

.ta-logo-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ta-logo-mobile a {
  display: block;
}

.home-gallery-wrap {
  max-width: 1700px;
  margin: 80px auto;
  text-align: center;
  text-transform: uppercase;

}
.home-gallery-wrap a{
  display: none;
}
.home-gallery-wrap hr{
  width: 100px;
  border: 2px solid #b09a51;

}
.home-gallery-wrap h2{
  font-size: 45px;
  margin-bottom: 15px;
}

.home-gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.home-gallery-image {
  min-width: 120px;
  /* width: 30%; */
  margin: 10px;
  overflow: hidden;
}

.home-gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 400px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.home-gallery-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-gallery-full-content{
  position: relative;
}
.home-gallery-full-content h3{
  position: absolute;
  font-size: 80px;
  top: 20%;
  left: 34%;
  color: #FFFFFF;
}
#abt{
  position: relative;
}





.home-gallery-content-first-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px;
}
.home-gallery-content-second-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px;
}
.home-gallery-image-second img{
    width: 290px;
    height: 250px;
    padding:10px;
    /* margin-right: 10px; */

}

.about-gallery-full-images{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.about-gallery-one-image{
  margin: 15px;
}
.about-gallery-one-image img{
  width: 380px;
  height: 350px;
}

.about-gallery-image img:hover {
  
}
.about-gallery-full-content:hover{
  /* opacity: 0.5; */
}
.about-gallery-content-first-row{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.about-gallery-content-second-row{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}
.about-gallery-image{
  width: auto;
  height: 300px;
  margin: 0px 10px 10px 10px;
}
.about-gallery-image-second{
  margin-right: 10px;
  width: 326px;
}
.about-gallery-image-second img{
  width: auto;
  height: 250px;
}


.home-gallery-content{
  margin: 10px;
}
.home-gallery-content img{
  width: 380px;
  height: 350px;
}
.home-content .home-img{
  position: relative;
  width: 50%;
  
}
@media screen and (max-width: 1250px) {
  .home-gallery-content-first-row{
    display: flex;
  justify-content: center;
  flex-wrap: wrap;
  }
 .home-content .home-img {
    width: 100%;
}
.home-img-en{
  width: 100%;
}
  .home-content{
    flex-direction: column;
    align-items: center;
  }
  .home-content .home-img p {
    top: 24%;
    font-size: 72px;
    right: 38%;
}
.home-content-text{
  width: 95%;
}
.home-content-text-hr{
  margin: 0 auto;
}
.home-content-text-text1, .home-content-text-text2{
  text-align: center;
  inline-size: 100%;
}
.home-gallery-full-content h3{
    position: absolute;
    top: 16%;
    left: 30%;
  }
}
@media screen and (max-width: 1050px) {
  .home-content .home-img p {
    top: 24%;
    font-size: 72px;
    right: 30%;
}
}
@media screen and (max-width: 760px){
  .header-content,
  .celebrating-header-content,
  .about-header-content{
    font-size: 30px;
  }
}

.menu-header {
  min-height: 70vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#80766359), to(#ffffff29)), url("../assets/images/PASTA.webp") right center/cover;
  background: linear-gradient(to bottom, #80766359, #ffffff29), url("../assets/images/PASTA.webp") right center/cover;
  background-position-x: 85%;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-header-supp {
  min-height: 70vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#80766359), to(#ffffff29)), url("../assets/images/PASTA.jpg") right center/cover;
  background: linear-gradient(to bottom, #80766359, #ffffff29), url("../assets/images/PASTA.jpg") right center/cover;
  background-position-x: 85%;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-center-text{
  width: 100%;
    font-size: 58px;
    margin: 0 auto;
    inline-size: 530px;
    font-weight: bold;
    text-align: center;
    color: white;
    user-select: none;
}

.menu-wrap {
  margin: 0 auto;
  position: relative;
}

/* edit start */
.menu-main-title{
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
.menu-main-title h1{
  color: #b09a51;
  text-transform: uppercase;
}
/* edit end */

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: calc(1.295rem + 0.54vw);
  box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: stretch;
  margin: 10px auto;
  /* justify-content:center; */
}
.meni-point::after{
  position: absolute;
    padding-inline-start: 0.25ch;
    content: " . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . ";
    text-align: right;
}
@media (min-width: 1200px) {
  .menu-item {
    font-size: 1.7rem;
  }
}
@media (max-width: 680px) {
.menu-main-title h1{
  font-size: 28px;
}
}




.menu-section {
  margin-bottom: 70px;
}

.menu-section h2 {
  text-align: center;
  display: block;
  max-width: 800px;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(1rem + 1.5vw);
}

@media (min-width: 1200px) {
  .menu-section h2 {
    font-size: 2.5rem;
  }
}

.menu-section img {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
     background-size: cover;
}

.dish-name {
  color: #606261;
  font-family: 'Crimson Pro', serif;
  /* white-space:nowrap; */
  position: relative;
    overflow: hidden;
}

.header-text-upper{
  text-transform: uppercase;
  margin-top: 108px;
  user-select: none;
}

.dish-price {
  color: var(--mustard);
  font-family: 'Baskervville', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 5px;
  margin-bottom: -4px;
  font-weight: 500;
}

.about-wrap {
  max-width: 100%;
}

.about-wrap h1, .about-wrap h2, .about-wrap h3 {
  color: #b09a51;
  font-weight: 600;
  margin-top: 0;
  font-size: calc(1.295rem + 0.54vw);
  font-family: 'Crimson Pro', serif;
}

.another-20-years{
  display: flex;
  flex-direction: column;
}
.another-20-years-content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
.another-20-years-title{
  /* margin: 0 auto; */
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  
  margin: 0 auto 19px;
}
.another-20-years-title h1{
  color: #b09a51;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  /* margin-bottom: 10px; */
}
.another-20-years-content-text{
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-top: 15px;
}
.another-20-years-content-text hr{
  width: 100px;
  border: 2px solid #b09a51;
  margin: inherit;
}
.another-20-years-text1 p{
  text-align: justify;
  padding-right: 113px;
  font-size: 30px;
  margin: 30px auto;
}
.another-20-years-content-image{
  max-width: 491px;
  max-height: 615px;
  width: 49%;
}

.another-20-years-text2 p{
  color: #b09a51;
  font-size: 29px;
  font-weight: bold;
  margin-right: 5px;
  padding-right: 113px;
}
.celebrating-no-wrap {
  font-size: 29px;
  white-space: nowrap;
}

.celebration-menu-image{
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .about-wrap h1, .about-wrap h2, .about-wrap h3 {
    font-size: 1.7rem;
  }
  /* .another-20-years-title h1{
    font-size: 45px;
  } */
}

@media screen and (max-width: 1500px) {
  .another-20-years-text1 p{
    font-size:28px;
  }
}
@media screen and (max-width: 1300px) {
  .another-20-years-text1 p{
    font-size:26px;
  }
}

@media screen and (max-width: 1200px) {
  .another-20-years-text1 p{
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .another-20-years-text1 p{
    font-size:23px;
    width: 80%;
    text-align: center;
  }
}
@media screen and (min-width: 680px) {
  .another-20-years-title h1{
    font-size: 45px;
  }
}

/* Header cover start */

.celebrating-header,
.home-header,
.about-header{
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.celebrating-header-bg1,
.celebrating-header-bg2,
.home-header-bg1,
.home-header-bg2,
.about-header-bg1,
.about-header-bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; 
}

.celebrating-header-bg1,
.celebrating-header-bg2{
  background-position: top;
}

.home-header-bg1,
.home-header-bg2,
.about-header-bg1,
.about-header-bg2{
  background-position: center;
}

.celebrating-header-bg1,
.home-header-bg1,
.about-header-bg1 {
  animation-name: opacityAnimation;
  animation-duration: 16s;
  animation-iteration-count: infinite;
   z-index: 1;
  opacity: 1;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.celebrating-header-bg2,
.home-header-bg2,
.about-header-bg2 {
  animation-name: opacityAnimation2;
  animation-duration: 16s;
  animation-iteration-count: infinite;
   z-index: 0;
  opacity: 0;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes opacityAnimation {
  0% {
   opacity: 1;
   z-index: 1;
  }
  10% {
  opacity: 1;
  }
  20% {
   opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
   opacity: 1;
  }
  50% {
   opacity: 1;
  }
  60% {
    opacity: 1;
    z-index: 1;
  }
  70% {
   opacity: 0;
  }
  80% {
   opacity: 1;
    z-index: 0;
  }
  90% {
   opacity: 1;
  }
  100% {
   opacity: 1;
  }
}

@keyframes opacityAnimation2 {
  0% {
   opacity: 0;
   z-index: 0;
  }
  10% {
  opacity: 1;
  }
  20% {
   opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
   opacity: 0;
  }
  60% {
    opacity: 1;
    z-index: 0;
  }
  70% {
   opacity: 1;
  }
  80% {
   opacity: 1;
    z-index: 1;
  }
  90% {
   opacity: 0;
  }
  100% {
   opacity: 0;
  }
}

/*  Header cover end */

.about-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-text hr{
  width: 100px;
  border: 2px solid #b09a51;
  float: left;
  margin: 0 0 0 2%;
}

.about-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
}
.full-content-under-line{
   display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px;
}
.about-text-first, .about-text-second{
  display: flex;
  flex-direction: column;
  margin: 0px 20px 20px 20px;
  width: 40%;
  } 
  .about-text-first p, .about-text-second p{
  font-size:30px;
  text-align: justify;
  margin-bottom:10px;
  } 
   .about-text-first h2{
  font-size:38px;
  margin-top:30px;
  }
  .about-text-third{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 5px 5px 5px;
  }

.about-wrap h1{
  font-family: 'Crimson Pro', serif;
    color: #b09a51;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    /* padding: 0px 160px 0px 160px; */
    font-weight: bold;
    padding: 0px 40px 100px 40px;
}



.signature {
  max-width: 250px;
  margin-bottom: 0;
}

.about-image {
  max-width: 500px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.about-lower {
  text-align: center;
  margin-top: 50px;
  padding: 0 5%;
  margin-bottom: 20px;
}
.about-lower hr{
  width: 100px;
  border: 2px solid #b09a51;
  float: unset;
  margin: 0 auto;
}

.about-lower h3 {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 45px;
}

.about-lower img {
  max-width: 1000px;
  /* width: 100%; */
}

.island-header {
  height: 70vh;
  margin-bottom: 30px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#80766359), to(#ffffff29)), url("../assets/images/food/newFixedImage/hvar-header.png") center center/cover;
  background: linear-gradient(to bottom, #80766359, #ffffff29), url("../assets/images/food/newFixedImage/hvar-header.png") center center/cover; */
  background-size: cover;
  background-repeat: no-repeat;
    background-position: center;
    /* background-image: url("../assets/images/hvar-background.jpg"); */
}

.island-content {
  text-align: center;
  font-size: calc(1.275rem + 0.3vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.island-content p{
  font-size: 30px;
  width: 70%;
  text-align: justify;
}

@media (min-width: 1200px) {
  .island-content {
    font-size: 1.5rem;
  }
}

.island-content .island-content-description {
  /* font-size: calc(1.3rem + 0.6vw);
  color: #b09a51;
  font-family: 'Baskervville', serif;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 1000; */
  font-size: 45px;
  color: #b09a51;
  font-family: 'Crimson Pro', serif;
  max-width: 1300px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 40px;
}

.island-content small {
  display: block;
  font-size: 1rem;
}

.island-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.island-images img {
  width: 50%;
  height: 100%;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 300px;
}

@media screen and (max-width: 1500px) {
  .island-content p{
    font-size:28px;
  }
}
@media screen and (max-width: 1300px) {
  .island-content p{
    font-size:26px;
  }
}
@media screen and (max-width: 1100px) {
  .island-content p{
    font-size:23px;
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .island-content .island-content-description{
    font-size: 28px;
  }
}

.contact-header {
  /* min-height: 70vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#80766359), to(#ffffff29)), url("../assets/images/food/newFixedImage/contact-slider-header.png") center center/cover;
  background: linear-gradient(to bottom, #80766359, #ffffff29), url("../assets/images/food/newFixedImage/contact-slider-header.png") center center/cover; */
  background-repeat: no-repeat;
  /* background-image: url("../assets/images/food/newFixedImage/contact-slider-header.jpg"); */
  height: 70vh;
  background-position: center;
  background-size: cover;
}

/* edit start */
.contact-main-title{
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
.contact-main-title h1{
  color: #b09a51;
  text-transform: uppercase;
}
/* edit end */

.map-contact {
  margin: 50px auto;
  width: 100%;
  max-width: 1200px;
}

.info-wrap {
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
  margin: 0 auto;
  font-size: calc(1.255rem + 0.06vw);
}

@media (min-width: 1200px) {
  .info-wrap {
    font-size: 1.3rem;
  }
}

.info-wrap span {
  display: block;
  color: var(--powder-blue);
  margin: 3px 0;
}

.info-wrap p {
  color: var(--blue-saphire);
}

.info-wrap h2 {
  font-size: calc(1.295rem + 0.54vw);
  color: var(--blue-saphire);
  font-family: 'Baskervville', serif;
}
.info-wrap .hours{
    background: #b09a51;
    color: #FFFFFF;
    padding-top: 13px !important;
}
.info-wrap .hours h2{
    color: #FFFFFF;
}
.info-wrap .hours span{
    color: #FFFFFF;
}
.info-wrap .hours p{
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 1200px) {
  .info-wrap h2 {
    font-size: 1.7rem;
  }
}

.socials {
  margin-bottom: 70px;
  background-color: #b09a51;
  padding-top: 35px;
  padding-bottom: 35px;
}

.socials a img{
  width: 36px;
  height: 36px;
}

.contact-nav-wrap{
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.contact-nav-wrap span{
  cursor: pointer;
  color: #FFFFFF;
}

.not-found {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .home-gallery-wrap h2 {
    font-size: 25px;
}
  .menu-header{
    background-position-x:70%;
  }
  .home h1{
    font-size: 25px;
    padding: 0px 0px 0px 0px;
    margin: 10px;
  }
  .home-content-text p{
    font-size: 23px;
    inline-size: auto;
  }
  .home-img p{
    top: 50px;
  
  }

  
}
/*# sourceMappingURL=main.css.map */



@media screen and (max-width: 1070px) {
  
  .about-header {
    /* background-position: center; */
}
}
@media screen and (max-width: 1000px) {
  
  .about-lower h3{
    font-size: 28px;
  }
  .about-wrap h1{
    font-size: 45px;  
  }
  .dish-name{
    white-space: unset;
  }
}
menu-page{
  position: relative;

}



@media screen and (max-width: 1200px) {
  .another-20-years-content{
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
  .another-20-years-content-text{
    width: 80%;
  }
   .another-20-years-content-text hr{
    margin: 0 auto;
  }
  .another-20-years-text2 p{
    text-align: center;
  }
}


@media screen and (max-width: 1500px) {
  .about-text-first p, .about-text-second p{
  font-size:28px;
    } 
  .about-gallery-content-first-row {
    margin-bottom: 10px;
    justify-content: center;
    }
  .about-text-first h2{
    font-size:36px;
    } 
}
@media screen and (max-width: 1300px) {
  .about-text-first p, .about-text-second p{
  font-size:26px;
  } 
   .about-text-first h2{
  font-size:34px;
  } 
}
@media screen and (max-width: 1100px) {
  .about-text-first p, .about-text-second p{
  font-size:23px;
  text-align: center;
  } 
  .about-text-first h2{
  font-size:32px;
  } 
}
@media screen and (max-width: 900px) {
  .about-wrap h1{
    padding: 0px 40px 0px 40px;
  }
  .full-content-under-line{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.about-text hr {
    width: 100px;
    border: 2px solid #b09a51;
    float: unset;
    margin: 0 auto;
}
.about-text-first, .about-text-second{
  width: 90%;
  text-align: center;
  align-items: center;
}
.another-20-years-text1 p, .another-20-years-text2 p{
  text-align: center;
  padding-right: 0px;
}
}
@media screen and (max-width: 680px) {
  .island-images img {
    min-width: 100%;
  }
  .about-wrap h1{
    font-size: 28px;
    
}

}
@media screen and (max-width: 500px) {
  .home-header {
  height: 30vh;
  background-size: cover;
}
.about-header{
  height: 30vh;
  background-size: cover;
  background-position: right;
}
.about-gallery-one-image img{
  height: unset;
}
.menu-center-text{
  font-size: 30px;
}
.celebrating-header{
    height: 30vh;
  background-size: cover;
  margin-top: 48px;
}
.another-20-years-content-text hr{
  margin: 0 auto;
}
.island-header{
  height: 30vh;

}
.island-content .island-content-description{
  margin: 10px 20px 10px 20px;
}
.island-content p{
  margin: 10px 20px 10px 20px;
}
.about-lower{
  padding: unset;
}
.another-20-years-content-image{
    width: 75%;
}
.contact-header{
  height:30vh ;
}
.menu-header{
  min-height: 30vh;
    margin-bottom: 50px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
}


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

  
}

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

  .contact-header{
  min-height: 30vh;
  background-size: cover;
  margin-top: 0px;
}
.menu-header{
  min-height: 30vh;
  background-size: cover;
  margin-top: 0px;
}
.island-header {
    min-height: 26vh;
}
}
@media screen and (max-width: 700px) {
  .home-content .home-img p {
    top: 15%;
    font-size: 50px;
    right: 30%;
}
.about-gallery-content-second-row{
  flex-direction: column;
  align-items: center;
}
.celebrating-header{
  margin-top: 0px;
}
}

/* gallery start */

.gallery-wrap{
  position: relative;
}

.gallery-wrap h1{
  color: #b09a51;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  user-select: none;
  padding: 0 5%;
}
.gallery-content-wrap {
  margin-bottom: 30px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  /* max-width: 1500px; */
  margin: 0 auto;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-content-item{
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}

.gallery-content-item img{
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-content-item:hover img{
  transform: scale(1.2);
}			

.gallery-content-item:not(:hover) img {
  transform: scale(1);
}

.gallery-fs-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.gallery-fs-image{
  height: 70%;
  margin: auto;
  width: 100%;
  max-width: 80vw;
  max-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-fs-image-item{
  max-height: 70vh;
  width: 100%;
}

.close-fs{
		position: absolute;
		top: 60px;
		right: 20px;
		padding: 20px;
		cursor: pointer;
		font-size: 22px;
    color: rgb(255, 255, 255);
    background-color: #0000007c;
    user-select: none;
}

.close-fs img,
.left-fs img,
.right-fs img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7447%) hue-rotate(222deg) brightness(114%) contrast(97%);
}

.left-fs,
.right-fs{
		position: absolute;
		top: 50%;
		padding: 20px;
		cursor: pointer;
		font-size: 22px;
    color: rgb(255, 255, 255);
    background-color: #0000007c;
    user-select: none;
}

.left-fs{
		left: 20px;
}

.right-fs{
		right: 20px;
}

/* @media screen and (max-width: 680px) {
  .island-images img {
    min-width: 100%;
  }
  .about-wrap h1{
    font-size: 28px;
    
}

} */

@media (min-width: 700px) {
  .close-fs{
		background-color: unset;
		top: 150px;
  }

  .left-fs,
  .right-fs{
      background-color: unset;
  }

  .close-fs:hover,
  .left-fs:hover,
  .right-fs:hover{
      background-color: #0000007c;
  }

  .gallery-content-item{
  width: 49%;
}
}
/* @media (min-width: 1200px) {
  .gallery-wrap h1{
    font-size: 45px;
  }
} */
@media screen and (min-width: 680px) {
  .gallery-wrap h1{
    font-size: 45px;
  }
}

/* gallery end */

/* blog start */

.blog-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  /* max-width: 1500px; */
  margin: 0 auto 30px;
  padding: 0 5%;
  /* width: 100%; */
}

#blog-card {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	color: #fff;
  cursor: pointer;
  text-decoration: none;
  max-width: min(550px, 100%);
}

#blog-card .blog-card-thumb-wrapper {
	height: 100%;
	width: 100%;
  overflow: hidden;
  position: relative;
}

#blog-card .blog-card-thumb-wrapper .blog-card-thumb {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  transition: transform 0.5s ease;
}

#blog-card:hover .blog-card-thumb-wrapper .blog-card-thumb {
  transform: scale(1.1);
}

#blog-card .blog-card-thumb-wrapper .blog-card-thumb-overlay {
  transition: opacity 0.5s ease, background-color 0.5s ease;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: transparent;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

#blog-card .blog-card-content {
	position: absolute;
	left: 0;
	bottom: 0;
  right: 0;
	background-color: #b09a51d9;
	padding: 1rem;
}

#blog-card .blog-card-content .blog-card-title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

#blog-card .blog-card-text {
	display: none;
}

#blog-card .blog-card-content-bottom-wrapper {
	font-size: 20px;
}

#blog-card .blog-card-content-bottom-wrapper .blog-card-read-more-wrapper {
	display: none;
}

#blog-card .blog-card-content-bottom-wrapper .blog-card-date {
	display: flex;
	justify-content: end;
}

@media screen and (width >= 900px) {
  #blog-card {
    width: calc(50% - 30px - 1px);
    /* max-width: min(550px, 100%); */
  }
}

@media screen and (width >= 1160px) {
  .blog-list-wrapper {
    flex-direction: column;
  }

	#blog-card {
		aspect-ratio: unset;
		color: #606261;
		max-width: unset;
    width: unset;
		display: flex;
		gap: 50px;
	}

	#blog-card.reversed {
		flex-direction: row-reverse;
	}

	#blog-card .blog-card-thumb-wrapper {
		height: 550px;
		width: 550px;
	}

	#blog-card .blog-card-thumb-wrapper .blog-card-thumb {
		height: 100%;
		width: 100%;
	}

  #blog-card:hover .blog-card-thumb-wrapper .blog-card-thumb {
    transform: unset;
  }

  #blog-card .blog-card-thumb-wrapper:hover .blog-card-thumb {
    transform: scale(1.1);
  }

  #blog-card .blog-card-thumb-wrapper:hover .blog-card-thumb-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
  }

	#blog-card .blog-card-content {
		position: relative;
		flex: 1;
		background-color: transparent;
		padding: 1rem;
		width: unset;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#blog-card .blog-card-content .blog-card-title {
		color: #9a8749;
		font-size: 40px;
		margin-bottom: 24px;
	}

	#blog-card .blog-card-text {
		display: block;
		font-size: 30px;
		margin-bottom: 34px;
	}

	#blog-card .blog-card-content-bottom-wrapper {
		font-size: 35px;
		display: flex;
		justify-content: space-between;
		color: #9a8749;
	}

	#blog-card .blog-card-content-bottom-wrapper .blog-card-read-more-wrapper {
		display: block;
		font-weight: 500;
    text-transform: uppercase;
	}

	#blog-card .blog-card-content-bottom-wrapper .blog-card-read-more-wrapper:hover {
		opacity: 0.8;
	}

	#blog-card .blog-card-content-bottom-wrapper .blog-card-date {
		display: block;
	}
}

#blog-post{
  padding: 0 5%;
}

#blog-post .table-of-content-wrapper {
	margin: 0 auto 1rem;
	width: fit-content;
}

.blog-post-content-wrapper{
  max-width: 1380px;
  margin: 0 auto;
}

#blog-post .table-of-content-wrapper .table-of-content-title,
#blog-post
	.blog-post-content-wrapper
	.blog-post-content-section-wrapper
	.blog-post-content-section-subheading {
	font-size: 26px;
	color: #9a8749;
	font-weight: 500;
	margin-bottom: 8px;
	text-align: center;
  scroll-margin-top: 60px;
}

#blog-post .table-of-content-wrapper .table-of-content-item {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #9a8749;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
}

#blog-post .blog-post-content-wrapper .blog-post-content-section-wrapper,
#blog-post
	.blog-post-content-wrapper
	.blog-post-content-section-wrapper
	.blog-post-content-section-subheading {
	margin-bottom: 24px;
}

#blog-post
	.blog-post-content-wrapper
	.blog-post-content-section-wrapper
	.blog-post-content-section-text {
	font-size: 23px;
	margin-bottom: 24px;
	color: #606261;
}

#blog-post
	.blog-post-content-wrapper
	.blog-post-content-section-wrapper
	.blog-post-content-section-text a{
  font-size: 23px;
	color: #606261;
}

#blog-post
	.blog-post-content-wrapper
	.blog-post-content-section-wrapper
	.blog-post-content-section-image {
	display: flex;
	gap: 1rem;
	max-width: 100%;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}

#blog-post
	.blog-post-content-wrapper
	.blog-post-content-section-wrapper
	.blog-post-content-section-image img {
    max-width: min(550px, 100%);
}

.empty-line {
	height: 23px;
}

@media screen and (width >= 820px) {
	#blog-post .table-of-content-wrapper .table-of-content-title,
	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-subheading {
		font-size: 30px;
		margin-bottom: 16px;
    scroll-margin-top: 140px;
	}

	#blog-post .table-of-content-wrapper .table-of-content-item {
		font-size: 24px;
	}

	#blog-post .table-of-content-wrapper .table-of-content-item:hover {
		opacity: 0.8;
	}

	#blog-post .blog-post-content-wrapper .blog-post-content-section-wrapper,
	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-subheading,
	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-image
		text {
		margin-bottom: 34px;
	}

  #blog-post
    .blog-post-content-wrapper
    .blog-post-content-section-wrapper
    .blog-post-content-section-text a{
    font-size: 28px;
  }

	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-text {
		font-size: 28px;
	}

	.empty-line {
		height: 28px;
	}
}

@media screen and (width >= 1200px) {
	#blog-post .table-of-content-wrapper {
		margin: 0 auto 60px;
	}

	#blog-post .table-of-content-wrapper .table-of-content-title,
	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-subheading {
		font-size: 40px;
		margin-bottom: 18px;
	}

	#blog-post .table-of-content-wrapper .table-of-content-item {
		font-size: 32px;
	}

	#blog-post .blog-post-content-wrapper .blog-post-content-section-wrapper,
	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-subheading,
	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-image
		text {
		margin-bottom: 44px;
	}

	#blog-post
		.blog-post-content-wrapper
		.blog-post-content-section-wrapper
		.blog-post-content-section-text {
		font-size: 30px;
	}

  #blog-post
    .blog-post-content-wrapper
    .blog-post-content-section-wrapper
    .blog-post-content-section-text a{
		font-size: 30px;
  }

	.empty-line {
		height: 30px;
	}
}

/* blog end */

















/*