@import url('style.css');

/* brand container */
.brand_con {
  width: 100%;
  padding: 120px 0px 0px 0px;
}

.brand_subcon {
  width: 90%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand_left {
  flex: 0 0 43%;
  max-width: 43%;
  position: relative;
}

.brand_right {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  object-fit: cover;

}

.brand_left_title1 {
  text-transform: uppercase;
  font-size: 13px;
}

.brand_left_title2 {
  font-size: 35px;
  padding: 20px 0px;
  color: var(--primary-black);
  font-family: var(--primary-title-font);
}

.brand_left_title3 {
  font-family: var(--primary-content-font);
  font-size: 15px;
  line-height: 22px;
}

.brand_slide {
  height: 100px;
  width: 100px;
}

.brand_logo_slide {
  overflow: hidden;
  margin-top: 60px;
}

.brand_prevnextbutton {
  height: 30px;
  width: 200px;
  position: absolute;
  right: -170px;
  bottom: -60px;
}

.brand_bottom_left {
  margin-top: 10px !important;
}

.brandbottom_con {
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand_bottom_left {
  flex: 0 0 400px;
  max-width: 400px;
  display: flex;
  object-fit: cover;
  margin-top: -150px;
}

.brand_bottom_right {
  flex: 0 0 calc(90% - 400px);
  max-width: calc(90% - 400px);
}

.brand_bottom_right_top {
  font-size: 14px;
  line-height: 23px;
  width: 70%;
  margin-top: 70px;
}


svg line:nth-child(1),
svg line:nth-child(1) {
  stroke-dasharray: 60;
  stroke-dashoffset: 120;
}

svg line,
svg line {
  stroke: #000;
}

svg line,
svg line {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.qodef-dcs-navigation {
  position: absolute;
  bottom: 9px;
  left: 29.3%;
  width: auto;
  z-index: 200;
}

.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.qodef-prev-arrow {
  width: auto;
  float: left;
  cursor: pointer;
}

.qodef-next-arrow {
  width: auto;
  float: right;
  margin-left: 11px;
  cursor: pointer;
}

.qodef-dcs-prev-button,
.qodef-dcs-next-button {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: none;
}

/* news letter */

.newsletter_con {
  /* margin-left: 100px; */
  margin-top: 50px;
}

.newsletter_con_title1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter_con_title2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  padding: 20px 0px;
  color: var(--primary-black);
}

.newsletter_con_title3 {
  width: 350px;
}

.newsletter_input_con {
  width: 100%;
}

.newsletter_input_con input {
  height: 35px;
  width: calc(100% - 20px);
  padding: 0px 10px;
  border: 1px solid var(--primary-black);
  background: transparent;
  outline: 0;
}

/* testimonials */
.testimonials_con {
  padding: 130px 0px;
  width: 100%;
  background: url('../image/banners/banner3.webp');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-top: 90px;
}

.testimonials_subcon {
  width: 45%;
  margin: 0px auto;

}

.testimonials_content_top {
  color: var(--primary-white);
  text-align: center;
}

.testimonials_content_top img {
  margin: 0px auto;
}

.testimonials_content_top {
  color: var(--primary-white);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--primary-content-font);
}

.testimonials_content_bottom {
  color: var(--primary-white);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.testimonials_slide_top {
  text-align: center;
  margin-bottom: 20px;
}

/* instagram shop */
.instagram {
  margin-top: 40px;
}

.instagram_slider {
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
}

.instalside {
  position: relative;
}

.instaanchor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: var(--primary-black);
  padding: 5px;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.instaanchor a {
  font-size: 30px;
  color: var(--primary-white);
}

.instalside:hover .instaanchor {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/*................... category ...................... */
.category_con {
  width: 100%;
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}

.category_subcon {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category_subcon_left {
  flex: 0 0 50%;
  max-width: 50%;
  
}

.category_subcon_right {
  flex: 0 0 40%;
  max-width: 40%;
}

.category_subcon_left * {
  width: 90%;
}

.category_subcon_left h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category_subcon_left h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.category_subcon_left p {
  font-size: 14px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.7);
}

.category_subcon_right_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category_subcon_right_slide {
  flex: 0 0 40%;
  max-width: 40%;
}

.category_subcon_right_slide_img {
  width: 100%;
  position: relative;
}


.category_subcon_right_slide_title {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.category_subcon_right_slide_title a {
  font-weight: 400;
  transition: color 0.5s ease-in-out;
}

.category_subcon_right_slide_title a:hover {
  color: var(--primary-yellow);
  transition: color 0.5s ease-in-out;
}

.category_subcon_left_ab {
  position: absolute;
  writing-mode: vertical-lr;
  left: -40px;
  top: -30px;
  font-size:5.5vw; 
  -webkit-text-stroke: 1px rgba(245,202,32,0.4);
  text-overflow:clip;
  text-wrap: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  height: 110%;
  width: 200px;

}


/*................... end category.................... */

.testimonials_slider {
  overflow: hidden;
}

.testimonials_slide_top img {
  display: block;
  margin: 0px auto;
  width: 50px;
}

.brand_right {
  overflow: hidden;
}

.zoomout {
  transition: transform 5s ease forwards;
}

.brand_con:hover .zoomout {
  animation: scale 5s ease forwards;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}




.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
} */

/* .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */

/* .hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
} */

/* .hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
} */

/* .hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
} */
/* 
@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {

  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
} */

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------
.hero-style {
  height: 850px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}



.img_pos {
  position: relative;
  z-index: 3;
}

.logogif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 47%;
  width: 47%;
  top: -160px;
  z-index: 1;
}

.gif_logo {
  opacity: 0.;
}


.logogif_img {
  position: relative;
  z-index: 2;
}

.logogif_con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 35%;
  width: 35%;
  bottom: 200px;
  z-index: 4;
}




.webtitle_con {
  margin: 0px auto;
}

.color-white {
  color: var(--primary-white);
}

.soil_web_tite_left_bottom {
  color: var(--primary-black);
  font-family: var(--primary-text-font);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/* index benefits  */
.main_con_benefit {
  position: relative;
}

.treeab_con {
  position: absolute;
  height: 100%;
  width: 100%;
}

.treeab_con_subcon {
  position: relative;
  height: 100%;
  width: 100%;
}

.treepng {
  position: absolute;
  left: -30%;
  top: 100px;
  z-index: -1;
  width: 50%;
  opacity: 0.4;
}


.treepng_base {
  position: absolute;
  left: 0px;
  bottom: -210px;
  z-index: -2;
  width: 100%;
  opacity: 0.3;
}

.bio_benefits {
  margin-top: 50px;
}

.bio_benefits_con {
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.bio_slides {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.bio_slides_left {
  flex: 0 0 50px;
  max-width: 50px;
}

.bio_slides_right {
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.bio_slides_right {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-weight: 500;

}

.bio_slides_right h3 {
  margin: 0px;
  font-size: 17px;
  padding: 0px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.bio_slides_left {
  font-size: 50px;
  font-weight: 700;
  color: #dbcdbf;
  margin-top: -10px;
}

.index_benefit_con {
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0px;
}

.index_benefit_left {
  flex: 0 0 55%;
  max-width: 55%;
}

.index_benefit_left_top1 {
  font-size: 4vw;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--primary-black);
  font-family: var(--primary-title-font);
}

.index_benefit_left_top2 {
  font-size: 35px;
  margin-left: 20%;
  margin-top: 60px;
  width: 80%;
  font-family: var(--primary-content-font);
}

.index_benefit_left_top3 {
  width: 70%;
  margin-left: 20%;
  font-size: 14px;
  margin-top: 40px;
  line-height: 23px;
  font-weight: 500;
  font-family: var(--primary-content-font);

}

.index_benefit_right {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}


.index_benefit_right_ab_cloud1 {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.cloude2 {
  width: 200px;
  position: absolute;
  top: 20px;
  left: 300px;
}

.cloude3 {
  left: 50%;
  transform: translate(-50%);
  top: -100px;
  width: 400px;
}

.audio_slide,
.audio_con_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audio_con_left {
  flex: 0 0 40px;
  max-width: 40px;
}

.audio_con_right {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.audio_con_left i {
  font-size: 30px;
}

.audio_con_right_min {
  flex: 0 0 60px;
  max-width: 60px;
  margin-left: 10px;
}

.audio_con_right_title {
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.audio_slide {
  margin-top: 10px;
}

.audio_con {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.audio_con_top1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}



.ourcertification_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ourcertification_top {
  font-size: 23px;
  font-weight: 700;
}

.ourcertification_middile {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.ourcertification {
  margin-left: 60px;
  margin-top: 50px;
  width: 80%;
}

.ourcertification_top {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.ourcertification_slide {
  flex: 0 0 calc(70% / 6);
  max-width: calc(70% / 6);
}

/* index_about */
.why_about_con {
  width: 90%;
  margin: 0px auto;
  padding: 70px 0px;
}

.why_about_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.why_about_slide {
  flex: 0 0 calc(80% / 4);
  max-width: calc(80% / 4);
}

.why_about_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.why_about_bottom_left {
  flex: 0 0 45%;
  max-width: 45%;
}

.why_about_bottom_right {
  flex: 0 0 45%;
  max-width: 45%;
}

.why_about_bottom_left_img {
  display: flex;
  object-fit: cover;
}

.why_about_bottom_right_top {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--primary-title-font);
}

.why_about_bottom_right_bottom {
  font-size: 3vw;
  font-weight: 600;
  margin-top: 10px;
  line-height: 50px;
  padding: 20px 0px;
  font-family: var(--primary-content-font);
}

.why_button_con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.why_button_con button {
  outline: 0px;
  border: none;
  background: transparent;
  font-family: var(--primary-text-font);
  font-size: 16px;
  font-weight: 600;
}

.why_button_content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 23px;
  font-family: var(--primary-content-font);
}

.why_about_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why_about_top {
  padding: 50px 0px;
}

.why_about_slide_title {
  font-size: 20px;
  text-align: center;
}

.why_about_icon {
  margin-bottom: 15px;
}

.why_about_icon i {
  font-size: 30px;
  font-weight: 600;
}

/* width */
.audio_con::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.audio_con::-webkit-scrollbar-track {
  background: #f5e6d9;
}

/* Handle */
.audio_con::-webkit-scrollbar-thumb {
  background: #dbcdbf;
}

/* Handle on hover */
.audio_con::-webkit-scrollbar-thumb:hover {
  background: #c3b6aa;
}


/* our resturrent */

.testimonials_con {
  position: relative;
}

.testimonials_con::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 1;
}

.web_button {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.web_button a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.testimonials_slide{
  position: relative;z-index: 2 !important;
}

.web_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid var(--primary-black);
  transition: all 0.3s ease;
  margin-left: 20px;
}

.web_button a span i {
  font-size: 20px;
}

.testimonials_subcon {
   
    position: relative;
    z-index: 2;
}

.web_button a:hover .webbuttonspan {
  background: var(--primary-black);
  transform: scale(1.1);
  color: var(--primary-white);
  transition: all 0.3s ease;
}

/* why choose us */
.whycon {
  /* padding: 60px 0px; */
  margin-top: 30px;
}

.whysubcon {
  width: 85%;
  margin: 0px auto;
}

.whysubcon_slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0px;
}

.whysubcon_slide {
  flex: 0 0 calc(80% / 3);
  max-width: calc(80% / 3);
  padding: 40px 20px;
  border: 1px solid #dbcdbf;
}

.whysubcon_slide_title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0px;
}

.whysubcon_slide_content {
  font-size: 14px;
  line-height: 22px;
}

.whysubcon_slide_icon i {
  font-size: 70px;
}

.why_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.why_bottom_left {
  flex: 0 0 45%;
  max-width: 45%;
}

.why_bottom_right {
  flex: 0 0 45%;
  max-width: 45%;
}

.why_bottom_right_top {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.why_bottom_right_bottom {
  padding: 20px 0px;
  font-size: 14px;
  line-height: 22px;
}

.why_bottom_left_slide {
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  border: 1px solid #c3b6aa;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.why_bottom_left_slide:first-child {
  margin-top: 0px;
}

.why_bottom_left_slide_top {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why_bottom_left_slide_bottom {
  font-size: 14px;
  line-height: 23px;
}

.why_bottom_right_bottom p {
  text-align: justify;
}

.why_bottom_left_slide_ab {
  position: absolute;
  font-size: 90px;
  font-weight: 800;
  right: -5px;
  bottom: -35px;
  color: #dbcdbf;
  z-index: -1;
}

/* bird animation */
.bird_con {
  position: absolute;
  top: 80px;
  left: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transform: rotate(-15deg);
  opacity: 0.1;
}


.bird {
  background-image: url("http://www.iamramraj.com/demo/Flying_birds_CSS_animation_examples/bird-cells.svg");
  background-size: auto 100%;
  width: 86px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-delay: -0.5s;
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

/* our resturent */

.resturants_con_slides {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resturants_slide_left {
  flex: 0 45%;
  max-width: 45%;
}

.resturants_slide_right {
  flex: 0 0 50%;
  max-width: 50%;
}

.resturants_slide_left_title2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
  padding: 20px 0px;
}

.resturants_slide_left_title3 {
  width: 80%;
}

.resturants_con {
  width: 90%;
  margin-left: 10%;
}

#resturent {
  overflow: hidden;
}

/* ................why choose ................... */
.whychoose{
   width: 100%;
   padding: 70px 0px;
   background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/banners/indexbanner1.webp'); 
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}
.whychoose_con{
  width: 85%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.whychoose_con_left{
  flex: 0 0 40%;
  max-width: 40%;

}
.whychoose_con_right{
  flex: 0 0 45%;
  max-width: 45%;
}
.whychoose_con_left div{
  font-size: 6vw;
 font-weight: 900;
 color: var(--primary-white);
 letter-spacing: 5px;
 margin-top: -15px;
}

.whychoose_con_left_title2_span{
  -webkit-text-stroke: 1px rgba(245,202,32,0.9);
  color: transparent !important;
}
.whychoose_con_right_title{
  font-size: 14px;
  color: var(--primary-white);
  line-height: 23px;
}

.whychoose_con_right_bottom{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  flex-wrap: wrap;
}

.whychoose_con_right_bottom_slide{
  flex: 0 0 calc(90% / 4);
  max-width: calc(90% / 4);
}

.whychoose_con_right_bottom_slide_matter{
font-size: 15px;
font-weight: 500;
color: var(--primary-white);
margin-top: 10px;
}
.link_producttext a{
  font-size: 10px;
  font-weight: 300;
}
.price_product{
  padding-top: 10px;
}
.link_product a{
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  font-weight: 600;
}
.act_price{
  font-weight: 600;
  color:rgba(0, 0, 0, 0.2);
  text-decoration: line-through;
  
}




.container_main_slider{
  width: 100%;
  margin-bottom: 50px;
}
.inner_main_slider{
  width: 85%;
  margin: 0 auto;
}
.image_inside_main{
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%
}

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.main_instagram_grid{
  width: 100%
}
.inner_instagram_grid{
  width: 85%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.same_a{
  width: 32%;
  flex: 0 0 32%;
  margin-bottom: 1.6%;
}
.center_button{
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: -37px;
}
.addcart{
  position: relative;
  transition: all ease-out0.4s;
  bottom: 30px;
  border: none;
  outline: none;
  background: none;
  background-color: black;
  width: 120px;
  padding: 8px;
  color: white;
  opacity: 0;
  transition: all 0.4s;
}

.custom_class_a:hover .addcart{
  opacity: 1;
  bottom: 50px;
}
.items{
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 14px;
  color: white;
  background-color: black;
  padding: 5px;
  font-size: 12px;
  width: 120px;
}
.saleprice{
text-decoration: line-through;
color: gainsboro;
}
.btnaddtocart{
  border: none;
  outline: none;
  background: none;
  background-color: black;
  border-radius: 50%;
  color: white;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  transition: all ease-out 0.5s;
  position: absolute;
  top: 16px;
right: 10px;
}
.custom_class_a:hover .btnaddtocart{
opacity: 1;
right: 30px;
}
.btnaddtocart i{
font-size: 16px;
}
.custom_class_a:hover .addtorate{
opacity: 1;
right: 30px;
}

.addtorate{
  position: absolute;
  top: 56px;
right: 10px;
opacity: 0;
transition: all ease-out 0.4s;
}
.custom_class_a{
width: 100%;
}


.categoryindex{
    height: 200px;
    width: 200px;
}