﻿.logo_image {
    height: 140px;
    object-fit: contain;
    position: absolute;
    background-color: black;
    border-radius: 0% 0% 50% 50%;
    width: 140px !important;
    padding: 10px;
    top: -55px;
    border-bottom: 5px solid #bc8841;
}


.empire_Word {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    color: #bc8743;
    font-weight: bold;
    letter-spacing: 1px;
    animation: typing 3.5s steps(40, end) 3s forwards, show-text 0s 3s forwards;
    animation-delay: 3.0s;
    overflow: hidden;
    visibility: hidden;
    white-space: nowrap;
    position: absolute;
    top: -21px;
}


.hl_logo {
    position: relative;
    font-size: 2em;
    color: white;
    height: 114px;
    border-radius: 5px;
    animation: moveDown 2s ease-in-out forwards;
}

.owl-carousel .owl-dot {
    background: #0000001a;
}

.supportor_business .single-blog-thumb {
    height: 200px;
    object-fit: cover;
}

.supportor_business .owl-item.active:not(.center) .single-blog-box {
    opacity: 0.8;
    transform: scale(.92);
}

.owl-item.active.center .single-blog-box {
    transform: scale(1.0);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 1;
}

.owl-item.active.center .em-blog-text p {
    color: #565555;
}

.iframe {
    width: 100%;
    height: 300px;
    width: 100%;
    height: 320px;
    border: 7px solid #0a0a0a;
    padding: 3px;
}

.owl-item.active.center .single-blog-box {
    transform: scale(1.0);
    box-shadow: 0 5px 39px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-color: #FFF !important;
    color: black !important;
}

.team_div .em-blog-content {
    padding: 0px 10px 10px !important;
    text-align: center;
}

.team_div .em-blog-title h5 {
    font-size: 17px;
    font-weight: 500;
    color: black;
    text-align: center;
}

.team_div img {
    height: 200px !important;
}

.team_member_designation {
    background: linear-gradient(to right, #BD8842 0%, #d7b244 50%, #BD8842 100%);
    color: white;
    padding: 0px 7px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 11px;
    margin-top: 9px;
}

/* Keyframes for the top-to-bottom animation */
@keyframes moveDown {
    from {
        top: -100px; /* Start above the view */
        opacity: 0; /* Start invisible */
    }

    to {
        top: 10px; /* End at the desired position */
        opacity: 1; /* End fully visible */
    }
}




@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Show text effect */
@keyframes show-text {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

btn:focus {
    outline: 0;
    /* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25); */
    border: none !important;
}

.modal.fade .modal_fixed_left {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateX(-100%);
    opacity: 0;
}

.modal.show modal_fixed_left {
    transform: translateX(0);
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-content {
    border: none;
}

.fixed-bottom-left {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008000;
    border-radius: 20px;
    color: black;
    border: 1px solid green;
    color: white;
    /* font-size: 16px; */
    font-weight: 500;
    padding: 6px 20px 8px 20px;
    font-weight: bold;
}

.modal_fixed_left {
    position: fixed;
    top: 15%;
    left: 10px;
    transform: translate(0, -50%);
}

.fixed-bottom-left:hover {
    background-color: white;
    color: #008000;
}

.empire_Word span {
    font-size: 36px;
    font-weight: normal;
}

@media (min-width: 800px) and (max-width: 992px) {
    .consen_nav_manu .container {
        max-width: 90% !important;
    }

    .consen_nav_manu {
        padding: 0 25px;
    }

    .consen_nav_manu {
        display: block;
    }

    .mobile-menu-area {
        display: none !important;
    }

    .empire_Word {
        font-size: 41px;
    }

        .empire_Word span {
            font-size: 23px;
        }
}

@media (max-width: 900px) {
    .banner-area, .banner-area .style-two, .banner-area .style-three, .banner-area .style-four, .banner-area .style-five .col-lg-7,
    banner-area, .banner-area .style-two, .banner-area .style-three, .banner-area .style-four, .banner-area .style-five .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-thumb {
        display: block;
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically */
    }

        .owl-carousel .owl-item img {
            width: 350px !important; /* Adjust image width */
            display: block; /* Ensure image is displayed as a block element */
            margin: 0 auto; /* Center the image horizontally */
        }

    .banner-content .header_title {
        font-size: 24px !important;
        line-height: 2 !important;
    }

    .banner-content {
        margin-top: 20px;
    }
}
