body {
  overflow-x: hidden !important;
}

/* header start */

.main-menu ul li a {
  color: #ffffff;
}
.transparent-header {
  /* background: transparent; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  z-index: 4;
  /* backdrop-filter: blur(8px); */
  background: rgba(0, 0, 0, 0.6);
}
.header-area .container .row .logo {
  width: 180px;
}

.header-area .container .row .logo a img {
  width: 100%;
  height: auto;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.07); */
  padding: 4px;
  /* background: white; */
  border-radius: 15px;
  margin: 7px 0px;
}
.sticky-bar .container .row .logo a img {
  width: 100%;
  height: auto;
  box-shadow: unset;
  padding: unset;
  /* background: white; */
  border-radius: 15px;
  margin: 0px 0px;
}
.header-btn a {
  background-color: #4aaedd;
  border-radius: 15px;
}
.header-btn a:hover {
  background: #40c3a1;
  color: #fff;
}
/* .white-header .main-menu nav>ul>li:hover>a, .main-menu nav>ul>li.active>a {
    color: #115b7a;
} */

.active a {
  color: #ff7338 !important;
}

.transparent-header .mean-container a.meanmenu-reveal span {
  background: #ffffff;
}

.transparent-header .mean-container a.meanmenu-reveal {
  border: 1px solid #ffffff;
}
.main-menu ul li a:hover {
  color: #ff7338;
}
.header-1.sticky-bar .main-menu ul li a:hover {
  color: #ff7338;
}
/* header end */

/* home banner start */

.slider-height {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  background-position-y: inherit;
}

.background-banner img {
  height: 100vh;
  width: 100%;
}

/* @media (min-width: 1200px) and (max-width: 1500px)
{.slider-height {
    background-position: unset !important;
}} */
#home .container .row .col-xl-4 .slider-img .wow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#home .container .row .slider-text h2 {
  line-height: 1.2;
}
.dark-green {
  color: #0268d9;
}
.light-green {
  color: #f35f14;
}
/* #home .container .row .slider-text h2 span
{
color: #3ac19d;
} */
.slider-content-space {
  padding-top: 100px;
}
.app-shape {
  position: absolute;
  top: 49%;
  left: -37%;
}
.app-shape-02 {
  position: absolute;
  bottom: 52%;
  right: -55%;
}
.slider-img {
  margin-top: 100px;
  margin-left: 78px;
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  color: white;
  background: #f4f9ff2b;
  padding: 3px 15px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 35px;
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 15px;
  color: white;
  background: #f4f9ff2b;
  padding: 3px 15px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 35px;
}

/* home banner end */

/* contact start */

textarea {
  margin-top: 20px;
  height: 148px;
  padding: 14px 17px;
  margin-bottom: 0px;
  display: inline-block;
}
.cta-form input {
  margin: 10px 0px;
  padding: 0px 17px;
}

.news-latter-area {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.07);
  padding: 0 60px;
}

.submit-btn {
  display: inline-block;
  padding: 12px 48px;
  border: 1px solid #dedede;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  color: black;
  z-index: 1;
}

.submit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.submit-btn:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.submit-btn:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.submit-btn:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.submit-btn:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.btn.btn-form:hover {
  background: unset;
}
/* contact end */

/* application link start */

.get-app a {
  display: inline-block;
  line-height: 1;
  padding: 16px 28px;
  border: 1px solid #ebebeb;
  margin-right: 20px;
  height: 85px;
  width: unset;
  border-radius: 5px;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  z-index: 9999999999;
  background: #000c;
}
.features-area .container .application-link-one {
  align-items: center;
}
.features-area .container .application-link-two {
  justify-content: space-between;
  align-items: center;
}

/* application link end */

.section-titles > span {
  color: #135d7b;
}

/* footer start */

.footer-widget ul li a:hover {
  color: #0c9ae8;
  /* opacity: .7; */
}

.footer-area .container .row .footer-widget .logo {
  width: 200px;
  height: 70px;
}
.footer-area .container .row .footer-widget .logo .logo-black img {
  width: 100%;
  /* height: 100px; */
  background: white;
  padding: 7px 8px;
  border-radius: 15px;
}
.footer-area .container .row .footer-widget p {
  color: white;
  padding: 10px 0 0 0;
}
.footer-area .container .row .footer-widget .social-icon {
  display: flex;
  gap: 15px;
}
.footer-area {
  width: 100%;
  height: 623px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  padding-top: 315px;
}
.footer-area .container .row .copyright p a {
  color: #04bef2;
}
.footer-address {
  display: flex;
  flex-direction: column;
}

/* footer end */

/* slider-video start */
.video-slider,
.app-screenshot {
  cursor: w-resize;
}
.youtube-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube-video .play-icon {
  position: absolute;
  /* top: 0; */
  height: 60px;
  width: 60px !important;
  color: white;
}
/* slider-video end */

/* privacy policy page strat */

.privacy-policy-main-menu ul li a {
  color: #030303;
  font-weight: 700;
  font-size: 14px;
  padding: 18px 0;
  display: list-item;
  line-height: 1;
  font-family: Nunito;
}
/* privacy policy page end */

/* blog page start */

/* .blog-img
{
    background-image: url("../img/blog/blog.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
} */
.blog-details .container .row .testimonail-body {
  padding: unset;
  border-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.blog-details .container .row .testimonail-body .blog-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.section-titles.service-titles-heading,
.testimonnial-titles,
.testimoinal-text {
  /*padding: 0px 20px 10px 20px;*/
}
/* blog page end */

/* Local supermart USP start */
.usp .container .row .single-blog .blog-img img {
  /* border-bottom-right-radius: unset !important; */
}
.usp .single-blog .blog-info {
  height: unset;
}
.usp .col-xl-3 {
  padding-bottom: 37px;
}

.usp .card {
  max-width: unset;
  /* border-radius: unset !important; */
  background-color: #ffffff40;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  border: 3px solid #39c19d96;
}
/* .usp .card:hover {
    -webkit-box-shadow: 10px 10px 0 #4eefc1, 20px 20px 0 #489fe2;
    box-shadow: 10px 10px 0 #4eefc1, 20px 20px 0 #489fe2;
    border-color: #0578c5;
    -webkit-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  } */

.usp .card:hover {
  -webkit-box-shadow: 10px 10px 0 #4eefc1, 20px 20px 0 #489fe2;
  box-shadow: 5px 5px 0 #4eefc1, 10px 10px 0 #489fe2;
  /* border-color: #0578c5; */
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-10px, -10px);
  overflow: hidden;
}
.usp .card .content {
  padding: 1.1rem;
}

.usp .card .image {
  object-fit: cover;
  width: auto;
  height: 150px;
  background-image: url("../img/blog/blog.jpg");
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-position: center;
  margin: 10px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/* .usp .card:hover .image {
    transform: scale(1.1);
    } */
.usp .card .content .title {
  color: #115977;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 600;
  min-height: 57px;
}

.usp .card .content .desc {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.4rem;
  text-align: justify;
}

/* Local supermart USP end */

.testtmonial-area {
}

/* ============================================ */

/* Responsive start */

#scrollUp {
  right: 12px;
  bottom: 12px;
}

@media screen and (max-width: 425px) {
  .blog-details .container .row .testimonail-body .blog-img img {
    width: 100%;
    height: unset;
    object-fit: cover;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .testimoinal-text {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .testimonail-body {
    padding: 15px 7px !important;
  }
  .logo-black {
    display: block !important;
  }
}

/* Border Shadow in <hr> tag */

.Generate-btn {
  padding: 1.1em 1em;
  background: none;
  border: 2px solid #fff;
  font-size: 15px;
  color: #131313;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 12px;
  background-color: #f0f0f0;
  font-weight: bolder;
  /* box-shadow: 0 2px 0 2px #000; */
}

.Generate-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 120%;
  background-color: #ff6700;
  top: 50%;
  transform: skewX(30deg) translate(-150%, -50%);
  transition: all 0.5s;
}

.Generate-btn:hover {
  background-color: #4cc9f0;
  color: #fff;
  box-shadow: 0 2px 0 2px #0d3b66;
}

.Generate-btn:hover::before {
  transform: skewX(30deg) translate(150%, -50%);
  transition-delay: 0.1s;
}

.Generate-btn:active {
  transform: scale(0.9);
}

@media (max-width: 767px) {
  #home {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .slider-text.slider-content-space h2 {
    color: #115b7a !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .logo-black {
    display: block !important;
  }
}

/* html {
  height: 100%;
  overflow: hidden;
  background: hsl(0,0%,95%);
} */
/* body {
  font-family: 'Staatliches', cursive;

  box-sizing: border-box;
}
a {
  color: black;
  text-decoration: none;
} */
.wrapper {
  /* position: absolute; */
  margin: auto;
  display: flex;
  /* width: 883px; */
  height: 340px;
  background: hsl(220deg 15.79% 11.18%);
  box-shadow: 1px 1px 25px 3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #fff;
}

/*************/
.wrapper-text {
  padding: 25px 25px;
  /* width: 50%; */
  line-height: 25px;
}

.wrapper-header {
  /* position: absolute; */
  /* width: max-content; */
  font-size: 1.4rem;
  padding-bottom: 20px;
  /* white-space: nowrap; */
  /* font-family: cursive; */
  /* top: 14%; */
  font-weight: 600;
  min-height: 70px;
  /* left: 7%; */
}

/* .wrapper-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2%;
    background: rgb(78 239 193);
} */

/*************/
.wrapper-content {
  /* position: absolute; */
  font-size: 0.9rem;
  /* width: 39%;
    top: 37%;
    left: 7%; */
}
.wrapper-image {
  width: 100%;
  height: 100%;
  /* transform: translate(8px, -33px) scale(1.1); */
  /* background-image: url(https://images.unsplash.com/photo-1580707578919-892eb22db615?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fG1hbiUyMHBvcnRyYWl0fGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60); */
  background-image: url(../img/chose/Lost-Found.png);
  /* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrapper-image-second {
  width: 100%;
  height: 100%;
  /* transform: translate(8px, -33px) scale(1.1); */
  /* background-image: url(https://images.unsplash.com/photo-1580707578919-892eb22db615?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fG1hbiUyMHBvcnRyYWl0fGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60); */
  background-image: url(../img/chose/Block-Unblock.png);
  /* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wrapper-image-third {
  width: 100%;
  height: 100%;
  /* transform: translate(8px, -33px) scale(1.1); */
  /* background-image: url(https://images.unsplash.com/photo-1580707578919-892eb22db615?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fG1hbiUyMHBvcnRyYWl0fGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60); */
  background-image: url(../img/chose/Transfer-Device.png);
  /* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrapper-image-fourth {
  width: 100%;
  height: 100%;
  /* transform: translate(8px, -33px) scale(1.1); */
  /* background-image: url(https://images.unsplash.com/photo-1580707578919-892eb22db615?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fG1hbiUyMHBvcnRyYWl0fGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60); */
  background-image: url(../img/chose/dead-device.png);
  /* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

#accordion {
  width: 100%;
}
#accordion .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}
#accordion .card .card-header {
  border-bottom: 0;
}
.faq-list ul {
  padding-left: 30px;
}
.faq-list ul li {
  list-style: auto;
}
.background-banner {
  position: relative;
}
/* .banner-text
{
    position: absolute;
    top: 40%;
    left: 6%;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px #000000a1;
} */
.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.banner-text-small {
  position: absolute;
  top: 55%;
  left: 6%;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.banner-text {
  position: absolute;
  top: 40%;
  left: 6%;
  font-size: 30px;
  font-weight: 900;
  color: #fff;

  --x-offset: -0.0625em;
  --y-offset: 0.0625em;
  --stroke: 0.025em;
  --background-color: #0000005e;
  --stroke-color: #add8e666;

  text-shadow: var(--x-offset) var(--y-offset) 0px var(--background-color),
    calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke))
      0px var(--stroke-color);
}

@supports (text-shadow: 1px 1px 1px 1px black) {
  .banner-text {
    text-shadow: var(--x-offset) var(--y-offset) 0px 0px var(--background-color),
      var(--x-offset) var(--y-offset) var(--stroke) 0px var(--stroke-color);
  }
}



/*why choose darzo section css*/


.cookie-card {

  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, .05);
  min-height: 224px;
}
.cookie-card:hover {
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.title {
  font-weight: 600;
  color: rgb(31 41 55);
}

.description {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgb(75 85 99);
}

.description a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
}

.description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}

.pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31 41 55 );
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}

.pref:hover {
  color: rgb(156 163 175);
}

.pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.why-choose-us-area .wrapper-header {
    /* position: absolute; */
    /* width: max-content; */
    font-size: 1.4rem;
     padding-bottom: 0px; 
    /* white-space: nowrap; */
    /* font-family: cursive; */
    /* top: 14%; */
    font-weight: 600;
    min-height: 68px;
    /* left: 7%; */
}

