﻿.home {
    background-color: rgb(18, 3, 30);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .4s ease-in;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
   
  @keyframes fadeInAnimation {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
       }
  }

nav {
    text-align: center;
}
nav a {
    margin-right: 50px;
    color: white;
}
.logo {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    text-align: center;
    color: white;
}
.buttons {
  text-align: center;
}
.btn {  
    font-family: Arial, Helvetica, sans-serif;  
    text-transform: uppercase;
    margin-top: 40px;
    margin-right: 20px;
}  
.btn:hover .btn-slide-show-text1 {  
    margin-left: 65px;
}  
.btn-moving-gradient {  
    height: 55px;  
    width: 200px;  
    font-size: 16px;  
    font-weight: 600;  
    color: rgb(255, 255, 255);  
    cursor: pointer;  
    border: none;  
    background-size: 300% 100%;  
    border-radius: 50px;
}  
.btn-moving-gradient:hover {  
    transition: all 0.5s ease-in-out 0s;  
    background-position: 100% 0px;
}  .btn-moving-gradient--green {  
    background-image: linear-gradient(90deg, rgb(130, 237, 155), rgb(130, 230, 237), rgb(130, 237, 191), rgb(128, 237, 153));  
    box-shadow: rgb(130, 230, 237) 0px 4px 15px 0px;
}  
.kodekonnectNews {
    text-align: center;
    color: white;
    margin-top: 100px;
}
  .container {
    position: relative;
    width: 320px;
    margin: 100px auto 0 auto;
    perspective: 1000px;
  }
  .container a{
    color: white;
  }
  
  .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; 
    animation: rotate360 60s infinite forwards linear;
  }
  .carousel__face { 
    position: absolute;
    width: 300px;
    height: 187px;
    top: 20px;
    left: 10px;
    right: 10px;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.5);
    display: flex;
  }
  
  span {
    margin: auto;
    font-size: 2rem;
  }
  
  
  .carousel__face:nth-child(1) {
    background-image: url(Screenshot\ \(74\).png);
    transform: rotateY(  0deg) translateZ(430px); }
  .carousel__face:nth-child(2) { 
    background-image: url("Screenshot\ \(78\).png");
      transform: rotateY( 40deg) translateZ(430px); }
  .carousel__face:nth-child(3) {
    background-image: url("weatherchecker.png");
    transform: rotateY( 80deg) translateZ(430px); }
  .carousel__face:nth-child(4) {
    background-image: url("aiGen.png");
    transform: rotateY(120deg) translateZ(430px); }
  .carousel__face:nth-child(5) { 
    background-image: url("tictactoeicon.png");
   transform: rotateY(160deg) translateZ(430px); }
  .carousel__face:nth-child(6) { 
    background-image: url("");
   transform: rotateY(200deg) translateZ(430px); }
  .carousel__face:nth-child(7) { 
    background-image: url("");
   transform: rotateY(240deg) translateZ(430px); }
  .carousel__face:nth-child(8) {
    background-image: url("");
    transform: rotateY(280deg) translateZ(430px); }
  .carousel__face:nth-child(9) {
    background-image: url("");
    transform: rotateY(320deg) translateZ(430px); }
  
  
  
  @keyframes rotate360 {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(-360deg);
    }
  }
  .techNews {
    color: white;
    text-align: center;
    margin-top: 500px;
  }
  .about {
    background-color: black;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
  .ceo {
    text-align: left;
    margin-top: 100px;
  }
  .banner {
    width: 100%;
    height: 400px;
  }
  .biography-heading {
    color: white;
  }
  .biography {
    color: white;
  }
.aboutPortfolio {
    color: white;
}
.portfolio {
    background-color: black;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
.portfolioDescriptions {
    color: white;
    margin-top: 500px;
}
.sites {
    width: 350px;
    height: 200px;
}
.apps {
    color: white;
}
h2 {
  color: white;
}
video {
    width: 500px;
}
