
body {
  font-family: 'Biger';
  color: #444444;
}

a {
  color: #5846f9;
  text-decoration: none;
}

a:hover {
  color: #8577fb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Biger';
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;  
  box-shadow:0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
  background: rgba(0, 0, 0, 0.8);
}

.back-to-top i {
  font-size: 28px;
  color: #a34267;
  line-height: 0;
}

.back-to-top:hover {  
  color: #beb1bf;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  border: 6px solid #c81e95;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding:  20px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.spotlight {
  position:relative;
   text-align:center;
   margin: 0px 5px;
   min-width:15%;
   z-index: 100;
}

.spotlight:after {
  position:absolute;
   content:'\00a0';
   width:100%;
   left:0px;
   top:0px;
   padding:10px;
   box-shadow:0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
   -webkit-transform:perspective(25px) rotateX(-3deg);
   -moz-transform:perspective(25px) rotateX(-3deg);
   transform:perspective(25px) rotateX(-3deg);
   z-index: 100;
}

.game-btn-lft {
  position:relative;
   text-align:center;
}

.game-btn-lft {
  position:absolute;
   content:'\00a0';
   left:0px;
   top:0px;
   padding:10px;
   box-shadow:0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
   /* -webkit-transform:perspective(25px) rotateX(-3deg);
   -moz-transform:perspective(25px) rotateX(-3deg);
   transform:perspective(25px) rotateX(-3deg); */
}

.game-btn-right {
  position:relative;
  text-align:center;
}

.game-btn-right {
  position:absolute;
   content:'\00a0';
   left:0px;
   top:0px;
   padding:10px;
   box-shadow:0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
   -webkit-transform:perspective(25px) rotateX(-3deg);
   -moz-transform:perspective(25px) rotateX(-3deg);
   transform:perspective(25px) rotateX(-3deg);
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  padding: 10px 12px 10px 12px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  padding: 0 3px;
  font-family: 'Biger';
  font-size: 15px;
  font-weight: 600;
  color: #a34267;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
}

.navbar > ul > li > a:before {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #beb1bf;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;  
  box-shadow:0px 0px 5px 1px #beb1bf, 0px 0px 5px 1px #beb1bf inset;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #beb1bf;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
}

.navbar .getstarted {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.navbar .getstarted:hover {
  color: #fff;
  border-color: #fff;
}

.navbar .getstarted:before, .navbar li:hover > .getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: none;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

/* .navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #2c4964;
} */

.navbar .dropdown ul a i {
  font-size: 12px;
}

/* .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5846f9;
} */

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #beb1bf;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 20px!important;
  background-color: rgb(0 0 0 / 30%);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 20px;
  color: #a34267;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #beb1bf;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: none;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 5px 5px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
  padding: 10px 0!important;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5846f9;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(8, 0, 10, 0.7) 0%, rgba(20,0,10, 0.7) 100%), url("banner1.gif") center center no-repeat;
  background-size: cover;
}

.icon-overlay {
  opacity: .03;
  position: absolute;
}

.icon-overlay img {
  height: auto;
  max-width: 100vw;
  width: 900px;
  position: absolute;
  left: -20vw;
  top: -80vh;
}


#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: 'Biger';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #a34267;
  box-shadow:0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
}

#hero .btn-get-started:hover {
  color:#fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .container, #hero .container-fluid {
    padding-top: 68px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px), (max-height: 600px) {
  #hero {
    height: auto;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  color:#c378d3;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;  
  color: #a34267;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
  background: rgb(73,12,84);
  background: linear-gradient(0deg, rgba(0,50,150,1) 0%, rgba(5,3,37,1) 100%);
}

.about p {
  color: #c598c3;
  margin: auto;
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: 'Biger';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #050325;
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: 'Biger';
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.counts .btn-get-started {
  font-family: 'Biger';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #a34267;
    box-shadow: 0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
}

.counts .btn-contract {
  font-family: 'Montserrat';
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    margin-top: 30px;
    color: #a34267;
    box-shadow: 0px 0px 0px 2px #c598c3, 0px 0px 8px 1px #a34267 inset;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.counts .btn-contract:hover {
  background-color:rgba(197, 152, 195, .5) ;
}

.btn-contract-p {
  font-family: 'Montserrat';
    font-weight: 400;
    font-size: .875rem;
    display: inline-block;
    transition: 0.5s;
    color: #a34267;
    box-shadow: 0px 0px 0px 2px #c598c3, 0px 0px 8px 1px #a34267 inset;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.btn-contract-p:hover {
  background-color:rgba(197, 152, 195, .5) ;
}

.counts .btn-get-started:hover {
  background-color:rgba(197, 152, 195, .5) ;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.features.section-bg {
  background: rgb(36,0,68);
background: linear-gradient(0deg, rgba(0,50,150,1) 0%, rgba(0,12,84,1) 100%);
}

.features .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  /* background: #fff; */
}

.features .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.features .icon-box .icon img {
  width: auto;
  height: 100px;
}

.features .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.features .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.features .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.features .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #beb1bf;
}

.features .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.features .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #c598c3;
}

/* .features .icon-box:hover {
  border-color: #fff;
  box-shadow: rgb(234 163 239) 0px 0px 4px 3px, rgb(195 120 211) 0px 0px 8px 1px inset;
} */

.features .iconbox-blue i {
  color: #e80368;
}

.features .iconbox-blue:hover .icon i {
  color: #fff;
}

.features .iconbox-blue:hover .icon path {
  fill: #e80368;
}

.features .iconbox-orange i {
  color: #e80368;
}

.features .iconbox-orange:hover .icon i {
  color: #fff;
}

.features .iconbox-orange:hover .icon path {
  fill: #e80368;
}

.features .iconbox-pink i {
  color: #e80368;
}

.features .iconbox-pink:hover .icon i {
  color: #fff;
}

.features .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.features .iconbox-yellow i {
  color: #e80368;
}

.features .iconbox-yellow:hover .icon i {
  color: #fff;
}

.features .iconbox-yellow:hover .icon path {
  fill: #e80368;
}

.features .iconbox-red i {
  color: #e80368;
}

.features .iconbox-red:hover .icon i {
  color: #fff;
}

.features .iconbox-red:hover .icon path {
  fill: #e80368;
}

.features .iconbox-teal i {
  color: #e80368;
}

.features .iconbox-teal:hover .icon i {
  color: #fff;
}

.features .iconbox-teal:hover .icon path {
  fill: #e80368;
}

/*--------------------------------------------------------------
# buy
--------------------------------------------------------------*/
.buy {
  background: rgb(13,13,13);
background: linear-gradient(0deg, rgba(0,50,150,1) 0%, rgba(0,12,84,1) 100%);
}

.buy .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #beb1bf;
}

.buy .icon-box i {
  font-size: 48px;
  float: left;
  color: #e80368;
}

.buy .icon-box p {
  font-size: 15px;
  color: #c598c3;
  margin-left: 60px;
}

.buy .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #2c4964;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: 'Biger';
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5846f9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 70, 249, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2c4964;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5846f9;
  font-weight: 600;
  font-family: 'Biger';
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5846f9;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Biger';
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.pricing .featured h3 {
  color: #fff;
  background: #5846f9;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5846f9;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
}

.faq .section-title h2, .faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'Biger';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5846f9;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7b27d8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f2f6f9;
  min-height: 40px;
  margin-top: 85px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 56px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c6387;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 0;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Biger';
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #5846f9;
}

#footer .copyright-wrap {
  border-top: 1px solid #8577fb;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 32px;
  display: inline-block;
  color: #a34267;
  line-height: 1;
  padding: 0px 0;
  margin: 5px;
  text-align: center;
  width: 65px;
  transition: 0.3s;
  z-index: 1000;
}

@media (max-width: 570px) {
  .back-to-top.active{
    height: 30px;
    width: 30px;
  }
  #footer .social-links a {
  font-size: 20px;
  padding: 5px 0;
  width: 25px;
  }
}

@media (max-width: 370px) {
  .back-to-top.active{
    height: 30px;
    width: 30px;
  }

  #footer .social-links a {
  font-size: 20px;
  padding: 5px 0;
  width: 22px;
  }
}

@media (max-width: 330px) {
  .back-to-top.active{
    height: 30px;
    width: 30px;
  }
  #footer .social-links a {
    font-size: 16px;
    padding: 7px 0;
    width: 14px;
  }
}

#footer .social-links a:hover {
  color: #beb1bf;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
  position: relative;
  z-index: 10001;
}

#footer ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  z-index: 1000;
}

#footer li {
  position: relative;
}

#footer > ul > li {
  padding: 10px 12px 10px 12px;
}


 /* #footer > ul > li > a:before {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #beb1bf;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;  
  box-shadow:0px 0px 5px 1px #beb1bf, 0px 0px 5px 1px #beb1bf inset;
}

#footer a:hover:before, #footer li:hover > a:before, #footer .active:before {
  visibility: visible;
  width: 100%;
}

#footer a:hover, #footer .active, #footer .active:focus, #footer li:hover > a {
  color: #beb1bf;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
}  */

/* custom icon */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon60e060e0.eot?s8982y');
  src:  url('fonts/icomoon60e060e0.eot?s8982y#iefix') format('embedded-opentype'),
    url('fonts/icomoon60e060e0.ttf?s8982y') format('truetype'),
    url('fonts/icomoon60e060e0.woff?s8982y') format('woff'),
    url('fonts/icomoon60e060e0.svg?s8982y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-meda-icon:before {
  content: "\e900";
}


#static-background {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(8, 0, 53, 0.7) 0%, rgba(0,0,0, 0.7) 100%), url("../img/Background-1.gif") center center no-repeat;
  background-size: cover;
}

.static-page-container {
  height: 75vh;
  width: 80vw;
  max-width: 1000px;
  position: relative;
  text-align: left;
  align-content: center;
  overflow: scroll;
  margin: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .5;
}

@media (max-width: 330px) {
  .static-page-container {
  height: 70vh;
  }
}

.static-page-container p {
  color: #beb1bf;
  padding: 10px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,.1);
  background-color: transparent;
}


::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 0px 4px 3px #c598c3, 0px 0px 8px 1px #a34267 inset;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

@font-face { font-family: 'Biger'; src: url('fonts/bBigerOver.otf'); } 

p {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #beb1bf!important;
}

h6 {
  font-family: 'Biger';
}

.counters h2 {
  color: black;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 3s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.team {
  background: rgba(0, 0, 0, .95)!important; 
}

.team .section-title{
  color: #c378d3;
}

.team h4 {
  color:#beb1bf;
}

.team-member-desc {
 color: #c598c3;
 font-weight: lighter;
 font-size: 12px;
}

.team .team-member{
  padding: 10px;
}

.team .team-member-title {
  text-decoration: underline;
  font-weight: bold;
  color:#beb1bf;
  margin-bottom: 0;
}



.team .cnt-block{ 
  float:left; 
  width:100%; 
  padding:30px 20px; 
  text-align:center; 
  /* margin: 0 0 28px; */
}

.team .cnt-block ul li {
  list-style-type: none!important;
}

.team .cnt-block figure{
  width:148px; 
  height:148px; 
  border-radius:100%; 
  display:inline-block;
  margin-bottom: 15px;
  overflow: hidden;
}
.team .cnt-block img{ 
  width:148px; 
  height:auto; 
}
.team .cnt-block h3 a{
 text-decoration:none;
 color:#2a2a2a;
}
.team .cnt-block h3 a:hover{
 color:#337ab7;
}

.team .cnt-block .follow-us{
	margin:20px 0 0;
}
.team .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.team .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.team .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

.team .team-member-link {
  font-size: 30px;
  color: #beb1bf;
}

.team .team-member-link:hover {
  color: #beb1bf;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
}

.tip {
  background-color: #263646;
  padding: 0 14px;
  line-height: 27px;
  position: absolute;
  border-radius: 4px;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  animation-name: tip;
  animation-duration: .6s;
  animation-fill-mode: both
}

.tip:before {
  content: "";
  background-color: #263646;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  left: 17px
}

#copied_tip {
  animation-name: come_and_leave;
  animation-duration: 1s;
  animation-fill-mode: both;
  bottom: -35px;
  left: 2px
}

.buy-title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #c378d3;
}

.alert-success {
  position: absolute; 
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; 
  padding: 5px; 
  border-color: transparent; 
  background: rgba(0, 0, 0, 0.8); 
  max-width: 90vw;
}

.embed-container {
  border-radius: 10px;
}

.team-memeber-container {
  background-color: #1c1b24;
  border-radius: 10px;
  margin: 10px;
}

.team-page-link{
  color: #c378d3;
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-top: 100px;
    text-align: center;
}