/* Global css 
primary-color:#ff8d25
*/
body {
    font-weight: 400;
    font-family: system-ui;
    background: url('../img/bg/menu-bg.jpg');
}
/* cutom elements */
#notify .modal-content{
    border-radius: 0;
}
#notify .modal-content{
    border-radius: 0;
}
#notify .modal-content p{
    font-size: 18px;
    font-weight: 700;
}
#notify .modal-header {
    background: #fd5a1b;
    border: 1px solid #fd5a1b;
    border-radius: 0;
    color: #FFF;
}
#notify .modal-header h1 a{
    color: #FFF;
    text-decoration: none;
}
#notify .modal-header button{
    position: absolute;
    top: -8px;
    right: 0;
    padding: 5px 10px;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    color: #FFF;
}
.btn-button {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-button:disabled {
    pointer-events: none;
    opacity: 0.7;
}

.btn-button:disabled:hover,
.btn-button:disabled:before,
.btn-button:disabled:after {
    pointer-events: none;
    opacity: 0.7;
}
.btn-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    z-index: -2;
}
.btn-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fd5a1b;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn-button:hover:before {
    width: 100%;
}
.btn-button:hover {
    color: #FFF;
}
.btn-black {
    background-color: #ffffff;
    color: #000;
}
.btn-gray {
    background-color: #6c757d;
    color: #FFF;
}
.btn-orange {
    color: #ffffff;
    background-color: #ff8d25;
}
.btn-white {
    background-color: #ffffff;
    color: #ff8d25;
}
.btn-blue {
    background-color: #2594ff;
    color: #ffffff;
}
.btn-yellow {
    background-color: #ffdb25;
    color: #333333;
}
/* Header custom style  */
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #070708;
    opacity: .3;
    z-index: 99;
    top: 0;
}
.position-absolute {
    z-index: 110;
}
.bg-body-tertiary {
    background: transparent !important;
    transition: background-color 0.5s ease;
}
.scrolled {
    background-color: #FFF !important;
}
.bg-body-tertiary .navbar-brand img {
    height: auto;
    width: 78px;
}
.bg-body-tertiary .nav-item {
    padding: 0 5px;
    font-weight: 500;
}
.bg-body-tertiary .nav-item .nav-link,
.bg-body-tertiary .nav-item .active{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg-body-tertiary .nav-item .nav-link:hover {
    color: #ff8d25;
}
.bg-body-tertiary .nav-item .active {
    color: #ff8d25;
}
.header-top  {
    margin: 12px;
} 
.header-top ul {
    margin: 0;
    padding: 0;
}
.header-top .header-top-item{
    display: flex;
}

.header-top .header-top-item li{
   margin: 0 5px;
   list-style: none;
   /* color: #FFF; */
}

.header-top *{
    text-decoration: none;
    font-size: 14px;
    margin: 0;
}

.header-top .header-top-item:last-child li *:hover {
    color: #2594ff;
}
.header-second {
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}
.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 101;
    color: #FFF;
}
.header-content h2 {
    font-size: 45px;
    font-weight: 300;
    font-style: italic;
    font-family: serif;
    color: #ff8d25;
}
.header-content h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-content p {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 400;
}
.carousel-item {
    height: 70vh; /* Set the carousel item to full viewport height */
}

.carousel-item img {
    object-fit: cover; /* Ensure the image covers the entire container */
    height: 100%; /* Make the image fill the height of the carousel item */
    width: 100%; /* Make the image fill the width of the carousel item */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Place the image behind the caption */
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* about-us style  */
.about-us {
    background: url("{{asset('frontend/img/bg/menu-bg.jpg')}}");
}
.about-us .content-header {
    padding: 70px 0;
    text-align: center;
}
.about-us .content-header h4 {
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    font-family: serif;
    color: #ff8d25;
}
.about-us .content-header h3 {
    font-size: 45px;
    font-weight: 600;
}
.about-us .content-body {
    padding: 90px;
    padding-top: 0;
    text-align: center;
}
.about-us .content-body h1 {
    margin-bottom: 40px;
    text-transform: capitalize;
}
/* footer style  */
.business-hours {
    background: url('../img/bg/bg-dark.png');
}
.business-hours p {
    margin: 0;
    color: #FFF;
    border-top: 1px dashed #ccc;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}
.business-hours h3 {
    color: #ff8d25;
    font-style: italic;
    padding: 50px 0;
}
.map > a{
    color: #ff8d25;
    font-style: italic;
    margin-top: 50px;
    display: block;
}
.map ifrAMe {
    margin-top: 90px;
}
.list-unstyled li {
    border-bottom: 1px dashed #ccc;
    color: #FFF;
    margin: 10px 0;
    padding: 10px 0;
}

/* responsive media  */
@media screen and (max-width: 769px) {
    .header-content {
        padding: 20px;
        width: 100%;
    }
}
@media only screen and (min-width: 0px) and (max-width: 989px) {
    .navbar-collapse {
        background: #FFF;
        border-radius: 4px;
        padding: 10px;
    }
    .bg-body-tertiary .nav-item .nav-link {
        color: #000;
    }
    .header-content {
        padding: 10px;
    }
    .header-content h2 {
    font-size: 45px;
    }
    .header-content h1 {
        font-size: 33px;
    }
    .header-top {
        display: none;
    }
    .about-us .content-body {
        padding: 10px;
    }
}