/*--------------------------------------------------------------
  0. General
----------------------------------------------------------------*/

@media (min-width: 992px) {
    .container {
        max-width: 1149px;
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1265px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width : 768px) {
  .section-title h3 {
    font-size: 21px;
}
.section-title p {
    font-size: 21px;
}
}


/*--------------------------------------------------------------
  1. Header
----------------------------------------------------------------*/
@media only screen and (min-width : 991px) {
  .main__header .main__header-wrap .header__burger {
    display: none;
  }
}

@media only screen and (min-width : 768px) {
header .main__header .main__header-wrap {
          padding: 30px 0 20px 0;
}
  header .main__header .main__header-wrap .header__burger {
    display: none;
  }

    header .header__menu-mobile {
    display: none;
  }
}

@media only screen and (max-width : 768px) {

header .main__header .main__header-wrap {
  align-items: center;
  padding: 8px 0;
}

  header .main__header .main__header-wrap .header__menu {
    display: none;
  }

  header .header__menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 9;
    padding-bottom: 50px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
  }

  header .header__menu-mobile.active {
    opacity: 1;
    visibility: visible;
  }

  header .header__menu-mobile .nav {
           height: 100%;
  }

  header .header__menu-mobile .menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(1.2);
    opacity: 0;
    transition: all .3s ease;
  }

  header .header__menu-mobile.active .menu {
    opacity: 1;
    transform: none;
    transition-delay: .2s;
  }

  header .header__menu-mobile .menu li {
    padding: 20px 5px;
  }

  header .header__menu-mobile .menu li a {
    display: block;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 21px;
  }

}

/*--------------------------------------------------------------
  2. Hero
----------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
  /* .hero .hero__wrap .hero__item .hero-bg {
    height: 100vh;
} */


}

@media only screen and (max-width : 991px) {
    .hero .hero__wrap .hero__item .hero-bg {
    height: 100vh;
}

}


@media only screen and (max-width : 768px) {
  .hero .hero__wrap .hero__item .hero-bg .container .hero__info {
        margin-top: 145px;
        width: 100%;
            max-width: 100%;
            padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
}

.hero .hero__wrap .hero__item .hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.hero .hero__wrap .hero__item .hero-bg .container .hero__info .hero__text {
      text-align: center;
          font-size: 28px;
}
.hero .hero__wrap .hero__item .hero-bg .container .hero__info .hero__subtext {
  text-align: center;
      font-size: 20px;
}
.hero .hero__wrap .hero__item .hero-bg .container .hero__info .line-decor {
	margin: 15px auto 15px auto;
}
}
/*--------------------------------------------------------------
  3. Greetings Text
----------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
.creetings h2 {
    font-size: 21px;
}
}

/*--------------------------------------------------------------
  4. About
----------------------------------------------------------------*/
@media only screen and (max-width : 991px) {
.about .about-wrap .about-picture {
    width: 100%;
    margin-bottom: 35px;
}
.about .about-wrap .about-text h3{
  font-size: 21px;
}

.about .about-wrap .about-text {
  width: 100%;
}
}
/*--------------------------------------------------------------
  5. Services
----------------------------------------------------------------*/
@media only screen and (max-width : 991px) {
.services {
  overflow: hidden;
}

.services .services-wrap .column {
      flex: 1 1 100%;
}

.services .services-wrap::before {
    width: 1650px;
    height: 1650px;
}
}
@media only screen and (max-width : 768px) {
.services .services-wrap .services-item .services-content h4 {
	font-size: 21px;
}

.services .services-wrap .services-item .services-content p {
	font-size: 16px;
}
}
/*--------------------------------------------------------------
  6. Presentation
----------------------------------------------------------------*/

/*--------------------------------------------------------------
  7. Love Miami
----------------------------------------------------------------*/
@media only screen and (max-width : 991px) {
.lovemiami {
    overflow: hidden;
}

.lovemiami .lovemiami-wrap {
    grid-template-columns: repeat(1, 1fr);
}

.lovemiami .lovemiami-wrap::before {
    width: 1650px;
    height: 1650px;
}
}
/*--------------------------------------------------------------
  8. Contact Form
----------------------------------------------------------------*/

@media only screen and (max-width : 1199px) {
  .contact .contact-form {
width: 50%;
  }
}

@media only screen and (max-width : 991px) {
.contact .contact-wrap {
flex-direction: column;
}

.contact .contact-text {
    width: 100%;
    margin-bottom: 35px;
}

.contact .contact-form {
    width: 100%;
}
}
/*--------------------------------------------------------------
  9. Footer
----------------------------------------------------------------*/

@media only screen and (max-width : 567px) {
.footer .footer-wrap {
   flex-direction: column;
}
.footer .footer-wrap .footer-logo__wrap {
  flex-wrap: nowrap;
      margin-bottom: 65px;
      margin-right: 0px;
      gap: 40px;
}
.footer .footer-wrap .footer-info__wrap {
gap: 30px;
}
}