:root {
  --text-color: #000;
  --border-color: rgba(0, 0, 0, 0.1);
  --brightness: 100;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  padding: 20px 0;
  z-index: 1049;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--text-color);
}
@media screen and (min-width: 1200px) {
  .main-header {
    padding: 25px 0;
  }
} 
.home .main-header.header-fixed .mobile-hamberger .head-search{
    filter: invert(1);
}

body:not(.home) .main-header .mobile-hamberger .head-search{
    filter: invert(1);
}
.main-header .logo {
  width: 100%;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .main-header .logo {
    max-width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .main-header .logo {
    max-width: 209px;
  }
}
.main-header .logo-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main-header .logo-link figure {
  position: relative;
  padding-bottom: 25%;
  margin: 0;
}
.main-header .logo-link figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-header.home-header {
  --text-color: #fff;
  --border-color: rgba(256, 256, 256, 0.1);
  --brightness: 100;
  color: #Fff;
  background-color: transparent;
  color: var(--text-color);
}
.main-header.home-header .logo-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.main-header.home-header.header-fixed {
  --text-color: #000;
  --border-color: rgba(0, 0, 0, 0.1);
  --brightness: 0;
}
.main-header.home-header.header-fixed .logo-white {
  opacity: 0;
}
.main-header.home-header.header-fixed .logo-black {
  opacity: 1;
}
.main-header.home-header.header-fixed .headuser-panel ul li img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.main-header .main-nav > ul > li > a {
  color: var(--text-color);
}
@media (hover: hover) {
  .main-header .main-nav > ul > li > a:hover {
    color: #F2B681;
  }
}
.main-header.not-home-header {
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.main-header.not-home-header .headuser-panel ul li img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.main-header .container {
  position: relative;
}
@media screen and (min-width: 575.98px) {
  .main-header .container {
    max-width: 95%;
  }
}
@media screen and (min-width: 1599.98px) {
  .main-header .container {
    max-width: 1730px;
    width: 90%;
  }
}
.main-header .mobile.scroll {
  display: none !important;
}
.main-header .desk-home {
  display: none !important;
}
.main-header.home-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .main-header.home-header .desktop {
    display: none !important;
  }
  .main-header.home-header .desktop.desk-home {
    display: block !important;
  }
}
.main-header.header-fixed {
  background: #ffffff !important;
}
@media screen and (min-width: 1200px) {
  .main-header.header-fixed {
    padding: 20px 0;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 27, 59, 0.06);
            box-shadow: 0px 0px 6px 3px rgba(0, 27, 59, 0.06);
  }
  .main-header.header-fixed .desktop {
    display: none !important;
  }
  .main-header.header-fixed .desktop.desk-home {
    display: block !important;
  }
}
/*.main-header.header-fixed .head-search {*/
/*  -webkit-filter: invert(1);*/
/*          filter: invert(1);*/
/*}*/
@media screen and (max-width: 1199.98px) {
  .main-header .headuser-panel ul {
    margin-right: 40px;
    margin-top: -2px;
  }

}
.main-header .headuser-panel ul li a {
  margin: 0 15px;
  display: block;
  position: relative;
}
.main-header .headuser-panel ul li a img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media screen and (min-width: 1200px) {
  .main-header .headuser-panel ul li a img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
@media screen and (max-width: 1199.98px) {
  .main-header .headuser-panel ul li a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .main-header .headuser-panel ul li a {
    margin: 0 15px;
  }
}

.menu-logo {
  max-width: 40%;
}

.btn {
  background: #000;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #000;
  font-size: 16px;
}
@media screen and (max-width: 1199.98px) {
  .btn {
    padding: 7px 25px;
    font-size: 14px;
  }
}
.btn:hover {
  color: #fff;
}
.btn.two {
  background: #fff;
  color: #000;
}
.btn.two:hover {
  color: #000;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
  .desk-hide {
    display: none;
  }
  .open-expand .main-nav,
  .open-expand .headuser-panel {
    opacity: 1;
  }
  .main-nav {
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li {
    padding: 0 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }
  .main-nav > ul > li > a.active:before {
    width: 100%;
  }
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a:before {
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 11.25rem;
    left: -40px;
    display: none;
    list-style: none;
    border: 1px solid rgba(199, 199, 199, 0.2705882353);
  }
  .main-nav > ul > li ul li {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
  }
  .main-nav > ul > li ul li:hover {
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background: #F5FBFD;
  }
  .main-nav > ul > li ul li:hover:after {
    background: #007bff;
  }
  .main-nav > ul > li ul li a {
    color: #212529;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 11.25rem;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: black;
    text-decoration: none;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "";
    /* font-family: "deafult-icons"; */
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0.75rem;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #007bff;
    font-size: 0.625rem;
    background: transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mob-btn {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .mobile-menu {
    padding: 20px;
    background: #fff;
    min-height: 100dvh;
    height: 100%;
    overflow: auto;
    top: 0;
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: -100%;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 9;
  }
  .mobile-menu .top-menu .head {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
  }
  .mobile-menu .top-menu .head:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 27, 59, 0.2);
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mobile-menu .menu-links {
    padding: 40px 0;
  }
  .mobile-menu .menu-links ul {
    padding-left: 0;
    padding-bottom: 0;
  }
  .mobile-menu .menu-links ul li {
    margin-bottom: 20px;
  }
  /*==== Menu ====*/
}
@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .mobile-menu .menu-links ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .mobile-menu .menu-links ul li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu .menu-links ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
  }
  .mobile-menu .menu-links ul li.active a {
    color: #F2B681;
  }
  .mobile-menu .menu-links .btn-primary {
    display: block;
    border-radius: 0;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
  }
  .mobile-menu .menu-social path {
    fill: #000;
  }
  .mobile-menu .menu-social .social-links {
    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;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    overflow-x: hidden;
    width: 100%;
  }
  .mobile-menu .menu-social .social-links a {
    margin: 0 25px;
  }
  .mobile-menu .menu-social .social-links:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 27, 59, 0.2);
    width: 100%;
    height: 1px;
    top: 0;
    right: 0;
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu .menu-links {
    position: relative;
  }
  .mobile-menu .menu-links ul {
    margin-bottom: 0;
  }
  .mobile-menu .menu-links ul li {
    overflow: hidden;
  }
  .mobile-menu .menu-links ul li a {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .show-menu .main-header:after {
    left: 0;
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .show-menu .mobile-menu .top-menu .head:after {
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 1199.98px) {
  .show-menu .mobile-menu .menu-social {
    margin-top: auto;
  }
}
@media screen and (max-width: 1199.98px) {
    
     body:not(.home) .main-wrapper{
        margin-top: 110px !important;
    }

  .show-menu .mobile-menu .menu-social .social-links {
    opacity: 1;
  }
  .show-menu .mobile-menu .menu-social .social-links:after {
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  .show-menu .mobile-menu .menu-links ul li a {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(2) a {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(3) a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(4) a {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(5) a {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(6) a {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(7) a {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .show-menu .mobile-menu .menu-links ul li:nth-child(8) a {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .show-menu .mobile-menu {
    right: 0;
  }
  .show-menu .main-nav {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 3.125rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem;
  }
  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--text-color);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
}
.back-to-screen {
  display: none;
  font-size: 1.0625rem;
  position: fixed;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  z-index: 1;
  cursor: pointer;
  right: 0.125rem;
  top: 0.5rem;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}

body.show-menu {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .header-main {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px;
}
.main-nav ul li a {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
.main-nav ul li a.active {
  color: #F2B681;
}

.mobile-hamberger {
  padding-right: 45px;
}

.search-box {
  padding: 50px 0px;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  z-index: 3;
}
.search-box input {
  color: #000;
  padding-left: 5px;
  box-shadow: none;
}
body:not(.home) .main-wrapper{
    margin-top: 200px;
}
.search-box input::-webkit-input-placeholder {
  color: #4D4D4D;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none !important;
          transform: none !important;
  padding-left: 0px !important;
}
.search-box input::-moz-placeholder {
  color: #4D4D4D;
  -moz-transition: none;
  transition: none;
  transform: none !important;
  padding-left: 0px !important;
}
.search-box input:-ms-input-placeholder {
  color: #4D4D4D;
  -ms-transition: none;
  transition: none;
  transform: none !important;
  padding-left: 0px !important;
}
.search-box input::-ms-input-placeholder {
  color: #4D4D4D;
  -ms-transition: none;
  transition: none;
  transform: none !important;
  padding-left: 0px !important;
}
.search-box input::placeholder {
  color: #4D4D4D;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none !important;
          transform: none !important;
  padding-left: 0px !important;
}
.search-box input:focus::-webkit-input-placeholder, .search-box input:active::-webkit-input-placeholder {
  color: #4D4D4D;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  padding-left: 0px !important;
}
.search-box input:focus::-moz-placeholder, .search-box input:active::-moz-placeholder {
  color: #4D4D4D;
  opacity: 1 !important;
  transform: none !important;
  padding-left: 0px !important;
}
.search-box input:focus:-ms-input-placeholder, .search-box input:active:-ms-input-placeholder {
  color: #4D4D4D;
  opacity: 1 !important;
  transform: none !important;
  padding-left: 0px !important;
}
.search-box input:focus::-ms-input-placeholder, .search-box input:active::-ms-input-placeholder {
  color: #4D4D4D;
  opacity: 1 !important;
  transform: none !important;
  padding-left: 0px !important;
}
.search-box input:focus::placeholder, .search-box input:active::placeholder {
  color: #4D4D4D;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  padding-left: 0px !important;
}

.search-box input,
.search-box input:focus {
  background: #fff;
  font-size: 30px;
}

.search-box.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
}