@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
* {margin: 0;padding: 0;}

html,body{
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
  background-image: linear-gradient(90deg,  rgb(92, 241, 63),#55ddd2);
  /* overflow-x: hidden; */

}

.preload {
  height:100%;
  width: 100%;
  z-index:9999;
  top:0;
  left:0;
  background-color: #242F3F;
  overflow: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
}

.preload .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}

.preload .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

.navbar {
  /* position: fixed; */
  width: 100%;
  top: 0;
  padding: .8rem;
  margin-bottom: 0;
  z-index: 1;
}

.bg-custom {
  background-color: #000;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar-nav li {
  list-style: none;
  margin: 0 20px;
  /* padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0; */
  /* transition: 0.5s; */
}


.navbar-nav li a{
  display: block;
  position: relative;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
  font-family: Verdana;
  text-transform: uppercase;
  color:#c7e932;
}

.navbar-nav:hover li a {
  transform: scale(1);
  opacity: 1;
  filter: blur(5px);
  color: rgb(255, 255, 255);
}
/* .navbar-nav li a:hover {
  transform: scale(1.2);
  opacity: 1;
  filter: blur();
  color: rgb(10, 3, 54);
} */

.navbar .navbar-nav li .nav-link {
  color:#c7e932
}
.navbar .navbar-nav li .nav-link:hover{
  transform: scale(1.1);
  opacity: 1;
  filter: blur();
  color: rgb(10, 3, 54);
}
.navbar-nav li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c7e932;
  border-top-left-radius:5px;
  border-top-right-radius:25px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:25px;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: -1;
}

.navbar-nav li a:hover:before {

  transition: transform 0.5s;
  transform-origin: left;
  transform: scaleX(1);

}

.navbar-nav > .active > a {
  color:#fbffff;
}

/* .nav-link {
  font-size: 1.1em !important;
} */

.products img{
  height: 130px;
  width: 130px;
  box-shadow: 0 0 4px #000;
}

.products {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20em;
} 

.products h3{
  margin-top: 20px;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgb(1, 46, 24);
  font-size: 1.5rem;
}
.product {
  margin-right: 4em;
}
.card img {
  width: 40%;
  height: 40%;
}
.container {
  position: relative;
  transition: all .2s ease-in-out;
  /* margin: 9rem; */
  display: flex;
  justify-content: center;
  /* transform: translateX(20%); */
  /* padding-left: 10em; */

}

.change {
  box-shadow: 0 0 5px #0c2731;
}
.change:hover {
  box-shadow: 0 0 10px #001a41  ;

}

.container .card {
  position: relative;
  width: 320px;
  height: 450px;
  background: #d7c49eff;
  border-radius: 20px;
  overflow: hidden;
}


.container .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343148ff;
  clip-path: circle(150px at 80% 20%);
}

.container .card:hover:before{
  clip-path: circle(300px at 80% -20%);

}


.container .card .imgbx {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 90%;
  height: 200px;
  transition: 0.5s;
}

.container .card:hover .imgbx{
  top: 0%;
  transform: translateY(0%) translateX(-50%);
}
.container .card .imgbx img{
  position: absolute;
  height: 120%;
  width: 90%;
  padding-left: 1.8rem;
}

.container .card .touch-me {
  display: flex;
  justify-content: center; 
  margin-top: 420px;
  /* color: rgb(8, 36, 3); */
  vertical-align: middle;
  letter-spacing: 1px;
  color: #343148ff;
  font-size: 1.5rem;
  transition: ease-in-out;
  font-weight: 500;
  /* margin-top: 400px; */
  /* margin-left: 100px; */
  opacity: 1;
  font-size: 20px;
  visibility: visible;
  z-index: 10;
}
.container .card:hover .touch-me {

  color: #032724;
  font-weight: 300;
  font-size: 0px;
  letter-spacing: 2px;
  margin-right: 10px;
  /* visibility: hidden; */
  /* opacity: 0; */
  transform: rotate(180deg);
  /* transform-origin: 20% 20% 5; */
  transition: 0.5s;
  display: none;

}

.container .card .contentbx{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  font-size: 1rem;
  text-align: center;
  transition: 0.2s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.container .card:hover .contentbx{
  height: 180px;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.container .card .contentbx a {
  display: inline-block;
  padding: 10px 20px;
  background: #001a41;
  border-radius: 4px;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition-property: none;
}

.container .card:hover .contentbx a{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.75s;
}
.container .card .contentbx a:hover {
  color: #fff;
  background: #001a41;
  text-shadow: 0 0 5px #00b4fb;
  box-shadow: 0 0 10px #0c2731;
  transition-property: none;
}
/* {
.container .card .contentbx a{
  color: rgb(134, 205, 224);
  background: #343148ff;
  transition-property: none;
} */


.container .card .contentbx h2 {
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  color: #343148ff;
  font-size: 1.5rem;
}
.container .card .contentbx h4{
  position: relative;
  letter-spacing: 1px;
  color: #343148ff;
  font-size: 1rem;
}


.carousel-inner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  margin-top: -280px;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption .ghost-text ul {
  margin-right: 8em;
  margin-top: -6em;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}

.carousel-caption .ghost-text ul li {
  list-style: none;
  color: #fff;
  font-size: 5em;
  font-weight: bold;
  text-shadow: 1px 1px 15px rgb(99, 33, 185);
  letter-spacing: 10px;
  transition: 2 s;
}

.carousel-caption .ghost-text ul li:hover,
.carousel-caption .ghost-text ul li:hover ~li {
  transform: rotate(180deg) translateY(-200px);
  transition: 3s;
  filter: blur(20px);
  opacity: 0;
}

/* .carousel-caption .ghost-text ul h1 {
  font-size: 0em;  
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}
.carousel-caption .ghost-text ul:hover h1 {
  margin-right: 7em;
  margin-top: 5em;
  padding: 0;
  display: flex;
  font-size: 2em;  
  transition: 3s;
  font-weight: 500;
  opacity: 1;
  visibility: visible;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
} */
.carousel-caption h3 {
  margin-top: 4em;
  font-size: 200%;  
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary {
  background-color: #6648b1;
  border: 1px solid #563d7c;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
  background-image: linear-gradient(90deg,  rgb(134, 236, 114),#7be7de);
}
.padding {
  padding-bottom: 2rem;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 2px solid #504e4e;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.fa-code {
  color: #e54d26;
}

.fa-bold {
  color:#563d7c
}

.fa-css3 {
  color: #2163af;
}

.fa-code, .fa-bold, .fa-css3 {
  font-size: 4em;
  margin: 1rem;

}

.social {
  margin: 0;
  padding: 0;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social ul{
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
}

.social ul li {
  /* font-size: 3.5em;
  padding: 3rem; */
  position: relative;
  list-style: none;
  width: 60px;
  height: 60px;
  margin: 20px 30px;
  transform: rotate(-30deg) skew(25deg);
  background: #ccc;

}

.social ul li span{

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px !important;
}

.social ul li:hover span:nth-child(5){
  transform: translate(40px,-40px);
  opacity: 1;
}
.social ul li:hover span:nth-child(4){
  transform: translate(30px,-30px);
  opacity: .9 ;
}
.social ul li:hover span:nth-child(3){
  transform: translate(20px,-20px);
  opacity: .7;
}
.social ul li:hover span:nth-child(2){
  transform: translate(10px,-10px);
  opacity: .5;
}
.social ul li:hover span:nth-child(1){
  transform: translate(0,0);
  opacity: .3;
}

.social ul li:nth-child(1) span{
  background: #3b5999;
}
.social ul li:nth-child(2) span{
  background: #211f1f;
}
.social ul li:nth-child(3) span{
  background: #0e76a8;
}
.social ul li:nth-child(4) span{
  background: #dd4b39;
}

.fa-facebook {
  color: rgb(250, 250, 255);
}

.fa-github {
  color: rgb(250, 250, 255)
}

.fa-youtube {
  color: rgb(250, 250, 255)
}
.fa-linkedin {
  color:rgb(250, 250, 255)
}

/* .fa-facebook:hover, .fa-twitter:hover, .fa-youtube:hover, .fa-linkedin:hover {
  color: #d5d5d5;
} */

.new {
  box-shadow: 0 0 10px #000;
}
footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

/* footer .foot {
  top: 0;
  left: 50%;
} */

.connect-bottom h2{
  letter-spacing: 1px;
  font-size: 35px;
  text-shadow: 0 0 5px #7be7de;
}

p.leader {
  font-size: 24px;
  letter-spacing: 2px;
  word-spacing: 100px;
  padding-right: 2rem;
}

.small-logo img{
  margin: 0;
  height: 55px;
  width: 55px;
  background-color: #000;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 90%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

footer a{
  color: #d5d5d5;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

/*---Media Queries --*/
@media (max-width: 992px) {
  .social a{
    font-size: 4em;
    padding: 2rem;
  }
  }
@media (max-width: 768px) {
  .carousel-caption {
    top: 45%;
  }
  
  .carousel-caption .ghost-text li {
    font-size: 350%;
  }
  
  .carousel-caption h3 {
    font-size: 140%;  
    font-weight: 400;
    padding-bottom: .2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200;
  }
  .social a{
    font-size: 2.5em;
    padding: 1.2rem;
  }
}
@media (max-width: 576px) {
  
  .carousel-caption {
    top: 40%;
  }
  
  .carousel-caption .ghost-text li {
    font-size: 250%;
  }
  
  .carousel-caption h3 {
    font-size: 110%;  

  }
  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }
  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160;
  }
  .social a{
    font-size: 2em;
    padding: .7rem;
  }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap { 
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('../static/img/gigy.gif');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








