html, body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;


  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  /* font-style: normal; */
}

.fixed-header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;

    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 100;
}

.header-content{
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
}

.header-logo{

    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.header-divider{
    width: 1px;
    height: 24px;
    background-color: #EAEAEA;
    border-radius: 1px;
    margin-left: 8px;
    margin-right: 8px;

}

h1{
    text-align: center;
    font-size: 44px;
    margin: 0;
    margin-top: 16vh;
}

p{
    margin: 16px;


}

.product-showcase{
    width: 70vw;
    margin-top: 48px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;

    box-shadow: 0px 5px 40px rgba(0,0,0,0.1);
}


.sb-first-block{
    margin-top: 50px;
    padding-top: 0%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 64px;
    border-bottom: 1px solid #F9F9F9;
    flex-direction: column;
}


.features-grid{
    width: 100%;


    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.sb-second-block{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding-bottom: 64px;
}

.sb-second-block-content{
    width: 100%;
    max-width: 880px;
}

.feature-container{
    background-color: white;
    width: 100%;
    overflow: hidden;
    height: 100%;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 40px rgba(0,0,0,0.01);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    aspect-ratio: 1/1;
    z-index: 10;
}

.db-img {
    width: 70%;
    margin-left: 35%;
    margin-top: 48px;
    transform: rotate( -30deg);
}

.db-img-2{
    margin-left: 15%;
    margin-top: 48px;
    margin-right: 15%;
    width: 70%;
}

.bookings-img{
    width: 80%;
    /* margin-left: 20%; */
    margin-top: 48px;
    margin-left: 10%;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
}

.feature-container h3{
    font-size: 22px;
}

.sb-second-block-content h2{
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 32px;
    text-align: center;
}

.feature-container h3, p{
    margin: 0;
    padding: 0;
}

.feature-container p{
    margin-top: 8px;
    font-weight: 400;
    color: rgb(120, 113, 108)

}

.sb-btn{
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 48px;
    
    border: none;
    background-color: #D14212;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.h2{
    font-size: 16px;
    text-align: center;
}

.h2 a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.header-content a{
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    color: rgba(0,0,0,0.65)
}

.header-content a:hover{
    background-color: #f6f6f6;
    color: #000;
}

.header-btn{

    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 48px;
    
    border: none;
    background-color: #D14212;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.sb-btn:hover{
    transform: scale(1.05);
    transition: 0.1s;
}

.pricing-grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    height: 400px;
}

.pricing-container{

    background-color: white;
    width: 100%;
    height: 100%;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 40px rgba(0,0,0,0.01);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    z-index: 10;
}

.pricing-header{
    font-size: 24px;
    font-weight: 700;
}

.pricing-text{
    font-size: 16px;
    font-weight: 400;

    color: rgb(120, 113, 108);
}

.pricing-h2{
    font-size: 20px;
    /* margin-bottom: 8px; */
    font-weight: 600;
}

.pricing-values-grid div{
    font-size: 20px;
    margin-bottom: 8px;
}

.pricing-feature{
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.pricing-values-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#slider{
    width: 100%;
}

#final-price{
    font-weight: 600;
    font-size: 32px;
}

@media screen and (max-width: 880px) {
    .fixed-header a{
        display: none;
    }

    .header-divider{
        display: none;
    }

    h1{
        font-size: 22px;
        padding: 8px;
        margin-top: 8vh;
    }

    p{
        text-align: center;
    }

    .product-showcase{
        width: 95vw;
    }

    .features-grid{
        padding: 8px;
        grid-template-columns: 1fr ;
    }

    .pricing-grid{
        padding: 8px;
        grid-template-columns: 1fr ;
        height: auto;
    }
}

.footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #ffffff;
}

.footer-content{
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 16px;
    /* font-weight: 600; */
    color: rgb(120, 113, 108);
    max-width: 880px;
}