/** Shopify CDN: Minification failed

Line 213:0 Unexpected "/"

**/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#ab-sec5-cont{
    width: 100vw;
    height: 100vh;
    background-color: #FEF8F0;
    /* padding-bottom: 10%; */
    /* background-color: grey; */
}
#ab-sec5{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    /* background-color: grey; */
    padding-bottom: 5%;
}
#ab-video-cont{
    width: 47%;
    height: 100%;
    /* background-color: red; */
}
/* #ab-video-cont-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
} */
 video{
  width: 100%;
  height: 100%;
 }
#sec5-text-cont{
    width: 47%;
    height: 100%;
    background-color: #FFEFC7;
    padding: 2% 4.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#sec5-main-text{
    width: 100%;
    /* text-align: left; */
}
#sec5-main-text-h1{
    font-family: 'Madimi One';
    font-size: 6.3vw;
    font-weight: 400;
    color: #523122;
    line-height: 1.2;
}
#sec5-sub-text{
    width: 100%;
}
#sec5-sub-text-h2{
    font-family:'Glacial Indifference';
    /* text-transform: capitalize; */
    font-size:1.62vw;
    font-weight:400;
    color: #000000;
    line-height: 1.5;
}
/* #sec5-bottom-space{
    width: 100%;
    height: 18vh;
    background-color:  #FEF8F0;
} */
#sec5-main-text-h1 {
  white-space: pre-wrap;
}
#sec5-main-text-h1 span {
  opacity: 0;
  display: inline-block;
  animation: fadeInProduct 0.5s ease-out forwards;
}

@keyframes fadeInProduct {
  0%{
    scale:0;
    opacity: 0;
  }
  50%{
    scale:1;
    opacity: 1.1;
  }
  to {
    opacity: 1;
    scale: 0.9;
  }
}


@media screen and (max-width: 1440px) {
    #sec5-text-cont{
      height:91%;
      justify-content:center;
      gap:10%;
      padding:0 4.5%;
      margin-top:2.4%;
    }

    #sec5-main-text-h1{
        font-size: 5.8vw;
    }

    #sec5-sub-text-h2{
        font-size: 1.5vw;
    }
}


@media screen and (max-width: 1024px) {
    #ab-sec5-cont{
        height: auto;
        padding: 80px 0;
    }

    #ab-sec5{
        align-items: center;
        padding-bottom: 0;
    }

    #ab-video-cont{
        width: 48%;
        height: auto;
    }
    #sec5-text-cont{
      height:100%;
      width: 48%;
      justify-content:space-evenly;
      gap:4%;
      padding:8% 0%;
      margin-top:0%;

    }
    #sec5-main-text-h1{
        font-size: 7.4vw;
    }

    #sec5-sub-text-h2{
        font-size: 1.9vw;
    }
}


@media screen and (max-width: 768px) {
    #ab-sec5{
        flex-direction: column;
        gap: 40px;
    }

    #ab-video-cont,
    #sec5-text-cont{
        width: 90%;
        height: auto;
    }

    video{
        height: auto;
    }

    #sec5-text-cont{
        padding: 6% 6%;
    }

    #sec5-main-text-h1{
        font-size: 7.5vw;
        text-align: center;
    }

    #sec5-sub-text-h2{
        font-size: 2.8vw;
        text-align: center;
    }
}


@media screen and (max-width: 425px) {
    #sec5-text-cont{
      justify-content:flex-start;
      gap:5%;
    }
    #ab-video-cont,
    #sec5-text-cont{
        width: 92%;
    }

    #sec5-main-text-h1{
        font-size: 13.5vw;
        line-height: 1.15;
    }
    #sec5-sub-text{
      margin-top:5%;
    }
    #sec5-sub-text-h2{
        font-size: 4vw;
        line-height: 1.4;
    }
    #sec5-main-text-h1 span:empty {
    display: none;
  }
}

/
@media screen and (max-width: 375px) {
    #sec5-main-text-h1{
        font-size: 10.5vw;
    }

    #sec5-sub-text-h2{
        font-size: 4.3vw;
    }
}
