body {
  font-family: 'Montserrat', sans-serif;
  color: #221f1f;
}

a {
  text-decoration: none !important;
  color: #CE3A1A;
}

a:hover {
  color: #A68C4A;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

section {
  padding: 80px 0 40px 0;
}
@media (max-width: 991px) {
.section-margin {
    margin: 100px 0;
  }
}
.section-margin {
    margin: 65px 0;
}
.black-btn {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: transparent;
  color: #000;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #000;
}
.black-btn:hover {
  background: #CE3A1A;
  color:#000;
  border: 1px solid #CE3A1A;
  transition: all 0.4s;
}

@media (max-width: 567px) {
  section {
    padding: 40px 0 20px 0;
  }
}

#notification {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  z-index: 1090;
}
#notification .alert {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#notification .alert p {
  margin-bottom: 0;
}
#notification .alert:not(.show) {
  display: none;
}
#notification .alert .show {
  display: block;
}
@media (max-width: 768px) {
  #notification {
    width: 100%;
  }
}
.alert-collapse .alert {
  padding: 0.3rem 1.25rem;
  margin-bottom: 0;
}

#euCookieBanner > div {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px;
  font-size: 16px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.25);
    }

    #preloader:before {
      content: "";
      position: fixed;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      border: 6px solid #CE3A1A;
      border-top-color: #fce0d8;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      -webkit-animation: animate-preloader 0.5s linear infinite;
      animation: animate-preloader 0.5s linear infinite;
    }

    @-webkit-keyframes animate-preloader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes animate-preloader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 14px;
  height: 50px;
  transition: all 0.5s;
  background: #1F0D0B;
  z-index: 996;
  color: #fff;
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar .informations {
  position: absolute;
  left: 12px;
  display: flex;
  flex-direction: row;
}
#topbar i {
  color: #CE3A1A;
  line-height: 0;
}

#topbar i span {
  color: #fff;
  font-style: normal;
}

#topbar .media-icons {
  position: absolute;
  right: 12px;
  display: flex;
  flex-direction: row;
  transition: 0.5s ease;
}

#topbar .media-icons a:not(:last-child) {
  margin-right: 20px;
}

#topbar .media-icons a:hover {
  transform: scale(1.3);
}

#topbar .media-icons i {
  color: #fff;
}

#topbar .media-icons i:hover {
  color: #CE3A1A;
}

#topbar .informations a:hover {
  transform: scale(1.1);
}
@media (max-width: 467px) {
  #topbar .media-icons {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 50px;
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
}
#header.header-scrolled .logo img {
  content: url(../assets/images/logo-of-zara-color.png);
  max-height: 60px;
  margin: 0 30px 0 0;
}
#header.header-scrolled .navbar a {
  color: #CE3A1A;
}
#header.header-scrolled .navbar a:hover {
  color: #221f1f;
}
#header.header-scrolled .navbar .dropdown ul a:hover {
  color: #221f1f;
}
#header.header-scrolled .navbar .nav-link .button-nv {
  border: 1px solid #CE3A1A !important;
}
#header.header-scrolled .navbar .nav-link .button-nv:hover {
  border: 1px solid #CE3A1A !important;
  transition: all 0.5s;
}
#header.header-scrolled .navbar .nav-toggle [class*='bar-'] {
  background:#CE3A1A;
}
@media (max-width:991px) {
  #header.header-scrolled .navbar a:hover {
    color: #221f1f;
  }
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 10px 40px 0 0;
  max-height: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar .nav-link {
  padding: 0.5rem 1rem;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #CE3A1A;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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;
  border-bottom: 1px solid #ededed;
}

.navbar .dropdown ul li:last-child {
  border-bottom: none;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #433f39;
}

.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: #CE3A1A;
}

.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;
}

.button-nv {
  display: block;
  color: #fff;
  padding: 12px 20px !important;
  border: 1px solid #fff;
}

.button-nv:hover {
  background: #CE3A1A;
  border: 1px solid #CE3A1A;
  color: #fff !important;
  transition: all 0.5s;
}

@media (max-width: 992px) {
  .button-nv {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.nav-toggle {
  color: #fff;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .nav-toggle {
    display: block;
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    background: transparent;
    float: right;
    -webkit-transform(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .nav-toggle:focus {
    outline-width: 0;
  }
  
  .nav-toggle [class*='bar-'] {
    background: #fff;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .2s ease all;
            transition: .2s ease all;
    border-radius: 2px;
    height: 1px;
    width: 25px;
    margin: auto;
    margin-bottom: 7px;
    transition: all 400ms linear;
  }
  
  .nav-toggle .bar-bot {
    margin-bottom: 0;
  }
  
  .opened .bar-top {
    top: 8.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .opened .bar-mid {
    opacity: 0;
  }
  .opened .bar-bot {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .opened {
  position: absolute;
  bottom: 93%;
  left: 95%;
}
@media (max-width: 567px) {
  .navbar-mobile .opened {
    position: absolute;
    bottom: 92%;
    left: 91%;
  }
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  width: 75%;
  height: 100%;
  bottom: 15px;
  left: 0;
  padding: 20px 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile li {
  border-bottom: 1px solid #ededed;
}
.navbar-mobile li:last-child {
  border-bottom: none;
}
.navbar-mobile .button-nv {
  border: 1px solid #221f1f;
}
.navbar-mobile .button-nv:hover {
  border: 1px solid #CE3A1A;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 13px;
  color: #221f1f;
  word-wrap: break-word;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #CE3A1A;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  overflow: auto;
}

.navbar-mobile .dropdown ul li {
  min-width: 220px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #CE3A1A;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/* ----------------------------------
# page-banner
------------------------------------*/
.banner {
  height: 50.00vh;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.banner .container {
  position: relative;
  padding: 75px 15px;
}
.banner .container .intro-content {
  padding: 75px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .container .intro-content .intro-title {
color: #fff;
text-transform: uppercase;
font-weight: 800;
font-size: 42px;
line-height: 48px;
margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner .container .intro-content .intro-title {
    font-size: 32px;
}
}
/*---------------------------------------------- 
#hero Owl carousel 
----------------------------------------------*/
hero .item {
  height: 100vh;
  position: relative;
}
#video-background {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
hero .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
hero .item .cover {
  padding: 120px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
hero .item .cover .hero-content {
  position: relative;
  padding: 40px 40px 40px 30px;
  overflow: hidden;
}
hero .item .cover .hero-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 3px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
hero .item .cover .hero-content h4 {
  font-family: 'Montserrat', sans-serif;
  color: #CE3A1A;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 15px;
  margin-bottom: 0px;
}
hero .item .cover .hero-content h2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.15;
    font-family: 'Cormorant', serif;
    text-shadow: 0 0 2px #444;
    margin: 0 0 10px 0;
}
hero .item .cover .hero-content h2 span {
  font-size: 36px;
  font-weight: 300;
}
hero .item .cover .hero-content h5 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 3px!important;
    font-weight: 200;
    margin-bottom: 10px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}
hero .item .cover .hero-content .btn-get-started {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #fff;
}   
hero .item .cover .hero-content .btn-get-started:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  transition: all 0.5s;
}
hero .item .cover .hero-content .btn-bro {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;

}
hero .item .cover .hero-content .btn-bro:hover {
  color: #CE3A1A;
  text-decoration: underline !important;
  transition: all 0.5s;
}
hero .owl-item.active h4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDownBig;
  animation-delay: 0.2s;
}
hero .owl-item.active h2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
hero .owl-item.active h5 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}
hero .owl-item.active .btn-get-started {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
hero .owl-item.active .btn-bro {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.6s;
}
hero .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: 47%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
hero .owl-nav .owl-prev span {
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
}
hero .owl-nav .owl-prev:focus {
  outline: 0;
}
hero .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
hero .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top: 47%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
hero .owl-nav .owl-next span {
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
}
hero .owl-nav .owl-next:focus {
  outline: 0;
}
hero .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
hero:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
hero:hover .owl-next {
  right: 0px;
  opacity: 1;
}
hero .owl-theme .owl-dots {
  position: absolute;
  top: 45%;
  right: 30px;
  margin-top: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
hero .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  margin: 18px 7px;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}
hero .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #CE3A1A;
  border: 2px solid #CE3A1A;
  
}
hero .owl-theme .owl-dots .owl-dot span:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 991px) {
  hero .item .cover .hero-content {
    padding: 40px 40px 40px 12px;
  }
  hero .item .cover .hero-content h2 span {
    font-size: 33px;
    font-weight: 200;
  }
  hero .item .cover .hero-content h5 {
    font-size: 33px;
  }
  hero .owl-theme .owl-dots {
    right: 12px;
  }
}  
@media (max-width: 767px) {
  hero .item .cover .hero-content {
    padding: 40px 40px 40px 0px;
  }
  hero .item .cover .hero-content h2 {
      font-size: 48px;
  }
  hero .item .cover .hero-content h2 span {
    font-size: 26px;
  }
  hero .item .cover .hero-content h5 {
      font-size: 26px;
      letter-spacing: 2px!important;
      line-height: 36px;
}
}
@media (max-width: 567px) {
  hero .item .cover .hero-content h2 span {
    font-size: 20px;
    font-weight: 200;
  }
  hero .item .cover .hero-content h5 {
    font-size: 20px;
    letter-spacing: 1px!important;
    line-height: 24px;
}
}
@media (max-width: 419px) {
  hero .item .cover .hero-content .btn-get-started {
    padding: 12px 15px;
    letter-spacing: 0.02em;
  }
  hero .item .cover .hero-content .btn-bro {
    letter-spacing: 0.13em;
    margin: 12px 15px;
    transition: 0.5s;   
  }

}
@media (max-width: 386px) {
  hero .item .cover .hero-content .btn-get-started {
    padding: 12px 5px;
    letter-spacing: 0.02em;
  }
  hero .item .cover .hero-content .btn-bro {
    letter-spacing: 0.1em;
    margin: 10px auto;
    transition: 0.5s;   
  }

}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  position: relative;
}

.about .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -150px;
}

.about .about-img {
  position: relative;
  transition: 0.5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 4px solid #CE3A1A;
  border-top: 4px solid #CE3A1A;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 4px solid #CE3A1A;
  border-bottom: 4px solid #CE3A1A;
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  margin-top: 0px;
    font-family: 'Cormorant',Arial,serif;
    color: #CE3A1A;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 40px;
}
.about .content .subtittle {
  letter-spacing: 2px;
} 
.about .content .story {
  font-size: 14px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  #onion img {
    position: absolute;
    max-width: 180px;
  }
  .about .content {
    padding-top: 0 !important;
    padding-bottom: 80px;
  }
  .about .content .subtittle {
    max-width: 600px;
  }
  .about .content .story {
    max-width: 600px;
  }
}
@media (max-width: 867px) {
  #onion img {
    position: absolute;
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  #onion img {
    position: absolute;
    max-width: 100px;
  }
  .about .content .subtittle {
    letter-spacing: 1px;
    margin-right: 34px;
  }
}
@media (max-width: 567px) {
  #onion img {
    position: absolute;
    max-width: 60px;
  }
  .about .title-tripadvisor img {
    right: 4px;
    width: 90px;
    max-width: 80%;
    margin-top: -108px;
  }
  .about .content h3 {
    font-size: 32px;
    line-height: 34px;
  }
  .about .content .subtittle {
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 15px;
  }
  .about .content {
    padding-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .about .content h3 {
    max-width: 314px;
  }
}
/* Dine in section ----------- **/
.dine-in {
  background: url("../assets/images/zaras-ottringham9.jpg") fixed center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.dine-in::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.dine-in .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -32px;
}

.dine-in .title-section {
  padding: 40px 0;
}

.dine-in .title-section .title {
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 15px;
  position: relative;
}

.dine-in .content {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.dine-in .content .text-area {
  max-width: 58%;
}

.dine-in .content .text-area h2 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.dine-in .content .text-area p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

.dine-in .content .btn-dine {
  background-color: #fff;
  border: 2px #fff solid;
  text-transform: uppercase;
  color: #221f1f;
  border-radius: 0;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 16px 36px 16px 42px !important;
}

.dine-in .content .btn-dine:hover {
  background-color: #CE3A1A;
  color: #fff;
  border: 2px #CE3A1A solid;
}

@media (max-width: 991px) {
  .dine-in .content .text-area h2 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      letter-spacing: 1.2px;
  }

  .dine-in .content .text-area {
      max-width: 70%;
  }
}

@media (max-width: 767px) {
  .dine-in .content .text-area {
      max-width: 100%;
  }
}

@media (max-width: 567px) {
  .dine-in .title-tripadvisor img {
      right: 4px;
      width: 90px;
      max-width: 80%;
      margin-top: -20px;
  }

  .dine-in .content .text-area h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: 1.1px;
  }

  .dine-in .content .text-area p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
  }
  .dine-in .content .btn-dine {
    padding: 12px 15px !important;
    letter-spacing: 0.02em;
}
}

/*---------------------------------
# Award secton
----------------------------------*/
#award {
  padding: 50px 0;
}
#award .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -82px;
}
#award .contents {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
}

#award .contents .award-photo {
  background: url("../assets/images/certificate-tripadvisor22.jpg")center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 50%;
  height: 700px;
  top: 0;
  left: 0;
  float: right;
  align-items: center;
}

#award .contents .award-texts {
  margin-left: -125px;
  padding: 54px;
  padding-right: 8px;
  background: rgba(255, 255, 255, 1.2);
  z-index: 667;
}

#award .contents .award-texts h4 {
  margin-top: 0px;
  font-family: 'Cormorant', Arial, serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 30px;
  line-height: 30px;
}

#award .contents .award-texts p {
  line-height: 25px;
  letter-spacing: .39px;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#award .contents .award-texts .black-btn {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: transparent;
  color: #000;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #221f1f;
}

#award .contents .award-texts .black-btn:hover {
  background: #CE3A1A;
  color: #fff;
  border: 1px solid #CE3A1A;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  #award .contents .award-texts {
      margin-left: -70px;
      padding: 36px 4px 36px 36px;
      background: rgba(255, 255, 255, 0.9);
      z-index: 667;
  }

  #award .contents .award-texts p {
      line-height: 24px;
      letter-spacing: .39px;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #award .contents {
      display: block;
      margin-top: 50px;
  }

  #award .contents .award-photo {
      width: 70%;
      height: 540px;
      float: none;
  }

  #award .contents .award-texts {
      padding-top: 54px;
      padding-bottom: 4px;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-right: auto;
      margin-left: auto;
  }

  #award .contents .award-texts p {
      line-height: 25px;
      letter-spacing: .39px;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 40px;
  }
}
@media (max-width: 567px) {
  #award .title-tripadvisor img {
    right: 4px;
    width: 90px;
    max-width: 80%;
    margin-top: -64px;
  }
  #award .contents .award-photo {
    width: 80%;
    height: 500px;
}
}

/*----------------------------------
# Offer Section
-----------------------------------*/
#offer {
  background-image: linear-gradient(white, #CE3A1A);
}
#offer .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -102px;
}
#offer .content {
  padding: 35px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#offer .content .fb-discount {
  padding: 75px 30px;
  width: 50%;
  top: 0;
  left: 0;
  float: right;
  align-items: center;
}
#offer .content .fb-discount h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 0 2px #fff;
  margin: 0 0 10px 0;
  text-align: right;
}
#offer .content .fb-discount h2 sup {
  font-size: 50px;
}
#offer .content .fb-discount h2 span {
  font-family: 'Cormorant', serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 0 2px #fff;
  margin: 0 0 10px 0;
  text-align: right;
}
#offer .content .line {
  border-left: 3px solid #221f1f;
  height: 240px;
  left: 50%;
  margin: 0 10px;
  top: 0;
}
#offer .content .discount-details {
  padding: 0 30px;
  width: 50%;
}
#offer .content .discount-details h3 {
  font-weight: 500;
  font-family: 'Cormorant',Arial,serif;
}
#offer .content .discount-details h3 span {
  font-weight: 800;
  font-family: 'Montserrat',sans-serif;
}
#offer .content .discount-details h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
#offer .content .discount-details p {
  font-size: 13px;
}
#offer .content .discount-details .btn-discount {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: transparent;
  color: #000;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #fff;
}   
#offer .content .discount-details .btn-discount:hover {
  border-color: #fff;
  background: #fff;
  color: #CE3A1A;
  transition: all 0.5s;
}
@media (max-width: 567px) {
  #offer .title-tripadvisor img {
      right: 4px;
      width: 90px;
      max-width: 80%;
      margin-top: -64px;
  }
  #offer .content {
    padding: 30px 0;
  }  
  #offer .content .fb-discount {
    padding: 75px 10px;
  }  
  #offer .content .discount-details {
    padding: 75px 10px;
  }
  #offer .content .fb-discount h2 {
    font-size: 58px;
    line-height: 1.0;
  }
  #offer .content .fb-discount h2 sup {
    font-size: 40px;
  }
  #offer .content .fb-discount h2 span {
    font-size: 48px;
  }
  #offer .content .line {
  border-left: 2px solid #221f1f;
  height: 294px;
  }
  #offer .content .discount-details h3 span {
    font-weight: 700;
    font-size: 18px;
  }
  #offer .content .discount-details h5 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  #offer .content .discount-details .btn-discount {
    padding: 10px 20px;
    letter-spacing: 0.02em;
  }
}

/*--------------------------
# Delivery Section
--------------------------- */
#delivery {
  padding: 75px 0;
}
#onion img {
  position: absolute;
  top: 0px;
  right: 0px;
}
#delivery .content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
}
#delivery .content h4 {
  font-weight: 300;
  letter-spacing: 1px;
}
#delivery .content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #CE3A1A;
}
#delivery .content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
#delivery .content .btn-delivery {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  display: inline-block;
  transition: 0.5s;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
#delivery .content .btn-delivery:hover {
  color:#CE3A1A;
  text-decoration: underline !important;
  transition: all 0.5s;
}

@media (max-width: 567px) {
  #delivery .content h2 {
    font-size: 36px;
  }
  #delivery .content p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  background: url("../assets/images/zaras-ottringham1.jpg") fixed center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
}
.testimonials .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -106px;
}
.testimonials .title-text {
  margin-bottom: 70px;
}
.testimonials .title-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}
.testimonials .title-text p {
  color: #7e7570;
  font-weight: 500;
}  
.testimonials .title-text p strong {
  color: #7e7570;
  font-weight: 700;
  font-size: 24px;
}
.carousel-inner {
  height: 280px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.testimonials .testimonial-item .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: #eee;
  letter-spacing: 1px;
}

.testimonials .carousel-indicators {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  border-top: 0;
  border-bottom: 0;
}

.testimonials .carousel-indicators .btn-ind {
  border-top: 0;
  border-bottom: 0;
  height: 8px;
  width: 8px;
  margin-right: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ffffff;
  opacity: 1;
  position: relative;
  margin: 0 11px!important;
  display: inline-block;
  border-radius: 100%;
}
.testimonials .carousel-indicators .btn-ind::before {
  content: '';
  border: 1px solid #CE3A1A;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.testimonials .carousel-indicators .btn-ind:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.testimonials .carousel-indicators .btn-ind.active {
  background-color: #CE3A1A;
}
.testimonials .carousel-indicators .btn-ind.active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .testimonials .title-tripadvisor img {
    margin-top: -108px;
  }
  .testimonials .title-text {
    margin-top: 24px;
  }
}
@media (max-width: 567px) {
  .testimonials .title-tripadvisor img {
    right: 4px;
    width: 90px;
    max-width: 80%;
    margin-top: -62px;
  }
  .testimonials .title-text h2 {
    font-size: 30px;
    font-weight: 700;
  }
}
/*----------------------
# Photo Gallery
------------------------*/
.gallery .section-title {
  align-items: center;
  padding-bottom: 40px;
}
.gallery .section-title h2 {
  text-align: center;
  font-family: 'Cormorant',Arial,serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 30px;
  line-height: 30px;
}
.gallery .gallery-item {
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.gallery .gallery-item img {
  border: 4px solid rgba(255, 255, 255, 0.3);
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .glightbox-clean .gnext {
    top: 45%;
    right: 20px;
  }
  .glightbox-clean .gprev {
    top: 45%;
    left: 20px;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0,0,0,.32);
  }
}

@media (max-width: 567px) {
  .gallery .section-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .gallery .section-title {
    padding-bottom: 10px;
  }  
  .glightbox-clean .gnext {
    top: 45%;
    right: 15px;
  }
  .glightbox-clean .gprev {
    top: 45%;
    left: 15px;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0,0,0,.32);
  }
}
/*-----------------------------------
Contact Us
--------------------------------*/
.contact-tittle h3 {
    margin-top: 0px;
    font-family: 'Cormorant',Arial,serif;
    color: #CE3A1A;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 40px;
}
.contact-tittle p {
  letter-spacing: 2px;
}

@media (max-width: 567px) {
  .contact-tittle h3 {
    font-size: 32px;
    line-height: 34px;
  }
  .contact-tittle p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 15px;
  }
}

@media (max-width: 400px) {
  .contact-tittle h3 {
    max-width: 314px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1F0D0B;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #1F0D0B;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 30px 0 30px 0;
}
#footer .gift-voucher {
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 2.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
}
#footer .gift-voucher .gift-heading.got-home {
  top: 0px;
  color: #CE3A1A;
}
#footer .gift-voucher .gift-heading {
  position: relative;
  top: -1px;
  margin-top: 0px;
  margin-right: 0.8em;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
#footer .gift-voucher .gift-description {
  position: relative;
  margin-right: 2em;
  line-height: 1;
}
#footer .gift-voucher .underline-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
#footer .gift-voucher .underline-link:hover {
  color:#CE3A1A;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .gift-voucher .w-inline-block {
    max-width: 100%;
    display: inline-block;
}
#footer .gift-voucher .buy-text {
  padding-bottom: 8px;
  border-bottom: 2px solid #CE3A1A;
  font-size: 14px;
  letter-spacing: 1.1px;
}
#footer-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -60px;
}
#footer .footer-top .col-4{
  line-height: 24px;
}
@media (max-width: 991px) {
  #footer .gift-voucher {
    padding: 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-top .gift-voucher .gift-heading {
    top: 0px;
    margin-right: 0em;
    margin-bottom: 8px;
    font-size: 24px;
  }
  #footer .gift-voucher .gift-description {
    margin-right: 0em;
    margin-bottom: 16px;
    font-size: 16px;
  }
  #footer .gift-voucher .underline-link {
    font-size: 14px;
  }
  #footer-tripadvisor img {
    right: 12px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  #footer .footer-top .col-4{
    width: 100% !important;
    margin: 10px;
    line-height: 24px;
  }
  #footer .gift-voucher .gift-heading {
    margin-bottom: 16px;
  }
  #footer .gift-voucher .gift-description {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
  }
  #footer-tripadvisor img {
    width: 110px;
  }
}
#footer .footer-top .container.footer-container {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: none;
    padding: 4em;
}
@media (max-width: 991px) {
  #footer .footer-top .container.footer-container {
  padding: 40px 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer .footer-top .footer-navigations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 15px 0;
}
#footer .footer-top .footer-navigations a {
  color: #fff !important;
}
#footer .footer-top .footer-navigations a:hover {
  color: #CE3A1A !important;
}
#footer .footer-top .footer-navigations li:last-child {
  margin-right: 20px;
  margin-left: 20px;
}
#footer .footer-top .footer-navigations li:not(:last-child) {
  margin-right: 20px;
  margin-left: 20px;
}
#footer .footer-top .location {
  color: #fff !important;
}
#footer .footer-top .location:hover {
  color: #CE3A1A !important;
}
#footer .footer-top .location i {
  color: #fff !important;
}
#footer .footer-top .location i:hover {
  color: #CE3A1A !important;
}
#footer .footer-top .phone a {
  color: #fff !important;
}
#footer .footer-top .phone a:hover {
  color: #CE3A1A !important;
}
#footer .footer-top .phone i {
  color: #fff !important;
}
#footer .footer-top .phone i:hover {
  color: #CE3A1A !important;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info .logo {
  font-family: 'Cormorant', serif;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
#footer .footer-top .footer-info .subtittle {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #CE3A1A;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #CE3A1A;
  font-size: 14px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
#footer .footer-top .footer-links ul a:hover {
  color: #CE3A1A;
}
#footer .copyright {
  text-align: center;
  padding: 10px;
}
#footer .copyright a {
  color: #fff !important;
}
#footer .copyright a:hover {
  color: #CE3A1A !important;
}