@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Ephesis&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/




  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }

.shapedividers_com-3741{
overflow:hidden;
position:relative;
}
.shapedividers_com-3741::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 136px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23ffffff"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23ffffff"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-3741::before{
background-size: 100% calc(2vw + 136px);
}
}


.carousel-item {
  position: relative;
  height: 90vh;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  z-index: 2;
  /* Retain existing styles for .carousel-caption */
}

.navbar{
    margin-bottom: -7em;
    background-color: transparent!important;
    z-index: 10;
    padding: 1em 0em;
}

.navbar li a{
    color: white;
    font-family: 'Roboto';
    font-weight: 500;
    border-bottom: 3px solid transparent;
}

.navbar li a.active{
    color: white!important;
    border-bottom: 3px solid #033a58;
}

.navbar li a:hover{
    color: white!important;
    border-bottom: 3px solid #033a58;
}

.navbar li{
    margin: 0em 1em;
}

.sec-navbar li a:hover{
    color: black!important;
}

.primary-btn{
    background-color: #033a58;
    font-family: "Belleza";
    color: white;
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
    padding: 0.8em 2em;
}

.primary-btn:hover{
    background-color: #033a58;
    color: white;
}

.carousel-caption{
    bottom: 35%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Belleza';
}
p{
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 500;
    color: #00283d;
}

.about-grid{
    padding: 3em;
}


.sticky{
    position: fixed;
    top: 0;
    z-index: 1000!important;
    background-color: rgb(255, 255, 255)!important;
    padding: 0.4em 0em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 4px!important;
    width: 100%;
    transition-duration: 0.6s;
  }

  @keyframes fadeinnav {
    from {opacity: 0;}
    to {opacity: 1;}
  }

 


  .sticky li a{
    color: black;
  }

  .sticky li a.active,.sticky li a:hover{
    color: black!important;
  }

  #banner{
    background: url('../img/banner-bg.jpeg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
  }

  .sec-btn{
    background-color: #033a5800;
    font-family: "Belleza";
    color: white;
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
    padding: 0.8em 2em;
    box-shadow: none!important;
    text-decoration: underline;
  }

  .sec-btn:hover{
    background-color: transparent;
    color: white;
    text-decoration: underline;
  }

  .hours-box{
    background-color: white;
    display: flex;

    align-items: center;
    justify-content: center;
    padding: 3em;
  }

  .hours-desc{
    color: #1a2f33;
  }

.our-story{
    padding: 0em 0em 5em 0em;
}


  .right > figure.front,
  .right > figure.back {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 200%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-color: white;
    overflow: hidden;
  }
  .right > figure.front {
    background-position: right;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
  }
  .right > figure.back {
    background-position: left;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
  }
  .flip {
    transform: rotateY(-180deg);
  }
  .flip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .menu-box{
    padding: 2em;
  }

  .review-box{
    border: 1px solid rgba(0, 0, 0, 0.281) ;
    border-style: dashed;
    padding: 3em;
  }

  .review-box i {
    color: gold;
  }
.button-container {
            display: flex;
            justify-content: center;
            gap: 10px; /* Space between buttons */
            flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
            padding: 10px;
        }

        .button {
            padding: 10px 20px;
            border: 2px solid #ffffff;
            background-color: transparent;
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .button:hover {
            background-color: #000;
            color: #fff;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .button {
                font-size: 14px;
                padding: 8px 16px;
            }
        }

        @media (max-width: 480px) {
            .button {
                font-size: 12px;
                padding: 6px 12px;
                width: 100%; /* Full width on very small screens */
                margin-bottom: 10px; /* Space between stacked buttons */
            }

            .button-container {
                flex-direction: column; /* Stack buttons vertically */
                align-items: center;
            }
        }

        .menu-section {
            position: relative;
            height: 60vh; /* Full viewport height */
            background-image: url('img/467392157_18041435909275269_5385847357627855674_n.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 20px;
        }

        .menu-overlay {
            background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
            padding: 30px;
            max-width: 350px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .menu-overlay h2 {
            font-size: 24px;
            color: #1a3c5e; /* Dark blue color for the heading */
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .menu-overlay h3 {
            font-size: 14px;
            color: #1a3c5e;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .menu-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px dashed #ccc; /* Dashed line separator */
        }

        .menu-item:last-child {
            border-bottom: none; /* Remove border for the last item */
        }

        .menu-item h4 {
            font-size: 16px;
            color: #1a3c5e;
            font-weight: bold;
        }

        .menu-item p {
            font-size: 14px;
            color: #666;
            margin: 5px 0;
        }

        .menu-item span {
            font-size: 16px;
            color: #1a3c5e;
            font-weight: bold;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .menu-section {
                justify-content: center;
                padding: 10px;
            }

            .menu-overlay {
                max-width: 100%;
                padding: 20px;
            }

            .menu-overlay h2 {
                font-size: 20px;
            }

            .menu-overlay h3 {
                font-size: 12px;
            }

            .menu-item h4 {
                font-size: 14px;
            }

            .menu-item p {
                font-size: 12px;
            }

            .menu-item span {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .menu-overlay {
                padding: 15px;
            }

            .menu-overlay h2 {
                font-size: 18px;
            }

            .menu-overlay h3 {
                font-size: 10px;
            }

            .menu-item h4 {
                font-size: 12px;
            }

            .menu-item p {
                font-size: 10px;
            }

            .menu-item span {
                font-size: 12px;
            }
        }
   .footer{
        background: url('/img/Restaurant & Bar.jfif')#033A58;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

    color: white !important;
   }     

.shapedividers_com-2212{
overflow:hidden;
position:relative;
}
.shapedividers_com-2212::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 45px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 91.5"><path fill="%23ffffff" d="M2000 0v26c-14-1-29 4-42 11-21 12-40 30-63 34-24 5-48-6-71-16-21-8-42-16-64-18-47-5-94 17-140 33s-98 25-139-4c-13-8-25-20-39-19-10 1-18 7-26 12-34 22-75 28-112 15-12-4-25-11-31-24-8-18-28-26-45-23s-30 15-46 24c-51 28-111 23-167 18l-15-2-15 2c-56 5-116 10-168-18-15-9-29-20-45-24s-37 5-45 23c-6 13-19 20-31 24-37 13-78 7-112-15-8-5-16-11-26-12-14-1-26 11-39 19-41 29-93 20-139 4s-92-38-140-33c-22 2-43 10-64 18-23 10-47 21-71 16-23-4-42-22-63-34-13-7-28-12-42-11V0z" opacity=".75"/><path fill="%23ffffff" d="M542 0c-21 9-48 18-80 29a127 127 0 01-65 5l-1-1-32-7-19-4a78 78 0 00-19-1 87 87 0 00-24 4 180 180 0 00-25 11l-6 3-2 1-7 4-2 1-21 9c-16 7-31 7-46 4-15-2-31-8-46-15l-19-8c-19-7-38-13-58-12h-3a71 71 0 00-32 10 97 97 0 00-19 16A283 283 0 000 67V32c18-11 38-19 57-22 31-4 69 5 99 14l10 3a70 70 0 0110 5c17 8 36 15 54 6l1-1a199 199 0 0018-11l11-7a76 76 0 0111-5 87 87 0 0118-5 124 124 0 0119-1 265 265 0 0132 2c21 2 43 7 62 5 17-2 32-8 47-15zM1185 0l-2 1-15 11-24 18a424 424 0 01-65 35 331 331 0 01-31 12q-10 4-21 6a132 132 0 01-27 4 132 132 0 01-27-4q-11-2-21-6a331 331 0 01-31-12 424 424 0 01-65-35l-24-18-15-11-2-1h8l9 6c41 30 116 29 168 3 52 26 127 27 168-3l9-6z" opacity=".51"/><path fill="%23ffffff" d="M696 0c-17 13-33 28-50 39a78 78 0 01-54 13 251 251 0 01-28-6c-29-8-56-17-83 0l-11 5c-45 21-111 28-178-2q-11-4-21-10l-22-13a307 307 0 01-33-26h82a403 403 0 0028 21 238 238 0 0035 19 138 138 0 0014 6 140 140 0 0017 4 91 91 0 0032 1 103 103 0 0024-7c31-14 56-36 115-21 11 2 19 8 30 12l4 1c10 2 19 0 27-5 12-6 23-17 32-23l15-8z" opacity=".51"/><circle  fill="%23ffffff" cx="59.2" cy="72.6" r="17.1" transform="rotate(-67 59 73)" opacity=".51"/><path fill="%23ffffff" d="M580 0a19 19 0 01-6 9 19 19 0 01-26-5 18 18 0 01-2-4z"/><circle  fill="%23ffffff" cx="289.2" cy="30" r="13.4"/><circle  fill="%23ffffff" cx="258.1" cy="62.6" r="5.9" opacity=".51"/><circle  fill="%23ffffff" cx="939.3" cy="63.8" r="18.6" opacity=".51"/><circle  fill="%23ffffff" cx="679.5" cy="34.4" r="13.4"/><circle  fill="%23ffffff" cx="891" cy="82.3" r="8.9" opacity=".51"/><circle  fill="%23ffffff" cx="374.5" cy="82.7" r="8.9" transform="rotate(-45 375 83)" opacity=".51"/><circle  fill="%23ffffff" cx="112.5" cy="84.7" r="6.1" opacity=".51"/><path fill="%23ffffff" d="M834 0v1a80 80 0 01-27 42 80 80 0 01-41 18 80 80 0 01-29-2 80 80 0 01-58-59h-1z" opacity=".51"/><path fill="%23ffffff" d="M2000 0v44a63 63 0 01-15 4l-1 1c-16 2-33 0-50-3l-62-11a363 363 0 00-48-3h-20a323 323 0 00-35 5l-31 7-30 5a195 195 0 01-83-3l-22-5a96 96 0 00-51 3l-22 7c-14 5-29 10-44 9-17 0-34-7-50-14-9-4-19-9-29-11a72 72 0 00-34-3 84 84 0 00-19 7l-18 8a128 128 0 01-96 2l-4-2c-11-4-21-10-32-13l-4-2c-18-5-37-4-56-2h-1l-77 5a121 121 0 01-66-9l-4 2c-19 9-41 8-62 7l-77-5h-1a166 166 0 00-60 4c-11 3-21 9-32 13l-4 2a128 128 0 01-96-2l-18-8a84 84 0 00-19-7l-3-1c-10-1-21 0-31 4-10 2-19 7-29 11-16 7-33 14-50 14-15 1-30-4-44-9l-22-7a96 96 0 00-51-3l-22 5a443 443 0 01-24 5c-20 3-40 1-59-2l-30-5-31-7a323 323 0 00-35-5h-20a363 363 0 00-48 3L66 46c-17 3-34 6-50 3h-1a63 63 0 01-15-5V0z"/><path fill="%23ffffff" d="M1458 0c21 9 48 18 80 29a127 127 0 0065 5l1-1 32-7 19-4a78 78 0 0119-1 87 87 0 0124 4 180 180 0 0125 11l6 3 2 1 7 4 2 1 21 9c16 7 31 7 46 4 15-2 31-8 46-15l19-8c19-7 38-13 58-12h3a71 71 0 0132 10 97 97 0 0119 16 283 283 0 0116 18V32c-18-11-38-19-57-22-31-4-69 5-99 14l-10 3a70 70 0 00-10 5c-17 8-36 15-54 6l-1-1a199 199 0 01-18-11l-11-7a76 76 0 00-11-5 87 87 0 00-18-5 124 124 0 00-19-1 265 265 0 00-32 2c-21 2-43 7-62 5-17-2-32-8-47-15z" opacity=".51"/><path fill="%23ffffff" d="M1304 0c17 13 33 28 50 39 16 10 33 16 54 13a251 251 0 0028-6c29-8 56-17 83 0l11 5c45 21 111 28 178-2q11-4 21-10l22-13a307 307 0 0033-26h-82a403 403 0 01-28 21 238 238 0 01-35 19 138 138 0 01-14 6 140 140 0 01-17 4 91 91 0 01-32 1 103 103 0 01-24-7c-31-14-56-36-115-21-11 2-19 8-30 12l-4 1c-10 2-19 0-27-5-12-6-23-17-32-23l-15-8z" opacity=".51"/><circle  fill="%23ffffff" cx="1940.8" cy="72.6" r="17.1" transform="rotate(-23 1941 73)" opacity=".51"/><path fill="%23ffffff" d="M1420 0a19 19 0 006 9 19 19 0 0026-5 18 18 0 002-4z"/><circle  fill="%23ffffff" cx="1710.8" cy="30" r="13.4" transform="translate(0 66)"/><circle  fill="%23ffffff" cx="1741.9" cy="62.6" r="5.9" opacity=".51"/><circle  fill="%23ffffff" cx="1060.7" cy="63.8" r="18.6" opacity=".51"/><circle  fill="%23ffffff" cx="1320.5" cy="34.4" r="13.4"/><circle  fill="%23ffffff" cx="1109" cy="82.3" r="8.9" opacity=".51"/><circle  fill="%23ffffff" cx="1625.5" cy="82.7" r="8.9" transform="rotate(-45 1625 83)" opacity=".51"/><circle  fill="%23ffffff" cx="1887.5" cy="84.7" r="6.1" opacity=".51"/><path fill="%23ffffff" d="M1166 0v1a80 80 0 0027 42 80 80 0 0041 18 80 80 0 0029-2 80 80 0 0058-59h1z" opacity=".51"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-2212::before{
background-size: 100% calc(2vw + 45px);
}
}
 
 
  .pree-footer{
    background: url('../img/pree-footer-banner.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    height: 60vh;
  }
  .footer-link{
    color: black;
  }


  .gallery-head{
    background: url('img/467392157_18041435909275269_5385847357627855674_n.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  
  .about-head{
    background: url('img/467429595_18041438501275269_5302944616509656741_n.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: 0% 30%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }


  .contact-head{
    background: url('img/467392157_18041435909275269_5385847357627855674_n.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }
.contact-box{
    background: url('/img/Restaurant & Bar.jfif') #00000080;
  
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  padding: 50px;
  width: 100%;
    text-align: center;
     color: white;
     border-radius: 3%;
  }

  @media only screen and (max-width: 870px) {
    .navbar {
      background-color: white!important;margin-top: -1px;
    }
    .navbar li a{
        color: black;
    }
    .navbar li a.active{
        color: black!important;
    }
    #banner{
        height: auto;
        padding: 4em 0em;
    }
    .book-section > .container {
        height:40vh;
        width: 98%;
        position: relative;
       left:49%;
        transform: translateX(-50%);
        border-radius: 2%;
        margin-bottom: 30px;
        perspective: 1200px;
      }

     .menu-box h1{
        font-size: 14px;
     } 

     .menu-box h4,.menu-box p{
        font-size: 12px;
     }
      .menu-box{
    padding: 1em;
  }
.carousel-caption{
    bottom: 19%;
    font-size: 30px !important;
}

     
  }