
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
*
{
  margin: 0;
  padding: 0;
}
body
{
  margin: 0;
  padding: 0;
  --theme: #D38F29;
  --base: #FFCD82;
  --font: #878787;
  --whit: #fff;
  --transition: .3s ease-in-out 0s;
  overflow-X: hidden;
  background: #090909 !important;
}
.roboto
{
  font-family: 'Roboto Condensed', sans-serif;
}
ul 
{
  margin: 0 !important;
  padding: 0 !important;
}
h1,h2,h3,h4,h5,h6,p 
{
  margin-bottom: 0 !important;
}
a 
{
  text-decoration: none !important;
}
@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams.woff2') format('woff2'),
        url('fonts/CaviarDreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('fonts/CaviarDreams-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostergalle Demo';
    src: url('fonts/MostergalleDemo.woff2') format('woff2'),
        url('fonts/MostergalleDemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams-BoldItalic.woff2') format('woff2'),
        url('fonts/CaviarDreams-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams-Italic.woff2') format('woff2'),
        url('fonts/CaviarDreams-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Charlington';
    src: url('fonts/Charlington.woff2') format('woff2'),
        url('fonts/Charlington.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.heading
{
  font-family: 'Caviar Dreams';
}
.italic
{
  font-family: 'Mostergalle Demo';
}
.overlay_text 
{
  font-family: 'Charlington';
}
.nav 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner
{
  /*height: 100vh;*/
  width: 100%;
  /*background: linear-gradient(rgba(0, 0, 0, .8),rgba(0, 0, 0, .8)), url('../images/bg.png');*/
}
.logo
{
  padding: 16px 0 12px;
  text-align: center;
  border-bottom: 2px solid rgba(211, 143, 41, 0.38);
}
.menu ul li  
{
  list-style-type: none;
  display: inline-block;
}
.menu ul li a 
{
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 21px;
  padding: 0px 90px;
  border-right: 2px solid rgba(211, 143, 41, 0.5);
  transition: all .5s;
  position: relative;
}
/*.menu ul li a:hover::before
{
  width: 50px;
}
.menu ul li a::before
{
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 5px;
  transition: all .5s;
  background: var(--theme);
}*/
@media  only screen and (max-width: 1399px)  and (min-width: 1201px)
{
  .menu ul li a 
  {
    padding: 0px 72px;
  }
}
@media  only screen and (max-width: 1200px)  and (min-width: 1101px)
{
  .menu ul li a 
  {
    padding: 0px 54px;
  }
}
.menu ul li a:hover 
{
  color: var(--theme);
}
.menu
{
  padding: 18px 0;
}
.pl_0
{
  padding-left: 0 !important;
}
.pr_0
{
  padding-right: 0 !important;
  border: 0 !important;
}
.menu ul li.active a 
{
  color: var(--theme);
}
 .swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100vh;
    /*background-color: #000;*/
}
.swiper-slide img
{
  /*transform: scale(1.1);*/
  transition: linear 3s;
  width: 100%;
}
.swiper-slide-active img {
    transform: none;
}

.swiper-button-next {
    cursor: pointer;
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
}
.swiper-button-next:after, .swiper-button-prev:after
{
  font-size: 16px !important;
}
.swiper-button-next,.swiper-button-prev
{
  background: #fff !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
}

/*.swiper-button-next
{
  right: 44px;
}
.swiper-button-prev
{
  left: 44px;
}*/
.swiper-slide
{
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide-active p {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.main_title
{
  font-size: 72px;
  line-height: 79px;
  color: var(--theme);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.swiper-slide.swiper-slide-active .main_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active::before
{
  display: none;
}


.title
{
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 44px;
  color: #000;
  text-align: center;
  letter-spacing: 0.185em;
}
.small_title
{
  font-weight: bold;
  font-size: 75px;
  line-height: 95px;
  text-transform: uppercase;
  color: var(--base);
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.swiper-slide.swiper-slide-active .small_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}




.subtitle_main
{
  font-style: normal;
  font-weight: 600;
  font-size: 62px;
  line-height: 62px;
  color: #000 !important;
  padding-top: 5px;
  text-align: center;
}
.btn_header
{
  background: transparent;
  border: 3px solid #D38F29;
  padding: 11px 42px;
  color: var(--theme);
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  margin: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.prlv
{
  position: relative;
  z-index: 9;
}
.btn_header::before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--theme);
}
.btn_header:hover::before
{
  width: 100%;
}
.btn_header:hover
{
  color: #090909;
}
.col1 {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*vertical-align: middle;*/
    /*height: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
p.header_link {
    text-align: center;
    margin-top: 8px !important;
        -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
}
.swiper-slide.swiper-slide-active .header_link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 3200ms;
    transition-delay: 3200ms;
        -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

.swiper-slide-active {
    transform: scale(1.15);
}
.swiper-slide
{
  transition: transform 7000ms ease;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50% !important;
    right: 0 !important;
    left: inherit !important;
     /*width: initial !; */
    transform: translateY(-50%) rotate(90deg) !important;
}
.swiper-pagination-bullet.active
{
  background: var(--theme) !important;
 
  margin-right: 15px !important;
}
.swiper-pagination-bullet.active::before 
{
  /*border: none!important;*/
  background: red !important;
}
.swiper-pagination-bullet
{
  margin-right: 15px !important;
   position: relative;
}
.swiper-pagination-bullet::before 
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border: 1px solid var(--theme) !important;
  z-index: -1;
  border-radius: 50%;
}
/*.swiper-pagination-bullet
{

}*/

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 37px;
  z-index: 9;
  cursor: pointer;
}

.arrows path {
  stroke: rgba(255, 255, 255, 0.31);
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}



.about
{
  padding: 113px 0 122px;
  position: relative;
}
.heading_sec 
{
  position: relative;
  text-align: center;
}
.heading_sec .overlay_text
{
  position: absolute;
  width: 100%;
}
.heading_sec .overlay_text h2
{
  font-size: 64px;
  line-height: 114px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.04);
}
.heading_sec  h3 
{
  color: var(--theme);
  font-size: 31px;
  line-height: 34px;
  text-transform: capitalize;
}
.heading_sec  h1
{
  font-size: 45px;
  line-height: 57px;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: var(--base);
}
.heading_sec  h1::after 
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: var(--theme);
}

.about_content
{
  padding: 36px 0 37px;
  text-align: center;
}
.about_content p 
{
  color: var(--font);
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
}
.read_more_link 
{
  padding-top: 19px;
}
.read_more_link a 
{
  display: inline-block;
  color: var(--theme);
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  transition: .5s;
  position: relative;
  padding-bottom: 8px;
}
.read_more_link a:hover 
{
  color: var(--font);
}
.read_more_link a:hover::before,
.read_more_link a:hover::after 
{
  width: 100%;
}
.read_more_link a::before 
{
  width: 0%;
  height: 1px;
  background: var(--theme);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
  content: '';
}
.read_more_link a::after 
{
  width: 0%;
  height: 1px;
  background: var(--theme);
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
}
.quote_detail p  
{
  font-size: 15px;
  line-height: 29px;
  font-style: italic;
  color: var(--font);
}
.quote
{
  position: relative;
}
.qoute_icon
{
  position: absolute;
  top: -43px;
  left: 0;
}
.quote_detail 
{
  padding-left: 79px;
}

.shapes
{
  position: absolute;
}
.dot1
{
  top: -8%;
}
.shape1
{
  top: 0;
  left: -60px;
  -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

.shape2
{
  top: 229px;
  left: -98px;
}
.shape3
{
  top: 60px;
  right: -113px;
}
.shape4
{
  bottom: 86px;
  right: 19px;
  z-index: 9;
  -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
.shape5
{
  bottom: -135px;
  right: 0px;
  z-index: 9;
}
.shape6
{
  bottom: -86px;
  right: 50%;
  -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
  transform: translateY(-50%);
}
.shape7
{
  bottom: -72px;
  left: 0px;
  -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
.dot2
{
  right: -68px;
  bottom: -137px;
}
.my_rceipe
{
  padding: 121px 0 73px;
}
.recipe_row
{
  padding-top: 56px;
  /*padding-bottom: 45px;*/
}
.rec_link 
{

}
.receip_item
{
  position: relativeove;
  overflow: hidden;
}
.receip_item .r_imag
{
  overflow: hidden;
}
.rc_detail
{
  padding-top: 39px;
  text-align: center;
}
.rc_detail h3
{
  color: var(--theme);
  font-size: 23px;
  line-height: 21px;
  font-weight: bold;
}
.rc_detail .read_more_link
{
  padding-top: 13px;
}
.receip_item:hover .r_imag img
{
  transform: scale(1.1);
}
.receip_item .r_imag img
{
  width: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.recipe_row .owl-dots button 
{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(211, 143, 41, 0.31) !important;
  margin-right: 11px;
}
.recipe_row .owl-dots button.active
{
  background: var(--theme) !important;
}
.recipe_row .owl-dots
{
  text-align: center;
  padding-top: 45px;
  line-height: 0 !important;
}
.test_para p  
{
  font-size: 16px;
  line-height: 34px;
  color: var(--font);
  font-weight: bold;
}
.testimonial_box
{
  text-align: center;
}
.testimonial_container
{
  padding-top: 35px;
}
.test_author
{
  padding-top: 20px;
}
.test_author img  
{
  padding-bottom: 20px;
}
.test_author h3 
{
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  padding-bottom: 3px;
  color: var(--theme);
}
.test_author h5
{
  font-size: 16px;
  line-height: 19px;
  color: var(--font);
}
.testimonial_right
{
  padding: 126px 0 110px 0;
}
.testimonial
{
  position: relative;
}
.testimonial .dot2 
{
    top: -130px;
  right: -128px;
}
.shape8
{
  right: -76px;
  top: 20px;
}
.shape9
{
  right: 50%;
  transform: translateY(-50%);
  top: 26px;
  z-index: 1;
  -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
.testimonial::before {
    content: url(../images/test.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    /* background: var(--base); */
    background-size: cover;
    background-position: center;
    z-index: 9;
}
.owl-carousel .owl-item img
{
  width: initial !important;
}
.testimonial_item img  
{
  margin: auto;
}

.testimonial_item .owl-dots {
    text-align: center;
    padding-top: 37px;
    line-height: 0 !important;
}
.testimonial_item .owl-dots button.active {
    background: var(--theme) !important;
}
.testimonial_item .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(211, 143, 41, 0.31) !important;
    margin-right: 11px;
}
.testimonial_item .owl-dots:last-child() button
{
  margin-right: 0 !important;
}

.blog
{
  padding: 59px 0 97px;
}

.blog_left .heading_sec,
.video_block .heading_sec
{
  text-align: left !important;
}
.blog_left .heading_sec h1::after,
.video_block .heading_sec h1::after
{
  display: none;
}
.blog_left .heading_sec h1,
.video_block .heading_sec h1 
{
  padding-bottom: 0;
}
.shape10
{
  bottom: 55px;
  right: -55px;
}
.blog_card
{
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.blog_card .card-header  
{
  background: transparent !important;
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.blog_card  .card-body h3
{
  color: var(--theme);
  font-size: 25px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: bold;

}
.blog_card  .card-body p  
{
  font-size: 16px;
  line-height: 28px;
  color: var(--font);
  font-weight: bold;
  padding-top: 8px;
  text-align: justify;
}

.news_row,.v_box
{
  padding-top: 36px;
}
.blog_card  .card-body
{
  padding: 22px 55px 0 28px !important;
}

.v_itm
{
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.v_itm::before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, #000000 1.41%, rgba(0, 0, 0, 0.855) 28.28%, rgba(0, 0, 0, 0) 82.22%);
}
.v_contnt
{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 29px 72px 39px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.v_details h2
{
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 11px;
  color: var(--theme);
}
.v_details p
{
  font-size: 16px;
  line-height: 26px;
  color: var(--font);
}
.v_icon
{
  position: relative;
  width: 76px;
  height: 76px;
  z-index: 1;
  margin-bottom: 30px !important;
  margin: auto;
  cursor: pointer;
}
.v_icon::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.v_icon::after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 118px;
  transform: translate(-50%, -50%);
  height: 118px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: -2;
}
.v_itm img 
{
  width: 100%;
}

.video_block .owl-dots {
    text-align: center;
    line-height: 0 !important;
    position: absolute;
    bottom: 34px;
    right: 18px;
}
.video_block .owl-dots button.active {
    background: var(--theme) !important;
}
.video_block .owl-dots button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(211, 143, 41, 0.31) !important;
    margin-right: 9px;
}
.video_block .owl-dots:last-child() button
{
  margin-right: 0 !important;
}

.read_more_links a  
{
  display: inline-block;
  padding: 16px 45px;
  background: var(--theme);
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border: 2px solid var(--theme);
  transition: .5s;
}
.read_more_links a:hover
{
  background: transparent;
  border: 2px solid var(--theme);
  color: var(--theme);
}
.read_more_links
{
  margin-top: 70px;
  text-align: center;
}

.subscribe
{
  padding: 73px 0 88px;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, .75)), url('../images/bg_ov.jpg');
  background-size: cover;
  background-position: center;
}
.subscribe .heading_sec h1
{
  padding-bottom: 7px;
}
.subscribe .heading_sec h1::after 
{
  display: none;
}
.subscribe .heading_sec p 
{
  padding-bottom: 21px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: var(--font);
  max-width: 717px;
  margin: auto;
}
.subscribe .heading_sec p::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: var(--theme);
}
.sub_input_sec
{
  position: relative;
  max-width: 657px;
  margin: auto;
  margin-top: 67px;
}
.sub_input_sec input  
{
  background: transparent;
  border-top: none !important;
  font-family: 'Caviar Dreams';
  border-left: 0 !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.28);
  padding: 10px 0 !important;
}
.sub_input_sec button 
{
  background: transparent;
  border-radius: none !important;
  padding: 0 0 10px 27px !important;
  color: var(--theme);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  border-top: 0 !important;
  border-left: 1px solid #67605B;;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  position: absolute;
  top: 0;
  transition: .5s;
  text-transform: uppercase;
  right: 0;
}
.sub_input_sec button:hover 
{
  color: var(--base);
}
::placeholder 
{
    font-family: 'Caviar Dreams';
}
.sub_input_sec input:focus 
{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  border-bottom: 3px solid var(--theme) !important;
}

footer 
{
  padding: 43px 0 28px;
}
.footer_container
{
  text-align: center;
}
.foot_detail h3 
{
  font-size: 35px;
  line-height: 44px;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--base);
  padding-bottom: 6px;
}
.f_logo 
{
  padding-bottom: 9px;
}
.foot_detail p 
{
  font-size: 16px;
  line-height: 23px;
  color: var(--font);
  max-width: 592px;
  margin: auto;
  padding-bottom: 17px;
}
.footer_address .foot_add_block .txt 
{
  color: var(--theme);
  font-size: 16px;
line-height: 28px;
font-weight: bold;
padding-right: 12px;
padding-left: 17px;
}
.addd_icon
{
  /*padding-right: 13px;*/
}
.foot_add_block
{
  position: relative;
  display: inline-block;
  margin-right: 17px;
}
.mright
{
  margin-right: 0 !important;
  /*border-right: 0 !important;*/
}
.mright::after
{
  display: none !important;
}
.mright .txt  
{
  padding-right: 0 !important;
}
.foot_add_block::after
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.37);
}
.footer_social_media
{
  padding-top: 10px;
}
.footer_social_media p  
{
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.37);
  text-transform: uppercase;
  padding-bottom: 8px;
}
.footer_social_media .media_sec a  
{
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  margin-right: 12px;
  border: 2px solid var(--theme);
  transition: .5s;
}
.mright_0
{
  margin-right: 0 !important;
}

.bottom_footer {
    margin-top: 23px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.13);;
    padding-top: 18px;
}
.copy {
    font-size: 14px;
    line-height: 23px;
    color: var(--font);
    text-transform: capitalize;
}
.design {
    text-align: right;
}
.design a 
{
  color: var(--font);
  padding-left: ;
  font-weight: bold;
}
.design a:hover
{
  color: var(--theme);
}
.footer_social_media .media_sec a:hover 
{
  background: var(--theme);
  color: #090909;
  transform: scale(1.1);
}
.overlay_bg
{
  background: url('../images/bg_b.png');
  background-size: cover;
}
.swiper-pagination-bullet
{
  opacity: 1 !important;
  background: var(--theme) !important;
}


.backtotop {
    right: 15px;
    z-index: 99;
    bottom: 50px;
    display: none;
    position: fixed;
}
.show {
    display: block;
}
.backtotop .scroll {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
.backtotop .scroll:before, .backtotop .scroll:after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid var(--theme);
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
}
.backtotop .scroll i:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%);
}
.backtotop .scroll i {
    left: 50%;
    z-index: 1;
    font-size: 15px;
    position: absolute;
    color: var(--theme);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.backtotop .scroll i:nth-child(2) {
    top: 110%;
    opacity: 0;
    visibility: hidden;
}
.backtotop .scroll:hover:before {
    opacity: 0;
    transform: scale(0.3);
}
.backtotop .scroll:hover i:nth-child(1) {
    top: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.backtotop .scroll:hover i:nth-child(2) {
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.d_flex
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky_nav ul li  
{
  list-style: none;
  display: inline-block;
}
.sticky_nav ul li a  
{
  color: var(--whit);
      text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 21px;
    padding: 0px 15px;
    display: inline-block;
    transition: all .5s;
    position: relative;
}
.sticky_nav ul li a:hover::before
{
  width: 50px;
}
.sticky_nav ul li a::before
{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 0px;
  height: 5px;
  transition: all .5s;
  background: var(--theme);
}
.sticky_nav ul li.active a 
{
  color: var(--theme);
}
.sticky_nav ul li a:hover
{
  color: var(--theme);
}
.sticky_nav
{
  background: #090909 !important;
  padding: 10px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  top: -100%;
  transition: all .5s;
}
.show_sticky
{
  top: 0;
}

.innr_header
{
  position: relative;
  background: url('../images/in_bg.jpg');
  padding: 250px 0px 100px;
}

.inner_heading {
    text-align: center;
    position: relative;
    z-index: 9;
}
.inner_heading h1 {
    color: #fff;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: bold;
    color: var(--theme);;
}
.breadcrumbs {
    margin: 0;
    padding: 6px 0 0 0 !important;
}
.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
    padding: 0 20px 0 8px;
    color: #fff;
    position: relative;
    font-size: 17px;
}
.breadcrumbs li a {
    text-decoration: none;
    color: var(--theme);
}
.breadcrumbs li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50px;
}
.innr_header::before
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../images/header-leaf-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.shape
{
  position: absolute;
}
.in_shap1
{
  bottom: -80px;
  left: 15%;
  z-index: 1;
}
.in_shap2
{
  bottom: -15px;
    left: 46%;
    z-index: 1;
}
.in_shap3
{
  
  bottom: -50px;
  right: 18%;
  z-index: 1;
  width: 250px;
}
.signatur
{
  padding: 25px 0 0 0;
}

.counter_box
{
  text-align: center;
}
.counter_box h1  
{
  font-weight: bold;
  color: var(--theme);
  line-height: 60px;
  font-size: 60px;
}

.counter_box p 
{
  font-size: 25px;
  color: var(--font);
}

.countr_containr
{
  padding: 50px 0;
}
.team
{
  padding: 60px 0;
}
.team .heading_sec
{
  padding-bottom: 40px;
}
.team_box
{
  text-align: center;
}
.team_dtl
{
  padding-top: 20px;
}
.team_dtl h3
{
  font-weight: bold;
  color: var(--theme);

}
.team_dtl p  
{
  font-size: 20px;
  color: var(--font);
}
.contact_wrappr
{
  padding: 60px 0;
}

.inp_cntct {
    height: 70px;
    background: transparent !important;
    border-radius: 0 !important;
    color: var(--font) !important;
    border: 2px dashed #444 !important;
    border-radius: 40px !important;
}
.contact_left .form-row label {
    color: var(--font);
}
.contact_left .form-row {
    margin-bottom: 30px;
}
.contact_left .form-row label 
{
  color: var(--font);
  padding-bottom: 12px;
  font-size: 17px;
}
input:focus 
{
  box-shadow: none !important;
}
textarea {
    height: 140px !important;
}
.submit {
    text-transform: uppercase;
    color: #090909;
    font-size: 16px;
    background: var(--theme);
    padding: 14px 35px;
    font-weight: 700;
    /*background: transparent;*/
    cursor: pointer;
    transition: .5s;
    border-radius: 40px !important; 
    border:  2px solid var(--theme) !important;
    width: 100%;
}
.submit:hover 
{
  background: transparent !important;
  border:  2px solid var(--theme) !important;
  color: var(--theme) !important;
}
.contact_left
{
  padding-top: 45px;
}

.address_box_sec
{
  padding: 40px;
  border:  2px dashed #444 !important; 
  margin: 40px 25px 0;
}
.addrs_heading h1
{
  color: var(--theme);
  font-weight: bold;
  text-align: center;
  border-bottom:  2px dashed #444 !important; 
  padding-bottom: 15px;
}
.address_box
{
  padding: 20px 0;
  border-bottom:  2px dashed #444 !important; 
}
.address_box h3  
{
  color: var(--theme);
  font-weight: bold;
  font-size: 22px;
}
.address_box p  
{
  font-size: 18px;
  color: var(--font);
  padding: 10px 0 0;
}
.b_none
{
  border-bottom: 0 !important;
}
.addrs_heading
{
  margin-bottom: 15px;
}

.receipe_wrappr .nav 
{
  position: relative;
}
.receipe_wrappr
{
  margin-top: 135px;
}
.nav_icon
{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 40px;
  border: 2px solid var(--font);
  margin: 0 auto 8px;
  transition: .5s;
}
.nav_icon svg  
{
  fill: var(--font);
  width: 28px;
  height: 28px;
}
.nav_icon svg path  
{
  fill: var(--font);
}
.receipe_wrappr .nav-link
{
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  color: var(--font);
   transition: .5s;
   font-weight: bold;
   margin: auto;
}
.receipe_wrappr .nav-link.active 
{
  font-weight: bold;
  color: var(--theme) !important;
}
.receipe_wrappr .nav-link.active .nav_icon
{
  border: 2px solid var(--theme);
  background: var(--theme);
}
.receipe_wrappr .nav-link.active .nav_icon svg  
{
  fill: #090909 !important;
}
.receipe_wrappr .nav-link.active .nav_icon svg  path
{
  fill: #090909 !important;
}
.receipe_wrappr .nav-link:hover .nav_icon
{
  border: 2px solid var(--theme);
  background: var(--theme);
}
.receipe_wrappr .nav-link:hover .nav_icon svg  path
{
  fill: #090909 !important;
}
.receipe_wrappr .nav-link:hover:hover  
{
  color: var(--theme);
}

.nav-tabs
{
  border-bottom: 0 !important;
}
.receipe_wrappr nav  
{
  max-width: 550px;
  margin: auto;
}

.menu_title
{
  background: radial-gradient(#3b3b3b 40%,rgba(0,0,0,0) 10%);
  background-position: 0 13px;
  background-size: 4px 4px;
  background-repeat: repeat-x;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.menu_title h3 
{
  background: #090909;
  font-size: 17px;
  color: var(--font);
}
.qty
{
  background: #090909;
  color: var(--font);
  font-size: 17px;
}
.receip_box
{
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 8px;
  cursor: pointer;
  margin-bottom: 30px;
/*  background: rgb(255 255 255 / 2%) !important;
    box-shadow: 0 8px 32px 0 rgb(9 9 9) !important;
    backdrop-filter: blur( 4px ) !important;
    -webkit-backdrop-filter: blur( 4px)!important;
    border-radius: 10px !important;
    border: 1px solid rgb(9 9 9) !important;*/

}
.receip_box .card-header
{
  background: transparent !important;
  padding: 0 !important;
  overflow: hidden;
}
.receip_box .card-header img
{
  transition: .5s;
}
.receip_box:hover .card-header img
{
  transform: scale(1.1);
}
.receip_box .card-body
{
  padding: 20px 0 0 0 !important;
}
.receip_box .card-footer
{
  padding: 10px 0 0!important;
}
.rec_heading h1 
{
  font-weight: bold;
  color: var(--theme);
  text-transform: capitalize;
  font-size: 24px;
}
.rec_heading
{
  padding-bottom: 15px;
}
.view_video
{
  display: inline-block;
  padding: 10px 18px 10px 10px;
  border: 2px solid var(--theme);
  border-radius: 50px;
  transition: .5s ease-in-out 0s;
  cursor: pointer;
}
.view_video:hover 
{
  background: var(--theme);
}
.view_video:hover h3 i,
.view_video:hover h3 
{
  color: #090909;
}
.receip_box .card-body p.sm_sc
{
  font-size: 17px;
  color: var(--font);
  padding-bottom: 15px;
  line-height: 28px;
}
.view_video h3 
{
  font-weight: bold;
  color: var(--theme);
  font-size: 16px;
}
.view_video h3 i  
{
  font-size: 18px;
}

.recepe_container
{
  padding-top: 45px;
  padding-bottom: 65px;
}

.blog_list_item
{
  margin-bottom: 3.75rem;
  position: relative;
}
.mb-0
{
  margin-bottom: 0 !important;
}
.blog_list_item figure img 
{
  /*width: 100%;*/
}
.blog_list_description
{
  padding: 2.5rem;
  background: #000;
  position: absolute;
  z-index: 1;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 450px;
}
.blog_list_description .date  
{
  font-size: 1rem;
  color: var(--base);
  padding-bottom: 5px;
}
.blog_list_description  h3 
{
  font-weight: bold;
  color: var(--theme);
  padding: 8px 0 12px;
}
.blog_list_description p  
{
  color: var(--font);
  font-size: 16px;
  line-height: 28px;
}
.blog_wrappr
{
  padding: 113px 0 122px;
}

.blog_widget {
    padding: 25px;
    margin: 0 0 40px;
    border: 1px solid #e1e1e136;
    position: relative;
    background: transparent;
}
.sidebar_titile h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: var(--theme);
}
.widget_content {
    border-top: 1px solid #e1e1e136;
    padding-top: 8px;
    margin-top: 15px;
}
.widget_content li {
    list-style: none;
}
.category ul li a {
    padding: 7px 0;
    display: block;
    text-decoration: none;
    color: var(--font);
}
.count {
    float: right;
    font-size: 14px;
    background: var(--theme);
    padding: 2px 5px;
    border-radius: 50%;
    font-weight: 700;
    color: #000;
}

.post-item {
    padding: 7px 0 17px 110px;
    position: relative;
    min-height: 80px;
    margin: 0 0 15px;
    /*border-bottom: 1px solid #ccc;*/
}
.post-item img {
    width: 90px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.post_content {
    padding-top: 25px;
}
.post-item a {
    display: block;
    font-size: 16px;
    color: var(--font);
    line-height: 24px;
    /*font-weight: 700;*/
    text-transform: capitalize;
}
.post-item a:hover
{
  color: var(--theme);
}
.post-item span {
    display: block;
    color: var(--base);
    font-size: 12px;
    letter-spacing: .24px;
    margin: 0 0 0;
    padding-top: 5px;
}
.post-item span i 
{
  padding-right: 8px;

}

.gri_ovrlay
{
  position: relative;
}
.ovrlay_item
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
}

.gallery_item
{
  width: 100%;
  color: var(--theme);
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gallery_item .gallery_item_front,
.gallery_item .gallery_item_back  
{
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  /*transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_item > * 
{
  transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gallery_item .gall_inn
{
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  padding: 150px 30px;
}
.gallery_item .gall_inn::before,
.gallery_item .gall_inn::after
{
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  border-color: var(--theme);

}
.gallery_item .gall_inn::before
{
  top: 20px;
  left: 20px;
  border-left: 1px solid;
  border-top: 1px solid;
}
.gallery_item .gall_inn::after
{
  bottom: 20px;
  right: 20px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.bg  
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.overlay  
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .4;
  z-index: 3;
}

.imag_gri
{
  position: relative;
  overflow: hidden;
}
.imag_gri .g_imag img
{
  transition: all 0.5s ease;
}
.g_hovr
{
  background: rgba(0, 0, 0, 0.80);
  bottom: 0;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
}
.imag_gri:hover .g_imag img
{
  -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
.imag_gri:hover .g_hovr
{
  opacity: 1;
  visibility: visible;
}

.s_icon svg
{
  fill: var(--theme);
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid var(--theme);
  border-radius: 50%;padding: 9px;
  transition: all 0.5s ease;
}
.s_icon svg:hover
{
  background: var(--theme);
  fill: #090909;
}
.d_flex
{
  display: flex;
  gap:  12px;
}
.menu ul 
{
  /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}

.stricky-fixed 
{
  top: 0;
}