.taste {
    display: flex;
    align-self: center;
    justify-content: center;
    height: calc(100vh - 120px);
    width: 100%;
    background-image: url("../img/lezzet/kapak_banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header {
    z-index: 10;
}

.taste-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 100px;
}

.taste-left-top {
    margin-top: 100px;
}

.taste-left-header {
    color: #F0F0F0;
    font-size: 120px;
    line-height: 1;
}

.taste-left-text {
    color: #181818;
    font-weight: 700;
    font-size: 25px;
}

.taste-left-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    width: 90%;
}

.bottom-card {
    padding: 15px;
    border: 6px solid #d1d1d1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px rgb(24, 24, 24, 0.2);
    height: 250px;
}

.bottom-card-header {
    font-size: 20px;
    color: #181818;
}

.bottom-card-text {
    color: #555555;
}


.pandas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("../img/lezzet/bg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0;
    margin-bottom: 60px;
}

.gradient {
    position: absolute;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 100px;
}

.gradient1 {
    bottom: 0;
}

.gradient2 {
    top: 0;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 1) 100%);
}

.pandas-header {
    font-size: 50px;
    color: #181818;
}

.pandas-text {
    color: #555555;
    font-size: 18px;
    width: 60%;
    margin-bottom: 25px;
}

.pandas-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95%;
}

.pandas-container2 {
    display: none;
}

.pandas-row {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px;
}

.panda {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 20px;
}

.panda-img {
    height: 600px;
}

.taste-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------- RESPONSIVE ------------------------------- */

@media screen and (max-width: 1200px) {
    .taste-left-header {
        font-size: 100px;
    }
    
    .taste-left-text {
        font-size: 22px;
    }
    
    .bottom-card {
        height: 220px;
    }
    
    .panda {
        width: 520px;
    }
}

/* Adding new media query for laptop screens */
@media screen and (max-width: 1600px) and (min-width: 993px) {
    .taste-left-header {
        font-size: 90px;
    }
    
    .taste-left-text {
        font-size: 20px;
    }
    
    .taste-left-bottom {
        width: 95%;
    }

    .taste-right img {
        height: 550px;
    }
    
    .bottom-card {
        height: 200px;
        padding: 12px;
    }
    
    .bottom-card-header {
        font-size: 18px;
    }
    
    .bottom-card-text {
        font-size: 14px;
    }
    
    .pandas-header {
        font-size: 45px;
    }
    
    .pandas-text {
        width: 70%;
        font-size: 16px;
    }

    .pandas-container {
        display: none;
    }

    .pandas-container2 {
        display: flex;
    }
    
    .panda {
        width: 95%;
        justify-content: center;
    }
    
    .panda-img {
        height: 550px;
    }
    
    .panda-ballon {
        height: 450px;
        margin-bottom: 0;
        top: -50px;
    }
}

@media screen and (max-width: 992px) {
    .taste-left-header {
        font-size: 80px;
    }
    
    .taste-left-text {
        font-size: 20px;
    }
    
    .bottom-card {
        height: 200px;
        padding: 10px;
    }
    
    .bottom-card-header {
        font-size: 18px;
    }
    
    .bottom-card-text {
        font-size: 14px;
    }
    
    .pandas-header {
        font-size: 40px;
    }
    
    .pandas-text {
        width: 80%;
    }
    
    .panda {
        width: 450px;
    }
    
    .panda-img, .panda-ballon {
        height: 380px;
    }
}

@media screen and (max-width: 1000px) {
    .taste {
        flex-direction: column;
        height: auto;
        padding: 30px 0 60px;
    }
    
    .taste-left {
        width: 100%;
        row-gap: 50px;
        order: 2;
    }
    
    .taste-right {
        width: 100%;
        order: 1;
    }
    
    .taste-left-top {
        margin-top: 30px;
        text-align: center;
    }
    
    .taste-left-header {
        font-size: 60px;
    }
    
    .taste-left-text {
        font-size: 18px;
    }
    
    .taste-left-bottom {
        flex-direction: column;
        row-gap: 20px;
        width: 95%;
    }
    
    .bottom-card {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    .taste-right img {
        height: 600px;
    }
    
    .pandas {
        padding: 80px 0;
    }
    
    .pandas-header {
        font-size: 35px;
        text-align: center;
    }
    
    .pandas-text {
        width: 90%;
        text-align: center;
    }
    
    .pandas-row {
        flex-direction: column;
    }
    
    .panda {
        width: 95%;
        justify-content: center;
    }
    
    .panda-img {
        height: 350px;
    }
    
    .panda-ballon {
        height: 250px;
        margin-bottom: 0;
        top: -50px;
    }
}

@media screen and (max-width: 1000px) {
    .taste-left-header {
        font-size: 50px;
    }
    
    .taste-left-text {
        font-size: 16px;
    }
    
    .bottom-card-header {
        font-size: 16px;
    }
    
    .bottom-card-text {
        font-size: 14px;
    }
    
    .taste-right img {
        height: 450px;
    }
    
    .pandas-header {
        font-size: 30px;
        padding: 0 15px;
    }
    
    .pandas-text {
        font-size: 16px;
        width: 95%;
    }
    
    .panda-img, .panda-ballon {
        height: 380px;
    }
    
    .panda-ballon {
        margin-bottom: 0;
        top: -40px;
    }
}

@media screen and (max-width: 480px) {
    .taste-left-header {
        font-size: 40px;
    }
    
    .taste-right img {
        height: 400px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgb(24, 24, 24, 0.2);
        padding: 0 40px;
    }
    
    .pandas {
        padding: 60px 0;
    }
    
    .pandas-header {
        font-size: 28px;
    }
    
    .panda-img, .panda-ballon {
        height: 380px;
    }
    
    .panda-ballon {
        margin-bottom: 0;
        top: -35px;
    }
}