/* ------------------ GENERAL STYLES -------------------- */

body {
    margin: 0;
    background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    color: #111111;
}

.site-wrapper {
    width: 960px;
    margin: 0 auto;
    background-color: white;
}

h1 {
    font-family: 'Sigmar', cursive;
    font-size: 54px;
    margin: 0;
}

h2 {
    font-family: 'Sigmar', cursive;
    font-size: 40px;
    margin: 0;
}

h3 {
    font-family: 'Lilita One', cursive;
    font-size: 24px;
    margin: 0;
}

p {
    font-size: 16px;
    margin: 0;
}

/* ------------------ GENERAL STYLES -------------------- */


/* ------------------ SECTION 1: HEADER -------------------- */

.main-header {
    width: 960px;
    height: 88px;
    background-color: #D96450;
    display: flex;
    align-items: center;
}

.header-logo {
    margin-left: 65px;
}

.header-logo h2 {
    color: white;
    font-size: 40px;
}

.header-nav {
    margin-left: 200px;
    display: flex;
    gap: 20px;
}

.header-nav a {
    font-family: 'Lilita One', cursive;
    font-size: 24px;
    color: #111111;
    text-decoration: none;
}

.header-nav a:hover {
    color: white;
}

/* ------------------ SECTION 1: HEADER -------------------- */


/* ------------------ SECTION 2: HERO -------------------- */

.home-hero {
    width: 960px;
    height: 425px;
    background-color: #F9C87E;
    display: flex;
    position: relative;
}

.hero-text {
    margin-left: 140px;
    margin-top: 50px;
}

.hero-text h1 {
    margin-bottom: 15px;
}

.hero-text h2 {
    margin-bottom: 15px;
}

.hero-text p {
    width: 360px;
    margin-bottom: 55px;
}

.hero-buttons {
    display: flex;
    gap: 25px;
}

.blue-button {
    width: 139px;
    height: 50px;
    background-color: #295CA8;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.outline-button {
    width: 139px;
    height: 50px;
    border: 3px solid #295CA8;
    color: #111111;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-sizing: border-box;
}

.blue-button:hover,
.outline-button:hover {
    background-color: #D96450;
    color: white;
    border-color: #D96450;
}

.hero-image img {
    width: 305px;
    position: absolute;
    right: 70px;
    top: 80px;
}

/* ------------------ SECTION 2: HERO -------------------- */


/* ------------------ SECTION 3: FEATURED DRINKS -------------------- */

.featured-drinks {
    width: 960px;
    height: 520px;
    background-image: url("../images/cafe_fondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 65px;
    box-sizing: border-box;
}

.drink-card {
    width: 304px;
}

.drink-card img {
    width: 304px;
    height: 262px;
    display: block;
}

.drink-info {
    width: 304px;
    height: 196px;
    background-color: #D96450;
    padding: 25px 30px;
    box-sizing: border-box;
    position: relative;
}

.drink-title-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.drink-title-row p {
    font-weight: bold;
}

.drink-info > p {
    text-align: center;
}

.small-blue-button {
    width: 125px;
    height: 35px;
    background-color: #295CA8;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.small-blue-button:hover {
    background-color: #F9C87E;
    color: #111111;
}

/* ------------------ SECTION 3: FEATURED DRINKS -------------------- */


/* ------------------ SECTION 4: BARISTA COURSES -------------------- */

.barista-section {
    width: 960px;
    height: 247px;
    background-color: #295CA8;
    position: relative;
    overflow: hidden;
}

.barista-text {
    margin-left: 165px;
    padding-top: 50px;
    color: white;
}

.barista-text h2 {
    color: white;
    margin-bottom: 30px;
}

.barista-text h3 {
    color: white;
    line-height: 1.2;
}

.orange-button {
    width: 188px;
    height: 50px;
    background-color: #D96450;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 140px;
    top: 125px;
    font-size: 18px;
}

.orange-button:hover {
    background-color: #F9C87E;
    color: #111111;
}

.barista-left-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 247px;
}

.barista-right-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 247px;
}

/* ------------------ SECTION 4: BARISTA COURSES -------------------- */


/* ------------------ SECTION 5: COFFEE DIFFERENCE -------------------- */

.coffee-difference {
    width: 960px;
    height: 885px;
    background-image: url("../images/cafe_fondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}

.coffee-difference h1 {
    color: #D96450;
    margin-bottom: 20px;
}

.coffee-difference > h3 {
    margin-bottom: 45px;
}

.coffee-type {
    width: 680px;
    height: 187px;
    margin: 0 auto 25px auto;
    position: relative;
}

.coffee-type img {
    width: 680px;
    height: 187px;
    display: block;
}

.coffee-type-text {
    width: 372px;
    height: 138px;
    position: absolute;
    left: 205px;
    top: 25px;
    text-align: left;
}

.coffee-type-text h2 {
    margin-bottom: 10px;
}

.coffee-type-text p {
    line-height: 1.1;
}


/* ------------------ SECTION 5: COFFEE DIFFERENCE -------------------- */


/* ------------------ SECTION 6: FOOTER -------------------- */

.main-footer {
    width: 960px;
    height: 574px;
    background-color: #295CA8;
    position: relative;
    overflow: hidden;
    color: white;
}

.footer-beans {
    width: 320px;
    height: 574px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-top {
    position: absolute;
    left: 85px;
    top: 85px;
}

.footer-top h3 {
    color: #F9C87E;
    margin-bottom: 25px;
}

.footer-top p {
    margin-bottom: 30px;
}

.subscribe-row {
    display: flex;
    gap: 20px;
}

.email-box {
    width: 248px;
    height: 50px;
    background-color: white;
    color: #999999;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}

.signup-button {
    width: 174px;
    height: 50px;
    border: 3px solid white;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.signup-button:hover {
    background-color: #D96450;
    border-color: #D96450;
}

.footer-bottom {
    position: absolute;
    left: 100px;
    top: 335px;
    display: flex;
    gap: 80px;
}

.footer-column h3 {
    color: #F9C87E;
    margin-bottom: 30px;
}

.footer-column p {
    margin-bottom: 20px;
}

.social-icons {
    width: 154px;
    height: 30px;
}

/* ------------------ SECTION 6: FOOTER -------------------- */

/* ---------------------------------------------------- SECTION 2: MENU PAGE --------------------------------------------------- */

.menu-section {
    width: 960px;
    height: 1800px;
    background-image: url("../images/cafe_fondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.menu-section h2 {
    margin-bottom: 30px;
}

/* BOTONES SUPERIORES */

.menu-filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.filter-active {
    width: 176px;
    height: 47px;
    background-color: #D96450;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-button {
    width: 176px;
    height: 47px;
    border: 4px solid #D96450;
    color: #D96450;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-button:hover {
    background-color: #D96450;
    color: white;
}

/* GRID PRODUCTOS */

.menu-grid {
    width: 720px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.menu-card {
    width: 218px;
}

.menu-card img {
    width: 218px;
    height: 200px;
    display: block;
}

.menu-info {
    width: 218px;
    height: 195px;
    background-color: #D96450;
    padding: 15px;
    box-sizing: border-box;
}

.menu-info h3 {
    margin-bottom: 10px;
}

.menu-info p {
    margin-bottom: 15px;
}

.menu-add {
    width: 118px;
    height: 38px;
    background-color: #295CA8;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.menu-add:hover {
    background-color: #F9C87E;
    color: #111111;
}

/* BOTON MORE */

.menu-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle {
    width: 152px;
    height: 152px;
    background-color: #295CA8;
    border-radius: 50%;
    color: white;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.menu-more h3 {
    font-size: 20px;
}

/* ----------------------------------------------------SECTION 2: MENU PAGE ---------------------------------------------------- */

/* ----------------------------------------------------- SECTION 2: ABOUT PAGE ------------------------------------------------- */

.about-section {
    width: 960px;
    height: 1720px;
    padding-top: 60px;
    box-sizing: border-box;
}

/* BLOQUE 1 */

.about-top {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 120px;
}

.about-top img {
    width: 463px;
    height: 434px;
}

.about-text {
    width: 413px;
}

.about-text h1 {
    margin-bottom: 30px;
}

.about-text p {
    margin-bottom: 20px;
}

/* BLOQUE 2 */

.about-middle {
    margin-bottom: 120px;
}

.about-middle-box {
    width: 860px;
    height: 500px;
    background-color: #295CA8;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    gap: 60px;
}

.about-middle-text {
    width: 417px;
    color: white;
}

.about-middle-text h2 {
    margin-bottom: 25px;
}

.about-middle-text p {
    margin-bottom: 20px;
}

.about-middle-box img {
    width: 356px;
    height: 440px;
}

/* BLOQUE 3 */

.about-bottom {
    text-align: center;
}

.about-bottom h3 {
    margin-bottom: 40px;
}

.about-bottom img {
    width: 926px;
    height: 204px;
}

/* ---------------------------------------------------- SECTION 2: ABOUT PAGE ---------------------------------------------------- */

/* ---------------------------------------------------- SECTION 2: EVENTS PAGE --------------------------------------------------- */

.events-section {
    width: 960px;
    height: 2200px;
    padding-top: 110px;
    box-sizing: border-box;
}

.events-section h1 {
    text-align: center;
    margin-bottom: 125px;
}

.event-item {
    width: 780px;
    margin: 0 auto 170px auto;
    display: flex;
    gap: 25px;
}

.event-item img {
    width: 466px;
    height: 275px;
    display: block;
}

.event-info {
    width: 290px;
}

.event-info h3 {
    margin-bottom: 50px;
}

.event-info p {
    margin-bottom: 25px;
}

.event-price-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 20px;
}

.event-price-row h3 {
    width: 110px;
    margin: 0;
}

.book-button {
    width: 304px;
    height: 50px;
    background-color: #295CA8;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-button:hover {
    background-color: #D96450;
}

/* -------------------------------------------- SECTION 2: EVENTS PAGE ---------------------------------------------- */

/* -------------------------------------------- SECTION 2: CHECKOUT PAGE -------------------------------------------- */

.checkout-section {
    width: 960px;
    height: 1810px;
    padding-top: 115px;
    box-sizing: border-box;
}

.checkout-section h1 {
    text-align: center;
    margin-bottom: 90px;
}

.checkout-item {
    width: 800px;
    margin: 0 auto 95px auto;
    display: flex;
    align-items: center;
}

.checkout-item img {
    width: 300px;
    height: 265px;
}

.checkout-text {
    width: 285px;
    margin-left: 30px;
}

.checkout-text h3 {
    margin-bottom: 35px;
}

.checkout-qty {
    width: 220px;
    margin-left: 35px;
}

.checkout-qty h3 {
    margin-bottom: 15px;
}

.qty-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.qty-button {
    width: 25px;
    height: 25px;
    background-color: #295CA8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.qty-box {
    width: 120px;
    height: 25px;
    border: 1px solid #777777;
    margin: 0 5px;
    background-color: white;
}

.checkout-add {
    width: 118px;
    height: 38px;
    background-color: #295CA8;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 45px;
}

.checkout-add:hover {
    background-color: #D96450;
}

/* ------------------ SECTION 3: SUMMARY -------------------- */

.summary-area {
    width: 960px;
    height: 720px;
    position: relative;
    margin-top: 70px;
}

.summary-box {
    width: 590px;
    height: 580px;
    background-color: #F9C87E;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.summary-title {
    height: 110px;
    background-color: #D96450;
    display: flex;
    align-items: center;
    padding-left: 35px;
    box-sizing: border-box;
}

.summary-content {
    padding: 80px 70px;
    box-sizing: border-box;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.total-line {
    margin-top: 40px;
    margin-bottom: 115px;
}

.pay-button {
    width: 300px;
    height: 65px;
    background-color: #295CA8;
    color: white;
    border-radius: 18px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lilita One', cursive;
    font-size: 24px;
}

.pay-button:hover {
    background-color: #D96450;
}

.summary-beans-left {
    position: absolute;
    left: 0;
    top: 60px;
    width: 170px;
}

.summary-beans-right {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 200px;
}

/* ------------------ SECTION 3: SUMMARY -------------------- */

/* -------------------------------------- SECTION 2: CHECKOUT PAGE --------------------------------------------------- */


