* {
    margin: 0;
    padding: 0;
    
}

.montserrat-etansetan> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
  
.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(66, 42, 0, 0.774)), url(images/backgroundhome.jpg); /* Jika gambar bunga.png berada di folder images, pastikan penulisan path-nya sesuai */
    background-position: center;
    background-size:cover;
    position: relative;
}
nav{
    display: flex;
    padding: 3.5% 4%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 500px;
    padding-left: 8%;
}

.nav-links{
font-family:'Montserrat', sans-serif ;
font-weight: 400;
flex: 1;
text-align: right;
}

.nav-links ul li{
    list-style: none;
    margin-right: 80px;
    display: inline-block;
    letter-spacing: 3px;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{

font-size: 40px;
color: #fff;
text-decoration: none;

}

.nav-links ul li::after{
    content: '';
    display: block;
    position:relative;
    width: 0%;
    height: 4px;
    background-color: rgb(255, 170, 0);
    margin-top: 10%;
    margin-left: 25%;
    transition: 0.7s;
}

.nav-links ul li:hover::after{
width: 50%;
}
.text-box{
    position: relative;
    text-align: center;
    padding: 50px 34px;
    margin-top: 15%;
}
.text-box{
    margin-top: 500px;
}
.text-box p{
    font-family:'Montserrat', sans-serif ;
    position: absolute;
    text-align: center;
font-weight: 100;
width:90%;
font-size: 50px;
color: white;
top: 270px;                   
left:50%;
transform: translate(-50%, -50%);
}
.text-box h1{
    font-family: 'Akira', sans-serif;
    color: #fff;
    width:90%;
    padding-bottom: 200px;
    font-size: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-weight: 100;
    width:90%;                                  
    transform: translate(-50%,-50%);
    font-weight: 800;
    text-align: center;
}
.hero-btn {
    font-family:'Montserrat', sans-serif ;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 500%;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 2px solid #fff;
    padding: 21px 36px;
    font-size: 30px;
    background: transparent;
    border-radius: 34px;
    transform: translate(-50%, -50%);
}

.hero-btn:hover{
border: 1px rgb(255, 170, 0);
background: rgb(255, 170, 0);
transition: 1s;
}

nav .fa-solid{
    display: none;
}
/* MOBILE DEVICE ADJUSTMENT */ 

@media(max-width: 700px){
    .text-box h1{
        margin-top: 50px;
        font-size: 50px;
    }
    nav img{
        width: 100px;
    }    
    .nav-links ul li a{
        font-size: 7px;
        color: #fff;
    }
    .nav-links{
        text-align: left;
        background: #c69b00;
        position: absolute;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
        .text-box{
            margin-top: 110px;
        }
        .text-box p{
            font-size: 15px;
            top: 80%;
        }
        .hero-btn{
            top: 170%;
            font-size: 13px;
            padding: 10px 13px;
        }

        nav .fa-solid{
            display: block;
            color: #fff;
            margin: 10px;
            font-size: 15px;
            cursor:pointer;
        }

        .nav-links ul{
            padding: 5px;
        }
}   

/*-------------------------------------------------------------------Benefit----------------------------------------------------------------------------------*/

.course{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 5px;
    font-family:'Montserrat', sans-serif;
}

h1{
    margin-top: 85px;
    font-weight: 450;
    font-size: 150px;
}
p{
    margin-top: 20px;
    color: #777;
    font-weight: 400;
    font-size: 40px;
    font-weight: 300;
    line-height: 22px;
    padding: 15px;
}

h3{
    font-size: 55px;
}
.row {
    display: flex;
    justify-content: center; /* Memposisikan .row di tengah secara horizontal */
    margin-top: 3.5%;
    flex-wrap: nowrap; /* Mencegah wrapping (pembungkusan) elemen pada baris baru */
}
.benefit-col1,
.benefit-col2,
.benefit-col3 {
    flex: 0 0 auto; /* Memastikan kolom memiliki lebar yang tepat sesuai konten */
    margin: 0 40px; /* Mengatur jarak antar kolom */
    padding-right: 232px;
}
.benefit-col1,
.benefit-col2,
.benefit-col3 {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding:20px 12px;
    transition: 1s;
}

.benefit-col1:hover,
.benefit-col2:hover,
.benefit-col3:hover {
box-shadow: 0 0 30px 0px rgba(0,0,0,0.2);
}

/* ---------------------------------------------------------------BENEFIT MOBILE DEVICE VERSION --------------------------------------------------------------------------*/

@media(max-width: 700px){
    .row{
        flex-direction: column;
        font-size: 80%;
    }
    h1{
        margin-top: 5%;
        font-size: 250%;
    }
    .benefit-col1 p,
    .benefit-col2 p,
    .benefit-col3 p{
        font-size: 150%;
    }
    p{
        font-size: 100%;
    }
    h3{
        font-size: 170%;
    }

}
/*------------------------------------------------------------------------------ CONTOH -----------------------------------------------------------------------------------------*/
.contoh{
    font-family:'Montserrat', sans-serif ;
text-align: center ;
margin-bottom: 100px;
}

.contoh h1{
    margin-top: -30px;
    font-weight: 500;
    font-size: 120px;
}

.contoh-col img {
    width: 60%;
    height: auto;
}
.contoh-col img,
.contoh-col1 img{
    margin-right: 20%;
}

.contoh-col1 img{
    width: 70%;
    height: auto;
}
.contoh-col2 img{
    margin-right: 20%;
    width: 70%;
    height: auto;
}

.contoh-col3 img{
    margin-right: 20%;
    width: 70%;
    height: auto;
    margin-bottom: 9%;
}
.gambar{
    display: flex;
    justify-content: center; /* Memposisikan .row di tengah secara horizontal */
    margin-top: 3.5%;
    flex-wrap: nowrap; /* Mencegah wrapping (pembungkusan) elemen pada baris baru */
}

/* ---------------------------------------------------------CONTOH MOBILE DEVICE VERSION------------------------------------------------------------------------------------------------------------------- */

@media(max-width: 700px){
.contoh h1{
    margin-top: 50px;
font-size: 200%;
}
.contoh p{
    font-size: 80%;
}
.contoh-col img {
    width: 90%;
    height: auto;
}
.contoh-col1 img{
    width: 90%;
    height: auto;
}
.contoh-col2 img{
    width: 90%;
    height: auto;
}

.contoh-col3 img{
    width: 90%;
    height: auto;
}
}


/* --------------------------------------------------------------------------FOOTER------------------------------------------------------------------------------ */

.footer{
    background-color: #646464;
    height:100%;
    padding: 70px 80px;
    display: flex;
    text-align: center;
    justify-content: right;
}

.footer p{

font-family:'Montserrat', sans-serif ;
color: #fff;
font-size: 30px;
text-align: left;
display: flex;
line-height: 2;
}
.footer h3{

text-align: left;
font-family:'Montserrat', sans-serif ;
color: #fff;
margin-bottom: 60px
;
}

.img1{
    height: 5%;
    vertical-align: middle;
}

.img2{
    height: 5%;
    vertical-align: middle;
}

.address{
    width: 130%;
margin-left: 150px;
    
}
.socialmedia{
    width: 180%;
}
img{
    vertical-align: middle;
    margin-right: 20px; 
}
.logo img{
    margin-top: 50%;
    width: 350px;
    height: auto;
}
.logo{
    width: 30%;
    height: 100px;
    margin-right: 50%;
}

/*----------------------------------------------------------------- FOOTER DEVICE MOBILE  ---------------------------------------------------------------------*/

@media(max-width: 700px){

    .footer h3{
        margin-bottom: 1px;
    }
    .footer{
        height: auto;
        padding: 70px 80px;
        justify-content: center;
        flex-direction: column;
    }
    .socialmedia p{
        font-family:'Montserrat', sans-serif ;
        color: #fff;
        font-size: 10px;
        text-align: left;
        display: inline-block;
        width: 200px;
        padding: 0px 0px;
        margin-top: 15px;
        }

.address{
    margin-left: 0px;
    margin-top: 15px;
}
            .socialmedia{
                max-width: 50%;
            }
    .logo{
        display: none;
    }
    .img1{
        max-width: 20px;
    }
    .img2{
        max-width: 20px;
    }

    .address p{
        font-size: 10px;
        margin-top: 5px;
        padding-top: 10px;
    }
}