/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu&display=swap");
/* @font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Regular.eot');
  src: url('../fonts/Pangram-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Pangram-Regular.woff') format('woff'), url('../fonts/Pangram-Regular.svg#Pangram-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?dolofp');
  src: url('../fonts/icomoon.eot?dolofp#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?dolofp') format('truetype'), url('../fonts/icomoon.woff?dolofp') format('woff'), url('../fonts/icomoon.svg?dolofp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Bold.eot');
  src: url('../fonts/Cairo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Cairo-Bold.woff2') format('woff2'), url('../fonts/Cairo-Bold.woff') format('woff'), url('../fonts/Cairo-Bold.ttf') format('truetype'), url('../fonts/Cairo-Bold.svg#Cairo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Bold.eot");
  src: url("../fonts/Axiforma-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Axiforma-Bold.woff2") format("woff2"),
    url("../fonts/Axiforma-Bold.woff") format("woff"),
    url("../fonts/Axiforma-Bold.ttf") format("truetype"),
    url("../fonts/Axiforma-Bold.svg#Axiforma-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Regular.eot");
  src: url("../fonts/Axiforma-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Axiforma-Regular.woff2") format("woff2"),
    url("../fonts/Axiforma-Regular.woff") format("woff"),
    url("../fonts/Axiforma-Regular.ttf") format("truetype"),
    url("../fonts/Axiforma-Regular.svg#Axiforma-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Medium.eot");
  src: url("../fonts/Axiforma-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Axiforma-Medium.woff2") format("woff2"),
    url("../fonts/Axiforma-Medium.woff") format("woff"),
    url("../fonts/Axiforma-Medium.ttf") format("truetype"),
    url("../fonts/Axiforma-Medium.svg#Axiforma-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Nastaliq Urdu";
  src: url("../fonts/NotoNastaliqUrdu.eot");
  src: url("../fonts/NotoNastaliqUrdu.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoNastaliqUrdu.woff2") format("woff2"),
    url("../fonts/NotoNastaliqUrdu.woff") format("woff"),
    url("../fonts/NotoNastaliqUrdu.svg#NotoNastaliqUrdu") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tzg1tx");
  src: url("../fonts/icomoon.eot?tzg1tx#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?tzg1tx") format("truetype"),
    url("../fonts/icomoon.woff?tzg1tx") format("woff"),
    url("../fonts/icomoon.svg?tzg1tx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="i-"],
[class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-ad-icon:before {
  content: "\e900";
}
.i-bi-icon:before {
  content: "\e901";
}
.i-br-icon:before {
  content: "\e902";
}
.i-de-icon:before {
  content: "\e903";
}
.i-dis-icon:before {
  content: "\e904";
}
.i-in-icon:before {
  content: "\e905";
}
.i-kh-icon:before {
  content: "\e906";
}
.i-py-icon:before {
  content: "\e907";
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Axiforma";
  font-weight: normal;
}
.bg-sec {
  background: linear-gradient(
    180deg,
    #d7e5fa -72.71%,
    rgba(255, 255, 255, 0) 157.97%
  );
}
body::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}
body::-webkit-scrollbar-thumb {
  background-color: #7dcaae;
  background-clip: padding-box;
  border: 0 solid transparent;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
body::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}
body::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
body::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}
a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: 0;
}
a:focus,
a:hover {
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  margin-bottom: 0;
  font-family: "Axiforma";
}
a,
button {
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 20px;
}
.font-32 {
  font-size: 32px;
}
.font-48 {
  font-size: 48px;
}
.font-54 {
  font-size: 54px;
}
/* .lang-btn {
  font-family: "Cairo";
  font-size: 24px;
  color: #1c2e47;
  margin-left: 36px;
  position: relative;
} */
.create-sec {
  padding: 44px 0 114px 0;
}
.create-web {
  padding-top: 56px;
}
.create-web h1 {
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: #1c2e47;
  line-height: 61.6px;
  font-weight: 700;
}
.create-web h1 span {
  color: #7dcaae;
}
.create-web h2 {
  font-weight: 500;
  color: #233959;
  line-height: 48.64px;
  margin-bottom: 70px;
}
.arrow-banner {
  right: 180px;
  top: 49px;
}
.create-web .form-group .form-control {
  border: 2px solid #e0e0e0;
  box-shadow: 0px 14px 37px rgb(35 57 89 / 10%);
  border-radius: 85px;
  height: 87px;
  padding-left: 48px;
  color: #9a9a9a !important;
}
.create-web button {
  background: #416fb3;
  border-radius: 71px;
  width: 163px;
  font-family: "Axiforma";
  height: 70px;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.create-web .form-group:after {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #7dcaae;
  opacity: 0.7;
  border-radius: 100px;
  content: "";
  top: -52px;
  right: -16px;
}
.gif-banner:after{ position: absolute; content: ""; height: 100%; width: 5px; background-color: #fff; right: 0; z-index: 5;}
.web-brand:before,
.web-brand:after {
  content: "";
  position: absolute;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.web-brand:before {
  width: 59px;
  height: 59px;
  background: #416fb3;
  border-radius: 100px;
  left: 90px;
  top: 50px;
  z-index: -1;
}
.web-brand:after {
  width: 77px;
  height: 77px;
  background: #fcc60e;
  border-radius: 100px;
  right: 39px;
  bottom: 0;
  z-index: -1;
}
.banner-dot {
  top: -38px;
  left: -30px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.works-sec .tab-pane {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 19px;
  left: 4px;
  max-width: 309px;
  margin: 0 auto;
  right: 0;
}
.works-sec .tab-content {
  overflow: hidden;
  min-height: 791px;
}
.heading {
  color: #1c2e47;
  margin-bottom: 47px;
}
.heading span {
  color: #7dcaae;
}
.works-sec .nav-link {
  color: #1c2e47;
  position: relative;
  padding-left: 92px;
  margin-bottom: 30px;
}
.works-sec h4 {
  margin-bottom: 12px;
  line-height: 26.4px;
}
.works-sec p {
  color: #9a9a9a;
  line-height: 24.32px;
  max-width: 403px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: inherit;
  background-color: transparent;
}
.works-sec .nav-link:before {
  width: 50px;
  height: 50px;
  background: #7dcaae;
  opacity: 0.7;
  position: absolute;
  content: "";
  border-radius: 100px;
  left: 0;
  top: 12px;
}
.works-sec .nav .nav-item:nth-child(2) .nav-link:before {
  background: #fdcc27;
}
.works-sec .nav .nav-item:last-child .nav-link:before {
  background: #416fb3;
}
.tab-links {
  padding: 100px 0 0 82px;
}
.main-tab-data:after {
  position: absolute;
  content: "";
  background: #7dcaae;
  opacity: 0.9;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  bottom: 19px;
  right: -15px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.tab-links:before {
  position: absolute;
  content: "";
  background: #fcc60e;
  opacity: 0.9;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  top: 60px;
  right: 70px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.why-dokan-sec {
  padding: 53px 0 123px;
}
.why-dokan-inner {
  background: rgb(216 221 219 / 20%);
  border-radius: 52px;
  padding: 90px 91px 125px;
  max-width: 1400px;
}
.why-dokan-sec .heading {
  margin-bottom: 68px;
}
.why-dokan-sec .nav-pills a {
  padding: 30px 16px 26px;
  overflow: hidden;

  transition: all ease-in-out 1s;

  /* max-height: 159px; */
}
.why-dokan-sec .nav-pills i {
  transition: all ease-in-out 0.5s;
  display: block;
  color: #233959;
  margin-bottom: 14px;
  font-size: 37px;
}
.why-dokan-sec .nav-pills h4 {
  letter-spacing: -0.005em;
  margin-bottom: 9px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.why-dokan-sec .nav-pills p {
  font-size: 14px;
  line-height: 21px;
  color: #9a9a9a;
}
.why-dokan-sec .nav-pills .nav-link.active,
.why-dokan-sec .nav-pills .show > .nav-link {
  background: #ffffff;
  box-shadow: 0px 2.91278px 48.0608px rgba(65, 111, 179, 0.14);
  border-radius: 10px;
  max-height: 1000px;
  transition: all ease-in-out 1.5s;
}

@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(-5px);
  }
}

.why-dokan-sec .nav-pills .nav-item {
  margin-bottom: 24px;
}
.why-dokan-sec .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
.why-dokan-sec .nav-pills .nav-link.active i,
.why-dokan-sec .nav-pills .show > .nav-link i {
  color: #7dcaae;
  transition: all 0.2s ease-in-out;
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
.mobile-box {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  min-height: 686px;
  max-width: 396px;
  overflow: hidden;
  transform: translate(0, -50%);
}
.why-dokan-sec .tab-pane {
  top: 20px;
  left: 3px;
  right: 0;
  margin: 0 auto;
}
.dukan-frame {
  top: -18px;
  right: 0;
}
.dukandaar-sec {
  padding-bottom: 146px;
}
.dukandaar-sec .heading {
  margin-bottom: 60px;
}
.text-dukandar {
  bottom: 26px;
  left: 0;
  right: 0;
  z-index: 10;
}
.dukandar-one {
  max-width: 361px;
  overflow: hidden;
}
.dukandar-brand {
  border-radius: 11px;
}
.text-dukandar .play-btn {
  margin-bottom: 36px;
}
.text-dukandar h5 {
  line-height: 21px;
}
.text-dukandar span {
  font-family: "Axiforma";
  font-weight: 500;
}
.dukandar-one:after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #000000 0%, rgba(51, 51, 51, 0) 60.67%);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  border-radius: 11px;
}
.dukandar-inner {
  max-width: 1128px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: 49.29px;
  height: 49.29px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -30px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -30px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev img {
  transform: rotate(180deg);
}
.dukandar-frame-one {
  bottom: -142px;
  right: -10px;
  z-index: 1;
}
.dukandar-frame-two {
  bottom: -120px;
  left: 0;
  z-index: 1;
}
.learn-sec {
  background-color: #f7f8f8;
  padding: 128px 0 52px 0;
}
.learn-inner {
  max-width: 997px;
}
.learn-sec .heading {
  margin-bottom: 100px;
}
.video-area {
  min-width: 170px;
  margin-right: 29px;
  width: 170px;
}
.video-area span {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-area img {
  border-radius: 10px;
}
.video-area:after {
  background: linear-gradient(0deg, #000000 -12.27%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.using-text {
  max-width: 269px;
}
.using-text h4 {
  color: #233959;
  line-height: 32px;
  margin-bottom: 32px;
  font-size: 24px;
}
.using-text p {
  color: #9a9a9a;
  line-height: 19px;
}
.using-one {
  padding: 0 0px 44px 0;
  align-items: center;
}

.right-using {
  margin-left: 44px;
}
.using-circle {
  left: 0px;
  top: -2px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.learn-sec:after {
  content: "";
  position: absolute;
  border: 10px solid #416fb3;
  opacity: 0.9;
  width: 59px;
  height: 59px;
  border-radius: 100px;
  right: -30px;
  top: 119px;
}
.why-dokan-sec .tab-pane img {
  max-width: 333px;
  width: 100%;
  height: 666px;
  border-radius: 24px;
}

.more-btn {
  width: 200px;
  height: 60px;
  background: #416fb3;
  border-radius: 80px;
}
footer.footer {
  max-width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 0 !important;
}
.bg-blue {
  background-color: #416fb3 !important;
}
#download-app {
  border-bottom: solid 1px #1c2e47;
}
.left-right-section {
}
.left-right-section {
  position: relative;
  overflow: hidden;
}
.yellow-circle02:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: -36px;
  bottom: 60px;
  background-color: #fee387;
  border-radius: 12px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.donl-img {
  z-index: 1;
  position: relative;
  margin-bottom: -1px;
}
.green-circle02:after {
  content: "";
  width: 281px;
  height: 281px;
  position: absolute;
  left: 52.4%;
  bottom: 0;
  background-color: #7dcaae;
  border-radius: 100%;
  z-index: 0;
  transform: translate(-50%, 9px);
}
.green-dot05:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: -30px;
  background-color: #a1b8da;
  border-radius: 12px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.text-grey-dark {
  color: #1c2e47 !important;
}
.text-section h2 {
  letter-spacing: -0.015em;
}
.download-heading {
  color: #f9fbff !important;
  max-width: 580px;
}
.green-dot06:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: -40px;
  background-color: #547dbb;
  border-radius: 12px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.green-dot07:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: -30px;
  bottom: 0;
  background-color: #547dbb;
  border-radius: 12px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
.download-store {
  padding: 0px;
  margin: 0px;
}
footer li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px 0;
}
.play-img {
  margin-right: 17px;
  margin-top: -1px;
}
.green-dot08:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: -30px;
  bottom: 0;
  background-color: #c8d5e8;
  border-radius: 12px;
  animation: a 5s infinite alternate;
  transform-box: fill-box;
  transform-origin: 0;
}
#download-app {
  border-bottom: solid 1px #1c2e47;
}
.footer-logo {
  margin-bottom: 17px;
}
.font-pangram {
  font-family: "Pangram";
}
.footer-menu li a {
  font-size: 16px;
  font-weight: bold;
  font-family: "Axiforma";
}
footer p {
  color: #000000;
  margin: 0;
  font-size: 14px;
}
.social-icon a {
  margin-right: 3px;
  padding: 6px;
  border-radius: 20px;
  width: 37px;
  height: 37px;
  text-align: center;
  margin-top: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-icon a:hover {
  background-color: #2f60aa;
}
.font48 {
  font-size: 48px;
}
.modal-dialog {
  max-width: 1100px;
}
.modal-content.bg-transparent.p-0.border-0 {
  border-radius: 10px;
  overflow: hidden;
}
#video-model .my-video {
  height: 517px;
}
.dismis-btn {
  display: block;
  position: absolute;
  top: 25px;
  right: 27px;
  z-index: 10;
}
@keyframes a {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(10px, 10px);
  }
}
/* header {
  padding: 60px 0 20px 0;
  position: relative;
  z-index: 10;
} */
.eng-lang {
  font-family: "Axiforma";
  font-weight: bold;
}
img.heart-footer {
  margin: -5px 5px 0;
  animation: heartBeat 4s infinite;
}
/*typing*/
.typing::after {
  content: "";
  height: 100%;
  padding: 2px;
  margin-left: 10px;
  background-color: #7dcaae;
  animation: typing 1.2s ease infinite;
}
span.typed-cursor {
  display: none;
}
.create-sec .dot {
  width: 10px;
  height: 10px;
  background: #7dcaae;
  border-radius: 100px;
  display: block;
}
.dot.dot-1 {
  left: 38px;
  top: 21.5px;
  width: 8px;
  height: 8px;
}
.dot.dot-2 {
  right: 96.5px;
  top: 32.3px;
}
.dot.dot-3 {
  right: 35.5px;
  top: 32.3px;
}
.dot.dot-4 {
  right: -17px;
  top: 40px;
}
.dot.dot-5 {
  right: -34px;
  top: 40px;
}
.dot.dot-6 {
  right: -51px;
  top: 40px;
}
@keyframes typing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.create-web button:hover {
  background-color: #7dcaae;
}
.more-btn:hover {
  background-color: #7dcaae;
}
.dot {
  transform: scale(0);
  transition: all ease-in-out 0.5s;
}
.dot.animate {
  transform: scale(1);
}
.footer-menu li a:hover {
  transition: all 0.8s;
  color: #7dcaae !important;
}
/* header .nav-item a {
  font-weight: bold;
  font-size: 18px;
  font-family: "Axiforma";
  color: #233959;
}
header .nav-item a:hover {
  color: #7dcaae;
} */
header .nav-item {
  margin-right: 23px;
}
header .nav-item:last-child {
  margin-right: 0px;
}
.lang-btn:hover {
  color: #7dcaae;
}
/* .navbar-collapse {
  padding-top: 7px;
} */
.lang-btn:before {
  content: "";
  position: absolute;
  background-color: #a2b9d9;
  height: 13px;
  width: 1px;
  left: -17px;
  top: 15px;
  border-radius: 10px;
}
.gif-banner {
  margin-bottom: 4px;
  max-height: 188px;
}
.empty-mobile {
  top: 30px;
  left: -4px;
  max-width: 370px;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.works-sec .tab-pane img {
  height: 624px;
  max-width: 309px;
  width: 100%;
  border-radius: 24px;
}
.offer-main {
  /* min-height: 727px; */
  align-items: center;
  height: 100%;
}
.footer_bottom {
  background-color: #ffffff;
}
.text-blue2 {
  color: #416fb3 !important;
}
.social-icon a:hover {
  background-color: #e6f0ff;
}
footer ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.dukandar-one .dukandar-brand {
  width: 100%;
  height: 272px;
  object-fit: cover;
}
.player:fullscreen {
  padding-bottom: 100vh;
}
.player:-webkit-full-screen {
  padding-bottom: 100vh;
}
.player:-moz-full-screen {
  padding-bottom: 100vh;
}
.player:-ms-fullscreen {
  padding-bottom: 100vh;
}
.controls {
  padding: 0;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(37, 37, 37, 0) 10%,
    rgba(37, 37, 37, 0.6) 80%
  );
  transition: all 0.2s ease-in 5s;
}
.player:hover .controls {
  bottom: 6.9px;
  transition: all 0.2s ease-out;
}
.time {
  position: absolute;
  right: 30px;
  color: #fff;
  bottom: 100%;
  padding-bottom: 14px;
}
.progress-video {
  height: 8px;
  width: calc(100% - 40px);
  background: rgba(60, 60, 60, 0.6);
  margin: auto;
  border-radius: 6px;
  position: absolute;
  left: 20px;
  bottom: 100%;
  transition: height 0.1s ease-in-out;
}
.progress:hover {
  height: 10px;
}
.progress-filled {
  background: #7dcaae;
  width: 0%;
  height: 100%;
  border-radius: 6px;
  transition: all 0.1s;
}
.controls-main {
  width: calc(100% - 40px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.controls-left,
.controls-right {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.controls-left {
  margin-left: 10px;
}
.controls-right {
  margin-right: 10px;
  justify-content: flex-end;
}
.volume {
  display: flex;
  align-items: center;
}
.volume-btn {
  margin-right: 10px;
}
.volume-btn #volume-off,
.volume-btn #volume-high {
  opacity: 0;
}
.volume-btn.loud #volume-high {
  opacity: 1;
}
.volume-btn.muted #volume-off {
  opacity: 1;
}
.volume-btn.muted #volume-high,
.volume-btn.muted #volume-low {
  opacity: 0;
}
.volume-slider {
  height: 8px;
  width: 80px;
  background: rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  position: relative;
}
.volume-filled {
  background: #7dcaae;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: width 0.2s ease-in-out;
}
.volume-filled:hover,
.play-btnn:hover.play-btnn:before,
.play-btnn:hover.play-btnn:after {
  background: #7dcaae;
}
button {
}
.modal .play-btnn {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
  transform: rotate(-90deg) scale(0.8);
  transition: -webkit-clip-path 0.3s ease-in 0.1s,
    shape-inside 0.3s ease-in 0.1s,
    transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
}
.modal .play-btnn.paused {
  transform: rotate(0deg);
}
.modal .play-btnn:before,
.modal .play-btnn:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: inherit;
}
.modal .play-btnn:before {
  -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
  shape-inside: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
}
.modal .play-btnn:after {
  -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
  shape-inside: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
}
.modal .play-btnn.paused:before {
  -webkit-clip-path: polygon(10% 0, 90% 51%, 90% 51%, 10% 51%);
  shape-inside: polygon(0 0, 100% 51%, 100% 51%, 0 51%);
}
.modal .play-btnn.paused:after {
  -webkit-clip-path: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
  shape-inside: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
}
button:focus {
  outline: none;
}
.speed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-right: 20px;
  text-align: center;
}
.speed-list li {
  color: #fcc60e;
  padding: 5px;
  cursor: default;
}
.speed-list li:hover,
.speed-list li.active {
  color: #fcc60e;
  font-weight: bold;
}
.fullscreen {
  display: flex;
  justify-content: center;
  margin-left: 20px;
}
.player {
  width: 100%;
  border-radius: 10.5029px;
  overflow: hidden;
}
.player video {
  width: 100%;
}
.player:after {
  background: linear-gradient(180deg, #000000 -80.56%, rgba(0, 0, 0, 0) 87.04%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
}
.main-challnge {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.gift-box {
  position: fixed;
  z-index: 1000000;
  right: 15px;
  bottom: 10px;
  width: 50px;
}
.enter-icon {
  left: -24px;
  top: -49px;
}
.top-body {
  padding: 20px 15px;
}
.airplane {
  left: -50px;
  top: -35px;
  z-index: 1;
  max-width: 260px;
  width: 100%;
}
.text-popup {
  padding-left: 0px !important;
}
.text-popup span {
  color: #416fb3;
  font-size: 16px;
  margin-bottom: 3px;
}
.text-popup h3 {
  color: #456fb1;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 4px;
}
.text-popup p {
  color: #424242;
  font-size: 16px;
  margin-bottom: 16px;
}
.text-popup a {
  width: 180px;
  height: 40px;
  border-radius: 10px;
  background-color: #416fb3;
  color: #fff;
  font-family: "Axiforma";
  font-size: 15px;
  text-transform: capitalize;
  display: inline-flex !important;
}
.text-popup a:hover {
  background-color: #7dcaae;
}
.gray-cross {
  right: 15px;
  top: 15px;
  width: 25px;
  z-index: 10;
}
section.challange-sec {
  position: fixed;
  right: -100%;
  width: 100%;
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  transition: all ease-in-out 2s;
  bottom: 25px;
}
.challange-sec.active {
  right: 18px;
}
.botm-body {
  padding: 0 70px 18px 20px;
}
.botm-body .progress {
  background: #f0f0f0;
  border-radius: 29px;
  height: 8px !important;
}
.botm-body .progress-bar {
  background: #7dcaae;
  border-radius: 29px;
  height: 8px !important;
}
progress::-webkit-progress-bar {
  background-color: #f0f0f0;
  width: 100%;
}
progress {
  background-color: #f0f0f0;
}
/* value: */
progress::-webkit-progress-value {
  background-color: #7dcaae !important;
}
progress::-moz-progress-bar {
  background-color: #7dcaae !important;
}
progress {
  color: #7dcaae;
}
section.challange-sec {
  max-width: 390px;
  text-align: center;
}
.entery-brand {
  max-width: 205px;
  margin: 0 auto 0px;
}
._chose_lang_modal .modal-dialog {
  margin: 0px;
  border-radius: 0px;
}
._chose_lang_modal .modal-content {
  background-color: transparent;
  border: none;
}
._chose_lang_modal .font-25 {
  font-size: 1.7857142857142858rem !important;
}
.family_noto_urdu {
  /* font-family: 'Noto Nastaliq Urdu', serif; */
  font-weight: normal;
  font-style: normal;
}
._chose_lang_btn {
  width: 130px;
  line-height: 44px;
  height: 44px;
  padding: 0px;
}
.modal-backdrop.show {
  opacity: 0.85;
}
.logo-modal {
  margin-bottom: 20px;
}
/*terms-page*/
.terms-sec {
  padding: 100px 0;
}
.terms-sec h3 {
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  margin-bottom: 15px;
}
.terms-sec p {
  color: #000;
  line-height: 28.32px;
  margin-bottom: 15px;
  font-size: 18px;
}
.terms-sec p.font-weight-bold {
  font-family: "Axiforma";
  font-weight: 700;
}
.terms-shape {
  width: 100%;
  left: -19px;
  top: 0;
}
.download-store img {
  height: 50px;
  transition: all ease-in-out 0.5s;
}
.download-store img:hover {
  transform: scale(1.05);
}
div#user_mobile-error {
  position: absolute;
  left: 30px;
  bottom: -36px;
}
.form-group .form-control.text-danger {
  border-color: #ed8686 !important;
}

.alert-primary {
  color: #004085;
  background-color: #7dcaae;
  border-color: #7dcaae;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700 !important;
  font-family: "Axiforma" !important;
}
.show_whatsapp {
  transform: translateY(-61px);
  margin-bottom: 0px;
  transition: all 0.1s ease-in;
}
.show_whatsapp ._msg {
  background-color: white;
}
._msg #submit_msg {
  color: white;
}

._msg a.close {
  font-weight: 400;
  margin-top: 1px;
  position: absolute;
  right: 20px;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

.sticky-top {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}

/*csss-update*/
.new-page .work-banner li {
  width: 33.33%;
}

.new-page .work-banner .nav-link {
  padding-left: 44px;
  cursor: auto;
}
.new-page .work-banner .nav-link:before {
  width: 23px;
  height: 23px;
}

.new-page .web-brand.text-right.position-relative.wow.fadeInRight {
  margin-top: -20px;
}

.new-page .web-brand:before {
  left: 200px;
  top: 90px;
}
.new-page .web-brand:after {
  width: 57px;
  height: 57px;

  right: -1px;
  bottom: 80px;
}

.new-page .create-sec {
  padding-bottom: 0;
}
html[dir="rtl"] .new-page .works-sec h4 {
  margin-bottom: 12px;

  line-height: 44px;
}

html[dir="rtl"] .new-page .works-sec .nav-link {
  padding-right: 55px;
}

.work-banner {
  padding-top: 30px;
}

.create-store a {
  width: 182px;
  background-color: #416fb3;
  height: 51px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "Axiforma";
}

.whstapp-icon {
  top: 0;
  left: 0;
  height: 70px;
  pointer-events: none;
  width: 70px;
}

html[dir="rtl"] .create-store {
  justify-content: flex-start !important;
}

#notification_permission .modal-dialog {
  max-width: 422px;
  margin: 0 auto;
}
.head-notification {
  margin-bottom: 32px;
}
.head-notification h5 {
  font-size: 24px;
}
#notification_permission .modal-content {
  padding: 14px 21px 21px;
  border: none;
}
.bodymodal p {
  font-size: 14px;
  line-height: 21px;
  color: #233959;
  margin-bottom: 21px;
}
.notifi-area {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  margin-bottom: 27px;
  padding: 12px 16px;
  border-radius: 4px;
}
.notifi-area p {
  margin-bottom: 27px;
  font-size: 16px;
  color: #868686;
}
.notifi-area p img {
  margin-right: 9px;
}
.notiofi-items li {
  margin-right: 25px;
}
.notiofi-items li a {
  font-size: 16px;
  color: #416fb3;
}
.notiofi-items li:last-child {
  margin-right: 0px;
}
.co-btn {
  background: #416fb3;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  height: 50px;
}
.co-btn:hover {
  background: #7dcaae;
  color: #fff;
}
#notification_permission .modal {
  z-index: 10000000;
}

/*responsive-css*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media only screen and (max-width: 1300px) {
  .why-dokan-inner {
    padding: 90px 10px 125px;
  }
  .why-dokan-sec .nav-pills a {
    padding: 30px 23px 26px;
  }
  .challange-sec.active {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .create-web {
    padding-top: 26px;
  }
  .create-web h1 {
    margin-bottom: 20px;
    line-height: 55.6px;
    font-size: 45px;
  }
  .create-web h2 {
    font-size: 28px;
  }
  .create-web .form-group .form-control {
    padding-left: 28px;
    font-size: 18px;
  }
  .create-sec {
    padding: 44px 0 54px 0;
  }
  .tab-links {
    padding: 90px 0 0 30px;
  }
  .heading {
    margin-bottom: 35px;
  }
  .dukan-frame {
    height: 270px;
  }
  .why-dokan-inner {
    padding: 60px 10px 75px;
  }
  .why-dokan-sec {
    padding: 94px 0 73px;
  }
  .dukandar-frame-one {
    height: 260px;
  }
  .learn-sec {
    padding: 88px 0 66px 0;
  }
  .learn-sec .heading {
    margin-bottom: 80px;
    font-size: 42px;
  }
  .right-using {
    margin-left: 0;
  }
  .main-row {
    margin-bottom: 65px;
  }
  /* header {
    padding: 40px 0 0px 0;
  } */
  .dot.dot-1 {
    left: 31.3px;
    top: 18px;
    width: 7px;
    height: 7px;
  }
  .create-sec .dot {
    width: 8px;
    height: 8px;
  }
  .dot.dot-2 {
    right: 80.5px;
    top: 27.3px;
  }
  .dot.dot-3 {
    right: 30.5px;
    top: 27.3px;
  }
  .dot.dot-4 {
    right: -15px;
    top: 35px;
  }
  .dot.dot-5 {
    top: 35px;
  }
  .dot.dot-6 {
    top: 35px;
  }
  section.challange-sec {
    top: 197px;
  }
  section.challange-sec {
    width: 85%;
  }
}
@media only screen and (max-width: 991.98px) {
  .dukandar-inner {
    max-width: 100%;
  }
  .dukandaar-sec .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .create-sec {
    padding: 24px 0 74px 0;
  }
  .create-web {
    padding: 20px 0 40px;
  }
  .web-brand.text-right.position-relative {
    text-align: center !important;
  }
  .works-sec p {
    max-width: 100%;
  }
  .why-dokan-sec .heading {
    margin-bottom: 30px !important;
  }
  .why-dokan-inner {
    padding: 60px 15px 75px;
  }
  div#pills-tabContent1 {
    min-height: 686px;
    margin-top: 30px;
  }
  .why-dokan-sec .nav-pills a {
    width: 100%;
  }
  .why-dokan-sec .nav-pills .nav-item {
    width: 100%;
  }
  .why-dokan-inner {
    padding: 50px 15px 20px;
  }
  .dukandaar-sec .heading {
    margin-bottom: 30px;
    font-size: 40px !important;
  }
  .dukandar-frame-two {
    height: 240px;
  }
  .using-one:last-child {
    padding-bottom: 44px;
  }
  .using-text {
    max-width: 100%;
  }
  .main-row {
    margin-bottom: 10px;
  }
  .more-btn {
    width: 180px;
    height: 50px;
  }
  .learn-sec {
    padding: 68px 0 46px 0;
  }
  .dukandaar-sec {
    padding-bottom: 90px;
  }
  .font48 {
    font-size: 35px;
  }
  .green-circle02:after {
    width: 230px;
    height: 230px;
    border-radius: 50%;
  }
  .donl-img {
    top: 66px;
  }
  .entery-brand.position-relative {
    text-align: center;
    margin-bottom: 30px;
  }
  .enter-icon {
    left: 12px;
    top: -80px;
  }
  .airplane {
    left: -36px;
  }
  .text-popup {
    padding-left: 0;
    text-align: center;
  }
  .text-popup a {
    display: inline-flex !important;
  }
  section.challange-sec {
    top: 0;
    height: 100%;
    z-index: 10000;
  }
  .challange-sec .container {
    max-width: 100%;
    padding: 0;
  }
  .entery-brand.position-relative {
    text-align: center;
    max-width: 250px;
    margin: 0 auto 17px;
  }
  .enter-icon {
    left: -4px;
    top: -39px;
  }
  .text-popup span {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .text-popup h3 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .text-popup p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .text-popup a {
    width: 180px;
    height: 45px;
  }
  .top-body {
    padding: 30px 40px;
  }
  section.challange-sec {
    top: -30px;
  }
  .challange-sec.active {
    right: 25px;
  }
  .airplane {
    left: -48px;
    max-width: 330px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -10px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -10px;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 1;
  }
  .new-page .work-banner li {
    width: 100%;
  }

  html[dir="rtl"] .new-page .works-sec h4 {
    font-size: 25px;
  }
  html[dir="rtl"] .new-page .works-sec .nav-link:before {
    top: 21px;
  }
  html[dir="rtl"] .new-page .works-sec .nav-link {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container,
  .container-sm {
    max-width: 100%;
    padding: 0 24px;
  }
  .create-sec {
    padding: 40px 0 45px 0;
  }
  .create-web h1 {
    margin-bottom: 14px;
    line-height: 45.6px;
    font-size: 38px;
  }
  .create-web .form-group .form-control {
    height: 60px;
  }
  .create-web button {
    height: 50px;
  }
  .dukandaar-sec {
    padding: 40px 0 37px;
  }
  .dukandar-frame-two {
    display: none;
  }
  .learn-sec:after {
    display: none;
  }
  .using-circle {
    display: none;
  }
  .learn-sec .heading {
    margin-bottom: 50px;
    font-size: 35px;
  }
  .works-mobile-sec .heading {
    font-size: 30px !important;
    margin-bottom: 25px;
    text-align: center;
  }
  .works-mobile .works-text {
    background: #83c9b1;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
    margin: 0 24px 0px;
    border-radius: 12px;
    padding: 20px 53px 28px 25px;
  }
  .works-mobile .works-text h3 {
    margin-bottom: 11px;
  }
  .works-mobile .works-text p {
    font-size: 10px;
    line-height: 14px;
  }
  .works-brand {
    text-align: center;
    height: 530px;
  }
  .works-mobile-sec .container {
    padding: 0;
  }
  .works-mobile-sec .swiper-pagination-bullets {
    bottom: 0px;
    left: 0;
    width: 100%;
    top: auto;
  }
  .works-mobile-sec .swiper-pagination-bullet {
    background: #416fb3;
    opacity: 0.7;
  }
  .works-mobile-sec
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .works-mobile-sec .swiper-pagination-bullet-active {
    background: #fdcc27;
    opacity: 0.7;
  }
  .why-mobile-sec {
    padding: 51px 0 50px;
    background: rgb(216 221 219 / 20%);
  }
  .why-mobile-sec .heading {
    font-size: 30px !important;
    margin-bottom: 30px;
  }
  .why-mobile-sec .tab-content {
    min-height: 660px;
  }

  .slideone img {
    max-width: 237px;
    border-radius: 15px;
  }
  .mobile-slider {
    top: 12px;
    left: 2px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .text-slider {
    padding-top: 157px;
  }
  .text-slider .text-one {
    padding-top: 50px;
  }
  .text-slider .text-one i {
    display: block;
    margin-bottom: 14px;
    font-size: 37px;
    color: #233959;
  }
  .text-slider .text-one h4 {
    margin-bottom: 6px;
    color: #000000;
  }
  .text-slider .text-one p {
    color: #9a9a9a;
    font-size: 12px;
  }
  .why-mobile-sec .swiper-pagination-bullets {
    position: relative;
    margin-top: 15px;
  }
  .why-mobile-sec .swiper-pagination-bullet {
    background: #cceadf;
    opacity: 1;
  }
  .why-mobile-sec .swiper-pagination-bullet-active {
    width: 21px;
    background: #7dcaae;
    border-radius: 77px;
  }
  .works-mobile-sec {
    height: 793px;
  }
  .works-mobile-sec:after {
    content: "";
    position: absolute;
    border: 6px solid #416fb3;
    opacity: 0.9;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    right: -16px;
    top: 129px;
  }
  .mobile-frame {
    top: -30px;
    right: 0;
    z-index: 1;
  }
  .create-web .form-group:after {
    width: 9px;
    height: 9px;
    right: 4px;
  }
  .flex-md-column-reverse- {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .left-right-section .text-section {
    text-align: center;
  }
  .text-section h2 {
    font-size: 30px !important;
    line-height: 113%;
  }
  .download-store {
    justify-content: center;
  }
  .footer-bottom {
    text-align: center;
    padding-bottom: 0 !important;
  }
  .copy-text {
    font-family: "Pangram";
    max-width: 180px;
    margin: 15px auto 25px auto !important;
  }
  .download-store li a img {
    max-width: 125px;
  }
  .green-dot08:after {
    display: none;
  }
  .green-circle02:after {
    left: 52.3%;
  }
  .text-section h2 {
    font-size: 28px !important;
  }
  .donl-img {
    top: auto;
    width: 320px;
    margin: 0 auto;
  }
  .works-slider .swiper-slide:last-child .works-text {
    background: #416fb3;
  }
  .works-slider .swiper-slide:nth-child(2) .works-text {
    background: #fdcc27;
  }
  .dot.dot-1 {
    left: 26.7px;
    top: 14.4px;
    width: 6px;
    height: 6px;
  }
  .create-sec .dot {
    width: 7px;
    height: 7px;
  }
  .dot.dot-2 {
    right: 67.5px;
    top: 23.3px;
  }
  .dot.dot-3 {
    right: 24.7px;
    top: 22.9px;
  }
  .dot.dot-4 {
    right: -15px;
    top: 29px;
  }
  .dot.dot-5 {
    top: 29px;
  }
  .dot.dot-6 {
    top: 29px;
  }
  /* button.navbar-toggler {
    position: absolute;
    padding: 0;
    right: 0;
    top: 1px;
  } */
  .lang-btn:before {
    display: none;
  }
  .botm-body .progress {
    height: 6px !important;
  }
  .botm-body .progress-bar {
    height: 6px !important;
  }
  .airplane {
    max-width: 240px;
    top: -42px;
  }
  section.challange-sec {
    width: 70%;
  }
  .text-popup h3 {
    font-size: 25px;
  }
  .swiper-container.works-slider.wow.fadeInUp.swiper-container-initialized.swiper-container-horizontal {
    padding-bottom: 25px;
  }
  ._chose_lang_modal .font-25 {
    font-size: 1.585714rem !important;
  }
  .terms-sec {
    padding: 50px 0;
  }
  .terms-sec h3 {
    font-size: 30px;
  }
  .terms-sec p {
    font-size: 16px;
    line-height: 25.32px;
  }
  .download-store {
    margin: 22px 0 -10px !important;
  }
  .why-dukan-brand {
    display: none;
  }
  .why-circle {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 575.98px) {
  .logo img {
    width: 92px;
  }
  .create-web {
    padding: 0px 0 50px;
  }
  .create-web h1 {
    margin-bottom: 19px;
    line-height: 39px;
    font-size: 29px;
  }
  .create-web h2 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .arrow-banner {
    right: 104px;
    top: 29px;
    width: 34px;
  }
  .create-web .form-group .form-control {
    height: 47px;
    font-size: 10px;
    padding-left: 26px;
  }
  .create-web button {
    height: 39px;
    width: 93px;
    font-size: 10px;
    right: 4px;
  }
  .web-brand:before {
    width: 31px;
    height: 31px;
    right: 70px;
    top: 30px;
  }
  .web-brand:after {
    width: 41px;
    height: 41px;
    right: 28px;
    bottom: -2px;
  }
  .dukandaar-sec .heading {
    font-size: 30px !important;
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .heading {
    font-size: 36px !important;
  }
  .text-dukandar .play-btn img {
    width: 35px;
  }
  .text-dukandar .play-btn {
    margin-bottom: 16px;
  }
  .text-dukandar h5 {
    font-size: 10px;
    line-height: 5px;
  }
  .text-dukandar span {
    font-size: 9px;
  }
  .learn-sec {
    padding: 50px 0 0px 0;
  }
  .learn-sec .heading {
    margin-bottom: 40px;
    font-size: 30px !important;
  }
  .video-area {
    min-width: 117px;
    margin-right: 20px;
    width: 117px;
  }
  .using-text h4 {
    line-height: 17px;
    margin-bottom: 18px;
    font-size: 14px;
  }
  .using-text p {
    font-size: 11px;
  }
  .video-area a img {
    width: 20px;
    height: 20px;
  }
  .using-one:last-child {
    padding-bottom: 30px;
  }
  .using-one {
    padding: 0 0px 30px 0;
  }
  .typing::after {
    padding: 1px;
  }
  .create-sec .dot {
    width: 6px;
    height: 6px;
  }
  .dot.dot-1 {
    left: 20.3px;
    top: 11.3px;
    width: 5px;
    height: 5px;
  }
  .dot.dot-2 {
    right: 51.4px;
    top: 17px;
  }
  .dot.dot-3 {
    right: 18.9px;
    top: 17.1px;
  }
  .dot.dot-4 {
    right: -12px;
    top: 21px;
  }
  .dot.dot-5 {
    top: 21px;
  }
  .dot.dot-6 {
    top: 21px;
  }
  .dot.dot-5 {
    right: -24px;
  }
  .dot.dot-6 {
    right: -36px;
  }
  a.lang-btn {
    margin: 0 40px 0 0px;
    font-size: 14px;
  }
  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: -155px;
    left: 0;
    background-color: #fff;
    z-index: 20;
    padding: 25px 30px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    height: auto !important;
  }
  header #navbarSupportedContent.show {
    opacity: 1;
    visibility: visible;
    top: 38px;
  }
  .navbar-nav {
    align-items: flex-start !important;
  }
  header .nav-item {
    margin: 0 0 6px;
  }
  .dukandar-one .dukandar-brand {
    height: 180px;
  }
  section.challange-sec {
    width: 90%;
  }
  .challange-sec.active {
    right: 22px;
  }
  .gray-cross {
    right: 10px;
    top: 10px;
    width: 20px;
  }
  .entery-brand.position-relative {
    max-width: 190px;
    margin: 0 auto 25px;
  }
  .text-popup span {
    font-size: 15px;
  }
  .airplane {
    max-width: 210px;
    top: -49px;
    left: -10px;
  }
  .text-popup a {
    width: 165px;
    height: 38px;
  }
  .top-body {
    padding: 30px 40px 28px;
  }
  .text-popup p {
    font-size: 14px;
  }
  .gif-banner {
    margin-bottom: 4px;
  }
  .dukandar-one {
    max-width: 500px;
    margin: 0 auto;
  }

  .alert-primary {
    padding-left: 15px;
    justify-content: flex-start;
  }

  ._msg #submit_msg {
    font-size: 15px !important;
  }

  .gif-banner {
    margin-bottom: 11px;
  }
  .create-store a {
    height: 50px;

    font-size: 16px;
  }
  .whstapp-icon {
    height: 50px;
  }

  #notification_permission .modal-content {
    padding: 14px 14px 21px;
  }
  .notifi-area p {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 17px;
  }
  #notification_permission .modal-dialog {
    padding: 0 10px;
  }
}

/*new dukan css*/
/* .goShopping_btn{ display: none !important;} */
.goShopping_btn a{
  font-size: 14px;
  color: white;
  width: 100%;
  height: 100%;
  position: relative;
  top: 1px;
  
}
.goShopping_btn a img{
  margin-left: 11px;
 

}
.goShopping_btn{
  width: 139px;
  margin-right: 20px;
  text-align: center;
  height: 40px;
  border-radius: 32px;
  background-color: #7DCAAE;
  border-radius: 1px solid #7DCAAE;
}


/*new-sec-banner*/

.webstorebanner-sec{margin-bottom: 30px; padding-top: 32px; background-image: url("../images/bannernew.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat;}


.contentbrand h3{font-size: 45px;
  font-weight: 700;
    margin-bottom: 10px;}
.contentbrand span{font-size: 20px;
    font-weight: 400;
	display: block;
    max-width: 615px;
    margin-bottom: 25px;}



/*typing*/
.typing::after {
  content: '';
  height: 100%;
  padding: 2px;
  margin-left: 10px;
  background-color: #7DCAAE;
  animation: typing 1.2s ease infinite;
}
span.typed-cursor {
  display: none;
}
@keyframes typing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cta_head {
  background: #7DCAAE;
  border-radius: 58px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  width: 145px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px !important;
}.cta_head{ display: inline-flex;}



@media (max-width: 572px){
  .goShopping_btn a{
  font-size: 12px;  
}
.goShopping_btn{
  width: 121px;
  margin-right: 10px;
  text-align: center;
  height: 34px;
}
.cta_head {
  margin: auto
}
.contentbrand{ text-align: center; margin-bottom: 20px;}
.contentbrand h3{font-size: 31px;
 text-align: center;}
 .webstorebanner-sec{ margin-bottom: 30px;}



}
.header-links a.active{color: #7dcaae;}