@font-face {
    font-family: 'Roboto';
    src: url('/fontend/font/Roboto-Light.woff') format('woff');
}



html, body {
    overflow-x: hidden;
  }
main{
    padding-bottom: 5%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    border-radius: 10px;
}
img, svg {
    vertical-align: middle;
}
.swiper {
    max-width: 80%;
    height: auto;
  }
footer {
    background-color: #2b2822;
    color: #988f81;
    padding: 1% 0;
    font-size: 16px;
    font-family: 'Mota';
}

footer a {
    color: white;
    text-decoration: none;
}

#banner .item{
    padding: 0 15%;
}

img{
    border-radius: 10px;
}


.background{
    display: flex;
    justify-content: center;
    padding: 0 5%;
}
.background .oo1{
    font-size: 14px;
    margin: 15%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
}
.background .Element_cols{
    background-color: black;
    background-size: auto;
    border-radius: 10px;
    color: white;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 1%;
}
.carousel .d-block{
    display: flex;
    justify-content: center;
    padding: 0 5%;
    height: 500px;
    
}
.input_infomation{
    padding: 7% 5%;
    margin: 0;
}
.spanHours{
    font-size: 20px;
}
/* Form styling */
.form-control {
    border: 1px solid #ced4da;
    transition: border-color 0.3s;
}

/* Error state animation */
.error-field {
    animation: pulseRed 1.5s;
}
/* .fontend_border{
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
} */
/* .fontend_border .border {
    
    width: auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */
@keyframes pulseRed {
    0% { border-color: #ced4da; }
    50% { border-color: #dc3545; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
    100% { border-color: #ced4da; }
}

.notification {
    position: fixed;
    display: inline-block;
    top: 50%;
    left: auto;
    margin: 0 0 0 22%;
    padding: 15px 25px;
    border-radius: 4px;
    color: white;
    font-weight: bolder;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 2s;
    z-index: 1000;
}

.notification.success {
    background-color: #28a745;
}

.notification.error {
    background-color: #dc3545;
}

.notification.show {
    opacity: 1;
    transform: translateY(60);
}

.notification_success {
    border-left: 5px solid #155724;
}

.notification_error {
    border-left: 5px solid #721c24;
}
@media screen and (max-width: 576px) {
    .col-12{
        display: contents;
    }
    .inputtext{
        width: 100%;
    }
    .fontend_border{
        display: flex;
        align-items: flex-start;
        gap: 30px;
        max-width: 1200px;
        margin: 5% auto;
    }
    .background .oo1{
        font-size: 10px;
    }
    .btn {
        font-size: 16px!important;
    }
    .content{
        padding: 0!important;
        width: 95%;
    }
    #banner .item{
        padding: 0 5%;
    }
    @media (min-width: 768px) {

        /* gap: 20px 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px; */
    }
    @media (min-width: 992px) {
        
    }
    @media (min-width: 1200px) {
        
    }
}
