@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --background: #0a0a0a;
  --color: rgba(255, 255, 255, 0.918);
  --navbar_background: #4c4c4c;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --comment-border: rgba(245, 245, 245, 0.349);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: unset;
}
body {
  background: var(--background);
  color: var(--color);
  font-family: "Poiret One", cursive;
  font-weight: 100;
}
li {
  list-style-type: none;
}
/*NAV*/
.nav-list,
.logo-icon,
.call-btn,
.nav-list-xl {
  display: none;
}
.nav-list-xl.footer-nav-list {
  display: block;
}
.navbar {
  background: #4c4c4c;
  height: 44px;
  transition: height 0.3s ease;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 8px;
  .blog-dropdown-list {
    height: 0px;
    overflow: hidden;
    margin-inline-start: 14px;
    transition: height 0.5s ease;
  }
}
.navbar-btn {
  margin: auto 0 auto auto;
  padding: 0.3rem;
  width: max-content;
  background: var(--background);
  display: flex;
  border-radius: 5px;
  color: white;
}
.menu-span {
  display: flex;
  flex-direction: column;
}
.menu-span-el {
  display: inline-block;
  width: 1rem;
  height: 0.1rem;
  margin: 0.1rem;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.589);
}
/* on toggle show nav ul MOBILE MENU */
/*  */

.show-list {
  height: 215px;
  &:has(> .nav-list > .show-dropdown) {
    height: 311px;
  }
  .nav-list {
    display: flex;
    flex-direction: column;
    margin-block-start: 0.7rem;
    div:not(.blog-dropdown):not(.blog-dropdown-list) {
      padding: 7px;
      border-radius: 5px;
      &:hover,
      &:focus {
        background: var(--bs-gray);
        transition: background 0.3s;
      }
    }
    .blog-dropdown.show-dropdown .blog-dropdown-list {
      display: flex;
      flex-direction: column;
      height: 96px;
    }
  }
}

/* MAIN */
.hero {
  background: url(h1_hero1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 10em;
  font-size: clamp(2rem, 1rem + 5vw, 6rem);
  padding: 3.5rem 2rem;
  margin-bottom: 1rem;
  p,button{
    animation: 1s ease both slideIn;
  }
  button {
    border: 1px solid var(--bs-gray-dark);
    background-color: var(--bs-yellow);
    color: var(--bs-dark);
    transition: all ease 0.5s;
    animation-delay: .5s;
    margin-block: 1rem;
    font-size: clamp(0.8rem, 0.575rem + 1.028vw, 1.5rem);
    padding: 1.2em 2em;
  }
  button:hover {
    color: var(--bs-yellow);
    border: 1px var(--bs-yellow) solid;
    background-color: var(--background);
  }
}

/* intro */
.intro {
  padding: 0.7rem;
  margin: auto;
  max-width: 1300px;
  font-size: clamp(1rem, 0.839rem + 0.734vw, 1.5rem);
}
.intro-h1 {
  font-size: clamp(2rem, 1.679rem + 1.468vw, 3rem);
  margin: auto;
  margin-block: 2rem 1rem;
  text-align: center;
  max-width: 510px;
}
.intro hr {
  width: 100px;
  margin: 1rem auto 4rem;
  border-color: var(--bs-yellow);
}
.intro-desc {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fit, min(100%, 500px));
}
.intro-desc-h2,
.intro-h1 {
}
.intro-desc div * {
  margin: 10px;
}
.intro-desc-h2 {
  color: var(--bs-yellow);
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.intro-img {
  width: 100%;
  height: auto;
}

/* SLIDER */

.arrow-left,
.arrow-right {
  display: none;
  background-color: transparent;
  border: none;
}
.slider-container {
  padding-inline: 0.7rem;
  font-family: "Poiret One", cursive;
  font-weight: 100;
  width: max-content;
  margin: auto;
  margin-block: 5rem;
}
.slider-wrapper {
  width: calc(100vw - 1.4rem);
  overflow: hidden;
}
.slider {
  display: flex;
  width: max-content;
}
.slider-img {
  margin-inline: 10px;
}
.slider-img img {
  user-select: none;
  width: calc(100vw - 1.4rem - 20px);
}
.slider-img h3,
.slider-img span {
  margin-block: 10px;
  font-weight: 100;
}

.slider-img span {
  color: var(--bs-yellow);
  font-family: unset;
}
.slider-img:hover,
.slider-img:active {
  .slider-img-wrapper::before {
    bottom: 0px;
  }
  img {
    scale: 1.2;
  }
}

.slider-img-wrapper {
  position: relative;
  overflow: hidden;

  img {
    transition: scale 0.3s ease-out;
  }
}

.slider-img-wrapper::before {
  display: block;
  content: "Add to cart";
  position: absolute;
  bottom: -52px;
  font-size: 1.5rem;
  text-align: center;
  place-content: center;
  color: black;
  font-weight: 600;
  width: 100%;
  height: 52px;
  background-color: var(--bs-warning);
  z-index: 1;
  transition: bottom 0.3s ease-out;
}
.slider-img h3,
.slider-img span {
  font-size: 1rem;
}

/* VIDEO AND PROFILE SECTION */

section.video-and-profile {
  width: 90vw;
  height: 50vh;
  max-width: 1300px;
  place-content: center;
  margin: auto;
  margin-block: 3rem;
}
.video-thumnails {
  width: 100%;
  height: 100%;
  background: url(gallery/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-thumnails a {
  display: block;
  background-color: #e5bf4a;
  color: #0a0a0a;
  display: grid;
  align-content: center;
  justify-items: center;
  text-decoration: none;
  padding: 1.35rem;
  border-radius: 50%;
  position: relative;
  &:hover {
    background-color: white;
  }
}
.video-thumnails a::before {
  display: block;
  content: "";
  width: 69px;
  height: 74px;
  position: absolute;
  left: calc((100% - 71px) / 2);
  top: calc((100% - 76px) / 2);
  border: 1px solid #e5bf4a;
  z-index: 100;
  border-radius: 50%;
}
.video-thumnails a::after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  left: calc((100% - 150px) / 2);
  top: calc((100% - 150px) / 2);
  z-index: 100;
  border-radius: 50%;
  background-color: #f7da86a6;
  opacity: 0.3;
}
.video-thumnails a i.fas {
  font-size: 1.75rem;
}

/* COMMENT SECTION */

.comment-aside {
  margin-block: 5rem;
}
.comment-section-title {
  font-size: clamp(2rem, 1.636rem + 1.818vw, 3rem);
  font-weight: 100;
  text-align: center;
  margin-bottom: 1rem;
}
.comment-container {
  margin-block-start: 3rem;
}
.comment {
  padding: 2rem 3.5rem;
  border-top: 1px solid var(--comment-border);
  border-bottom: 1px solid var(--comment-border);
  font-size: 700;
}
.comment ul {
  margin-block-end: 1rem;
}
.comment ul li {
  color: #e5bf4a;
}
.comment-profile {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-block: 1rem;
}
.comment-paragraph {
  margin-block: 1rem;
}
.comment-profile-name {
  /* text-wrap-mode: nowrap; */
  width: max-content;
  margin-block: auto;
}

/* OUR BLOG ARTICLE */
.blog-section {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.3rem);
  margin-bottom: 50px;
  max-width: 540px;
  button {
    border: 1px solid var(--bs-gray-dark);
    background-color: var(--bs-yellow);
    color: var(--bs-dark);
    transition:  ease 2.5s;
    transition-property: color, background-color, border;
    font-size: clamp(0.8rem, 0.575rem + 1.028vw, 1.2rem);
    padding: 1.2em 2em;
  }
  button:hover {
    color: var(--bs-yellow);
    border: 1px var(--bs-yellow) solid;
    background-color: var(--background);
  }
}
.blog-wrapper {
  margin-inline: auto;
  display: grid;
  /* flex-wrap: wrap; */
  grid-template-columns: 1fr;
  padding: 0.7rem;
  max-width: 1600px;
  margin-bottom: 4rem;
}
.blog {
  display: grid;
  column-gap: 0.5rem;
}
.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}
.blog-desc {
  font-size: 1rem;
  border: 1px solid var(--comment-border);
  padding: 1em;
}
.blog-desc-title,
.blog-desc-paragraph {
  /* font-weight: bold; */
  line-height: 1.3;
}
.blog-desc-paragraph {
  font-size: clamp(1rem, 0.82rem + 0.48vw, 1.3rem);
  margin-bottom: 30px;
}
.blog-desc-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #e5bf4a;
}
.blog-desc-link {
  color: #e5bf4a;
  position: relative;
  letter-spacing: 0.1rem;
  transition: letter-spacing 0.5s;
  &::before {
    display: block;
    position: absolute;
    content: "";
    background-color: #e5bf4a;
    width: 100%;
    height: 1px;
    bottom: -10px;
  }
  &:hover {
    letter-spacing: 0.3rem;
  }
}

.insta-refer {
  margin: auto;
  text-align: center;
  width: fit-content;
  margin-bottom: 4rem;
}
.insta-refer-paragraph {
  font-size: clamp(1.5rem, 0.5rem + 5vw, 3rem);
  margin-bottom: 3rem;
}
.insta-refer-btn {
  padding: 1rem 1.5rem;
  background-color: var(--background);
  border: 1px var(--bs-yellow) solid;
  color: var(--bs-yellow);
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: auto;
  font-size: clamp(1rem, 0.8rem + 1vw, 1.2rem);
  svg {
    width: 1em;
    height: 1em;
  }
}

.cake-wrapper {
  display: grid;
  row-gap: 25px;
  place-content: center;
}
.cake-container img {
  width: 100%;
}

/* FOOTER */
.nav-list-xl > ul > li > a,
.footer-nav-list> ul > li > a {
  position: relative;
  transition: color 0.3s;

  &::before {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -10px;
    background-color: var(--bs-warning);
    transition: width 0.3s;
  }
  &:hover {
    color: var(--bs-warning);
    &::before {
      width: 100%;
    }
  }
}
.nav-ul-xl,
.footer-ul-xl{
  display: flex;
  width: max-content;
  gap: 30px;
  margin: auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
footer {
  margin-top: 3rem;
  margin-inline: auto;
  width: calc(100% - 30px);
  line-height: 1.5;
}
.footer-nav {
  display: flex;
  gap: 2rem 0;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  align-items: center;
  font-size: clamp(1rem, 0.82rem + 0.48vw, 1.3rem);
  margin-bottom: 2em;
}
.footer-nav-list .footer-ul-xl {
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  font-size: clamp(1rem, 0.82rem + 0.48vw, 1.3rem);
}
.address-socials-section {
  border-block: 1px solid var(--comment-border);
  font-size: clamp(1rem, 0.733rem + 1.067vw, 1.4rem);
  padding-block: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3em;
}
.socials {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 550px;
}

.social-btn-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-btn {
  padding: 0.7em 1em;
  background-color: var(--background);
  border: 1px var(--bs-gray) solid;
  color: white;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: clamp(1rem, 0.8rem + 1vw, 1.2rem);
  transition: border 0.5s ease, color 0.5s ease;
  svg {
    width: 1.2em;
    height: 1.2em;
  }
  &:hover {
    border: 1px var(--bs-warning) solid;
    color: var(--bs-warning);
    svg path {
      fill: var(--bs-warning);
    }
  }
}
.contact,
.location {
  max-width: 215px;
}
.copyright {
  font-size: clamp(0.8rem, 0.55rem + 1vw, 1.3rem);
  text-align: center;
  margin-block: 3em;
}

/* GO TO TOP */
.go-to-top{
  width: 50px;
  height: 50px;
  background: #E5BF4A;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.go-to-top-stroke{
    position: absolute;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    width: 10px;
    height: 10px;
  padding: 7px;
    box-shadow: -1px 1px 1px #fff ;
    left: 50%;
    translate: -50% -50%;
    /* top: 30px; */
    transform: rotate(130deg);
    animation: arrowMovement 3s  ease-in-out infinite both;
}
.go-to-top-stroke:nth-child(2){
  animation: arrowMovement 3s 1s ease-in-out infinite both;

}

/* NAV SLIDE IN OR OUT */
.navSlideIn{
  display: grid;
  align-items: center;
  position: fixed;
  height: 100px;
  top: 0;
  z-index: 2;
  animation: navSlideIn .5s forwards;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

/* MEDIA QUERIES */

@media (min-width: 550px) {
  .hero {
    padding-inline-start: 2em;
    /* height: 60vw; */
    p {
      max-width: 10ch;
      /* font-size: 6rem; */
    }
  }
  .logo {
    display: flex;
    gap: 20px;
  }
  .logo-icon {
    display: unset;
    height: 20px;
  }
  .logo-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.5s;
  }
  .logo-icon svg path {
    transition: fill 0.5s;
  }
  .logo-icon:hover {
    svg {
      transform: rotateY(180deg);
      path {
        fill: #e5bf4a;
      }
    }
  }
  .header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 5rem 2rem 0.5rem;
    align-items: center;
  }
  .comment-container {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(2, 250px);
    width: max-content;
    row-gap: 30px;
  }
  .comment {
    border: 1px solid var(--comment-border);
  }
  .blog-desc {
    padding: 60px 40px;
  }
  .cake-wrapper {
    grid-template-columns: 250px 250px;
    gap: 20px;
  }
  footer {
    width: 550px;
  }
  .footer-nav {
    justify-content: space-between;
  }
  .footer-nav-list .nav-ul-xl {
    gap: 30px;
  }
}

@media (min-width: 480px) {
  .hero {
    padding: 1.5em 1.5em;
  }
  .slider-img img {
    width: calc(50vw - 0.7rem - 20px);
    max-width: 240px;
  }
  .slider-wrapper {
    max-width: 520px;
  }
  section.video-and-profile {
    max-width: 520px;
    max-height: 300px;
  }
}

@media (min-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 5rem 2rem 0.5rem;
    align-items: center;
  }
  .slider-container {
    display: flex;
  }
  .arrow-left,
  .arrow-right {
    display: block;
    height: 20px;
    width: 20px;
    align-self: center;
    border-top: 1px solid var(--bs-yellow);
    /* color: var(--bs-yellow); */
  }
  .arrow-right {
    border-right: 1px solid var(--bs-yellow);
    rotate: 0.125turn;
  }
  .arrow-left {
    border-left: 1px solid var(--bs-yellow);
    rotate: 0.875turn;
  }
  .slider-img img {
    width: calc(((100vw - 40px - 1.4rem) / 3) - 20px);
    max-width: 400px;
  }
  .slider-wrapper {
    width: calc(((100vw - 40px - 1.4rem) / 3) * 3);
    max-width: 1260px;
  }
  .slider-img h3,
  .slider-img span {
    font-size: clamp(1rem, 1rem + 0.7vw, 1.5rem);
  }
  section.video-and-profile {
    width: 696px;
    height: 400px;
    max-width: 696px;
    max-height: 400px;
  }
  .comment {
    padding: 1rem 1rem;
  }
  .comment-container {
    grid-template-columns: repeat(3, 245px);
  }
  .comment:nth-child(1),
  .comment:nth-child(3) {
    border: none;
    border-block: 1px solid var(--comment-border);
  }
  .comment-profile-name {
    font-size: 0.5rem;
  }
  .comment-section-title {
    margin-bottom: 2rem;
  }
  .blog-section {
    max-width: 720px;
  }
  .blog {
    grid-template-columns: repeat(2, min(50%, 600px));
    /* max-width: 700px; */
  }
  .cake-wrapper {
    grid-template-columns: 300px 300px;
  }
  footer {
    width: 760px;
  }
}

@media (min-width: 1000px) {
  .navbar {
    display: none;
  }
  button {
    cursor: pointer;
  }
  .call-btn {
    display: inline;
    padding: 1rem;
    background-color: var(--background);
    border: 1px var(--bs-yellow) solid;
    color: var(--bs-yellow);
    transition-property: color, border, background-color;
    transition-duration: 0.5s;
  }
  .call-btn:hover {
    color: white;
    background-color: var(--bs-yellow);
  }
  .header {
    display: flex;
    justify-content: space-between;
    padding: 2rem 2rem 2rem 1rem;
    align-items: center;
  }
  .nav-list-xl {
    display: block;
    padding-block: 2rem;
  }
  .blog-dropdown-xl{
    position: relative;
  }
  .blog-dropdown-list-xl {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1.5rem;
    color: black;
    padding: 2rem 3.5rem 2rem 1.5rem;
    border: 1px white solid;
    background-color: white;
    visibility: hidden;
    translate: 0 50px;
    opacity: 0;
    margin-top: 2rem;
    transition-behavior: allow-discrete;
    position: absolute;
    transition: translate 0.5s, opacity 0.5s, visibility 0.5s;
    transition-timing-function: cubic-bezier(1, 0.03, 1, 0.57);
  }

  .blog-dropdown-xl:hover .blog-dropdown-list-xl {
    translate: 0 0;
    opacity: 1;
    visibility: visible;
  }

  .blog-dropdown-li-xl {
    width: max-content;
  }
  .blog-dropdown-li-xl a:hover {
    color: var(--bs-warning);
  }

  section.video-and-profile {
    width: 900px;
    height: 500px;
    max-width: 900px;
    max-height: 500px;
  }
  .video-thumnails a {
    padding: 2rem;
    border-radius: 50%;
    position: relative;
  }
  .video-thumnails a::before {
    width: 90px;
    height: 94px;
    position: absolute;
    left: calc((100% - 92px) / 2);
    top: calc((100% - 96px) / 2);
  }
  .video-thumnails a::after {
    width: 200px;
    height: 200px;
    left: calc((100% - 200px) / 2);
    top: calc((100% - 200px) / 2);
  }
  .comment-container {
    grid-template-columns: repeat(3, 320px);
  }
  .comment {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  .comment-profile-name {
    font-size: 0.7rem;
  }
  .blog-section {
    max-width: 900px;
  }
  .cake-wrapper {
    grid-template-columns: 216px 216px 216px 216px;
  }
  .insta-refer {
    margin-bottom: 4rem;
  }
  footer {
    width: 990px;
    margin-top: 4rem;
  }
}

@media (min-width: 1200px) {
  section.video-and-profile {
    width: 1100px;
    height: 700px;
    max-width: 1100px;
    max-height: 700px;
  }
  .intro-desc {
    grid-template-columns: repeat(auto-fit, min(100%, 600px));
  }
  .comment-container {
    grid-template-columns: repeat(3, 380px);
  }
  .comment {
    padding: 2rem;
    font-size: 1.5rem;
  }
  .comment-profile-name {
    font-size: 1rem;
  }
  .comment-section-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .blog-section {
    max-width: 1100px;
  }
  .blog-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
  .blog-desc {
    padding: 1rem;
  }
  .cake-wrapper {
    grid-template-columns: 250px 250px 250px 250px;
    gap: 30px;
  }
}

@media (min-width: 1400px) {
  section.video-and-profile {
    width: 1300px;
    height: 800px;
    max-width: 1300px;
    max-height: 800px;
  }
  .comment-container {
    grid-template-columns: repeat(3, 420px);
  }
  .comment {
    padding: 2.3rem;
    font-size: 1.7rem;
  }
  .comment-profile-name {
    font-size: 1.3rem;
  }
  .blog-section {
    max-width: 1350px;
  }
  .cake-wrapper {
    grid-template-columns: 315px 315px 315px 315px;
    gap: 40px;
  }
  .insta-refer {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  footer {
    width: 1320px;
    margin-top: 5rem;
  }
}
