body{
    background: #f5f2e8;
    font-family: 'Raleway';
}

.heading{
    margin-top: 100px;
    padding-top: 80px;

    margin-bottom: 100px;
}

.heading h6{
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin-bottom: 16px;
}
.heading h1{
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 40px;
}

.heading .tab-content{
    margin-top: 56px;
}

.heading .tab-pill{
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);

    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;

    outline: none !important;
    box-shadow: none !important;
}

.heading .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--lavonne-base, #412110);
    background-color: inherit;

    /* border: 1px solid black; */
}

.heading .nav-pills{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    
    margin-top: 40px;
}

.tab-content .img-div .big-img{
    max-width: 100%;
    border-radius: 20px;
} 

.tab-content .img-div .small-img{
    max-width: 100%;
    border-radius: 20px;
}

.tab-content .text-div p{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 50.4px */

    margin-top: 80px;
}

.carousel-div{
    height: 92px;
    background: linear-gradient(90deg, #9A5F3F -2.76%, #412110 11.07%, #9A5F3F 32.04%, #412110 58.74%, #9A5F3F 80.62%, #412110 105.52%);
    border: 6px solid #BA8569;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    margin-top: 140px;
}

.carousel-div h6{
    display: flex;
    padding: 32px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;

    color: var(--lavonne-surface, #F5F2E8);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    height: -webkit-fill-available;

    width: fit-content;
}

.carousel-div img{
    padding: 0px 12px;
}

.carousel-div h6 span{
    opacity: 0.8;
}

/* .marquee {
    height: 25px;
    width: -webkit-fill-available;
  
    overflow: hidden;
    position: relative;
  } */
  
  /* .marquee div {
    display: block;
    width: 200%;
    height: -webkit-fill-available;
  
    position: absolute;
    overflow: hidden;
  
    animation: marquee 5s linear infinite;

    width: 100px;
    height: 100px;
    background-color: red;
    position: relative;
    animation: myfirst 5s linear 2s infinite;
  } */
  
  /* .marquee span {
    float: left;
    width: 50%;

    color: var(--lavonne-surface, #F5F2E8);

    width: fit-content;
  } */
  
  /* @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
  }

  @keyframes myfirst {
    0%   {background-color:red; left:0px; top:0px;}
    100% {background-color:red; left:700px; top:0px;}
  } */

  .marquee {
    height: 12rem;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 0 2rem 2rem 0.4rem rgba(0, 0, 0, 0.2);
  }
  
  .marquee__inner-wrap {
    height: 100%;
    width: 100%;
  }
  
  .marquee span {
    text-align: center;
    color: lightgray;
    font-weight: 400;
    white-space: nowrap;
    /* font-size: max(2vw, 2.4rem); */
    line-height: 1.2;
    font-weight: 700;
    padding-inline: 40px;
    /* text-transform: uppercase; */

    color: var(--lavonne-surface, #F5F2E8);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .marquee img{
    margin-inline: 16px;
    padding-inline: 12px;
  }
  
  .marquee__inner {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 25s linear infinite;
    will-change: transform;
  }
  
  @keyframes marquee {
    to {
      transform: translateX(-25%);
    }
  }

/* Recommended */
.recommended{
    padding: 120px 0px;
    background-image: url(../img/Locations/Menu.png);
    background-repeat: no-repeat;
}

.recommended h5{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin-bottom: 24px;
    margin-top: 70px;
}

.recommended .menu-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.recommended .recom-div{
    border-radius: 24px;
    background: #FFF;

    padding: 32px 56px 32px 40px;

    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
}

.recommended .recom-div .name-div{
    display: flex;
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.recommended .recom-div .name-div h6{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.recommended .recom-div .name-div h3{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
}

.recommended .recom-div p{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
}


/* Location */
.loc-div{
    display: flex;
    padding: 120px 0px;
    align-items: center;
    gap: 80px;
}

.loc-div .img-div{
    width: 600px;
}

.loc-div .img-div img{
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 32px;
}

.loc-div .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 80px;
}

.loc-div .loc-description{
    margin: auto;
}
.loc-div .loc-description h1{
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 70.4px */

    margin-bottom: 16px;
}
.loc-div .loc-description p{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 36px */
}

.loc-div .loc-description .timings{
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.loc-div .loc-description .timings h6{
    color: var(--lavonne-base, #412110);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: flex;
    gap: 16px;
}

.loc-div .loc-description .timings h6 span{ 
    opacity: 0.8;
}

.loc-div .loc-description .button-div{
    display: flex;
    gap: 24px;
}

.loc-div .loc-description .button-div .direction-btn{
    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);

    display: flex;
    padding: 16px 24px;
    gap: 8px;

    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    background-color: #E7E2D8;
    background-image: #E7E2D8;
    background-image: -moz-linear-gradient(top,#F5F2E8 0%, #F5F2E8 100%); 
    background-image: -webkit-linear-gradient(top,#F5F2E8 0%, #F5F2E8 100%); 
    background-image: linear-gradient(to bottom,#F5F2E8 0%, #F5F2E8 100%); 
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.loc-div .loc-description .button-div .direction-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

.loc-div .loc-description .button-div .direction-btn img{
    width: 24px;
    height: 24px;
}

.loc-div .loc-description .button-div .menu-btn{
    color: var(--lavonne-surface, #F5F2E8);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);
    background: var(--lavonne-base, #412110);

    display: flex;
    padding: 16px 24px;
    gap: 8px;

    background-color: #693c22;
    background-image: #693c22;
    background-image: -moz-linear-gradient(top,#412110 0%, #412110 100%); 
    background-image: -webkit-linear-gradient(top,#412110 0%, #412110 100%); 
    background-image: linear-gradient(to bottom,#412110 0%, #412110 100%); 
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.loc-div .loc-description .button-div .menu-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

@media (max-width: 992px) { 
    .max-width {
        max-width: auto;
        padding-inline: 24px;
    }
    .heading {
        margin-top: 0px;
        padding-top: 80px;
        margin-bottom: 0px;
    }
    .heading h6 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        margin-bottom: 16px;
    }

    .heading h1 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        margin-bottom: 32px;
    }
    .heading .nav-pills {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-top: 0px;
        margin-bottom: 48px;
    }

    .heading .tab-pill {
        border-radius: 400px;
        border: 1px solid rgba(65, 33, 16, 0.24);
        display: flex;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;

        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.12px;
        text-transform: uppercase;

        outline: none !important;
        box-shadow: none !important;
    }

    .heading .img-div {
        display: grid;
        gap: 16px;
    }

    .tab-content .img-div .big-img {
        width: -webkit-fill-available;
    }
    .tab-content .text-div p {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; /* 36px */

        margin-top: 40px;
    }

    .carousel-div {
        height: 71px;
        background: linear-gradient(90deg, #9A5F3F -2.76%, #412110 11.07%, #9A5F3F 32.04%, #412110 58.74%, #9A5F3F 80.62%, #412110 105.52%);
        border: 6px solid #BA8569;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;

        margin-top: 80px;
    }
    .marquee span {
        text-align: center;
        color: lightgray;
        font-weight: 400;
        white-space: nowrap;
        /* font-size: max(2vw, 2.4rem); */
        line-height: 1.2;
        font-weight: 700;
        padding-inline: 40px;
        /* text-transform: uppercase; */
        color: var(--lavonne-surface, #F5F2E8);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .recommended {
        padding: 60px 0px;
        background-image: none;
    }

    .recommended h5 {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        margin-bottom: 24px;
        margin-top: 60px;
    }

    .recommended .recom-div {
        border-radius: 12px;
        background: #FFF;
        padding: 24px 20px;
        display: block;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .recommended .recom-div .name-div {
        display: flex;
        width: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    .recommended .recom-div .name-div h6 {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        margin-bottom: 0px;
    }

    .recommended .recom-div .name-div h3 {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .recommended .recom-div .content {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */

        margin-top: 16px;
    }

    /* Location  */

    .loc-div {
        display: block;
        padding: 100px 0px;
        align-items: center;
        gap: 80px;
    }
    .loc-div .img-div {
        width: -webkit-fill-available;
    }
    .loc-div .img-div img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .loc-div .loc-description h1 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; /* 44.8px */

        margin-top: 32px;
    }

    .loc-div .loc-description p {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; /* 28.8px */
    }

    .loc-div .loc-description .timings {
        margin: 40px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .loc-div .loc-description .timings h6 {
        color: var(--lavonne-base, #412110);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        display: flex;
        gap: 16px;
    }

    .loc-div .loc-description .timings h6 span{
        opacity: 0.8;
    }

    .loc-div .loc-description .button-div {
        display: grid;
        gap: 16px;
    }

    .loc-div .loc-description .button-div .direction-btn {
        border-radius: 400px;
        border: 1px solid rgba(65, 33, 16, 0.24);
        display: flex;
        padding: 16px 24px;
        gap: 8px;
        justify-content: center;
    }

    .loc-div .loc-description .button-div .menu-btn {
        color: var(--lavonne-surface, #F5F2E8);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        border-radius: 400px;
        border: 1px solid rgba(65, 33, 16, 0.24);
        background: var(--lavonne-base, #412110);

        display: flex;
        padding: 16px 24px;
        gap: 8px;

        justify-content: center;
    }
}
