@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("fonts/adelia/stylesheet.css");
@import url("fonts/galano/stylesheet.css");

body {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.header-logo {
  display: flex;
  width: 15%;
}

.header-menu {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: flex-end;
}

ul.megamenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-logo>a {
  display: flex;
  width: 100%;
}

.header-logo>a>img {
  width: 100%;
}

.megamenu-wrapper {
  background-color: transparent;
}

.navbar-default {
  background-color: transparent;
}

ul.megamenu>li>a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

ul.megamenu>li>a>strong {
  font-weight: 500 !important;
}

.slider-item {
  position: relative;
}

.slider-item>img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

ul.megamenu>li>a:hover,
ul.megamenu>li.active>a,
ul.megamenu>li.home>a,
ul.megamenu>li:hover>a {
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: none !important;
}

.slider-text>img {
  width: 100%;
}

.slider-text {
  width: 350px;
  height: 150px;
}

.slider-text {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.95s ease-in-out;
}

.slider-blur {
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 160px;
  backdrop-filter: blur(18px);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.95s ease-in-out;
}

.slider-text.active,
.slider-blur.active {
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.fetured-item>img {
  width: 100%;
  padding: 2.5rem;
}

.fetured-item {
  margin: 0 1rem;
  cursor: pointer;
  padding: 1rem;
  text-align: center;
}

.slick-center>img {
  padding: 0;
}

.feeatured-bottom-content .featured-image,
.feeatured-bottom-content .featured-description {
  display: none;
}

.feeatured-bottom-content .featured-image.active,
.feeatured-bottom-content .featured-description.active {
  display: block;
}

.feeatured-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 2rem;
}

.featured-description {
  width: 30%;
  padding: 3rem;
  background-color: #b2c792;
  border-radius: 45px;
}

.featured-description>span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  margin-bottom: 1rem;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.featured-description>p {
  font-size: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.featured-image>img {
  width: 60%;
}

.featured-image {
  background-image: url(/image/catalog/mrsimone/featured-background.png);
  width: 282.5px;
  height: 276px;
  background-size: cover;
  background-repeat: no-repeat;
}

.feeatured-bottom-content .featured-image.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-title,
.home-bottom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 3rem 0;
  position: relative;
  width: 100%;
}

.featured-title>span,
.home-bottom-title>span {
  font-size: 35px;
  color: #223603;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  background-color: #bfd3a0;
  padding: 0 1.5rem;
  position: relative;
  z-index: 99;
}

.featured-title::before,
.home-bottom-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #223603;
  z-index: 9;
}

.featured-title>span>img,
.home-bottom-title>span>img {
  width: 100%;
  position: absolute;
  top: 150%;
  left: 0;
}

.home-wrapper {
  background-image: url(/image/catalog/mrsimone/body-backgorund.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -13rem;
  padding-top: 20rem;
}

.home-bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-top: 5rem;
  position: relative;
}

.home-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}

.home-bottom-image>img {
  width: 100%;
  transform: rotate(180deg) scale(0.4);
  transition: 0.5s ease-in-out;
}

.home-bottom-image>img.active {
  transform: unset;
}

.home-bottom-image-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.home-bottom-image-text>a {
  font-size: 30px;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  color: #223603;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.footer-wrapper {
  display: flex;
  padding: 5rem;
  /* margin: 2rem; */
  border-top: 1px solid #c1cd99;
  background: #c1cd99;
  width: 100%;
  padding-right: 0 !important;
  overflow: hidden;
}

.footer-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  position: relative;
}

.footer-list-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.footer-list-content {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
}

.footer-list-content>a {
  color: #000;
  line-height: 2;
  margin-bottom: 2rem;
}

.footer-list>a>img {
  width: 70%;
}

.footer-list:first-child>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list:not(:last-child) {
  margin-right: 5rem;
}

.menu-banner>img {
  width: 100%;
}

.menu-banner {
  display: flex;
  position: relative;
}

.menu-wrappper {
  background-color: #f4f3f1;
}

.menu-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9;
  backdrop-filter: blur(6px);
  height: 100px;
}

.menu-banner>span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100px;
  color: #b97968;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.menu-banner>span>b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-left: 0.5rem;
}

.menu-content-wrapper {
  background-color: #e0f0b9;
}

.menu-content {
  display: flex;
}

.menu-content:nth-child(2n) {
  flex-direction: row-reverse;
}

.menu-content:nth-child(2n) .menu-text {
  align-items: center;
  text-align: center;
}

.menu-text {
  display: flex;
  flex-direction: column;
  width: 70%;
  justify-content: center;
  padding: 4rem;
  color: #000;
  align-items: center;
  text-align: center;
  color: #b97968;
}

.menu-image {
  display: flex;
  width: 30%;
}

.menu-image>img {
  width: 100%;
}

.menu-text>span {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  display: flex;
  margin-bottom: 3rem;
  color: #b97968;
  border-bottom: 2px solid;
  padding-bottom: 1.5rem;
}

.menu-text>p {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.information-banner>img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.information-banner {
  position: relative;
}

.information-banner>span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  text-transform: uppercase;
  color: #b97968;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.contact-banner>span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  text-transform: uppercase;
  color: #b97968;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.information-background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  width: 100%;
}

.contact-background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  width: 100%;
}

.information-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin-top: 3rem;
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  font-weight: 400;
}

.information-top>span {
  margin-bottom: 2rem;
}

.information-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 3rem;
  position: relative;
  border: 1px solid #aaa;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.information-bottom-title {
  font-size: 25px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -10px;
  z-index: 9;
  background: #fff;
  padding: 0 2rem;
}

.information-bottom>span,
.information-bottom>a {
  display: flex;
  margin: 1rem;
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.information-bottom>span>p {
  margin: 0;
  padding: 0 0.5rem;
  color: #7fc6b0;
  font-weight: 700;
}

.information-bottom>span>b {
  padding: 0 0.5rem;
  font-weight: 400;
  border-bottom: 2px solid #7fc6b0;
}

.information-content {
  padding: 2rem;
}

.information-wrapper {
  background-image: url(/image/catalog/mrsimone/hakkimizda-background.png);
  background-size: contain;
}

.contact-banner>img {
  width: 100%;
}

.contact-content {
  background-image: url(/image/catalog/mrsimone/contact-background.png);
  background-size: cover;
}

.contact-list-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}

.contact-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-list-title {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.contact-list:first-child>ul>li {
  margin-bottom: 3rem;
}

.contact-list>ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.contact-list>ul>li>a {
  color: #000;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.contact-list:nth-child(3)>ul {
  display: flex;
  flex-direction: unset;
}

.contact-list:nth-child(3)>ul>li>a {
  margin: 0 0.5rem;
}

.contact-list:nth-child(3)>ul>li>a>i {
  font-size: 25px;
}

.information-center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.information-center>div {
  width: 50%;
}

.information-center-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-center-image>img {
  width: 65%;
}

.information-center-image>img:last-child {
  margin-top: 5rem;
  margin-left: 2rem;
}

.information-center-text {
  padding-top: 6rem;
  font-size: 17px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}


.content-bottom-wrapper {
  background-image: url(/image/catalog/mrsimone/home-menu-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f4f3f1;
  margin-top: -8rem;
  /* padding-bottom: 5rem; */
}

.home-menu-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.home-menu-wrapper>div {
  width: 50%;
}

.home-menu-image>img {
  width: 60%;
}

.home-menu-content-text>p {
  font-size: 25px;
  margin-top: 2rem;
}

.home-menu-content-text>span {
  font-size: 50px;
  font-weight: 400;
}

.home-menu-content-text {
  line-height: 1.2;
  color: #b97968;
  width: 100%;
  justify-content: center;
}

.home-menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-menu-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-menu-content-btn {
  display: flex;
  width: 100%;
  margin-top: 2rem;
}

.home-menu-content-btn>a {
  display: flex;
  padding: 1rem 0.5rem;
  color: #fff;
  background-color: #26344f;
  width: 130px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.home-social>ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.home-social>ul>li>a>i {
  color: #5d5d5d;
  font-size: 25px;
}

.home-social>ul>li {
  margin-right: 1.5rem;
}

.home-social {
  padding-top: 2rem;
  padding-left: 2rem;
}

.featured-item-image {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: -8rem;
}

.featured-item-image>img {
  width: 100%;
}

.featured-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #9d685b;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 2rem;
}

.featured-item-description {
  color: #9d685b;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.featured-item-bottom {
  height: 240px;
  padding-top: 7rem;
  border-radius: 50px 0 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: 0.2s ease-in-out;
}

.slick-center .featured-item-bottom {
  background-color: rgba(255, 255, 255, 0.8);
}

.featured-item-number {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #26344f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 10px 0;
}

.home-bottom-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: -4rem;
}

.home-bottom-left {
  width: 50%;
}

.home-bottom-right {
  width: 50%;
}

.home-bottom-right-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-bottom-right-image>img {
  width: 70%;
}

.home-bottom-left-text>span {
  font-size: 50px;
  font-weight: 400;
}

.home-bottom-left-text>p {
  font-size: 25px;
  margin-top: 2rem;
}

.home-bottom-left-text {
  line-height: 1.2;
  color: #b97968;
}

.home-bottom-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3rem;
  padding-top: 5rem;
}

.home-bottom-left-btn {
  display: flex;
  width: 100%;
  margin-top: 3rem;
}

.home-bottom-left-btn>a {
  width: 40%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-bottom-left-btn>a:nth-child(1) {
  margin-right: 1rem;
  background-color: #26344f;
  color: #fff;
  font-size: 20px;
}

.home-bottom-left-btn>a:nth-child(2) {
  color: #fff;
  font-size: 20px;
  background-color: #b97968;
}

.menu-content-wrapper {
  background-color: #dcdcda;
  background-image: url(/image/catalog/mrsimone/menu-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-banner {
  position: relative;
}

/* 
.swiper-slide {
  width: 100% !important;
}

.list-swiper>ul {
  list-style-type: none;
  padding: 0;
}

.list-swiper>ul>li:first-child {
  margin-bottom: 2rem;
}

.list-swiper>ul>li>a {
  color: #000;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
} */

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #999;
}

.swiper-button-next:after {
  color: #999;
}

.swiper-button-next,
.swiper-button-prev {
  top: 63% !important;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.gallery-content {
  display: flex;
  margin: 0.5rem;
  width: calc(25% - 1rem);
}

.gallery-content>a>img {
  width: 100%;
}

.header-wrapper {
  position: relative;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #b97968;
}

.featured-slick-prev {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  color: #26344f;
  font-size: 50px;
  z-index: 9;
  left: -30px;
}

.featured-slick-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  color: #26344f;
  font-size: 50px;
  z-index: 9;
  right: -30px;
}

.home-bottom-images {
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  align-items: center;
  justify-content: space-around;
  padding: 2rem;
  background-color: #f4f3f1;
}

.home-bottom-images>img {
  width: 100%;
}

.branch-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.branch-content {
  display: flex;
  margin: 0.5rem;
  width: calc(25% - 1rem);
}

.branch-content>a>img {
  width: 100%;
}

.branch-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
}

.branch-wrapper-title>span {
  font-size: 35px;
  color: #000;
}

.home-bottom-images>a {
  display: flex;
  width: 35%;
}

.home-bottom-images>a>img {
  width: 100%;
}

.menu-qr-wrapper {
  background-image: url(/image/catalog/mrsimone/arka-plan.jpg);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-qr-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu-qr-button>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem;
  margin-bottom: 3rem;
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
  color: #519143;
}

.menu-images {
  display: flex;
  width: 100%;
}

.menu-images>img {
  width: 100%;
}

.menu-popup-wrapper {
  position: fixed;
  top: 53%;
  width: 90%;
  height: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.menu-disabled-popup {
  position: absolute;
  top: -35px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #999;
  color: #000;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-popup-contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 1rem;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-popup-contain-title,
.menu-popup-content {
  z-index: 9;
}

.menu-popup-contain-title>span {
  font-size: 35px;
  font-weight: 600;
}

.menu-popup-content>p {
  font-size: 11px;
  font-weight: 500;
  color: #f0f0f0;
  line-height: 16px;
}

.menu-popup-content>span {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menu-popup-content.first {
  margin-bottom: 0;
}

.menu-popup-contain-title {
  margin-bottom: 2rem;
  font-family: "Galano Grotesque Alt";
}

.menu-popup-content {
  font-family: "Galano Grotesque Alt";
}

.menu-popup-contain-title>b {
  font-family: "adelia";
  font-weight: 500;
  font-size: 18px;
}

.menu-popup-contain-title>p {
  font-size: 15px;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
}

.menu-content-image {
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.menu-content-image>img {
  width: 40%;
}

.menu-popup-content {
  font-family: "Galano Grotesque Alt";
}



@media screen and (min-width: 1600px) {
  .information-center-image>img {
    width: 75%;
  }

  .menu-text>span {
    font-size: 50px;
  }

  .menu-text>p {
    font-size: 25px;
  }

  .home-slider-text>span>b,
  .home-menu-content-text>span,
  .home-bottom-left-text>span {
    font-size: 70px;
  }

  .home-slider-text>span>p,
  .home-menu-content-text>p,
  .home-bottom-left-text>p {
    font-size: 35px;
  }

  .home-bottom-left {
    justify-content: center;
  }

  .home-slider-text {
    display: flex;
    background-image: url(/image/catalog/mrsimone/slider-background.png);
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }

  .home-slider {
    background-image: none;
  }

  .footer-wrapper {
    align-items: center;
  }

  .footer-list>a>img {
    width: 30%;
  }

  .header-logo>a>img {
    width: 80%;
  }

  ul.megamenu>li>a {
    font-size: 25px;
  }

  .menu-wrappper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-container {
    width: 65%;
    background-color: #ededeb;
  }

  .menu-content-wrapper {
    background-size: cover;
  }

  .information-center {
    width: 100%;
    align-items: center;
    margin-top: 5rem;
  }

  .information-center>div {
    width: 100%;
  }

  .information-top {
    font-size: 30px;
  }

  .information-center-text {
    font-size: 25px;
  }

  .contact-list-wrapper {
    padding: 5rem 0;
  }

  .contact-list-wrapper {
    width: 2000px;
  }

  .contact-list>ul>li>a {
    font-size: 22px;
  }

  .contact-list-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1025px) {

  .home-slider-text>span>b,
  .home-menu-content-text>span,
  .home-bottom-left-text>span {
    font-size: 40px;
  }

  .home-slider-text>span>p,
  .home-menu-content-text>p,
  .home-bottom-left-text>p {
    font-size: 20px;
  }

  .information-content-wrapper .container {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-default .navbar-toggle {
    border-color: #aaa;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #223603;
  }

  .megamenu-wrapper {
    background-color: #fff;
  }

  ul.megamenu {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .gallery-content {
    width: calc(33.33% - 1rem);
  }

  .header-menu {
    width: 70%;
  }



  .branch-content {
    display: flex;
    margin: 0.5rem;
    width: calc(33.33% - 1rem);
  }

  .home-bottom-image {
    width: 80%;
  }

  .featured-description {
    width: 50%;
  }

  .information-center {
    flex-direction: column;
  }

  .information-center>div {
    width: 100%;
  }

  .header-logo {
    display: flex;
    width: 30%;
    margin-left: 2rem;
  }

  .contact-background {
    top: 25%;
  }

  .contact-banner>span {
    top: 25%;
  }

  .contact-list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-list {
    margin-bottom: 2rem;
    width: 50%;
  }

  .contact-content {
    background-size: contain;
  }

  .home-slider {
    flex-direction: column;
    /* margin-bottom: 3rem; */
  }

  .home-slider>div {
    width: 100%;
  }

  .home-slider-text {
    align-items: baseline;
    padding-left: 3rem;
    padding-top: 2rem;
  }

  .home-slider-image>a>img {
    width: 70%;
  }

  .home-slider-image>a {
    justify-content: flex-end;
  }

  .home-menu-wrapper {
    flex-direction: column;
    align-items: unset;
  }

  .home-menu-wrapper>div {
    width: 100%;
  }

  .home-menu-image {
    justify-content: unset;
  }

  .home-menu-content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 2rem;
  }

  .home-menu-content-text>p {
    text-align: end;
  }

  .home-menu-content-btn {
    justify-content: flex-end;
    padding-right: 2rem;
  }

  .home-bottom-wrapper {
    flex-direction: column-reverse;
  }

  .home-bottom-right {
    width: 100%;
  }

  .home-bottom-left {
    width: 100%;
  }

  .home-bottom-right-image {
    justify-content: flex-end;
    padding-right: 2rem;
  }

  .home-bottom-left {
    align-items: flex-start;
    padding-left: 2rem;
    padding-top: 0;
    margin-top: 1rem;
  }

  .home-bottom-right-image>img {
    width: 50%;
  }

}

@media screen and (max-width: 553px) {
  .home-bottom-images {
    flex-direction: column;
  }

  .home-bottom-images>a {
    width: 100%;
  }

  .gallery-content {
    width: calc(50% - 1rem);
  }

  .branch-content {
    width: calc(50% - 1rem);
  }

  .home-bottom-image {
    width: 90%;
  }

  .home-bottom-image-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .featured-title>span,
  .home-bottom-title>span {
    font-size: 30px;
    line-height: 1;
  }

  .slider-blur {
    width: 260px;
    height: 135px;
  }

  .slider-text {
    width: 250px;
    height: 125px;
  }

  .footer-list {
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-list>a>img {
    width: 75%;
  }

  .featured-description {
    width: 90%;
    margin-top: 3rem;
  }

  .feeatured-bottom-content {
    flex-direction: column;
  }

  .footer-wrapper {
    background-size: auto;
  }

  .information-bottom>span,
  .information-bottom>a {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .menu-content {
    flex-direction: column;
  }

  .menu-content:nth-child(2n) {
    flex-direction: column;
  }

  .menu-image>img {
    width: 100%;
    padding: 1rem;
    background-color: #f2ffcb;
  }

  .menu-text,
  .menu-image {
    width: 100%;
  }

  .header-logo {
    width: 60%;
  }

  .contact-list-wrapper {
    padding: 1rem;
  }

  .contact-list {
    width: 100%;
  }

  .information-background {
    width: 290px;
  }

  .information-banner>span {
    font-size: 30px;
  }

  .home-slider {
    flex-direction: column-reverse;
  }

  .home-slider-image>a {
    justify-content: center;
  }

  .home-slider-image>a>img {
    width: 100%;
  }

  .home-slider-text>span {
    text-align: center;
    width: 100%;
  }

  .content-bottom-wrapper {
    margin-top: 0;
  }

  .home-menu-image {
    justify-content: center;
  }

  .home-menu-image>img {
    width: 80%;
  }

  .home-menu-content-text {
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .home-menu-content-text>p {
    text-align: center;
  }

  .featured-wrapper {
    margin-top: 2rem;
  }

  .home-bottom-wrapper {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }

  .home-bottom-right-image {
    justify-content: center;
  }

  .home-bottom-right-image>img {
    width: 80%;
  }

  .home-bottom-left {
    align-items: center;
    padding: 0;
    text-align: center;
  }

  .home-bottom-left-btn {
    justify-content: center;
  }

  .home-bottom-left-btn>a {
    width: 50%;
  }

  .menu-qr-wrapper {
    background-size: cover;
  }

  .header-menu {
    width: 40%;
  }

  .navbar-default .navbar-toggle {
    margin-right: 0;
  }

  .header-menu {
    width: 70px;
    justify-content: center;
  }

  .header-logo {
    width: calc(100% - 70px);
    justify-content: flex-start;
    margin-left: 1rem;
  }

  .header-logo>a {
    width: 200px;
  }

  .header-wrapper {
    background-color: #fff !important;
  }

}