@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
  --lm-font: "Manrope", sans-serif;
  --lm-font-alt: "Manrope", sans-serif;
  --lm-color-first: #c2272c;
  --lm-color-second: #ffb814;
  --lm-color-third: #006ad3;
  --lm-color-four: #cca800;
  --lm-color-five: #d00040;
  --lm-color-six: #7700c2;
  --lm-color-light: #ffffff;
  --lm-color-lite-dark: #323232;
  --lm-color-dark: #000000;
  --lm-color-neon: #f9f804;
  --lm-color-gray: #e2e1dd;
  --lm-linear-bg: linear-gradient(to right, #ef5d0c 0%, #f19d0e 100%);
}

body {
  transition: all 3s ease-out;
  overflow-x: hidden;
  font-family: var(--lm-font-alt);
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  transition: width 0.8s ease-in-out;
}

/*================================================
              Reset/Normalize CSS
=================================================== */

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.element-gap {
  margin-top: 30px;
}

.overlay {
  position: relative;
  z-index: 0;
}

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

.w-lg-50 {
  width: 50% !important;
}

.w-lg-75 {
  width: 75% !important;
}

.text-white {
  color: var(--lm-color-light);
}

.text-black {
  color: var(--lm-color-dark);
}

.text-base {
  color: var(--lm-color-first);
}

.text-second {
  color: var(--lm-color-second) !important;
}

.text-neon {
  color: var(--lm-color-neon) !important;
}

.bg-white {
  background: var(--lm-color-light);
  background-color: var(--lm-color-light);
}

.rgba-bg {
  background: rgba(0, 0, 0, 0.8);
}

.bg-black {
  background: var(--lm-color-dark);
}

.bg-base {
  background: var(--lm-color-first);
}

.bg-second {
  background: var(--lm-color-second) !important;
}

.text-blue {
  color: var(--lm-color-third) !important;
}

.bg-gradient {
  background: var(--lm-linear-bg) !important;
}

.bg-linear {
  background-image: var(--lm-linear-bg);
}

.bg-gray {
  background-color: var(--lm-color-gray) !important;
}

.h-90 {
  height: 95% !important;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--lm-color-lite-dark);
  font-family: var(--lm-font-alt);
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: var(--lm-font);
  color: var(--lm-color-third);
  padding-bottom: 10px;
}

h1 {
  font-size: 68px;
  margin: 0;
  color: var(--lm-color-first);
  font-family: var(--lm-font);
  padding-bottom: 5px;
  text-transform: uppercase;
}

h1 span {
  font-size: 60px;
  color: var(--lm-color-second);
}

h2 {
  font-size: 60px;
  line-height: normal;
  margin: 0;
  padding-bottom: 5px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 3px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 3px;
}

h5 {
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 3px;
}

h6 {
  font-size: 19px;
  line-height: 24px;
  color: var(--lm-color-second);
}

.fs-7 {
  font-size: 16px !important;
}

.lm-sec-title {
  font-size: 60px;
  line-height: normal;
  color: var(--lm-color-dark);
  font-family: var(--lm-font);
  width: 100%;
  text-align: start;
  text-transform: uppercase;
}
.show {
  padding: 20px 0;
}

.lm-sec-title.secondary {
  max-width: 75%;
}

.lm-sec-title.two {
  font-size: 45px;
  line-height: 40px;
}

.lm-sec-title.three {
  font-size: 32px;
  line-height: 30px;
}

.lm-sec-title.four {
  font-size: 24px;
  line-height: 28px;
}

ol,
ul,
dl {
  margin: 10px 0;
  padding: 0;
}

.sub-head {
  font-size: 28px;
  line-height: 34px;
}

.text-white {
  color: var(--lm-color-light) !important;
}

.text-black {
  color: var(--lm-color-dark) !important;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
}

.lm-sec-padding {
  padding: 4% 0;
}

.bold-text {
  font-size: 24px;
  line-height: 36px;
}

.min-width-0 {
  min-width: 0 !important;
}

.lm-hero-btn {
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--lm-color-light);
  min-width: 150px;
  background: var(--lm-color-first);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lm-hero-btn.bg-base:hover {
  background: var(--lm-color-second);
}

.lm-hero-btn.bg-second:hover {
  background: var(--lm-color-first);
}

.lm-hero-btn.orange-spoon {
  padding-left: 32px;
  position: relative;
}

.lm-hero-btn.orange-spoon img {
  width: 36px !important;
  position: absolute;
  left: -10px;
}

.lm-hero-btn.nav-btn img {
  width: 20px;
}

.lm-hero-btn img {
  width: 28px;
}

.lm-hero-btn:hover {
  color: var(--lm-color-light);
  background: var(--lm-color-second);
}

.font-18 {
  font-size: 18px;
  line-height: 26px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

.color-text {
  color: var(--lm-color-first);
}

.section-overlap {
  transform: translateY(-100px);
}

.welcome-text-shape {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: yellow; /* Matches the color in your image */
  position: relative;
  z-index: 1; /* Ensures the text-shape appears above the lines */
}

/* Pseudo-elements for the horizontal lines */
.welcome-text-shape::before,
.welcome-text-shape::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Centers the line vertically */
  height: 2px; /* Thickness of the line at the start */
  background-image: linear-gradient(to left, white 0%, transparent 50%);
  width: 50%; /* Adjust the width as needed */
}

.welcome-text-shape::before {
  left: -10%; /* Adjust the offset as needed */
}

.welcome-text-shape::after {
  background-image: linear-gradient(to right, white 0%, transparent 50%);
  right: -10%; /* Adjust the offset as needed */
}

.lm-sec-heading.special-line {
  position: relative;
}

.lm-sec-heading.special-line::before,
.lm-sec-heading.special-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px dashed var(--lm-color-dark);
  transform: translateY(-50%);
  left: 0;
}
.lm-sec-heading.special-line.secondary-line::before,
.lm-sec-heading.special-line.secondary-line::after {
  border-top: 1px dashed #fff;
}

.lm-sec-heading.special-line .lm-sec-title {
  position: relative;
  width: fit-content;
  padding: 0px 20px;
  margin: 0 auto;
  z-index: 9;
}

.linear-border {
  flex-grow: 1;
  border: none;
  position: relative;
}

.linear-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-image: linear-gradient(to right, black 0%, transparent 100%);
}

.dashed-border {
  flex-grow: 1;
  border-bottom: 1px dashed var(--lm-color-dark);
}

.white-dashed-border {
  border-bottom: 1px dashed var(--lm-color-light);
}

@media (max-width: 1370px) {
  .container {
    max-width: 960px;
  }

  .element-gap {
    margin-top: 25px;
  }

  .fs-6,
  .fs-7 {
    font-size: 14px !important;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h1 span {
    font-size: 50px;
  }

  h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .lm-sec-title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .element-gap {
    margin-top: 20px;
  }

  .welcome-text-shape::after,
  .welcome-text-shape::before {
    opacity: 0;
  }
  .lm-sec-title {
    font-size: 40px;
  }

  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  h1 span {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .w-lg-50,
  .w-lg-75 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  /* Tablet Styles */

  h1 {
    font-size: 35px;
  }
  h1 span {
    font-size: 35px;
  }

  .h-90 {
    height: auto !important;
  }
  p {
    font-size: 16px;
  }
  .lm-hero-btn {
    padding: 8px 30px;
    min-width: 200px;
  }

  .lm-hero-btn img {
    width: 25px;
  }
  .lm-sec-title {
    font-size: 35px;
    line-height: 30px;
  }

  .element-gap {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  h1 span {
    font-size: 30px;
  }

  .lm-sec-heading.special-line .lm-sec-title {
    padding: 0px 10px;
  }

  .lm-sec-title {
    font-size: 30px;
  }

  .lm-sec-padding {
    padding: 7% 0;
  }

  p {
    font-size: 14px;
  }

  .lm-hero-btn {
    padding: 8px 10px;
    min-width: 140px;
    font-size: 13px;
  }

  .lm-hero-btn img {
    width: 20px;
  }
}

/*================================================
              Header Section Start
=================================================== */

.navbar-brand img {
  width: 90%;
}

.easy-gradient-top {
  background: var(--lm-linear-bg);
  height: 2px;
  width: 100%;
}

.navbar {
  height: 100px;
}

.navbar-nav .btn.nav-btn {
  background-color: var(--lm-color-first);
  color: var(--lm-color-light);
  border: none;
  transition: all ease-in-out 0.4s;
}

.navbar-nav .btn.nav-btn:hover {
  background-color: var(--lm-color-four);
}

.navbar-nav .btn {
  padding: 4px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-nav .nav-item {
  font-size: 18px;
  color: var(--lm-color-light);
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-nav .nav-item .lm-hero-btn {
  height: 40px;
  min-width: 130px;
  font-size: 18px;
  font-weight: 500;
}

.navbar-nav .nav-item .lm-hero-btn img {
  width: 10px;
}

/* .navbar-nav .nav-item .lm-hero-btn span {
  font-size: 35px;
} */

.navbar-nav .nav-item img {
  width: 18px;
}

.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 2px;
  background-color: var(--lm-color-dark);
  display: block;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--lm-color-dark);
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.w-fit-content {
  width: fit-content !important;
}

@media (max-width: 1370px) {
  .navbar-nav .nav-item,
  .navbar-nav .nav-item .lm-hero-btn {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .navbar {
    height: auto;
  }

  .navbar-nav .nav-item .lm-hero-btn {
    height: 32px;
    min-width: 36px;
  }

  .navbar-nav .nav-item .lm-hero-btn img {
    width: 6px;
  }

  .navbar-brand {
    display: contents;
  }

  .navbar-brand img {
    width: 55px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    padding: 5px 0px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar .nav-item .nav-link {
    font-size: 14px;
  }

  .navbar .nav-item:last-child {
    padding-bottom: 20px;
  }
}

/*================================================
              Banner Section Start
=================================================== */
.lm-banner-sec {
  height: 820px;
  background-image: url("../images/featured/main-banner.webp");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;
  display: flex;
  align-items: center;
}

.absolute-social-icon {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.absolute-social-icon a {
  font-size: 18px;
}

.lm-banner-sec .banner-wrapper .banner-content {
  max-width: 890px;
  width: 100%;
  background: rgba(194, 39, 44, 0.9);
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}

.lm-banner-sec .banner-wrapper .banner-content h1 {
  font-weight: 700;
}

.lm-banner-sec .banner-wrapper .banner-content h6 {
  font-size: 24px;
  border-bottom: 1px solid var(--lm-color-light);
  width: fit-content;
  /* margin: 0 auto 15px; */
  margin-bottom: 15px;
}

.lm-banner-sec .banner-wrapper .banner-content .lm-hero-btn.go-food {
  font-size: 18px;
  color: var(--lm-color-first);
}

.lm-banner-sec .banner-wrapper .banner-content .lm-hero-btn.go-food:hover {
  background: var(--lm-color-second) !important;
  color: var(--lm-color-dark) !important;
}
.lm-banner-sec .banner-wrapper .banner-content .lm-hero-btn.go-food img {
  width: 10px;
}

.lm-banner-sec .banner-wrapper .banner-content p {
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.lm-banner-sec.overlay::after {
  opacity: 0;
}

.authentic-culture-heart {
  transform: translateY(-40px);
}

@media (max-width: 1370px) {
  .lm-banner-sec {
    height: 600px;
  }

  /* .lm-banner-sec .banner-wrapper .banner-content {
    max-width: 450px;
  } */

  .lm-banner-sec .banner-wrapper .banner-content h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .lm-banner-sec .banner-wrapper .banner-content p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .lm-banner-sec {
    height: auto;
    padding: 25px 0px;
  }

  .lm-banner-sec.overlay::after {
    opacity: 1;
  }

  .lm-banner-sec .banner-wrapper .banner-content {
    max-width: 85%;
    padding: 30px;
    text-align: center;
  }

  .lm-banner-sec .banner-wrapper .banner-content h1 {
    font-size: 40px;
  }

  .lm-banner-sec .banner-wrapper .banner-content h6 {
    margin: 0 auto 5px;
  }

  .lm-banner-sec .banner-wrapper .banner-content p {
    margin: 10px auto;
    font-size: 18px;
    /* color: var(--lm-color-light) !important; */
  }
  .lm-banner-sec .banner-wrapper .banner-content .lm-hero-btn.go-food {
    font-size: 18px;
  }

  .lm-banner-sec .banner-wrapper .banner-content .lm-hero-btn.go-food img {
    width: 8px;
  }

  .lm-banner-sec .banner-wrapper .banner-content {
    padding: 25px;
  }

  .authentic-culture-heart {
    transform: translateY(0px);
  }
}

@media (max-width: 480px) {
  .lm-banner-sec .banner-wrapper .banner-content .lm-hero-btn.go-food {
    font-size: 14px;
  }

  .lm-banner-sec {
    background-position: 50% 100%;
  }

  .lm-banner-sec .banner-wrapper .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .lm-banner-sec .banner-wrapper .banner-content h6 {
    font-size: 16px;
  }

  .lm-banner-sec .banner-wrapper .banner-content p {
    max-width: 100%;
    margin: 0px auto 10px;
    font-size: 14px;
  }

  .lm-banner-sec .banner-wrapper .banner-content {
    padding: 25px 10px;
  }
}

/*================================================
             Form area section
=================================================== */

.form-area .lm-hero-btn {
  outline: none;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 15px;
}

.form-area .form-control,
.form-area .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 480px) {
  .form-area-section .w-fit-content {
    width: 100% !important;
  }
  .form-area-section .w-fit-content img {
    width: 20px;
  }
}

/*================================================
             CTA area section
=================================================== */
.cta-section {
  height: 500px;
  background-image: url("../images/featured/fresh-and-delicious-banner.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: end;
}

.cta-section .cta-content {
  max-width: 585px;
  text-align: end;
}

.cta-section .cta-content h2 {
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .cta-section {
    height: 350px;
  }
  .cta-section .cta-content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .cta-section .cta-content h2 {
    margin-bottom: 10px;
    line-height: 40px;
  }
}

/*================================================
             Service Section
=================================================== */

.tab-header-btn {
  color: var(--lm-color-light);
  background: #5e4450;
  border: none !important;
}

.tab-header-btn.active {
  background: var(--lm-color-first) !important;
  color: var(--lm-color-light) !important;
}

.service-item .service-content .first-div,
.service-item .service-content .second-div {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.service-item .service-content .second-div {
  bottom: 10%;
}

.service-item.drink-item .service-content .first-div {
  bottom: 5%;
}

.service-item img {
  border-radius: 15px;
}

.special-service-item img {
  border-radius: 15px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.special-service-item {
  margin-bottom: 20px;
  border-radius: 10px;
}

.special-service-item .service-content {
  padding: 12px;
  position: absolute;
  width: 101%;
  bottom: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 50%);
  text-align: center;
  transition: all ease-in-out 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.special-service-item .service-content h6 {
  font-weight: 500;
}

.special-service-item .service-content span {
  color: var(--lm-color-first);
}

.special-service-item:hover .service-content {
  opacity: 1;
}

.drink-section {
  background-image: url("../images/featured/drink-banner.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.service-section .food-item {
  border-radius: 10px;
}

.border-line-shape {
  border: 1px solid var(--lm-color-light);
  width: 50px;
}

/* Swiper slider style */

.swiper-custom-prev,
.swiper-custom-next {
  position: static;
  /* top: 50%;
  left: -5%;
  transform: translateY(-50%); */
  z-index: 9;
}

.swiper-custom-next {
  left: auto;
  right: -5%;
}

.swiper-custom-prev img,
.swiper-custom-next img {
  width: 50px;
}

.swiper-custom-prev img {
  transform: rotate(180deg);
}

.swiper-button-disabled img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .swiper-custom-prev img,
  .swiper-custom-next img {
    width: 40px;
  }

  /* .swiper-custom-prev,
  .swiper-custom-next {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  } */

  /* .swiper-custom-next {
    left: auto;
    right: -5px;
  } */
}

@media (max-width: 480px) {
  .service-item {
    width: 85%;
    margin: 0 auto;
  }

  .special-service-item img {
    height: 180px;
  }

  .service-item.drink-item {
    width: 100%;
  }

  .special-service-item {
    margin-bottom: 20px;
  }

  .special-service-item .service-content {
    padding: 12px;
    position: absolute;
    width: 100%;
    /* bottom: 0;
    left: 0; */
    text-align: center;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
  }

  .special-service-item .service-content p {
    font-size: 12px;
  }
}

/*================================================
             Our Story Section
=================================================== */

/*================================================
            Contact Details Section
=================================================== */
.contact-form {
  background-image: url("../images/featured/form-banner.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

/* .contact-location .form-area {
  max-width: 70%;
  margin: 0 auto;
} */

@media (max-width: 991px) {
  .contact-location .form-area {
    max-width: 100%;
  }
}

/*================================================
              Instruction Section Six
=================================================== */

.instruction-area .lm-thumb img {
  border-radius: 10px;
}

.instruction-area h2 {
  font-family: var(--lm-font-alt);
  font-size: 45px;
}

@media (max-width: 991px) {
  .instruction-area h2 {
    font-size: 30px;
  }
}

/*================================================
              Thank you section
=================================================== */
.thank-you-area {
  background-image: url("../images/featured/thank-you-banner.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.thank-you-area .section-content {
  max-width: 788px;
  width: 100%;
  margin: 0 auto;
}

.thank-you-area.overlay::after {
  opacity: 0;
}

@media (max-width: 991px) {
  .thank-you-area {
    /* height: 400px; */
  }

  .thank-you-area.overlay::after {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .thank-you-area {
    height: auto;
  }
}
/*================================================
             location info section
=================================================== */
.location-info {
  background-image: url("../images/featured/location-banner.webp");
  background-repeat: no-repeat;
  background-position: 75% 100%;
  background-size: cover;
  height: 700px;
}

.location-info.overlay::after {
  opacity: 0;
}

@media (max-width: 991px) {
  .location-info {
    height: auto;
    /* background-image: none; */
  }

  .location-info p {
    color: var(--lm-color-light) !important;
  }

  .location-info.overlay::after {
    opacity: 1;
  }
}

/*================================================
             Map Area
=================================================== */
.map-area {
  background-image: url("../images/featured/black-pattern.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

/*================================================
             Footer area
=================================================== */

/* .footer-logo img {
  width: 20%;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .footer-logo img {
    width: 50%;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .footer-logo img {
    width: 70%;
  }
} */

/* Scroll To Top */

.scroll-top {
  position: relative;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scrollToTop span {
  font-size: 20px;
}

.scrollToTop span {
  color: var(--lm-color-light);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop span img {
  width: 25px;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: var(--lm-color-first);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.nav-link:hover {
  color: var(--lm-color-five) !important;
}
.instruction-area a {
  color: #ffffff !important;
  transition: all .5s ease-in;
}
.instruction-area a:hover {
  color: var(--lm-color-second) !important;
}