.display-desktop {
    display: block;
}

.display-mobile {
    display: none;
}

.container-custom {
    padding-left: 50px;
    padding-right: 50px;
}

#about {
    padding-top: 0px;
}

/*---------- MEDIA 991px ----------*/
@media (max-width: 991px) {
}

/*---------- Mobile  ----------*/
@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .container-overlay {
        position: relative;
    }

    .image-overlay {
        display: block;
        height: auto;
    }
    .hero-index {
        background: url("../images/Background.webp");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px !important;
        object-fit: cover;
    }

    .overlay {
        margin-top: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: 0.5s ease;
        background-color: #c4a21a8d;
        width: 100%;
        text-align: center;
        border-radius: 40px;
    }

    .container-overlay:hover .overlay {
        opacity: 1;
    }

    /* .text-overlay {
        color: #000;
        font-size: 11pt;
        font-weight: 500;
        position: absolute;
        top: 50%;
        width:80%;
        transform: translate(-50%, -50%);
        text-align: center;
    } */

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .container-custom {
        padding-left: 25px;
        padding-right: 25px;
    }

    .whatsapp-button {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 130px;
        /* height: 90px; */
        z-index: 1000;
    }

    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 26px;
        bottom: 85px;
        z-index: 996;
        background: green !important;
        text-decoration: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transition: all 0.4s;
    }

    .registerId {
        height: auto !important;
    }

    .font-icon {
        font-size: 40pt !important;
    }

    /* gallery css 400 */
    .gallery-container {
        align-items: center;
        display: flex;
        height: 300px;
        margin: 0 auto;
        width: 100%;
        position: relative;
    }

    .gallery-item {
        width: 88px;
        height: 110px;
        opacity: 0;
        object-fit: cover;
        border-radius: 20px;
        position: absolute;
        transition: all 0.3s ease-in-out;
        z-index: 0;
    }

    .gallery-item-1 {
        left: 15%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-item-2,
    .gallery-item-4 {
        opacity: 1;
        width: 140px;
        height: 236px;
        object-fit: cover;
        border-radius: 20px;
        z-index: 1;
    }

    .gallery-item-2 {
        left: 30%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-3 {
        /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
        box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.3);
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 225px;
        height: 308px;
        object-fit: cover;
        border-radius: 25px;
        z-index: 2;
    }

    .gallery-item-4 {
        left: 70%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-5 {
        left: 85%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-controls {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .gallery-controls button {
        background-color: transparent;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        margin: 0 120px;
        padding: 0 10px;
        top: -12pc !important;
        text-transform: capitalize;
    }

    .prev-arrow {
        left: -35px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }

    .next-arrow {
        right: -35px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }
}

/*---------- Mobile   ----------*/
@media (max-width: 480px) {

    html,
    body {
        overflow-x: hidden;
    }

    #about {
        margin-top: -4pc !important;
    }

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .container-custom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile-client {
        color: var(--color);
        margin-left: 0px;
        margin-right: 0px;
    }

    /* gallery css 400 */
    .gallery-container {
        align-items: center;
        display: flex;
        height: 400px;
        margin: 0 auto;
        width: 100%;
        position: relative;
    }

    .gallery-item {
        width: 88px;
        height: 110px;
        opacity: 0;
        object-fit: cover;
        border-radius: 20px;
        position: absolute;
        transition: all 0.3s ease-in-out;
        z-index: 0;
    }

    .gallery-item-1 {
        left: 15%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-item-2,
    .gallery-item-4 {
        opacity: 1;
        width: 140px;
        height: 236px;
        object-fit: cover;
        border-radius: 20px;
        z-index: 1;
    }

    .gallery-item-2 {
        left: 30%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-3 {
        /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
        box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.3);
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 225px;
        height: 308px;
        object-fit: cover;
        border-radius: 25px;
        z-index: 2;
    }

    .gallery-item-4 {
        left: 70%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-5 {
        left: 85%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-controls {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .gallery-controls button {
        background-color: transparent;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        margin: 0 120px;
        padding: 0 10px;
        top: -12pc !important;
        text-transform: capitalize;
    }

    .prev-arrow {
        left: -35px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }

    .next-arrow {
        right: -35px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }

    .image-slider {
        width: 100% !important;
        height: 200px !important;
    }

    #video-player {
        width: 100% !important;
        height: 200px !important;
    }
}

/* Tablet */
@media only screen and (min-width: 671px) and (max-width: 960px) {
    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .profile-client {
        color: var(--color);
        margin-left: 40px;
        margin-right: 5px;
    }

    /* gallery css 400 */
    .gallery-container {
        margin-top: 75px !important;
        align-items: center;
        display: flex;
        height: 300px;
        margin: 0 auto;
        width: 100%;
        position: relative;
    }

    .gallery-item {
        width: 158px;
        height: 230px;
        opacity: 0;
        object-fit: cover;
        border-radius: 20px;
        position: absolute;
        transition: all 0.3s ease-in-out;
        z-index: 0;
    }

    .gallery-item-1 {
        left: 15%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-item-2,
    .gallery-item-4 {
        opacity: 1;
        width: 190px;
        height: 386px;
        object-fit: cover;
        border-radius: 20px;
        z-index: 1;
    }

    .gallery-item-2 {
        left: 30%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-3 {
        /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
        box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.3);
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 330px;
        height: 458px;
        object-fit: cover;
        border-radius: 25px;
        z-index: 2;
    }

    .gallery-item-4 {
        left: 70%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-5 {
        left: 85%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-controls {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .gallery-controls button {
        background-color: transparent;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 30px;
        margin: 0 175px;
        padding: 0 15px;
        top: -13pc !important;
        text-transform: capitalize;
    }

    .prev-arrow {
        left: -35px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }

    .next-arrow {
        right: -35px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }

    .image-slider {
        width: 100% !important;
        height: 250px !important;
    }

    #video-player {
        width: 100% !important;
        height: 250px !important;
    }
}

/* Potrait Mobile */
@media only screen and (min-device-width: 360px) and (max-device-width: 731px) {
    #about {
        margin-top: -3pc !important;
    }

    /* gallery css 400 */
    .gallery-container {
        align-items: center;
        display: flex;
        height: 300px;
        margin: 0 auto;
        width: 100%;
        position: relative;
    }

    .gallery-item {
        width: 88px;
        height: 110px;
        opacity: 0;
        object-fit: cover;
        border-radius: 20px;
        position: absolute;
        transition: all 0.3s ease-in-out;
        z-index: 0;
    }

    .gallery-item-1 {
        left: 15%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-item-2,
    .gallery-item-4 {
        opacity: 1;
        width: 140px;
        height: 236px;
        object-fit: cover;
        border-radius: 20px;
        z-index: 1;
    }

    .gallery-item-2 {
        left: 30%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .gallery-item-3 {
        /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
        box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.3);
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 225px;
        height: 308px;
        object-fit: cover;
        border-radius: 25px;
        z-index: 2;
    }

    .gallery-item-4 {
        left: 70%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(2px);
        -webkit-filter: blur(2px);
        transform: translateX(-50%);
    }

    .img-news {
        height: 150px;
    }

    .visi-left {
        background: transparent !important;
    }

    .visi-right {
        background: transparent !important;
    }

    .gallery-item-5 {
        left: 85%;
        opacity: 1;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-filter: blur(3px);
        transform: translateX(-50%);
    }

    .gallery-controls {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .gallery-controls button {
        background-color: transparent;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        margin: 0 120px;
        padding: 0 10px;
        top: -12pc !important;
        text-transform: capitalize;
    }

    .prev-arrow {
        left: -30px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }

    .next-arrow {
        right: -30px;
        background-color: var(--border-color) !important;
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        text-transform: capitalize;
        width: 40px;
        height: 40px;
    }
}

/* lanscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {}

/* Desktop 1920px */
@media (min-width: 1920px) and (max-width: 2560px) {
    .img-news {
        height: 300px;
    }
}