/** Shopify CDN: Minification failed

Line 296:4 Unexpected "}"

**/
    
  .video-section {
      position: ;
      overflow: hidden;
      width: 100%;
      height: calc(100vh - 100px);
  }

    .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    }

    .video-wrapper iframe,
    .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    .content-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        width: 100%;
        max-width: 75%;
        display: grid;
        grid-row-gap: 25px;
    }
    
    .content-overlay h1 {
      font-family: Figtree;
      font-weight: 800;
      letter-spacing: 0.6000000238418579px;
      text-align: left;
      color: #fff;
      margin:0;
    }
    
    .content-overlay p {
    font-size: 20px;
    margin-bottom: 20px;
    }
    
    .buttons a {
    margin: 0 10px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    }

    .buttons a span {
      
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      text-align: center; 
    }
    
    .btn-primary {
    color: white;
    background: #C7A69D;
    box-shadow: 4px 4px 5px 0px #0000004D inset;
    }
    
    .btn-secondary {
    background-color: white;
    color: #333;
    }
    
    .title-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    }
@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) {
.title-logo img {
    width: 446px !important;
    min-width: 446px !important;
    max-width: 446px;
 }
}  
    .content-overlay .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    
   .video-section .buttons a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    }
    
   .video-section .buttons a img {
    width: 35px;
    height: 30px;
    display: none;
      transition:all 0.3s linear;
     -webkit-transition:all 0.3s linear;
      -moz0-ransition:all 0.3s linear;
    }
.video-section .buttons > .btn.btn-primary:hover a img,
.video-section .buttons > .btn.btn-secondary:hover a img{
    display: block;
}
    
    .buttons a:hover img {
      display: block;
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-out;
    }

 .video-section .buttons a:hover {
    font-size: 18px !important;
    line-height: 28px !important;
    /* transition: opacity 0.5s ease-in-out, transform 0.5s ease-out; */
    max-width: fit-content !important;
  }


    .video-section .buttons .btn.btn-primary {
      max-width: 330px;
      height: 55px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .video-section .buttons .btn.btn-secondary {
      max-width: 220px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 55px;
      box-shadow: 4px 4px 5px 0px #0000004D inset;
    }
.image-new {
    /* height: 100% !important; */
    position: absolute;
    bottom: 29px !important;
    right: 11px;
    overflow: hidden;
}
.image-new img {
    /* position: absolute;
    right: 70px;
    bottom: 64px; */
    animation: rotate-animation 10s infinite linear;
    width: 168px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

  @media  (max-width:999px){
    .image-new img {
    width: 125px;
    /* z-index: 9999999999999999999; */
    }
    .image-new {
    /* height: 100% !important; */
    position: absolute;
    bottom: 245px !important;
    right: 11px;
    overflow: hidden;
}
 }
@media screen and (min-device-width: 768px) and (max-device-width: 994px){
      .content-overlay {
    top: 40% !important;
}

}
  @media (max-width:994px){
.buttons .btn.btn-primary {
    max-width: 247px;
    height: 42px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons .btn.btn-secondary {
    max-width: 131px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-shadow: 4px 4px 5px 0px #0000004D inset;
}
    .buttons a {
    padding: 12px 5px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
  }
    @media (max-width:1440px){
    
    /* .video-section {
    height: 60vh;
    } */
    
    .content-overlay {
    max-width: 100%;
    padding: 20px;
    }
    
   
    
    .content-overlay h1 {
    font-size: 52px;
    line-height: 62px;
    }
    
    }  
    
    @media(max-width:1024px){
  
    
    .title-logo img {
    width: 300px;
    height: 50px;
    }
    
    .content-overlay h1 {
    font-size: 52px;
    line-height: 62px;
    }
    }

   @media (max-width:991px){
     .video-section {
      height: 60vh;
    }
     
   }
    
  .content-overlay {
    top: 58%;
}
    /* .content-overlay {
    max-width: 100%;
    } */
 
    
    .title-logo {
    flex-wrap: wrap;
    }
    
    .content-overlay h1 {
      font-size: 42px;
      line-height: 52px;
      margin: 10px 0;
      text-align: center;
    }
    
    .content-overlay .buttons {
    row-gap: 20px;
    margin: 20px 0;
}
    .buttons a {
      padding: 12px 30px;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
    }
    
    }
    
    @media (max-width:567px){
    
    /* .video-section {
    height: 80vh;
    } */
    
    .content-overlay {
    max-width: 100%;
    }
    
    .title-logo img {
    width: 200px;
    height: 40px;
    }
    
    .title-logo {
    flex-wrap: wrap;
    }
    
    .content-overlay h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 10px 0;
    text-align: center;
    }
    
    .content-overlay .buttons {
    row-gap: 20px;
    }
    
.buttons a {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

    .buttons .btn.btn-primary {
        max-width: fit-content;
        height: auto;
    }
      
    .buttons .btn.btn-secondary {
      max-width: max-content;
      height: auto;
    }
    
    .video-section .buttons > .btn.btn-primary,
    .video-section .buttons > .btn.btn-secondary {
      max-width: inherit;
    }
      
    }

    @media (min-width:1000px){
  a.arrow-home {
    width: fit-content;
    margin: 0 auto;
    padding-top: 9px;
    position: absolute;
    transform: translate(0%, 50%);
    left: 0;
    right: 0;
    /* bottom: -200px; */
    top: 94%;
     animation: bounce2 2s ease infinite;
}
    }
 @media (max-width:1000px){
a.arrow-home {
    width: fit-content;
    margin: 0 auto;
    padding-top: 9px;
    position: absolute;
    transform: translate(0, 50%);
    left: 0;
    right: 0;
    /* bottom: -200px; */
    top: 66%;
   animation: bounce2 2s ease infinite;
}
 }
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.announcement-bar__content a, .announcement-bar__content p {
    font-family: 'nexa' !important;
}
.newsletter__subheading {
    max-width: 859px !important;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-device-width: 767px) and (max-device-width: 1023px) { 
a.arrow-home {
    width: fit-content;
    margin: 0 auto;
    padding-top: 9px;
    position: absolute;
    transform: translate(0, 50%);
    left: 0;
    right: 0;
    /* bottom: -200px; */
    top: 91% !important;
    animation: bounce2 2s ease infinite;
}
}


@media screen and (min-device-width: 767px) and (max-device-width: 1023px) { 
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    justify-content: space-between;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
}