/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  animation-fill-mode: forwards;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 2rem 4rem 2rem;
}
.hidden {
  display: none !important;
}
.bold {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header1 {
  margin-bottom: 2rem;
}
.logo1 {
  position: absolute;
  top: 2rem;
  left: 2rem;
  opacity: 1;
  z-index: 2;
  transition: 0.7s;
}
.logo1,
.logo2 {
  display: none;
}

.logo2 {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  opacity: 1;
}

/*--------------------------------------------------------------
# Wrapper
--------------------------------------------------------------*/

.wrapper .left,
.wrapper .right {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 495px) {
  .wrapper .right {
    margin-bottom: 3rem;
  }
}
.side {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: 1rem;
  }
}
.wrapper:hover {
  cursor: pointer;
}

.wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}

/*--------------------------------------------------------------
# Tower
--------------------------------------------------------------*/

.tower {
  background: url("images/tower.jpg");
}

.wrapper .left:hover > .tower {
  background: url("images/tower.jpg");
  background-size: cover;
  background-position: center;
}
.wrapper .left:hover > .image {
  filter: brightness(110%);
}
.detalii-tower {
  position: absolute;
  z-index: 3;
  color: white;
  padding: 20px;
}
.descriere {
  font-size: 20px;
  font-weight: 600;
}
.eticheta-aviatiei,
.eticheta-303 {
  position: absolute;
  bottom: 40px;

  z-index: 1;
  width: 100%;
  text-align: center;
  background-color: #c2aa7ea4;
  color: white;
  opacity: 1;
  transition: 0.7s ease-in;
}
@media (min-width: 1200px) and (max-height: 940px) {
  .eticheta-aviatiei.scund,
  .eticheta-303.scund {
    font-weight: bold;
    top: 0;
    padding-top: 10rem;
    padding-bottom: 10rem;
    height: 100%;
    background-color: #c2aa7e;
    z-index: 16;

    display: flex;
    justify-content: center;
    transition: all 0.7s ease-in;
    align-items: center;
  }

  .eticheta-aviatiei.scund {
    border-right: white solid 1px;
  }
  .eticheta-aviatiei {
    border-right: #c2aa7ea4 solid 1px;
  }
}
/* @media (min-width: 1100px) {
  .eticheta-aviatiei,
  .eticheta-303 {
    display: none;
  }
} */
/*--------------------------------------------------------------
# 303
--------------------------------------------------------------*/

.trei {
  background: url("images/trei1.jpg");
}

.wrapper .right:hover > .trei {
  background-size: cover;
  background-position: center;
}
.wrapper .right:hover > .image {
  background-size: cover;
  background-position: center;
  filter: brightness(110%);
}
.detalii-303 {
  position: absolute;
  z-index: 3;
  color: white;
  padding: 20px;
}

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/

.wrapper .caption {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.wrapper .caption h1 {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 1em;
}

.wrapper .caption .button {
  background: #000;
  color: #fff;
  padding: 1em 2em;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.25s ease all;
}

.wrapper .caption .button:hover {
  background: #ffd346;
  color: #000;
}

.wrapper .side::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
}

.wrapper .left:hover .image,
.wrapper .right:hover .image {
  transform: scale(1.2);
}
.dark {
  /* #777463 */
  filter: brightness(0) !important;
  z-index: 2;
}
.dark2 {
  filter: brightness(0) !important;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .wrapper {
    display: flex;
  }

  .wrapper .left,
  .wrapper .right {
    width: 50%;
    height: 80vh;
  }
  body {
    margin: 2rem 8rem 2rem;
  }
}

/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/

.grup-form {
  column-gap: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.2rem;
  box-sizing: border-box;
  width: 743px;
}

.contact-nav {
  padding: 4rem 10rem 1rem;
}

.image-container {
  background-size: cover;
  background: url("/images/contact.bmp");
  margin: 0 18rem 2rem 10rem;
  padding: 4rem 48rem 8rem 21rem;
  max-height: 774px;
}

.formfield {
  background-color: white;
  border: 1px solid;
  color: #9f9f9f;
  font-size: 17px;
  padding: 14px 25px;
  width: 250px;
  box-sizing: border-box;
}

.formfield-text {
  color: #9f9f9f;
  font-size: 17px;
  grid-column: 1/3;
  height: 120px;
}

.form-details {
  background-color: #c2aa7e;
  color: white;
  font-size: 17px;
  grid-column: 3/4;
  grid-row: 2/6;
  line-height: 25px;
  max-width: 13rem;
  padding: 1.5rem;
}

.form-details-1 {
  font-size: 20px;
  line-height: 30px;
}

.form-details-contact {
  font-weight: bold;
}

.checkbox-container {
  grid-column: 1/3;
}

.form-checkbox {
  width: 40px;
}

.checkbox-text {
  color: white;
}

.submit-button {
  background-color: #3590cb;
  border: 0;
  color: white;
  font-size: 17px;
  font-weight: 600;
  grid-column: 1/3;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

.form-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  grid-column: 1/4;
}

/*--------------------------------------------------------------
    # form responsive design
    --------------------------------------------------------------*/
@media screen and (max-width: 1801px) {
  .grup-form {
    margin: auto;
  }

  .image-container {
    margin: 0 18rem 2rem 10rem;
    padding: 4rem 5rem 8rem 5rem;
  }
}

@media screen and (max-width: 1560px) {
  .image-container {
    margin: 0 18rem 2rem 10rem;
    padding: 4rem 5rem 8rem 5rem;
  }
}

/* @media screen and (max-width: 1328px) {
        .image-container {
            margin: 0 18rem 2rem 10rem;
            padding: 4rem 1rem 8rem 1rem;
        }
        .contact-nav{
            margin: 5rem;
        }
    
    } */

@media screen and (max-width: 1341px) {
  .image-container {
    margin: 0 10rem 2rem 5rem;
  }
  .contact-nav {
    margin: 2rem 5rem;
    padding: 0;
  }
}

@media screen and (max-width: 1147px) {
  svg {
    margin: auto;
  }
  .image-container {
    max-height: fit-content;
    text-align: center;
    background-size: cover;
    padding: 2rem;
    margin: auto;
    max-width: 574px;
  }
  .formfield {
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    width: 231px;
  }

  .grup-form {
    display: block;
    margin: auto;
  }

  .formfield-text {
    box-sizing: border-box;
    margin: auto;
    display: block;
    width: 231px;
  }

  .form-details {
    margin: auto;
  }

  .checkbox-container {
    width: 231px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .submit-button {
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    padding: 1rem 3rem;
  }

  .form-checkbox {
    background: none;
    border: 2px solid #7d6f5a;
  }

  .checkbox-text {
    text-align: left;
    display: inline !important;
  }
}

@media screen and (max-width: 743px) {
  .image-container {
    width: 100%;
    margin: 0;
  }
  .grup-form {
    margin: auto;
    width: 70%;
  }

  .formfield {
    width: 100%;
  }

  .formfield-text {
    width: 100%;
  }

  .checkbox-text {
    width: 100%;
    display: inline-block;
  }

  .image-container {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
}

/*--------------------------------------------------------------
    # Despre
    --------------------------------------------------------------*/
.body-container-despre {
  padding: 0;
}
.background-container {
  background: url("./images/despre.jpg");
  padding: 2rem 2rem;
  max-width: 1425px;
  min-height: 700px;
  background-size: cover;
  margin-left: 0;
  transform: scale(0);
}
.despre-navigation {
  max-width: 1425px;
  background-color: white !important;
}
.despre-info {
  max-width: 761px;
  line-height: 1.8;
}
.despre-title {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 120%;
  margin-bottom: 2rem;
}

.despre-info {
  color: white;
  font-size: 17px;
}
.strong-info {
  font-weight: bold;
}
@media (min-width: 400px) {
  .background-container {
    max-height: 600px;
    overflow-y: scroll;
  }
}

@media (min-width: 710px) {
  .body-container-despre {
    padding: 2rem 5rem;
    padding-top: 0;
  }
  .despre-title-container {
    padding-left: 0;
  }
  .despre-title {
    text-align: left;
  }
  .despre-navigation {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .body-container-despre {
    padding: 3rem 10rem;
    padding-top: 0;
  }
  .background-container {
    padding: 2rem 10rem;
  }
}

@media (min-width: 1200px) {
  .background-container {
    padding: 2rem 16rem;
  }
}
.orange-despre {
  color: orange;
}

/*--------------------------------------------------------------
    # Navigation
    --------------------------------------------------------------*/

.links-container {
  padding-left: 0;
  text-align: center;
}
.links {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
}

.links:hover {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.nav-link-contact {
  margin-right: 2rem;
  color: black;
  text-transform: uppercase;
}
.nav-link-contact:hover {
  color: black;
  text-decoration: none;
}
.nav-link2 {
  padding: 1rem;
  border: 2px solid #c2aa7e;
}
.contact-navigation {
  background-color: white !important;
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 1425px;
}
@media (max-width: 950px) {
  .contact-navigation {
    padding: 0 2rem;
  }
}
.index-navigation {
  max-width: none;
}
@media (min-width: 1240px) {
  .contact-navigation {
    margin-bottom: 2rem;
  }
}

.links-container {
  padding-left: 0;
  margin: auto;
  padding-bottom: 2rem;
}
.links {
  color: rgba(0, 0, 0, 0.377);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
}
.year {
  color: black;
}
.links:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.377);

  cursor: pointer;
}
.year:hover {
  cursor: default !important;
  color: black;
}

/*--------------------------------------------------------------
    # ANAF
    --------------------------------------------------------------*/
.solutionare {
  width: 10rem;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}
.solutionare:first-of-type {
  margin-bottom: 0.5rem;
}
.solutionare-img {
  transition: 0.7s;
  width: 10rem;
}

.anaf-link {
  font-size: 12px;
  color: #c2aa7e;
  margin-bottom: 0.3rem;
  font-weight: bold;
  display: none !important;
}
.anaf-link:hover {
  color: #c2aa7e;
  text-decoration: none;
}
.anaf-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
@media (min-width: 434px) {
  .anaf-links {
    display: flex;
    justify-content: center;
  }
  .anaf-links > a:first-of-type {
    margin-right: 1rem;
    margin-left: -0.5rem;
  }
}
.anaf-links > a {
  display: inline-block;
}

/*--------------------------------------------------------------
    # cookie
    --------------------------------------------------------------*/

.cookie-link {
  text-transform: uppercase;
  transition: 0.3s;
  padding: 0.5rem;
  font-size: small;
  font-weight: bold;
  color: white;
}
.cookie-link:hover {
  background-color: #c2aa7e;
  cursor: pointer;
}

/*--------------------------------------------------------------
    # limba
    --------------------------------------------------------------*/

.language-container {
  display: inline-block;
  color: black;
  background-color: #c2aa7e;
  padding: 0.2rem;
  line-height: 1.5;
}
a > .language-container {
  margin-top: 2rem;
}
.ro-container {
  background-color: white;
}
.ro-container-en {
  background-color: #c2aa7e;
}
.en-container-en {
  background-color: white;
}

/*--------------------------------------------------------------
    # Multumim
    --------------------------------------------------------------*/

.multumim-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.back-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 2rem;
}
.back-button {
  background-color: #034ea1;
}
.back-button:hover {
  background-color: #00397a;
}
.back-button:focus .back-button:active {
  background-color: #00397a;
}
.btn-primary:active {
  background-color: #00397a;
}
@media (min-width: 594px) {
  .back-container {
    bottom: 6rem;
  }
}

/*--------------------------------------------------------------
    # Animations
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    # Hamburger
--------------------------------------------------------------*/

.hamburger {
  position: fixed;
  top: 2.8rem;
  right: 2rem;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  z-index: 102;
}
.hamburger:focus {
  outline: none;
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #034ea1;
  margin: 6px 0;
  transition: 0.4s;
}

.hamburger.is-active:before {
  transform: rotate(-45deg) translate(-8px, 7px);
}

.hamburger.is-active:after {
  transform: rotate(45deg) translate(-8.5px, -8px);
}
.hamburger.is-active .bar {
  opacity: 0;
}

.mobile-nav {
  position: fixed;
  top: -8rem;
  left: 100%;
  width: 100%;
  min-height: 300vh;
  display: block;
  z-index: 101;
  background-color: white;
  transition: 0.4s;
  padding-top: 210px;
}
.mobile-nav > a {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 16px;
  text-align: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  background-color: #034ea1;
  text-decoration: none;
  color: white;
}
.mobile-nav > a:hover {
  background-color: #116cd4;
}
.mobile-nav.is-active {
  left: 0;
}
.mobile-radacini {
  background-color: white !important;
  margin: auto;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
  .hamburger {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-navigation {
    display: none;
  }
}
.mobile-logo {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: -2rem;
  left: 0;
  padding: 2rem;
}
.mobile-language {
  background: none !important;
}
.mobile-nav > .mobile-language > .language-container {
  background-color: #034ea1;
}
.mobile-nav > .mobile-language > .language-container > .ro-container-en {
  background-color: #034ea1;
  color: white;
}
.mobile-nav > .mobile-language > .language-container > .en-container {
  background-color: #034ea1;
  color: white;
}

@media (min-width: 768px) {
  .mobile-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .background-container {
    position: relative;
    top: 8rem;
  }
  .wrapper {
    position: relative;
    top: 8rem;
  }
  .links-container {
    position: relative;
    top: 8rem;
  }
}
/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
.cook-wrapper {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-color: white;
  max-width: 365px;
  border-radius: 15px;
  padding: 25px 25px 30px 25px;
  z-index: 109;
  box-shadow: 5px 0 20px black;
}
.cook-overlay.hide-slow {
  opacity: 0;
  visibility: hidden;
  transition: all 23s ease;
}
.cook-wrapper img {
  max-width: 90px;
}
.cook-wrapper .content {
  margin-top: 10px;
}
.content header {
  color: black;
  font: 25px;
  font-weight: 600;
}
.content p {
  color: #858585;
  margin: 5px 0 20px 0;
}
.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons .item {
  margin: 0 10px;
}
.buttons button {
  padding: 10px 20px;
  background: #fcba7f;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border-radius: 5px;
}
.buttons a {
  color: #fcba7f;
}

/*--------------------------------------------------------------
# Cookie 2
--------------------------------------------------------------*/

.cook-overlay {
  min-height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.452);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 5s;
}

.cook-box {
  background-color: white;
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 570px;
  padding: 2rem;
  max-height: 560px;
  overflow: scroll;

  position: relative;
}
.cook-box::-webkit-scrollbar {
  display: none;
}
.cook-box {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cook-box > * {
  color: black !important;
  font-size: 16px;
  font-family: sans-serif;
}
.cook-title {
  font-size: 22px;
  margin-bottom: 1rem;
  line-height: 22px;
}
.cook-buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.black-cookie-button {
  background-color: black;
  color: white;
  border: 1px solid black;
  outline: none;
  padding: 6px 15px;
  transition: 0.3s;
  margin-right: 2rem;
  font-weight: bold;
}
.black-cookie-button:hover {
  background-color: rgba(0, 0, 0, 0.466);
  border: 1px solid rgba(0, 0, 0, 0.466);
}
.setari-cookie-button {
  background-color: white;
  outline: none;
  border: none;
  padding: 6px 15px;
  transition: 0.3s;
}
.setari-cookie-button:hover {
  background-color: #7774632a;
}
.cookie-setari-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.cookie-setari-button-container > .black-cookie-button {
  margin-right: 0;
}
.cookie-setari-checklist > p {
  margin-bottom: 1rem;
}
.cookie-setari-checklist > p:last-of-type {
  margin-bottom: 2rem;
}
.cookie-setari-label {
  margin-bottom: 0.5rem !important;
}
.x-setari-cookie-button {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  transform: scale(1.5);
}
.x-setari-cookie-button:hover {
  background: none;
}

.tower-2-container {
  width: 100%;
  height: 50vh;
  margin: auto;
  position: relative;
}
.tower-2-container .eticheta {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  width: 100%;
  text-align: center;
  background-color: #c2aa7ea4;
  color: white;
  opacity: 1;
  transition: 0.7s ease-in;
}
.tower-2-container div:first-of-type {
  background: url("./images/aviatiei2.jpg") center;
  background-size: cover;
  height: 100%;
}
@media (min-width: 800px) {
  .tower-2-container div:first-of-type {
    background: url("./images/aviatiei.jpg") right;
    background-size: cover;
  }
}
.tower-2-container .sold-out {
  position: absolute;
  color: #034ea1;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
  text-align: center;
  font-size: 10vw;
  font-weight: bold;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .tower-2-container {
    height: 80vh;
  }
  .tower-2-container .sold-out {
    font-size: 7vw;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1376px) {
  .tower-2-container {
    width: 50%;
  }
}
