/**
* Template Name: Yummy
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --font-primary: "GhanaChocolate", sans-serif;
  --font-secondary: "Inter", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ec2727;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 120px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.section-header {
  text-align: center;
  padding-bottom: 80px;
}

.section-header h2 {
  font-size: 3.125rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 30px 0;
  color: #000;
  font-family: var(--font-primary);
}

.section-header h2.fc-w,
.section-header p.fc-w {
  color: #fff;
}

.section-header p {
  margin: 0;
  font-size: 1.188rem;
  font-weight: 400;
  font-family: var(--font-default);
}

.section-header h2 span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: #fff;
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}
.scrolled .header {
  --background-color: #000;
  --heading-color: #3c3c3c;
  --nav-color: #3c3c3c;
  --nav-hover-color: #3c3c3c;
}
.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }

  .header .logo img {
    max-height: 42px;
  }
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-default);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 550px;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat
}

.about-item {
  text-align: center;
  position: relative;
}

.about-item h4 {
  font-size: 1.313rem;
  font-family: var(--font-primary);
  padding: 1.5rem 0 0.875rem;
}

.about-item p {
  font-size: 1rem;
}

.about-item .numbering {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: red;
  color: #fff;
  font-family: var(--font-primary);
  text-align: center;
  line-height: 50px;
  font-size: 1.25rem;
  position: absolute;
  bottom: 165px;
  left: 90px;
}

.about-video-item {
  min-width: 300px;
  max-width: 300px;
  margin-left: 110px;
}

.about-video-item-wrapper {
  border-radius: 16px;
  padding-top: 180%;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.about-logo-area {
  position: relative;
}

.about-logo {
  position: absolute;
  top: -280px;
  z-index: 1;
  left: -70px;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .about .about-img {
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center;
    justify-content: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .about-video-item {
    margin-left: 0;
  }

  .about-logo-area {
    position: absolute;
  }

  .about-logo {
    position: relative;
    top: 220px;
    z-index: 1;
    left: -86px;
    width: 80%;
  }

  .about .container .row .col-lg-5,
  .about .container .row .col-lg-7 {
    width: 100%;
    max-width: 100%;
  }

  .col-lg-6.about-item {
    width: 50%;
    max-width: 50%;
  }

  .about-item .numbering {
    left: 115px;
  }
}

@media (max-width: 575px) {
  .about .container > .row {
    padding: 0 10px !important;
  }

  .about-item .numbering {
    left: 110px;
  }

  .about .about-img {
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center;
    justify-content: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .about-video-item {
    min-width: 270px;
    max-width: 270px;
    margin-left: 0;
  }

  .about-logo-area {
    position: absolute;
  }

  .about-logo {
    position: relative;
    top: 200px;
    z-index: 1;
    left: -60px;
    width: 52%;
  }
}

@media (max-width: 390px) {
  .about-item .numbering {
      left: 85px;
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery.section-bg {
  background-color: #a41020;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  background: url(../img/gallery-bg.jpg) top left;
}

.slider {
  width: 100%;
  margin: 2px auto;
  text-align: center;
}

.slider img {
  width: 360px;
  display: block;
  margin: auto;
}

.feature-animation-area {
  display: flex;
  right: 0;
  width: 100%;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .gallery.section-bg {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .gallery.section-bg {
    padding: 50px 0;
  }
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu.section-bg {
  background-color: #fff;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  background: url(../img/menu-bg.jpg) top left;
}

.menu-item {
  text-align: center;
  position: relative;
}

.menu-item .best-img {
  width: 75px;
  position: absolute;
  top: 18px;
  right: 19px;
}

.menu-item h4 {
  font-size: 1.5rem;
  font-family: var(--font-primary);
  color: #000;
  padding: 1rem 0;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .col-lg-3.menu-item {
    width: 50%;
    max-width: 50%;
  }

  .menu-item .best-img {
    top: 28px;
    right: 23px;
  }
}

@media (max-width: 575px) {
  .menu-item .best-img {
    width: 85px;
    right: 36px;
    top: 25px;
  }
}

@media (max-width: 414px) {
  .menu-item .best-img {
    right: 27px;
  }
}

@media (max-width: 390px) {
  .menu-item .best-img {
    right: 21px;
  }
}

/*--------------------------------------------------------------
# store Section
--------------------------------------------------------------*/
.store.section-bg {
  background-color: #000;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  background: url(../img/store-bg.jpg) top left;
}

.store .container-fluid {
  padding: 0;
}

.swiper {
  width: 80%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 82%;
  object-fit: cover;
  border: 4px solid #fff100;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff100;
}

.swiper-button-prev {
  background: url(../img/button-prev.png) center center;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 45%);
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  background: url(../img/button-next.png) center center;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 45%);
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.store-more {
  display: block;
  margin-top: 50px;
}

.btn-more {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--color-primary);
  padding: 12px 30px;
  border-radius: 50px;
}

.btn-more:hover, .btn-more:focus:hover {
    color: #fff;
    background: rgba(206, 18, 18, 0.8);
}


@media screen and (min-width:768px) and (max-width: 1024px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 575px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .btn-more {
    font-size: 16px;
    padding: 12px 40px;
  }
}

/*--------------------------------------------------------------
# franchise Section
--------------------------------------------------------------*/
.franchise.section-bg {
  background-color: #000;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  background: url(../img/franchise-bg.jpg) top left;
}

.franchise ul {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}

.franchise ul li {
  margin-bottom: 40px;
}

.franchise ul li:last-child {
  margin-bottom: 100px;
}

.franchise ul li::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ba142a;
  position: relative;
  left: 230px;
  top: 56px;
}

.franchise ul li:last-child::before {
  display: hidden;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0 solid #fff;
  position: relative;
  left: 230px;
  top: 56px;
}

.franchise-step-no {
  width: 50px;
  height: 50px;
  background: #000;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--font-primary);
  z-index: 1;
}

.franchise-step-title {
  width: 30%;
  height: 70px;
  background: #ba142a;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--font-primary);
  position: relative;
  left: -25px;
}

.franchise-step-content {
  width: 65%;
  height: 70px;
  background: #fff;
  border: 2px solid #ba142a;
  line-height: 70px;
  text-align: left;
  padding: 0 30px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.franchise-step-content img {
  margin-right: 1rem;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .franchise ul li::before {
    left: 155px;
    top: 54px;
  }

  .franchise .container .row .col-lg-4 {
    width: 50%;
    max-width: 50%;
  }

  .franchise-step-title {
    width: 27%;
  }
}

@media (max-width: 575px) {
  .franchise ul li {
    flex-direction: column;
    position: relative;
  }

  .franchise-step-no {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    position: relative;
    top: 45px;
    left: -135px;
  }

  .franchise-step-title {
    width: 90%;
    height: 50px;
    line-height: 53px;
    font-size: 1.125rem;
    left: 0;
  }

  .franchise-step-content {
    width: 90%;
    height: 92px;
    line-height: 21px;
    padding: 20px 12px;
    font-size: 1rem;
  }

  .franchise-step-content img {
    margin-right: 1.5rem;
  }

  .franchise ul li::before {
    left: 0;
    top: 260px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  height: 96vh;
  max-height: 888px;
  padding: 160px 0 60px 0;
  background: url(../img/hero-bg.png) top left;
}

.hero h2 {
  font-size: 3.25rem;
  line-height: 4.125rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  font-family: var(--font-default);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15rem;
  font-size: 1.063rem;
}

.hero-title {
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  background: url(../img/hero-pattern.png) top left;
}

.hero-title .logo-img img {
  max-height: 46px;
  margin-right: 6px;
}

.hero-title .container .row {
  justify-content: space-between;
}

.hero-title-text{
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .hero {
    width: 100%;
    background-size: cover;
    position: relative;
    height: 96vh;
    max-height: 860px;
    padding: 160px 0 60px 0;
    background: url(../img/hero-bg-sm.png) top left;
  }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .container, .container-md, .container-sm {
    max-width: 860px;
  }

  .hero {
    max-height: 750px;
    padding: 70px 0 0 30px;
    background: url(../img/hero-bg-p.png) top left;
    background-repeat: no-repeat;
  }

  .hero .container .row .col-lg-5 {
    text-align: left !important;
    align-items: start !important;
    width: 100%;
    max-width: 100%;
  }

  .hero h2 {
    font-size: 2.825rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }

  .hero-title .container .row .col-lg-5 {
    width: 50% !important;
    max-width: 50% !important;
  }

}

@media (max-width: 575px) {
  .hero {
    min-height: 80vh;
    padding: 0 0 90px 0;
    background: url(../img/hero-bg-m.png) center center;
  }

  .hero h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 28px;
  }

  .section-header h2 {
    font-size: 2rem;
    padding: 0 0 20px 0;
  }

  .section-header p {
    font-size: 1rem;
  }

  .hero-title {
    padding: 28px 0;
    background: url(../img/hero-pattern-m.png) top left;
  }

  .hero-title .container .row .col-lg-5.logo-img {
    text-align: center;
  }

  .hero-title .logo-img img {
    max-height: 42px;
    margin-right: 6px;
  }

  .hero-title-text {
    text-align: center;
    justify-content: center !important;
    padding-top: 10px;
    flex-direction: column;
  }

  .col-lg-4.logo-img {
    text-align: center;
  }

  .hero-title .logo-img img {
    max-height: 34px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hero-title-text {
    font-size: 1.125rem;
  }

  .hero-title-text .ps-2 {
    padding-left: 0 !important;
  }
 }

 @media (max-width: 375px) {
  .hero {
      min-height: 100vh;
      padding: 60px 0 60px 0;
      background: url(../img/hero-bg-ms.png) center center;
  }

  .hero h2 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
  }

  .hero p {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #1f1f24;
  padding: 50px 0;
  color: #fff;
}

.footer .footer-body {
  padding-bottom: 50px;
  font-size: 1.25rem;
  font-weight: 600;
}

.footer .footer-body img {
  width: 65%;
}

.footer .Address {
  color: #fff;
  font-weight: 500;
}

.footer .copyright {
  text-align: left;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .footer .footer-body {
    font-size: 1.125rem;
  }

  .footer .footer-body img {
    width: 70%;
  }

  .footer .footer-body .col-lg-5 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 575px) {
  .footer {
    padding: 50px;
  }

  .footer-title-text {
    text-align: left;
    justify-content: start !important;
    padding-top: 22px;
    font-size: 1.125rem;
    flex-direction: column;
  }

  .footer-title-text .ps-2 {
    padding-left: 0 !important;
  }

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

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

@media (max-width: 375px) {
  .footer {
    padding: 50px 0;
  }
}