@import url("https://fonts.googleapis.com/css2?family=Esteban&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap");
:root {
  --primary-color: #06619e;
}

body {
  background: rgba(231, 225, 225, 0.9333333333);
  margin: 0;
  font-family: "Esteban", serif;
  scroll-behavior: smooth;
  overflow-y: scroll;
   
}

.navbar {
  background: black;
  padding: 0.5rem;
  margin: auto;
}
.navbar .container {
  display: flex;
  justify-content: flex-end;
}
.navbar .container .social {
  cursor: pointer;
  margin: 0 1%;
}
.navbar .container .menu {
  margin: 0 5px;
  cursor: pointer;
  height: 60;
  margin-top: -3px;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: black;
  width: 50%;
  z-index: 2;
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
}
nav .phone-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
nav .phone {
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
nav .close {
  width: 20%;
  cursor: pointer;
  margin-bottom: 3em;
}

.open-nav {
  transform: translateX(0%);
}

ul {
  list-style-type: none;
  padding: 0;
  margin-top: 3em;
}
ul a {
  color: white;
  padding: 1em 3em;
  display: block;
  text-decoration: none;
}
ul a:hover {
  background: rgb(83, 83, 83);
}
ul .menu-butt {
  background-color: var(--primary-color);
}
ul .menu-butt:hover {
  background: rgb(83, 83, 83);
}

.book-button {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.hero .container {
  background-image: url(/Images/AER0066.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 65px 0;
}
.hero .logo {
  height: 18rem;
  max-width: 500px;
  margin-bottom: -30px;
  margin-left: -10%;
  
}

.hero h1 {
  position: relative;
  display: flex;
  font-weight: bolder;
  font-size: 1.8em;
  min-width: 35vh;
  margin-top: 13vh;
  color: #0992ad;
  //text-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: -1px -1px 0px #000000;
}
.hero h1::after {
  content: url(/Images/logo200200.webp);
  position: static;
  margin: -90px -45px;
  mix-blend-mode: color-dodge;
}

.catchphrase {
  position: relative;
  width: 60%;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 2rem;
   text-shadow: black -1px -1px;
   margin-top: 100px;
}

.hero-butt {
  height: 3rem;
  max-width: 250px;
  background: none;
  border: 2px solid;
  font: inherit;
  margin-top: 1em;
  margin-bottom: 5em;
  padding: 1em 2em;
  color: #000000;
  transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
}
.hero-butt a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.hero-butt:hover {
  background: rgb(7, 157, 226);
  box-shadow: 0 0 40px 40px var(--primary-color) inset;
}

.popup-container {
  visibility: hidden;
  width: 400px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow-y: scroll;
  position: fixed;
  font-size: small;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  line-height: 8px;
  padding: 0 30px 30px;
  color: #000000;
  transition: transform 0.4s, top 0.4s;
}
.popup-container li {
  margin-bottom: 10px;
  list-style: none;
}
.popup-container button {
  margin-top: 10px;
  cursor: pointer;
}
.popup-container .price-logo {
  width: 200px;
  margin-top: -20px;
  margin-bottom: -40px;
  border-radius: 50%;
}

.open-popup {
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.intro {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em;
}
.intro span {
  font-family: "Dancing Script", cursive;
  font-size: 2em;
  font-weight: normal;
}

.info-main {
  position: relative;
  display: flex;
  text-align: center;
  padding: 5%;
  margin-bottom: auto;
  margin-top: auto;
}

.portrait {
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.services .container {
  text-align: center;
  background: rgba(1,100,131,1);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: auto;
  padding-bottom: 20px;
}
.services h1 {
  color: white;
  padding-top: 15px;
}
.services ul {
  margin: auto;
  color: white;
  line-height: 1.5em;
  font-weight: bolder;
}

.contact-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2%;
}
.contact-form .container {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(/Images/lily/flower-ga171e3226_1920.jpg);
  background-size: cover;
  background-position-x: -100px;

}

.contact-form .container h1 {
  margin: auto 0 1.5em;
  padding-top: 1.5em;
  color: white;
}
.contact-form li {
  list-style-type: none;
}
.contact-form input {
  background-color: transparent;
  color: #ffffff;
  border-color: rgb(255, 255, 255);
  border-width: 2px;
  width: 60vw;
  min-height: 3vh;
  font-family: "Esteban", serif;
}
.contact-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Esteban", serif;
}
.contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Esteban", serif;
}
.contact-form .contact-form-message {
  border-color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  text-align: center;
  color: #ffffff;
  height: 20vh;
  width: 60vw;
  background-color: transparent;
  text-align: left;
  resize: none;
}
.contact-form .contact-form-message::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Esteban", serif;
}
.contact-form .contact-form-message::placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Esteban", serif;
}

#message-butt {
  cursor: pointer;
  background: none;
  border: 2px solid;
  border-color: #ffffff;
  font-family: "Esteban", serif;
  line-height: 1;
  padding: 1em 2em;
  color: #ffffff;
  transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
}
#message-butt a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
#message-butt:hover {
  background: rgb(7, 157, 226);
  box-shadow: 0 0 40px 40px var(--primary-color) inset;
}

.footer {
  background: #c6c4c5;
  margin: 0;
  margin-top: -2%;
}
.footer .footer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-bottom: -5%;
}
.footer .foot-text {
  color: #143c56;
  font-weight: bold;
  text-align: center;
}
.footer .right-col a {
  display: flex;
  justify-content: space-around;
  color: #143c56;
  font-weight: bold;
  padding: 1em 3em;
  text-decoration: none;
}
.footer .right-col a:hover {
  background: rgb(83, 83, 83);
}
.footer .foot-copyright {
  color: #143c56;
  text-align: center;
  font-size: 10px;
  margin-bottom: auto;
}

.navbar-priv {
  background: black;
  padding: 0.5rem;
  margin: auto;
}
.navbar-priv .social-div-priv {
  display: flex;
  gap: 2%;
  margin-top: 1%;
}
.navbar-priv .container {
  display: flex;
  justify-content: space-around;
}
.navbar-priv .container .social-priv {
  cursor: pointer;
  margin-top: 1%;
  flex-direction: row;
}
.navbar-priv .container .logo-link-priv {
  position: relative;
  display: flex;
  justify-self: center;
  max-width: 40%;
}
.navbar-priv .container .logo-link-priv .navbar-logo-priv {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;
  margin-bottom: -3%;
  width: 60%;
}
.navbar-priv .container .phone-logo-priv {
  margin-top: 2%;
  margin-left: 0;
  display: inline-flex;
}
.navbar-priv .container .phone-logo-priv .phone-priv {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
  min-inline-size: -moz-max-content;
  min-inline-size: max-content;
}

.privacy-par {
  text-align: center;
  margin-bottom:5%;
}
.privacy-par p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 70%;
  margin-bottom: 5%;
}
.privacy-par h1 {
  font-size:1em;
  margin:0;
    
}


@media only screen and (min-width: 920px) {
  .menu,
  .exit {
    display: none;
  }
  nav {
    transform: translateX(0);
    position: unset;
    display: flex;
    width: auto;
    height: auto;
    background: none;
  }
  .close {
    display: none;
  }
  .phone-logo {
    position: relative;
    right: 80vw;
    margin-top: 5px;
  }
  .book-button {
    display: none;
  }
  .primary-menu {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 40px;
    left: -30vw;
  }
  .contact-form .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
  }
  .logo-link-priv {
    max-width: 80%;
  }
  .logo-link-priv .navbar-logo-priv {
    padding-top: 2%;
    margin-bottom: -3%;
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  .social-div-priv {
    margin-top: 1%;
  }
  .hero h1{
      font-size:2.8em;
  }
  .hero .catchphrase {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-top: 100px;
  }
  .hero .catchphrase .logo {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  nav .phone-logo {
    right: 80vw;
  }
  .hero .catchphrase {
 
    font-size: 2em;
    line-height: 3rem;
    text-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .hero .hero-butt {
    position: relative;
    left: 1%;
  }
  .hero .logo {
    margin-left: 0;
  }
   .hero h1{
      font-size:3.5em;
       
   }
  .info-main {
    width: 800px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
  }
  .info-main .content {
    display: flex;
    gap: 50px;
  }
  .info-main .portrait {
    margin-top: 40px;
  }
  .contact-form .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: 0;
  }
  .contact-form input {
    color: rgb(223, 217, 217);
    max-width: 35vw;
  }
  .contact-form li {
    margin: -5px 0 -20px 0px;
  }
  .contact-form .contact-form-message {
    text-align: left;
    max-width: 35vw;
      
  }
  .contact-form .contact-form-message::-moz-placeholder {
    text-align: center;
  }
  .contact-form .contact-form-message::placeholder {
    text-align: center;
  }
  .navbar-logo-priv {
    margin-bottom: -2%;
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
  swiper-slide {
    flex-shrink: 1;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */