@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    /* min-height: 100vh; */
    background: #222327 ;
}

nav {
    display: inline;
    
}
.navigation {
    margin-top: 40px;
    position: fixed;
    /* top: 40px; */
    width: 100%;
    height: 90px;
    background: #fff;
    display: inline-block;   
    justify-content: right;
    align-items: center;
    border-radius: 10px;
    padding-right: 30px;
    z-index: 10;
}
    .navigation ul{
       
        float: right;;
        display: flex;
        width:400px;  
    }
    .navigation ul li {
  
        list-style: none;
        position: relative;
        width: 70px;
        height: 60px;
        z-index: 2;
        padding: 5px 40px;
    }
    .navigation ul li a {
        padding: 0px 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;

    }
    #Logo {
        /* justify-content: left; */
        padding-left: 20px;
        float: left;
        position: absolute;
        display: block;
        
    }
    .navigation ul li a .icon {
        position: relative;
        display: block;
        line-height: 110px;
        font-size: 2.5em;
        transition: 0.5s;
        color:#222327;

    }
    ion-icon {
        width: 100px;
    }
    .navigation ul li.active a .icon {
        
        transform: translateY(-32px);
        color: #2900f5;
    }
    .navigation ul li a .text {
        position: absolute;
        background: #c90017;
        color: #fff;
        border-radius: 12px;
        padding: 2px 7px;
        font-weight: 400;
        font-size: 1.05em;
        letter-spacing: 0.05em;
        transition: 0.5s;
        opacity: 0;
        transform: translateY(15px);
    }
    .navigation ul li.active a .text {
        transform: translateY(-4px);
        opacity: 1;
    }
    .indicator {
        position: fixed;
        top: 15px;
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 50%;
        z-index: 1;
        transition: 0.5s;
    }
    .indicator::before {
        content: '';
        position: absolute;
        top: -5px;
        left: -22px;
        width: 30px;
        height: 30px;
        background: transparent;
        border-radius: 50%;
        box-shadow: 15px 18px rgb(255, 255, 255);
    }
    .indicator::after {
        content: '';
        position: absolute;
        top: -5px;
        right: -22.2px;
        width: 30px;
        height: 30px;
        background: transparent;
        border-radius: 50%;
        box-shadow: -15px 18px #fff;
    }
    .navigation ul li:nth-child(1).active ~ .indicator {
        transform: translateX(calc(80px * 0));
    }
    .navigation ul li:nth-child(2).active ~ .indicator {
        transform: translateX(calc(80px * 1));
    }
    .navigation ul li:nth-child(3).active ~ .indicator {
        transform: translateX(calc(80px * 2));
    }
    .navigation ul li:nth-child(4).active ~ .indicator {
        transform: translateX(calc(80px * 3));
    }
    .navigation ul li:nth-child(5).active ~ .indicator {
        transform: translateX(calc(80px * 4));
    }
    


main {
    display: block;
    text-align: center;
    overflow: auto;
}
.box1 {
    height: 140px;
    width: 40px;
    background-color: #222327;
}
.back {
    margin-top: px;
    background-image: url("cover2.JPG");
    background-size: cover;
    background-position: center;
    height: 500px;
    padding: 40px;
    
}
.card {
    filter: inherit;
    width: 300px;
    padding: 15px;
    color: rgb(5, 5, 5);
    background-color: rgba(255, 255, 255, 0.779);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
main h2 {
    padding-top: 5px;
    margin-top: 10px;
    /* border-top: #fff solid; */
    color: #fff;
    font-size: larger;
}
footer {
    width: 100%;
    padding: 40px;
    color: #fff;
    text-align: center;
    
    background: rgb(34,35,39);  
    background: linear-gradient(180deg, rgba(34,35,39,1) 0%, rgba(71,71,71,1) 47%, rgba(166,166,166,1) 100%);
    display: flex;
    margin: 0 auto;
}

#content {
    float: left;
    width: 75%;
    text-align: center;
    /* border: 3px solid rgb(228, 0, 0); */
}
article {
    text-align: center;
    
    margin: 10px 10px;
    border-radius: 25px;
}
article h2 {
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 10px;
    letter-spacing: 8px;

    border-bottom: #fff solid ;
}
.isi {
    text-align: center;
    /* display: inline-block; */
    padding: 20px;
    
    /* border: 3px solid rgb(30, 202, 87); */
}
.about {
    display: inline-block;
    margin: 5px;
    border-radius: 8px;
    text-align: justify;
    color: rgb(255, 245, 245);
    max-width: 300px;
}
.divisi .teks p{
    max-width: 680px;
    margin: auto;
    
    padding: 9px;
    border-radius: 8px;
    background-color: #3a3a3a;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.robot {
    
    height: 200px;
    /* border: 3px solid #fff; */
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   
}
.robot:hover {
    transform: scale(1.1, 1.1);
}
.divisi {
    padding: 10px;
    background-color: aliceblue;
    color: #222327;
    position: relative;
}
.divisi h2 {
    color: #222327;
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 10px;
    border-bottom: #222327 solid ;
}

.png {
    display: inline-block;
    padding: 20px;
    letter-spacing: 2em;
    
}
.pngCard {
    display: inline-flex;
    position: relative;
}
.Pad {
    position: relative;
    padding: 20px;
}
.flip-card {
    background-color: transparent;
    position: relative;
    width: 200px;
    height: 200px;
    perspective: 1000px;
    z-index: 0;
    border-radius: 15px;
    cursor: pointer;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    z-index: 0;
    border-radius: 15px;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    z-index: 0;
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
    border-radius: 15px;
  }
  
  .flip-card-front {
    /* position: relative; */
    background-color: #bbb;
    color: black;
    z-index: 0;
  }
  
  .flip-card-back {
    position: relative;
    background-color: #3a3a3a;
    letter-spacing: normal;
    color: white;
    transform: rotateY(180deg);
    z-index: 0;
  }
.flip-card-back p {
    font-size: smaller;    
}
.achieve {
    margin-top: px;
    background-image: url("tropi.jpg");
    background-size: cover;
    background-position: center;
    padding: 40px;
}
.achieve h2 {
    text-shadow: 2px 2px 7px #111111;
}
.tropi {
    max-width: 680px;
    margin: auto;
    border-radius: 5px;
    text-align: justify;
    border: rgba(240, 248, 255, 0.558);
    background-color: rgba(240, 248, 255, 0.928);
}
.gallery {
    background-color: aliceblue;
    color: #222327;
    padding: 10px;
}
.gallery h2 {
    color: #222327;
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 10px;
    border-bottom: #222327 solid ;
}
.gallery p {
    max-width: 880px;
    margin: auto;
    text-align: justify;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sosmed {
    margin: 5px;
    flex-basis: 25%;
}
.media {
    flex-basis: 50%;
}
.foot {
    height: 100px;

}
.ICON {
    height: 50px;
    cursor: pointer;
}
aside {
    color: white;
    text-align: center;
    float: right;
    width: 25%;
    padding-left: 20px;
    margin-top: 30px;
}
.profile {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    background: #fff;
    margin: auto;
    text-align: center;
    font-family: arial;
    border-radius: 30px;
    margin-bottom: 30px;
}
#contact {
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 10px;
    letter-spacing: 8px;
    border-bottom: #fff solid ;
}
.profile p, .profile h2 {
    color: #111111;
}
.profile button {
  border: none;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  border-bottom-right-radius: 25px;
}
.me {
    width: 100%;
    border-top-left-radius: 25px;
}
.profile button:hover{
    color: black;
    font-weight: bold;
    background-color: #fff;
}

.AI {
    text-decoration: none;
    color: black;
    font-weight: bolder;
    border: white solid;
    background: white;
    margin-top: 15px;
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.AI:hover {
    color: white;
    background: black;
}
@media screen and (max-width: 1000px) {
    .navigation {
        margin-top: 40px;
    position: fixed;
    /* top: 40px; */
    width: 100%;
    height: 90px;
    background: #fff;
    display: inline-block;   
    justify-content: right;
    align-items: center;
    border-radius: 10px;
    padding-right: 1px;
    }
    .navigation ul{
       
        float: right;;
        display: flex;
        width: 260px;
          
    }
    .navigation ul li {
  
        list-style: none;
        position: relative;
        width: 30px;
        height: 30px;
        z-index: 2;
        padding: 5px 25px;
    }
    .navigation ul li a {
        padding: 0px 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;

    }
    #Logo {
        /* justify-content: left; */
        padding-left: 5px;
        float: left;
        position: absolute;
        display: block;
        
    }
    .navigation ul li a .icon {
        position: relative;
        display: block;
        line-height: 110px;
        font-size: 2.5em;
        transition: 0.5s;
        color:#222327;

    }
    ion-icon {
        width: 30px;
    }
    .navigation ul li.active a .icon {
        
        transform: translateY(-32px);
        color: #2900f5;
    }
    .navigation ul li a .text {
        position: absolute;
        background: #c90017;
        color: #fff;
        border-radius: 12px;
        padding: 2px 4px;
        font-weight: 400;
        font-size: 0.75em;
        letter-spacing: 0.05em;
        transition: 0.5s;
        opacity: 0;
        transform: translateY(15px);
    }
    .navigation ul li.active a .text {
        transform: translateY(-4px);
        opacity: 1;
    }
    .indicator {
        position: fixed;
        top: 18px;
        width: 50px;
        height: 50px;
        background: rgb(255, 255, 255);
        border-radius: 50%;
        z-index: 1;
        transition: 0.5s;
    }
    .indicator::before {
        content: '';
        position: absolute;
        top: -8px;
        left: -25px;
        width: 30px;
        height: 30px;
        background: transparent;
        border-radius: 50%;
        box-shadow: 15px 18px rgb(253, 253, 253);
    }
    .indicator::after {
        content: '';
        position: absolute;
        top: -8px;
        right: -25.5px;
        width: 30px;
        height: 30px;
        background: transparent;
        border-radius: 50%;
        box-shadow: -15px 18px #fff;
    }
        .navigation ul li:nth-child(1).active ~ .indicator {
            transform: translateX(calc(50px * 0));
        }
        .navigation ul li:nth-child(2).active ~ .indicator {
            transform: translateX(calc(50px * 1));
        }
        .navigation ul li:nth-child(3).active ~ .indicator {
            transform: translateX(calc(50px * 2));
        }
        .navigation ul li:nth-child(4).active ~ .indicator {
            transform: translateX(calc(50px * 3));
        }
        .navigation ul li:nth-child(5).active ~ .indicator {
            transform: translateX(calc(50px * 4));
        }
        #content,
        aside {
          width: 100%;
          padding: 0;
        }
        .back {
            margin-top: px;
            background-image: url("cover2.JPG");
            background-size: cover;
            background-position: center;
            height: 300px;
            padding: 40px;
        }
        .png {
            display: inline;
            padding: 0px;
            letter-spacing: 2em;
        }
        .pngCard {
            display: inline-block;
            padding: 20px;
            letter-spacing: 2em;
            position: relative;
        }
    
        footer {
            display: block;
        }

}















