@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "clain";
  src: url("https://venicewithfede.com/public/light/fonts/clainavaniedemoregular.woff") format('woff');
}
@font-face {
  font-family: "farm";
  src: url("https://venicewithfede.com/public/light/fonts/farmhouse_vintage.woff") format('woff');
}
@font-face {
  font-family: "meri";
  src: url("https://venicewithfede.com/public/light/fonts/Merivale-Regular.otf") format('opentype');
}

/*Color variables*/
:root {
    --header-background: #03396c;
    --header-color: #a7dadc;
    --header2-color: #005b96;
    --header-font: 'Open Sans', serif;
    --banner-font: 'Open Sans', serif;
    --banner-color: #5b67a8;
    --hover-banner-color: #E63946;
    --banner-background: #e1e0dd;
    --banner-shoutout: #FFF;
    --body-font: 'Raleway', Arial, sans-serif;
    --ruler-color: #d1c9c7;
    --body-background: #fff;
    --body-color: #6497b1;
    --footer-background: #f1f0ed;
    --footer-color: #fdcc81;
    --shadow-color: #999;
    --link-color: #fff;
    --selection-background: #fff;
    --selection-color: #666;
    --bg1: #d3d3d3;
    --bg2: #747474;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    hyphens: auto;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

.main-container-container {
    display: flex;
    justify-content: center;
}

header {
    position: sticky;
    top: 0;
    height: 60px;
    background: white;
    display: flex;
    flex-direction: row;
    width: 100vw;
    align-items: center;
    color: white;
    z-index: 1000;
    background: var(--header-background);
    box-shadow: 0 3px 4px rgba(0,0,0,0.5);
}

.nav-secondary {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    text-transform: capitalize;
    font-family: "clain";
    font-size: 40px;
    padding: 0 1rem;
    height: 100%;
    background: var(--header-background);
    /* box-shadow: 0 3px 4px rgba(0,0,0,0.5); */
}

.nav-logo {
    max-height: 60px !important;
    /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(1000%); */
    height: 57px;
    padding-top: 8px;
    font-size: 32px;
}

.nav-burg-container {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 17px;
    padding-right: 5px;
}
.nav-burg-container div {
    width: 30px;
    height: 2.5px;
    background: white;
    transition: 0.25s linear all;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.opened .nav-burg-1 {
    transform: translateY(14px) rotate(45deg);
}
.opened .nav-burg-3 {
    transform: translateY(-14px) rotate(-45deg);
}
.opened .nav-burg-2 {
    opacity: 0;
}

header a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .nav-logo {
        font-size: 25px;
        height: 50px;
    }
    .nav-burg-container {
      padding-top: 12px;
    }
}

img {
    display: block;
    max-width: 100%;
    border-radius: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
}

.col-md-12, .col-md-8, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    flex-grow: 0;
    flex-shrink: 0;
}
.col-md-12 {
    width: 100%;
}
.main-container .col-md-12, .main-container .col-12 {
    width: 100%;
    grid-column: 1 / span 2;
}
.col-md-8 {
    width: 66.66%;
}
.col-md-6 {
    width: 50%;
}
.main-container .col-md-6 {
    width: 100%;
}
.col-md-5 {
    width: 41.66%;
}
.col-md-4 {
    width: 3%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66%;
}
.col-md-1 {
    width: 8.33%;
}

@media screen and (max-width: 750px) {
    .col-md-12, .col-md-8, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
        width: 100%;
    }
    .main-container {
        display: flex;
        flex-direction: column;
    }
    .menu-item {
        min-height: unset !important;
    }
}

.menu-item {
    min-height: 550px;
}

.nav-dropdown {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--header-background);
    background: #0c4983;
    display: flex;
    flex-direction: column;
    align-content: center;
    height: calc(100vh - 60px);
    text-transform: capitalize;
    transition: 0.5s linear all;
    z-index: -1;
}
.nav-dropdown-inline {
    padding: 2rem 2rem 0 2rem;
}
.opened.nav-dropdown {
    bottom: calc(60px - 100vh);
}

.img-container-in-linea {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    position: relative;
}
.img-container-in-linea img {
    position: absolute;
    cursor: pointer;
    max-height: 540px;
    border: 1px solid var(--footer-color);
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
.right .img-container-in-linea {
    align-items: flex-end;
}
.left .img-container-in-linea {
    align-items: flex-start;
}

.img-container-in-linea img:not(.visible-img) {
    opacity: 0;
    visibility: hidden;
}

.img-swipe-container {
    position: relative;
    width: 100%;
    bottom: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.img-swipe-back, .img-swipe-forward {
    width: 4rem;
    height: 4rem;
    position: absolute;
    font-size: 4em;
    line-height: 4rem;
    text-align: center;
    color: white;
    cursor: pointer;
    text-align-last: center;
    text-shadow: 0 2px 3px rgba(0,0,0,0.4);
    user-select: none;
}
.img-swipe-back {
    left: 0;
}
.img-swipe-forward {
    right: 0;
}

.container-fluid {
    padding: 1rem;
    margin-top: 1em;
}

.row-element {
    padding-bottom: 1.5rem;
    line-height: 1.5em;
}

.row .row-element.left {
    box-sizing: border-box;
    padding-left: 1rem;
    border-left: 1px solid var(--header2-color);
}
.row .row-element.right {
    box-sizing: border-box;
    padding-right: 1rem;
    text-align: right;
    text-align-last: right;
}

.tour-info-container-out {
    display: flex;
    justify-content: center;
}
.tour-info-container-in {
    background: var(--header2-color);
    background: RGBA(0, 91, 150, 0.6);
    color: white;
    font-size: 35px;
    font-weight: 900;
    width: 75vw;
    max-width: 400px;
    margin-bottom: 7rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.7em 1.7em;
    border: 1px solid var(--footer-color);
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    border-radius: 15px;
    cursor: pointer;
}
.tour-info {
    justify-self: center;
    align-self: center;
}
.tour-info.book {
    grid-column: 1 / span 2;
    text-transform: uppercase;
}
.tour-info.keep-scrolling {
    font-size: 1.2rem;
    text-align: center;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

h1 {
    font-family: "farm";
    font-size: 47px;
    line-height: 48px;
    margin-top: 0;
    /* text-shadow: 0 2px 3px rgba(0,0,0,0.4); */
    color: var(--footer-color);
    color: #fbc26a;
    text-transform: capitalize;
    hyphens: none;
}

h2 {
    font-weight: 200;
    font-style: italic;
    font-family: "farm";
    color: RGB(141, 210, 226);
    font-weight: 900;
    font-style: normal;
    letter-spacing: 3px;
}
b, .whatsapp {
    color: #38b3c0;
    font-weight: 800;
}
p {
    font-weight: 300;
}

@media screen and (max-width: 750px) {
    .row .row-element {
        padding: 0 !important;
        border-left: none !important;
    }
    .row-element {
        text-align: justify !important;
        text-align-last: unset !important;
    }
    .img-container-in-linea {
/*         min-height: calc(340px + 3.5rem); */
        align-items: center !important;
    }
    .img-container-in-linea img {
        max-height: 340px;
    }
    .tour-info-container-in {
        margin-bottom: 4.5rem;
        font-size: 25px;
        padding: 0.1em 0.35em;
        width: unset;
        grid-template-rows: unset;
    }
    h1 {
      margin-bottom: 0;
      text-align: left;
    }
    .tour-info.price {
      justify-self: unset;
    }
}

::-webkit-scrollbar {
    width: 0.5rem;
}

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

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}

/* Browsers without `::-webkit-scrollbar-*` support */
@supports not selector(::-webkit-scrollbar) {
    {
        scrollbar-width: thin;
        scrollbar-color: #6d7c77 #cfd7c7;
        scrollbar-color: var(--header-color) rgba(0,0,0,0);
    }
}

.bg-cont {
    z-index: -10;
    position: fixed;
    width: 200vw;
    height: 50vh;
    display: flex;
    flex-direction: row;
    opacity: 0.1;
    background: #040f24;
    transform: scale(310%) translateY(-20%);
    transform-origin: top;
    filter: sepia();
    display: none;
}
.bg-cont.row2 {
    top: calc(50vh + 30px);
    left: -49.5px;
    visibility: hidden;
}
.bg-cont.row1 {
    height: calc(50vh - 30px);
    overflow: hidden;
    margin-top: 60px;
}
.rose {
    position: relative;
    width: 99px;
    height: 412.7px;
}
.column {
    width: 99.8px;
    height: 412.7px;
}

select {
    text-transform: capitalize;
}
.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  background-color: var(--header2-color);
  color: white;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.43);
}

#el_373 {
  overflow: auto;
  margin-bottom: 8em;
}
.review-gallery-container {
  min-width: 100%;
  min-height: unset;
  /* height: 25em; */
  max-height: 30em;
  display: flex;
  position: relative;
}
.review-swipe-back, .review-swipe-forward {
  width: 50%;
  height: 4rem;
  position: absolute;
  font-size: 4em;
  line-height: 4rem;
  text-align: center;
  color: var(--body-color);
  cursor: pointer;
  text-shadow: 0 2px 3px rgba(0,0,0,0.4);
user-select: none;
}
.review-swipe-back {
  left: 0;
}
.review-swipe-forward {
  right: 0;
}
.review {
  /* position: absolute; */
  display: flex;
  text-align: justify;
  flex-direction: column;
  max-width: 1000px;
  padding-bottom: 2em;

  display: none;
}
.visible-review {
  display: flex;
}
.review-date, .review-origin {
  font-size: 0.7em;
  font-style: italic;
  vertical-align: center;
  padding-top: 1em;
}
.review-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
