@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(classy-nav.css);

:root {
  --brand: #edd373;
  --sub: #0a0806;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

html,
body {
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Lexend", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	color: #707070;
	font-weight: 400;
	line-height: 26px;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0; 
}
ul li {
  margin: 0;
  padding: 0; 
}

a {
  color: var(--body);
  text-decoration: none;
}

a:hover {
  color: var(--brand);
  text-decoration: none;
}

.text-brand{
  color: var(--brand);
}

.background-brand{
  background-color: var(--brand);
}

.btn-brand{
  background-color: var(--brand);
  /* color: white; */
  color: var(--sub);
}

.btn-brand:hover{
  background-color: white;
  color: var(--brand);
  /* border: 1px solid var(--brand); */
}

/* Topbar */
.topbar .icons a{
  color: var(--sub);
  background-color: white;
  border: 1px solid white;
}

.topbar .icons a:hover{
  background-color: var(--brand);
  color: black;
  border: 1px solid var(--brand);
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/* Float Icons */
.float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:110px;
  left:20px;
  background-color:#37b6ff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-2 {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float {
  margin-top:16px;
}

.float:hover {
  color: #37b6ff;
  background-color: white;
  border: 1px solid #37b6ff;
}

.float-2:hover {
  color: #25d366;
  background-color: white;
  border: 1px solid #25d366;
}

/*** Footer ***/
.footer{
  /* background-color: white; */
  background-color: black;
}

.footer a{
  text-decoration: none;
}

.footer-head{
  color: var(--brand);
}

.footer-color{
  color: white;
  /* color: black; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: .3s;
  background-color: var(--brand);
  border: 1px solid var(--brand);
}

.footer .btn.btn-social:hover {
  color: var(--brand);
  /* background-color: white; */
  background-color: black;
  border: 1px solid var(--brand);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  /* color: black; */
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--brand);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--brand);
}

.footer .copyright a:hover {
  color: white;
}

.main-header-area {
position: relative;
z-index: 1;
background-color: #ffffff; }
.main-header-area .book-now-btn a {
padding: 0 20px;
background-color: var(--brand);
height: 40px;
line-height: 40px;
border-radius: 5px;
text-align: center;
color: var(--sub);
font-size: 16px; }
.main-header-area .book-now-btn a i {
padding-left: 5px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area .book-now-btn a {
height: 50px;
line-height: 50px;
border-radius: 30px; } }
@media only screen and (max-width: 767px) {
.main-header-area .book-now-btn a {
height: 50px;
line-height: 50px;
border-radius: 30px;
margin-top: 10px;
margin-left: 10px; } }
.main-header-area .book-now-btn a:hover, .main-header-area .book-now-btn a:focus {
background-color: #2a303b;
color: #ffffff; }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar .nav-brand {
/* max-width: 90px; */
margin-right: 15px; } }

.classy-nav-container {
background-color: transparent;
padding: 0; }
.classy-nav-container .classy-navbar {
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
height: 80px;
padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-nav-container .classy-navbar {
height: 70px; } }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar {
height: 70px; } }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar .nav-brand {
/* max-width: 90px; */
margin-right: 15px; } }
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 16px;
text-transform: capitalize;
color: black;
font-weight: 500;
padding: 0 20px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 14px;
padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 14px;
color: black; }
.classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
color: var(--brand); } }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 14px;
color: black; }
.classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
color: var(--brand); } }
.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:active {
color: #e52b34;
font-weight: 500; }
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
font-size: 14px;
text-transform: capitalize;
height: 100%;
padding: 0 30px;
color: black; }
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover
, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:active {
background-color: var(--brand);
color: var(--sub);
}

.classynav ul li.active a {
position: relative;
z-index: 1; }
.classynav ul li.active a::before {
width: 80%;
height: 2px;
background-color: #ffffff;
position: absolute;
bottom: 0;
left: 10%;
z-index: 1;
content: ''; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.classynav ul li.active a::before {
display: none; } }
@media only screen and (max-width: 767px) {
.classynav ul li.active a::before {
display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
color: var(--brand); }

@media only screen and (min-width: 975px) {
.main-header-area .classy-nav-container .classy-navbar .classy-menu .classynav #nav li .dropdown-laptop {
/* Your specified width for laptops */
width: 240px;
}
}

@media only screen and (min-width: 975px) {
.main-header-area .classy-nav-container .classy-navbar .classy-menu .classynav #nav li .dropdown-laptop li ul {
/* Your specified width for laptops */
margin-left: 20px;
width: 250px;
}
}

.sticky-top {
  top: -100px;
  transition: .5s;
}

.sticky-top .main-header-area .classy-nav-container .classy-navbar .nav-brand img{
  height: 80px;
}

.close {
  color: #000;
  opacity: 0.7;
  font-size: 40px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.close:hover {
  opacity: 1;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, .25);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--brand);
  border: 10px solid var(--brand);
}

#header-carousel .carousel-item{
  height: 600px;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      max-height: 450px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  #header-carousel .carousel-item h1{
    font-size: 22px;
  }
}

.button_hover {
  border-radius: 0px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 0px;
  display: inline-block;
  text-align: center;
}

.button_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  background: var(--sub);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.button_hover:hover {
  color: #fff;
}

.button_hover:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.theme_btn_two {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 29px;
}

.slide-btn{
  padding: 5px 15px;
}

.wrapper {
width: 100%; }

.contact-wrap {
  height: 100%;
background: #fff; }

@media (max-width: 767.98px) {
.info-wrap {
height: 400px; } }

.dbox {
width: 100%;
margin-bottom: 25px; }
@media (max-width: 767.98px) {
.dbox {
margin-bottom: 25px !important;
padding: 0 20px; } }
.dbox p {
margin-bottom: 0; }
.dbox p span {
font-weight: 500;
color: #000000; }
.dbox p a {
color: var(--brand); }
.dbox .icon {
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--brand);
margin: 0 auto;
margin-bottom: 20px; }
.dbox .icon span {
font-size: 30px;
color: #fff; }
.dbox .text {
width: 100%; }

.contactForm .label {
color: var(--sub) !important;
text-transform: uppercase;
font-size: 12px;
font-weight: 600; }

.contactForm .form-control {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0; }

.contactForm .form-control {
height: 36px;
background: #fff;
color: rgba(0, 0, 0, 0.5);
font-size: 14px;
border-radius: 2px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.contactForm .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgba(0, 0, 0, 0.5) !important; }
.contactForm .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(0, 0, 0, 0.5) !important; }
.contactForm .form-control:-ms-input-placeholder {
/* IE 0+ */
color: rgba(0, 0, 0, 0.5) !important; }
.contactForm .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(0, 0, 0, 0.5) !important; }
.contactForm .form-control:focus, .contactForm .form-control:active {
border-color: var(--brand) !important; }

.contactForm textarea.form-control {
height: inherit !important; }

.heading-39291 {
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
color: #000;
margin-bottom: 30px; }

/*---------------------
  Counter
-----------------------*/

.counter {
	padding-bottom: 70px;
}

.counter .counter__content {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.counter .counter__item .counter__item__text h5 {
	color: #ffffff;
}

.counter__content {
	border-top: 1px solid rgba(183, 183, 183, 0.2);
	padding-top: 70px;
	margin-top: 40px;
}

.counter__item {
	margin-bottom: 30px;
}

.counter__item__number {
	float: left;
	margin-right: 20px;
}

.counter__item__number h2 {
	color: var(--brand);
	font-size: 60px;
	line-height: 52px;
}

.counter__item__text {
	overflow: hidden;
}

.counter__item__text h5 {
	color: #111111;
	line-height: 24px;
	text-transform: uppercase;
}

.call-to-action {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../img/image/cta.jpg") center center no-repeat;
  /* background-image: url("../img/image/cta.jpg"); */
  background-size: cover;
}

.service_section {
  width: 100%;
  float: left;
}

.service_section_2 {
  width: 100%;
  float: left;
  background-color: #eac824;
  height: auto;
  background-size: 100%;
  padding: 90px 0px;
  margin-top: 40px;
}

.about_taital_main {
  width: 90%;
  float: left;
  /* padding: 50px 0px 0px 0px; */
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #191919;
  font-weight: bold;
  text-align: center;
}

.yoga_taital {
  width: 100%;
  float: left;
  font-size: 26px;
  color: #191919;
  font-weight: bold;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #272726;
  margin: 0px;
  padding-top: 20px;
}

.read_bt {
  width: 175px;
  float: left;
  padding-top: 40px;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefd;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #363636;
  text-align: center;
  border-radius: 40px;
  padding: 12px;
}

.read_bt a:hover {
  color: #191919;
  background-color: #ffffff;
}

.about_img img {
  height: 450px;
  float: left;
  width: 100%;
  object-fit: cover;
}


/* about section end */

@media (min-width: 576px) and (max-width: 767px) {
  .service_section_2 {
    margin-top: 30px;
}
.about_text {
    font-size: 15px;
    padding-top: 20px;
}
.about_img img {
    height: auto;
}
.service_section .row {
    display: flex;
    flex-direction: column-reverse;
}
.about_taital_main {
    width: 100%;
    padding: 0px;
}
.about_taital {
    font-size: 28px;
}
.about_img img {
    width: 100%;
    margin-top: 30px;
}
}

@media (max-width: 575px) {
  .service_section_2 {
    margin-top: 30px;
}
.about_text {
    font-size: 15px;
    padding-top: 20px;
}
.about_img img {
    height: auto;
}
.service_section .row {
    display: flex;
    flex-direction: column-reverse;
}
.about_taital_main {
    width: 100%;
    padding: 0px;
}
.about_taital {
    font-size: 28px;
}
.about_img img {
    width: 100%;
    margin-top: 30px;
}
}

/* classes section start */

.classes_section {
  width: 100%;
  float: left;
}

.classes_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #272726;
  font-weight: bold;
}

.classes_border {
  width: 100%;
  float: left;
  /* border: 1px solid #000; */
  /* border-left: 5px solid #e8c51d;
  border-right: 5px solid #e8c51d;
  border-bottom: 5px solid #e8c51d; */
  /* border-radius: 10px; */
  height: auto;
  padding: 50px 30px;
}

@media only screen and (min-width: 767px) {
  .classes_border {
    padding: 90px 60px;
  } 
}

.classes_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000000;
  margin: 0px;
}

.classes_section_2 {
  width: 100%;
  float: left;
}

.classes_img {
  width: 100%;
  float: left;
  margin-top: 40px;
  /* margin-bottom: 20px; */
}

.astanga_taital {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 10px;
}

.astanga_text {
  /* width: 86%; */
  float: left;
  font-size: 16px;
  color: #000000;
  margin: 0px;
  letter-spacing: 2px;
}

.read_btn {
  width: 175px;
  float: left;
  padding-top: 40px;
}

.read_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #282828;
  padding: 0px;
  font-weight: bold;
  background-color: var(--brand);
  text-align: center;
  border-radius: 40px;
  padding: 12px;
}

.read_btn a:hover {
  color: #191919;
  background-color: #ffffff;
}

.new .new-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.new .new-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.new .new-item .icon i {
  color: var(--body);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.new .new-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.new .new-item h3 {
  color: var(--body);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.new .new-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.new .new-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #eac824;
}

.new .new-item:hover .icon:before {
  background: #eac824;
}

.new .new-item:hover h3 {
  border-color: #eac824;
}

/* .menu-items {
  text-align:center;
  margin:0 auto;
}
.menu-titles h4 {
  text-shadow:none;
  color:#ed0121;
  text-align:center;
  margin:0 auto;
  padding-top:30px;
  padding-bottom:15px;
}
#food-menu ul {
  margin:0;
  padding:0;
  list-style:none;
}
.menu-images img {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  border:5px solid #dadada;
  display:block;
  margin:auto;
  margin-top: 40px;
  height: 200px;
  object-fit: cover;
}

.text {
width: calc(100% - 10px);
}
.text .one-half {
width: calc(100% - 70px); }
.text .one-half h3 {
text-align: left;
font-size: 17px;
font-weight: 500;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.text .one-forth {
width: 70px;
text-align: right; }
.text .one-forth .price {
font-size: 20px;
color: #e52b34;
font-weight: 600;
line-height: 1.3;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.text p {
margin-bottom: 0;
color: rgba(0, 0, 0, 0.8); }

.order{
  background-color: #e52b34;
  color: white;
  padding: 10px 20px;
}
.order:hover{
  background-color: white;
  color: #e52b34;
  border: 1px solid #e52b34;
} */

/* #menu .box{
  box-shadow: 0px 10px 30px 0px;
  padding: 20px;
  margin: 0px 10px;
} */

.menu-items {
  text-align: center;
  margin: 0 auto;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.menu-titles h4 {
  text-shadow: none;
  color: #ed0121;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 15px;
}

.menu-images img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #dadada;
  display: block;
  margin: auto;
  margin-top: 40px;
  height: 200px;
  object-fit: cover;
}

.text {
  width: calc(100% - 10px);
}

.text .one-half {
  /* width: calc(100% - 70px); */
  width: 100%;
}

.text .one-half h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
}

.text .one-forth {
  width: 70px;
  text-align: right;
}

.text .one-forth .price {
  font-size: 20px;
  color: #e52b34;
  font-weight: 600;
  line-height: 1.3;
}

.text p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
}

/* .order {
  display: block;
  width: 100%;
  background-color: #e52b34;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
}

.order:hover {
  color: #ffffff;
}

.menu-items{
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .menu-items {
    height: 260px;
  }
  .order {
    position: absolute;
    bottom: 0px;
  }
} */

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  border-bottom: 3px dotted #eee;
  padding-top: 60px;
  padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

/* .main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
} */

.main-banner .right-content .right-first-image .thumb .box-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

/* Path */
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/image/cta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus {
  color: #fff !important;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.fruite .tab-class .nav-item a.active {
  background: var(--sub) !important;
}

.fruite .tab-class .nav-item a.active span {
  color: white !important; 
}

.fruite .fruite-categorie .fruite-name {
  line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
  transition: 0.5s;
  color: #e52b34;
}

.fruite .fruite-categorie .fruite-name a:hover {
  color: #eac824;
  text-decoration: underline;
}

.fruite .fruite-item {
  height: 100%;
  transition: 0.5s;
}
.fruite .fruite-item:hover {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
  transition: 0.5s;
  height: 250px;
  object-fit: cover;
}

.fruite .fruite-item .fruite-img img:hover {
  transform: scale(1.3);
}

.clr-red{
  color: #e52b34;
}

.clr-ylw{
  color: #eac824;
}

/*** Single Page Start ***/
.pagination {
  display: inline-block;
}

.pagination a {
  color: rgb(0, 0, 0);
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid var(--brand);
  margin: 0 4px;
}

.pagination a.active {
  background-color: var(--brand);
  color: var(--bs-light);
  border: 1px solid var(--brand);
}

.pagination a:hover:not(.active) {background-color: var(--brand);color: white;}
/*** Single Page End ***/

#men {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#men .section-heading {
  margin-bottom: 60px;
}

#men .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#men .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#men .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#men .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#men .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#men .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#men .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#men .item .thumb {
  position: relative;
}

#men .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#men .item .thumb img{
  height: 400px;
  object-fit: cover;
}

#men .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#men .owl-dots {
  display: none;
}
    
#men .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
  opacity: 0;
}

#men .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  /* content: '\f104'; */
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-prev:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-next:hover {
  opacity: 1;
}

#men .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#men .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  /* content: '\f105'; */
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}