/*===============================
=            General            =
===============================*/

body {
  background-color: #0B002B;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: white;
}

.section-title {
  font-family: 'Salsa', cursive;
  color: white;
  font-size: 1.58rem;
  margin-bottom: 2rem;
  text-align: center;
}

.h-100 {
  height: 100%;
}

.pos-r {
  position: relative;
}

/* General Large Screen*/
@media (min-width: 992px) {
  .section-title {
    font-size: 2.64rem;
  }
}

/*======================================
=            Section Navbar            =
======================================*/

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}

.navbar-brand {
  font-size: 1.5rem;
  font-family: 'Salsa', cursive;
  color: white;
  transition: 0.6s;
}


/* colours */
.nav-link {
  color: #92A0E6;
}

.nav-link a {
  color: #92A0E6;
}


.nav-link:hover {
  color: white;
}

.navbar-brand:hover {
  color: #92A0E6;
}

.nav-link:focus {
  color: #92A0E6;
}

.navbar-nav {
  background-color: #110a3e;
  border-radius: 30px;
  margin-top: 10px;
}

.nav-item {
  padding: 10px 22px;
}

/*Dit*/
#main .navbar-nav a.nav-link.active {
  color: white;
  border: none;
  position: relative;
  display: block;
}

#main .navbar-nav a.nav-link.active:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: 0px;
  background: url("../images/particle_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s;
}

/* Home Large Screen*/
@media (min-width: 992px) {

  header {
    position: fixed;
    top: 0;
  }

  .navbar-nav {
    background: rgba(146, 160, 230, 0.26);
    border-radius: 90px;
    transition: 0.4s;
  }

  #main .navbar-nav a.nav-link.active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: calc(50% - 4px);
    bottom: 0px;
    background: url("../images/particle_2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.6s;
  }

  /*Sticky*/
  .navbar.nav-sticky {
    border-radius: 0;
    margin: 0 !important;
    background: #110a3e;
    transition: 0.4s;
  }

  .navbar.nav-sticky .navbar-nav {
    background: rgba(146, 160, 230, 0);
    transition: 0.6s;
  }

  .navbar.nav-sticky .brand-name {
    display: block;
    transition: 0.6s;
  }
}


/*====================================
=            Section Home            =
====================================*/

#home {
  padding: 90px 0;
  height: 100vh;
  min-height: 100vh;
  z-index: -1;
}


.hello {
  padding-top: 10%;
  font-family: 'Pacifico', cursive;
  font-size: 3.5rem;
}

.name {
  font-size: 1.7rem;
}

.name-desc {
  font-size: 0.8rem;
  color: #92A0E6;
}

.banner-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-left {
  display: flex;
  background-image: url("../images/hero-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
}

.social-top {
  display: none;
}

.social-top-item {
  margin-bottom: 25px;
}

.social-top img {
  width: 2.5rem;
}

.know-more {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

.know-more-btn {
  width: 127.76px;
  height: 34px;
  background: #92A0E6;
  border: none;
  border-radius: 40px;
  color: white;
}

/* Home Large Screen*/
@media (min-width: 992px) {

  #home {
    padding: 0 0;
  }

  .hello {
    font-size: 6.42rem;
  }

  .name {
    font-size: 1.34rem;
  }

  .name-desc {
    font-size: 1.07rem;
    color: #92A0E6;
  }

  .banner-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    align-items: unset;
    flex-direction: unset;
  }

  .home-left {
    height: 100%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/hero-text.svg");
    background-repeat: no-repeat;
    text-align: left;
    width: 50%;
    margin-top: 0;
  }

  .home-left div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-left div {
    width: unset;
  }

  .home-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
  }

  .banner-img {
    width: 80%;
  }

  .social-top {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -20%);
  }

  .social-top-item {
    padding: 1.5%;
  }

  .social-top {
    display: block;
  }

  .know-more {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }
}


/*=========================================
=            Section Expertise            =
=========================================*/

#expertise {
  padding: 6rem 0;
  position: relative;
}

.expertise {
  padding: 0 8%;
}

.expertise-container {
  text-align: center;
}

.expertise-items {
  margin-top: 9%;
}

.expertise-items-txt {
  margin-top: 3%;
  font-size: 0.8rem;
}

.expertise-top-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -3%;
  z-index: -1;
}


/* Expertise Large Screen*/
@media (min-width: 992px) {

  #expertise {
    padding: 15rem 0 8rem 0;
  }

  .expertise-items {
    margin-top: 5%;
  }

  .expertise-items-txt {
    font-size: 1rem;
  }

  .expertise-top-bg {
    top: -25%;
  }

}


/*=====================================
=            Section About            =
=====================================*/

#about {
  padding: 6rem 0;
  position: relative;
}

.about-top-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -3%;
  z-index: -1;
}

.about {
  padding: 0 8%;
}

.about-me-txt {
  text-align: center;
  line-height: 21px;
}

/* About Large Screen*/
@media (min-width: 992px) {
  .about-top-bg {;
    top: -100%;
    padding: 8rem 0;
  }
}


/*=======================================
=            Section Clients            =
=======================================*/

.clients-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -5%;
  z-index: -1;
}

#clients {
  padding: 6rem 0;
  position: relative;
}

.clients {
  padding: 0 6%;
}

.owl-container {
  padding: 15% 0;
}

.owl-data{
  display: flex;
  justify-content: center;
}


/* Clients Large Screen*/
@media (min-width: 992px) {

  #clients {
    padding: 8rem 0;
  }

  .clients-items {
    margin-top: 3%;
  }

  .owl-container {
    padding: 7% 0;
  }

  .owl-data img{
    padding: 0 !important;
  }
}


/*============================================
=            Section testimonials            =
============================================*/

.testimonial-wrapper {
  /*padding: 6rem 0;*/
  position: relative;
}

.feedback-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.testimonial {
  padding: 0 8%;
}

.quote-img {
  width: 30% !important;
  margin: 7% auto;
  display: flex;
}

.testimonial-slider {
  text-align: center;
}

.testimonial-content {
  width: 70%;
  margin: 7% auto;
  text-align: center;
  font-size: 0.7rem;
  height: 550px;
}

.testimonial-profile {
  margin: 12% auto;
}

.profile-img {
  width: 79px !important;
  display: inline-block !important;
}

.carousel-switch{
  width: 33px;
}


/* Testimonial Large Screen*/
@media (min-width: 992px) {
  .testimonial-wrapper {
    padding: 8rem 0;
  }

  .testimonial-content {
    width: 60% !important;
    margin: 3% auto;
    font-size: 1rem;
  }

  .quote-img {
    width: 10% !important;
    margin: 3% auto;
    display: flex;
  }
  .feedback-bg {
    top: 25%;
  }

  .carousel-switch{
    width: 39px;
  }
}


/*=======================================
=            Section Contact            =
=======================================*/

#contact {
  padding: 8rem 0;
  position: relative;
}

input, textarea {
  opacity: 0.82;
  color: #0F0F0F;
}

.btn-submit {
  background: #92A0E6;
}

/* Contact Large Screen*/
@media (min-width: 992px) {
  .contact {
    padding: 0 8%;
  }
}


/*======================================
=            Section Footer            =
======================================*/

.social-bottom {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3%;
}

.social-bottom-item {
  opacity: 0.6;
  margin: 0 4%;
}

.follow-container {
  text-align: center;
  background: rgba(63, 62, 97, 0.75);
  margin-top: 3%;
}

.follow {
  padding: 32px 0;
}

.follow-container a {
  color: white;
  text-decoration: none;
}

.follow-name {
  font-size: 2rem;
}

.follow-number {
  margin-top: 60px;
}


/* Footer Large Screen*/
@media (min-width: 992px) {

  .social-bottom {
    justify-content: center;
    margin-top: 1%;
  }

  .social-bottom-item {
    opacity: 0.6;
    margin: 0 7%;
  }
}


/*=========================================
=            Section Copyright            =
=========================================*/

.copyright {
  padding: 25px 0;
}

.footer-name {
  text-align: center;
  letter-spacing: 0.625rem;
  font-size: 0.8rem;
}

.footer-rights {
  text-align: center;
  color: #B9B9B9;
  font-size: 0.7rem;
}

/* Footer Large Screen*/
@media (min-width: 992px) {
  .copyright .name {
    letter-spacing: 0.625rem;
    font-size: 1.28rem;
  }

  .copyright .rights {
    text-align: center;
    color: #B9B9B9;
    font-size: 0.9rem;
  }
}

/*===================================
=            Particle JS            =
===================================*/


#space, #expertise-spaceF {
  width: 100%;
  height: 100%;
  /* background: black; */
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}


/*==================================
=            Pre Loader            =
==================================*/

/*body {
   margin: 0;
   padding: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100vh;
   width: 100%;
   background-color: #3c4359;
}*/

.loader{
  width: 100%;
  height: 100vh;
  background-color: #0B002B;
  overflow: hidden;
  position: fixed;
  display: flex;
  padding-top: 300px;
  align-content: space-around;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

 .content {
   width: 300px;
   height: 300px;
   margin: 0 auto;
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   top: calc(50% - 170px);
   left: calc(50% - 150px);
   z-index: 4;
}
 .loader .content .planet {
   width: 65%;
   height: 65%;
   background-color: #546c8c;
   border-radius: 100%;
   position: absolute;
   display: flex;
   align-items: center;
   transform-origin: center center;
   box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
   animation: planet 5s ease infinite alternate;
  /* planet ring */
  /* to cover the back of the ring */
  /* planet spots */
}
 @keyframes planet {
   0% {
     transform: rotate(10deg);
  }
   100% {
     transform: rotate(-10deg);
  }
}
 .content .planet .ring {
   position: absolute;
   width: 300px;
   height: 300px;
   border-radius: 100%;
   background-color: #bacbd9;
   display: flex;
   align-items: center;
   justify-content: center;
   transform-origin: 33% center;
   box-shadow: 2px -10px 0px rgba(0, 0, 0, 0.1), inset -5px -10px 0px rgba(0, 0, 0, 0.1);
   animation: ring 3s ease infinite;
  /* small ball */
  /* inner ring */
}
 @keyframes ring {
   0% {
     transform: rotateX(110deg) rotateZ(0deg) translate(-50px, 5px);
  }
   100% {
     transform: rotateX(110deg) rotateZ(360deg) translate(-50px, 5px);
  }
}
 .content .planet .ring:before {
   content: "";
   position: absolute;
   width: 10px;
   height: 30px;
   border-radius: 100%;
   background-color: #7ea1bf;
   z-index: 4;
   left: calc(0px - 5px);
   box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.2);
}
 .content .planet .ring:after {
   content: "";
   position: absolute;
   width: 240px;
   height: 240px;
   border-radius: 100%;
   background-color: #7ea1bf;
   box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
}
 .content .planet .cover-ring {
   position: absolute;
   width: 100%;
   height: 50%;
   border-bottom-left-radius: 80%;
   border-bottom-right-radius: 80%;
   border-top-left-radius: 100px;
   border-top-right-radius: 100px;
   transform: translate(0px, -17px);
   background-color: #546c8c;
   z-index: 4;
   box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
}
 .content .planet .spots {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   z-index: 4;
}
 .content .planet .spots span {
   width: 30px;
   height: 30px;
   background-color: #3c4359;
   position: absolute;
   border-radius: 100%;
   box-shadow: inset -2px 3px 0px rgba(0, 0, 0, 0.3);
   animation: dots 5s ease infinite alternate;
}
 @keyframes dots {
   0% {
     box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.3);
  }
   100% {
     box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
 .content .planet .spots span:nth-child(1) {
   top: 20px;
   right: 50px;
}
 .content .planet .spots span:nth-child(2) {
   top: 40px;
   left: 50px;
   width: 15px;
   height: 15px;
}
 .content .planet .spots span:nth-child(3) {
   top: 80px;
   left: 20px;
   width: 25px;
   height: 25px;
}
 .content .planet .spots span:nth-child(4) {
   top: 80px;
   left: 90px;
   width: 40px;
   height: 40px;
}
 .content .planet .spots span:nth-child(5) {
   top: 160px;
   left: 70px;
   width: 15px;
   height: 15px;
}
 .content .planet .spots span:nth-child(6) {
   top: 165px;
   left: 125px;
   width: 10px;
   height: 10px;
}
 .content .planet .spots span:nth-child(7) {
   top: 90px;
   left: 150px;
   width: 15px;
   height: 15px;
}
 .content p {
   color: #bacbd9;
   font-size: 14px;
   /*z-index: 4;*/
   position: absolute;
   bottom: -20px;
   font-family: "Roboto Mono", monospace;
   animation: text 4s ease infinite;
   width: 100px;
   text-align: center;
}
 @keyframes text {
   0% {
     transform: translateX(-30px);
     letter-spacing: 0px;
     color: #bacbd9;
  }
   25% {
     letter-spacing: 3px;
     color: #7ea1bf;
  }
   50% {
     transform: translateX(30px);
     letter-spacing: 0px;
     color: #bacbd9;
  }
   75% {
     letter-spacing: 3px;
     color: #7ea1bf;
  }
   100% {
     transform: translateX(-30px);
     letter-spacing: 0px;
     color: #bacbd9;
  }
}
 



