
@import url('https://fonts.googleapis.com/css2?family=Epilogue&family=Josefin+Sans&family=Londrina+Solid&family=Quicksand:wght@300&family=Raleway:wght@500&family=Suez+One&family=Truculenta:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');

* {
    box-sizing: border-box;
}

header{
    background-color: #34d3be;
    height: 110px;
      
}
nav li{
    display: inline;
    padding: 3px;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    position: relative;
    bottom: 40px;
    right: 70px;
    text-shadow: 1px 1px #004557;
    text-align:center
}

nav li:hover{
    background: #17a693;
    border-radius:10px ;
}

.menu{
    margin-left: 20px;
    margin-right: 20px;
    color: #e4f9f5;
}

body {
    margin: 0;
    color: #40514e;
    font-family: 'Londrina Solid', cursive;
    
 }
main{
    padding: 20px;
    overflow: auto;
    background-image:
    linear-gradient( 
        #34d3be,
        #34d3be 35%,
      #e4f9f5 35%,
      #e4f9f5 65%,
      #e4f9f5 65%
    );
}

.clear{
    clear: right;
    
}
h1{
    font-family: 'Suez One', serif;
    font-size: 50px;
    text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
    position: relative;
    left: 30px;
    top: 10px;
}
.first{
    color: #91f3e6;
    display: inline;
}
.last{
    color: #e4f9f5;
    display: inline;
}

h2 {
    color: #91f3e6;
    font-size: 35px;
    text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
    letter-spacing: 1px;
 }

.utama{
    color: #ffffff;
    float: right;
    position: relative;
    bottom: 540px;
    right: 80px;
    text-align: center;
    font-size: 45px;
    letter-spacing: 2px;
    text-shadow: -2px 5px 0 #40514e,
                          4px 7px 0 #40514e,
                         2px -2px 0 #40514e,
                        -2px -2px 0 #40514e;
    
}  
.unduhan{
    color: #ffffff;
    float: right;
    position: relative;
    bottom: 400px;
    right: 50px;
    text-align: right;
    font-size: 40px;
    text-shadow: -2px 5px 0 #40514e,
                          2px 2px 0 #40514e,
                         2px -2px 0 #40514e,
                        -2px -2px 0 #40514e;
}
.imgunduh{
    max-width: 600px;
    position: relative;
    right: 20px;
}
.boxunduh{
    float: right;
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    background-image: linear-gradient(#4d5f5c, #2c3836);
    width: 300px;
    height: 50px;
    position: relative;
    bottom: 160px;
    left: 290px;
    color: rgb(234, 253, 253);
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 10px;
}
.boxunduh:hover{
    background-image: linear-gradient(#2c3836, #4d5f5c);
}
.tulisan{
    font-size: 22px; 
    font-family: 'Heebo', sans-serif;
    margin-top: 40px;
    padding: 20px;
}

.nbunduh{
    float: right;
    text-align: center;
    width: 300px;
    height: 50px;
    position: relative;
    bottom: 155px;
    left: 290px;
    color: rgb(13, 48, 48);
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
}

h3 {
    color: #00a2c6

}
article{
    padding-bottom: 40px;
}
article p{
    font-size: 20px;
    
}

aside {
    float: right;
    width: 25%;
    padding: 20px;
    text-align: center;
    color: #40514e;
 }
 aside h2{
     color:#ffffff;
     text-shadow: -2px 5px 0 #40514e,
                          2px 2px 0 #40514e,
                         2px -2px 0 #40514e,
                        -2px -2px 0 #40514e;
     letter-spacing: 1px;

 }

#content {
    float: left;
    width: 75%;
    padding: 20px;
 }
 
.container {
    display: flex;
    width: auto;
    height: 250px;
    padding: 0px;
    border-radius: 0px;
    margin: 0 auto;
    height: fit-content;
}
.box {
    flex-grow: 1;
    text-align: center;
    margin: 5px;
    border: 1px solid black;
    border-radius: 10px;
    height: fit-content;
    background-image: linear-gradient(#30e3ca, #e4f9f5);
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Heebo', sans-serif;
}
.box img{
    max-width: 210px;
}
.sepatu{
    padding-top: 20px;
    padding-bottom: 40px;
}
.box:hover{
    position: relative;
    bottom: 20px;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 3);
    
}
.judulprdk{
    font-size: 40px;
    font-family: 'Londrina Solid', cursive;
    text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
    letter-spacing: 1px;
    color: #e4f9f5;
}
.card {
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 1);
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    background:#e4f9f5;

 }
.foto {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    border: 14px solid #d1eee9;
}
.info{
    font-size: 23px;
    margin-top: 19px;
    margin-bottom: 6px;
}
.subinfo{
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 11px;
    font-family: 'Heebo', sans-serif;
}
.kontak{
    padding: 0;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #40514e;
    font-family: 'Heebo', sans-serif;
}
.kontak a{
    color: #40514e;
    text-decoration: none;
}
.covertext{
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding: 20px;
    position: relative;
    bottom: 180px;
}
.sidepanel{
    display: none;
}
.openbtn{
    display: none;
}
footer{
    font-family: 'Josefin Sans', sans-serif;
    height: 100px;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    color: white;
    background-color: #34d3be;
}



    @media screen and (max-width: 1000px) {
        #content,
        aside {
            width: 100%;
            padding: 0;
        }
        header{
            position: fixed;
            width: 100%;
            height: 64px;
            margin-bottom: 10px;
            top: 0;
            z-index: 2;
        }
        h1{
            font-size: 35px;
        }
        nav li{
            display: none;
        }
        main{
            margin-top: 60px;
            background-image:
                linear-gradient( 
                    #34d3be,
                    #34d3be 24%,
                #e4f9f5 24%,
                #e4f9f5 76%,
                #e4f9f5 76%
                );
            
        }
        article img{
            max-width: 100%;
        }
        article .container{
            max-width: 100%;
            min-height: 1000px;
            flex-direction: column;
            align-items: center;
        }
        article .box{
            min-width: 300px;
            max-width: 300px;
            min-height: 300px;
            align-items: center;
        }
        .utama{
            position: relative;
            bottom: 0px;
            float: unset;
            text-align: center;
            color: #ffffff;
            font-size: 32px;
            bottom: 0;
            right: 0;
            text-shadow: -2px 2px 0 #000,
                            2px 2px 0 #000,
                            2px -2px 0 #000,
                            -2px -2px 0 #000;
            padding: 20px;
            padding-bottom: 55px;
            letter-spacing: 2px;   
        }
        .covertext{
            bottom: 0;
        }
        .tulisan{
            text-align: center;
        }
        .imgunduh{
            max-width: 100%;
        }
        .unduhan{
            float: left;
            left: 0;
            bottom: 0;
            text-align: left;
            font-size: 30px;
        }
        .boxunduh{
            float: left;
            position: relative;
            right: 0;
            left: 0;
            bottom: 0;
            padding: 10px;
        }
        .nbunduh{
            float: left;
            left: 0;
            bottom: 0;
        }


        .sidepanel {
            max-width: 60%;
            height: 100%;
            position: fixed; 
            z-index: 3; 
            top: 0;
            right: 0;
            background-color: #111; 
            overflow-x: hidden; 
            transition: 0.5s; 
            display: block;
            padding-top: 90px;
            opacity: 95%; 
        }
        
        .sidepanel a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        
        .sidepanel a:hover {
            color: #f1f1f1;
        }
        
        .sidepanel .closebtn {
            position: absolute;
            top: 0;
            font-size: 36px;
            float: left;
        }

        .openbtn {
            cursor: pointer;
            background-color: #34d3be;
            color: white;
            border: 2.5px solid #d1eee9;
            float: right;
            display: inline;
            position: relative;
            bottom: 50px;
            right: 26px;
            font-size: 26px;
            font-weight: bold;
            width: 41px;
            height: 42px;
        }
        .openbtn:hover {
            background-color: #444;
        }
        
    }
 