html {
  scroll-behavior: smooth;
}
body { 
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000;
}
a:focus{
  text-decoration: none;
}
:focus-visible {
    outline: none;
}
.dgmenuwrap {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {font-size: 24px;  line-height: 28px; text-decoration: none; color:#fff; font-weight: 500; padding: 0; margin: 0 25px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{ color:#fff; text-decoration:none; }
ul.menu>li {position:relative; float:left; font-family: "Fira Sans", sans-serif; font-size:16px; color:#292929; display:block; line-height:normal; font-weight:500;}
ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:180px; /*border:1px solid #0F012D;*/}
ul.menu ul li {font-family: "Fira Sans", sans-serif; position:relative; margin:0; float:none; font-size:16px; padding:0; text-align:left; font-weight:500;}
ul.menu ul li:first-child{margin-top:20px;}
ul.menu ul li:last-child{margin-bottom:20px;}
ul.menu ul li a {display:block; padding:10px 15px; text-decoration: none; color:#292929; font-family: "Fira Sans", sans-serif; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;}
ul.menu ul li a:hover {border:none; color:#292929;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#292929; text-decoration:none;}
.mean-container .mean-nav ul li a img {
    transform: rotate(-130deg);
    filter: brightness(0) saturate(100%) invert(98%) sepia(21%) saturate(6515%) hue-rotate(293deg) brightness(95%) contrast(81%);
}
.mobile-show{
  display: none!important;
}
.desktop-show{
  display: block!important;
}


header{
  width: 100%;
  /*height: 100vh;*/
  position: absolute;
  top: 0;
}

.banner-area{
  width: 100%;
  display: flex;
  position: relative;
  gap:5px;
}
.banner-area:after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  content: '';
  background: linear-gradient(130.15deg, rgba(219, 161, 148, 0) 0%, rgba(219, 161, 148, 0.7) 72.88%),
  linear-gradient(180deg, rgba(184, 153, 145, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.logo-area{
  width: 100%;
  max-width: 175px;
  display: flex;
  position: relative;
  z-index: 999999;
}
.logo-area img{
  width: 100%;
}



.menu-area{
  width: 100%;
  position: relative;
  z-index: 999;
  display: flex;
  padding: 30px 0;
}
.menu-area .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-bottom-slider{
  width: 100%;
  display: flex;
  overflow: hidden;
  padding: 0 0 60px 0;
  background: rgba(227, 219, 207, 1);
}

.banner-bottom-panel{
  padding: 0;
  position: relative;
  width: 25%;
  transition: 0.5s;
  background: #000;
}
.banner-bottom-panel h3 a{
  color: rgba(227, 219, 207, 1);
  text-decoration: none;
}
.banner-bottom-panel:hover{
  width: 40%;
}
.banner-bottom-slider h3{
  font-family: "Cormorant Garamond", serif;
  vertical-align: middle;
  /*text-transform: uppercase;*/
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(227, 219, 207, 1);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  z-index: 99;
  width: 100%;
}
.banner-bottom-slider img{
  width: 100%;
  height: 556px;
  object-fit: cover;
  opacity: 0.5;
}
.banner-bottom-slider .banner-bottom-img img{
  height: 357px;
  object-fit: cover;
  width: 260px;
  opacity: 1;
}
.banner-bottom-slider .banner-bottom-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.banner-bottom-slider .owl-dots {
  display: flex;
  position: relative;
  top: 0;
  text-align: center;
  right: 0;
  margin-top: 40px;
  height: 4px;
  justify-content: center;
}
.banner-bottom-slider .owl-dots .owl-dot{
  width: 56px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.banner-bottom-slider .owl-dots .owl-dot.active{
  background: rgba(0, 0, 0, 1);
}
.banner-bottom-slider .owl-nav {
  display: none;
}

.banner-bottom-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}
.news-slider{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: rgba(227, 219, 207, 1);
  overflow: hidden;
  flex-direction: column;
}
.news-slider h2{
  position: relative;
}
.news-slider h2{
  position: relative;
}
.news-slider h2:after{
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}

.news-slider .item .product-img{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.news-slider .item .product-img img{
  width: 639px;
  transition: 0.3s;
  width: 100%;
  object-fit: cover;
}
.news-slider .item:hover  .product-img img{
  transform: scale(1.2);
}
.news-slider .owl-nav , .news-slider .owl-dots{
  display: none;
}
.news-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.news-slider h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.news-slider .owl-nav {
  display: none;
}
.news-img img{
  width: 100%;
  height: 477px;
  object-fit: cover;
}
.news-slider .item{
  position: relative;
}
.news-slider .news-logo img{
  width: 170px;
  height: 35px;
  object-fit: contain;
}
.news-slider .news-logo{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.news-img{
  position: relative;
}
.news-img:after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(134.98deg, rgba(219, 161, 148, 0) 35.61%, #DBA194 100.01%),
  linear-gradient(180deg, rgba(184, 153, 145, 0) 0%, rgba(184, 153, 145, 0.3) 100%);

}
footer{
  padding: 50px 0 0;
  background: rgba(46, 41, 41, 1);
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-logo{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-start;
}
.copy-area{
  width: 100%;
  display: flex;
  gap:5px;
  padding: 20px 0;
  align-items: center;
  font-family: "Fira Sans", sans-serif;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color:rgba(46, 41, 41, 1);
  background: rgba(227, 219, 207, 1);
}

.footer-menu-area{
  width: 100%;
  display: flex;
  padding-bottom: 50px;
}
.footer-menu-area ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer-menu-area ul li{
  display: block;
  padding: 0 0 12px 0;
}
.footer-menu-area ul li a{
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(227, 219, 207, 1);
}
.footer-menu-area .row{
  width: 100%;
  flex: auto;
}

.news-input {
  width: 100%;
  height: 48px;
  background: transparent;
  padding-left: 15px;
  border: 0.5px solid rgba(227, 219, 207, 1);
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(227, 219, 207, 1);
  margin-bottom: 12px;
}
.footer-form-area h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  color: rgba(227, 219, 207, 1);
  line-height: 100%;
  letter-spacing: 0%;

}
.subscribe{
  width: 100%;
  display: inline-flex;
  background: transparent!important;
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(227, 219, 207, 1)!important;
  padding: 0 0 2px;
  position: relative;
  max-width: 52px;
  margin-top: 12px;
  border-bottom: 1px solid rgba(227, 219, 207, 1)!important;
}
.subscribe:hover{
  border-bottom: 1px solid rgba(219, 161, 148, 1)!important;
}
/*.subscribe:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(227, 219, 207, 1);
  content: '';
  left: 0;
}*/
.footer-form-area{
  max-width: 414px;
}
.news-input:focus{
  outline: medium;
  box-shadow: none;
}
.footer-menu-area form .row{
  width: 100%;
  margin-top: 24px;
}
.footer-form-area .news-input::placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(227, 219, 207, 1);
  opacity: 1;
}
.footer-form-area .news-input::-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(227, 219, 207, 1);
  opacity: 1;
}
.footer-form-area p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #fff;
  vertical-align: middle;
  max-width: 405px;
  margin-bottom: 0;
}
.footer-3 .footer-menu{
  display: flex;
  flex-direction: column;
}
.footer-2{
  display: flex;
}
.footer-2 .footer-menu{
  display: inline-flex;
  flex-direction: column;
}
.footer-1{
  width: 36%;
}
.footer-2{
  width: 22%;
  display: flex;
  justify-content: flex-end;
}
.footer-3{
  width: 24%;
  display: flex;
  justify-content: flex-end;
}
.footer-4{
  width: 18%;
  display: flex;
  justify-content: flex-end;
}
.menu-area .container{
  position: relative;
}
.brand-slider{
  width: 100%;
  display: flex;
  background: rgba(227, 219, 207, 1);
  padding: 61px 0;
}
.brand-slider .owl-nav , .brand-slider .owl-dots{
  display: none;
}
.brand-slider img{
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(96%) contrast(105%);
}
.brand-slider img:hover{
  filter: inherit;
}
.brand-slider .item{
  padding: 0 15px;
}
.all-collection{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.all-collection a{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(46, 41, 41, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  padding-bottom: 2px;
  position: relative;
}
.all-collection a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 41, 41, 1);
  content: '';
  left: 0;
}
.all-collection a:hover{
  color: rgba(46, 41, 41, 1);
}
.who-area{
  width: 100%;
  display: flex;
  position: relative;
}
.who-area img{
  width: 100%;
  height: 651px;
}
.who-area .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.who-area h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(227, 219, 207, 1);
  margin-bottom: 60px;
}
.who-area p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(227, 219, 207, 1);
  max-width: 409px;
  letter-spacing: 0%;
  margin-bottom: 140px;
}
.who-area a{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: rgba(227, 219, 207, 1);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
}
.who-area a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(227, 219, 207, 1);
  content: '';
  left: 0;
}
.who-area a:hover:after , .subscribe:hover:after , .all-collection a:hover:after{
  background: rgba(219, 161, 148, 1);
}
.banner-text-arrow{
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  gap:60px;
  align-items: center;
  bottom: 60px;
  z-index: 99;
}
.banner-area video , .banner-area img{
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.banner-area .banner-bottom-arrow img{
  width: 24px;
  object-fit: contain;
  height: 24px;
}
.banner-bottom-arrow{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(227, 219, 207, 1);
  text-align: center;
}
.banner-bottom-arrow a{
  color: rgba(227, 219, 207, 1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:3px;
}
.banner-text{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(227, 219, 207, 1);
  max-width: 630px;
}
.up-area{
  position: absolute;
  right: 0;
  top: 0;
}
footer .container{
  position: relative;
}
.portfolio-text{
  width: 100%;
  display: flex;
  background: rgba(227, 219, 207, 1);
}
.portfolio-text p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(46, 41, 41, 1);
  max-width: 1004px;
}
.portfolio-text .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  align-items: center;
  padding: 60px 0;
}
.portfolio-filter{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: rgba(227, 219, 207, 1);
}



.gallery__item {
  display: inline-block;
}
.is-hidden {
  display: none;
}
.filters{
  width: 100%;
  display: flex;
  justify-content: center;
  gap:24px;
  margin-bottom: 60px;
}
.filters__item{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  padding: 0 10px 5px;
  position: relative;
  cursor: pointer;
}
.careers-item {
  margin-bottom: 40px;
  text-align: center;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters__item.active a{
  color: #000;
}
.filters__item.active:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 1);
  bottom: 0;
  left: 0;
}
.careers-item img{
  width: 160px;
  /*height: 30px;*/
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(96%) contrast(105%);
}
.careers-item img:hover{
  filter: inherit;
}


.contact-details-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: rgba(227, 219, 207, 1);
}
.contact-details-left img{
  width: 100%;
  margin-bottom: 16px;
  height: 762px;
  object-fit: cover;
}
.contact-details-left h3{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: rgba(46, 41, 41, 1);
  letter-spacing: 0%;
  margin-bottom: 6px;
  margin-top: 24px;
}
.contact-details-left p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(46, 41, 41, 1);
  letter-spacing: 0%;
  margin-bottom: 6px;
}
.contact-details-left p a{
  color: rgba(46, 41, 41, 1);
  text-decoration: none;
}

.contact-details-right h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  margin-bottom: 12px;
}
.contact-details-right p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: rgba(46, 41, 41, 1);
  letter-spacing: 0%;
  margin-bottom: 6px;
}

.contact-details-right .input-text {
  height: 30px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(29, 29, 29, 1);
  padding: 5px 10px;
  margin-bottom: 40px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  max-width: 566px;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  background: transparent;
}
.contact-details-right .input-text:focus , .contact-details-right .input-textarea:focus{
  outline: none;
  box-shadow: none;
}
.contact-details-right .input-textarea {
  height: 30px;
  border: none;
  max-width: 566px;
  border-radius: 0;
  border-bottom: 1px solid rgba(29, 29, 29, 1);
  padding: 5px 10px;
  margin-bottom: 40px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  background: transparent;
}
.send-free{
  width: 100%;
  display: inline-flex;
  background: transparent!important;
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  padding: 0 0 2px;
  position: relative;
  border-bottom: 1px solid rgba(46, 41, 41, 1)!important;
  max-width: 52px;
  margin-top: 40px;
}
.send-free:hover {
  border-bottom: 1px solid rgba(219, 161, 148, 1)!important;
}
/*.send-free:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 41, 41, 1);
  content: '';
  left: 0;
}
.send-free:hover:after {
    background: rgba(219, 161, 148, 1);
}*/
.contact-details-right .form-check-label{
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
}
.contact-details-right .form-check-label a{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
}
.contact-details-right  .form-check-input:focus{
  outline: none;
  box-shadow: none;
}
.contact-details-right  .form-check-input{
  border: 1px solid rgba(46, 41, 41, 1);
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 0;
  margin-right: 7px;
  margin-top: 4px;
}
.contact-details-right form{
  margin-top: 80px;
}
.contact-details-right{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 566px;
  float: right;
  margin-top: 130px;
}
.valus-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: rgba(227, 219, 207, 1);
}
.valus-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.valus-panel h3{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  margin-bottom: 40px;
}
.valus-panel p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  margin-bottom: 0;
}
.valus-panel {
  width: 100%;
  display: flex;
  padding: 40px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.valus-panel:first-child{
  padding-top: 0;
}
.valus-panel:last-child{
  border-bottom: none;
}
.valus-area h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
}
.who-we-full-img{
  width: 100%;
  display: flex;
}
.who-we-full-img img{
  width: 100%;
  height: 649px;
  object-fit: cover;
}
.who-we-story-panel{
  width: 100%;
  display: flex;
  padding: 0 0 60px 0;
  background: rgba(227, 219, 207, 1);
}
.who-we-story-panel-first{
  padding-top: 60px;
}
.who-we-story-panel img{
  width: 100%;
  height: 660px;
  object-fit: cover;
}
.who-we-story-panel h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
  margin-bottom: 40px;
}
.who-we-story-panel p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(46, 41, 41, 1);
}
.who-we-story-text{
  max-width: 502px;
}
.who-we-story-text-panel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.who-we-story-panel.who-we-story-panel1 .who-we-story-text-panel{
  align-items: flex-start;
}
.brand-bottom-area{
  width: 100%;
  display: flex;
  padding: 60px 20px;
  background: rgba(227, 219, 207, 1);
}
.brand-bottom-img{
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 12px;
}
.brand-bottom-img:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(132.83deg, rgba(219, 161, 148, 0) 0%, rgba(219, 161, 148, 0.5) 100%);
  content: '';
  left: 0;
}
.brand-bottom-img img{
  width: 100%;
}
.brand-bottom-area h2{
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  color: rgba(46, 41, 41, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.brand-top-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: rgba(227, 219, 207, 1);
}
.brand-top-img{
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
.brand-top-img img{
  width: 100%;
  height: 780px;
  object-fit: cover;
}
.brand-top-area h2{
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(46, 41, 41, 1);
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.ch-img{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  align-items: center;
}
.ch-img img{
  max-width: 204px;
}
.menu-panel-area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  max-width: 300px;
  margin: 20px auto!important;
}
.menu-panel{
  width: 47%;
  display: flex;
  flex-direction: column;
}
.menu-panel img{
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.menu-panel h3{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  color: rgba(46, 41, 41, 1);
  line-height: 100%;
  letter-spacing: 0%;
  margin: 10px 0 0;
}
.menu-panel h3 a{
  color: rgba(46, 41, 41, 1)!important;
  margin: 0!important;
}

ul.menu{
  display: none;
}
.global-page-details{
  width: 100%;
  display: flex;
  padding: 100px 0 84px;
}
.global-page-details h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 36px;
  color: rgba(0, 0, 0, 1);
  line-height: 36px;
  margin-bottom: 15px;
}
.global-page-details h3{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 30px;
  color: rgba(0, 0, 0, 1);
  line-height: 30px;
  margin-bottom: 15px;
}
.global-page-details h4{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
  margin-bottom: 15px;
}
.global-page-details p{
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}
.global-page-details li{
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}
.global-page-details a{
  color: rgba(0, 0, 0, 1);
}
.global-page-details table{
  border:none;
}

.menu-panel a{
  margin: 0!important;
}
.contact-details-right br{
  display: none;
}
.contact-details-right .wpcf7-list-item{
  margin-left: 0;
}
.contact-details-right .wpcf7-list-item-label{
  display: none;
}
.who-area p:last-child{
  margin-bottom: 0;
}
.toplogotitlearea{
  padding-bottom: 0;
}
