@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;*/
  font-family: "Tahoma";
  font-weight: 700;
}
.slides {
    /*font-family: Roboto, sans-serif;*/
  font-family: "Tahoma";
}
.h1.huge, h1.huge{
  font-weight: 700;
}
.h1.huge, h1.huge {
    font-size: 38px;
    line-height: 1.218751;
    letter-spacing: 0;
}
.xlrg-font {
  font-size: 38px;
  font-weight: 700;
}
.main-logo {
  max-width: 280px;
}
.button.blue {
  /*background: rgb(164, 143, 237) !important;*/
  background: #8143aa !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;*/
  background: #5e6dd5 !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: 50px;
}

.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);
  }
  
    .xlrg-font {
      font-size: 30px;
    }
    .h1, .h1.big, .h1.huge, h1, h1.big, h1.huge {
        font-size: 30px;
    }
}

@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;
  height: 51.25px;
}
.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;*/
  background: #5e6dd5 !important;
  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;
  }
}

.parsley-required, .parsley-type{
    display: inline-flex;
    font-size: 10px;
    color: #f9ff00;
    margin: 5px 0 10px;
    font-weight: 300;
}

.parsley-errors-list{
    margin-bottom: 10px;
    margin-top: 0 !important;
    margin-left: 5px !important;
}

.invalid-feedback{
    display: inline-flex;
    font-size: 10px;
    color: #f9ff00;
    margin: 0px 0 10px;
    font-weight: 300;
    margin-left: 5px !important;
}

.parsley-errors-list.filed li{
    display: inline-flex;
    font-size: 10px;
    color: #f9ff00;
    margin: 5px 0 10px;
    font-weight: 300;
    margin-left: 5px !important;
}



.otpmodal, .alertmodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.otpmodal-content, .alertmodal .alertmodal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    height: 450px;
    padding: 40px 20px;
    overflow: hidden;
    z-index:999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.alertmodal .alertmodal-content h1,
.alertmodal .alertmodal-content h2,
.alertmodal .alertmodal-content h3,
.alertmodal .alertmodal-content h4,
.alertmodal .alertmodal-content h5,
.alertmodal .alertmodal-content h6,
.alertmodal .alertmodal-content p,
.alertmodal .alertmodal-content span{
    color: #000;
}

.otpmodal .close-button, .alertmodal .close-button1 {
    float: right;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #8143aa;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    font-size: 34px;
}

.close-button-all{
    position: absolute;
    right: 0;
    top: 0;
}

.otpmodal .close-button:hover, .otalertmodalpmodal .close-button1:hover {
    background-color: rgb(134, 183, 241) !important;
}

.otpmodal h3{
    color: #000;
}

.show-otpmodal,
.show-alertmodal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.alertmodal button.gradient{
    min-width: 150px;
    width: auto !important;
    font-size: 16px;
}

.alertmodal-content{
    height : auto !important;
    min-height: 200px !important;
}

.otp-input{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.otp-input input{
    width: 50px;
    height: 50px;
    border: 1px solid #b9b9b9;
    padding: 0;
    color: #000;
    border-radius: 5px;
    outline: none;
    text-align: center;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fromRight-custom p{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload-btn-wrapper {
    position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper button {
    color: #fff;
    border: 0;
    background: transparent !important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.upload-btn-wrapper button svg{
    margin-right: 5px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.otpmodal-content p{
    color: #000;
}

/*.kenBurns h3.text-center{*/
/*    color: #fff !important;*/
/*    text-shadow: none !important;*/
/*}*/


input.parsley-success, select.parsley-success, textarea.parsley-success{
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}