@font-face {
    font-family: 'eMaidFont';
    src: url('/frontend/fonts/Sports World-Regular.otf') format('otf'),
         url('/frontend/fonts/Sports World-Regular.ttf')  format('truetype');
}
body {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: .8rem;
    /* background: radial-gradient(circle at 48.7% 44.3%, rgb(30, 144, 231) 0%, rgb(56, 113, 209) 22.9%, rgb(38, 76, 140) 76.7%, rgb(31, 63, 116) 100.2%); */
    background-color: #f5f8fa;
}
/* .form-control, .form-select {
    font-size: .8rem;
} */
a {
    text-decoration: none;
}
.logo {
    font-size: 34px;
    font-family: 'Anton', sans-serif;
    max-width: 200px;
}
.logo img {
    width: 200px;
}
.main-content-wrapper {
    min-height: 600px;
}

.btn-blue {
    background-color: #004aad;
}
.btn-red {
    background-color: #ff3131;
}
.btn-orange {
    background-color: #dfb927;
}
.bg-blue {
    background-color: #004aad;
    color: #ffffff;
}
.bg-yellow {
    background-color: #ffcd00;
}
.bg-orange {
    background-color: #dfb927;
}
.border-orange {
    border-color: #dfb927 !important;
}

.text-red {
    color: #ff3131;
}
.text-orange {
    color: #dfb927;
}
.logo-blue {
    color: #004aad;
}
.text-blue {
    color: #004aad;
}
.text-blue:hover {
    color: #0d6efd;
}
.btn-orange:hover {
    background-color: #000000;
    color: #dfb927;
}
.login-wrapper {
    max-width: 550px;
    margin: 0 auto;
}
/* Main Menu */
#main-menu .nav-link {
    font-size: 18px;
    font-weight: bold;
}
nav.navbar {
    position: relative;
    z-index: 1;
}
.bg-navbar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #dfb927;
    z-index: -1;
}
/* home */
#post-section .img-wraper {
    overflow: hidden;
}
#post-section .img-wraper img {
    transition: all 0.8s ease;
}
#post-section .img-wraper img:hover {
    scale: 1.1;
}
/* About us */
.about-description {
    font-size: 16px;
    line-height: 1.5;
}

/* back to top */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
}
.login-btn {
    font-size: 1.3rem;
}
.login-btn:hover {
    color: #000000 !important;
    /* color: #ff3131; */
}
/* Login */
.auth-btn-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Footer */
.social-icon svg {
    width: 22px;
    height: 22px;
}
#footer .contact-list,
#footer .quick-link,
#footer .social-list {
    list-style: none;
}
#footer .social-list {
    display: inline-flex;
}
.contact-label {
    font-size: 1rem;
}
.copy-right {
    font-size: 1rem;
}
.footer-bottom {
    background-color: #323f48;
}
#footer a:hover {
    color: #dfb927 !important;
}
.footer-logo a {
    font-size: 18px;
    font-weight: bold;
}

/* News Sticky */
#announcement-scroll {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.multi-announcement li {
    display: inline-block;
    margin-right: 50px;
}
#announcement-scroll p {
    margin-bottom: 0;
}
.text-pink {
    color: #f647fe;
}
/* page title section */
.page-title-section {
    background-color: #e3e3e3;
}
.page-title-section .page-title {
    font-size: 22px;
}

/* animation */
.wow,
.animated {
    animation-duration: 2s !important;
}

.card-title {
    color: #333333;
}
.price-info {
    color: #333333;
}
.post-card .card-body:hover .card-title {
    color: #dfb927;
}

/* service */
.service-title {
    margin-bottom: 30px;
}
#service-content-section .price-info {
    font-size: 16px;
}
#service-content-section .price-info .post-label {
    width: 150px;
}
.service-description {
    text-align: justify;
    line-height: 2;
}
#service-content-section .img-wraper {
    overflow: hidden;
}
#service-content-section .img-wraper img {
    transition: all 0.8s ease;
}
#service-content-section .img-wraper img:hover {
    scale: 1.1;
}

/* main slideshow */
#main-slideshow {
    max-height: 600px;
    height: 600px;
    overflow: hidden;
}
#main-slideshow img {
    object-fit: cover;
}
.bg-announcement {
    background-color: #323f48;
    color: #dfb927;
}
.page-title-section .page-title {
    position: relative;
    padding-left: 10px;
    font-weight: 600;
}
.page-title-section .page-title::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #333;
    left: 0;
    top: 0;
    z-index: 100;
}

/* Landing Page Local video */
.video-container {
    position: relative;
    width: 100%; /* Full width of parent */
    height: 600px; /* Custom height */
    overflow: hidden; /* Hide overflow parts of the video */
    background: black; /* Optional: Add background for better appearance */
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center video */
    min-width: 100%; /* Ensure it fills the container width */
    min-height: 100%; /* Ensure it fills the container height */
}

@media screen and (max-width: 1600px) {
    
}
@media screen and (max-width: 1440px) {
    #main-slideshow {
        max-height: 500px;
        height: 500px;
    }
}
@media screen and (max-width: 1360px) {
    #main-slideshow {
        max-height: 450px;
        height: 450px;
    }
}
@media screen and (max-width: 1200px) {
    #main-slideshow {
        max-height: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 1024px) {
    #main-slideshow {
        max-height: 350px;
        height: 350px;
    }
}
@media screen and (max-width: 992px) {
    .logo {
        max-width: 100px;
    }
    #btn-back-to-top {
        font-size: 11px;
        width: 40px;
        height: 40px;
    }
    
    .copy-right {
        font-size: .9rem;
    }
    .footer-top h5 {
        font-size: 1.15rem;
    }
}
@media screen and (max-width: 768px) {
    /* .main-content-wrapper {
        padding-top: 10px !important;
    } */
    
    #footer .social-list {
        display: initial;
    }
    .social-icon svg {
        width: 15px;
        height: 15px;
    }
    #footer .social-list li {
        display: inline-block;
        padding-right: 5px !important;
        margin-bottom: 5px !important;
    }
    #service-content-section .price-info .post-label {
        width: auto;
    }
    #main-slideshow {
        max-height: 300px;
        height: 300px;
    }
    #main-slideshow img {
        height: 100%;
    }
    .mySlides {
        height: 100% !important;
    }
}

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

}

@media screen and (max-width: 480px) {
    #service-content-section .price-info {
        font-size: 14px;
    }
    #main-slideshow {
        max-height: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 375px) {
    #main-slideshow {
        max-height: 200px;
        height: 200px;
    }
}

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

@media all and (min-width: 992px) {
	
}