.buy-button {
    position: fixed;
    bottom: 15px;
    right: 100px;
    padding: 0.5% 2%;
    background-color: #f06997;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #1b2746;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000 !important;
    transition: 0.5s ease-in-out;
    font-weight: bolder;
}
.buy-button:hover {
    background-color: #1b2746;
}
.buy-button:hover > a {
    color: #f06997;
}
.div-btn-home {
    width: 100%;
    display: flex;
    justify-content: center;
}
.selectCard {
    padding: 0.8% 2.5%;
    background-color: #f06997;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #1b2746;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000 !important;
    transition: 0.5s ease-in-out;
    font-weight: bolder;
}
.selectCard:hover {
    background-color: #1b2746;
}
.selectCard:hover > a {
    color: #f06997 !important;
}
@media (max-width: 768px) {
    .hide-a {
        display: none !important;
    }
    .show-ul {
        display: flex !important;
        flex-direction: column;
    }
    .show-a {
        background-color: transparent !important;
        color: white !important;
        border: 1px solid transparent !important;
        font-size: 22px !important;
    }
}
.mydiv-1 {
    width: 100%;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, -360%);
}
.mydiv-2 {
    width: 100%;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, -180%);
}
.mydiv-3 {
    width: 100%;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, 0%);
}
.mydiv-4 {
    width: 100%;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, 180%);
}
.mydiv-5 {
    width: 100%;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, 350%);
}
.mydiv-6 {
    width: 100%;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, 530%);
}
@media (max-width: 768px) {
    .mydiv-1 {
        height: 220px;
    }
    .mydiv-2 {
        height: 220px;
    }
    .mydiv-3 {
        height: 220px;
    }
    .mydiv-4 {
        height: 220px;
    }
    .mydiv-5 {
        height: 220px;
    }
    .mydiv-6 {
        height: 220px;
    }
}

.cookie-div {
    width: 70vw;
    height: 15vh;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 10px 40px 10px 20px;
    position: fixed;
    bottom: 15px;
    left: 15vw;
    z-index: 1000001;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .cookie-div {
        flex-direction: column;
        height: 50vh;
        text-aligh: center;
    }
}
.cookie-inside-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-direction: row;
}
@media (max-width: 768px) {
    .cookie-inside-div {
        flex-direction: column;
    }
}
.cookie-p {
    font-size: 16px;
    color: black;
    width: 80%;
    margin: 0;
    line-height: 28px;
}
@media (max-width: 768px) {
    .cookie-p {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }
}

.cookie-btn {
    background-color: #f07bb0;
    color: #1b2746;
    border: 1px solid transparent;
    border-radius: 25px;
    max-width: 100px;
    max-height: 35px;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
}
