
.amazing {
    padding: 5%;
    background: #fcfcfc;
    margin: 0 auto;
    text-align: center;
}
.count h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.count li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 0 1em;
  text-transform: uppercase;
  color: #5004e0;
}

.count li span {
    display: block;
    font-size: 4.5rem;
    color: #222;
    font-weight: 600;
}

 .logo {
    width: 125px;
  }
@media all and (max-width: 768px) {
  .count h1 {
    font-size: 17px;
  }
  .logo {
    width: 99px;
  }
  .count li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 0 6px;
    text-transform: uppercase;
    color: #5004e0;
}
  .hero-content1 {
    padding: 10% 0;
    text-align: center;
}
   .count ul {
    padding: 0;
   }
.count li {
    font-size: 16px;
    font-weight: 600;
}
  
  .count li span {
    font-size: 26px;
  }
  

}


.fullscreen {
    margin: 0;
    padding: 0;
    perspective: 50vmin;
    background-size: 100vw 100vh;
    /*background-image: radial-gradient(#0000, #673ab72e), linear-gradient(-90deg, #4f03e05e, #000, #4f03e042), linear-gradient(0deg, #ff98002e, #000, #8bc34a5e);*/
    background-color: #000;
    box-shadow: 0 0 150vmin 11vmin #000 inset;
}

.fullscreen:before {
    /*background: radial-gradient(#0000, #0a123a), linear-gradient(180deg, #2000587d, #000, #9c27b02b), linear-gradient(0deg, #ff980054, #000, #009688ba);*/
}



.stars + .stars::before {
    animation-delay: 2s;
}

.stars + .stars::after {
    animation-delay: 3s;
}
.theme-btn2 {
    background: #1F2471;
}
.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #896eff00;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
}

.theme-btn:hover::before {
    width: 100%;
}
.theme-btn:hover {
    color: #fff;
}
.theme-btn::before {
    content: "";
    position: absolute;
    background: #56149e;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}
a, a:active, a:focus, a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;

}
/* ===================
hero css 
====================== */

.hero-wrapper{
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
  background-image: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224));
  z-index: 1;
}

.hero-wrapper::before{
  content: "";
  position: absolute;
  background-image: url(../img/shape/shape-2.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-shape{
  position: absolute;
  bottom: -5px;
  left: 0px;
}

.hero-img{
  position: relative;
  z-index: 1;
}

.hero-wrapper .hero-sub-title{
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}

.hero-wrapper .hero-title{
  font-size: 45px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-wrapper p{
  font-size: 17px;
  color: #fff;
}

.hero-wrapper .hero-btn{
  margin-top: 40px;
  display: flex;
  gap: 15px;
}

.hero-single {
  padding-top: 250px;
  padding-bottom: 180px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-single::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 22, 0.75);
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-single .hero-content .hero-title span{
  color: #896EFF;
}

.hero-single .hero-content .hero-sub-title {
  color: #896EFF;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}
.hero-content1 {
    padding: 10%;
    text-align: center;
}
.hero-title {
  font-weight: 700;
  margin: 20px 0;
}
.hero-title1 {
  font-weight: 700;
  margin: 20px 0;
  color: #5004e0;
  font-size: 3rem;
}
.hero-sub-title1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #222;
}
.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-btn .video-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.hero-btn .play-btn{
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: #896EFF;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #896EFF;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 60px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: 120px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }
  .form-group .form-group-label {
    padding-top: 3.8% !important;
}
  .btn-group, .btn-group-vertical {
    text-align: right;
    float: right;
    width: 100%;
}
.btn-info {
    width: 100% !important;
}
  .fullscreen {
    padding: 15% 3% !important;
    background: #080312;
}
.frame {
    border-radius: 10px;
    box-shadow: -1px 0px 11px 8px #6613e1 !important;
    display: flex;
    flex-direction: column;
    padding: 20% 5% !important;
    }
header {
    padding: 1% 3%;
    background: #161616c2;
}
.hero-wrapper {
    padding-top: 33%;
    padding-bottom: 0px;
}

  .hero-wrapper .hero-title{
    font-size: 32px;
  }

  .hero-wrapper .hero-img{
    margin-top: 70px;
  }

}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 15px;
  }
  .con {
    display: block !important;
  }
  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
}
.pvt-title {
    color: #fff;
    text-align: center;
}
.pvt-sub {
    color: #fff;
    text-align: center;
}
.form-group .form-group-label {
    background-color: rgb(77 2 224);
    border: 1px solid #4d02e0;
    padding-top: 1.8% ;
    border-radius: 0.2rem;
    color: rgb(255 255 255);
    margin: 0;
    padding: 0.8rem;
    user-select: none;
    /* line-height: 100%; */
}
textarea,
textarea[type="text"] {
        width: 100%;
    border: 1px solid #4c01e0eb;
    border-radius: 3px;
    font-family: "Nunito Sans";
    font-size: var(--font-size-m);
    letter-spacing: 0.02rem;
    transition: 0.3s;
    outline: 0;
    color: #fff;
    padding: 0.85rem 1.1rem;
    background: #080312;
    box-shadow: 0px 1px 10px 5px #4f03e024;
    transition: 0.3s;
    outline: 0;
    padding: 0.85rem 1.1rem;
    min-height: 8rem;
    line-height: 1.5rem;
    resize: vertical;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]), select {
    width: 100%;
    border: 1px solid #4c01e0eb;
    border-radius: 3px;
    font-family: "Nunito Sans";
    font-size: var(--font-size-m);
    letter-spacing: 0.02rem;
    transition: 0.3s;
    outline: 0;
    color: #fff;
    padding: 0.85rem 1.1rem;
    background: #080312;
    box-shadow: 0px 1px 10px 5px #4f03e024;
}
.btn-group, .btn-group-vertical {
    text-align: right;
    float: right;
    }
.btn-info {
    background: #4f03e0 !important;
    color: #fff !important;
    width: 194px ;
    border: transparent;
    font-weight: bold !important;
    font-size: 13px !important;
    margin-top: 10%;
    animation: glowing 1300ms infinite;
}
.form-group {
    margin-bottom: 1rem;
    display: flex;
}
.input-focused,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
input[type="text"].input-focused,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
    width: 100%;
    border: 1px solid #4c01e0eb;
    border-radius: 3px;
    font-family: "Nunito Sans";
    font-size: var(--font-size-m);
    letter-spacing: 0.02rem;
    transition: 0.3s;
    color: #fff;
    outline: 0;
    padding: 0.85rem 1.1rem;
    background: #080312;
    box-shadow: 0px 0px 9px 6px #4f03e063;
}
.frame {
    border-radius: 35px;
    box-shadow: -1px 0px 11px 8px #6613e1  !important;
    display: flex;
    flex-direction: column;
    padding: 5%;
    background: #111;
    background-image: radial-gradient(#0000, #673ab700), linear-gradient(-90deg, #4f03e000, #000, #4f03e000), linear-gradient(0deg, #4f03e024, #000, #4f03e04f);

}
.fullscreen {
    padding: 5% 0;
    background: #080312;
}
a:hover {
  text-decoration: none;
}

header .header-logo {
  color: #001b4f;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

header {
    background: #161616cc;
    position: absolute;
    width: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  top: 0;
  z-index: 1000;
}

header .main-menu>li {
  position: relative;
}

header .main-menu>li>a {
  color: #ffffffe8;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: revert;
  padding: 25px 1.5vw;
  font-weight: 400;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

header .main-menu>li.active>a {
  color: #7f1af5;
}

header .main-menu>li:hover>a {
  color: #7f1af5;
}

header .main-menu>li>a>i {
  color: #7f1af5;
}

header .main-menu>li>a:hover>i {
  color: #fff;
}

header .main-menu>li:hover>a i {
  color: #fff;
}

header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 180px;
  overflow: hidden;
  border-top: 2px solid #f49306;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

header .main-menu .sub-menu a {
  padding: 11px 10px;
  display: block;
  color: #173966;
  font-weight: 600;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

header .main-menu .sub-menu a i {
  color: #03328E;
}

header .main-menu .sub-menu a:hover {
  background: #10bd3b;
  color: #fff;
}

header .main-menu>li:hover .sub-menu {
  display: block;
}

header .header-logo figure img {
  max-width: 200px;
}

header .demo-link {
  margin-left: 1vw;
}

header .side-menu-close {
  background: transparent;
}

header .side-menu-close span {
  background: #fff;
  width: 28px;
}
.con {
    display: none;
}
#call-action .call-action {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

#call-action .call-action:hover {
  color: #4e02e0;
}

/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #000;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
}

.side-menu-logo {
  border-bottom: 2px solid #6c17e1;
}

.side-menu-nav .main-menu>li {
  position: relative;
  border-bottom: 1px solid #6c17e1;
}

.side-menu-nav .main-menu>li>a>i {
  color: #fff;
}

.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #fff;
  background: #fff;
  display: none;
}

.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #6c17e1;
}

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-size: .9em;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-nav .main-menu .sub-menu a i {
  color: #fff;
}

.side-menu-nav .main-menu .sub-menu~i {
  font-size: .8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}

.side-menu-nav .main-menu .sub-menu a:hover {
  background: #F5F5F5;
}

.side-menu-nav .main-menu>li>a {
  color: #fff;
  padding: 15px 30px 15px 10px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #5115c1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}



.info {
    display: block;
    font-size: var(--font-size-s);
    margin-top: 0.25rem;
    color: #868e96;
}
.info.inline {
    display: inline-block;
    margin-left: 0.5rem;
}

.divider {
    border-top:0.05rem solid rgb(233 228 250);
    height: 0.1rem;
    margin: 1.8rem 0 1.6rem;
    position: relative;
}
.divider[data-content] {
    margin: 0.8rem 0;
}
.divider--v[data-content]::after,
.divider[data-content]::after {
    background: #fff;
    color: #adb5bd;
    content: attr(data-content);
    left: 50%;
    display: inline-block;
    padding: 0 0.4rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}
.divider--v,
.divider--v[data-content] {
    display: block;
    padding: 0.8rem;
}
.divider--v::before,
.divider--v[data-content]::before {
    border-left: 0.05rem solid rgba(173, 181, 189, 0.5);
    bottom: 0.4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}
.divider--v[data-content] {
    left: 50%;
    padding: 0.2rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn,
[type="button"],
[type="reset"],
[type="submit"],
button {
    line-height: 2rem;
    overflow: hidden;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    text-align: center;
    transition: all var(--animation-duration);
    background-color: rgba(var(--btn-color), var(--bg-opacity));
    border-color: rgba(var(--btn-border-color), var(--color-opacity));
    color: rgba(var(--btn-fg), var(--color-opacity));
    font-size: 0.75rem;
    font-weight: inherit;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-family: Montserrat;
    min-width: 2rem;
    user-select: none;
    margin-bottom: 1rem;
    outline: 0;
    --btn-color: 248, 249, 250;
    --btn-fg: 73, 80, 87;
    --btn-border-color: 233, 236, 239;
}