@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Catamaran:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Sacramento&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Glass+Antiqua&display=swap');


 .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            transition: opacity 0.8s ease-out;
        }

        .preloader.hidden {
            opacity: 0;
            pointer-events: none;
        }

        canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .trident-logo {
            width: 120px;
            height: 120px;
            fill: #00d4ff;
            filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.7));
            animation: glow 3s infinite ease-in-out;
            z-index: 10;
        }

        @keyframes glow {
            0% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.7)); }
            50% { transform: scale(1.05); filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.9)); }
            100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.7)); }
        }

        .loader-text {
            color: #fff;
            font-size: 1.8em;
            text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
            margin-top: 20px;
            z-index: 10;
        }

        .content {
            display: none;
            padding: 40px;
            text-align: center;
            background: linear-gradient(180deg, #e0f7fa, #b2ebf2);
            min-height: 100vh;
            color: #0a1a2f;
        }

        .content h1 {
            font-size: 3em;
            font-weight: 700;
        }

        .content p {
            font-size: 1.3em;
            max-width: 700px;
            margin: 20px auto;
            line-height: 1.6;
        }


html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Mrs Saint Delafield", serif;
  font-family: "Lora", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Catamaran", sans-serif;
  color: #193D61;
  background-color: #ddecee !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 30px !important;
  font-family: "Lora", sans-serif;
  font-weight: 200 !important;
  color: rgb(0, 0, 0) !important;

}

h2 {
  font-family: "Glass Antiqua", cursive;
  font-weight: 600 !important;

}

h3 {
  font-family: "Glass Antiqua", cursive;
  font-weight: 400;
}

h4 {
  font-family: "Glass Antiqua", cursive;
  font-style: normal;
}

.subtext {
  font-family: "Mrs Saint Delafield", serif;
  color: #B58C67 !important;
  font-size: 50px !important;
}

p {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.767);
  margin-bottom: 0px;

}

#carouselExampleCaptions {
  position: relative;
  margin-top: -150px;
}

.carousel1 {
  background: url('/img/Photo (59).jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}

.carousel2 {
  background: url('/img/Photo (48).jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}

.carousel3 {
  background: url('/img/Photo (63).jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 21.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}

.carousel-caption p {
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 40px;
}

.carousel-caption h2 {

  font-weight: 200 !important;
   font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
}

.carousel-indicators {
  display: none !important;
}

.top-bar {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.636);
  z-index: 1000;
  position: relative;
}



.nav-link {
  color: rgb(255, 255, 255) !important;
  font-family: "Jost", sans-serif !important;
  font-size: 14px !important;
}

.nav-link.active {
  color: #B58C67 !important;
}


/* CSS */
.button-1 {
  background-color: #B58C67;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  ;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #B58C67;
}

.transparent-text {
  color: rgba(255, 255, 255, 0.296);
  font-size: 130px;
  font-family: "Cormorant Garamond", sans-serif;

}

.img1 {
  position: relative;
  margin-left: 50px;

}

.img2 {
  position: relative;
  margin-left: -140px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  width: 250px;
}



/* CSS */
.button-59 {
  align-items: center;
  background-color: #ffffff00;
  border: 1px solid #B58C67;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-size: 13px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: .8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 27px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #B58C67;
  color: #B58C67;
  fill: #B58C67;
}

.button-59:active {
  border-color: #B58C67;
  color: #B58C67;
  fill: #B58C67;
}

.slogan {
  background: #F1EBE4;
  padding: 80px !important;
  position: relative !important;
  margin-top: -130px !important;
  text-align: center !important;
  z-index: 10 !important;
  font-family: "Lora", sans-serif;

}


.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  /* Space buttons on left and right */
  align-items: center;
  /* Vertically center the buttons */
  pointer-events: none;
  /* Prevent nav container from blocking clicks */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: relative;
  /* Reset any absolute positioning from Owl Carousel */
  width: 40px;
  height: 40px;
  background: #AC8D5B;
  /* Semi-transparent background */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  pointer-events: auto;
  /* Allow clicks on the buttons */
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -50px;
  /* Move the button outside the carousel to the left */
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -50px;
  /* Move the button outside the carousel to the right */
}

.owl-carousel .owl-nav button:hover {
  background: #AC8D5B;
  /* Darken on hover */
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .carousel-wrapper {
    width: 100%;
    padding: 0 40px;
    /* Add padding to ensure buttons don’t touch the edges */
    box-sizing: border-box;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-left: -30px;
    /* Reduce the offset for smaller screens */
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-right: -30px;
    /* Reduce the offset for smaller screens */
  }
}

.cover-bg {
  background: url('/img/Photo (21).jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 450px;
}

.menu-box {
  background-color: #F1EBE4;
  padding: 100px 50px;
  position: relative;
  margin-top: -300px !important;
  z-index: 100 !important;
}

.word-left,
.word-right {
  flex: 0 0 auto;
}

.word-left {
  position: relative;
  margin-right: 10px;
  /* Space before the dots */
}

.word-left::after {
  content: "";
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(to right,
      #333 0px,
      #333 2px,
      transparent 2px,
      transparent 6px);
  position: absolute;
  left: 100%;
  /* Start right after the left word */
  right: 0;
  top: 50%;
  /* Center vertically */
  margin-left: 10px;
  /* Space between word and dots */
  margin-right: 10px;
  /* Space between dots and right word */
}

.word-right {
  margin-left: 10px;
  /* Space after the dots */
}


.shapedividers_com-216{
overflow:hidden;
position:relative;
}
.shapedividers_com-216::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% 84px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMin slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000.4 78.7"><g fill="%23ffffff"><path d="M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z" opacity=".75"/><path d="M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z" opacity=".5"/><path d="M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z"/><circle cx="59.8" cy="29.3" r="8.5"/><circle cx="159.2" cy="32.6" r="5.2"/><circle cx="375.8" cy="32.6" r="5.2"/><circle cx="435.9" cy="36.6" r="7.3"/><circle cx="106.4" cy="5.8" r="5.8" opacity=".5"/><circle cx="321.2" cy="5.8" r="5.8" opacity=".5"/><circle cx="250.3" cy="5.8" r="2.8" opacity=".75"/><path d="M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z" opacity=".5"/><path d="M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z"/><circle cx="564" cy="29.3" r="8.5"/><circle cx="663.5" cy="32.6" r="5.2"/><circle cx="880.1" cy="32.6" r="5.2"/><circle cx="940.2" cy="36.6" r="7.3"/><circle cx="610.6" cy="5.8" r="5.8" opacity=".5"/><circle cx="825.5" cy="5.8" r="5.8" opacity=".5"/><circle cx="754.6" cy="5.8" r="2.8" opacity=".75"/><path d="M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z" opacity=".5"/><path d="M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z"/><circle cx="1068.3" cy="29.3" r="8.5"/><circle cx="1167.8" cy="32.6" r="5.2"/><circle cx="1384.4" cy="32.6" r="5.2"/><circle cx="1444.5" cy="36.6" r="7.3"/><circle cx="1114.9" cy="5.8" r="5.8" opacity=".5"/><circle cx="1329.8" cy="5.8" r="5.8" opacity=".5"/><circle cx="1258.9" cy="5.8" r="2.8" opacity=".75"/><path d="M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z" opacity=".5"/><path d="M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z"/><circle cx="1572.6" cy="29.3" r="8.5"/><circle cx="1672.1" cy="32.6" r="5.2"/><circle cx="1888.7" cy="32.6" r="5.2"/><circle cx="1948.8" cy="36.6" r="7.3"/><circle cx="1619.2" cy="5.8" r="5.8" opacity=".5"/><circle cx="1834.1" cy="5.8" r="5.8" opacity=".5"/><circle cx="1763.2" cy="5.8" r="2.8" opacity=".75"/></g></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-216::before{
background-size: 100% calc(2vw + 84px);
}
}
 

.footer {
  background: url('https://images.unsplash.com/photo-1611843469152-4e3b2c7a3d90?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') no-repeat center center;
  background-size: cover;
  color: #e0f7fa;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.5);
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #193D61, rgb(4, 43, 88));
  z-index: 1;
}

.footer-section {
  flex: 1;
  text-align: center;
  padding: 30px 40px;
  min-width: 250px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
  border-radius: 8px;
}

.footer-logo p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-top: 20px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.footer-map iframe {
  width: 100%;
  max-width: 380px;
  height: 220px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  filter: brightness(1.05);
}

.footer-reach h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-reach a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.15rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-reach p {
  margin: 15px 0;
  font-size: 1.1rem;
}

.socials {
  display: flex;
  gap: 10px;
  /* hapësira mes ikonave */
  margin-top: 10px;
}

.socials a {
  color: white;
  /* ose ngjyra që dëshiron */
  font-size: 1.5rem;
  /* madhësia e ikonave */
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 40px 15px;
  }

  .footer-section {
    padding: 25px 10px;
    margin: 25px 0;
  }

  .footer-map iframe {
    max-width: 100%;
    height: 200px;
  }

  .footer-reach h3 {
    font-size: 1.4rem;
  }

  .footer-reach a {
    font-size: 1.05rem;
  }

  .footer-reach p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 10px;
  }

  .footer-section {
    padding: 20px 5px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .footer-logo p {
    font-size: 0.85rem;
  }

  .footer-map iframe {
    height: 180px;
  }
}

/*about.html*/
.section-bg {
  background: url('/img/Photo (50).jpg') rgba(0, 0, 0, 0.558);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 350px;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
  margin-top: -140px;
}

.img1 {
  position: relative;
  margin-left: -80px;
}

.container-fluid.cf-1 {
  max-width: 98%;
  border-radius: 10%;
}

.cover-bg1 {
  background: url('../photos/img\ \(10\).jpeg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

/*menu.html*/
.section-bg2 {
  background: url('../photos/img\ \(9\).jpeg') rgba(0, 0, 0, 0.558);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 250px;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
  margin-top: -140px;

}


/*contact.html*/
.section-bg3 {
  background: url('img/Photo (68).jpg') rgba(0, 0, 0, 0.558);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 250px;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
  margin-top: -140px;

}

.contact-box {
  background: #F1EBE4;
  padding: 30px;
  height: 100%;
}


/*gallery.html*/

.section-bg12{
  background: url('/img/Photo (36).jpg') rgba(0, 0, 0, 0.558);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 250px;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
  margin-top: -140px;

}

.card3 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

.card-image3 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card3:hover .card-image3 {
  transform: scale(1);
  border-radius: 0px;
}

.card-overlay3 {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.426);

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.card3:hover .card-overlay3 {
  opacity: 1;
}

.offcanvas {
  background: #0c305f!important;

  position: relative;
  z-index: 1000;
  height: 100vh !important;

}


    .contact-form {
      background-color: #193D61;
      color: #d4af37;
      padding: 40px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: none;
      border-bottom: 1px solid #d4af37;
      background: transparent;
      color: #d4af37;
      font-size: 16px;
    }
    .contact-form input:focus,
    .contact-form textarea:focus {
      outline: none;
      border-bottom: 2px solid #d4af37;
    }
    .contact-form label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px;
      font-size: 14px;
    }
    .contact-form label i {
      margin-right: 10px;
    }
    .contact-form textarea {
      height: 100px;
      resize: none;
    }
    .contact-form button {
      background-color: #d4af37;
      color: #193D61;
      border: none;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
      transition: background-color 0.3s;
    }
    .contact-form button:hover {
      background-color: #c39e2b;
    }
    .decoration {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 190px;
      opacity: 0.7;
    }
    
    .icons-01 {
      display: flex;
      align-items: center;
      gap: 20px; /* Reduced gap for better spacing */
      padding: 15px 0;
    }
    .icons-01 .icon-wrapper {
      background-color: #ffd700; /* Yellow background */
      border-radius: 50%; /* Circular shape */
      width: 60px; /* Larger size for the icon background */
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
      transition: transform 0.3s ease;
    }
    .icons-01 .icon-wrapper:hover {
      transform: scale(1.1); /* Slight hover effect */
    }
    .icons-01 img {
      width: 40px; /* Slightly larger icon */
      height: auto;
    }
    .icons-01 h4 {
      margin: 0;
      font-size: 1.2rem;
      color: #333; /* Darker text for contrast */
      font-family: Arial, sans-serif;
    }
   .ratings-section {
      padding: 100px 0;
      background: #f8f5f0;
      position: relative;
      overflow: hidden;
    }
    .ratings-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(172, 141, 91, 0.1), transparent);
      z-index: 0;
    }
    .rating-card {
      background: transparent;
      border: 1px solid rgba(172, 141, 91, 0.3);
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.4s ease;
      position: relative;
      z-index: 1;
      margin-bottom: 30px;
    }
    .rating-card:hover {
      background: rgba(255, 255, 255, 0.9);
      border-color: #AC8D5B;
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .rating-card h1 {
      font-size: 2.8rem;
      color: #2b2b2b;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    .rating-card i {
      color: #AC8D5B;
      font-size: 1.8rem;
      transition: color 0.3s ease;
    }
    .rating-card:hover i {
      color: #8b6f47;
    }
    .rating-card p {
      font-size: 1rem;
      color: #4a4a4a;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      opacity: 0.9;
    }
.text-box2{
    width: fit-content;
    text-align: center;
    position: relative;
    background: #e4c58fc4;
    padding: 15px;
  }
  
  .restaurant1{
    background: #0E1317;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .img3{
  position: relative;
  margin-top: -150px;
  }
  
  .restaurant-menu{
    background: #192841;
    position: relative;
    margin-top: -100px;
    z-index: 100;
    padding: 40px;
    border-bottom: 1px solid #E4C58F;
  }
  
  .rest-box{
    background: #0E1317;
    width: 70px;
    height: 70px;
    position: relative;
  
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
  }
  
  .text1{
    padding-left: 300px;
  }
.separator{
    padding-top: 20px;

    position: relative;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #AC8D5B;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto;

}
    
    @media (max-width: 767px) {
      .rating-card {
        padding: 20px 15px;
        margin-bottom: 25px;
      }
      .rating-card h1 {
        font-size: 2.2rem;
      }
      .rating-card i {
        font-size: 1.5rem;
      }
      .rating-card p {
        font-size: 0.9rem;
        letter-spacing: 2px;
      }
    }
    @media (max-width: 576px) {
      .icons-01 {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
      .icons-01 h4 {
        font-size: 1rem;
      }
    }
  @media(max-width:1000px) {
  .menu-box {
    padding: 20px 20px;
  }

  .slogan {
    width: 95% !important;
    padding: 40px !important;
  }

  .slogan h1 {
    font-size: 20px !important;

  }

  h1 {
    font-size: 30px !important;
  }

  .testimonial-item {
    padding: 20px !important;
  }

  .testimonial-item h1 {
    font-size: 20px !important;
    line-height: 30px !important;

  }

  .copyright {
    justify-content: center;
    text-align: center;
  }

  .img1 {
    margin-left: 0px !important;
  }.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 11.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}

.carousel-caption p {
  font-family: "Mrs Saint Delafield", serif;
  font-size: 40px;
}

.carousel-caption h2 {
  font-size: 20px;
  font-weight: 200 !important;
  font-family: "Lora", sans-serif;
}

.carousel-indicators {
  display: none !important;
}
}