/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents

    01. Navbar
    02. Slider
    03. About
    04. Services
    05. Get Started
    06. Portfolio
    07. Publisher & Mission
    08. Contact
    09. Footer
    10. Page Loading
    11. Media Query
*/

body {
    font-family: 'Rubik', sans-serif;
}

/*--------------------------------------------------
[0. Framework]
--------------------------------------------------*/
.mb-40 {
    margin-bottom: 40px;
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    padding: 25px 0;
    background: linear-gradient(135deg, rgba(22, 37, 43, 0) 0%, rgba(38, 63, 73, 0) 100%);
    z-index: 1000;
}
.navbar .nav-item {
    margin: 0;
    padding: 0;
}
.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin-left: 35px;
    transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
    transform: translateY(-3px);
    color: #03b0d5;
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    background: url("../img/bg/background.webp") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.slider .content {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
}
.slider .content span {
    font-size: 25px;
    font-weight: 300;
    color: #03b0d5;
}
.slider .content h1 {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.slider .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 30px;
}
.slider .content .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.slider .content .btn-blue:hover {
    transform: translateY(-7px);
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/
.about {
    padding: 120px 0;
    background: url("../img/bg/about.png") center center no-repeat;
    background-size: cover;
}
.about .heading {
    margin-bottom: 60px;
}
.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.about .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.about .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.about .box {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px 30px;
    box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}
.about .box:hover {
    transform: translateY(-15px);
}
.about .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #4c5b6a;
    margin: 25px 0 0;
}
.about .box span {
    font-size: 13px;
    font-weight: 300;
    color: #929899;
    display: inline-block;
    margin-bottom: 15px;
}
.about .box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

/*--------------------------------------------------
[4. Start Services]
--------------------------------------------------*/
.services {
    padding: 120px 0;
}
.services .heading {
    margin-bottom: 60px;
}
.services .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.services .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.services .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.services .left .box .info {
    margin-left: 30px;
}
.services .left .box .info h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #4c5b6a;
    margin-bottom: 10px;
}
.services .left .box .info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.services .right {
    background: url("../img/eksternal/1.png") center center no-repeat;
    width: 100%;                
    aspect-ratio: 673 / 540;     
    border-radius: 12px;        
}

/*--------------------------------------------------
[4. Start Mulai Kolaborasi Hari Ini]
--------------------------------------------------*/
.get-started {
    background: url("../img/bg/get-started.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}
.get-started .heading {
    margin-bottom: 30px;
}
.get-started .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.get-started .heading h2 span {
    font-weight: 300;
    color: #11c9f3;
    margin: 0;

}
.get-started .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}
.get-started .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.get-started .btn-blue:hover {
    transform: translateY(-7px);
}

/*--------------------------------------------------
[5. Start Portfolio]
--------------------------------------------------*/
.portfolio {
    padding: 130px 0 0;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;

}

.portfolio h2 span {
    color: #02a2c4;
    font-weight: 300;
}

.portfolio p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 60px;
    padding: 0;
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;

}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #02a2c4;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #02a2c4;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}
.portfolio .single-portfolio-item img {
    width: 100%;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;

}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #02a2c4;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}
/*--------------------------------------------------
[6. Start Our Mission]
--------------------------------------------------*/
.publish {
    padding: 120px 0 0 0;
}
.mid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.publish .text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.publish .text h2 span {
    color: #02a2c4;
    font-weight: 300;
}
.publish .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 35px;
    padding: 0;
}
.publish .text .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.publish .text .btn-blue:hover {
    transform: translateY(-7px);
}

.publish img,
.mission img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.mission {
    padding: 120px 0;
}
.mission .text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.mission .text h2 span {
    color: #02a2c4;
    font-weight: 300;
}
.mission .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 35px;
    padding: 0;
}
.mission .text .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.mission .text .btn-blue:hover {
    transform: translateY(-7px);
}
/*--------------------------------------------------
[13. Contact]
--------------------------------------------------*/
.contact {
    background: url("../img/bg/contact.png") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.contact .heading {
    margin-bottom: 60px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.contact .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.contact .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    box-shadow: 0 15px 51px 0 rgba(0,0,0,0.24);
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: -webkit-linear-gradient(top left,#079ab9 0%,#037e98 100%);
    color: #ffffff;
}

/*--------------------------------------------------
[14. Start Footer]
--------------------------------------------------*/
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 5px #999;
    z-index: 1000;
}
.my-float {
    margin-top: 12px;
}
/*--------------------------------------------------
[14. Start Footer]
--------------------------------------------------*/
.footer {
    background: #212529;
    padding: 40px 0;
}
.footer h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0;
}

/*--------------------------------------------------
[15. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/preloader.svg") center no-repeat #fff;
}

.btn-blue-produk {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff !important; 
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none !important; 
    transition: all 0.4s ease-in-out;
    margin-top: 20px; 
}

.btn-blue-produk:hover {
    transform: translateY(-7px);
    color: #ffffff !important; 
    text-decoration: none !important; 
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .navbar {
        background: #212529 !important;
        padding:30px;
        box-shadow: 0 8px 20px rgba(0,0,0,.12);
        backdrop-filter: saturate(140%) blur(6px);
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .navbar .navbar-brand img {
        height: 40px;
    }
    .slider {
        height: 800px;
        text-align: center;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .services .right { min-height: 240px; 
    }
    .footer img{
        width: 300px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        background: #212529 !important;
        padding:30px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 900px;
        text-align: center;
    }
    .slider .content {
        position: static;         /* lepas dari absolute */
        transform: none;          /* hilangkan translate */
        left: auto; top: auto;
        margin: 0 auto;           /* center via margin */
        padding: 16px;
        width: 92vw;
        max-width: 92vw;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .slider .content span {
        font-size: 18px;
    }

    .slider .content h1 {
        font-size: 34px;          /* dari 65px → 34px */
        line-height: 1.15;
    }

    .slider .content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .slider .content .btn-blue {
        padding: 12px 24px;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .services .right { min-height: 240px; 
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar {
        background: #212529 !important;
        padding:30px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 900px;
        text-align: center;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .services .right { min-height: 240px; 
    }
}