@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

::selection {
    color: white;
    background: #bfa267;
}
::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #FFFFFF;
}

::-webkit-scrollbar{
	width: 10px;
	background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: rgba(216, 183, 116, 0.75);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

#aboutus{
    position: absolute;
    margin-top: -165px;
}
#ourvalues{
    position: absolute;
    margin-top: -20px;
}
#product{
    position: absolute;
    margin-top: -150px;
}
#ourteam{
    position: absolute;
    margin-top: -200px;
}
#collaborate{
    position: absolute;
    margin-top: -60px;
}

nav{
    top: 0;
    position: fixed;
    width: 100%;
    background-color: white;
    height: 72px;
    filter: drop-shadow(1px 1px 3px #DFDFDE);
    z-index: 100;
}
nav .logo{
    transition: 0.5s;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 80px;
    width: 110px;
    height: 45px;
    object-fit: cover;
    position: relative;
    cursor: pointer;
}
nav ul{
    float: right;
    padding-right: 48px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
}
nav ul li a{
    font-weight: 700;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 18px;
    padding-right: 48px;
}
nav ul li a:hover{
    transition: 0.1s;
    color: #A92F17;
}
/* BUAT NAVBAR MOBILE */
#lol img{
    transition: 0.5s;
    margin-top: 17px;
    margin-right: 30px;
    width: 30px;
    height: 30px;
}
#close img{
    transition: 0.5s;
    margin-top: 10px;
    margin-right: 23px;
    width: 45px;
    height: 45px;
}
label #lol, label #close{
    float: right;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}

.contactbtn{
    transition: 0.5s;
    margin-top: 21px;
    position: absolute;
    float: right;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
    width: 82px;
    height: 24px;
    border-radius: 4px;
    border: none;
    color: white;
    background-color: #A92F17;
    cursor: pointer;
    display: none;
}

.card{
    margin-top: 70px;
    transition: 0.5s;
    width: 100%;
    height: 584px;
    background: url(https://ik.imagekit.io/ansln/gogomushroom/tr:q-25/bgfix.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 80px;
    flex-direction: column;
    text-align: left;
}
.card h1{
    transition: 0.5s;
    position: relative;
    width: 600px;
    font-weight: 700;
    color: white;
    line-height: 58px;
    font-size: 48px;
    padding-top: 168px;
    margin-bottom: 8px;
}
.card h3{
    transition: 0.5s;
    color: white;
    line-height: 34px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}
.card button{
    transition: ease-out 0.3s;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    width: 197px;
    height: 58px;
    border-radius: 6px;
    border: none;
    color: white;
    background-color: #A92F17;
    cursor: pointer;
}
.card button:hover{
    transition: 0.3s;
    background-color: white;
    color: #A92F17;
}

.content-mid{
    margin-top: 133px;
    margin-bottom: 122px;
    text-align: center;
}

.box-hp{display: none;}

.indo-h1{
    padding-top: 53px;
    padding-left: 457px;
    padding-right: 457px;
    font-family: 'Inter';
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    font-style: normal;
    line-height: 58px;
}
.indo-img-size{
    margin-top: 50px;
    margin-left: 125px;
    float: left;
    width: 550px;
    height: 180px;
    object-fit: cover;
}
.indo-desc-text{
    width: 500px;
    margin-top: 100px;
    margin-left: 800px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    text-align: left;
    font-size: 28px;
    line-height: 34px;
}

/* FOOTER */
footer{
    display: flex;
    flex-flow: row wrap;
    padding: 68px 0 0 80px;;
    color: #fff;
    background-color: #4D4D4D;
}
.footer > *{
    flex: 1 40%;
}
.footer-left{
    text-align: left;
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.footer-left img{
    width: 25%;
    padding-bottom: 20px;
    object-fit: cover;
}
.footer-left img:hover{
    opacity: 90%;
}
.footer h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 18px;
}
.footer ul{
    list-style: none;
    padding-left: 0;
}
.footer li{
    line-height: 2em;
}
.footer a{
    text-decoration: none;
}
.footer a:hover{
    transition: 0.1s;
    color: #A92F17;
}
.footer-right{
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    margin-left: -150px;
}
.footer-right > *{
    flex: 1 30%;
    margin-right: 1.25em;
}
.box{
    padding-bottom: 25px;
}
.box a{
    color: #E5E5E5;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 18px;
}
.footer-bottom{
    text-align: center;
    color: #fff;
    padding-top: 25px;
}
.footer-bottom p{
    font-size: 14px;
    padding: 10px;
    margin-left: -90px;
    background-color: #282828;
    background-size: 100%;
    line-height: 24px;
}
.footer-bottom a{
    text-decoration: none;
    color: white;
}
.footer-left p{
    padding-right: 20%;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.backto button{
    transition: 0.1s;
    text-align: left;
    background-color: #4D4D4D;
    margin-bottom: 10px;
    color: white;
    border: none;
    width: 120px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
}
.backto button:hover{
    transition: 0.1s;
    color: #A92F17;
}
#bound{margin-bottom: 18px;}

/* UKURAN RESPONSIVE */

/** LEBAR LAYAR 1366px */
@media only screen and (max-width:1366px) {
    #aboutus{
        position: absolute;
        margin-top: -50px;
    }
    #product{
        position: absolute;
        margin-top: -50px;
    }
    #ourteam{
        position: absolute;
        margin-top: -90px;
    }
    #collaborate{
        position: absolute;
        margin-top: 10px;
    }
    .card{
        transition: 0.5s;
        height: 500px;
    }
    .indo-img-size{
        margin-top: 50px;
        margin-left: 75px;
        float: left;
        width: 550px;
        height: 180px;
        object-fit: cover;
    }
    .indo-desc-text{
        width: 500px;
        margin-top: 100px;
        margin-left: 725px;
    }
}

/** LEBAR LAYAR 1070px */
@media only screen and (max-width:1070px) {
    .contactbtn{
        transition: 0.5s;
        display: block;
        margin-left: 850px;
    }

    label #lol{
        transition: 0.5s;
        display: block;
    }

    #check:checked ~ label #lol{
        transition: 0.5s;
        display: none;
    }
    #check:checked ~ label #close{
        display: block;
        transition: 0.5s;
    }
    
    nav{
        z-index: 1;
        height: 72px;
        filter: drop-shadow(1px 1px 3px #DFDFDE);
    }
    nav .logo{
        transition: 0.5s;
        margin-top: 18px;
        margin-bottom: 18px;
        margin-left: 80px;
        width: 110px;
        height: 45px;
        object-fit: cover;
        position: relative;
        cursor: pointer;
    }
    nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: F7F7F7;
        top: 65;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin-left: 100px;
        margin-top: 50px;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    nav ul li a:hover{
        color: #A92F17;
    }
    #check:checked ~ ul{
        left: 0;
    }
    .card{
        width: 100%;
        height: 584px;
        background: url(https://ik.imagekit.io/ansln/gogomushroom/tr:q-25/bgfix.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-left: 80px;
        flex-direction: column;
        text-align: left;
    }
    .card h1{
        transition: 0.5s;
        width: 600px;
        font-weight: 700;
        color: white;
        line-height: 58px;
        font-size: 48px;
        padding-top: 168px;
        margin-bottom: 8px;
    }
    .card h3{
        transition: 0.5s;
        color: white;
        line-height: 34px;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 32px;
    }
    .card button{
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        width: 197px;
        height: 58px;
        border-radius: 6px;
        border: none;
        color: white;
        background-color: #A92F17;
        cursor: pointer;
    }
    .indo-h1{
        display: flex;
        text-align: center;
        margin-left: -175px;
        margin-top: 50px;
        width: 150%;
    }
    .indo-img-size{
        margin-top: 75px;
        margin-left: 50px;
        float: left;
        width: 400px;
        height: 130px;
        object-fit: cover;
    }
    .indo-desc-text{
        width: 350px;
        margin-top: 100px;
        margin-left: 525px;
        text-align: left;
        font-size: 24px;
        line-height: 34px;
    }
}

/** LEBAR LAYAR 1024px */
@media only screen and (max-width:1024px) {
    .contactbtn{
        transition: 0.5s;
        display: block;
        margin-left: 750px;
    }

    .footer-left{
        padding-left: 50px;
    }
}

/** LEBAR LAYAR 768px */
@media only screen and (max-width:768px) {
    .contactbtn{
        transition: 0.5s;
        display: block;
        margin-left: 550px;
    }
    
    nav{
        height: 64px;
        filter: drop-shadow(1px 1px 3px #DFDFDE);
        top: 0;
        position: sticky;
        z-index: 20;
    }
    nav .logo{
        transition: 0.5s;
        margin-top: 17px;
        margin-left: 24px;
        width: 85px;
        height: 35px;
        object-fit: cover;
        position: relative;
        cursor: pointer;
    }
    nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: F7F7F7;
        top: 65;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin-left: 100px;
        margin-top: 50px;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    nav ul li a:hover{
        color: #A92F17;
    }
    #check:checked ~ ul{
        left: 0;
    }

    .card{
        height: 384px;
        padding-top: 40px;
        padding-left: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .card h1{
        transition: 0.5s;
        width: 300px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 6px;
    }
    .card h3{
        transition: 0.5s;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .card button{
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        width: 124px;
        height: 32px;
        border-radius: 4px;
        border: none;
        color: white;
        background-color: #A92F17;
        cursor: pointer;
    }
}

/** LEBAR LAYAR 500px */
@media only screen and (max-width:500px) {
    nav{
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .card{
        margin-top:65px;
    }
    .contactbtn{
        transition: 0.5s;
        display: block;
        margin-left: 250px;
    }
    .container{
        display: none;
    }

    .box-hp{
        opacity: 0.82;
        display: flex;
        flex-direction: column;
        width: 344px;
        height: 157px;
        background-color: #D8B774;
        box-shadow: 0px 6px 24px 4px rgba(216, 183, 116, 0.35);
        color: white;
        border-radius: 12px;
        text-align: center;
    }
    .box-hp h1{
        padding-top: 21px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    .row-box-hp{
        display: flex;
        flex-direction: row;
    }
    .row-box-hp img{
        margin-top: 33px;
        margin-left: 24px;
        object-fit: cover;
        width: 139.06px;
        height: 44px;
    }
    .row-box-hp p{
        text-align: left;
        margin-top: 37px;
        margin-left: 17px;
        margin-right: 23px;
        width: 130px;
        float: right;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
    }

    .footer-right > *{
        flex: 1 25%;
        margin-left: -30px;
    }
    .footer-left{
        flex: 1 100%;
        margin-left: -80px;
    }
    .footer-left img{
        width: 35%;
        object-fit: cover;
    }
    .footer-right{
        margin-left:0;
    }
    .footer-bottom{
        margin-right: 85px;
        width: 100%;
    }
    .footer-bottom p{
        margin-left: 5px;
        background-color: #4D4D4D;
    }
}

/** LEBAR LAYAR 425px */
@media only screen and (max-width:425px) {
    .contactbtn{
        transition: 0.5s;
        display: block;
        margin-left: 220px;
    }
    .footer-bottom p{
        margin-left: -45px;
        width: 350px;
        background-color: #4D4D4D;
    }
}

/** LEBAR LAYAR 320px */
@media only screen and (max-width:320px) {
    .contactbtn{
        transition: 0.5s;
        display: block;
        margin-left: 140px;
    }
    .card h1{
        transition: 0.5s;
        width: 250px;
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 6px;
    }
    nav ul li a{
        font-size: 16px;
    }
}
