@import url("https://fonts.googleapis.com/css2?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=Quicksand:wght@300;400;500;600;700&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-family: "Quicksand", sans-serif;
  background-color: white;
  zoom: 100%
}
* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #181818;
}

.navbar__wrapper {
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  font-size: 19px;
  z-index: 100;
}
.navbar__background {
  background: #181818;
  transition: transform 200ms ease-out, background 200ms ease-out;
  height: 100%;
}
div[blur] .navbar--on-top {
  background: rgb(24, 24, 24);
  background: -moz-linear-gradient(
    180deg,
    rgba(24, 24, 24, 1) 0%,
    rgba(24, 24, 24, 0) 82%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(24, 24, 24, 1) 0%,
    rgba(24, 24, 24, 0) 82%
  );
  background: linear-gradient(
    180deg,
    rgba(24, 24, 24, 1) 0%,
    rgba(24, 24, 24, 0) 82%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#181818",GradientType=1);
}
.navbar__container {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
}
.navbar--hidden {
  transform: translateY(-100%);
}
.navbar__section {
  display: flex;
}
.navbar__section img {
  height: 70px;
}
.navbar__section a {
  padding: 10px;
  margin: 0 10px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.logo-text {
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  align-items: center;
}

@media only screen and (min-width: 600px){
  .video__wrapper {
    height: 100vh;
  }
}
@media only screen and (max-width: 600px){
  .video__wrapper {
    height: 410px;
  }
}
.video__wrapper {
  position: relative;
  left: 0;
  right: 0;
}
.video__container {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #202020; 
}
@media only screen and (min-width: 600px){
  .video__info {
    display:auto;
  }
}
@media only screen and (max-width: 600px){
  .video__info {
    display:none;
  }
}
.video__info {
  position: absolute;
  height: 120px;
  width: 300px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}

.loading-photo{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  animation: opacity 2000ms;
  max-width: 700px;
  max-height: 700px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: -50%;
  
}
@keyframes opacity{
  0%{
    opacity:0;
  }
  50%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
.videos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: transform 250ms ease-in;
}
.video video {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 20px;
}
.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;

  width: 16px;
  height: 16px;
}
.unu {
  margin-top: 1px;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}
.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.2s;
  animation-direction: alternate;

  margin-top: -6px;
}
.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.3s;
  animation-direction: alternate;

  margin-top: -6px;
}
.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .section {
    height: 100vh;
  }
}
.section {
  position: relative;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .carousel__wrapper {
    display: block;
    padding: 20px 55px;
  }
  .carousel__image {
    /* height: 350px; */
    height: 400px;
  }
}
@media only screen and (min-width: 600px) {
  .carousel__wrapper {
    min-height: 750px;
    display: flex;
    padding: 40px 55px;
    height: 100vh;
    align-items: center;
    justify-content: center;
  }
  .carousel__container {
    max-width: 1000px;
    max-height: 650px;
    width: 100%;
    height: 100%;
    display: flex;
  }
}
.carousel__container {
  position: relative;
}
.carousel__text,
.carousel__image {
  width: 100%;
}

.carousel__text {
  display: flex;
  align-items: center;
  padding: 40px;
  padding-left: 0;
  order: 0;
}
.carousel__image {
  position: relative;
  order: 1;
  overflow: hidden;
}
.carousel__image-background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: width 500ms ease;
  background-color: #ececec;
}
.carousel__image img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.carousel__title {
  font-size: 35px;
  font-weight: 700;
}
.carousel__title,
.carousel__image img,
.carousel__description,
.carousel__read-more {
  transition: opacity 300ms ease;
}
.carousel__description {
  margin-top: 20px;
  font-size: 19px;
}
.carousel__read-more {
  margin-top: 30px;
  margin-left: 20px;
  padding: 15px 40px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  font-size: 21px;
  background-color: #181818;
  color: white;
  gap: 10px;
  text-decoration: none;
}

.arrow-left,
.arrow-right {
  position: absolute;
  transform: translateY(-50%);
  color: black;
  font-size: 25px;
  cursor: pointer;
  padding: 10px;
}
.arrow-left {
  left: -55px;
  top: 50%;
}
.arrow-right {
  right: -55px;
  top: 50%;
}

.footer__wrapper {
  color: white;
}
.footer__copyrights {
  background-color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.footer__container {
  background-color: #202020;
}
.footer__informations {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.footer__social-media {
  border-top: 1px solid white;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 25px;
  justify-content: center;
}
.social-media {
  text-transform: uppercase;
}
.social-media a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__contact {
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .footer__contact {
    flex-direction: column;
    gap: 35px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__title {
  font-weight: bold;
  margin-bottom: 5px;
}
.opening {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  max-width: 200px;
}

.photos__wrapper {
  /*  */
}
.photos__container {
  background-color: #ececec;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease-out, opacity 1s ease;
  transition-delay: 500ms;
}
.photo--show {
  transform: translateY(0);
  opacity: 1;
}
.photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  object-position: center;
}
.photo img:hover {
  transform: scale(1.3);
  transition: transform 5s ease-in-out;
}
@media only screen and (max-width: 700px) {
  .photo:nth-last-child(1) {
    display: none;
  }
}
.photos__galery {
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: #181818;
}
.galery__link {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 40px;
  background-color: #202020;
  color: white;
  font-weight: bold;
  font-size: 21px;
  cursor: pointer;
  text-decoration: none;
}

.gallery__wrapper {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 1200px;
  padding: 40px;
  display: flex;
  gap: 20px;
}
.gallery__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gallery-image {
  width: 100%;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  -webkit-user-drag: none;
  user-select: none;
}
@media only screen and (max-width: 900px) {
  .gallery__wrapper {
    flex-direction: column;
  }
}

.welcome__wrapper {
  background-color: #181818;
}
.welcome__container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 40px;
  font-size: 40px;
  color: black;
  font-weight: bold;
  color: white;
}
.welcome__container * {
  margin: 5px 0;
}
.welcome__container .higher {
  font-size: 50px;
  font-weight: bolder;
  border-bottom: 5px solid white;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  .section__wrapper {
    flex-direction: column;
  }
}
.informations__container {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1200px;
  padding: 0 40px;
}
.section__wrapper {
  display: flex;
  gap: 80px;
  margin: 100px 0;
}
.section__title {
  font-size: 40px;
  width: 100%;
}
.title-text {
  position: absolute;
  font-weight: bolder;
  white-space: nowrap;
  width: 0;
}
.title-text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 30px;
  background-color: black;
  border-radius: 30px;
}
.section__text {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
}
.subtitle-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.map__wrapper {
  height: calc(100vh - 80px);
  width: 100%;
  margin-top: 80px;
}
.map__wrapper iframe {
  height: 100%;
  width: 100%;
}

.holder {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 40px;
  min-height: calc(100vh - 80px);
}
.title {
  margin: 40px 0;
  font-size: 24px;
  font-weight: bold;
}
.text {
  font-size: 20px;
  padding-bottom: 30px;
}

.button {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 40px;
  background-color: #202020;
  color: white;
  font-weight: bold;
  font-size: 21px;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (max-width: 760px) {
  *[hamburger-hide] {
    display: none;
  }
  *[hamburger-show] {
    display: auto;
  }
}
@media only screen and (min-width: 760px) {
  *[hamburger-hide] {
    display: auto;
  }
  *[hamburger-show] {
    display: none;
  }
  .hamburger-sider__wrapper {
    display: none;
  }
}

.hamburger__wrapper {
  width: 45px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.hamburger__line {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  transition: all 500ms ease;
}
.hamburger__line:nth-child(1) {
  top: 0;
  transition-delay: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition-delay: 200ms;
}
.hamburger__line:nth-child(3) {
  bottom: 0;
  transition-delay: 0;
}
.hamburger__wrapper--active .hamburger__line:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition-delay: 200ms;
}
.hamburger__wrapper--active .hamburger__line:nth-child(2) {
  opacity: 0;
  transition-delay: 0;
}
.hamburger__wrapper--active .hamburger__line:nth-child(3) {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  transition-delay: 200ms;
}
.hamburger-sider__wrapper {
  position: fixed;
  top: 80px;
  width: 100vw;
  height: calc(100vh - 80px);
  background-color: #181818;
  z-index: 100;
  left: 100vw;
  transition: left 500ms ease;
}
.hamburger-sider__wrapper--active {
  left: 0;
}
.hamburger-sider__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 20px;
  padding: 30px;
}
.hamburger-sider__container a {
  font-size: 25px;
  text-decoration: none;
  color: white;
}

.body--no-scroll {
  overflow: hidden;
}