/* **********************************************************
Theme Name:         Nail Design - HomePage
Author: the         Saeed A. Khokhar
Description:        Theme for ENKHO
Version:            v 1.2.2
*********************************************************** */

/* ***************** COLORS **********************************
1.                  #dc8e6b
2.                  #f4d3c5
3.                  #553324
4.                  rgba(220,142,107,0.3)
font-family: var(--theme-font2);
*********************************************************** */

/* -------------------------
# General
------------------------- */

html, body {
  overflow-x: hidden;
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

body {
  font-family: 'Prata', serif;
  --theme-font1: 'Roboto', sans-serif;
  --theme-font2: 'Raleway', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.75em;
  font-weight: 400;
}

a, a:focus, a:hover, a:active, input, input:focus, button, button:focus {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

a {
  color: #aaaaaa;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

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

p {
  font-family: 'Roboto', serif;
  margin: 0 0 15px;
  font-size: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Prata', serif;
  line-height: 1;
  margin-top: 0px;
}

input[type=submit]:active, input[type=submit]:focus {
  box-shadow: none;
  outline: none;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  -webkit-user-drag: none;
  -user-drag: none;
}

ol {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

input {
  outline: none;
}

input:hover, input:focus {
  outline: none;
}

button {
  outline: none;
}

button:hover, button:focus {
  outline: none;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  outline: none;
}

::-moz-selection {
  color: #ffffff;
  background-color: #dc8e6b;
}

::selection {
  color: #ffffff;
  background-color: #dc8e6b;
}

/* CONTAINER */

/* MARGIN */

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

/* MARGIN TOP BOTTOM */

.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.my120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.my140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.my150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.my160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.my170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.my180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.my190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.my200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

/* PADDING */

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt125 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pt175 {
  padding-top: 175px;
}

.pt200 {
  padding-top: 200px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb125 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb175 {
  padding-bottom: 175px;
}

.pb200 {
  padding-bottom: 200px;
}

/* PADDING TOP BoTTOM */

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py125 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

/* COLORS */

.pbar-bg-green {
  background-color: #5cb85c;
}

.pbar-bg-blue {
  background-color: #5bc0de;
}

.pbar-bg-dblue {
  background-color: #337ab7;
}

.pbar-bg-yellow {
  background-color: #f0ad4e;
}

.pbar-bg-red {
  background-color: #d9534f;
}

/* -------------------------
# BUTTONS bloggs-btn
------------------------- */

.bloggs-btn {
  background: #fff;
  color: #553324;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 24px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-color: #dc8e6b;
  text-decoration: none;
  margin: 5px;
}

.bloggs-btn:hover {
  background: #dc8e6b;
  color: #fff;
  border-color: #dc8e6b;
}

.bloggs-btn-sm {
  font-size: 13px;
  padding: 15px 25px 12px 25px;
}

.bloggs-btn-md {
  font-size: 13px;
  padding: 20px 40px 18px;
}

.bloggs-btn-xl {
  padding: 30px 40px;
}

.bloggs-btn-style {
  background: #dc8e6b;
  color: #fff;
}

.bloggs-btn-style:hover {
  background: #fff;
  color: #dc8e6b;
}

.button-rounded {
  border-radius: 50px;
}

.rm-btn {
  border: 2px solid transparent;
  border-color: transparent;
  border-color: rgba(197,27,104,0.1);
}

.rm-btn:hover {
  border-color: transparent;
  background: rgba(197,27,104,0.15);
  color: #553324;
}

/* -------------------------
# Section Title
------------------------- */

.section-title {
  margin-bottom: 1px;
}

.section-title h2 {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 5px;
  position: relative;
  color: #553324;
  text-transform: uppercase;
  text-align: center;
}

.section-title h2::before {
  content: '';
  display: block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  background-color: #dc8e6b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title h2:after {
  content: '';
  display: block;
  vertical-align: bottom;
  width: 100px;
  height: 2px;
  margin-bottom: 9px;
  margin-top: 20px;
  background-color: #dc8e6b;
  margin-left: auto;
  margin-right: auto;
}

.section-title p {
  margin-top: -20px;
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------
# Blockquote
------------------------- */

.blog-details-page blockquote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 30px 0;
  background: #553324;
  border-left: 5px solid #dc8e6b;
}

.blog-details-page blockquote p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

/* -------------------------
# Blockquote
------------------------- */

.wp-block-quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 30px 0;
  background: #553324;
  border-left: 5px solid #dc8e6b;
}

.wp-block-quote p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.page-list-style cite {
  font-size: 12px;
  font-style: italic;
  color: #999999;
}

/* -------------------------
# List Style
------------------------- */

.page-details .page-list-style {
  margin-top: 10px;
}

.page-details .page-list-style ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.page-details .page-list-style li {
  margin-bottom: 5px;
  counter-increment: my-awesome-counter;
  position: relative;
  font-weight: 500;
}

.page-details .page-list-style li:last-child {
  margin-bottom: 0;
}

.page-details .page-list-style li:before {
  color: #dc8e6b;
  top: 2px;
  margin-right: 6px;
  line-height: 25px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
}

/* -------------------------
# Top-Bar
------------------------- */

#topbar {
  background: #dc8e6b;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info a {
    font-style: normal;
    color: rgb(255 255 255);
    text-decoration: none;
    font-size: 17px;
    font-weight: bolder;
}

#topbar .contact-info a i, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info a i {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
  margin-right: 9px;
}

#topbar .contact-info a:hover {
  color: #fff;
  text-decoration: none;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/* HEADER */

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 100px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 100px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #553324;
}

#header .logo a span {
  color: #dc8e6b;
}

#header .logo img {
  max-height: 85px;
}

.scrolled-offset {
  margin-top: 70px;
}

/* NAVBAR DESKTOP */

.navbar.navbar-light {
  padding: 0;
}

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

.navbar.navbar-light li {
  position: relative;
}

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

.navbar.navbar-light a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #553324;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
}

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

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

.navbar.navbar-light a:hover, .navbar.navbar-light li:hover > a {
  color: #dc8e6b;
}

.navbar.navbar-light .dropdown ul, .navbar.navbar-light .menu-item-has-children 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;
}

.navbar.navbar-light .dropdown ul li, .navbar.navbar-light .menu-item-has-children ul li {
  min-width: 200px;
}

.navbar.navbar-light ul li.dropdown > a:after, .navbar.navbar-light ul li.menu-item-has-children > a:after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 12px;
}

.navbar.navbar-light ul li.dropdown .dropdown > a:after, .navbar.navbar-light ul li.menu-item-has-children .menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}

.navbar.navbar-light ul li.dropdown > .dropdown > a:after, .navbar.navbar-light ul li.menu-item-has-children > .menu-item-has-children > a:after {
  display: none:;
}

.navbar.navbar-light .dropdown ul a, .navbar.navbar-light .menu-item-has-children ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar.navbar-light .dropdown ul a:after, .navbar.navbar-light .menu-item-has-children ul a:after {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar.navbar-light .dropdown ul a i, .navbar.navbar-light .menu-item-has-children ul a i {
  font-size: 12px;
}

.navbar.navbar-light .dropdown ul a:hover, .navbar.navbar-light .dropdown ul .active:hover, .navbar.navbar-light .dropdown ul li:hover > a, .navbar.navbar-light .menu-item-has-children ul a:hover, .navbar.navbar-light .menu-item-has-children ul .active:hover, .navbar.navbar-light .menu-item-has-children ul li:hover > a {
  color: #dc8e6b;
}

.navbar.navbar-light .dropdown:hover > ul, .navbar.navbar-light .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar.navbar-light .dropdown .dropdown ul, .navbar.navbar-light .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar.navbar-light .dropdown .dropdown:hover > ul, .navbar.navbar-light .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar.navbar-light .dropdown .dropdown ul, .navbar.navbar-light .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }
}

@media (max-width: 1366px) {
  .navbar.navbar-light .dropdown .dropdown:hover > ul, .navbar.navbar-light .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
}

/* NAVBAR MOBILE */

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    margin-top: 0px;
    margin-right: 20px;
    background: #dc8e6b;
    padding: 10px;
}

.mobile-nav-toggle.fa-times {
  color: #fff;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .logo img {
    max-height: 60px!important;
  }
    
    .location-area {
        display: inline-grid;
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 10px 10px;
        /* text-align: center; */
    }  

    
    #banner .carousel-item{
        height: 160px!important;
    }
}

@media (max-width: 991px) {
  .navbar.navbar-light ul {
    display: none;
  }
}

.navbar-mobile.navbar-light {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #553324;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile.navbar-light .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile.navbar-light ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile.navbar-light a {
  padding: 10px 20px;
  font-size: 15px;
  color: #553324;
}

.navbar-mobile.navbar-light > ul > li {
  padding: 0;
}

.navbar-mobile.navbar-light a:hover:before, .navbar-mobile.navbar-light li:hover > a:before, .navbar-mobile.navbar-light .active:before {
  visibility: hidden;
}

.navbar-mobile.navbar-light a:hover, .navbar-mobile.navbar-light .active, .navbar-mobile.navbar-light li:hover > a {
  color: #dc8e6b;
}

.navbar-mobile.navbar-light .getstarted {
  margin: 15px;
}

.navbar-mobile.navbar-light .dropdown ul, .navbar-mobile.navbar-light .menu-item-has-children 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);
}

.navbar-mobile.navbar-light .dropdown ul li, .navbar-mobile.navbar-light .menu-item-has-children ul li {
  min-width: 200px;
}

.navbar-mobile.navbar-light .dropdown ul a, .navbar-mobile.navbar-light .menu-item-has-children ul a {
  padding: 10px 20px;
}

.navbar-mobile.navbar-light .dropdown ul a i, .navbar-mobile.navbar-light .menu-item-has-children ul a i {
  font-size: 12px;
}

.navbar-mobile.navbar-light .dropdown ul a:hover, .navbar-mobile.navbar-light .dropdown ul .active:hover, .navbar-mobile.navbar-light .dropdown ul li:hover > a, .navbar-mobile.navbar-light .menu-item-has-children ul a:hover, .navbar-mobile.navbar-light .menu-item-has-children ul .active:hover, .navbar-mobile.navbar-light .menu-item-has-children ul li:hover > a {
  color: #dc8e6b;
}

.navbar-mobile.navbar-light .dropdown > .dropdown-active, .navbar-mobile.navbar-light .menu-item-has-children > .menu-item-has-children-active {
  display: block;
}

/* -------------------------
# HERO Slider
------------------------- */

#banner {
  width: 100%;
  height: auto;
}

#banner .carousel-item {
  position: relative;
  height: 580px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#banner .carousel-item .s-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.carousel-caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 44%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-caption h6 {
  animation-delay: 0.4s;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 10px;
  text-shadow: 1px 1px rgba(0,0,0,0.4);
}

.carousel-caption h2 {
  text-transform: uppercase;
  animation-delay: 0.8s;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 14px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0,0,0,0.4);
}

.carousel-caption p {
  animation-delay: 1.0s;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin: 0 0 25px;
  text-shadow: 1px 1px rgba(0,0,0,0.4);
}

.carousel-caption a {
  animation-delay: 1.2s;
}

.hero-text {
  width: 100%;
  float: left;
  height: auto;
  max-width: 540px;
  padding: 0 34px;
}

.carousel-indicators {
  width: 14px;
  margin: 0;
  left: auto;
  right: 15px;
  top: 50%;
  bottom: auto;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-indicators .btn {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #dc8e6b !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.carousel-indicators .btn.active {
  background: #dc8e6b;
}

@media (max-width:767px) {
  .carousel-caption {
    top: 38%;
  }
}

@media (max-width:767px) {
  .carousel-indicators {
    display: none;
  }
}

@media (max-width:767px) {
  .carousel-caption h6 {
    text-align: center;
  }
}

@media (max-width:767px) {
  .carousel-caption h2 {
    text-align: center;
    font-size: 30px;
  }
}

@media (max-width:767px) {
  .carousel-caption p {
    text-align: center;
  }
}

@media (max-width:767px) {
  .slider-btn {
    text-align: center;
  }
}

/* -------------------------
# Services
------------------------- */

.unser-services {
  padding: 80px 0 100px 0;
}

.services {
  position: relative;
}

.services::after {
  position: absolute;
  content: "";
  left: 0;
  top: -19px;
  height: 20px;
  width: 80%;
  z-index: 9;
}

.services::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -19px;
  height: 20px;
  width: 80%;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .services {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .services::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .services::before {
    display: none;
  }
}

.services .services-box {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 30px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  margin-bottom: 25px;
}

.services .services-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #dc8e6b;
}

.services .services-box .services-icon {
  margin-bottom: 15px;
  color: #dc8e6b;
}

.services .services-box .services-icon i {
  font-size: 38px;
}

.services .services-box .services-info h3 a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 600;
  color: #553324;
}

.services .services-box .services-info p {
  font-size: 14px;
  height: 60px;
}

/* -------------------------
# single-services
------------------------- */

.single-services {
}

.service-inn-head h2{
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
}

.side-services{
    border: 2px solid #dc8e6b99;
    padding: 20px;
    border-radius: 9px;
}

.service-details-menu li {
  margin-bottom: 10px;
}

.service-details-menu li a {
    background-color: rgb(219 141 107);
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 15px;
    /* text-align: center; */
    color: #ffffff;
}

.service-details-menu li a:hover {
  color: #fff;
}

.service-details-menu li a.active {
  background: #dc8e6b;
  color: #ffffff;
}

.service-details-menu li:last-child {
  margin-bottom: 0;
}

.service-details-content {
  padding: 15px;
  background-color: rgba(0,0,0,0.02);
}

.service-details-content h3 {
  padding: 15px 0;
  text-align: center;
}

.service-details-content p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-content .service-details-image {
    margin-top: 30px;
  }
}

.service-details-content-inner h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.service-details-image {
/*  max-width: 300px;*/
/*  float: left;*/
  margin: 0 15px 15px 0;
}

.sidebar-tabs {
  margin-bottom: 30px;
}

/* -------------------------
# Call to Action
------------------------- */

.call-action {
  background: #edf7fe;
  padding: 80px 0;
}

.call-action .cta-content h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-content p {
  margin-bottom: 30px;
}

/* -------------------------
# MAP Google
------------------------- */

.map-section {
  background-color: rgba(197,27,104,0.03);
  padding-bottom: 110px;
  padding-top: 80px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-section {
    padding-bottom: 70px;
  }
}

@media (max-width:767px) {
  .map-section {
    padding-bottom: 60px;
  }
}

.map-section .mapouter {
  padding: 10px 10px 2px 10px;
  background-color: rgba(197,27,104,0.03);
}

.map-section .mapouter iframe {
  height: 450px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-section .mapouter iframe {
    height: 400px;
  }
}

@media (max-width:767px) {
  .map-section .mapouter iframe {
    height: 300px;
  }
}

/* -------------------------
# Brands
------------------------- */

.brands {
  background-color: #fff;
}

.brands .owl-carousel {
  margin: 30px 0;
}

.brands .brand-logo {
  opacity: .7;
  text-align: center;
  max-width: 160px;
  padding: 15px 10px 4px 10px;
  border-radius: 5px;
}

.brands .brand-logo:hover {
  opacity: 1;
  background-color: #f5f5f5;
}

.brands .brand-logo h6 {
  color: #888888;
  font-size: 11px;
  margin-top: 12px;
  text-transform: uppercase;
}

.brands .brand-logo h6:hover {
  color: #dc8e6b;
}

.brands img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.brands img:hover {
  -webkit-filter: none;
  filter: none;
}

.brands .owl-carousel .owl-nav button.owl-next, .brands .owl-carousel .owl-nav button.owl-prev, .brands .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  display: none;
}

.brands .owl-carousel.owl-drag .owl-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* -------------------------
# ABOUT
------------------------- */

.about {
  padding: 80px 0 100px 0;
}

.about img {
  width: 100%;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .about .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width:1400px) {
  .about .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about .content {
    margin-top: 60px;
  }
}

@media (max-width:767px) {
  .about .content {
    margin-top: 50px;
  }
}

.about .content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about .content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width:767px) {
  .about .content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
}

.about .content p {
  font-size: 16px;
  margin-top: 25px;
}

.about .content .list .single-list {
  position: relative;
  padding-left: 42px;
  margin-top: 40px;
  display: inline-block;
  width: 49%;
}

@media (max-width: 576px) {
  .about .content .list .single-list {
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about .content .list .single-list {
    width: 49%;
  }
}

.about .content .list .single-list .list-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #dc8e6b;
  font-size: 11px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #dc8e6b;
  color: #fff;
}

.about .content .list .single-list:hover .list-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.about .content .list .single-list h4 {
  color: #553324;
  font-size: 15px;
  margin-bottom: 10px;
}

.about .content .list .single-list p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

/* -------------------------
# SOCIAL ICONS
------------------------- */

.about1-follow-section {
  margin-top: 34px;
}

.about1-follow-section h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.about1-follow-section .social-media ul {
  text-align: center;
}

.about1-follow-section .social-media ul li {
  display: inline-block;
  margin: 5px;
}

.about1-follow-section .social-media ul li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #dc8e6b;
  border: 1px solid #dc8e6b;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

.about1-follow-section .social-media ul li a:hover {
  background: #dc8e6b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #dc8e6b;
  color: #ffffff;
}

/* -------------------------
# team
------------------------- */


.location-area{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
    text-align: center;
}

.location-area a{
    font-weight: 700;
    background: #dc8e6b;
    color: #fff;
    padding: 8px 7px;
    border-radius: 10px;
}

.team {
  padding: 0px 0 100px 0;
}

.team-box {
  position: relative;
  background-color: rgba(220,142,107,0.1);
  margin-bottom: 25px;
}

.team-box .team-social-icons {
  background-color: #dc8e6b;
  top: 0px;
  left: 0px;
  position: relative;
  z-index: 1;
  padding: 15px;
}

.team-box .team-content {
  position: relative;
}

.team-box .team-bottom {
  padding: 15px;
  text-align: center;
}

.team-box .team-bottom h4 {
  margin: 0px 0px 5px 0px;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-box .team-bottom h4 a {
  color: #553324;
  text-decoration: none;
}

.team-box .team-bottom h4 a:hover {
  color: #dc8e6b;
}

.team-bottom p {
  margin-bottom: 0px;
}

.team-box:hover .team-image {
  position: relative;
}

.team-box:hover .team-image:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  border-left: 2px solid #dc8e6b;
  border-top: 2px solid #dc8e6b;
  border-right: 2px solid #dc8e6b;
}

.team-box .team-social-icons {
  text-align: center;
}

.team-box .team-social-icons ul {
  list-style: none;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.team-box .team-social-icons ul li {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.team-box .team-social-icons ul li a {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  border-radius: 30px;
}

.team-box .team-social-icons ul li a:hover {
  background-color: #553324;
  color: #fff;
}

/* SINGLE TEAM */

.single-team {
  padding: 80px 0 100px 0;
}

.single-team .team-content-area {
}

/* LIST-STYLE */

.single-team .team-content-area ul {
  list-style: none;
  font-size: 15px;
  background-color: rgba(197,27,104,0.03);
  padding: 20px;
  margin-bottom: 15px;
  display: grid!important;
}

.single-team .team-content-area ul li {
  margin-bottom: 5px;
  counter-increment: my-awesome-counter;
  position: relative;
  font-weight: 500;
}

.single-team .team-content-area ul li:last-child {
  margin-bottom: 0;
}

.single-team .team-content-area ul li:before {
  color: #dc8e6b;
  top: 2px;
  margin-right: 6px;
  line-height: 25px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
}

.single-team .team-content-area ul li a {
  color: #553324;
}

.single-team .team-content-area ul li a:hover {
  color: #dc8e6b;
}

/* -------------------------
# Blockquote
------------------------- */

.single-team .team-content-area blockquote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 30px 0;
  background: #553324;
  border-left: 5px solid #dc8e6b;
}

.single-team .team-content-area blockquote p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

/* -------------------------
# testimonial
------------------------- */

.testimonial {
  color: #553324;
  margin: 80px 0 100px;
}

.testimonial .people {
  /*padding: 50px 0 20px;*/
}

.testimonial .people .item {
  margin-bottom: 32px;
}

@media (min-width:768px) {
  .testimonial .people .item {
    height: 220px;
  }
}

.testimonial .people .item .box {
  padding: 30px;
  background-color: rgba(220,142,107,0.1);
  position: relative;
}

.testimonial .people .item .box:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonial .people .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonial .people .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonial .people .item .title {
  font-size: 13px;
  color: #9da9ae;
  height: 80px;
}

.testimonial .people .item .description {
  font-size: 15px;
  margin-bottom: 0;
  height: 80px;
}

.testimonial .people .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

/* -------------------------
# Pricing
------------------------- */

.pricing {
  background-color: rgba(220,142,107,0.1);
  position: relative;
  padding: 80px 0 100px 0;
}

.pricing .pricing_shape_2 {
  height: 140px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  background-position: center;
}

.pricing .pricing-list .pricing-box {
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 25px 15px;
  text-align: center!important;
  margin-bottom: 30px;
}

.package-box{
    border: 1px solid #d98c6a;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pricing .pricing-list .pricing-box h3 {
    font-size: 28px;
    line-height: 51px;
    color: #dc8e6b;
    margin-bottom: 0px;
}

.pricing .pricing-list .pricing-box h3 sup {
  margin-top: -20px;
}

.pricing .pricing-list .pricing-box blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(220,142,107,0.3);
  padding: 15px 35px;
}

.pricing .pricing-list .pricing-box blockquote span {
  font-size: 28px;
  line-height: 32px;
  position: relative;
}

.pricing .pricing-list .pricing-box blockquote span::before {
  content: '';
  height: 30px;
  width: 1px;
  right: -20px;
  background: #586794;
  bottom: 0;
  position: absolute;
}

.pricing .pricing-list .pricing-box blockquote p {
  font-size: 16px;
  line-height: 20px;
  color: #1f152d;
  margin: 0;
}

.pricing .pricing-list .pricing-box h4 {
    font-size: 24px;
    /* line-height: 32px; */
    margin-top: 5PX;
    background: #dc8e6b;
    color: #fff;
    padding: 4px 0px;
}

.pricing .pricing-list .pricing-box p {
    font-size: 14PX;
    line-height: 32PX;
    margin-top: 2PX;
    color: #111;
    font-weight: 500;
}

.pricing .pricing-list .pricing-box:hover {
  border: 1px solid #dc8e6b;
}

.regular-price{
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 600;
    color: #1111118c;
}

.sale-price{
    color: #111;
    font-weight: 600;
    font-size: 21px;
}

.discount{
    background: #11111185;
    color: #fff;
    font-size: 12px;
    padding: 2px 2px;
}

.pricing .pricing-list .pricing-box ul {
  padding-left: 0;
  list-style: none;
}

.pricing .pricing-list .pricing-box ul li {
  padding: 12px 0px;
  border-bottom: 1px dashed rgba(197,27,104,0.20);
}

.pricing .pricing-list .pricing-box ul li:last-child {
  border-bottom: 0;
}

.pricing .pricing-list .pricing-box ul li.no-active:before {
  margin-right: 8px;
  color: #999999;
  font-size: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f3a5";
}

.pricing-list .pricing-box .price-btn {
  font-family: 'Rubik', sans-serif;
  background: #fff;
  border: medium none;
  color: #586794;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 32px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 50px;
}

.pricing .pricing-list .pricing-box .price-btn {
  border: 1px solid #DDDDDD;
  color: #1f152d;
  margin-top: 25px;
}

.pricing .pricing-list .pricing-box:hover .price-btn {
  color: #fff;
  border: 1px solid #dc8e6b;
  background: #dc8e6b;
}

/* -------------------------
# BLOGS blogs-box
------------------------- */

.blogs .blogs-grid .blogs-box {
  outline: none;
  margin-bottom: 30px;
  background-color: rgba(197,27,104,0.02);
    box-shadow: 0px 0px 10px -4px;
    padding: 11px;
    height: 865px;
}

.blogs .blogs-grid .blogs-box .blog-image img {
  width: 100%;
  border-radius: 7px;
}

.blogs .blogs-grid .blogs-box .blog-content {
  padding: 0 10px 10px 10px;
}

.blogs .blogs-grid .blogs-box .blog-content h5 a {
  font-size: 26px;
  line-height: 35px;
  margin-top: 18px;
  color: #333333;
  display: block;
  text-decoration: none;
}

.blogs .blogs-grid .blogs-box .blog-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #987c89;
  margin-bottom: 15px;
    text-align: justify;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #dc8e6b;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta .post-author i {
  margin-right: 10px;
  color: #dc8e6b;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta .post-author h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta .post-date i {
  margin-right: 10px;
  color: #dc8e6b;
}

.blogs .blogs-grid .blogs-box .blog-content .post-meta .post-date h5 {
  margin: 0;
  font-size: 16px;
}

.blogs {
  margin: 100px 0;
}

/* blogs-buttons */

.blogs-theme-buttons {
  height: 140px;
  background-color: rgba(255,149,127,0.03);
  margin-bottom: 25px;
}

.blogs-theme-buttons .code {
  margin-bottom: 15px;
  opacity: .5;
}

/* SIDEBAR WIDGETS */

.blogs .sidebar-widget-area {
  border: 1px solid #DDDDDD;
  padding: 30px;
  margin-bottom: 40px;
}

.blogs .sidebar-widget-area h3.widget-title {
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.blogs .sidebar-widget-area h3.widget-title:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #dc8e6b;
  bottom: -4px;
  left: 0;
}

/* SEARCH */

.blogs .sidebar-widget-area form.post-search {
  position: relative;
}

.blogs .sidebar-widget-area form.post-search .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.blogs .sidebar-widget-area form.post-search input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 24px;
  background: #dc8e6b;
  position: absolute;
  border: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 9px;
  outline: none;
}

.blogs .sidebar-widget-area form.post-search input.search {
  display: block;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}

/* latest post widgets */

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 25px;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item:last-child {
  border: none;
  padding-bottom: 0px;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-image {
  margin-right: 10px;
  width: 30%;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-content {
  width: 70%;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item p span {
  color: #dc8e6b;
  margin-right: 5px;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item h3 a {
  color: #553324;
  text-decoration: none;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item h3 a:hover {
  color: #dc8e6b;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-content p {
  font-size: 13px;
  line-height: 27px;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-content p i {
  margin-right: 8px;
  color: #777;
}

.blogs .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-content p a {
  color: #553324;
}

/* categories */

.blogs .sidebar-widget-area .categories ul {
  padding-left: 0;
  list-style: none;
}

.blogs .sidebar-widget-area .categories ul li {
  margin: 12px 0px;
}

.blogs .sidebar-widget-area .categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blogs .sidebar-widget-area .categories ul li a {
  color: #553324;
  text-decoration: none;
}

.blogs .sidebar-widget-area .categories ul li a span {
  font-size: 16px;
}

.blogs .sidebar-widget-area .categories ul li a i {
  top: 1.7px;
  position: relative;
}

.blogs .sidebar-widget-area .categories ul li a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #dc8e6b;
}

/* archive */

.blogs .sidebar-widget-area .archive ul {
  padding-left: 0;
  list-style: none;
}

.blogs .sidebar-widget-area .archive ul li {
  margin: 12px 0px;
}

.blogs .sidebar-widget-area .archive ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 8px;
  font-size: 13px;
  color: #dc8e6b;
}

.blogs .sidebar-widget-area .archive ul li a {
  color: #553324;
  text-decoration: none;
}

.blogs .sidebar-widget-area .archive ul li a span {
  font-size: 16px;
}

.blogs .sidebar-widget-area .archive ul li a i {
  top: 1.7px;
  position: relative;
  color: #dc8e6b;
  margin-right: 5px;
}

.blogs .sidebar-widget-area .archive ul li a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #dc8e6b;
}

/* gallery */

.blogs .sidebar-widget-area .gallery .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blogs .sidebar-widget-area .gallery .image a {
  padding: 5px;
}

/* meta */

.blogs .sidebar-widget-area .meta ul {
  padding-left: 0;
  list-style: none;
}

.blogs .sidebar-widget-area .meta ul li {
  margin: 12px 0px;
}

.blogs .sidebar-widget-area .meta ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blogs .sidebar-widget-area .meta ul li a {
  color: #553324;
  text-decoration: none;
}

.blogs .sidebar-widget-area .meta ul li a span {
  font-size: 16px;
}

.blogs .sidebar-widget-area .meta ul li a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #dc8e6b;
}

/* blockquote */

.blog-details-page blockquote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 30px 0;
  background: #553324;
  border-left: 5px solid #dc8e6b;
}

.blog-details-page blockquote p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
}

/* post-info */

.blog-details-page .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}

.blog-details-page .post-info .related-tag span {
  font-size: 16px;
  line-height: 30px;
  color: #553324;
  margin-right: 8px;
}

.blog-details-page .post-info .related-tag a {
  font-size: 14px;
  line-height: 30px;
  color: #553324;
  margin-right: 10px;
}

.blog-details-page .post-info .related-tag a:hover {
  color: #dc8e6b;
}

.blog-details-page .post-info .share-option span {
  font-size: 16px;
  line-height: 30px;
  color: #553324;
  margin-right: 8px;
}

.blog-details-page .post-info .share-option a {
  margin-right: 10px;
  color: #553324;
}

.blog-details-page .post-info .share-option a i {
  font-size: 20px;
}

.blog-details-page .post-info .share-option a:hover {
  color: #dc8e6b;
}

/* comment-list */

.blog-details-page .comment-area .comment-title h3 {
  font-size: 26px;
  line-height: 51px;
}

.blog-details-page .comment-area .comment-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 360px) {
  .blog-details-page .comment-area .comment-list, .blog-details-page .post-info {
    display: flex!important;
    display: inline!important;
  }
}

.blog-details-page .comment-area .comment-list .author-imge {
  margin-right: 15px;
}

.blog-details-page .comment-area .comment-list .author-imge img {
  border-radius: 50%;
  max-height: 100px;
  max-width: 100px;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-title h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

@media (max-width: 360px) {
  .blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-title h5 {
    line-height: 30px;
  }
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-title span {
  font-size: 14px;
  line-height: 15px;
  color: #999999;
  display: block;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-reply a {
  color: #dc8e6b;
  font-size: 16px;
  line-height: 19px;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-reply a i {
  margin-right: 5px;
}

.blog-details-page .comment-area .comment-list .author-comment p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  color: #553324;
  margin-bottom: 10px;
}

.blog-details-page .comment-area .middle-comment {
  margin-left: 70px;
}

.blog-details-page .comment-form-area h4 {
  font-size: 26px;
  line-height: 51px;
}

.blog-details-page .comment-form-area .form-group {
  margin-bottom: 30px;
}

.blog-details-page .comment-form-area .form-group .form-control {
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  color: #553324;
  background: #f9f9ff;
}

.blog-details-page .comment-form-area .form-group .form-control:focus {
  background: rgba(197,27,104,0.03);
  border-color: #dc8e6b;
}

.blog-details-page .comment-form-area .contac-form-btn {
  background: #dc8e6b;
  color: #fff;
}

.blog-details-page .comment-form-area .contac-form-btn:hover {
  background: #fff;
  color: #553324;
}

.blogs .blogs-details .blogs-single-post {
  margin-bottom: 40px;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image {
  position: relative;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image .video-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blogs .blogs-details .blogs-single-post .blogs-post-image .video-wrapper .video_watch .video_play {
  font-size: 16px;
  color: #fff;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image .video-wrapper .video_watch .video_play span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image .video-wrapper .video_watch .video_play span i {
  color: #dc8e6b;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image .video-wrapper .video_watch .video_play span svg {
  color: #dc8e6b;
}

.blogs .blogs-details .blogs-single-post .blogs-post-image .video-wrapper .video_watch .video_play span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: video-ripple 1500ms ease-out infinite;
  animation: video-ripple 1500ms ease-out infinite;
  left: 0;
  top: 0;
  z-index: -1;
}

.blogs .blogs-details .blogs-single-post .post-title h3 {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 30px;
  line-height: 34px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blogs .blogs-details .blogs-single-post .post-title h3 a {
  color: #333;
  text-decoration: none;
}

.blogs .blogs-details .blogs-single-post .post-title h3 a:hover {
  color: #dc8e6b;
}

.blogs .blogs-details .blogs-single-post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-author {
  margin-right: 45px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-author a {
  color: #553324;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-author a i {
  color: #dc8e6b;
  margin-right: 10px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-author a svg {
  color: #dc8e6b;
  margin-right: 10px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-author a span {
  color: #dc8e6b;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-date {
  margin-right: 45px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-date a {
  color: #553324;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-date a i {
  color: #dc8e6b;
  margin-right: 10px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-date a svg {
  color: #dc8e6b;
  margin-right: 10px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-comments a {
  color: #553324;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-comments a i {
  color: #dc8e6b;
  margin-right: 10px;
}

.blogs .blogs-details .blogs-single-post .post-meta .post-comments a svg {
  color: #dc8e6b;
  margin-right: 10px;
}

.blogs .blogs-details .blogs-single-post .post-content {
  margin-bottom: 20px;
}

.blogs .blogs-details .blogs-single-post .post-content p {
  font-size: 16px;
  line-height: 28px;
}

/* -------------------------
# blog-details-page LIST STYLE
------------------------- */

.blog-details-page ul {
  list-style: none;
  font-size: 15px;
  background-color: rgba(197,27,104,0.03);
  padding: 20px;
  margin-bottom: 15px;
  display: grid!important;
}

.blog-details-page ul li {
  margin-bottom: 5px;
  counter-increment: my-awesome-counter;
  position: relative;
  font-weight: 500;
}

.blog-details-page ul li:last-child {
  margin-bottom: 0;
}

.blog-details-page ul li:before {
  color: #dc8e6b;
  top: 2px;
  margin-right: 6px;
  line-height: 25px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
}

.blog-details-page ul li a {
  color: #553324;
}

.blog-details-page ul li a:hover {
  color: #dc8e6b;
}

/* -------------------------
# pagination-area
------------------------- */

.pagination-area {
  display: flex!important;
  justify-content: center!important;
}

.pagination-area .page-item.active .page-link {
  background-color: #dc8e6b;
  border-color: #DDDDDD;
  color: #fff;
}

.pagination-area .page-item {
  margin-right: 10px;
}

.pagination-area .page-link {
  color: #553324;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #DDDDDD;
  margin: 5px;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
}

.pagination-area .page-link:hover {
  background-color: #dc8e6b;
  color: #fff;
}

/* -------------------------
# galleries
------------------------- */

.galleries {
  padding: 80px 0 100px 0;
}

.galleries .gallery-box {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 30px;
  border-radius: 5px;
  overflow: hidden;
}

.galleries .gallery-box a {
  display: block;
  position: relative;
}

.galleries .gallery-box a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #dc8e6b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.galleries .gallery-box:hover a::before {
  opacity: 0.9;
  visibility: visible;
}

.galleries .gallery-box a img {
  height: 280px;
  object-fit: cover;
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .galleries .gallery-box a img {
    height: 280px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .galleries .gallery-box a img {
    height: 240px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .galleries .gallery-box a img {
    height: 194px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .galleries .gallery-box a img {
    height: 144px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .galleries .gallery-box a img {
    height: 170px;
  }
}

@media (max-width:575px) {
  .galleries .gallery-box a img {
    height: 220px;
  }
}

.gallery-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.galleries .gallery-box img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.galleries .gallery-box:hover .gallery-content {
  opacity: 1;
  visibility: visible;
}

.galleries .gallery-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-content h3 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}

.gallery-content p {
  color: #fff;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}

.gallery-content i {
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}

.galleries .gallery-box:hover p, .galleries .gallery-box:hover h3, .galleries .gallery-box:hover i {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------
# gallery-single
------------------------- */

.gallery-single {
  padding: 80px 0 100px 0;
}

.gallery-single .gallery-single-box {
  position: relative;
  margin-bottom: 25px;
}

.gallery-single .gallery-single-box img {
  width: 100%;
  max-height: 204px;
  object-fit: cover;
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .gallery-single .gallery-single-box img {
    max-height: 260px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .gallery-single .gallery-single-box img {
    max-height: 250px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .gallery-single .gallery-single-box img {
    max-height: 200px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .gallery-single .gallery-single-box img {
    max-height: 150px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .gallery-single .gallery-single-box img {
    max-height: 170px;
  }
}

@media (max-width: 360px) {
  .gallery-single .gallery-single-box img {
    max-height: 100%;
  }
}

.gallery-single .gallery-single-box .gallery-single-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.gallery-single .gallery-single-box .gallery-single-overlay a {
  color: #fff;
  font-size: 34px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.gallery-single .gallery-single-box:hover .gallery-single-overlay {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

/* -------------------------
# Angebote
------------------------- */

.angebote {
  background-color: #3e132c;
  padding: 60px 0 60px 0;
}

.angebote .box-image-1 {
  margin-bottom: 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.angebote .box-image-1 .media-img {
  margin-bottom: 20px;
  width: 70px;
  margin-right: 15px;
}

.angebote .box-image-1 .media-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 70px;
  height: 70px;
  border: 2px solid #c66d6d;
}

.angebote .box-image-1 .body-content h4 {
  color: #c66d6d;
  font-size: 18px;
}

/* -------------------------
# top-offer-box
------------------------- */

.top-offer {
  padding: 60px 0 60px 0;
}

.top-offer-box {
  margin-bottom: 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-offer-box .offer-img {
  margin-bottom: 20px;
  width: 100px;
  margin-right: 15px;
}

.top-offer-box .offer-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  border: 2px solid #dc8e6b;
  padding: 5px;
}

.top-offer-box .offer-content h3 {
  color: #dc8e6b;
  margin-top: 0;
}

/* -------------------------
# CONTACT
------------------------- */

.contact-form {
  padding: 100px 0;
}

.contact-form .form-title {
  text-align: center;
  font-size: 55px;
  line-height: 63px;
  margin-bottom: 20px;
}

.contact-form form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form form .form-group .icon-case {
  float: left;
  background-color: rgba(197,27,104,0.1);
  height: 70px;
  position: relative;
  text-align: center;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 5px;
  color: #dc8e6b;
}

.contact-form form .form-group .icon-case svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
}

.contact-form form .form-group .icon-case i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
}

.contact-form form .form-group input {
  border: 1px solid #FFEEEB;
  background-color: rgba(197,27,104,0.1);
  margin-bottom: 15px;
  width: 100%;
  height: 70px;
  float: left;
  outline: none;
}

.contact-form form .form-group .form-select {
  background-color: rgba(197,27,104,0.1);
  margin-bottom: 15px;
  width: 100%;
  height: 70px;
  float: left;
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.contact-form textarea {
  width: 100%;
  height: 170px;
  padding: 25px 20px;
  outline: none;
  border: 0;
  background-color: rgba(197,27,104,0.1);
  z-index: 1;
}

.contact-form .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background-color: rgba(197,27,104,0.1);
}

/* Google Map */

.map-section {
  background-color: #f9f9f9;
  padding-bottom: 110px;
  padding-top: 80px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-section {
    padding-bottom: 70px;
  }
}

@media (max-width:767px) {
  .map-section {
    padding-bottom: 60px;
  }
}

.map-section .mapouter {
  padding: 10px 10px 2px 10px;
  background-color: #fff;
}

.map-section .mapouter iframe {
  height: 450px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-section .mapouter iframe {
    height: 400px;
  }
}

@media (max-width:767px) {
  .map-section .mapouter iframe {
    height: 300px;
  }
}

/* -------------------------
# CONTACT BOX
------------------------- */

.contact-box {
  width: 100%;
  float: left;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 40px 15px 30px;
  margin: 0 0 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(197,27,104,0.03);
}

.contact-box:hover {
  border-color: #dc8e6b;
}

.contact-box i {
  font-size: 30px;
  color: #dc8e6b;
  margin: 0 0 20px;
}

.contact-box p {
  color: #888888;
}

.contact-box p a {
  color: inherit;
}

.contact-box p a:hover {
  color: #dc8e6b;
}

/* -------------------------
# counter
------------------------- */

.counter {
  padding: 110px 0 70px 0;
  background-color: #dc8e6b !important;
}

.counter .counter-box {
  margin-bottom: 40px;
}

.counter .counter-box .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 13px;
}

.counter .counter-box {
  text-align: center;
  color: #fff;
}

.counter .counter-box .counter-content h2, .counter .counter-box .counter-content span {
  margin: 0;
  font-size: 4.286em;
  font-weight: 100;
  line-height: 1;
  color: #553324;
  z-index: 1;
}

.counter .counter-box h5 {
  margin: 0;
  font-size: 1.857em;
  font-weight: 700;
  text-transform: capitalize;
  color: #553324;
  position: inherit;
}

.counter .counter-box {
  position: relative;
}

.counter .counter-box i {
  position: absolute;
  top: 15%;
  left: 0;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 9em;
  line-height: 1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .counter .counter-box i {
    font-size: 6em;
    top: 34%;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .counter .counter-box i {
    font-size: 5.6em;
    top: 40%;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .counter .counter-box i {
    font-size: 5em;
    top: 50%;
  }
}

@media (max-width:575px) {
  .counter .counter-box i {
    font-size: 4em;
    top: 67%;
  }
}

/* -------------------------
# Footer
------------------------- */

#footer {
}

.contact-footer p{
    font-size: 17px;
}

#footer .footer-top {
  background-color: #edf7fe;
  padding: 80px 0 30px;
  color: #fff;
  background-color: #111;
}

#footer .logo img {
  max-width: 200px;
  max-height: 80px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
/*  opacity: .7;*/
}

#footer .widget {
  margin-bottom: 34px;
}

#footer .widget h3 {
  font-size: 28px;
  font-weight: 500;
  color: #ffbb9d;
  margin-bottom: 30px;
  position: relative;
}

#footer .widget h3::before {
  position: absolute;
  left: 0;
  text-align: center;
  width: 25%;
  height: 2px;
  content: "";
  bottom: -8px;
  margin: auto;
  background: rgba(220,142,107,0.3);
}

#footer .widget .menu ul {
  padding-left: 0;
  list-style: none;
}

#footer .widget .menu ul li {
  padding-bottom: 21px;
  transition: all 0.4s;
  font-size: 16px;
  text-transform: uppercase;
}

#footer .widget .menu ul li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
  transition: all 0.4s;
}

#footer .widget .menu ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 8px;
  font-size: 13px;
  color: rgba(220,142,107,0.6);
}

#footer .widget .menu ul li a {
  color: #fff;
  text-decoration: none;
}

#footer .widget .menu ul li a:hover {
  color: #dc8e6b;
}

#footer .widget .contact-footer ul {
  padding-left: 0;
  list-style: none;
}

#footer .widget .contact-footer ul li {
  padding: 3px 0;
  margin-bottom: 5px;
}

#footer .widget .contact-footer ul li strong {
  float: left;
  color: #dc8e6b;
}

#footer .widget .contact-footer ul li span {
  margin-left: 80px;
  display: block;
  color: #f4d3c5;
}

#footer .widget .contact-footer ul li span a {
  color: #f4d3c5;
  text-decoration: none;
}

#footer .widget .contact-footer ul li span a:hover {
  color: #dc8e6b;
}

#footer .instagram-footer {
}

#footer .instagram-footer ul {
  padding-left: 0;
  list-style: none;
}

#footer .instagram-footer ul li {
  display: block;
  width: 50%;
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
}

#footer .instagram-footer ul li a img {
  width: 100%;
}

#footer .footer-social {
  float: right!important;
  margin-top: 10px;
}

@media (max-width: 576px) {
  #footer .footer-social {
    float: none!important;
    text-align: center;
  }
}

#footer .footer-social ul {
  padding-left: 0;
  list-style: none;
}

#footer .footer-social ul li {
  display: inline-block;
  margin-left: 7px;
}

#footer .footer-social ul li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #dc8e6b;
  border: 1px solid #dc8e6b;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

#footer .footer-social ul li a:hover {
  background: #dc8e6b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #dc8e6b;
  color: #111;
}

#footer .footer-bottom {
  background-color: #dc8e6b;
  padding: 0px 0 0px;
  border-top: 1px dotted rgba(220,142,107,0.6);
  color: #fff;
}

#footer .footer-bottom .copyright {
}

#footer .footer-bottom .copyright p {
  margin-bottom: 0px;
  line-height: 56px;
  font-size: 14px;
  color: #fff;
}

#footer .footer-bottom .copyright p a {
  color: #fff;
  text-decoration: none;
    opacity: 1
}

#footer .footer-bottom .copyright p a:hover {
  color: #111;
}

#footer .widget .opening-times ul {
  padding-left: 0;
  list-style: none;
}

#footer .widget .opening-times ul li {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px dashed rgba(220,142,107,0.6);
  padding-top: 5px;
  color: #dc8e6b;
  text-transform: uppercase;
}

#footer .widget .opening-times ul li:last-child {
  border-bottom: 0;
}

#footer .widget .opening-times ul li span {
  float: right !important;
  font-weight: 400;
  color: #fff;
  text-transform: initial;
}

/* -------------------------
# back-to-top
------------------------- */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 90px;
  z-index: 996;
  background: #dc8e6b;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #553324;
  color: #fff;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

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

/* -------------------------
# Preloader
------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(21,21,21,0.9);
}

#preloader:before {
  background-image: url(../img/preloader.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #dc8e6b;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.stage {
/*  min-height: 100vh;*/
  display: grid;
  place-items: center;
  padding: clamp(1.2rem, 5vw, 3rem);
}

/*.faq { width: min(680px, 100%); }*/

.faq__head { text-align: center; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 .6rem;
}
.faq__head h1 {
  margin: 0 0 .6rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.lede { margin: 0; color: var(--muted); }

.accordion { display: flex; flex-direction: column; gap: .75rem; }

.item {
  border: 5px solid #11111100;
  border-radius: 16px;
  background: var(--panel);
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease;
}
.item:hover { border-color: rgb(220 142 107); }
.item.is-open { background: var(--panel-2); border-color: rgb(220 142 107); }

.item h2 { margin: 0; }

.trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  background: #dc8e6b;
  border: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(.98rem, 2vw, 1.08rem);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.trigger:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
  border-radius: 14px;
}

.chev {
  flex: none;
  width: 22px;
  height: 2px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .35s cubic-bezier(.7,0,.2,1);
    background: #111;
}
.item.is-open .chev { transform: rotate(180deg); }

/* grid-template-rows animates the reveal without touching height/padding */
.panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .38s cubic-bezier(.7,0,.2,1);
}
.item.is-open .panel { grid-template-rows: 1fr; }

.panel__inner {
  overflow: hidden;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 400;
  padding: 0 1.25rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .3s ease, transform .3s ease;
}
.item.is-open .panel__inner {
  padding: 11px 1.25rem 15px;
  opacity: 1;
  transform: translateY(0);
}
