
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Changa:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Squada+One&display=swap');
:root{
    --clr-text:rgb(48, 48, 48);
    --clr-primary:#cc0000;
    --clr-accent:#005f0a;
    --ff-small: "Poppins";
    --ff-header:'Changa';
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior:smooth;
}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    font-family:var(--ff-small);
    color:var(--clr-text);
    font-size: 1rem;
}

html{
    box-sizing: border-box;
}

h2,h3,h4{
    color:black;
    font-family: var(--ff-header);
}
h2{
    font-size: 1.4rem;
    
    font-weight: 500;
}
h4{
    font-size: 1rem;
}

.main{
    padding-left: 6rem;
    padding-right: 6rem;
}



.intro{
    margin-bottom: 5rem;
    background-image: url('../pics/LOGO 3A.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height:40vh;
    display: flex;
    align-items: center;
}

.intro-text h1{
    font-family: 'Bangers';
    font-size: 3.5rem;
    color: black;
    
}
.intro-text h3{
    margin-top: 1rem;
    font-family: 'Poppins';
    font-size: 1.5rem;
    padding-left: 2rem;
    
}

@media (max-width: 1050px){
    .intro-text h1{
      
        font-size: 3rem;
        
    }
    .intro-text h3{
        font-size: 1.2rem;
        padding-left: 2rem;
        
    }
}



.intro img {
    width: 100%;
    height: auto; 
}



.advantages{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap:40px;
    row-gap: 15px;
    justify-content: space-between;

}

.info-item{
    text-align: center;
    display: grid;  
    grid-template-rows: subgrid;
    grid-row: span 3;
    justify-items: center;
}

p{
    font-weight: 600;
    color: #5b5b5b;
}

.advantages h2{
    letter-spacing: 1px;
}
.advantages img{
    height: 200px;
}

#reserve{
    padding: 3px 18px; 
    border: none;
    cursor: pointer;
    background-color: var(--clr-accent);
    border-radius: 20px;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    transition: 0.3 ease;

}
#reserve:hover{
    letter-spacing: 2px;        
    background-color: var(--clr-primary);
    color: white;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.main-section{
    font-size: 2.6rem;
    margin-bottom: 1em;
    text-align: center;
    font-family:'Squada One';
    letter-spacing: 2px;
    padding-top: 1.2em;
}


.cup_image{
    width: auto; 
    height: 350px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.menu-card {
    margin-top: 20px;
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
    padding-top: 20px; 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.3s;
    width: 320px;
}

.menu-card h4 {
    font-size: 1.4rem;
    color: #5b5b5b;
    font-family: 'Changa';
    font-weight: 500;
    transition: 0.3s;
}

.menu-card:hover {
    transform: translateY(-15px); 
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5); 
    
}

.menu-card:hover h4{
    color: var(--clr-accent);
}

.menu-cards{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px 20px;    
}


.menu-section {
    border: solid var(--clr-primary) 4px;
    border-radius: 30px;     
    margin-bottom: 10vh;
    
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), inset 0 0 0 5px var(--clr-accent);
    padding: 2em;          
    margin-left: 6rem;      
    margin-right: 6rem;  
}

.menu-sub {
    font-size: 2rem;    
    font-family: 'Changa';
    margin-bottom: 20px; 
    color: black;
    padding-bottom: 0.5em;
    border-bottom: black solid 1px;
    text-align: center;      
    align-content: center;
    font-weight: 500;
}


.service-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    padding: 20px;
    max-width: 400px;
    width: 100%;
    max-height: 600px;
    height: fit-content;
    transition: transform 0.3s, box-shadow 0.3s;
    align-items: center;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.7);
}

.service-card h3, h4{
    text-align: center;
}
.service-card h3{
    font-family: 'Changa';
    font-size: 1.6rem;
    
}

.party{
    border-bottom: #5b5b5b 1px solid;
}
.service-card h4{
    margin-top: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}
.start-price{
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}
.start-price h4{
    font-family:'Changa';
    background-color: var(--clr-primary);
    width: max-content;
    padding: 4px 10px;
    border-radius: 10px;
    color: white;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}


.detail-price {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    gap: 10px;
    font-size: 1rem;
    align-items: center;
}

.detail-left {
    left: 0;
    width: 150px;
}

.detail-right {
    text-align: right;
    font-weight: bold;
}

.dooparty-button{
    display: flex;
    justify-content: center;
}

.service-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:2rem;
    margin-bottom: 2rem;
}




@media (max-width: 1115px){
    .advantages{
        grid-template-columns: repeat(2,2fr);
    }
    .advantages img{
        height: 150px;
    }
    .cup_image{
        width: auto; 
        height: 320px;
    }
}



@media (max-width: 790px){

    .main{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .menu-section{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    h2{
        font-size: 1.2rem;
    }
    #reserve{
        font-size: 1.1rem;
    }
    h4{
        font-size: 1rem;
    }
    p{
        font-size: 0.9rem;
    }
    .advantages img{
        height: 120px;
    }
    .advantages{
        grid-template-columns: 1fr;
    }
    .advantages button{
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    .info-item p{
        margin-bottom: 20px;
    }

    .info-item{
        gap:2px;
    }

    .intro-text h1{
        font-size: 2.2rem;
    }
    .intro-text h3{
        font-size: 0.9rem;
        padding-left: 2rem;
        
    }

}


@media (max-width: 440px){
    .main{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .menu-section{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    #reserve{
        font-size: 1rem;
    }
    p{
        font-size: 0.8rem;
    }
    h2{
        
        font-size: 1.1rem;
    }
    h4{
        font-size: 0.9rem;
    }

    .cup_image{
        width: auto; 
        height: 200px;
    }

    .menu-card h4 {
        margin-top: 5px; 
        font-size: 1.1rem;
    }
    
    .main-section{
        font-size: 2rem;
      
    }

    .menu-sub {
        font-size: 1.6rem;    
        
    }

    .intro-text h1{
        font-size: 1.8rem;
    }
    .intro-text h3{
        font-size: 0.7rem;
        padding-left: 1rem;
        
    }

    
}