/* font family connectivity */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "inter", sans-serif;
    font-size: 14px;
}
.my-6{
  padding: 6.5em 0;
}
.my-7{
  padding: 7.5em 0;
}
.my-8{
  padding: 8.5em 0;
}
h3{
  font-size: 26px;
  font-weight: 600;
}
h5{
  font-weight: 600;
  font-family: 'jost';
}
p{
  margin: 0;
}

#loader {  
  position: fixed;  
  left: 0px;  
  top: 0px;  
  width: 100%;  
  height: 100%;  
  z-index: 9999;  
  background: url('../images/loader.gif') 50% 50% no-repeat #ffffff;  
  background-size: 20%;
} 

/* header */

.fixed {
  position: fixed;
  top:0; 
  left:0;
  width: 100%; 
  padding: 0 2.9em;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.sticky{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sticky.fixed > ul.navbar-nav a.nav-link.active{
  color: #05a845;
}
.sticky.fixed > .navbar-expand-lg ul.navbar-nav a.nav-link,
.sticky.fixed > .d-flex .bell-btn p.flash{
  color: #000000;
}
.sticky.fixed img.header-logo,
.sticky img.sticky-logo{
  opacity: 0;
}
.sticky.fixed  img.sticky-logo{
  opacity: 1;
}
img.sticky-logo{
  position: absolute;
  left: 0;
}
.logo{
  position: relative;
}

.logo{
  padding: 15px 0;
}
header{
    z-index: 999;
  position: sticky;
}
.navbar-expand-lg ul.navbar-nav a.nav-link{
    color: #ffffff;
    text-transform: capitalize;
    padding: 10px 30px;
}
ul.navbar-nav a.nav-link.active,
ul.navbar-nav a.nav-link:hover{
  color: #05a845;
}
.button .btn{
    text-transform: capitalize;
    padding: 10px 20px;
    color: #000000;
}
.container-fluid{
    position: sticky;
  z-index: 99;
}
.container-fluid header{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 6.2em;
  z-index: 10;
}
.container-fluid header .btn.btn-primary{
  background-color: transparent;
  border: none;
  padding-top: 0;
}
.modal-backdrop.fade{
  z-index: 3;
}
ul li.nav-item .nav-link.active,
.sticky.fixed > .navbar-expand-lg ul.navbar-nav a.nav-link.active{
  color: #05a845;
}
.offcanvas.offcanvas-end{
  border: none;
}


/* bell animation */

.bell-btn p .bi{
  font-size: 18px;
}
.bell{
  display:block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #05a845;
  animation: ring 4s linear infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0%{
    transform: rotate(0deg);
  }
  10%{
    transform: rotate(10deg);
  }
  25%{
    transform: rotate(20deg);
  }
  50%{
    transform: rotate(0deg);
  }
  75%{
    transform: rotate(-20deg);
  }
  90%{
    transform: rotate(-10deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
.modal-body{
  text-align: center;
}
.modal-body span b{
  font-size: 20px;
  color: #05a845;
  margin-inline: 5px;
}
.modal-body a.demo-btn{
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #05a845;
}
.popup .modal-title{
  text-transform: capitalize;
}
.modal.popup{
  background: rgba(0,0,0,0.6);
}
.bell-btn p.flash{
  animation: flash 2s  linear infinite;
  color: #ffffff;
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}


/* slider banner */

.slide img{
    width: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
  max-height: 947px;
}
.slideshow-text{
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 6.2em;
  color: #ffffff;
  transform: translateY(-50%);
}
.slidershow .shopify-content h1{
  font-size: 60px;
  line-height: 80px;
  font-family: "jost";
}
.slidershow .shopify-content span{
  color: #05a845;
}
.slidershow .shopify-content .purches-btn{
  background-color: #05a845;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  margin-top: 20px;
  text-transform: capitalize;
  border-radius: 10px;
}

span.letters {
  animation: type 4s steps(23, end) infinite alternate; 
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: flex;
  margin-left: 10px;
  position: relative;
}
span.letters::after{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes type{ 

  from { width: 0; } 

}



/* destop image */

.slidershow .destop-img{
  position: absolute;
  right: 50px;
  top: auto;
  transform: translateY(-55%);
  bottom: 0;
}
.slidershow .destop-img-1 img{
  position: absolute;
  right: 0;
  transform: translate(-32em,-70%);
}
/* .phone-img{
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translate(-46em, -100%);
} */
.slidershow .vegtable-img{
  position: absolute;
  bottom: 0;
  right: 0px;
  overflow: hidden;
}
.slidershow .vegtable-img img{
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

/***************** demo section *******************/

.heading-title h1{
  font-family: "jost";
  font-size: 50px;
  text-align: center;
  line-height: 65px;
  text-transform: capitalize;
}
.demo .heading-title span{
  color: #05a845;
}

.cards {
  display: flex;
}
.card {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  border: none;
}
.card__image {
  max-height: 450px;
  overflow: hidden;
  width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 20px;
}
.card__image img {
  object-fit: cover;
  overflow: hidden;
  transition: transform 5s linear;
  width: 100%;
}
.card__image:hover img {
  transform: translateY(calc(-100% + 450px));
  transition: transform 5s ease-in-out;
}
.card__image::after{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/arrow-up-right-square.svg) , rgba(0, 0, 0, 0.6);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.card__image:hover:after{
  opacity: 1;
}
.card__title{
  text-transform: capitalize;
}

#demos.demo{
  overflow: hidden;
}

/************** responsive img *************/

.responsive{
  background: url(../images/responsive.svg) no-repeat;
  overflow: hidden;
}
.img-sec img{
  width: 100%;
  height: 100%;
}
.responsive{
  background-color: #e5f6ec;
  padding-block: 8em;
}
.responsive-txt .heading-title p{
  margin: 48px 0;
}
.responsive-txt{
  padding: 0;
  padding-left: 50px;
}
.respo-btn{
  background-color: #05a845;
  padding: 12px 40px;
  border: none;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 10px;
}

/************** feature *************/

.main-feature{
  display: grid;
  justify-content: center;
}
.feature-icon{
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
}
.feature-icon::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
}
@keyframes spin {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
.feature-icon:hover::before{
  animation: spin 9s linear infinite;
}

.fea-icon-1{
  background-color: rgba(118, 51, 249, 0.1);
}
.fea-icon-1::before{
  content: '';
  border: 2px dashed #7633f9;
}
.fea-icon-2{
  background-color: rgba(7, 105, 173, 0.1);
}
.fea-icon-2::before{
  content: '';
  border: 2px dashed #0769ad;
}
.fea-icon-3{
  background-color: rgba(149, 191, 71, 0.1);
}
.fea-icon-3::before{
  content: '';
  border: 2px dashed #95bf47;
}
.fea-icon-4{
  background-color: rgba(28, 111, 169, 0.1);
}
.fea-icon-4::before{
  content: '';
  border: 2px dashed #1c6fa9;
}
.fea-icon-5{
  background-color: rgba(212, 57, 78, 0.1);
}
.fea-icon-5::before{
  content: '';
  border: 2px dashed #d4394e;
}
.fea-icon-6{
  background-color: rgba(249, 96, 73, 0.1);
}
.fea-icon-6::before{
  content: '';
  border: 2px dashed #f96049;
}
.fea-icon-7{
  background-color: rgba(38, 124, 181,  0.1);
}
.fea-icon-7::before{
  content: '';
  border: 2px dashed #267cb5;
}
.fea-icon-8{
  background-color: rgba(212, 57, 78, 0.1);
}
.fea-icon-8::before{
  content: '';
  border: 2px dashed #d4394e;
}
.fea-icon-9{
  background-color: rgba(78, 171, 149, 0.1);
}
.fea-icon-9::before{
  content: '';
  border: 2px dashed #4eab95;
}
.fea-icon-10{
  background-color: rgba(55, 117, 246, 0.1);
}
.fea-icon-10::before{
  content: '';
  border: 2px dashed #3775f6;
}

.feature-title{
  text-align: center;
  margin-top: 12px;
  text-transform: capitalize;
}


/************** rtl-ltr *************/

#rtl-ltr.rtl{
  overflow: hidden;
} 



/************** language *************/

.lan-img img{
  width: 100%;
  height: 100%;
}
.lan-title{
  text-align: center;
  text-transform: capitalize;
}
.total-lan h2{
  font-size: 40px;
  font-weight: 700;
  color: #05a845;
  text-align: center;
}
.number-lan{
  display: grid;
  align-items: end;
}


/************** scroll *************/

table thead tr{
  background-color: #05a845;
  color: #ffffff;
  font-size: 20px;
  font-family: 'jost';
}
table thead tr th{
  padding: 20px 0;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #fff;
  padding: .35em;
}

table th {
  padding: 15px 0;
  text-align: center;
  border-bottom: 0;
  border-right: 0;
}

table tr.column td{
  padding: 15px;
  text-align: center;
  text-transform: capitalize;
}

table th {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
tr:nth-child(even) {
  background-color: #e5f6ec;
}
.total-table table tr{
  background-color: #05a845;
  color: #ffffff;
}

.price-table-wrapper {
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  max-height: 500px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #05a845;
}
.price-table-wrapper.show {
  max-height: 100%;
  padding-bottom: 50px;
}
.price-table-wrapper .price-btn{
  display: flex;
  justify-content: center;
  background: linear-gradient(181.44deg, rgba(245, 245, 245, 0) -10.16%, #e5f6ec 81.4%);
  border-radius: 0px 0px 5px 5px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 11;
  padding-top: 100px;
  padding-bottom: 30px;
}
.price-table-wrapper .price-btn button{
  background-color: #05a845;
  color: #ffffff;
  padding: 12px 35px;
  border: none;
  text-transform: capitalize;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  border-radius: 10px;
}
.total-price{
  position: absolute;
  bottom: 0;
}

.price-btn button.active {
  opacity: 0;
  visibility: hidden;
}


/************** code feature *************/

.featu-icon{
  position: relative;
  transition: .3s;
}
.featu-icon img{
 width: auto;
 height: auto;
}
.featu-title{
  margin: 20px 0;
  font-family: 'jost';
}
.core-feature{
  background-color: #e5f6ec;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  transition: .4s;
}
.hover-feature{
 position: absolute;
 left: 0;
 opacity: 0;
 transition: .4s;
}
.core-feature:hover{
  color: #ffffff;
  background-color: #05a845;
}
.core-feature:hover .hover-feature{
  opacity: 1;
}
.core-feature:hover .featu-icon{
  transform: translateY(-10px);
}

/************** parralax *************/


.parralax{
  background: url(../images/parralax.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 945px;
  background-attachment: fixed;
  position: relative;
  display: flex;
  overflow: hidden;
}
.parralax::after{
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.parralax-txt{
  background-color: #ffffff;
  margin: 0 auto;
  padding: 100px;
  z-index: 3;
  position: absolute;
  text-align: center;
  border-radius: 20px;
  max-width: 700px;
}

/************** application *************/

.application{
  position: relative;
  background-color: #e5f6ec;
  padding: 10em 0;
  overflow: hidden;
}
.application .app-sec{
  z-index: 2;
}
.application::before{
  content: '';
  width: 100%;
  position: absolute;
  background-image: url(../images/responsive.svg);
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  top: auto;
  z-index: 0;
}
.application::after{
  content: '';
  width: 100%;
  position: absolute;
  background-image: url(../images/responsive.svg);
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  top: auto;
  transform: scale(-1,-1);
  z-index: 0;
}
.app-img{
  margin: auto;
}
.left-app,.right-app{
  display: grid;
  align-items: center;
}
.price-app,
.launch-app,
.rating-app{
  margin-bottom: 40px;
}
.Developer-app p a{
  text-decoration: none;
  color: #000000;
}
.application .app-logo h3{
  margin: 30px 0;
}
.application .app-logo .app-btn{
  text-decoration: none;
  color: #ffffff;
  padding: 13px 30px;
  background-color: #05a845;
  border-radius: 10px;
  text-transform: capitalize;
}
.application .app-logo img{
  transition: .4s;
}
.application .app-logo img:hover{
  transform: translateY(-10px);
}
.left-app i.bi-check2{
  color: #05a845;
  font-size: 20px;
}
.rating-app .bi-star-fill{
 color: #05a845;
}


/************** image marquee *************/

.image-scroll,
.blog-scroll,
.product-scroll {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
  padding: 10px 0; 
}
.image-marquee{
	width: 380%;
	display: flex;
	line-height: 30px;
	-webkit-animation: marquee-left 30s linear infinite forwards;
	animation: marquee-left 50s linear infinite forwards;
}
.blog-marquee{
	width: 290%;
	display: flex;
	line-height: 30px;
	-webkit-animation: marquee-left 30s linear infinite forwards;
	animation: marquee-left 50s linear infinite forwards;
}
.image-marquee-wrapper,
.blog-marquee-wrapper,
.product-marquee-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.image-marquee ul li ,
.blog-marquee ul li ,
.product-marquee ul li {
	max-width: 50%;
	width: 100%;
	padding: 0px 15px;
}
.image-marquee ul li img ,
.blog-marquee ul li img ,
.product-marquee ul li img {
	border: 1px solid #05a845;
	border-radius: 25px;
	overflow: hidden;
  vertical-align: middle;
  padding: 10px;
}
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.6%);
  }
}
.product-marquee{
  width: 200%;
	display: flex;
	line-height: 30px;
	-webkit-animation: marquee-right 30s linear infinite forwards;
	animation: marquee-right 50s linear infinite forwards;
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50.6%);
  }

  100% {
    transform: translateX(0);
  }
}

.product-marquee:hover,
.blog-marquee:hover,
.image-marquee:hover{
  animation-play-state: paused;
  cursor: pointer;
}

.tab-design{
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
} 
.tab-design a{
  text-decoration: none;
  font-size: 26px;
  font-family: 'jost';
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.nav.nav-pills{
  flex-direction: row;
  justify-content: center;
}
.nav.nav-pills button{
  text-decoration: none;
  font-size: 20px;
  font-family: 'jost';
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.nav.nav-pills .nav-link.active{
  background-color: #05a845;
}


/************** footer *************/

.footer{
  background-color: #e5f6ec;
  text-align: center;
}
.footer .footer-btn{
  background-color: #05a845;
  color: #ffffff;
  border: none;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 10px;
}
.footer-content{
  padding: 7em 0;
}
.copyright-txt p{
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #05a845;
}
.footer .footer-title h2{
  font-family: "jost";
  font-size: 32px;
  text-align: center;
  line-height: 52px;
  text-transform: capitalize;
  margin-top: 30px;
}

/* scroll to top btn */

a.to-top::before {
  content: "";
  display: block;
  line-height: 2;
  position: absolute;
  text-indent: 0;
  background: url(../images/arrowhead-up.png) no-repeat; 
  background-position: center;
  width: 30px;
  height: 30px;
}

a.to-top {
  background: #05a845;
  bottom: 2em;
  display: inline-block;
  height: 3em;
  position: fixed;
  right: 2em;
  text-indent: -999em;
  width: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 99;
}



/************************ responsive **********************/

.responsive-nav{
  display: none;
  background-color: transparent !important;
}
.responsive-nav .navbar-toggler{
  border: none;
  padding: 0;
}
.responsive-nav .navbar-toggler-icon{
  color: #ffffff;
  background-image: url(../images/black-nav.svg);
}
.responsive-nav .navbar-toggler-icon.sticky-icon{
  background-image: url(../images/list.svg);
  display: none;
}
.sticky.fixed > .d-flex .responsive-nav .sticky-icon{
  display: flex;
  position: absolute;
  bottom: 0;
}
.navbar-toggler:focus,
.btn-close:focus{
  box-shadow: none;
}
.offcanvas-body ul li a{
  text-transform: capitalize;
  color: #000000;
}


.responsive-txt .heading-title h1{
  text-align: start;
}



@media screen and (max-width: 1600px) {
  
  .slidershow .destop-img{
    display: none;
  }

}
@media (max-width: 1530px){
  .navbar-collapse.collapse:not(.show),
  .navbar-expand-lg {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler,
  .responsive-nav{
    display: flex !important;
  }
  .offcanvas-body{
    padding-left: 30px;
  }
}

@media (max-width: 1400px) {
  .slidershow .destop-img-1 img{
    width: 20%;
  }

}

@media screen and (max-width: 1199px) {

  .language .row{
    gap: 50px;
  }
  .parralax{
    height: 700px;
  }
  .image-marquee{
    width: 450em;
  }
  .product-marquee{
    width: 280em;
  }
  .blog-marquee{
    width: 400em;
  }
  .slideshow-text .site-heading h1{
    font-size: 50px;
    line-height: 60px;
  }
  .slidershow .vegtable-img img{
    width: 85%;
  }

}

@media (max-width: 991px) {

  .featu-title h3{
    font-size: 20px;
  }
  .demo .row,
  .rtl .row{
    gap: 48px;
  }
  .parralax{
    height: 600px;
  }
  .slideshow-text .site-heading h1{
    font-size: 42px;
    line-height: 50px;
  }
  .responsive-txt .heading-title p{
    margin: 20px 0;
  }
  .responsive-txt .heading-title h1{
    font-size: 26px;
    line-height: 36px;
  }
  .slidershow .vegtable-img img{
    width: 70%;
  }
  .slidershow .vegtable-img{
    display: flex;
    justify-content: end;
  }
  .slidershow .destop-img-1 img{
    transform: translate(-24em,-70%);
  }
  .heading-title h1{
    font-size: 40px;
    line-height: 50px;
  }
  .application .right-app{
    justify-content: start !important;
    padding-top: 30px;
  }

}

@media screen and (max-width: 871px) {
  .slidershow .vegtable-img img{
    width: 60%;
  }
  .slideshow-text .site-heading h1{
    font-size: 39px;
    line-height: 46px;
  }
  .logo a{
    width: 160px;
    display: block;
  }
  .logo a img{
    width: 100%;
  }
  .slidershow .destop-img-1 img{
    transform: translate(-19em,-70%);
  }
  .slideshow-text .shopify-content p{
      display: none;
  }
  .slide img{
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .my-8{
    padding: 6.5em 0;
  }
  .container-fluid header,
  .slideshow-text{
    padding: 0 2em;
  }
  .responsive-txt{
      margin-top: 30px;
      padding: 0 !important;
  }
  .responsive-txt .heading-title,
  .responsive-txt .heading-title h1{
    text-align: center;
  }
  .parralax-txt{
    max-width: 500px;
    padding: 70px;
  }
  .parralax-txt .heading-title h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .footer-content .footer-title h2{
    font-size: 26px;
    line-height: 43px;
  }
  .heading-title h1,
  .responsive-txt .heading-title h1{
    font-size: 37px;
    line-height: 60px;
  }
  .demo .heading-title h1{
    line-height: 46px;
  }
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .total-table table tr{
    display: table-row;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
    padding: 0;
  }
  
  table tr.column td{
    display: block;
    font-size: 14px;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  .application .app-logo{
    padding: 40px 0;
  }
  .application .left-app{
    text-align: center;
  }
  .application .right-app{
    padding: 0;
    text-align: center;
    justify-content: center !important;
  }
}

@media screen and (max-width: 750px) {
  .slidershow .vegtable-img img{
    width: 50%;
  }
  .slidershow .destop-img-1 img{
    transform: translate(-16em,-70%);
  }
  .slideshow-text .site-heading{
    text-align: center;
    display: grid;
    justify-content: center;
  }
  .slideshow-text{
    width: 100%;
  }
  .slidershow .destop-img-1 img{
    transform: translateY(-55%);
    left: 2em;
  }
  .shopify-content{
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .nav.nav-pills button{
    font-size: 18px;
  }
  .slidershow .vegtable-img img{
    width: 45%;
  }
  .slidershow .destop-img-1 img {
    width: 28%;
  }
  .my-8{
    padding: 4.5em 0;
  }
  .heading-title h1{
    font-size: 34px;
    line-height: 43px;
  }
  .demo .heading-title{
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .container{
    padding: 0 24px;
  } 
  .parralax-txt{
    max-width: 400px;
    padding: 40px;
  }
  .parralax-txt .heading-title h1{
    font-size: 30px;
    line-height: 40px;
  }
  .parralax{
    height: 500px;
  }
  .total-table table tr{
    display: grid;
    margin: 0;
  }
  .image-marquee {
    width: 480em;
  }
  .product-marquee{
    width: 230em;
  }
  .blog-marquee{
    width: 350em;
  }
  .nav.nav-pills{
    display: grid;
  }
  .nav.nav-pills button{
    margin-bottom: 10px;
  }
  .slideshow-text .site-heading h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .modal.show .modal-dialog{
    margin: 30px;
  }
  #scroll.destop-img-1{
    display: none;
  }
  .demo .heading-title {
    margin-top: 0;
  }
  .fixed{
    padding: 0 24px;
  }
  .responsive-nav #offcanvasNavbar.offcanvas{
     width: 300px;
  }

}

@media screen and (max-width: 500px) {
  /* .card__image{
    padding-bottom: 314px;
  } */
   .footer-content .footer-title h2{
    font-size: 20px;
    line-height: 30px;
   }
  .responsive-txt .heading-title h1{
    font-size: 33px;
    line-height: 45px;
  }
}

@media screen and (max-width: 453px) {
  .parralax{
    height: 350px;
  }
  .parralax-txt{
    margin: 30px;
    padding: 35px 20px;
  }
  .slideshow-text .site-heading h1{
    display: block !important;
    font-size: 37px;
    line-height: 40px;
  }
  .bell-btn p.flash{
    display: none;
  }
  .logo a{
    width: 145px;
  }
  .slidershow .vegtable-img img {
    width: 38%;
  }
  .responsive-nav .container-fluid{
    padding: 0;
  }
  .card h3{
    font-size: 20px;
  }
  .responsive-nav #offcanvasNavbar.offcanvas{
     width: 250px;
  }
}

@media screen and (max-width: 360px){
  .slideshow-text .site-heading h1{
    font-size: 32px;
    line-height: 38px;
  }
  .card__image{
    max-height: 300px;
  }
  .card__image:hover img{
    transform: translateY(calc(-100% + 290px));
  }
  .responsive-txt .heading-title h1,
  .demo .heading-title h1,
  .heading-title h1{
    font-size: 30px;
    line-height: 37px;
  }
}