

/*tablet*/
@media (max-width: 989px) {
  html {
    font-size: 44.5%;
    overflow-x: hidden;
  }

  .top-background-img {
    position: relative;
    width: 100vw;
    height: 75vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 6.5rem;
    left: 5rem;
    font-size: 8rem;
    font-weight: 800;
    line-height: .92;
    -webkit-text-size-adjust: 100%;;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box {
    padding: 0 5rem;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/


  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5rem;
    margin-top: 4rem;
  }

  .nailsText-box {
    line-height: 4.5rem;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 6.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }

  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /******************lashesBox********************/

  .lashesFlex-box {
    margin: 2rem;
    gap: 2rem;
  }
}

/*tablet*/
@media (max-width: 930px) {

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
}

/*tablet*/
@media (max-width: 915px) {

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
}

/*tablet*/
@media (max-width: 880px) {
    /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 70%;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 12rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
}

/*tablet*/
@media (max-width: 840px) {
    /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 13rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 70%;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 12rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
}

/*tablet*/
@media (max-width: 790px) {
  /***********secondBackgroundimg-box************/
  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
  }

  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 12rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
}

@media (max-width: 785px) {
  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
  }
 
  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }
}

/* Tablet */
@media (max-width: 770px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 75vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 6.5rem;
    left: 3rem;
    font-size: 7rem;
    font-weight: 800;
    line-height: .92;
    -webkit-text-size-adjust: 100%;;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/*tablet line text**/
@media (max-width: 760px) {

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 35%;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
  }

  .CFav-text {
    font-size: 11rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 70%;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 7rem;
  }

  .nailsText-box {
    line-height: 6rem;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 6.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }

  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 11rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /******************lashesBox********************/
  

  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 9rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

    footer {
    width: 100%;
    margin-top: 7rem;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 2.5rem;
  }

}

/*tablet*/
@media (max-width: 720px) {

  /***********Lashes, Box, Text***************/

 
  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 10rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 70%;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 11rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  
}

/*tablet*/ 
@media (max-width: 680px) {
    /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 9rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/

}

/*tablet*/ 
@media (max-width: 640px) {

  .top-background-img {
    position: relative;
    width: 100vw;
    height: 75vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 6.5rem;
    left: 3rem;
    font-size: 7rem;
    font-weight: 800;
    line-height: .92;
    -webkit-text-size-adjust: 100%;;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }  

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 10rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 70%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

    /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 9rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/

}

/*tablet***************/ 
@media (max-width: 620px) {
  /***********Lashes, Box, Text***************/
  .text-LS-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 3rem;
    margin-top: 4rem;
  }

  .era-text {
    /*font-family: "Oswald", sans-serif;
    font-family: 'Kalam', cursive;*/
    font-family: "Playfair Display", serif;
    overflow: hidden;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;

    /*animation: autoShowAnimation both;
    animation-timeline: view(1% 5%);*/
  }

  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }

  .cursor::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
  }

  .LS-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35rem;
    height: 28rem;
    padding: 0 4rem;
  }
  
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    left: 0;
    width: 100%;
  }

  .Lashes-text {
    font-size: 8rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
  
  /******************lashesBox********************/
}

/*tablet**/ 
@media (max-width: 600px) {
  /***********Lashes, Box, Text***************/
 

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .CFav-text {
    font-size: 10rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 75%;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 7rem;
  }

  .nailsText-box {
    line-height: 6rem;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 8rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
  /******************lashesBox********************/


}

/*tablet**/ 
@media (max-width: 580px) {
  /***********Lashes, Box, Text***************/


  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .CFav-text {
    font-size: 9rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 75%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 7rem;
  }

  .nailsText-box {
    line-height: 6rem;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 8rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  

}

/*tablet*/ 
@media (max-width: 540px) {
  /***********Lashes, Box, Text***************/


  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 80vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .CFav-text {
    font-size: 9rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 80%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 7rem;
  }

  .nailsText-box {
    line-height: 6rem;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 8rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  

}




/*mobile*/ 
@media (max-width: 510px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 85vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 6.5rem;
    left: 2rem;
    font-size: 6.5rem;
    font-weight: 800;
    line-height: .98;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*transform: scale(1.3);*/
    object-position: 100% 35%;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 7.5rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 83%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    margin-top: 7rem;
  }

  .nailsText-box {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .Lashes-text {
    font-size: 7.5rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /******************lashesBox********************/
  .lashes div {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem; /* responsive font */
    font-weight: 600;
    text-align: start;
    user-select: none;
    background-color: #FAF7F1;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }


  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 9rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
    margin-top: 4rem;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  footer {
    height: max-content;
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 2rem;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 2.5rem;
  }

  .footerContactNav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footerContact {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }

  .footer-navLink {
    gap: .5rem;
    display: flex;
    flex-direction: column;
    text-align: end;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
}

/*mobile****************/ 
@media (max-width: 480px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 85vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 6.5rem;
    left: 2rem;
    font-size: 6.4rem;
    font-weight: 800;
    line-height: .96;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/
  .text-LS-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 3rem;
    margin-top: 4rem;
  }

  .era-text {
    /*font-family: "Oswald", sans-serif;
    font-family: 'Kalam', cursive;*/
    font-family: "Playfair Display", serif;
    overflow: hidden;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;

    /*animation: autoShowAnimation both;
    animation-timeline: view(1% 5%);*/
  }

  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }

  .cursor::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
  }

  .LS-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32rem;
    height: 25rem;
    padding: 0 4rem;
  }
 
  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 7.5rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 87%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 7rem;
  }

  .nailsText-box {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  


  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  footer {
    height: max-content;
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 2rem;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 2.5rem;
  }

  .footerContactNav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footerContact {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }

  .footer-navLink {
    gap: .5rem;
    display: flex;
    flex-direction: column;
    text-align: end;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
}

/*mobile*/ 
@media (max-width: 450px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 70vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    font-size: 6.4rem;
    font-weight: 800;
    line-height: .95;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/


  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 7.5rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 87%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 4rem;
  }

  .nailsText-box {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }
}

/*mobile*/ 
@media (max-width: 415px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 70vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    font-size: 6.2rem;
    font-weight: 800;
    line-height: .95;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 87%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 4rem;
  }

  .nailsText-box {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 6rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  


  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }
}

/*mobile***********/ 
@media (max-width: 405px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 70vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    font-size: 6rem;
    font-weight: 800;
    line-height: .95;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/
  .text-LS-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 3rem;
    margin-top: 4rem;
  }

  .era-text {
    /*font-family: "Oswald", sans-serif;
    font-family: 'Kalam', cursive;*/
    font-family: "Playfair Display", serif;
    overflow: hidden;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;

    /*animation: autoShowAnimation both;
    animation-timeline: view(1% 5%);*/
  }

  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }

  .cursor::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
  }

  .LS-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29rem;
    height: 22rem;
  }


  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 87%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 3.5rem;
  }

  .nailsText-box {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 6rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  


  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }
}

/*mobile*********/ 
@media (max-width: 393px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 70vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    font-size: 6rem;
    font-weight: 800;
    line-height: .95;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/
  .text-LS-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 3rem;
    margin-top: 4rem;
  }

  .era-text {
    /*font-family: "Oswald", sans-serif;
    font-family: 'Kalam', cursive;*/
    font-family: "Playfair Display", serif;
    overflow: hidden;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;

    /*animation: autoShowAnimation both;
    animation-timeline: view(1% 5%);*/
  }

  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }

  .cursor::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
  }

  .LS-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29rem;
    height: 22rem;
  }

  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 87%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: 3.5rem;
  }

  .nailsText-box {
   line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

    .thirdBGimg {
      object-position: 100% 50%;
    }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 6rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  


  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }
}

/*mobile*/ 
@media (max-width: 370px) {
  .top-background-img {
    position: relative;
    width: 100vw;
    height: 70vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    font-size: 6rem;
    font-weight: 800;
    line-height: .95;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .line-box {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }

  /***********Lashes, Box, Text***************/


  /**********secondBackgroundimg-box**************/
  .secondBGimg-box {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .secondBGimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .CFav-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 7%;
  }

  .CFav-text {
    font-size: 6rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /*font-family: "Prata", serif;*/
  }

  .CFav-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    width: 87%;
    font-size: 1.9rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }

  /**************nailsText-box****************/

  .nailstextShop-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 0 2.5rem;
    line-height: 6rem;
    margin-top: rem;
  }

  .nailsText-box {
   line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .nailsText {
    font-family: "Playfair Display", serif;
    font-size: 5.5rem;
  }

  .nailsText-content {
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .nailsText-shopNow {
    text-decoration: none;
    color: #212020;
  }

  .nailsText-shopNow button {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF7F1;
    padding: 1rem 2rem;
    border-width: .13rem;
    font-weight: 400;
    font-size: 1.8rem;
    cursor: pointer;
  }
  /************ThirdBackgroundimg-box************/

  .thirdBGimg-box {
    margin-top: 7rem;
    height: 70vh;
    width: 100%;
    position: relative;
  }

  .Lashestext-box {
    position: absolute;
    width: 100%;
  }

  .Lashes-text {
    font-size: 5.5rem;
    font-weight: 700;
    font-family: "Prata", serif;
  }

  .Lashes-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2.1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .shop-now {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    font-size: 1.9rem;
    font-weight: 500;
    background-color: white;
    color: black;
    display: inline;
    padding: 1.2rem 2rem;
    text-decoration: none;
  }
    /******************lashesBox********************/
  
 

  /************Footer**************/

  /**********TRENDING COLLECTIONS & LINE**********/
  .line-box-2 {
    padding: 0 2.5rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
    height: .26rem;
    width: 100%;
  }

  .straight-line {
    background-color: black;
    height: 100%;
    width: 100%;
  }

  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }
}

/*mobile*********/
@media (max-width: 350px) {

  .top-background-img {
    position: relative;
    width: 100vw;
    height: 70vh;
    background-color: #A53860;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 55%;
  }

  .img-buttom-left {
    font-family: "Oswald", sans-serif;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    font-size: 5.5rem;
    font-weight: 800;
    line-height: .95;
    -webkit-text-size-adjust: 100%;
    /*color: #f57faa;#F0F0F0*/
    color: #FAF7F1;

    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.3s; /* optional delay */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px); /* optional subtle upward movement */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
   /***********Lashes, Box, Text***************/
  .text-LS-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 3rem;
    margin-top: 4rem;
  }

  .era-text {
    /*font-family: "Oswald", sans-serif;
    font-family: 'Kalam', cursive;*/
    font-family: "Playfair Display", serif;
    overflow: hidden;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;

    /*animation: autoShowAnimation both;
    animation-timeline: view(1% 5%);*/
  }

  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }

  .cursor::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
  }

  .LS-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27rem;
    height: 22rem;
  }
}

/*mobile*********/
@media (max-width: 346px) {
  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }
}

/*mobile*********/
@media (max-width: 325px) {
  #text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background: linear-gradient(90deg, /*#D5389C*/#212020);
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* For Safari/Chrome */
    color: transparent; /* Fallback for other browsers */

  }

  .LS-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27rem;
    height: 22rem;
    padding: 0 2rem;
  }
}


