:root {
  --teal: #1a8f85; /* main teal for buttons & accents */
  --deep: #147a72; /* lig1ter navbar/footer teal */
  --ocean: #2da39a; /* hover accent */
  --sand: #f4ede1; /* light sand background */
  --text: #0f2c2a;
}

* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #0b2b2a;
  background: #fff;
  line-height: 1.6;
}

/* NAVBAR BRAND */
.brand-title {
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 1rem;
}

/* HERO */
.hero-section {
  height: 70vh;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}
.hero-section video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: contrast(1.02) saturate(1.05);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 63, 59, 0.45),
    rgba(8, 63, 59, 0.55)
  );
}
.hero-overlay h1,h3,
.hero-overlay p {
  font-family: "Playfair Display", serif;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Buttons */
.btn-teal {
  background: var(--teal);
  color: #fff;
  border: 0;
}
.btn-outline-teal {
  color: var(--teal);
  border-color: var(--teal);
}

/* Feature cards */
.feature-card {
  background: linear-gradient(180deg, #fff, #f8f6f1);
  border-radius: 12px;
}
.testimonial {
  background: var(--sand);
  border-radius: 10px;
}

/* Sand section background */
.bg-sand {
  background: var(--sand);
}

/* Cards & images rounded */
.menu-card img,
.card img {
  height: 220px;
  object-fit: cover;
}
.menu-card .card-body {
  min-height: 120px;
}

/* Whatsapp float button */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25d366;
  color: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  z-index: 9999;
}
.whatsapp-float i {
  font-size: 22px;
}

/* footer small */
footer {
  font-size: 14px;
}

/* responsive tweaks */
/* Default - hide close button */
#navmenu .close-btn {
  display: none;
}

/* Mobile styles */
/* Default - hide close button */
#navmenu .close-btn {
  display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
  .hero-section {
    height: 55vh;
  }

  .menu-card img {
    height: 180px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: var(--deep);
  }

  #navmenu .close-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: var(--deep);
    cursor: pointer;
    z-index: 1000;
  }

  .navbar-collapse.show {
    display: block !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
  }
  .hero-section1 {
    height: 50vh;
  }
}

.hero-section1 {
  height: 30vh;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--sand);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--sand);
}

/* Equal height feature cards */
.feature-card {
  background: var(--sand);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 220px; /* optional baseline */
}

.feature-card i {
  color: var(--deep);
}

.feature-card h5 {
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--text);
  margin: 0 auto;
  max-width: 90%;
}

/* Floating About Card */
.about-card {
  background: var(--sand);
  border-radius: 25px;
  padding: 40px;
  margin: 0 5%; /* leaves 5% margin on both sides */
  width: 90%; /* occupies 90% of viewport width */
  max-width: 90%; /* caps width on ultra-large screens */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18), 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive tweaks for medium devices */
@media (max-width: 1200px) {
  .about-card {
    width: 95%; /* leaves ~5% on sides for medium laptops */
    padding: 35px;
  }
}

/* Tablet screens */
@media (max-width: 992px) {
  .about-card {
    width: 95%;
    padding: 30px;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .about-card {
    width: 95%;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  /* laptop and above */
  .ratio.ratio-16x9 {
    height: 400px; /* adjust as needed */
  }

  .ratio.ratio-16x9 iframe {
    height: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  background-color: #1e5050;
}

ul {
  padding: 0;
  margin: 0;
}

nav > ul > li {
  list-style: none;
}

a {
  color: #3cf;
  text-decoration: none;
  transition: all 0.3s ease;
}

p {
  line-height: 1.8;
  margin-top: 0;
}

h2 {
  margin-top: 0;
}

#tm-video {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1000;
}

.tm-video-wrapper {
  position: relative;
}

#tm-video-control-button {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
}

.tm-container {
  padding: 30px;
}

.tm-row {
  display: flex;
  justify-content: space-between;
}

.tm-left,
.tm-right {
  width: 50%;
}

.tm-left-inner {
  position: fixed;
}

.tm-site-header {
  background-color: white;
  color: #099;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-site-logo {
  margin-right: 30px;
}

.tm-site-name {
  font-size: 2.2rem;
  font-style: italic;
}

.tm-left-inner {
  max-width: 500px;
  width: 100%;
}

.tm-site-nav-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tm-page-nav-item {
  margin-top: 20px;
}

.tm-page-link {
  min-width: 240px;
  height: 100px;
  background-color: white;
  color: #099;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 1.2rem;
}

.tm-page-link:hover,
.tm-page-link.active {
  background-color: #099;
  color: white;
}

.tm-page-link-icon {
  margin-right: 25px;
  margin-left: 25px;
  font-size: 1.5rem;
}

.tm-black-bg {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.tm-drinks-nav > ul > li {
  display: inline-block;
}

.tm-drinks-nav > ul > li > a {
  color: white;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.tm-drinks-nav {
  height: 80px;
}
.tm-main {
  max-width: 660px;
}

.tm-drinks-nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.tm-drinks-nav > ul > li a.active,
.tm-drinks-nav > ul > li a:hover {
  color: #96feff;
  border-bottom: 4px solid #96feff;
}

.tm-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.tm-list-item-2 {
  align-items: flex-start;
}

.tm-list-item-img {
  margin-right: 20px;
  width: 160px;
  height: 160px;
  background-color: #099;
}

.tm-list-item-img-big {
  margin-right: 25px;
  width: 200px;
  height: 200px;
}

.tm-list-item-text {
  padding: 20px 25px;
  flex: 1;
}

.tm-list-item-text-2 {
  flex: 1;
}

.tm-list-item-name {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

.tm-list-item-price {
  color: #96feff;
}
.tm-site-footer {
  margin-top: 15px;
}

.tm-footer-text {
  padding: 10px 65px 10px 20px;
  display: inline-block;
}

.tm-footer-link {
  color: white;
}
.tm-tab-content {
  animation: fadeEffect 1s;
}
.tm-page-content {
  animation: fadeEffect 1s;
}

.tm-text-primary {
  color: #3cc;
}
.tm-mb-20 {
  margin-bottom: 20px;
}
.tm-mb-30 {
  margin-bottom: 30px;
}
.tm-img-right {
  margin-left: 30px;
  margin-right: 0;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

/* About */
.tm-about-box-1 {
  padding: 40px 30px 50px 0;
}
.tm-about-box-2 {
  padding: 50px 40px 30px;
}
.tm-about-header {
  margin-left: 220px;
}

/* Special */
.tm-special-items {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -10px 0;
}

.tm-special-item {
  max-width: 320px;
  margin: 30px 10px;
}

.tm-special-item-title {
  font-size: 1.4rem;
}
.tm-special-item-description {
  padding: 25px 30px;
}

/* Contact */
.tm-contact-text-container {
  padding: 45px 50px;
  margin-bottom: 20px;
}

.tm-contact-form-container {
  max-width: 460px;
  padding: 40px 50px;
  box-sizing: border-box;
}

.tm-form-group {
  margin-bottom: 25px;
}

.tm-form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid white;
}

.tm-form-control::-webkit-input-placeholder {
  color: white;
} /* Edge */
.tm-form-control:-ms-input-placeholder {
  color: white;
} /* Internet Explorer 10-11 */
.tm-form-control::placeholder {
  color: white;
}

.tm-btn-primary {
  color: #099;
  background-color: white;
  border: 0;
  padding: 12px 40px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tm-btn-primary:hover {
  color: white;
  background-color: #099;
}

.tm-align-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.tm-mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 1130px) and (min-width: 992px) {
  .tm-left-inner {
    max-width: 380px;
  }
  .tm-site-name {
    font-size: 2.6rem;
  }
  .tm-site-logo {
    margin-right: 20px;
  }
  .tm-page-link {
    width: 100%;
  }
  .tm-page-link-icon {
    margin-right: 15px;
  }
  .tm-left {
    width: 45%;
  }
  .tm-right {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .tm-left-inner {
    position: static;
  }
  .tm-left,
  .tm-right {
    width: 100%;
  }
  .tm-left {
    margin-bottom: 50px;
  }
  .tm-row {
    display: block;
  }
}

@media (max-width: 574px) {
  .tm-site-nav-ul {
    display: block;
  }
}

@media (max-width: 550px) and (min-width: 501px) {
  .tm-list-item-img-big {
    width: 160px;
    height: 160px;
  }

  .tm-about-header {
    margin-left: 180px;
  }
}

@media (max-width: 500px) {
  .tm-about-header {
    margin-left: 0;
  }
  .tm-list-item-2 {
    flex-direction: column;
  }
  .tm-about-box-1 {
    padding-left: 30px;
  }

  .tm-list-item-img-big {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .tm-img-right {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .tm-site-name {
    font-size: 2.6rem;
  }
  .tm-site-logo {
    margin-right: 20px;
  }

  .tm-list-item {
    flex-direction: column;
    margin-top: 40px;
  }

  .tm-list-item-img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .tm-drinks-nav {
    height: auto;
  }

  .tm-drinks-nav > ul {
    flex-direction: column;
    padding: 15px;
  }

  .tm-drinks-nav > ul > li {
    margin-bottom: 10px;
  }
  .tm-drinks-nav > ul > li > a {
    display: block;
  }
}

/* Ensure the collapse menu takes full height on mobile and overlay effect */
@media (max-width: 991px) {
  #navmenu {
    position: fixed; /* Overlay on top of the page */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); /* semi-transparent */
    backdrop-filter: blur(10px); /* blurry background effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    z-index: 1050; /* Make sure it overlays the video */
    padding-top: 60px; /* space for navbar logo */
    display: none; /* hidden by default */
  }

  #navmenu.show {
    display: block; /* visible when toggled */
  }

  #navmenu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #navmenu .nav-item {
    margin: 15px 0;
  }

  /* Optional: make navbar transparent but logo stays visible */
  .navbar {
    background: transparent !important;
  }
}

/* ===============================
   Cafe Add-Ons — Blur & Gallery
   =============================== */

:root {
  --teal: #1a8f85;
  --ocean: #2da39a;
  --text: #0f2c2a;
}

/* Floating blurred container with curve and margin */
.blur-block,
.floating-block {
  background: var(--sand);
  border-radius: 30px;
  width: 90%;
  margin: 40px auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  padding: 32px 4vw 32px 4vw;
  transition: box-shadow 0.3s, transform 0.3s;
}
.blur-block:hover,
.floating-block:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.13);
  transform: translateY(-5px);
}


/* Section headers */
.section-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  letter-spacing: 0.5px;
  color: var(--deep);
  margin-bottom: 26px;
}

.gallery-block {
  padding-top: 18px;
}

/* Modern responsive horizontal image gallery */
.custom-gallery-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

/* HORIZONTAL SCROLL IMAGES */
.custom-gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  padding: 8px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-gallery::-webkit-scrollbar {
  display: none;
}
.custom-gallery img {
  flex: 0 0 30%; /* 3 images on desktop, 2 on tablet, 1 on mobile */
  max-width: 240px;
  min-width: 120px;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: 0 4px 18px rgba(0, 40, 24, 0.06);
  transition: transform 0.21s;
  background: #f2f2f2;
  height: auto;
}
.custom-gallery img:hover {
  transform: scale(1.04);
}

/* ARROW BUTTONS */
.gallery-scroll-btn {
  background: rgba(26, 143, 133, 0.79);
  border: none;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  margin: 0 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.19s, color 0.18s;
}
.gallery-scroll-btn:hover {
  background: var(--ocean);
}

/* Signature Dishes Grid */
.dish-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 26px;
}
.dish-card {
  background: var(--sand);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  transition: transform 0.24s, box-shadow 0.21s;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.dish-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}
.dish-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dish-info {
  padding: 15px 13px;
  text-align: center;
}
.dish-info h4 {
  color: var(--teal);
  font-weight: 600;
  font-size: 1.06rem;
  margin-bottom: 7px;
}
.dish-info p {
  color: var(--text);
  opacity: 0.86;
  font-size: 0.98rem;
}

/* Download menu button */
.menu-download {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-size: 1.07rem;
  font-weight: 500;
  padding: 13px 34px;
  margin-top: 36px;
  border-radius: 33px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(26, 143, 133, 0.19);
  transition: background 0.25s, transform 0.25s, box-shadow 0.2s;
}
.menu-download:hover {
  background: var(--ocean);
  box-shadow: 0 7px 18px rgba(45, 163, 154, 0.2);
  transform: scale(1.04);
}

/* Responsive styles */
@media (max-width: 1200px) {
  .dish-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .dish-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-gallery img {
    flex-basis: 48%;
    max-width: 330px;
  }
}
@media (max-width: 600px) {
  .dish-grid {
    grid-template-columns: 1fr;
  }
  .blur-block,
  .floating-block {
    width: 97%;
    padding: 14px;
  }
  .custom-gallery img {
    flex-basis: 93%;
    max-width: 99vw;
  }
  .custom-gallery-wrapper {
    gap: 4px;
  }
}

/* Css for rooms */

.room-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem 1rem;
  border-radius: 12px;
}
.room-card {
  background: var(--sand);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.room-card:hover {
  transform: translateY(-6px);
}
.room-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.room-card .info {
  padding: 1rem;
  text-align: center;
}
.room-card h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.room-gallery {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.room-gallery img {
  height: 200px;
  border-radius: 10px;
  flex-shrink: 0;
}

    @media (min-width: 992px) {
      .room-gallery img {
        height: 330px; /* larger for laptop view */
      }
    }

    /* --- Lightbox --- */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 1050;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80vh;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    }

    .lightbox:target {
      display: flex;
    }

    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 40px;
      color: #fff;
      font-size: 2rem;
      text-decoration: none;
      font-weight: bold;
    }

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: var(--sand, #f4e1c1);
  color: var(--ocean, #333);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  display: none; /* hidden initially */
}

#scrollTopBtn:hover {
  background-color: var(--ocean, #333);
  color: white;
  transform: scale(1.05);
}

/* ==========================
   Pop-up Modal for Setups
   ========================== */
/* ==========================
   Setups Page Grid + Modal
   ========================== */
.setup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-content: center;
}
.setup-card {
  background: var(--sand);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.setup-card:hover { transform: translateY(-5px); }
.setup-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.setup-card .info { padding: 1rem; }
.setup-card button {
  margin-top: 8px;
  border-radius: 8px;
}
.setup-card button:hover {
  background: var(--teal);
  color: #fff;
}

/* Modal Popup */
.setup-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px);
}
.setup-modal.show { display: flex; }

.setup-modal .modal-content {
  background: var(--sand);
  padding: 2rem;
  border-radius: 16px;
  max-width: 850px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.setup-modal .close-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 2rem;
  color: var(--deep);
  cursor: pointer;
}
.setup-modal .room-gallery {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.setup-modal .room-gallery img {
  height: 220px;
  border-radius: 10px;
  flex-shrink: 0;
  object-fit: cover;
}
@keyframes fadeIn { from{opacity:0;transform:scale(0.96);} to{opacity:1;transform:scale(1);} }

@media (max-width:768px){
  .setup-grid { grid-template-columns: 1fr; }
  .setup-card img { height: 200px; }
  .setup-modal .modal-content { padding: 1rem; }
}

.footer {
  font-family: "Poppins", sans-serif;
}

.footer h5 {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.footer .social-icon i {
  font-size: 2rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer .social-icon:hover i {
  transform: scale(1.2);
  color: #fcb045; /* highlight color (you can change) */
}

/* Make contact button glow slightly on hover */
.footer .btn-outline-light:hover {
  background-color: #fff;
  color: var(--deep);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .footer h5 {
    margin-bottom: 0.75rem;
  }
  .footer p {
    font-size: 0.9rem;
  }
  .footer .social-icon i {
    font-size: 2.8rem;
    margin: 0 8px;
  }
}
