*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    
}
/*HOME*/
body{
    background-color: #ece8e1;
    overflow-x: hidden;
        
}
/*header*/

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.6s;
    padding: 20px 10px;
    height: 80px;
    z-index: 100000;
}
header.sticky{
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.808);

}
.nav_area{
    position: relative;
    left: 300px;
}
.logo{
    position: relative;
    left: 300px;
}
.logo img{
    width: 100px;
    height: 100px;
    
}
a{
    font-size: 20px;
    transition: 0.5s all ease;
}
header ul{
    list-style: none;
    margin: auto;
    display: flex;
    text-decoration: none;
}
header ul li{
    position: relative;
    list-style:none;
}
header ul li a{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: rgb(245, 245, 245);
    letter-spacing: 2px;
    font-weight: 300px;
    font-size: 14px;
    transition: 0.6s;
}
ul li a:hover{
    color: red;
    
}

li .active{
    color: rgb(247, 7, 7);
}

.video-clip{
    color: rgba(0, 0, 0, 0.747);
    position: absolute;
    right: 0;
    bottom: -2%;
    z-index: -1;
}
/*content*/
/*--*/

.content{
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: flex;
    
 }
.content h1{
    text-align: flex;
    font-family: 'Dancing Script', cursive;
    font-size: 110px;
    color: rgb(196, 22, 22);
    
}
.content h2{
    font-family: 'Dancing Script', cursive;
    text-align: flex;
    color: #ffffff;
    font-size: 60px;
    margin-left: 10px;
}

.content p{
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 1350px;
    
}
.content a{
    text-decoration: none;
    display: inline-block;
    color: white;
    border: 2px solid white;
    padding: 10px 50px;
    border-radius: 50px;
    margin-top: 40px;
    margin-left: 80px;
    
}
.content a:hover{
    border-color: red;
    color: red;
    
}
.Best{
    position: absolute;
    top: 600px;
    left: 230px;
    text-align: flex;
    color: rgb(240, 42, 42);
    
}
.Best h1{
    margin-top: 40px;
    margin-bottom: -10px;
    font-family: 'Dancing Script', cursive;
    font-size: 80px;

}
.box-1{
    color: white;
    position: absolute;
    top: 170px;
    right: 220px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.3s;
}
.box-2{
    color: white;
    position: relative;
    top: 45px;
    left: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box-3{
    color: white;
    position: relative;
    top: -60px;
    left: 210px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box-1 img {
    max-width: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 3px; 
    transition:.5s;  
    
}
.box-2 img {
    max-width: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 3px; 
    transition:.5s; 
    
}
.box-3 img {
    max-width: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 3px; 
    transition:.5s;   
    
}
.box-1:hover img{
    transform: scale(1.2);
    z-index: 2;


}
.box-2:hover img{
    transform: scale(1.2);
    z-index: 2;


}
.box-3:hover img{
    transform: scale(1.2);
    z-index: 2;


}
/*-COUPON-*/

.background-coupon h1{
    font-family: 'Dancing Script', cursive;
    position: relative;
    top: 240px;
    left: 1130px;
    color: rgb(253, 253, 253);
    font-size: 60px;
}

.coupon1 {
    position: absolute;
    right: 100px;
    top: 40px;
    margin: 200px;
    border: 1px rgb(255, 255, 255);
    border-radius: 15px;
    
    
}
.container2{
    position: relative;
    right: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.coupon-card{
        background: linear-gradient(#000000be, #da2045bd );
        color: #fff;
        text-align: center;
        padding: 30px 20px;
        border-radius: 15px;
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
        position: absolute;
        left: 100px;
        top: 100px;
        height: 320px;
        width: 400px;
        border: 1px solid #f7f7f7;
    
    

}
.logo2{
    background-color: #000000fd;
    width: 80px;
    border-radius: 50px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #fdf7f7;
   

}
.coupon-card h3{
    font-size: 20px;
    font-weight: 1900px;
    line-height: 30px;
    margin-bottom: -10px;

}
.coupon-card p{
    font-size: 15px;

}
.coupon-row{
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;

}
#birth{
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;

}

#puto{
    
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;

}
button{
    border-color: rgba(0, 0, 0, 0.438);
    border: -1px;
    height: 45px;
    position: relative;
    left: 3px;
    background: #fff;
    padding: 10px 20px;
    color: #7158fe;
    cursor: pointer;
    font-size: 15px;
}
button :hover{
    border-color: red;
    color: rgb(25, 202, 70);
    
}



.coupon-card2{
    background: linear-gradient(#000000be, #da2045bd );
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
    position: absolute;
    left: -400px;
    top: 100px;
    height: 320px;
    width: 400px;
    border: 1px solid #f7f7f7;
    
}
.coupon-card2 h3{
    font-size: 20px;
    font-weight: 1900px;
    line-height: 30px;
    margin-bottom: -10px;

}
.coupon-card2 p{
    font-size: 15px;

}

/*-content end-*/

/*menu start*/
.menu{
    padding: 0.5rem 2rem;
    position: relative;
    top: 800px;
}

.heading{
    position: relative;
    right: 20px;
    top: 5vh;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: 130px;
    font-family: 'Dancing Script', cursive;
    font-size: 80px;  
}

.heading h1{
    color: #0f1923;
    display: block;
    font-size: large;
    font-style: bold;
    
}

.box-container{
    margin: 100px auto;
    margin-left: 300px;
    margin-right: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: rgb(0, 0, 0);
    
}

.box{
    color: rgb(0, 0, 0);
    flex-basis: 580px;
    margin-bottom: 10px;
    
}
.box:nth-child(5), .box:nth-child(6){
    border-bottom: 2;
}
.box{
    display: flex;
    flex-direction: row;
    align-items: center;

}
.box:hover img{
    transform: scale(1.2);
    


}
.box img{
    
    max-width: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 3px; 
    transition: 0.4s;  
    

}
.box h4{
    text-transform: capitalize;
    font-size: 22px;
    border-bottom: 1px dashed rgb(0, 0, 0);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.box span{
    float: right;
    color: rgb(233, 67, 38);
    font-style: italic;

}
.menu-container{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 40%;
    
}

.btn-1{
    text-decoration: none;
    display: inline-block;
    color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
    padding: 14px 70px;
    border-radius: 40px;
    margin-top: 30px;
    position: absolute;
    top: 750px;
    left: 800px;                                    
  
}
.btn-1:hover{
    border-color: red;
    color: red;
    
}



/* menu end*/






/*start of footer*/
.footer {
    position: relative;
    align-items: center;
    bottom: -1000px;
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 60px 60px;
    color: #ffffff;
    background-color: black;
    border-top: 1px solid #ffffff;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    position: relative;
    margin-right: none;
    margin-bottom: 2em;
  }
  
  .footer__logo {
    font-family: 'Dancing Script', cursive;
    font-weight: 200;
    font-size: 80px;
    text-transform: lowercase;
    position: relative;
    left: 100px;
    top: 50px;
    color: white;
  }
  
  .footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
  }
  
  
  .nav__title1 {
    font-size: 20px;
    font-weight: 200;
    color: white;
    font-style: normal;
    position: relative;
    bottom: -25px;
    left: 900px;
  }
  .nav__ul2 a{
    font-size: 30px;
    color: white;
  }
  .nav__ul2 {
    position: relative;
    bottom: -40px;
    left: 860px;   
  }
  
  
  
  .footer address {
    font-style: normal;
    color: #ffffff;
    position: relative;
    bottom: 0;
    
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
    padding: 0;
  }
  
  
  
  .footer li {
    display: inline;
    position: relative;
    margin: 10px;
    color: white;
    
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
    
  }
  
  
  
  .nav__ul a {
    color: #fdfdfd;
  }
  .nav__ul li {
    color: #999;
    display: block;
  }
  
  
  
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }
  .legal p{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 600px;
  }
    
  .legal__links {
  
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 700px;
  }
  
  .heart {
    color: #f00808;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: none;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: -1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }
  

  
