*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* main section */
/* .main{
    background-color: #0ef;
    background-size: cover;
    width: 100%;
    height: 95vh;
}
.main h3{
    font-size: 4.4rem;
    font-weight: 700;
}
.main h6{
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 3px solid rgb(233, 20, 109);
    width: 30%;
}
.main .bt1{
    height: 55px;
    width: 138px;
    background-color: rgb(233, 20, 109);
    color: white;
    outline: none;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.main .bt1:hover{
    background-color: rgb(202, 18, 95);
    transition: 0.5s;
}
.main .bt2{
    height: 55px;
    width: 138px;
    background-color: transparent;
    color: rgb(233, 20, 109);
    outline: none;
    border: 1px solid rgb(233, 20, 109);
    font-weight: bold;
    border-radius: 5px;
}
.main .bt2:hover{
    background-color: rgb(233, 20, 109);
    transition: 0.5s;
    color: white;
} */

.navbar {
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 100;
    width: 100%;
    display: flex;
    padding: 1rem 9%;
}
.navbar .navdown {
    background: rgba(0,0,0,0.7);
    padding: 1rem 5rem 1rem 1rem;
}
.navbar .navdown hr{
    color: #fff;
}
.navbar a{
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    margin-left: 3rem;
}
.navbar a:hover,
.navbar a:active{
    color: #0ef;
}
.navbar .navbar-brand{
    color: #fff;
    font-size: 2.7rem;
    font-weight: 700;
}
.navbar .navbar-toggler {
    width: 47px;
    height: 34px;
    /* background-color: #fff; */
    border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon{
    width: 100%;
    float: left;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}
section{
    min-height: 100%;
    padding: 12rem 9% 5rem;
}
body{
    background-color: #1f242d;
}

.home{
    width: 100%;
}
.home .home-content h1{
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
}
.home .home-content h3{
    font-size: 3.3rem;
    font-weight: 700;
    color: #fff;
}
.home .home-content p{
    font-size: 1.7rem;
    color: #fff;
}
span{
    color: #0ef;
}
.home .home-content .social-media a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: .20px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    color: #0ef;
    margin: 10px 10.5px 20px 0;
    transition: .5s ease;
}
.home .home-content .social-media a:hover{
    background: #0ef;
    color: #323946;
    box-shadow: 0 0 1rem #0ef;
}
.btn{
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 0 20px 0;
    background: #0ef;
    border-radius: 25px;
    box-shadow: 0 0 10px #0ef;
    font-size: 17px;
    color: #323946;
    letter-spacing: .25px;
    font-weight: 700;
    transition: .5s ease;
}
.btn:hover{
    box-shadow: none;
    background: #0ef;
    color: #1f242d;
}
.home .home-img img{
    width: 35rem;
    margin: 20px;
}

/* About */
.about{
    background-color: #323946;
    padding: 7rem 0;
    width: 100%;
}
.about .about-img {
    padding: 5rem 0 1rem 5rem;
}
.about .about-img img{
    width: 35rem;
    margin: 20px;
}
.about h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.about .about-content{
    padding: 5rem 0 1rem 5rem;
}
.about .about-content p {
    font-size: 1.7rem;
    color: #fff;
    text-align: justify;
}

/* Service */
.services{
    padding: 8rem 13rem;
    color: #fff;
}
.services h2{
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.services .services-box{
    flex: 1 1 30rem;
    background: #323946;
    padding: 3rem 2rem 4rem;
    margin: 0 1rem;
    border-radius: 2rem;
    text-align: center;
    border: .2rem solid #1f242d;
    transition: .5s ease;
}
.services .services-box:hover{
    border-color: #0ef;
    transform: scale(1.02);
}
.services .services-box i {
    font-size: 7rem;
    color: #0ef;
}
.services .services-box h4{
    font-size: 2.6rem;
}
.services .services-box p{
    font-size: 1.6rem;
    margin: 1rem 0 3rem;
}

/* Gallery */
.gallery{
    padding: 8rem 13rem;
    color: #fff;
    background-color: #323946;
}
.gallery h2{
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.gallery .gallery-box{
    position: relative;
    border-radius: 2rem;
    box-shadow: 0 0 1rem #1f242d;
    overflow: hidden;
    display: flex;
}
.gallery .gallery-box img{
    width: 110%;
    margin: -1rem;
    transition: .5s ease;
}
.gallery .gallery-box:hover img{
    transform: scale(1.1);
}
.gallery .gallery-box .gallery-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.1), #0ef);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 4rem;
    transform: translateY(100%);
    transition: .5s ease;
}
.gallery .gallery-box:hover .gallery-layer{
    transform: translateY(0);
}

.gallery .gallery-layer h4{
    font-size: 3rem;
}

.gallery .gallery-layer p{
    font-size: 1.6rem;
    margin: .3rem 0 1rem;
}
.gallery-layer a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background: #fff;
    border-radius: 50%;
}
.gallery-layer a i{
    font-size: 2rem;
    color: #323946;
}

.contact {
    padding: 8rem 13rem;
    color: #fff;
    background-color: #323946;
}

.contact h2{
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.contact form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3rem;
}

.contact form .input-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact form .input-box input,
.contact form textarea{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: #fff;
    background: #323946;
    border-radius: .8rem;
    margin: .7rem 0;
}

.contact form .input-box input{
    width: 49%;
}

.contact form textarea {
    resize: none;
}

.contact form .btn{
    margin-top: 2rem;
    cursor: pointer;
}

/* Contact */
.login {
    padding: 15rem 13rem;
    color: #fff;
}
.login h1{
    font-size: 3rem;
    font-weight: 1200;
    color: #fff;
    text-align: center;
}
.login form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3rem;
}
.login form .form-floating{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.login form .form-floating input,
.login form textarea{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.7rem;
    color: #ffffff;
    background: #323946;
    border-radius: .8rem;
    margin: .7rem 0;
}
.login form .form-floating input{
    width: 100%;
    height: auto;
}
/* .login form textarea {
    resize: none;
}
.login form .btn{
    margin-top: 2rem;
    cursor: pointer;
} */

/* Footer */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 9%;
    background: #1f242d;
}
.footer-box{
    color: #fff;
    font-size: 1.6rem;
}
.footer-box a{
    text-decoration: none;
    color: #fff;
}
.footer-box a:hover{
    color: #0ef;
}
.footer-box img{
    max-height: 4rem;
    padding: 1rem 1rem 0 0;
}
.footer-box h6{
    font-size: 1.7rem;
    padding-top: 3rem;
}
.footer-text p{
    font-size: 1.6rem;
    color: #fff;
}
.footer-iconTop a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: .8rem;
    background: #0ef;
    border-radius: .8rem;
    transition: .5s ease;
}
.footer-iconTop a:hover{
    box-shadow: 0 0 1rem #0ef;
}
.footer-iconTop a i{
    font-size: 2.4rem;
    color: #323946;
}

@media (max-width: 768px) {
    .home .home-content{
        padding: 0;
    }
    .home .home-content h1{
        font-size: 3.5rem;
    }
    .home .home-content h3{
        font-size: 2.5rem;
    }
    .home .home-content p{
        font-size: 1.7rem;
    }
    .home .home-content .social-media a{
        width: 35px;
        height: 35px;
        border: .25px solid #0ef;
        border-radius: 50%;
        font-size: 17px;
        margin: 5px 5.5px 10px 0;
    }
    .btn{
        padding: 8px 25px;
        margin: 8px 0 14px 0;
        border-radius: 15px;
        font-size: 1.7rem;
    }
    .home .home-img{
        padding-top: 3rem;
    }
    .home .home-img img{
        width: 28rem;
        margin: 15px;
    }
    .about .about-img {
        padding: 3rem 3rem 2rem 3rem;
    }
    .about .about-img img{
        width: 28rem;
        margin: 15px;
    }
    .about h2 {
        font-size: 3rem;
    }
    .about .about-content{
        padding: 0 3rem;
    }
    .about .about-content p {
        font-size: 1.7rem;
    }
    .services{
        padding: 3rem;
    }
    .services h2{
        font-size: 3rem;
        padding-bottom: 1.7rem;
    }
    .services .services-box{
        flex: 1 1 30rem;
        padding: 1rem;
        margin-top: 1.5rem;
        border-radius: 1rem;
        border: .2rem solid #1f242d;
    }
    .services .services-box i {
        font-size: 5rem;
    }
    .services .services-box h3{
        font-size: 2.5rem;
    }
    .services .services-box p{
        font-size: 1.7rem;
        margin: 1rem 3rem 3rem;
    }

    /* Portfoolio */
    

    .contact {
        padding: 3rem;
    }
    .contact h2{
        font-size: 3rem;
    }
    .contact form .input-box input{
        width: 100%;
    }
    .footer {
        padding: 3rem;
    }
    .footer-box img{
        max-height: 3rem;
        padding: 1rem 1rem 0 0;
    }
    .footer-box h6{
        font-size: 1.7rem;
        padding-top: 2rem;
    }
    .footer-box p{
        font-size: 1.5rem;
    }
    .footer-text p{
        font-size: 1.5rem;
        color: #fff;
    }
    .footer-iconTop a{
        padding: .4rem;
        background: #0ef;
        border-radius: .5rem;
    }
    .footer-iconTop a i{
        font-size: 2rem;
        color: #323946;
    }
    /* Halaman Project */
    .card .card-header h5{
        font-size: 1.8rem;
    }
    .card .card-body p{
        font-size: 1.5rem;
    }
    .card .card-footer .btn-p{
        border-radius: 1.8rem;
        font-size: 1.5rem;
    }
    /* .home-content h3{
        font-size: 3.6rem;
    }
    .home-content h1{
        font-size: 6rem;
    }
    .home-content p{
        font-size: 2rem;
    }
    .home-img img{
        width: 25vh;
        margin-top: 5rem;
    }
    .product-img img{
        padding: 0;
    }
    .footer{
        flex-direction: column-reverse;
    }
    .footer .footer-text p{
        text-align: center;
        margin-top: 2rem;
    } */
}

@media (max-width: 576px){
    .home .home-content{
        padding: 0;
    }
    .home .home-content h1{
        font-size: 2.4rem;
    }
    .home .home-content h3{
        font-size: 2rem;
    }
    .home .home-content p{
        font-size: 1.5rem;
    }
    .home .home-content .social-media a{
        width: 30px;
        height: 30px;
        border: .20px solid #0ef;
        border-radius: 50%;
        font-size: 15px;
        margin: 5px 5.5px 10px 0;
    }
    .btn{
        padding: 5px 15px;
        margin: 5px 0 10px 0;
        border-radius: 12.5px;
        box-shadow: 0 0 5px #0ef;
        font-size: 1.5rem;
        letter-spacing: .13px;
    }
    .home .home-img{
        padding-top: 3rem;
    }
    .home .home-img img{
        width: 23rem;
        margin: 10px;
    }
    .about .about-img {
        padding: 3rem 3rem 2rem 3rem;
    }
    .about .about-img img{
        width: 23rem;
        margin: 10px;
    }
    .about h2 {
        font-size: 2.2rem;
    }
    .about .about-content{
        padding: 0 3rem;
    }
    .about .about-content p {
        font-size: 1.5rem;
    }
    .services{
        padding: 3rem;
    }
    .services h2{
        font-size: 2.2rem;
        padding-bottom: 1.5rem;
    }
    .services .services-box{
        /* flex: 1 1 15rem; */
        padding: 1rem;
        margin-top: 1.5rem;
        border-radius: 1rem;
        border: .2rem solid #1f242d;
    }
    .services .services-box i {
        font-size: 5rem;
    }
    .services .services-box h3{
        font-size: 2rem;
    }
    .services .services-box p{
        font-size: 1.5rem;
        margin: 1rem 0 3rem;
    }
    .contact {
        padding: 3rem;
    }
    .contact h2{
        font-size: 2.2rem;
    }
    .contact form .input-box input{
        width: 100%;
    }
    .footer {
        padding: 2rem;
        flex-direction: column-reverse;
    }
    .footer-box img{
        max-height: 3rem;
        padding: 1rem 1rem 0 0;
    }
    .footer-box h6{
        font-size: 1.7rem;
        padding-top: 2rem;
    }
    .footer-box p{
        font-size: 1.5rem;
    }
    .footer-text p{
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
    }
    .footer-iconTop a{
        padding: .4rem;
        background: #0ef;
        border-radius: .5rem;
    }
    .footer-iconTop a i{
        font-size: 2rem;
        color: #323946;
        
    }
    /* Halaman Project */
    .project {
        margin: 0;
        padding: 0;
    }
    .project h1 {
        font-size: 3.5rem;
    }
    .project h3{
        font-size: 2.5rem;
    }
    .card .card-header h5{
        font-size: 1.8rem;
    }
    .card .card-body p{
        font-size: 1.7rem;
    }
    .card .card-footer .btn-p{
        border-radius: 1.8rem;
        font-size: 1.7rem;
    }
}


/* Halaman Project */
.project{
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #323946;
    padding-top: 10rem;
    padding-bottom: 4rem;
    background-position: center;
    color: #fff;
}
.projects{
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #323946;
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-position: center;
    color: #fff;
}
.project-content{
    padding: 0 9%;
}

.project-content h3{
    font-size: 3.2rem;
    font-weight: 700;
}

.project-content h1{
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.card .card-header{
    background: #323946;
    color: #fff;
}
.card .card-header h5{
    font-size: 2.2rem;
}
.card .card-body p{
    font-size: 1.6rem;
    color: #1f242d;
}
.card .card-footer .btn-p{
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    background: #0ef;
    text-decoration: none;
    border-radius: 2rem;
    box-shadow: 0 0 1rem #0ef;
    font-size: 1.6rem;
    color: #1f242d;
    letter-spacing: .1rem;
    font-weight: 600;
    transition: .5s ease;
}
.card .card-footer .btn-p:hover{
    box-shadow: none;
}