* {
  margin: 0px;
  padding: 0px;
}

body,
html {
  overflow-x: hidden;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}

.head {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  align-items: center;
  grid-template-areas: "logo menu icons ";
  padding: 10px 10px;
}

.logo img {
  width: auto;
  height: auto;
  max-height: 75px;
}

.menu nav {
  align-items: center;
  justify-items: center;
}

.menu nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgb(236, 236, 232);
}

.menu nav ul li a {
  color: white;
  text-decoration: none;
}

.menu nav ul li a:hover {
  color: #c19f5f;
  text-decoration: none;
}

ul li {
  font-family: "Cormorant", serif;
  font-size: 20px;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  color: #c19f5f;
}

.icons i {
  font-size: 20px;
}

.menu {
  display: block;
}

.hamburger {
  display: none;
}

aside {
  display: none;
}

aside .menus nav ul li a {
  color: white;
  text-decoration: none;
}

aside .menus nav ul li a:hover {
  color: #c19f5f;
  text-decoration: none;
}

aside .menus nav ul li {
  font-size: 20px;
}

.carousel-inner .carousel-item {
  position: relative;
}

.carousel-inner .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 1, 1, 0.4);
  z-index: 1;
}

.carousel-caption {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 20px;
  animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.carousel-content {
  max-width: 800px;
  margin: 0 auto;
}

.carousel-caption .carousel-content h5 {
  font-size: 4.5rem;
  font-family: "Cormorant", serif;
  margin: 0;
}

.carousel-caption .carousel-content h4 {
  font-size: 4.5rem;
  font-family: "Cormorant", serif;
  color: #c19f5f;
  margin: 0;
}

.carousel-caption .carousel-content p {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
}

.background {
  background-color: black;
}

.element-text {
  padding: 50px 20px;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.element-text .element-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.element-text .element-content .element-content1,
.element-text .element-content .element-content2,
.element-text .element-content .bg-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.element-text .element-content .element-content1 {
  padding-left: 35px;
}

.element-text .element-content .bg-image img {
  width: 100%;
  height: auto;
}

.element-text .element-content .element-content1 .text {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.element-text .element-content .uniquetxt {
  display: flex;
  gap: 10px;
  margin: 0;
}

.element-text .element-content .element-content1 .text .text1 {
  font-family: "Cormorant", serif;
  font-size: 28px;
  color: white;
  margin-top: 0;
  margin: 0;
}

.element-text .element-content .element-content1 .text .uniquetxt .txt1 {
  font-family: "Cormorant", serif;
  color: white;
  font-size: 28px;
  margin: 0;
}

.element-text .element-content .element-content1 .text .uniquetxt .txt2 {
  font-family: "Cormorant", serif;
  color: #c19f5f;
  font-size: 28px;
  font-style: italic;
  margin: 0;
}

.element-text .element-content .element-content1 .inner-para {
  margin-bottom: 30px;
}

.element-text .element-content .element-content1 .inner-para p {
  color: rgb(202, 198, 198);
  line-height: 1.6;
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: 18px;
}

.element-content .element-content1 .document i {
  color: #c19f5f;
  font-size: 30px;
}

.element-content .element-content1 .document p {
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: 20px;
}

.element-content .element-content1 .document p:hover {
  color: #c19f5f;
}

.element-content .element-content2 .content .text p {
  color: white;
  font-size: 24px;
  font-family: "Cormorant", serif;
}

.element-content .element-content2 {
  padding-left: 40px;
}

.element-content .element-content2 .content .text .txtstyle {
  color: rgb(160, 153, 153);
  font-size: 13px;
  font-family: "Mulish", sans-serif;
}

.element-content2 .content {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.element-content2 .content .text {
  display: flex;
  flex-direction: column;
}

.element-content2 .content img {
  width: 60px;
  height: 60px;
}

.element-content2 .content p {
  color: white;
  line-height: 1.6;
  margin: 0;
}

.element-content2 .content {
  margin-bottom: 30px;
}

.gourmetimg .back-image {
  position: relative;
  height: 100vh;
  width: 100%;

  overflow: hidden;
}

.bgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 1, 1, 0.4);
  z-index: 1;
}

.gourmetimg .imgcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  padding: 20px;
}

.gourmetimg .imgcontent p {
  font-size: 2.2rem;
}

.gourmetimg .back-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.back-image .imgcontent .unitxt1 {
  font-size: 4.5rem;
  color: white;
  font-family: "Cormorant", serif;
}

.back-image .imgcontent .unitxt2 {
  font-size: 4.5rem;
  font-family: "Cormorant", serif;
  color: #c19f5f;
  font-style: italic;
}

.back-image .imgcontent .unitxt3 {
  font-size: 4.5rem;
  color: white;
  font-family: "Cormorant", serif;
}

.rotatediv {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 39%;
  left: 45%;
  border: 2px solid #f5c05e;
  display: block;
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.deliciousbg {
  background-color: black;
}

.grid-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px;
}

.rotate-dots {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;

  margin: auto;
}

.bgrotate {
  position: relative;
}

.bgrotate img {
  position: relative;
  z-index: 9;
}

.bgrotate::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 50%;
  left: 50%;
  z-index: 6;
  background-image: url(assets/images/dots.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  animation: rotatedot 40s linear infinite;
}

.sweetimg {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}

@keyframes rotatedot {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.sweetimg img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.sweetimg:hover img {
  transform: scale(1.2);
}

.sweets-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  margin-top: 40px;
}

.sweets-content h6 {
  color: white;
  font-size: 20px;
  font-family: "Cormorant", serif;
}

.sweets-content p {
  color: #c19f5f;
  font-size: 20px;
  font-family: "Cormorant", serif;
}

.sweet-heading {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sweet-heading p {
  color: #c19f5f;
  font-size: 18px;
  font-family: "Cormorant", serif;
}

.sweet-heading h3 {
  color: white;
  font-size: 28px;
  font-family: "Cormorant", serif;
  text-align: center;
}

.sweet-heading .wavy {
  text-decoration: underline wavy;
  text-decoration-thickness: 1px;
  text-decoration-color: #c19f5f;
}

.pastry-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pastry-heading p span {
  font-size: 2.2rem;
  font-family: "Cormorant", serif;
  color: white;
}

.pastry-heading .uniquetext {
  font-size: 2.2rem;
  font-family: "Cormorant", serif;
  color: #c19f5f;
}

.outer-owl {
  background-color: rgb(20, 20, 20);
  padding: 50px 90px;
}

.owl-carousel {
  max-width: 1600px;
  margin: auto;
  padding: 60px;
}

.owl-carousel .item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.owl-carousel .item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  transform: scale(0.70);
  transition: transform 0.8s ease-in-out;
}

.owl-carousel .item:hover img {
  transform: scale(0.9);
}

.owl-carousel .owl-item.center .item {
  transform: scale(1.0);
  transition: transform 0.3s ease-in-out;
}

.owl-carousel .owl-item.center .item img {
  transform: scale(1.1);
}

.owl-carousel .owl-item.center .item:hover img {
  transform: scale(1.2);
}

.pastry-chef {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.pastry-chef img {
  width: 50%;
  height: 100vh;
}

.cocoimg {
  background-color: #2d2627;
}

.chef {
  position: absolute;
  top: 10%;
  left: 33%;
}

.chef img {
  width: 100%;
  height: auto;
}

.chef-content {
  position: absolute;
  top: 10%;
  left: 60%;

}

.chef-content h6 {
  color: #c19f5f;
  font-size: 20px;
  font-family: "Cormorant", serif;
}

.chef-content .chef-detail p {
  color: white;
  font-size: 2.2rem;
  font-family: "Cormorant", serif;
  margin: 0;
}

.chef-content .chef-detail {
  margin-bottom: 30px;
}

.chef-content .chef-name {
  display: flex;
  flex-direction: row;
}

.chef-content .chef-name .chefname {
  color: white;
  font-size: 20px;
  font-family: "Cormorant", serif;
  margin-bottom: 0;
}

.chef-content .chef-name p {
  color: #c19f5f;
  font-size: 16px;
  font-family: "Cormorant", serif;
  letter-spacing: 3px;
}

.chef-content .chef-sign img {
  width: 80px;
  height: 80px;
}

.gallery {
  background-color: black;
}

.gallery-heading {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-heading h6 {
  color: #c19f5f;
  font-size: 16px;
  font-family: "Cormorant", serif;
  letter-spacing: 3px;
}

.gallery-heading p {
  color: white;
  font-size: 2.2rem;
  font-family: "Cormorant", serif;
  margin-bottom: 0;
}

.galleryimgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 80px;
  gap: 80px;
}

.galleryimgs .gallimgs {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.galleryimgs .gallimgs img {
  transition: transform 0.4s ease;
  width: 100%;
}

.galleryimgs .gallimgs:hover img {
  transform: scale(1.2);
  object-fit: cover;
  overflow: hidden;
}

.galleryimgs .gallimgs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #c19f5f;
  transition: all 1s ease;
  transform: rotate(14deg) scale(0.8);
}

.galleryimgs .gallimgs:hover::after {
  transform: rotate(0deg) scale(1.2);
}

.foot {
  position: relative;
  background-color: black;
  color: white;
}

.footimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.footimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/bgfooter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.6;
}

.footer-section {
  padding-top: 16rem;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-left: 10px;
}

.logointro .Exploresection .Post {
  display: flex;
  flex-direction: column;
}

.logointro .logopara,
.links {
  margin-top: 30px;
}

.logointro .logopara p {
  color: white;
  font-size: 20px;
  font-family: "Cormorant", serif;
  margin: 0;
}

.logointro .links {
  display: flex;
  gap: 20px;
}

.logointro .links i {
  color: #c19f5f;
  font-size: 20px;
}

.Exploresection .phone,
.location,
.mail {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 10px;
}

.Exploresection .phone i,
.location i,
.mail i {
  color: #caa96b;
  font-size: 20px;
}

.Exploresection .phonedetails h6,
.locationdetails h6,
.maildetails h6 {
  color: #caa96b;
  font-size: 16px;
  font-family: "Cormorant", serif;
  margin-bottom: 0px;
  letter-spacing: 4px;
}

.Exploresection .phonedetails p,
.locationdetails p,
.maildetails p {
  color: rgba(224, 222, 222, 0.925);
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 10px;
}

.Exploresection h3,
.Post h3 {
  color: #c19f5f;
  font-size: 2.0rem;
  font-family: "Cormorant", serif;
  margin-bottom: 30px;
}

.Post .Posts {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 25px;
}

.Post .Posts .postinfo h6 {
  color: #c19f5f;
  font-size: 16px;
  font-family: "Cormorant", serif;
  margin-bottom: 0;
}

.Post .Posts .postinfo p {
  color: white;
  font-size: 20px;
  font-family: "Cormorant", serif;
}

.Post .Posts img {
  width: 70px;
  height: 70px;
}

.foot-end {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding-top: 10%;
}

.foot-end p {
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 5;
}

.foot-end p span {
  color: white;
}

.foot-end .footcolor {
  color: #c19f5f;
}

@media(max-width:1440px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;

  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #10181fcc;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 20px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .icons i {
    font-size: 20px;
  }

  .rotatediv {
    left: 42%;
  }

  .sweet-heading h3 {
    font-size: 32px;
  }

  .sweets-content h6 {
    font-size: 22px;
  }

  .sweets-content p {
    font-size: 22px;
  }

  .chef-content {
    top: 25%;
    left: 70%;
    text-align: center;
  }

  .chef-detail p {
    font-size: 1.8rem;
  }

  .chef-name {
    margin-left: 45px;
  }

}

@media (max-width: 1024px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;

  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 25px;
  }

  .menu {
    display: none;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .icons i {
    font-size: 20px;
  }

  .carousel-caption .carousel-content h5 {
    font-size: 3.8rem;
    font-family: "Cormorant", serif;
  }

  .carousel-caption .carousel-content h4 {
    font-size: 3.8rem;
    font-family: "Cormorant", serif;
    color: #c19f5f;
  }

  .carousel-caption .carousel-content p {
    font-size: 20px;
  }

  .element-content {
    padding: 50px 20px;
  }

  .element-text .element-content .element-content1,
  .element-content2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .element-text .element-content {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .element-text .element-content .bg-image {
    display: none;
  }

  .element-content .element-content2 .content .text .txtstyle {
    font-size: 12px;
  }

  .element-text .element-content .element-content2 .content {
    gap: 20px;
  }

  .element-text .element-content .element-content1 .text {
    align-items: center;
  }

  .element-text .element-content .element-content1 {
    margin-bottom: 30px;
  }

  .back-image .imgcontent .unitxt1 {
    font-size: 3.8rem;
  }

  .back-image .imgcontent .unitxt2 {
    font-size: 3.8rem;
  }

  .back-image .imgcontent .unitxt3 {
    font-size: 3.8rem;
  }

  .rotatediv {
    width: 200px;
    height: 200px;
    top: 37%;
    left: 40%;
  }

  .sweet-heading p {
    font-size: 30px;
  }

  .sweet-heading h3 {
    font-size: 38px;
  }

  .sweets-content h6 {
    font-size: 30px;
  }

  .sweets-content p {
    font-size: 28px;
  }

  .grid-images {
    grid-template-columns: 1fr 1fr;
  }

  .outer-owl {
    padding: 40px 60px;
  }

  .owl-carousel {
    padding: 40px;
  }

  .owl-carousel .item img {
    height: 250px;
  }

  .pastry-chef .parallaximg {
    display: none;
  }

  .pastry-chef .cocoimg {
    width: 100%;
    height: 100vh;
  }

  .pastry-chef {
    flex-direction: column;
  }

  .chef-content {
    top: 25%;
    left: 55%;
    margin: 0;
    text-align: center;
  }

  .chef-content h6 {
    font-size: 28px;
  }

  .chef-name .chefintro .chefname {
    font-size: 30px;
  }

  .chef-name .chefintro p {
    font-size: 24px;
  }

  .chef-content .chef-detail p {
    font-size: 2.5rem;
    margin: 0;
  }

  .chef-name {
    align-items: center;
    justify-content: center;
  }

  .chef {
    top: 10%;
    left: 5%;
  }

  .chef img {
    width: 100%;
    height: 800px;
  }

  .galleryimgs {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-heading h6 {
    font-size: 1.3rem;
  }

  .gallery-heading p {
    font-size: 2.5rem;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 40%;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 70px;
    text-align: center;
    padding-bottom: 3rem;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 820px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;

  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .icons i {
    font-size: 20px;
  }

  .carousel-caption .carousel-content h5 {
    font-size: 3.8rem;
    font-family: "Cormorant", serif;
  }

  .carousel-caption .carousel-content h4 {
    font-size: 3.8rem;
    font-family: "Cormorant", serif;
    color: #c19f5f;
  }

  .carousel-caption .carousel-content p {
    font-size: 20px;
  }

  .element-text {
    width: 50%;
  }

  .element-text .element-content {
    grid-template-columns: 1fr;
  }

  .element-content .element-content2 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 .inner-para p {
    font-size: 16px;
  }

  .element-text .element-content .element-content1,
  .element-content2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .element-text .element-content .bg-image {
    display: none;
  }

  .element-text .element-content .bg-image img {
    width: 100%;
    height: auto;
  }

  .element-text .element-content .element-content2 .content {
    gap: 15px;
  }

  .element-content .element-content2 .content .text .txtstyle {
    font-size: 12px;
    align-items: center;
  }

  .element-text .element-content .element-content1 .text {
    align-items: center;
    margin-bottom: 30px;
  }

  .element-text .element-content .element-content1 {
    margin-bottom: 30px;
  }

  .back-image .imgcontent .unitxt1 {
    font-size: 2.5rem;
  }

  .back-image .imgcontent .unitxt2 {
    font-size: 2.5rem;
  }

  .back-image .imgcontent .unitxt3 {
    font-size: 2.5rem;
  }

  .rotatediv {
    width: 200px;
    height: 200px;
    top: 37%;
    left: 38%;
  }

  .sweet-heading p {
    font-size: 30px;
  }

  .sweet-heading h3 {
    font-size: 38px;
  }

  .sweets-content h6 {
    font-size: 24px;
  }

  .sweets-content p {
    font-size: 28px;
  }

  .grid-images {
    grid-template-columns: 1fr 1fr;
  }

  .outer-owl {
    padding: 30px 40px;
  }

  .owl-carousel {
    padding: 30px;
  }

  .owl-carousel .item img {
    height: 240px;
    transform: scale(0.9);
  }

  .owl-carousel .owl-item.center .item img {
    transform: scale(1.1);
  }

  .pastry-chef .parallaximg {
    display: none;
  }

  .pastry-chef .cocoimg {
    width: 100%;
    height: 100vh;
  }

  .pastry-chef {
    flex-direction: column;
  }

  .chef-content {
    top: 30%;
    left: 55%;
    margin: 0;
    text-align: center;
  }

  .chef-content h6 {
    font-size: 28px;
  }

  .chef-name .chefintro .chefname {
    font-size: 24px;
  }

  .chef-name .chefintro p {
    font-size: 18px;
  }

  .chef-content .chef-detail p {
    font-size: 1.8rem;
    margin: 0;
  }

  .chef-name {
    margin-left: 30px;
    align-items: center;
    justify-content: center;
  }

  .chef {
    top: 22%;
    left: 3%;
  }

  .chef img {
    width: 100%;
    height: 700px;
  }

  .galleryimgs {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-heading h6 {
    font-size: 1.3rem;
  }

  .gallery-heading p {
    font-size: 2.5rem;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 50%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;
  }

  .logointro .logopara p {
    font-size: 20px;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 18px;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

}

@media (max-width: 600px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .carousel-caption .carousel-content h5 {
    font-size: 2.3rem;
    font-family: "Cormorant", serif;
  }

  .carousel-caption .carousel-content h4 {
    font-size: 2.3rem;
    font-family: "Cormorant", serif;
    color: #c19f5f;
  }

  .carousel-caption .carousel-content p {
    font-size: 16px;
  }

  .element-text {
    width: 70%;
  }

  .element-text .element-content {
    grid-template-columns: 1fr;
  }

  .element-content .element-content2 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 .inner-para p {
    font-size: 16px;
  }

  .element-text .element-content .element-content1,
  .element-content2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .element-text .element-content .element-content2 .content {
    gap: 20px;
  }

  .element-text .element-content .element-content1 .text {
    align-items: center;
  }

  .element-text .element-content .bg-image img {
    display: none;
  }

  .element-text .element-content .element-content1 {
    margin-bottom: 30px;
  }

  .back-image .imgcontent .unitxt1 {
    font-size: 2.0rem;
  }

  .back-image .imgcontent .unitxt2 {
    font-size: 2.0rem;
  }

  .back-image .imgcontent .unitxt3 {
    font-size: 2.0rem;
  }

  .rotatediv {
    width: 150px;
    height: 150px;
    top: 40%;
    left: 38%;
  }

  .sweet-heading p {
    font-size: 24px;
  }

  .sweet-heading h3 {
    font-size: 30px;
  }

  .sweets-content h6 {
    font-size: 18px;
  }

  .sweets-content p {
    font-size: 20px;
  }

  .grid-images {
    grid-template-columns: 1fr 1fr;
  }

  .outer-owl {
    padding: 22px 20px;
  }

  .owl-carousel {
    padding: 20px;
  }

  .owl-carousel .item img {
    height: 220px;
    transform: scale(0.63);
  }

  .owl-carousel .owl-item.center .item img {
    transform: scale(0.83);
  }

  .pastry-chef .parallaximg {
    display: none;
  }

  .pastry-chef .cocoimg {
    width: 100%;
    height: 100vh;
  }

  .pastry-chef {
    flex-direction: column;
  }

  .chef-content {
    top: 10%;
    left: 17%;
    margin: 0;
    text-align: center;
  }

  .chef-content .chef-detail p {
    font-size: 2.5rem;
    line-height: 1.1em;
    margin: 0;
  }

  .chef-name {
    align-items: center;
    justify-content: center;
  }

  .chef {
    top: 46%;
    left: 22%;

  }

  .chef img {
    width: 100%;
    height: 500px;

  }

  .galleryimgs {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-heading p {
    font-size: 2.0rem;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 70%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;
  }

  .logointro .logopara p {
    font-size: 20px;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 16px;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 520px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .carousel-caption .carousel-content h5 {
    font-size: 2.3rem;
    font-family: "Cormorant", serif;
  }

  .carousel-caption .carousel-content h4 {
    font-size: 2.3rem;
    font-family: "Cormorant", serif;
    color: #c19f5f;
  }

  .carousel-caption .carousel-content p {
    font-size: 14px;
  }

  .element-text {
    width: 80%;
  }

  .element-text .element-content {
    grid-template-columns: 1fr;
  }

  .element-content .element-content2 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 .inner-para p {
    font-size: 16px;
  }

  .element-text .element-content .element-content1,
  .element-content2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .element-text .element-content .element-content2 .content {
    gap: 20px;
  }

  .element-text .element-content .element-content1 .text {
    align-items: center;
  }

  .element-text .element-content .bg-image img {
    display: none;
  }

  .element-text .element-content .element-content1 {
    margin-bottom: 30px;
  }

  .back-image .imgcontent .unitxt1 {
    font-size: 2.0rem;
  }

  .back-image .imgcontent .unitxt2 {
    font-size: 2.0rem;
  }

  .back-image .imgcontent .unitxt3 {
    font-size: 2.0rem;
  }

  .rotatediv {
    width: 150px;
    height: 150px;
    top: 40%;
    left: 38%;
  }

  .sweet-heading p {
    font-size: 24px;
  }

  .sweet-heading h3 {
    font-size: 30px;
  }

  .sweets-content h6 {
    font-size: 14px;
  }

  .sweets-content p {
    font-size: 20px;
  }

  .grid-images {
    grid-template-columns: 1fr 1fr;
  }

  .pastry-heading p span {
    font-size: 1.4rem;
  }

  .pastry-heading .uniquetext {
    font-size: 1.4rem;
  }

  .outer-owl {
    padding: 20px 20px;
  }

  .owl-carousel {
    padding: 20px;
  }

  .owl-carousel .item img {
    height: 210px;
    transform: scale(0.6);
  }

  .owl-carousel .owl-item.center .item img {
    transform: scale(0.8);
  }

  .pastry-chef .parallaximg {
    display: none;
  }

  .pastry-chef .cocoimg {
    width: 100%;
    height: 100vh;
  }

  .pastry-chef {
    flex-direction: column;
  }

  .chef-content {
    top: 10%;
    left: 18%;
    margin: 0;
    text-align: center;
  }

  .chef-content .chef-detail p {
    font-size: 2.0rem;
    line-height: 1.1em;
    margin: 0;
  }

  .chef-name {
    align-items: center;
    justify-content: center;
  }

  .chef {
    top: 44%;
    left: 20%;

  }

  .chef img {
    width: 100%;
    height: 500px;

  }

  .galleryimgs {
    grid-template-columns: 1fr;
  }

  .gallery-heading p {
    font-size: 2.0rem;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 70%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;
    padding-bottom: 1rem;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .logointro .logopara p {
    font-size: 18px;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .Exploresection .phonedetails h6,
  .locationdetails h6,
  .maildetails h6 {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
  }

  .Post {
    display: none;
  }

  .foot-end {
    margin-top: 70px;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
  }

  .foot-end p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .carousel-caption .carousel-content h5 {
    font-size: 2.3rem;
    font-family: "Cormorant", serif;
  }

  .carousel-caption .carousel-content h4 {
    font-size: 2.3rem;
    font-family: "Cormorant", serif;
    color: #c19f5f;
  }

  .carousel-caption .carousel-content p {
    font-size: 14px;
  }

  .element-text {
    width: 100%;
  }

  .element-text .element-content {
    grid-template-columns: 1fr;
  }

  .element-content .element-content2 {
    padding-left: 0;
  }

  .element-text .element-content .element-content1 {
    padding-left: 0;
  }

  .element-content .element-content2 .content .text p {
    font-size: 20px;
  }

  .element-text .element-content .element-content1 .inner-para p {
    font-size: 16px
  }

  .element-text .element-content .element-content1,
  .element-content2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .element-text .element-content .element-content1 .text .text1 {
    font-size: 20px;
  }

  .element-text .element-content .element-content1 .text .uniquetxt .txt2 {
    font-size: 20px;
  }

  .element-text .element-content .element-content1 .text .uniquetxt .txt1 {
    font-size: 20px;
  }

  .element-text .element-content .element-content1 .inner-para p {
    font-size: 12px;
  }

  .element-text .element-content .element-content2 .content {
    gap: 10px;
  }

  .element-text .element-content .element-content1 .text {
    align-items: center;
  }

  .element-text .element-content .bg-image img {
    display: none;
  }

  .element-text .element-content .element-content1 {
    margin-bottom: 30px;
  }

  .back-image .imgcontent .unitxt1 {
    font-size: 1.4rem;
  }

  .back-image .imgcontent .unitxt2 {
    font-size: 1.4rem;
  }

  .back-image .imgcontent .unitxt3 {
    font-size: 1.4rem;
  }

  .rotatediv {
    width: 150px;
    height: 150px;
    top: 40%;
    left: 30%;
  }

  .sweet-heading p {
    font-size: 24px;
  }

  .sweet-heading h3 {
    font-size: 30px;
  }

  .sweets-content h6 {
    font-size: 20px;
  }

  .sweets-content p {
    font-size: 20px;
  }

  .grid-images {
    grid-template-columns: 1fr;
  }

  .pastry-heading p span {
    font-size: 1.2rem;
  }

  .pastry-heading .uniquetext {
    font-size: 1.4rem;
  }

  .outer-owl {
    padding: 20px 20px;
  }

  .owl-carousel {
    padding: 20px;
  }

  .owl-carousel .item img {
    height: 210px;
    transform: scale(0.6);
  }

  .owl-carousel .owl-item.center .item img {
    transform: scale(0.8);
  }

  .pastry-chef .parallaximg {
    display: none;
  }

  .pastry-chef .cocoimg {
    width: 100%;
    height: 100vh;
  }

  .pastry-chef {
    flex-direction: column;
  }

  .chef-content {
    top: 10%;
    left: 8%;
    margin: 0;
    text-align: center;
  }

  .chef-content .chef-detail p {
    font-size: 2.0rem;
    line-height: 1.1em;
    margin: 0;
  }

  .chef-name {
    align-items: center;
    justify-content: center;
  }

  .chef {
    top: 44%;
    left: 8%;

  }

  .chef img {
    width: 100%;
    height: 500px;

  }

  .galleryimgs {
    grid-template-columns: 1fr;
  }

  .gallery-heading p {
    font-size: 1.5rem;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 100%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;

  }

  .logointro .logopara p {
    font-size: 18px;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .Exploresection .phonedetails h6,
  .locationdetails h6,
  .maildetails h6 {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
  }

  .Post {
    display: none;
  }

  .foot-end {
    margin-top: 70px;
    text-align: center;
    justify-content: center;
    padding: 10px;
  }

  .foot-end p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;

  }
}