@font-face {
  font-family: "Kingthings Calligraphica 2";
  src: url("../assets/fonts/KingthingsCalligraphica2.eot");
  src: url("../assets/fonts/KingthingsCalligraphica2.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/KingthingsCalligraphica2.woff2") format("woff2"),
    url("../assets/fonts/KingthingsCalligraphica2.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.custom-font {
  /* font-family: 'Kingthings Calligraphica 2'; */
  font-family: "Poppins", sans-serif;
}
.xlrg-font {
  font-size: 54px;
}
.main-logo {
  max-width: 280px;
}
.button.blue {
  background: rgb(164, 143, 237) !important;
  background: linear-gradient(
    160deg,
    rgba(164, 143, 237, 1) 0%,
    rgba(237, 168, 247, 1) 46%,
    rgba(158, 180, 243, 1) 73%,
    rgba(134, 208, 244, 1) 100%
  ) !important;
}
.button {
  border-radius: 50px;
}
.button.green {
  background: rgb(134, 183, 241) !important;
  background: linear-gradient(
    180deg,
    rgba(134, 183, 241, 1) 0%,
    rgba(151, 157, 237, 1) 100%
  ) !important;
}
.banner-btn-wrap .button {
  min-width: 160px;
}
.panel .sections .menu li a {
  padding: 10px 15px;
  background: rgb(134, 183, 241) !important;
  background: linear-gradient(
    180deg,
    rgba(134, 183, 241, 1) 0%,
    rgba(151, 157, 237, 1) 100%
  ) !important;
  border-radius: 8px;
  opacity: 1;
}
.bottom-bar-wrap .mob-num .icn {
  width: 25px;
  margin-right: 10px;
}
.bottom-bar-wrap .mob-num h4 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.lang-wrap .link {
  display: flex;
  align-items: center;
}
.lang-wrap .icon {
  width: 24px;
  margin-right: 10px;
}
.panel .sections .right .lang-wrap {
  display: inline-flex;
  transform: translateY(4px);
}
.slides nav.panel {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5998774509803921) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5998774509803921) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5998774509803921) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.slides nav.panel.bottom {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5998774509803921) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5998774509803921) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5998774509803921) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.selected-item {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: transparent;
  min-width: 115px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: white;
}

.dropdown-list {
  position: absolute;
  display: none;
  margin-top: 0;
  padding: 0;
  list-style: none;
  background-color: rgb(0 0 0 / 50%);
  border: 1px solid rgb(0 0 0 / 50%);
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background-color: rgb(0 0 0 / 70%);
}

.count-vendors {
  display: inline-flex;
  align-items: center;
  /* background: #9F4AA3; */
  padding: 15px 10px;
  border-radius: 8px;
  background: rgb(159 74 163 / 70%);
}
.count-vendors .icon {
  width: 55px;
  margin-right: 10px;
}
.count-vendors .count {
  margin-bottom: 0;
  font-size: 36px;
  margin-right: 5px;
  font-weight: 700;
}
.count-vendors .title {
  font-size: 24px;
}

.slide .dowload-btn {
  margin-top: 15px;
}
.slide .dowload-btn .button.hollow {
  border-radius: 8px;
}
.main-title-first {
  line-height: 60px;
}

.bottom-bar-wrap .left {
  display: flex !important;
  justify-content: space-between;
  width: 100% !important;
  align-items: center;
}

#btnTopWrap {
  display: inline-flex;
}
.button.blue1{
  background-color: #8143aa;
  color:#fff;
}
@media (min-width: 1200px) {
  nav .sections.desktop {
    max-width: 1020px;
    margin: auto;
  }
}

@media (min-width: 1300px) {
  nav .sections.desktop {
    max-width: 1120px;
    margin: auto;
  }
}

.p,
blockquote,
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .p,
  blockquote,
  p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .main-logo {
    max-width: 120px;
  }
  .xlrg-font {
    font-size: 25px;
    line-height: normal !important;
  }
  .container .wrap .spaceWrap,
  .container .wrap.spaceWrap,
  .container .wrap:not(.noSpaces) {
    padding: 100px calc(5% + 15px);
  }
}

@media (max-width: 550px) {
  .p,
  blockquote,
  p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .slides.animated .panel {
    position: relative !important;
    background: transparent !important;
    margin-bottom: -110px !important;
  }
}

@media (min-width: 768px) {
  .contact-form-wrap input {
    max-width: 100% !important;
  }
  .contact-form-wrap textarea {
    max-width: 100% !important;
    height: 175px;
  }
}
.ac-3 {
  display: flex;
  gap: 15px;
  margin: 5px 5px 10px 5px;
  align-items: center;
}
.ac-3 p {
  margin: 0;
}
.ac-3 button {
  flex: 1;
  padding: 10px 15px;
  background: rgb(134, 183, 241) !important;
  border-radius: 8px;
  border: 0;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.ac-3 button.active {
  background: blueviolet !important;
}
.text-center {
  text-align: center;
  font-size: 30px;
}
.input-group {
  display: flex;
  gap: 0px;
  margin-left: 0px;
  margin-right: -10px;
}
.input-group select {
  width: 100px;
}
.upload-btn {
  color: white;
  display: flex;
  align-items: center;
  background: rgb(134, 183, 241) !important;
  background: linear-gradient(
    180deg,
    rgba(134, 183, 241, 1) 0%,
    rgba(151, 157, 237, 1) 100%
  ) !important;
  gap: 10px;
  border-radius: 8px;
  border: 0;
  margin: 5px 0 0 5px;
  text-align: center;
  justify-content: center;
  height: 35px;
  flex: 1 1 auto;
  min-width: 100px;
}
.upload-btn svg {
  height: 20px;
}
.upload-btn span {
  color: white;
  display: block;
  font-size: 15px;
}

.dflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 5px;
  color: #bbb;
}
.dflex input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
.dflex label {
  margin: 0;
}
.dflex label a {
  color: blueviolet;
}
.password_cont {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-right: -10px;
}
.mobile-footer {
  display: none;
}

/* language toggle */
.switch {
  position: relative;
  display: inline-block;
  /* margin: 5px 0 0; */
  margin-top: -10px;
}

.switch span {
  position: absolute;
  top: 10px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked + label .off {
  color: #8143aa;
}

input.check-toggle-round-flat:checked + label .on {
  color: #fff;
}

.switch span.on {
  left: 0;
  padding-left: 2px;
  color: #8143aa;
  z-index: 1;
}

.switch span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
  z-index: 1;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 80px;
  height: 30px;
  background-color: #8143aa;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #8143aa;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 35px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 35px;
}
.social-icons {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  filter: invert(1);
  -webkit-filter: invert(1);
  justify-content: space-between;
}
.payment-method {
  display: flex;
  align-items: center;
  gap: 10px;
  /* padding: 0 10px; */
  /* filter: invert(1);
  -webkit-filter: invert(1);
  justify-content: space-between; */
}
.payment-method img {
  height: 25px;
  /* width: 35px; */
}

.social-icons a img {
  height: 25px;
  width: 25px;
}
.sections.desktop.ftone {
  display: flex !important;
  justify-content: space-between;
}
.sections.desktop.ftone .right {
  display: flex !important;
  justify-content: space-between;
  width: auto;
}
.sections.desktop.ftone .left {
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .sections.desktop.ftone {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
.gsts {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: -5px;
}
.gsts .savesww {
  margin: 5px 0 0 !important;
  flex: 1 1 auto;
  width: auto;
  height: 35px;
  padding: 0;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.ac-3 a {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.ac-3 a svg {
  height: 30px;
  color: black;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 5px 10px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .switch {
    margin: 0 !important;
  }
  .mobile-footer {
    display: flex !important;
    flex-direction: column;
    padding: 20px 30px;
  }
  .slides nav.panel.bottom {
    display: none;
  }
  .mobile-footer .social-icons {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
    filter: invert(1);
    -webkit-filter: invert(1);
    justify-content: center;
  }
  .mobile-conttent {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mobile-conttent a h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .mobile-conttent a img {
    height: 35px;
  }
  .mobile-method {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
  .password_cont {
    flex-wrap: wrap;
    gap: 0px;
    margin: 0;
  }
  .panel {
    padding: 10px 15px;
  }
  .input-group select {
    width: 70px;
  }
  .input-group {
    margin-right: 0;
  }
  .gsts {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 0;
  }
  .sidebar .mainMenu li{
    font-size: 16px;
    line-height: 40px;
  }
}
