﻿* {
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    background-color: black !important;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
}

.modal-content {
    padding:20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

#myModal .modal-content input, #myModal .modal-content textarea {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}


#myModal .modal-content textarea {
    min-height: 100px !important;
}

.image-only-modal .modal-content {
    background: transparent; /* Transparent modal content */
    border: none; /* Remove border */
    box-shadow: none; /* Remove shadow */
    z-index: 10000;
    cursor: pointer;
}

#scrollToTop {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1000;
}

#myModal .modal-content {
    background-color: #f8f454;
    color:#000;
}

    #myModal .modal-content input,
    #myModal .modal-content textarea {
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #000000;
        font-size:14px;
        height:40px;
    }
        #myModal .modal-content input::placeholder,
        #myModal .modal-content textarea::placeholder {
            color: #ffffff;
            opacity: 1;
            min-height:100px;
        }

    #myModal .modal-content .btn.btn-black {
        background-color: #fff;
        color: #000;
        font-size: 20px;
        width: 100%;
        font-weight: bold;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    #myModal .modal-content .btn.btn-black:hover {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        
    }


   .btn-black {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        width: 100%;
        font-weight: bold;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

        .btn-black:hover {
            background-color: #fff;
            color: #000;
            font-size: 20px;
        }


        #myModal .modal-content a {
            color: #000;
        }



        .navigation {
    margin-top: 20px;
    text-align: center;
}

.navigation-arrows {
    position: fixed;
    margin-top: 200px;
    width: 100%;
    z-index: 100000;
}

    .navigation-arrows .arrow-left {
        float:left;
        padding-left:19%;
        opacity:0.6;
    }

.navigation-arrows .arrow-left:hover {
        opacity:1;
    }


    .navigation-arrows .arrow-right {
        float: right;
        padding-right: 19%;
        opacity: 0.6;
    }

.navigation-arrows .arrow-right:hover {
        opacity:1;
    }

.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.spin-image {
    transition: transform 0.5s ease-in-out;
}

    .spin-image:hover {
        transform: rotate(360deg);
    }

.video-container {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: yellow;
    border: none;
    font-size: 36px;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 40px;
    z-index: 20000000;
}

    .play-btn:hover {
        background-color: rgba(255, 255, 255, 1);
    }

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #f8f454;
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: yellow;
    }

.img-rotate {
    transition: transform .7s ease-in-out;
    cursor: pointer;
}

    .img-rotate:hover {
        transform: rotate(360deg);
        cursor: pointer;
    }

.splash {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f454;
    z-index: 10;
}

.splash-header {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.ani-1 {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

    .ani-1:first-of-type {
        animation: showup 5s infinite;
    }

.ani-2:last-of-type {
    width: 0px;
    animation: reveal 5s infinite;
}

    .ani-2:last-of-type span {
        margin-left: -300px;
        animation: slidein 5s infinite;
    }

@keyframes showup {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slidein {
    0% {
        margin-left: -2000px;
    }

    20% {
        margin-left: -2000px;
    }

    35% {
        margin-left: 0px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 0px;
    }

    30% {
        width: 300px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 300px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    margin-top: 50px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: opacity 0.3s;
}

.swiper-slide-prev, .swiper-slide-next {
    width: 25% !important;
    opacity: 0.2;
}

.swiper-slide-active {
    width: 50% !important;
    opacity: 1;
}

.swiper-button-next {
    display: none;
}

.swiper-button-prev {
    display: none;
}

.swiper-pagination {
    position: absolute !important;
    height: 100px;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1000 !important;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 33px;
    background-size: cover;
    opacity: 0.5;
    transition: opacity 0.3s;
    background-image: url(/assets/img/bullet.png);
    border-radius: 0;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    width: 40px;
    height: 33px;
    opacity: 1;
    background-color: transparent !important;
    background-image: url(/assets/img/bullet-active.png);
}

.hipkahai {
    position: relative;
    margin-top: 30px;
}

    .hipkahai h1 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .hipkahai h2 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .hipkahai h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .hipkahai h4 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .hipkahai h5 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .hipkahai h6 {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .hipkahai .card-text {
        line-height: 1.5;
    }

    .hipkahai .card-body {
        padding: 0;
    }

    .hipkahai .card img {
        border-radius: 5px;
        margin: 20px 0 20px 0 !important;
    }

    .hipkahai .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .hipkahai .card {
        background: #fff;
        margin: 0 20px;
        padding: 40px;
        border-radius: 20px;
        border: 0;
    }

    .hipkahai .card p {
            font-size: 2rem;
            padding-bottom: 15px;
        }

    .hipkahai .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .hipkahai .center {
        opacity: 1.0;
    }

#slide-1 .card img:first-child {
    max-width: 386px;
}

.card:nth-of-type(2) img:first-of-type {
    max-width: 100% !important;
}

.card:nth-of-type(3) img:first-of-type {
    max-width: 100% !important;
}

.card:nth-of-type(4) img:first-of-type {
    max-width: 100% !important;
}

.card:nth-of-type(5) img:first-of-type {
    max-width: 100% !important;
}

.card:nth-of-type(6) img:first-of-type {
    max-width: 100% !important;
}

.label-mail {
    position: fixed;
    top: 160px;
    right: 0;
    height: auto;
    z-index: 1000;
}

.label-tel {
    position: fixed;
    top: 228px;
    right: 0;
    height: auto;
    z-index: 1000;
}

/*-------------------------------------------------------------------------------MOBILE-----------------------------------------------------------------------------*/

@media (max-width: 767px) {

    #scrollToTop {
        display: none;
    }

    .navigation {
        margin-top: 10px;
        text-align: center;
    }

        .navigation img:first-child {
            max-width: 120px;
        }

        .navigation img:last-child {
            max-width: 120px;
        }

        .navigation img {
            max-width: 40px;
        }

    .swiper-wrapper {
        margin-top: 30px;
    }

    #slide-1 .card img:first-child {
        max-width: 200px;
        margin-top: 25px !important;
        border-radius: 0;
    }

    .hipkahai {
        margin-top: 20px;
    }

        .hipkahai .card {
            background: #fff;
            margin: 0 10px;
            padding: 0 20px;
            border-radius: 20px;
            border: 0;
        }

        .hipkahai .card-body {
            padding: 15px 0 15px 0;
        }

        .hipkahai .card {
            margin: 0;
            width: 90% !important;
            margin-left: 5%;
            line-height: 1.2;
        }

            .hipkahai .card img {
                margin: 20px 0 10px 0 !important;
            }

                .hipkahai .card img:last-child {
                    margin: 20px 0 20px 0 !important;
                }

        .hipkahai h5 {
            margin-bottom: 0;
        }

    .swiper-slide-active {
        width: 100% !important;
        opacity: 1;
    }

    .swiper-slide-prev, .swiper-slide-next {
        width: 100% !important;
        opacity: 0.2;
        transition: opacity 0.3s;
    }

    .swiper-pagination-bullet {
        width: 20px;
        height: 17px;
    }

    .swiper-pagination-bullet-active {
        width: 20px;
        height: 17px;
    }

    .label-mail {
        position: fixed;
        top: 550px;
        right: 0;
        height: auto;
        z-index: 1000;
    }

    .label-tel {
        position: fixed;
        top: 618px;
        right: 0;
        height: auto;
        z-index: 1000;
    }
}
