:root {
    --color1: #945a01;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h5, h6 {
    font-family: 'Inter', sans-serif;
}

h1{
    font-size: 3rem;
    font-weight: 700;
}

h2{
    font-size: 3rem;
    font-weight: 700;
}

h4{
    font-size: 1.3rem;
    font-weight: 700;
}

h5{
    font-size: 2rem;
    font-weight: 700;
}

h6{
    font-size: 1.5rem;
    font-weight: 700;
}

a{
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bg-theme{
    background-color: rgba(0, 0, 0, 0.66);
}

.bg-black{
    background-color: black;
}

.text-black{
    color: black;
}

.bg-color1{
    background-color: var(--color1);
}

.bg-color2{
    background-color: red;
}

.c{
    background-color: #945901b1;
}

.bg-trasparent{
    background-color: rgba(255, 255, 255, 0.761);
}

.navbar-nav .nav-link {
    color: white;
}

.bg-color, .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover , .dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: var(--color1) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    outline: none;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}
.bg-image {
    height: 100vh;
    object-fit: cover;
}

.carousel-caption1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    #header-carousel {
        height: 100vh;
    }
    
    #header-carousel .carousel-item {
        position: relative;
        height: 100%;
    }
    
    #header-carousel .carousel-item img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.booki {
    position: relative;
    margin-top: -350px !important;
    z-index: 1;
}

.booking {
    position: relative;
    margin-top: -200px !important;
    z-index: 1;
}
.mar {
    margin-top: 150px;
}

@media (max-width: 768px) {
    .booking {
        margin-top: -500px !important;
    }

    .booki {
        margin-top: -500px !important;
    }

    .mar {
        margin-top: 40px;
    }
}

.line {
    width: 40px;
    height: 2px;
}

.line1 {
    width: 20px;
    height: 2px;
}

.radius {
    border-radius: 8px;
}

.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: .5s;
}

.service-item:hover {
    background: var(--color1);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}

.media-thumb {
    display: block;
    position: relative;
}

.media-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.media-text h3 {
    margin: 0;
}
.media-text .location {
    font-size: 14px;
}

@media (max-width: 600px) {
    .gallery .col-lg-3, .gallery .col-md-4, .gallery .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.b:hover {
    background-color: var(--color1);
    color: white;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
  
.black-border {
    border: 2px solid black !important;
}

.login-bg {
    background: url(../images/3.jpg) center / cover no-repeat;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar {
    position: fixed;
    width: 240px;
    height: 100%;
    background-color: rgb(55, 51, 51);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1),
                -3px -3px 5px rgba(255, 255, 255, 0.5);
}

.sidebar a {
    display: block;
    padding: 0.3rem;
}

.content {
    margin-left: 230px;
    padding: 2rem;
}

.nav-links {
    transition: background-color 0.3s, color 0.3s;
    color: black;
}

.nav-links:hover, .nav-links.active {
    background-color: white;
    color: black;
}

.set{
    background-color: rgb(55, 51, 51);
    color: white;
}

@media (max-width: 767px) {
    .sidebar {
        width: 60px;
        position: fixed;
    }
    .content {
        margin-left: 60px; 
        padding: 1.5rem; 
    } 
}


.card6 {
      border: none;
      text-align: center;
      background-color: #fae4c5;
    }
.original-price {
    color: var(--color1); 
}
.p-decoration {
    text-decoration: line-through;
}
.discounted-price {
    font-weight: bold;
    color: black; 
}

#be-booking-form {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}

#tl-booking-cart {
  z-index: 1 !important;
}

#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  max-width: 1296px;
  margin: 0 auto;
  border-radius: 12px;
}