/*
Theme Name: Salone Beauty Salon
Theme URI: https://templatesjumgle.com/
Author: Template Jungle
Author URI: https://templatejumgle.com/
Description: Alena Miller is specially designed product packaged for Alena Miller by Templates Jumgle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/
:root,
[data-bs-theme=light] {
  --heading-font: 'Cormorant Garamond', Georgia, serif;
  --heading-font-weight: 400;
  --heading-color: var(--bs-dark);
  --heading-line-height: 1.1;

  --swiper-theme-color: var(--bs-primary);

  --custom-easing: cubic-bezier(.17, .67, .83, .67);

  /* theme colors */
  --bs-body-font-family: "Roboto", arial, sans-serif;
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;

  --bs-primary: #0400f9;
  --bs-primary-dark: #a98073;
  --bs-secondary: #FDEEE9;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #949494;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 169, 128, 115;
  --bs-secondary-rgb: 253, 238, 233;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: 169, 128, 115;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  /* spacing */
  --bs-gutter-x: 2.5rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

p{
    font-size: 1.2rem;
}
















.main-navs ul {
    /* background: rgba(243, 157, 181, 0.112); */
    /* -webkit-backdrop-filter: blur(4.6px); */
    /* backdrop-filter: blur(4.6px); */
    display: flex;
    justify-content:end;
    gap:10px;
  }
  .main-navs ul li a {
    padding: .4rem 1rem;
    margin-bottom: 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .main-navs ul li a:hover,
  .main-navs ul a.active {
    border-bottom: 3px solid #5d2269;
  }

  @media screen and (max-width: 768px) {
    .main-navs {
      display: none;
    }


}


.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .site-blocks-cover, .site-blocks-cover > .container > .row {
      min-height: 600px;
      height: calc(100vh); }
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
      min-height: 400px;
      height: 600px; }
    .site-blocks-cover h2 {
      font-size: 14px;
      font-weight: normal;
      color: #000;
      letter-spacing: .2em;
      text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .featured-hero-product {
        margin-top: 10%;
        position: absolute; } }
    .site-blocks-cover h1 {
      font-size: 50px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .site-blocks-cover h1 {
          font-size: 70px; } }
    .site-blocks-cover p {
      color: #fff;
      font-size: 20px;
      line-height: 35px; }
    .site-blocks-cover .intro-text {
      font-size: 16px;
      color: #fff;
      line-height: 1.5; }
    .site-blocks-cover.inner-page .site-block-cover-content {
      margin-top: 20%;
      text-align: center; }
      @media (min-width: 768px) {
        .site-blocks-cover.inner-page .site-block-cover-content {
          margin-top: 30%; } }
    .site-blocks-cover .sub-title {
      color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .img-1 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    .site-blocks-cover .btn {
      padding: 20px 30px; }








      /* .demo{ background: #f8f8f8; } */
      .testimonial{
          margin: 0 20px 40px;
      }
      .testimonial .testimonial-content{
          padding: 35px 25px 35px 50px;
          margin-bottom: 35px;
          background: #fff;
          border: 1px solid #d1bad6;
          position: relative;
      }
      .testimonial .testimonial-content:after{
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          background: #d1bad6;
          position: absolute;
          bottom: -10px;
          left: 22px;
          transform: rotate(45deg);
      }
      .testimonial-content .testimonial-icon{
          width: 50px;
          height: 45px;
          background: #5d2269;
          text-align: center;
          /* font-size: 22px; */
          color: #fff;
          /* line-height: 42px; */
          position: absolute;
          top: 37px;
          left: -19px;
      }
      .testimonial-content .testimonial-icon:before{
          content: "";
          border-bottom: 16px solid #5d2269;
          border-left: 18px solid transparent;
          position: absolute;
          top: -16px;
          left: 1px;
      }
      .testimonial .description{
          font-style: italic;
          margin: 0;
      }
      .testimonial .title{
          display: block;
          font-size: 18px;
          font-weight: 700;
          color: #5d2269;
          text-transform: capitalize;
          letter-spacing: 1px;
          margin: 0 0 5px 0;
      }
      .testimonial .post{
          display: block;
          font-size: 14px;
          color: #ff4242;
      }
      .owl-theme .owl-controls{
          margin-top: 20px;
      }
      .owl-theme .owl-controls .owl-page span{
          background: #ccc;
          opacity: 1;
          transition: all 0.4s ease 0s;
      }
      .owl-theme .owl-controls .owl-page.active span,
      .owl-theme .owl-controls.clickable .owl-page:hover span{
          background: #ff4242;
      }




      .goTop {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 0.75rem;
        padding: 18px 20px;
        border-radius: 50%;
        color: #fff;
        background-color: #5d2269;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        position: fixed;
        right: 1.875rem;
        bottom: 1.5rem;
        cursor: pointer;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        -webkit-transition: 0.6s;
        transition: 0.6s;
      }
      .goTop:after {
        content: "Ā";
      }
      .goTop:hover {
        background-color: #fee3ec;
        color: #fff;
      }
      .goTop:focus {
        outline: none;
      }
      .goTop.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.6s;
        transition: 0.6s;
      }



      /* .carousel-item {
        padding: 2rem;
        background-color: #f8f9fa;
        border-radius: 15px;
        box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
    }
    .carousel-item p {
        font-size: 1.2rem;
        font-style: italic;
        color: #555;
    }
    .carousel-item h5 {
        margin-top: 1.5rem;
        font-weight: bold;
        color: #333;
    } */




    .bouncing-text {
        position: relative;
        animation: bounce 2.8s infinite;
    }

    @keyframes bounce {
        0%, 100% {
            top: 0;
        }
        50% {
            top: -24px;
        }
    }

    /* .circular-text {
        position: relative;
        animation: rotate 5s linear infinite;
        width: 100px;
        height: 100px;
        text-align: center;
        margin: 100px auto;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    } */












     .gallery .col-md-3 {
        position: relative;
        overflow: hidden;
    }

    .image img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .gallery img {
         width: 100%;
        height: 390px;
        object-fit: cover;
        border-radius: 10px;
        transition: transform 1s ease-in-out;
        border-radius: 10px;
        width: 98%;
        height: 300px;
        margin-bottom: 15px;
        object-position: center;
    }
/*
    .gallery img:hover {
        transform: scale(.9);
    } */

.gallery {
    text-align: center;
}



/*


.team-img {
    width: 100%;
    border-radius: 100%;
    transition: transform 0.3s ease;
}

.position-relative {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.position-relative:hover .overlay {
    opacity: 1;
}

.position-relative:hover .team-img {
    transform: scale(1.1);
}

.overlay h4 {
    color: white;
    font-size: 2rem;
    text-align: center;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.3rem;
}

.social-icons a:hover {
    color:#f39c12;
}

@media (max-width: 576px) {
    .team-img {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .team-img {
        width: 100%;
    }
}

 */

    .header-image {
        background-size: cover;
        background-position: center;
        height: 400px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .about-section {
        padding: 2rem 1.1rem;
    }
    .services-section {
        padding: 2rem 1.1rem;
    }
    .gallery {
        margin-top: 2rem;
    }
    .contact-section {
        padding: 2rem 0;
    }

    .image img{
        border-radius: 10px;
        width: 100%;
        height: 400px;
        margin-bottom: 15px;
    }

    body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
    }

    .about-header {
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;

    }



    .about-header h1 {
        font-size: 3rem;
        font-weight: bold;
         color: white;
    }

    .about-section {
        padding: 60px 20px;
        background-color: #f8f9fa;
    }

    .about-section .col-md-6 {
        padding: 20px;
    }

    /* .about-text {
        margin-top: 20px;
    } */

    .about-text h2 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }



    .feature-item {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .feature-item i {
        font-size: 2rem;
        color: #f39c12;
        margin-bottom: 15px;
    }

    .feature-item h4 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .feature-item p {
        font-size: 1rem;
        color: #6c757d;
    }







    .partner-card, .card{
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        transition: transform 0.2s ease-in-out;
    }

    @media (min-width: 600px){
        .partner-card{
            width: 92%;
        }
    }

    @media (max-width: 600px){
        .partner-card {
            width: 100%;
        }
    }

    @media (min-width: 768px){
        .card{
            width: 92%;
        }
    }

    @media (max-width: 508px){
        .card {
            width: 97%;
        }
    }

    .partner-card:hover {
        transform: translateY(-5px);
    }

    .partner-image {
        height: 300px;
        width: 100%;
    }

    .partner-info {
        padding: 15px;
    }

    .partner-info h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .partner-info p {
        margin-bottom: 15px;
    }

    .btn-primary {
        background-color: #ff4b5c;
        border: none;
    }











































/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: var(--bs-light);
  --bs-body-color-rgb: 241, 241, 240;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;

  color: var(--bs-gray);
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

/*----- Header Menu
--------------------------------------------------------------*/
#menu-toggle {
  opacity: 0;
  color:#5d2269
}

#menu-toggle:checked~.menu-btn>span {
  transform: rotate(45deg);
}

#menu-toggle:checked~.menu-btn>span::before {
  top: 0;
  transform: rotate(0);
  background: #fff;
}

#menu-toggle:checked~.menu-btn>span::after {
  top: 0;
  transform: rotate(90deg);
  background: #fff;
}

#menu-toggle:checked~.navmenu {
  visibility: visible;
  right: 0;
}

.menu-btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9;
  margin: 20px;
}

.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--bs-dark);
  transition-duration: .25s;
}

.menu-btn>span::before {
  content: '';
  top: -8px;
}

.menu-btn>span::after {
  content: '';
  top: 8px;
}










@media screen and (min-width: 770px) {
    .menu-btn, #navbar{
       display: none;
   }
}










/*----- Nav Sidebar
  --------------------------------------------------------------*/
.nav-overlay {
  position: fixed;
  z-index: 9;
}

.nav-overlay:before,
.nav-overlay:after {
  content: "";
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #5d2269;
  border-bottom-left-radius: 200%;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
}

.nav-overlay:after {
  background: #5d2269;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-overlay:before {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.nav__content {
  position: fixed;
  visibility: hidden;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align:right;
}

.nav__list {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: left;
  padding-left: 20px;
  color: rgb(219, 200, 219);
  overflow: hidden;
  /* font-size: 2rem; */
  line-height: 1;
  -webkit-transform: translate(100px, 0%);
  transform: translate(100px, 0%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__list-item a {
  position: relative;
  text-decoration: none;
  color: rgb(248, 243, 248);
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  z-index: 2;
  display: inline-block;
  /* text-transform: uppercase; */
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav__list-item a:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -2px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: var(--accent-color);
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav__list-item a:hover:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.nav__list-item a:hover {
  color: #eba1d1;
}

.nav__list-item.active-nav a {
  color: #d5d686;
}

.nav__list-item.active-nav a:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

body.nav-active .nav__content {
  visibility: visible;
}

body.nav-active .menu-icon__line {
  background-color: var(--light-background-color);
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
  transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

body.nav-active .nav-overlay {
  visibility: visible;
}

body.nav-active .nav-overlay:before,
body.nav-active .nav-overlay:after {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
}

body.nav-active .nav-overlay:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

body.nav-active .nav-overlay:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

/* billboard */
#billboard .text-content {
  z-index: 2;
  position: absolute;
  width: 40%;
  top: 30%;
}

#billboard .text-content .display-1 {
  font-size: calc(2.5rem + 6vw);
}

#billboard figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #billboard .text-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }

  #billboard figure figcaption {
    position: relative;
  }
}
