/* Define CSS variables in :root if needed */
:root {
  /* Your CSS variables here */
}

/* Fix body overflow-x */
body {
  font-family: "mulish";
}
html,
body {
  overflow-x: hidden;
}

h1,
h,
h3,
h4,
h5,
h6 {
  font-family: "Bellarina", Arial, sans-serif;
  color: #d3afb6;
}
p {
  font-family: "mulish", Arial, sans-serif;
  color: #6d6e71;
  font-size: 14px;
}
@font-face {
  font-family: "Bellarina";
  src: url("../assets/fonts/Bellarina.woff2") format("woff2"),
    /* WOFF2 format */ url("../assets/fonts/Bellarina.woff") format("woff"),
    /* WOFF format */ url("../assets/fonts/Bellarina.otf") format("truetype"); /* TTF format */
}

@font-face {
  font-family: "mulish";
  src: url("../assets/fonts/Mulish-Regular.ttf") format("truetype"); /* TTF format */
}

.bg-bredcrumb {
  background: url(../assets/img/slider-box-2.jpg) center center;
  background-size: cover;
  height: 1000px;
}
.bg-bredcrumb::before {
  content: ''; /* This is required to create a pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Creates a semi-transparent black overlay */
  z-index: 1; /* Ensures the overlay is above the background */
}

.bg-bredcrumb > * {
  position: relative;
  z-index: 2; /* Ensures the content appears above the overlay */
}
.paragraph-about {
  text-align: justify;
  font-size: 14px;
}
.logo_map {
  position: absolute;
  height: 200px;
  padding-left: 250px;
  z-index: 100;
  margin-top: 115px;
}

.about-word {
  padding-left: 0;
  font-size: 40px;
  text-align: center;
  color: #d3afb6;
}
.about-word-2 {
  padding-left: 30px;
  font-size: 40px;
  text-align: center;
  color: #d3afb6;
}
.logo_menu {
  max-width: 160px;
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 9;
}
.menu-bredcrumb {
  background: url(../assets/img/bottom-menu.jpg), center, no-repeat;
  background-size: cover;
  height: 291px;
  height: 1000px;
  background-attachment: fixed;
}
.big_paragraph {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  text-align: justify;
}
.map_size {
  height: 800px;
}
.map-height {
  height: 775px;
}
.map_image {
  background: url(../assets/img/map1.jpg), center, no-repeat;
  position: absolute;
  background-size: cover;
  /* right: 0; */
  /* top: 0; */
  left: 0;
  right: 0;
  /* bottom: 0; */
  /* height: 800px; */
}
.menu_description {
  padding-left: 20px;
  width: 80%;
  margin-right: 0px;
  text-align: justify;
}
.name_size {
  text-align: justify;
  font-size: x-large;
  width: 100%;
  margin-right: -145px;
}
.menu_img_size {
  /* max-width: 400px; */
  /* height: 500px; */
  max-width: 100%;
  max-height: 500px;
   border-bottom-right-radius: 50%; 
}
.first_p {
  font-size: 25px;
}
.photo-container-menu {
  width: 100%;
  border-bottom-right-radius: 100px;
}
.menu-button {
  font-size: 50px;
}
.logo_home {
  max-width: 240px;
  padding-top: 30px;
  padding-bottom: 40px;
}

/* Pink spinner color */
.spinner-pink .spinner-border {
  color: #d3afb6;
  width: 3rem;
  height: 3rem;
}
.text-classing {
  position: absolute;
  margin-top: -380px;
  padding-left: 90px;
  letter-spacing: 3px;
  z-index: 5;
  letter-spacing: normal;
}
.text_size1 {
  font-size: 40px;
}

.photo-container {
  position: relative;
  display: inline-block; /* Ensures the container only wraps the content */
}

.photo-container img {
  width: 100%; /* Make the image responsive within its container */
  height: auto; /* Maintain the aspect ratio */
  display: block; /* Removes any extra space below the image */
}

.big_cake {
  max-width: 550px; /* Set the maximum width for the image */
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  /* background-blend-mode: multiply; */
  width: 100%;
  height: 100%;
  /* color: white; */
  background-color: rgba(182, 152, 159, 2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.overlay-text {
  color: white; /* Text color */
  font-size: 20px; /* Adjust as needed */
  text-align: center; /* Center align the text */
}

.bg-last {
  background: url("../assets/img/bottom-menu.jpg"), center, no-repeat;
  background-size: cover; /* Makes sure the image covers the entire section */
  background-attachment: fixed;
  background-repeat: no-repeat; /* Prevents the image from repeating */
  height: 1000px; /* Ensures the section takes up the full viewport height */
  width: 100%; /* Ensures the section takes the full width of its container */
}
.bg-home {
  background: url("../assets/img/bottom-home-2.jpg") center center no-repeat;
  background-size: cover; /* Makes sure the image covers the entire section */
  background-attachment: fixed;
  background-repeat: no-repeat; /* Prevents the image from repeating */
  height: 1000px; /* Ensures the section takes up the full viewport height */
  width: 100%; /* Ensures the section takes the full width of its container */
}
.bg-about {
  position: relative; /* Required for positioning the pseudo-element */
  background: url("../assets/img/bottom-about-2.jpg") center center no-repeat;
  background-size: cover; /* Makes sure the image covers the entire section */
  background-attachment: fixed;
  background-repeat: no-repeat; /* Prevents the image from repeating */
  height: 1000px; /* Ensures the section takes up the full viewport height */
  width: 100%; /* Ensures the section takes the full width of its container */
}

.bg-about::before {
  content: ''; /* This is required to create a pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Creates a semi-transparent black overlay */
  z-index: 1; /* Ensures the overlay is above the background */
}

.bg-about > * {
  position: relative;
  z-index: 2; /* Ensures the content appears above the overlay */
}


.mini_logo {
  max-height: 40px;
}
.text_size {
  font-size: 4.5rem;
}
.text_size3 {
  font-size: 4.5rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3afb6; /* Pink overlay with 50% opacity */
  z-index: 1;
  pointer-events: none; /* Allow clicks to pass through */
}
.bg-pink {
  background-color: #ac838c;
  border-bottom-right-radius: 175px;
  border-top-left-radius: 175px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.read_more {
  background-color: #d3afb6;
  border-radius: 20px;
  font-size: 14px;
  color: white;
  border: none;
  width: 140px;
  height: 35px;
}
.read_more2 {
  background-color: white;
  border-radius: 20px;
  color: #d3afb6;
  font-size: 14px;
  border: none;
  width: 140px;
  height: 35px;
}
.rotated-text {
  transform: rotate(90deg);
  transform-origin: left bottom;
  white-space: nowrap;
  position: absolute;
  margin-top: -150px;
  font-size: 150px;
  color: #ac838c;
}
.logo-big {
  margin: 180px;
  padding-right: 300px;
  max-height: 244px;
}
.menu_image {
  max-width: 360px;
}

.special_menu {
  padding-top: 85px;
  margin: -10px;
}
/*Background image for larger screens */
.landing {
  background-image: url("../assets/img/menu6.png");
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 100%;
}
.last_menu_style {
  margin-top: 0px;
}
header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */

/* CSS for side menu */
.side-menu {
  height: 75vh;
  width: 200px;
  position: fixed;
  top: 0;
  max-height: 500px;
  right: -250px; /* Hidden by default */
  background-color: #ac838c;
  padding-top: 100px;
  border-bottom-left-radius: 250px;
  display: flex;
  flex-direction: column;
  z-index: 995;
  align-items: center;
  transition: right 0.3s ease;
}

.side-menu.open {
  right: 0;
  padding-top: 100px;
  max-height: 500px;
  border-bottom-left-radius: 250px;
  z-index: 998;
}

.side-menu a {
  padding: 10px 30px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s;
}

.menu-btn {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: transparent;
  color: #d7bbbf;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  z-index: 999;
}

.menu-btn:hover {
  background-color: transparent;
}
.logos {
  padding-right: 10px;
}
.second_footer {
  padding-top: 15px;
}

/* Hover effect for links */
/*.side-menu a:hover {*/
/*    background-color: #d7bbbf;*/
/*}*/

/* Main content styles */
.main-content {
  padding: 20px;
}

/* Sections for demonstration */
section {
  padding: 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
  /*  #overlay {*/
  /*    position: absolute;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*    width: 100%;*/
  /*    max-width: 550px;*/
  /*    height: 100%;*/
  /*    background-color: rgba(247, 65, 104, 0.5);*/
  /*    z-index: 2;*/
  /*    display: flex;*/
  /*    cursor: pointer;*/
  /*    margin-left: 205px;*/
  /* display: none; */
  /* flex-direction: row; */
  /*}*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
  /*#overlay {*/
  /*    position: absolute;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*    width: 100%;*/
  /*    max-width: 550px;*/
  /*    height: 100%;*/
  /*    background-color: rgba(247, 65, 104, 0.5);*/
  /*    z-index: 2;*/
  /*    display: flex;*/
  /*    cursor: pointer;*/
  /*  margin-left: 205px;*/
  /* display: none; */
  /* flex-direction: row; */
  /*}*/
}
@media only screen and (min-width: 768px) and (max-width: 992) {
  /* #overlay {*/
  /*    position: absolute;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*    width: 100%;*/
  /*    max-width: 550px;*/
  /*    height: 100%;*/
  /*    background-color: rgba(247, 65, 104, 0.5);*/
  /*    z-index: 2;*/
  /*    display: flex;*/
  /*    cursor: pointer;*/
  /*    margin-left: 85px;*/
  /* display: none; */
  /* flex-direction: row; */
  /*}*/
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  header .header-logo a {
    width: 51px;
    height: 24px;
    background-size: 51px 24px;
  }
  /* Adjust spinner size for smaller screens */
  .spinner-pink .spinner-border {
    width: 2rem;
    height: 2rem;
  }

  /* Adjust background image for smaller screens if needed */
  .landing {
    background-image: url(../assets/images/background.jpg);
  }
  .big_cake {
    max-width: 250px;
  }

  .read_more {
    background-color: #d3afb6;
    border-radius: 20px;
    font-size: 12px;
    color: white;
    border: none;
    width: 100px;
    height: 20px;
  }
  .read_more2 {
    background-color: white;
    border-radius: 20px;
    color: #d3afb6;
    border: none;
    width: 100px;
    height: 20px;
    font-size: 12px;
  }
  .bg-pink {
    background-color: #d7bbbf;
    border-bottom-right-radius: 140px;
    border-top-left-radius: 140px;
    padding-bottom: 65px;
    padding-top: 65px;
    margin-left: 45px;
    margin-right: 45px;
  }
  .pb-mobile {
    padding-bottom: 40px;
  }
  .paragraph-mob {
    padding-left: 60px;
    padding-right: 60px;
  }
  .logo_home {
    max-width: 125px;
  }
  .mobile_grid1 {
    /*max-width: 88px;*/
    max-width: 100px;
  }
  .mobile_grid2 {
    /*max-width: 88px;*/
    max-width: 100px;
  }
  .mobile_grid3 {
    /*max-width: 110px;*/
    max-width: 100px;
    /* padding-top: 40px; */
  }
  .menu_image {
    /*max-width: 84px;*/
    max-width: 95px;
  }
  .text_size {
    font-size: 30px;
  }
  .last_p {
    font-size: 13px;
  }
  .who_font {
    font-size: 14px;
  }
  .special_menu {
    padding-top: 25px;
    margin: 0;
  }
  .text_size1 {
    font-size: 20px;
    color: white;
  }
  .text-classing {
    position: absolute;
    margin-top: -165px;
    letter-spacing: 1px;
    padding-left: 25px;
    z-index: 5;
  }
  .bg-last {
    background: url(../assets/img/bottom-menu.jpg), center, no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 291px;
    background-attachment: fixed;
  }
  .bg-about {
    /*background: url(../assets/img/bottom-about-2.jpg), center, no-repeat;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 291px;
    background-attachment: local;
  }
  .bg-home {
    /*background: url(../assets/img/bottom-home-2.jpg), center, no-repeat;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 291px;
    background-attachment: local;
  }
  .bg-bredcrumb {
    /*background: url(../assets/img/slider-box-2.jpg), center center no-repeat;*/
    background-size: cover;
    height: 330px;
  }
  .photo-container-menu {
    width: 100%;
    border-bottom-right-radius: 100px;
  }
  .menu_img_size {
    max-height: 185px;
    border-bottom-right-radius: 50px;
    max-width: 145px;
  }
  .name_size {
    text-align: justify;
    width: 100%;
    margin-left: -110px;
    font-size: 9px;
  }
  .menu_description {
    font-family: mulish;
    font-size: 6px;
    text-align: justify;
    width: 100%;
    padding-right: 15px;
    margin-left: 0;
    padding-left: 13px;
    /* padding: 12px; */
  }
  .menu-bredcrumb {
    background: url(../assets/img/bottom-menu.jpg), center, no-repeat;
    background-size: cover;
    height: 291px;
  }
  .text_size3 {
    font-size: 30px;
    color: white;
  }
  .menu-item {
    margin: inherit;
  }
  .map_size {
    height: 422px;
    width: 630px;
  }

  .map_image {
    background: url(../assets/img/map-phone.jpg) center, center, no-repeat;
    background-size: cover;
    width: 389px;
  }
  .about-word {
    /*padding-left: 60px;*/
    /*font-size: 30px;*/
    text-align: center;
    color: #d3afb6;
    padding: 0;
  }
  .about-word-2 {
    /*padding-left: 60px;*/
    /*font-size: 24px;*/
    text-align: center;
    color: #d3afb6;
    padding: 0;
  }
  .paragraph-about {
    padding-left: 40px;
    text-align: justify;
    font-size: 14px;
    font-family: mulish;
    padding-right: 40px;
  }
  .big_paragraph {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
  }
  .first_p {
    font-size: 10px;
  }
  .logo_map {
    position: absolute;
    height: 60px;
    padding-left: 30px;
    z-index: 100;
    /* padding-top: 10px; */
    margin-top: 45px;
  }
  .logo_menu {
    position: absolute;
    max-width: 90px;
    padding-right: 0;
    margin-top: 0;
    z-index: 9;
  }
  .map-height {
    height: 422px;
  }
}
.text_padding_menu span {
  padding-left: 70px;
  padding-right: 70px;
}
