@media screen and (max-width: 992px) {
    .categories-sidebar {
        margin-bottom: 20px;
    }

    .personalize-your-event-form .options {
        min-height: auto;
        padding-bottom: 20px;
    }

    .gift-list-section .product-image {
        height: 150px;
    }

    .transfers-table-header {
        padding: 10px 15px;
    }

    .black-border {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {

    .guest-section .card,
    .register-event-section .card {
        width: 90%;
    }

    .search-results-section {
        padding: 15px 0;
    }

}

@media screen and (max-width: 600px) {

    .search-results-section .event-card,
    .my-events-section .event-card {
        flex-direction: column;
    }

    .guest-section,
    .register-event-section {
        height: 300px;
    }

    h1,
    .banner-internal h1 {
        font-size: 34px;
    }

    .banner-internal img {
        display: block;
        margin: 0 auto;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .guest-section .card p,
    .register-event-section .card p {
        font-size: 26px;
    }

    .how-its-works .card .regalo {
        position: relative;
        top: 0;
        right: 0;
    }

    .banner-internal h1 {
        text-align: center;
    }

    .container-contact .card-design::before {
        right: 0;
    }

    .gift-listing-section {
        padding: 30px 0;
    }

    .categories-sidebar {
        padding: 20px 15px;
    }

    .product-card {
        padding: 15px;
    }

    .action-row {
        flex-direction: column;
    }

    .action-row .btn {
        width: 100%;
    }

    .gift-list-section .product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .transfers-table-header h6,
    .transfers-table-header p {
        font-size: 14px;
    }

    .shopping-cart-container .btn-pay {
        width: auto;
    }

    .shopping-cart-container p {
        font-size: 15px;
    }

    .my-profile .nav-tabs,
    .add-section .nav-tabs {
        flex-direction: column;
    }

    .my-profile .nav-tabs .nav-link,
    .add-section .nav-tabs .nav-link {
        background: #FFFFFF !important;
        color: #000000 !important;
        border: 2px solid #D4BAA9;
        border-radius: 8px;
        padding: 15px 20px;
        text-align: center;
        font-family: "Futura Book";
        font-size: 16px !important;
        font-weight: 500;
        transition: all 0.3s ease;
        width: 100%;
        margin: 0;
    }

    .my-profile .nav-tabs .nav-link.active,
    .add-section .nav-tabs .nav-link:hover {
        background: #B79984 !important;
        border-color: #B79984 !important;
        color: #FFFFFF;
        font-weight: bold;
    }

    .banner-home img {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {

    .transfers-table-header h6,
    .transfers-table-header h6 span,
    .transfers-table-row p {
        font-size: 11px;
    }

    .transfers-table-row .col {
        padding: 0;
    }

    .transfers-table-header {
        padding: 5px 10px;
    }

    .event-details-container .card {
        max-width: 100%;
        height: 480px;
        background-size: cover;
        margin-top: 30px;
    }
    .event-details-container a{
        margin: 30px auto;
    }
    .event-details-container .card .info{
        width: 60%;
    }

}
@media screen and (max-width: 390px){
    .event-details-container .card img{
        height: 100px;
    }
}
