@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 600px) {
  body {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

hr {
  height: 10px;
  border-radius: 30px;
  color: #57073f;
  background-color: #57073f;
}

.navbar {
  overflow: visible;
  background-color: #3f052e;
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "Futura PT", sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}
.navbar a {
  text-decoration: none;
}
.navbar ion-icon {
  font-size: 18px;
  color: #fff7c6;
  text-decoration: none;
}
.navbar .social-nav {
  float: left;
}

.navbar a {
  float: left;
  color: #fff7c6;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 100%;
  border: none;
  outline: none;
  color: #fff7c6;
  padding: 16px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover {
  background-color: rgba(184, 13, 64, 0.1921568627);
}

.dropdown:hover .dropbtn {
  background-color: rgba(184, 13, 64, 0.1921568627);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3f052e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff7c6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: rgba(184, 13, 64, 0.1921568627);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.back-image {
  background-image: url("images/pages-main/candy_bar_main.jpg");
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.back-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3f052e;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}

.back-text h1 {
  font-family: "Polyglot", sans-serif;
  font-size: 350%;
}

.back-text p {
  font-family: "Futura PT", sans-serif;
  font-size: 130%;
  text-align: center;
}

/*(home) oferte buttton */
.menu {
  float: left;
  width: 20%;
  text-align: center;
}

.navbar a:link,
a:visited,
a:hover,
a:active {
  color: #fff7c6;
  text-decoration: none;
}

.menu a {
  background-color: #e5e5e5;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: black;
}

.gallery {
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
}

.all-gallery {
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #57073f;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  font-family: "Futura PT", sans-serif;
  font-size: 130%;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
img.recom {
  width: 100%;
  height: auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Create three equal columns that floats next to each other */
.column-home {
  float: left;
  width: 33.33%;
  padding: 15px;
  padding-top: 5rem;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Left and right column */
.column-home {
  width: 33%;
}
.column-home > p {
  color: #fff7c6;
  font-family: "Polyglot", sans-serif;
  font-size: 200%;
  font-weight: 900;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #57073f;
  border-radius: 25px;
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
}

.row a:link,
.row a:visited,
.row a:active {
  color: #000;
  text-decoration: none;
  line-height: 2;
  font-family: "Futura PT", sans-serif;
  font-size: 150%;
}
.row a:hover {
  color: #6b0d4f;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-home {
    width: 100%;
  }
}
.img-container {
  float: left;
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
}

.clearfix2::after {
  content: "";
  clear: both;
  display: table;
  box-sizing: border-box;
}

.footer {
  background-color: #57073f;
  color: #fff7c6;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  text-decoration: none;
  color: #fff7c6;
}
.footer h1 {
  font-family: "Polyglot", sans-serif;
  font-size: 250%;
  font-weight: 900;
}
.footer p {
  font-family: "Futura PT", sans-serif;
  font-size: 130%;
}
.footer ion-icon {
  font-size: 44px;
  margin: 0.1em;
  color: #fff7c6;
  text-decoration: none;
}

/* Botez */
.servicii-image {
  background-image: url("images/pages-main/botez_main.jpg");
  background-color: #cccccc;
  height: 700px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.servicii-button {
  border: none;
  color: #fff7c6;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #57073f;
  border-radius: 25px;
  font-family: "Futura PT", sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}

/* Nunta */
.nunta-image {
  background-image: url("images/pages-main/nunta_main.jpg");
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Corporate */
.corporate-image {
  background-image: url("images/pages-main/corporate_bg.jpeg");
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Ent */
.ent-image {
  background-image: url("images/Entertainment/ent_cover.jpeg");
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.servicii-text-ent {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff7c6;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}

.servicii-text-ent h1 {
  font-family: "Polyglot", sans-serif;
  font-size: 350%;
}

.servicii-text-ent p {
  font-family: "Futura PT", sans-serif;
  font-size: 130%;
  text-align: center;
}

.oferte-item {
  display: inline-block;
  margin: 4rem;
}

.oferte-heading {
  font-family: "Polyglot", sans-serif;
  font-size: 300%;
  font-weight: 400;
  text-align: center;
  margin-top: 1.5rem;
}

.oferte-paragraph {
  font-family: "Futura PT", sans-serif;
  font-size: 130%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}

.oferte-left {
  padding: 20px;
  float: left;
  width: 50%;
}

.oferte-right {
  padding: 20px;
  float: left;
  width: 50%;
}

/* Style the header */
.oferte-header {
  font-family: "Polyglot", sans-serif;
  font-size: 150%;
  text-align: center;
  margin-top: 4rem;
}

.contact_oferte {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  overflow: auto;
}

.contact_oferte a:link {
  color: #2a0931;
}

.contact_oferte a:visited {
  color: #2a0931;
}

.contact_oferte a:hover {
  color: #2a0931;
}

.contact_oferte a:active {
  color: #2a0931;
}

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

code {
  font-family: "Polyglot", sans-serif;
  font-size: 100%;
  line-height: 100%;
  background-color: #57073f;
  padding: 0.1em 0.4em;
  border-radius: 7px;
  color: #fff7c6;
  font-weight: normal;
  position: static;
  top: -2px;
}

.article {
  text-align: center;
  max-width: 80em;
  padding: 2em;
  margin: auto;
  padding: 50px 10px 10px 10px;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}
.article > p {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: "Futura PT", sans-serif;
  font-size: 120%;
  text-align: center;
}
.article > .article-head {
  font-size: 250%;
  font-weight: 700;
  line-height: normal;
  color: #111827;
  font-family: "Polyglot", sans-serif;
}
.article a:link {
  text-decoration: none;
}

.about {
  padding: 2rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
  word-spacing: 5px;
}
.about > h1 {
  font-family: "Polyglot", sans-serif;
  font-size: 350%;
}
.about > p {
  font-family: "Futura PT", sans-serif;
  font-size: 130%;
}

/* on PC */
@media screen and (min-width: 550px) {
  .oferte-image {
    float: right;
    width: 90%;
  }
  .oferte-image-small {
    display: none;
  }
  .oferte-header-padding {
    display: none;
  }
}
/* on Mobile */
@media screen and (max-width: 800px) {
  .carousel {
    width: 100%;
    overflow-x: clip;
  }
  .carousel-cell {
    margin-right: 10px;
    overflow: hidden;
  }
  .carousel-cell img {
    height: auto;
    width: 100%;
  }
  .oferte-image {
    width: 100%;
    display: none;
  }
  .oferte-image-small {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .oferte-image img {
    width: 100%;
  }
  .oferte-item {
    padding: 1rem;
    margin: auto;
  }
  .navbar .social-nav {
    float: right;
  }
  .oferte-header-padding {
    display: block;
  }
  .navbar a {
    inline-size: -moz-max-content;
    inline-size: max-content;
    width: 25%;
  }
  .navbar ion-icon {
    font-size: 25px;
    color: #fff7c6;
    text-decoration: none;
  }
  .navbar .social-nav {
    width: inherit;
  }
  .navbar .dropdown {
    width: 25%;
  }
  .navbar .dropdown .dropbtn {
    padding-left: 25%;
  }
  .navbar .dropdown-content a {
    width: auto;
  }
  .about {
    padding: 2rem;
  }
  .oferte-left,
  .oferte-right {
    width: 100%;
    /* The width is 100%, when the viewport is 800px or smaller */
  }
}
@media screen and (min-width: 1920px) {
  .back-image,
  .servicii-image,
  .nunta-image,
  .corporate-image,
  .ent-image {
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
  }
}
.recom-gif {
  margin: 4rem;
}
.recom-gif img {
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
}

@media only screen and (max-width: 760px) {
  .recom-gif {
    margin: 0%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
:root {
  scroll-behavior: smooth;
}

.stt {
  z-index: 1;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgb(128, 128, 255) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
  box-shadow: 0 0.25rem 0.5rem 0 gray;
  opacity: 0.7;
}

.stt:hover {
  opacity: 0.8;
}

.stt:focus {
  opacity: 0.9;
}

.stt:active {
  opacity: 1;
}

.mapouter {
  position: static;
  text-align: right;
  width: 100%;
  height: 400px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 400px;
}

.gmap_iframe {
  height: 400px !important;
}

.carousel {
  background: #EEE;
  box-shadow: 0 0.25rem 0.5rem 0 gray;
  margin-bottom: 6rem;
}

.carousel-cell {
  margin-right: 20px;
  overflow: hidden;
}

.carousel-cell img {
  display: block;
  height: 200px;
}

@media screen and (min-width: 768px) {
  .carousel-cell img {
    height: 400px;
  }
}
.flickity-page-dots {
  top: 110%;
}

#fullscreen-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

#fullscreen-modal.is-open {
  display: block;
}

.fullscreen-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.fullscreen-modal__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.fullscreen-modal__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 1.5rem 3rem -0.75rem rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  transform: scale(1);
  transform-origin: center;
  transition: transform 150ms ease;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  touch-action: manipulation;
}

@media (max-width: 600px) {
  .fullscreen-modal__content {
    padding: 10px;
  }
  .fullscreen-modal__img {
    border-radius: 4px;
    box-shadow: none;
  }
}
#fullscreen-modal,
#fullscreen-modal * {
  max-width: 100%;
}

#fullscreen-modal {
  overflow: hidden;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.fullscreen-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  cursor: pointer;
}

.fullscreen-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
}/*# sourceMappingURL=style.css.map */