body {
    width: 100%;
    overflow-x: hidden;
    content: "";
    clear: both;
    box-sizing: border-box;
}
.navbar {
    background-color: rgb(0, 0, 0) !important;
}

.nav-item .nav-link {
    color: white !important;
}

.navbar-toggler {
    color: white !important;
}

.logo {
    width: 70px;
    height: 70px;
}

.main {
    min-height: 100vh;
    /* background-color: rgb(39, 39, 39) !important; */
    overflow-x: hidden;
}

.footer {
    background-color: rgb(0, 0, 0) !important;
}

.swiper {
    width: 100%;
    height: auto;
}

.swipper-img-custom img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
}

.swiper-button-prev,
.swiper-button-next {
display: none;
}

/* .col-12 {
    scroll-snap-type: x mandatory;
    scroll-snap-align: center;
} */


.section-of {
    overflow-x: auto;
    scroll-snap-type: x mandatory !important;
}

body::-webkit-scrollbar {
    width: 7px;
}

/* Track */
body::-webkit-scrollbar-track {
background: #e7e7e7;

}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #faab02;

}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #c48600;
    cursor: grab;
}


/* width */
.section-of::-webkit-scrollbar {
    height: 7px;
}

/* Track */
.section-of::-webkit-scrollbar-track {
background: #ffffff;

}

/* Handle */
.section-of::-webkit-scrollbar-thumb {
    background: #faab02;

}

/* Handle on hover */
.section-of::-webkit-scrollbar-thumb:hover {
    background: #c48600;
    cursor: grab;
}

.hero-swipper {
    width: 100%;
}

.card-image {
    min-width: 400;
    position: relative;
    min-height: 500px;
    height: 500px;
    background-color: rgb(0, 0, 0);
}
.card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.card-image > button {
    opacity: 0;
}

.card-description-overlay {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 1);
    bottom: 0px;

    width: 100%;
    height: 0%;

    min-width: 100%;
    min-height: 0%;

    max-width: 100%;
    max-height: 0%;

    padding: 1rem;

    color: rgb(255, 255, 255);

    font-smooth: always;

}


.card-image:hover > .card-description-overlay {
    display: block;
    animation: showCardOverlay 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card-image:hover > .card-description-overlay > button {

    animation: showCardOverlayButton 0.2s forwards cubic-bezier(0.075, 0.82, 0.165, 1);

}


@keyframes showCardOverlay {
    0% {
        z-index: -1;
        height: 0%;
        min-height: 0%;
        max-height: 0%;

    }

    100% {
        z-index: 1;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        visibility: visible;
    }
}

@keyframes showCardOverlayButton {
    0% {

        opacity: 0;

    }
    50% {
        opacity: 0;
    }
    100% {

        opacity: 1;
    }
}

.coverFlowSlides .swiper {
width: 300px;
height: 300px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -150px;
margin-top: -150px;
}

.coverFlowSlides .swiper-slide {
background-position: center;
background-size: cover;
background-color: white;
}

.coverFlowSlides .swiper-slide img {
display: block;
margin-left: auto;
margin-right: auto;
}
.hero-swipper .swiper {
    /* border: 1px solid red; */
    overflow: hidden;
}

.hero-swipper .swiper-slide  {
    background-color: white;
    overflow: hidden;
}
.manalok9 {
    color: #faab02;
    /* font-size: 4.8rem; */
}
.hero-grab-title {
    /* text-align: justify; */
}
