:root {
  --black-2: #333;
  --teal: #006c71;
  --light-sea-green: #45babd;
  --dim-grey: #70706f;
  --sienna: #ca4e21;
  --black: black;
  --white: white;
}

body {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 27px;
}

h1 {
  color: var(--teal);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

h2 {
  color: var(--teal);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

h3 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}

h6 {
  color: var(--teal);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}

p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
}

a {
  color: var(--teal);
  white-space: normal;
  font-size: 19px;
  line-height: 25px;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--light-sea-green);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 25px;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.card._1 {
  box-shadow: none;
  margin: 0;
  padding: 10px;
  transition-property: none;
}

.card._2 {
  border: 2px solid var(--teal);
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: var(--light-sea-green);
}

.color-block.cc-font-color-light {
  background-color: var(--dim-grey);
}

.color-block.cc-brand-color-1 {
  background-color: var(--teal);
}

.color-block.cc-brand-color-2 {
  background-color: var(--sienna);
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: var(--black-2);
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.section {
  margin: 20px;
  padding: 60px 30px;
  position: relative;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.card-paragraph {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 33% 33% 33%;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.button {
  background-color: var(--light-sea-green);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.card-title {
  color: var(--black);
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.section-title {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  font-size: 35px;
  font-weight: 400;
  line-height: 44px;
  display: block;
}

.navbar {
  background-color: var(--white);
  height: 130px;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0;
}

.brand {
  width: 150px;
  display: block;
  position: static;
  top: 0;
}

.menu-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.menu-link {
  color: var(--teal);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.menu-link.valoda {
  color: var(--light-sea-green);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
}

.menu-link.valoda:hover {
  font-weight: 700;
}

.menu-link.valoda.w--current {
  color: var(--teal);
}

.valodu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-end center;
  width: 100px;
  display: grid;
}

.valodu-wrapper.neredz {
  grid-template-columns: 1fr 1fr;
  display: none;
}

.soc-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.soc-icon {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.soc-icon:hover {
  transform: scale(1.1);
}

.soc {
  object-fit: contain;
}

.valodas {
  background-color: #45babd33;
  flex-direction: column;
  align-items: flex-end;
  width: 100vw;
  height: 40px;
  padding-right: 50px;
  display: flex;
  position: absolute;
}

.divider-vertikal {
  background-color: var(--teal);
  width: 1px;
  height: 45px;
}

.headre-slide {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/Kisezers2.avif'), url('../images/ezers1.avif'), url('../images/ezers.avif');
  background-position: 50% 0, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  width: 100vw;
  height: 70vh;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  display: block;
}

.devize {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  line-height: 80px;
  display: flex;
}

.ertibas-image {
  object-fit: cover;
  object-position: 50% 100%;
  flex: 1;
  max-width: none;
  display: block;
}

.card-image {
  object-fit: cover;
  object-position: 50% 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.serviss-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
}

.serviss-title {
  color: var(--teal);
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.serviss-title.white {
  color: var(--white);
}

.serviss-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-height: 10ch;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.serviss-note {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

.price-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #45babd3d;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 19% 19% 19% 19% 19%;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.price-title {
  color: #222;
  text-align: center;
  margin-top: 0;
  padding-top: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.price-in-card {
  color: var(--teal);
  text-align: center;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.price-card-title {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.bed {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  height: 55px;
  margin-bottom: 20px;
  display: flex;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.serviss-image {
  flex: 1;
  height: 60px;
}

.price-icon {
  object-fit: contain;
  flex: 0 auto;
  max-width: 70px;
  margin: 0 12px;
}

.price-icon.lux {
  max-width: 45px;
}

.beds-no {
  color: var(--teal);
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0 11%;
}

.slide-icon {
  height: 90px;
  margin-bottom: 15px;
  margin-left: 34px;
  margin-right: 34px;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-text {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.galerija {
  flex: 1;
  width: 20%;
  min-width: 200px;
  height: 20%;
  min-height: 200px;
  margin: 10px 15px;
  overflow: hidden;
}

.lightbox-link {
  justify-content: center;
  display: flex;
}

.karte {
  height: 50vh;
  min-height: 400px;
  max-height: 600px;
  margin-top: 38px;
  display: block;
}

.html-embed {
  justify-content: center;
  height: 100%;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-paragraph {
    font-size: 16px;
    line-height: 21px;
  }

  .card-title {
    font-size: 22px;
    line-height: 27px;
  }

  .headre-slide {
    height: 50vh;
  }

  .devize {
    font-size: 60px;
  }

  .serviss-container {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .serviss-title {
    font-size: 20px;
    line-height: 22px;
  }

  .serviss-note {
    font-size: 16px;
    line-height: 21px;
  }

  .price-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .price-in-card {
    font-size: 35px;
    line-height: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .price-icon.lux {
    max-width: 35px;
    margin-right: 0;
  }

  .beds-no {
    font-size: 30px;
  }

  .galerija {
    min-width: 100px;
    min-height: 100px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .card-container {
    grid-template-columns: auto;
  }

  .brand {
    width: 150px;
    position: absolute;
    left: 10px;
  }

  .menu-wrapper {
    justify-content: flex-end;
  }

  .menu {
    background-color: var(--teal);
  }

  .menu-link {
    color: var(--white);
  }

  .menu-button {
    background-color: var(--teal);
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--teal);
    flex: 1;
  }

  .icon {
    color: var(--white);
    text-align: right;
  }

  .divider-vertikal {
    background-color: var(--white);
    justify-content: center;
    width: 100%;
    height: 1px;
    display: block;
  }

  .devize {
    font-size: 45px;
    line-height: 70px;
  }

  .ertibas-image {
    height: auto;
  }

  .card-image {
    height: 200px;
  }

  .serviss-title {
    font-size: 18px;
    line-height: 20px;
  }

  .price-container {
    grid-template-columns: 1fr 1fr;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .slide-icon {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-text {
    grid-auto-flow: column;
  }

  .galerija {
    width: 70%;
  }

  .lightbox-link {
    flex-direction: column;
    align-items: center;
  }

  .image-2 {
    z-index: 50;
    max-width: 100px;
    margin-left: 30px;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .card._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .card._2 {
    margin: 0;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .card-container {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .brand {
    width: 120px;
    left: 5px;
  }

  .devize {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .card-image {
    width: 83vw;
    min-height: 50px;
    max-height: 150px;
  }

  .serviss-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .serviss-title {
    margin-bottom: 5px;
  }

  .price-container {
    grid-template-columns: 50% 50%;
  }

  .price-title {
    line-height: 35px;
  }

  .price-in-card {
    font-size: 30px;
  }

  .price-card-title {
    font-size: 20px;
    line-height: 23px;
  }

  .bed {
    height: 50px;
    margin-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-icon {
    margin-left: 5px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    top: auto;
    bottom: 5%;
  }

  .slide-icon {
    height: 60px;
  }

  .slide-text {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .galerija {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

#w-node-f00b73fe-4cac-aff3-6d3a-0d01141ef1bf-58375d93, #w-node-f00b73fe-4cac-aff3-6d3a-0d01141ef1bf-4c82a9a9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-f00b73fe-4cac-aff3-6d3a-0d01141ef1bf-58375d93, #w-node-f00b73fe-4cac-aff3-6d3a-0d01141ef1bf-4c82a9a9 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_022ebca6-44b8-4538-b47d-fac0effe87a6-58375d93, #w-node-_2b4aff7a-0513-31f3-f8f0-7892ba65ea83-58375d93, #w-node-f307713e-a8cc-a9f6-87ce-e4cfa5ecbc14-58375d93 {
    justify-self: center;
  }

  #w-node-f00b73fe-4cac-aff3-6d3a-0d01141ef1bf-58375d93 {
    grid-column: span 2 / span 2;
  }

  #w-node-_022ebca6-44b8-4538-b47d-fac0effe87a6-4c82a9a9, #w-node-_2b4aff7a-0513-31f3-f8f0-7892ba65ea83-4c82a9a9, #w-node-f307713e-a8cc-a9f6-87ce-e4cfa5ecbc14-4c82a9a9 {
    justify-self: center;
  }

  #w-node-f00b73fe-4cac-aff3-6d3a-0d01141ef1bf-4c82a9a9 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e3e928c-3bd5-8878-018a-ef1359f1a7d2-58375d93, #w-node-_894685b4-611f-d0f7-51a5-29fb13dcc840-58375d93, #w-node-_923592e6-cb19-2a8f-52e9-611d19e48610-58375d93 {
    justify-self: start;
  }

  #w-node-_1fac2084-a554-46b6-cd57-acf7b0ab3c6f-58375d93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e3e928c-3bd5-8878-018a-ef1359f1a7d2-4c82a9a9, #w-node-_894685b4-611f-d0f7-51a5-29fb13dcc840-4c82a9a9, #w-node-_923592e6-cb19-2a8f-52e9-611d19e48610-4c82a9a9 {
    justify-self: start;
  }

  #w-node-_1fac2084-a554-46b6-cd57-acf7b0ab3c6f-4c82a9a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


