/* VARIABLES */
:root {
  --FF: "Poppins", sans-serif;
  --FS: clamp(1rem, 2.2vh, 1.5rem);

  /* Colors */
  --BG: rgba(240, 235, 232, 0.78);
  --BG-COLOR: #fff;
  --NAV-BGCOLOR: #6d2a12e0;
  --BTN-COLOR: #6d2a12e0;
  --FOOTER-COLOR: #cdb3a2;
  --FONT-COLOR: #fff;
  --HERO-FONT-COLOR: #ffd700;
  --NAVBAR-COLOR: #fafafa;
  --BTN-FCOLOR: whitesmoke;
  --NAV-MENUCOLOR: #bbbbbb;
  --GENERAL-COLOR: #333;
  --DROPDOWN-MENUCOLOR: #8b0000;
  --HM-FONTCOLOR: #230303;
}

/* CRC */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
}

.col-1 {
  width: calc(1 / 12 * 100%);
}
.col-2 {
  width: calc(2 / 12 * 100%);
}
.col-3 {
  width: calc(3 / 12 * 100%);
}
.col-4 {
  width: calc(4 / 12 * 100%);
}
.col-5 {
  width: calc(5 / 12 * 100%);
}
.col-6 {
  width: calc(6 / 12 * 100%);
}
.col-7 {
  width: calc(7 / 12 * 100%);
}
.col-8 {
  width: calc(8 / 12 * 100%);
}
.col-9 {
  width: calc(9 / 12 * 100%);
}
.col-10 {
  width: calc(10 / 12 * 100%);
}
.col-11 {
  width: calc(11 / 12 * 100%);
}
.col-12 {
  width: calc(12 / 12 * 100%);
}

/* MEDIA QUERIES */

@media (min-width: 640px) {
  .col-sm-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-sm-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-sm-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-sm-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-sm-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-sm-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-sm-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-sm-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-sm-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-sm-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-sm-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-sm-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-md-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-md-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-md-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-md-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-md-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-md-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-md-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-md-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-md-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-md-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-md-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-lg-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-lg-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-lg-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-lg-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-lg-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-lg-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-lg-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-lg-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-lg-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-lg-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-lg-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media (min-width: 1280px) {
  .col-xl-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-xl-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-xl-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-xl-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-xl-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-xl-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-xl-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-xl-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-xl-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-xl-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-xl-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-xl-12 {
    width: calc(12 / 12 * 100%);
  }
}

/* UTILITY */
.py-32 {
  padding-top: 8rem; /* 128px */
  padding-bottom: 8rem; /* 128px */
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-y {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.flex {
  display: flex;
}

.justify-content {
  justify-content: center;
}

.align-items {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}
.nowrap {
  white-space: nowrap;
}

.text-align {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.hidden {
  display: none;
}

/* @media (min-width: 640px) {
  .sm-block {
    display: block;
  }
}
 */
/* GENERAL STYLES */

html {
  scroll-behavior: smooth;
  min-height: 100vh;
}

body {
  background-color: var(--BG);
}

button {
  white-space: nowrap;
  font-weight: 100;
  background-color: var(--BTN-COLOR);
  border-radius: 20px;
  height: 50px;
  width: 80px;
  color: var(--BTN-FCOLOR);
  text-align: center;
  border: 1px solid #252525;
  font-weight: bold;
}

button:hover {
  background-color: var(--BG-COLOR);
  color: var(--GENERAL-COLOR);
  cursor: pointer;
}

button:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
  transition: all 0.1s ease-in-out;
}

.logo {
  height: 100px;
  width: 100px;
  transform: translateY(-40%);
  margin-bottom: -80px;
}

/* Discount Card */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

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

.popup-content {
  background-color: var(--BG-COLOR);
  padding: 20px;
  max-width: 400px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}

.close-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
  margin-top: 10px;
}

.discount-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
#D-ten {
  background-color: var(--HERO-FONT-COLOR);
}

.discount-card {
  padding: 10px 20px;
  background-color: var(--HERO-FONT-COLOR);
  color: var(--HM-FONTCOLOR);
  text-decoration: none;
}

/* Animation for the popup */
.popup:target {
  display: flex;
  animation: fade-in 0.3s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*  HEADER */
.navbar {
  background-color: var(--NAV-BGCOLOR);
  padding: 1rem 2rem;
  color: var(--NAVBAR-COLOR);
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 1;
}

.nav-brand {
  display: inline-block;
  font-size: 30px;
}

.nav-btn,
.nav-btn span {
  display: none;
}

.nav-menu {
  display: inline-block;
  float: right;
  margin: 0px;
  padding-right: 30px;
}

.nav-menu li {
  list-style-type: none;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--NAV-MENUCOLOR) !important;
}

.nav-menu li:hover {
  color: var(--FONT-COLOR) !important;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  min-width: 120px;
  position: absolute;
  left: -50%;
  top: 28px;
  padding: 1rem;
  color: var(--GENERAL-COLOR);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgb(0, 0, 0, 0.5);
  background-color: var(--BG-COLOR);
  font-weight: bold;
}

.dropdown-menu li {
  font-size: 15px;
  color: black !important;
}

.dropdown-menu li:hover {
  color: var(--DROPDOWN-MENUCOLOR) !important;
}

.dropdown-menu li:not(:last-child) {
  padding: 5px 0px 15px 0px;
}

.dropdown-menu li:last-child {
  padding: 5px 0px 0px;
}

.dropdown-menu:after {
  content: "";
  position: absolute;
  display: block;
  border: 15px solid transparent;
  z-index: 1001;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: var(--BG-COLOR);
}

.dropdown:hover .dropdown-menu {
  display: block;
  color: var(--FONT-COLOR);
}

#checkItem {
  display: none;
}

.btn {
  height: 100%;
  font-size: var(--FOOTER-COLOR);
  margin-left: 40px;
  padding: 5px;
  background-color: var(--FOOTER-COLOR);
  color: var(--GENERAL-COLOR);
}

@media only screen and (max-width: 768px) {
  .nav-btn {
    display: block;
    float: right;
    border: 1px solid white;
    border-radius: 4px;
    padding: 0.2rem;
    cursor: pointer;
  }
  .nav-btn span {
    display: block;
    cursor: pointer;
    margin: 0.25rem;
    width: 20px;
    height: 2px;
    background: var(--BG-COLOR);
  }
  .nav-menu {
    display: none;
    float: none;
    padding-left: 0px;
    padding-top: 10px;
  }
  .nav-menu li {
    display: block;
    padding: 10px 0px;
  }
  #checkItem:not(:checked) ~ .nav-menu {
    display: none;
  }
  #checkItem:checked ~ .nav-menu {
    display: block;
  }
  .dropdown-menu {
    position: initial;
    box-shadow: none;
  }
  .dropdown-menu li {
    color: var(--GENERAL-COLOR) !important;
  }
  .dropdown-menu li:hover {
    color: var(--DROPDOWN-MENUCOLOR) !important;
  }
  .dropdown-menu:after {
    border-bottom-color: #1d1e22;
  }
}

/* HERO */
#hero {
  position: relative;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: brightness(1);
  object-fit: cover;
}

.perfect {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.peCa {
  font-size: 5.5rem;
  color: var(--HERO-FONT-COLOR);
  font-weight: bold;
}

.for {
  color: var(--FONT-COLOR);
  font-size: 3rem;
}
.peDay {
  font-size: 5.5rem;
  color: var(--FOOTER-COLOR);
  font-weight: bold;
}

.special {
  color: var(--FONT-COLOR);
  font-family: cursive;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.order-now {
  cursor: pointer;
}

/* Mobile */
@media screen and (max-width: 800px) {
  .perfect {
    margin-top: 200px;
  }
  .peCa,
  .peDay {
    width: 343px;
    height: 192px;
    font-weight: 600;
    font-size: 5rem;
  }

  .special {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .order-now {
    margin: 0 auto;
  }
}

/* Desktop */
@media screen and (min-width: 800px) {
  .perfect {
    margin-top: 280px;
    margin-left: 180px;
  }
  .peCa,
  .peDay {
    margin-left: 0px;
  }
  .special {
    margin-right: 150px;
    margin-top: 30px;
    font-size: 1.5rem;
  }

  .order-now {
    padding: 20px 100px;
    margin: 70px auto;
    font-size: 2rem;
  }
}

/* Avail Now */
.a-now {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-top: 30px;
}
.aNow {
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.food-choices {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #230303;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 20px;
}
.img-availnow {
  width: 238px;
  height: 203px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  object-fit: cover;
}

.available-now-0 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 16px;
  width: 302px;
  height: 378px;
  background: var(--FOOTER-COLOR);
  border: 1px solid rgba(199, 174, 157, 0.3);
  border-radius: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 30px;
}

.available-now-0:hover img {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}

.cake {
  object-fit: cover;
  box-sizing: border-box;
}
.available-now-0 i {
  font-size: 25px;
  cursor: pointer;
  margin-left: 50px;
}
.a-buy {
  font-size: 1.5rem;
  text-shadow: 0px 1px 3px var(--GENERAL-COLOR);
  margin-left: 30px;
}

.available-now-0 i:hover {
  color: var(--BTN-COLOR);
}

@media screen and (max-width: 1445px) {
  .available-now-0 {
    margin: 20px auto;
  }
}

/* Handmade Cake */

#hm-cake {
  border-radius: 280px;
  object-fit: cover;
  flex: none;
  flex-grow: 0;
}

.hmcake {
  align-items: center;
  color: var(--GENERAL-COLOR);
  align-self: stretch;
}

.hmCake:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

.literature {
  color: var(--HM-FONTCOLOR);
  opacity: 0.8;
  flex: none;
  order: 1;
  align-self: stretch;
}

.HMcake {
  padding-left: 50px;
}

/* Mobile */
@media screen and (max-width: 800px) {
  .hmcake {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: var(--HM-FONTCOLOR);
    flex: none;
    align-self: stretch;
    margin-bottom: 10px;
  }

  .literature {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 32px;
    color: var(--HM-FONTCOLOR);
    opacity: 0.8;
  }
  #hm-cake {
    width: 300px;
    height: 450.52px;
    border-radius: 199.914px;
    margin: 0 0 30px 20px;
  }

  .HMcake {
    margin-top: 20px;
  }

  .Onow {
    margin-top: 50px;
    margin-left: 90px;
    width: 150px;
  }
}
/* Desktop */
@media screen and (min-width: 800px) {
  #hm-cake {
    width: 465px;
    height: 631px;
    border-radius: 280px;
    margin: 0 0 50px 50px;
  }

  .hmcake {
    width: 619px;
    height: 120px;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: var(--HM-FONTCOLOR);
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 10px;
  }

  .literature {
    width: 619px;
    height: 96px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 32px;
    color: var(--HM-FONTCOLOR);
    opacity: 0.8;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }

  .HMcake {
    margin-top: 50px;
    margin-left: 50px;
  }

  .Onow {
    margin-top: 50px;
    margin-left: 200px;
    width: 150px;
  }
}

/*Popular Events*/
.online-img:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

/* Mobile */
@media screen and (max-width: 800px) {
  .pop {
    width: 343px;
    height: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 48px;
    text-align: center;
    color: var(--HM-FONTCOLOR);
    flex: none;
    order: 0;
    align-self: stretch;
  }

  #pop-menu {
    width: 343px;
    height: 64px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 32px;
    text-align: center;
    color: var(--HM-FONTCOLOR);
    opacity: 0.8;
    flex: none;
    order: 1;
    align-self: stretch;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

/* Desktop */
@media screen and (min-width: 800px) {
  .pop {
    width: 1162px;
    height: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 60px;
    text-align: center;
    color: var(--HM-FONTCOLOR);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  #pop-menu {
    width: 1162px;
    height: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 32px;
    text-align: center;
    color: var(--HM-FONTCOLOR);
    opacity: 0.8;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 10px;
  }
}

/* We serve online*/
/* Mobile */
@media screen and (max-width: 800px) {
  .online-h2 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--HM-FONTCOLOR);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .online-p {
    flex-direction: column;
    align-self: stretch;
    color: var(--HM-FONTCOLOR);
    font-size: 1.125rem;
    line-height: 32px;
    opacity: 0.800000011920929;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .online-img {
    width: 259px;
    height: 350px;
    border-radius: 285px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 20px;
  }
}

/* Desktop */
@media screen and (min-width: 800px) {
  .online-h2 {
    color: var(--HM-FONTCOLOR);
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 30px;
    margin-top: 40px;
  }

  .online-p {
    flex-direction: column;
    color: var(--HM-FONTCOLOR);
    font-size: 1.125rem;
    font-family: Poppins;
    line-height: 32px;
    opacity: 0.800000011920929;
    margin-left: 30px;
    margin-top: 10px;
  }

  .online-img {
    width: 465px;
    height: 631px;
    border-radius: 285px;
    object-fit: cover;
    margin-left: 30px;
  }
}

/* History */

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  z-index: 0;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: var(--FOOTER-COLOR);
  z-index: -1;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
  z-index: 1;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  border-radius: 100%;
  object-fit: cover;
}
.timeline > li .timeline-image h4,
.timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
  z-index: 1;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.text-center {
  text-align: center !important;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

p {
  line-height: 1.75;
}
@media (min-width: 1400px) .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
  max-width: 1320px;
}
@media (min-width: 1200px) .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
  max-width: 1140px;
}
@media (min-width: 992px) .container-lg,
  .container-md,
  .container-sm,
  .container {
  max-width: 960px;
}
@media (min-width: 768px) .container-md, .container-sm, .container {
  max-width: 720px;
}
@media (min-width: 576px) .container-sm, .container {
  max-width: 540px;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
user agent stylesheet div {
  display: block;
}

/* What do they say */
.slider {
  width: 100%;
}
.slider input {
  display: none;
}
.testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 350px;
  perspective: 1000px;
  overflow: hidden;
}
.testimonials .item {
  width: 300px;
  padding: 30px;
  border-radius: 5px;
  background-color: var(--BG-COLOR);
  position: absolute;
  border: 3px solid var(--BTN-COLOR);
  top: 0;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  user-select: none;
  cursor: pointer;
}
.testimonials .item h1 {
  font-size: 114px;
  color: var(--FONT-COLOR);
}
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots label {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--FOOTER-COLOR);
  margin: 7px;
  transition-duration: 0.2s;
}
#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
  transform: scale(2);
  background-color: var(--BTN-COLOR);
  box-shadow: 0px 0px 0px 3px #dddddd24;
}

#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
  transform: scale(1.5);
}

#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"] {
  transform: translate3d(600px, 0, -180px) rotateY(-25deg);
  z-index: 2;
}

#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"] {
  transform: translate3d(300px, 0, -90px) rotateY(-15deg);
  z-index: 3;
}

#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"] {
  transform: translate3d(-300px, 0, -90px) rotateY(15deg);
  z-index: 3;
}

#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"] {
  transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}

#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
  z-index: 4;
}

.img-say {
  width: 100px;
  height: 100px;
  background: #d9d9d9;
  border-radius: 60%;
  object-fit: cover;
  margin: 0 auto;
}

/* Footer */
footer {
  background: rgba(205, 179, 162, 0.4);
}

.footer-logo {
  height: 200px;
  width: 200px;
}

.footer-p {
  margin-bottom: 40px;
}

.foot {
  flex: 0 0 25%;
  padding: 0 15px;
  object-fit: cover;
  padding: 30px;
}

.foot > div {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  font-size: 30px;
}

.about,
.our,
.contact {
  margin-bottom: 30px;
}

.foot a {
  display: block;
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
}

.foot a:hover {
  color: white;
}

/* END */
