/*
Theme Name: Lonely-M
Theme URI: https://www.myawesometheme.com
Author: Glück Laura
Author URI: -
Description: My Awesome Theme is a responsive, modern, and feature-rich WordPress theme designed for all kinds of websites. It comes with a custom homepage layout, multiple widget areas, and full compatibility with popular plugins.
Version: 1.4.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: my-awesome-theme
Tags: responsive, modern, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
  font-family: 'Didot'; /* Adj egy névet a betűtípusnak */
  src: url('didot.otf') format('truetype'); /* Adja meg a betűtípusfájl elérési útvonalát és formátumát */
}


@import url('https://fonts.googleapis.com/css2?family=Kalnia+Glaze:wght@100..700&display=swap');



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

:root {

  --body-bg: #FFFFFF;
  --body-txt: #242328;
  --title-bg: #000000;
  --title: #242328;
  --radius: 1.5rem;
}



html {
  font-size: 1.25vw; /* 24px*/
}

@media only screen and (max-width:1281px) {
  html {
    font-size: 20px;
  }
}


body {
  margin: 0;
  padding: 0;
  background: var(--body-bg);
  color: var(--body-txt);
  font-family: 'Didot';
  overflow-x: hidden;
}

nav {
font-family: 'Didot';
font-size: 18px;
text-transform: uppercase;
color: var(--title);
}

img {
  max-width: 100%;
  height: auto;
}

a {
color: #A6A6A6;
text-decoration: none;
}

a:hover {
  color: black;
}

p,
li {
  line-height: 1.5;
  font-size: 1.1rem;
}


ul {
  padding-left: 20px;
}

ol {
  padding-left: 1.5rem;
}

ol li {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 10px;
}

header {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}


#head .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.home-hero {
  background-image: url(img/miraa1.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top -6rem;
  padding: 14rem 0;
  margin: 0 auto;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}


#logo {
  max-width: 8rem;
}


#header-txt {
  font-size: 2.25rem;
  position: relative;
  font-style: italic;
  font-family: 'Didot';
  margin-top: -2rem;
}


h1,
h2,
h3 {
 color: var(--title);
 line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
  position: relative;
  font-family: 'Didot';
}


h2 {
  font-size: 2.2rem;
  position: relative;
  padding: 0 0.1rem;
  font-style: italic;
  font-family: 'Didot';
}

h2.wp-block-heading.align-center.mission-alcim {
  color: white;
  font-size: 3rem;
  font-family: "Kalnia Glaze", serif;
}

 h4 {
   font-family: "Kalnia Glaze", serif;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
   text-align: center;
   font-size: 3rem;
   margin-top: -2rem;
 }

.mission {
  padding: 0.5rem 5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  color: white;
  background: #242328;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

img.wp-image-81 {
border-radius: 50%;
border: solid 5px white;
max-width: 100%;
position: relative;
top: 2rem;
}


.mira-heading {
  margin-top: 0.5rem;
  top: 6%;
  position: relative;
  right: 45%;
  font-size: 7rem;
  text-shadow: #000000 1px 0 10px;

}

.about-title {
  position: relative;
  bottom: 14%;
  top: auto;
  right: 30%;
  color: white;
  text-align: center;
  margin-top: -4rem;
  font-size: 2rem;
}

.about-me {
  line-height: 2rem;
  position: relative;
  bottom: 18%;

}



h2.wp-block-heading.help-title.align-center {
  color: white;
  font-family: "Kalnia Glaze", serif;
  opacity: 1;
}


.help {
    position: relative;
    padding: 2rem 5rem;
    margin: 0;
    background-image: url(img/sea.jpg);
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
    color: white;
}

.help::before{
    content: ' ';
    display: block;
    position: absolute;
}


.help-title {
  color: white;
}


ul {
  list-style: none;
}

.icon-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: cover;
  vertical-align: middle;
  color: white;
}

.icon {
  width: 20px;
  height: 20px;
  fill: white;
}

.help-p {
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.3rem;
}

div.wp-block-button.booking {
  margin: 0 auto;
  font-size: 1.1rem;
}

.wp-block-button__link {
  color: var(--body-txt);
  background: white;
}


#gomb {
  background-color: var(--body-txt);
  border-radius: 100px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Didot';
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 1.3rem;
  position: absolute;
  top: 75%; /* A szöveg közepéhez igazítjuk */
  left: 20%;
  transform: translate(-50%, -50%); /* A gombot a középpontjába mozgatjuk */
  margin-top: 1rem; /* 1rem felső margót adunk */
  text-transform: uppercase;
}

.wp-block-button {
  padding: 1rem;
  text-transform: uppercase;
  font-family: 'Didot';
  font-size: 0.8rem;
  border-radius: 2rem;
  display: inline-block;
  transition-duration: 0.1s;
}

.oszlop, .oszlop-kozep {
  padding: 0 20px;
}

.oszlop-kozep {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.months {
  margin-top: -1.5rem;
}


.align-center {
  text-align: center;
}

.quote {
  text-align: right;
  margin: -2rem 15rem 0 0;
}


.services {
  padding: 1rem 10rem;
  margin: 0 auto;
  background: white;
  color: #242328;
}

.alcim {
  color: #242328;
}

h2.wp-block-heading {
  margin-bottom: 2rem;
}

.mira {
  background: #242328;
  padding: 1rem 5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  color: white;
}


.connect {
  padding: 2rem 10rem;
  margin: 0 auto;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
}



.screen-body {
  background: rgb(25,25,27);
  font-size: 20px;
}


.background {
  display: flex;
  min-height: 100vh;
}

.container {
  flex: 0 1 700px;
  margin: auto;
  padding: 10px;
}

.screen {
  position: relative;
  background: #3e3e3e;
  border-radius: 15px;
}

.screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  z-index: -1;
}


.screen-header-left {
  margin-right: auto;
}


.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 50px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
  font-size: 26px;
}

.app-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: white;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 40px;
  height: 7rem;
  border: 1px solid white;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control, select {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  
  outline: none;
  transition: border-color 0.2s;
  font-family: 'Didot';
}


.app-form-control-message {
  width: 100%;
  padding: 1px 10px;
  background: none;
  border: none;
  color: white;
  font-size: 14px;

  outline: none;
  transition: border-color 0.2s;
  font-family: 'Didot';
  position: absolute;
  margin-top: -0.5rem;
}

div.app-form-group.message {
  position: relative;
}

.app-form-control-message::placeholder {
  color: white;
}


.app-form-control::placeholder {
  color: white;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
  font-family: Didot;
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  margin: 0;
}

.app-form-button:hover {
  color: #A6A6A6;
}

.credits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #ffa4bd;
  font-family: 'Didot';
  font-size: 16px;
  font-weight: normal;
}

.credits-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}


span {
  font-size: 2.7rem;
}

span.wpcf7-list-item {
  font-size: 0;
}

.ok {
  color: white;
}

vertical-center {
  align-items: center;
}


 #copyright {
   background: #242328;
   color: #fff;
   font-size: smaller;
   border-top: 1px solid rgba(255, 255, 255, 0.40);
   overflow: hidden;
 }

 a.gluckdesign {
   color: #242328;
 }

 .nav-links {
   text-align: center;
   margin: 3rem 0;
 }

 .nav-links span,
 .nav-links a {
   display: inline-block;
   width: 1.5rem;
   height: 1.5rem;
   line-height: 1.5rem;
   text-align: center;
   background: #fff;
   border: solid 1px #ddd;
 }

 #hamburger {
   display: none;
 }

 @media only screen and (max-width: 1281px) {


     #head .content-box {
      flex-wrap: wrap;
      z-index: 1;
    }

    #head-menu {
      width: 100%;
    }


    #main-menu ul {
      /*már benne van a menu.css-ben is*/
        display: block;
        margin: 0;
        padding: 0;
      }

      #main-menu ul li {
        margin: 0;
        padding: 0;
        border-top: solid 1px #ddd;
      }

      #main-menu ul li a{
        padding: 0.25rem 0;
        display: block;
      }


      #hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 2rem;
        height: 2rem;
        background: var(--lime);
        border-radius: 50%;
        padding: 0.5rem;
        transition: all 0.3s ease-in-out;
      }

      #hamburger svg {
        display: block;
        width: 100%;
        height: auto;
      }

      #hamburger span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--title);
        border-radius: 2px;
      }


      #hamburger.nyitva {
        background: var(--title);
        justify-content: center;
      }

      #hamburger.nyitva span {
        background: #fff;
        transition: all 0.3s ease-in-out;
      }

      #hamburger.nyitva span:nth-of-type(2) {
        display: none;
      }

      #hamburger.nyitva span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-bottom: -2px;
      }

      #hamburger.nyitva span:nth-of-type(3) {
        transform: rotate(-45deg);
        margin-top: -2px;
      }

      #main-menu {
        max-height: 0;
        opacity: 0;
        transition: all 0.6s ease-in-out;
        border-top: solid 1px #ddd;

      }

      #main-menu.nyitva {
        max-height: 1000px;
        margin-top: 0.75rem;
        opacity: 1;
      }

      .services {
          padding: 1rem 5rem;
}

      img.wp-image-81 {
        top: 5rem;
      }

      .quote {
    margin: -2rem 9rem 0 0;
   }

 }

 @media only screen and (max-width: 1024px) {

  #top-head .content-box{
   display: block;
   text-align: center;
  }


  .home-hero {
    background-position: left;
  }

  .hero-text, #gomb {
    left: 25%
  }


  .services {
    padding: 1rem 3rem;
  }

  .icon-list li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: cover;
    vertical-align: middle;
    color: white;
    display: flex;
    flex-direction: column;
  }

  li {
    font-size: 1rem;
  }

  .help-p {
    font-size: 1rem;
  }

  .mira {
    padding: 0.5rem 4rem;
  }

  img.wp-image-81 {
        max-width: 110%;
        top: 3.4rem;
        right: 13%;
  }


  .mira-heading {
    top: 0;
    font-size: 6.5rem;
  }

  .about-title {
    font-size: 1.7rem;
    right: 20%;
    bottom: 16%;
  }

  h4 {
    font-size: 2.3rem;
  }

  .connect {
    padding: 2rem 4rem;
}

  wp-block-button {
    font-size: 0.7rem;
  }

  div.wp-block-button.booking {
    font-size: 0.9rem;
  }
}




  @media only screen and (max-width: 970px) {

    p {
      font-size: 1.1rem;
    }

    .column-mira01 {
      height: 32rem;
    }



    .wp-block-button {
      padding: 0.7rem;
      font-size: 0.8rem;
      border-radius: 1rem;
    }

    .mira-heading {
      font-size: 5.6rem;
    }

    .about-title {
      bottom: 13%;
    }

  }



@media only screen and (max-width: 834px) {
    .hero-text, #gomb {
        left: 32%;
    }


  @media only screen and (max-width: 768px) {

    .home-hero {
      background-size: cover;
      max-width: 100%;
      background-position: center left -7rem;
     }

      h1 {
        font-size: 2.6rem;
      }

      #header-txt {
        font-size: 1.6rem;
      }



.mission {
  padding: 2rem;
}
      h2.wp-block-heading.align-center.mission-alcim {
        font-size: 1.9rem;
        padding: 0.8rem;
        margin: 0;
      }

      p {
        font-size: 0.9rem;
      }

      h4 {
        font-size: 2rem;
      }

      h2.wp-block-heading.help-title.align-center {
        font-size: 1.4rem;
      }

  li {
    font-size: 0.8rem;
  }

  .help-p {
    font-size: 0.9rem;
    padding: 1rem;
  }

  h4 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }


div.wp-block-button.booking {
    font-size: 0.8rem;
}

.mira {
  display: flex;
    flex-direction: row;
    padding: 2rem;
    max-width: 100vw;
}

img.wp-image-81 {
  max-width: 80%;
left: 10%;
top: 10%;
}

.mira-heading {
    left: 7%;
    margin-top: 0;
    bottom: 40%;
    top: auto;
}

.about-title {
  left: 22%;
  bottom: 29%;
  top: auto;
  font-size: 1.7rem;

}

.about-me {
  bottom: 10%;
  font-size: 1rem;
}

.column-mira01 {
    height: 18rem;
  }

.connection-h4 {
  font-size: 2rem;
}

.app-form-control, select {
  font-size: 0.9rem;

}

h2 {
  margin: 0;
}

button {
  font-size: 1.1rem;
}

span {
  font-size: 2.3rem;
}
.screen-body {
  flex-direction: column;
}

.screen-body-item {
  padding: 10px 100px;
}
.screen-body-item.left {
  margin-bottom: 30px;

}

.app-title {
  flex-direction: row;
}

.app-title span {
  margin-right: 12px;
}

.app-title:after {
  display: none;
}

.oszlop-kozep {
    border-right: 0;
    border-left: 0;
}


div.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
  justify-content: center;
}

.alcim {
  font-size: 1.7rem;
  text-align: center;
}

.months {
  font-size: 1.1rem;
text-align: center;
}

   }

   @media only screen and (max-width: 480px) {


.home-hero {
  background-position: top left -15rem;
}

.hero-text {
  left: 35%;
  top: 34%;
}

#gomb {
  left: 35%;
  top: 55%;
}

h4 {
  font-size: 2rem;
}

.alcim {
  font-size: 1.3rem;
}

h2#contact.wp-block-heading.align-center {
  font-size: 1.6rem;
    margin-top: 1rem;
}

.connection-h4 {
    font-size: 1.3rem;
  }

  .connect {
    padding: 0;
  }

  .about-me {
    bottom: 0%;
    margin-top: -5rem;
  }

  .column-mira01 {
        height: 16rem;
    }

  span {
    font-size: 2rem;
  }
     #top-head .content-box {
        text-align: left;
        }

     #top-head ul {
      display: block;
      margin: 0;
      padding: 0;
     }

     #top-head ul li {
      margin: 0;
      padding: 0;
      padding: 0.25rem 0;
     }

    }

    @media only screen and (max-width: 428px) {

h4 {
  font-size: 1.4rem;
}

.alcim {
  font-size: 1.1rem;
}

.months {
  font-size: 0.9rem;
}


.mira-heading {
  bottom: 40%;
  font-size: 4rem;
}

.about-title {
  font-size: 1.2rem;
  bottom: 33%;
}


.app-form-control, select {
  width: 90%;
}

.app-form-group.message {
    max-width: 90%; }

.screen-body-item {
    padding: 10px;
}

span {
  font-size: 1.7rem;
}

.quote {
  margin: -1rem 0 0 0;
}
    }

    @media only screen and (max-width: 414px) {

.wp-block-button {
  padding: 0.7rem;
  font-size: 0.7rem;
}

.screen-body-item {
  padding: 10px 70px;
}

.home-hero {
  background-position: top left -16rem;
}
#gomb, .hero-text {
  left: 40%;
}

#gomb {
  top: 60%;
}

.hero-text {
  top: 37%;
}
.about-title {
  bottom: 25%;
}

.about-me {
  font-size: 0.9rem;
}


h2#contact.wp-block-heading.align-center {
    font-size: 1.3rem;
}

span {
  font-size: 1.6rem;
}
    }

    @media only screen and (max-width: 375px) {

      .hero-text {
          left: 36%;
          top: 35%;}

          #gomb {
            left: 36%;
            top: 52%;
            font-size: 1rem;
            padding: 8px 12px;
          }

          .home-hero {
              background-position: top left -18rem;
            }

            h1 {
              font-size: 2rem;
              margin-bottom: 2rem;
            }

            #header-txt {
              font-size: 1.4rem;
}

            }
