*{
    margin: auto 0;
}

/* scrool smooth */
html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5;
    cursor: default;
}

/* space buat navigasi */
.Hspace{
    height: 30px;
}

.Aspace{
    height: 30px;
}

.Pspace{
    height: 30px;
}

.Cspace{
    height: 30px;
}


.header{
    /* background-color: red; */
    background-color: white;

    /* important */
    position: sticky;
    top: 0;
    z-index: 100;
    /* ///////// */
}

.navbar{
    /* background-color: blue; */
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    padding: 0 5px;
}

.logo img{
    /* background-color: yellow; */
    height: 67px;
    width: 70px;
    margin-top: 5px;
}

.navigasi ul{
    list-style: none;
    margin-right: -5px;
}

.navigasi ul li{
    /* background-color: green;   */
    float: left;
}

.navigasi ul li a{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    padding: 28px;
    text-decoration: none;
    transition: 0.5s;
}

/* animation */
.navigasi ul li a:hover{
    transition: 0.5s;
    background-color: #ffaeae;
    color: white;
}

.phone{
    display: none;
} 

.home{
    /* background-color: yellow; */
    padding: 5% 5px;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
}

/* .HDes{
    background-color: blue;
} */

.HDes h1{
    font-size: 55px;
    color: black;
    font-weight: 600;
    line-height: 1.5;
    width: 80%;
}

.HDes p{
    text-align: justify;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    width: 85%;
}

.HDes a{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    color: #ffaeae;
    transition: 0.5s;
}

/* animation */
.HDes a:hover{
    color: #ffc6c6;
    transition: 0.5s;
}

.HDes span{
    color: #ffaeae;
}

.IgHome{
    margin-right: 2%;
    background-image: url(foto/Vector-removebg-preview.png);
    background-repeat: no-repeat;
}

.Mabout{
    display: none;
}

.aboutus{
    /* background-color: gray; */
    width: 85%;
    padding: 5% 5px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.IgAbout{
    /* background-color: #ffaeae; */
    height: 560px;
    width: 600px;
    margin-right: 40px;
}

.ImgAbout{
    background-color: #ffaeae;
    height: 530px;
    width: 423px;
    position: relative;
    left: 10%;
    box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.25);
}

.ImgAbout img{
    position: relative;
    left: -11%;
    top: 20px;
    transition: 0.5s;
}

/* animation */
.ImgAbout img:hover{
    top: -10.5px;
    left: -10px;
    transition: 0.5s;
}

.DAbout{
    /* background-color: yellow; */
    width: 70%;
    position: relative;
    margin-top: 20px;
}

.DAbout h1{
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.DAbout p{  
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #5B5B5B;
    margin-bottom: 20px;
}

.DAbout a{
    font-weight: 600px;
    font-size: 18px;
    display: flex;
    color: #ffaeae;
    background-color: white;
    border: 2px solid #ffaeae;
    padding: 15px 25px;
    width: 25%;
    text-decoration: none;
    box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.DAbout a h3{
    margin-left: 10px;
}

/* animation */
.DAbout a:hover{
    background-color: #ffaeae;
    color: white;
    transition: 0.5s;
}

.product{
    /* background-color: red; */
    margin: auto;
    width: 85%;
    padding: 5% 5px;
}

.product h1{
    padding-bottom: 10px;
    text-align: center;  
    font-size: 35px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.OurProduct{
    /* background-color: #5B5B5B; */
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.ProductCard{
    height: 250px;
    width: 50%;
    margin: 20px 30px;
    display: flex;
    padding: 10px 20px;
    background: #fbfbfb;
    box-shadow: 5px 5px 4px rgb(0 0 0 / 25%);
    border-radius: 20px;
    transition: 0.5s;
}

.DProduct{
    /* background-color: blue; */
    text-align: left;
    margin-right: 10px;
}

/* animation */
.ProductCard:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.DProduct h1{
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 5px;
}

.DProduct p{
    text-align: justify;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #717171;
    margin-bottom: 20px;
}

.DProduct a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #232323;
    transition: 0.5s;
}

.DProduct a:hover{
    color: #ffaeae;
    transition: 0.5s;
}

/* .flower{
    background-color: aquamarine;
} */

.ContactUs{
    /* background-color: grey; */
    margin: auto;
    margin-bottom: 150px;
    width: 85%;
    padding: 5% 5px;
    display: flex;
    justify-content: space-evenly;
}

.map{
    /* background-color: green; */
    height: 500px;
    width: 500px;
    border: 2px solid #e0e0e0;
}

.map iframe{
    width: 100%;
}

.form{
    /* background-color: blue; */
    height: 500px;
    width: 500px;
    padding: 10px;
}

.form h1{
    font-size: 35px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 10px;
}

.CForm{
    display: flex;
    flex-direction: column;
}

.name{
    padding: 15px 20px;
    margin: 20px 0px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
}

.email{
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
}

.message{
    height: 150px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    box-shadow: 4px 4px 10px rgb(0 )0 0 / 10%;
}

/* important */
.CForm button{
    float: right;
}

.submit{
    width: 120px;
    height: 50px;
    background-color: #ffaeae;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 4px 4px 10px rgb(183 183 183);
}

/* animation */
.submit:hover{
    transition: 0.5s;
    background-color: white;
    color: #ffaeae;
}

.footer{
    padding-top: 5%;
    background-color: #e9e9e9;
    width: 100%;
}

.Dfooter{
    /* background-color: yellow; */
    width: 85%;
    margin: auto;
    padding: 3% 5px;
    display: flex;
    justify-content: space-between;
}

.payment{
    /* background-color: green; */
    width: 500px;
    height: 350px;
    margin-right: 20px;
}

.payment h1{
    font-size: 22px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 20px;
}

.payment img{
    width: 28%;
}

.findus{
    /* background-color: blue; */
    width: 500px;
    height: 350px;
    margin-right: 20px;
}

.findus h1{
    font-size: 22px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 20px;
}

.DFindUs{
    display: flex;
    color: #323232;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.DFindUs p{
    margin-left: 20px;
}

.followus{
    /* background-color: red; */
    width: 400px;
    height: 350px;
}

.followus h1{
    font-size: 22px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 20px;
}

.DFollowUs{
    display: flex;
}

.DFollowUs a{
    text-decoration: none;
}

.iconSosIg{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    display: flex;
    background-color: white;
    transition: 0.5s;
    margin-bottom: 20px;
    color: #c32aa3;
}

.iconSosTw{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    display: flex;
    background-color: white;
    transition: 0.5s;
    margin-bottom: 20px;
    color: #1da1f2;
}

.iconSosWa{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    display: flex;
    background-color: white;
    transition: 0.5s;
    margin-bottom: 20px;
    color: #25d366;
}

.iconSosFc{
    background-color: white;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    display: flex;
    margin-bottom: 20px;
    color: #3b5998;
}

.IdSos{
    margin-top: 3px;
}

.IdSos a{
    /* background-color: white; */
    font-size: 20px;
    font-weight: 400;
    color: #323232;
    margin-left: 12px;
    text-decoration: none;
}

.cpright{
    text-align: center;
}

.cpright img{
    margin-bottom: 20px;
}

/* animation */
.iconSosIg:hover{
    background-color: #c32aa3;
    color: white;
    transition: 0.5s;
}

.iconSosTw:hover{
    background-color: #1da1f2;
    color: white;
    transition: 0.5s;
}

.iconSosWa:hover{
    background-color: #25d366;
    color: white;
    transition: 0.5s;
}

.iconSosFc:hover{
    background-color: #3b5998;
    color: white;
    transition: 0.5s;
}



/* Responisive ipad */
@media all and (max-width: 1000px){
    /* space buat navigasi */
    .Hspace{
        height: 60px;
    }

    .Aspace{
        height: 70px;
    }

    .Pspace{
        height: 30px;
    }

    .Cspace{
        height: 30px;
    }

    .navbar{
        width: 80%;
    }

    .navigasi ul li a{
        font-size: 15px;
        padding: 29px 25px;
    }

    .phone{
        display: none;
    }

    .home{
        /* background-color: blue; */
        justify-content: space-evenly;
        width: 80%;
    }

    .HDes{
        /* background-color: blue; */
        width: 50%;
    }

    .HDes h1{
        font-size: 30px;
        width: 100%;
    }
    
    .HDes p{
        text-align: justify;
        font-size: 12px;
        width: 95%;
        margin-bottom: 10px;
    }
    
    .HDes a{
        font-size: 15px;
    }

    .IgHome img{
        width: 250px;
        height: 250px;
    }

    .IgHome{
        /* background-color: red; */
        margin-right: 0;
        background-position: center;
        background-size: 230px;
    }

    .aboutus{
        /* background-color: yellow; */
        justify-content: space-evenly;
        width: 100%;
        width: 80%;
    }

    .IgAbout{
        /* background-color: #ffaeae; */
        width: 375px;
        height: 252px;
        margin-right: 0;
    }
    

    .ImgAbout{
        background-color: #ffaeae;
        height: 230px;
        width: 183px;
        position: relative;
        left: 16%;
        box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.25);
    }
    
    .ImgAbout img{
        height: 250px;
        width: 200px;
        left: -15%;
        top: 15px;
    }

    /* animation */
    .ImgAbout img:hover{
        top: -4.5px;
        left: -4px;
    }

    .DAbout{
        /* background-color: yellow; */
        width: 90%;
        margin-top: 10px;
        margin-left: 20px;
    }
    
    .DAbout h1{
        font-size: 30px;
        width: 80%;
        line-height: 50px;
        margin-bottom: 0px;
    }
    
    .DAbout p{  
        text-align: justify;
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 10px;
        width: 90%;
    }

    .DAbout i{
        font-size: 10px;
    }
    
    .DAbout a{
        font-size: 11px;
        padding: 3px 6px;
        width: 30%;
        margin-top: -10px;
    }
    
    .product{
        /* background-color: red; */
        width: 80%;
        padding: 5% 5px;
    }
    
    .product h1{
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .OurProduct{
        /* background-color: #5B5B5B; */
        justify-content: space-evenly;
    }
    
    .ProductCard{
        /* background-color: rebeccapurple; */
        height: 150px;
        width: 45%;
        margin: 10px 10px;
        padding: 10px 20px;
    }
    
    .DProduct{
        /* background-color: blue; */
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .DProduct h1{
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 20px;
    }
    
    .DProduct p{
        text-align: left;
        font-size: 8px;
        line-height: 15px;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    
    .DProduct a{
        font-size: 10px;
        line-height: 30px;
    }
    
    /* .flower{
        background-color: aquamarine;
    } */

    .flower img{
        width: 90px;
        height: 110px;
    }

    .ContactUs{
        /* background-color: grey; */
        width: 80%;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .map{
        width: 350px;
        height: 360px;
        margin-left: 10px;
    }
    
    .form{
        /* background-color: blue; */
        width: 350px;
        height: 360px;
        padding-left: 20px;
    }
    
    .form h1{
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    /* .CForm{
        background-color: red;
    } */
    
    .name{
        padding: 15px 15px;
        margin: 0px 0px 15px 0px;
        font-size: 14px;
    }
    
    .email{
        padding: 15px 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    
    .message{
        height: 80px;
        padding: 15px 20px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    
    /* important */
    .CForm button{
        float: right;
    }
    
    .submit{
        width: 100px;
        height: 40px;
        font-size: 15px;
    }

    
    .footer{
        /* background-color: rebeccapurple; */

        /* important */
        overflow: hidden;
        /**************/
        padding-top: 5%;
    }
    
    .Dfooter{
        /* background-color: yellow; */
        height: 200px;
        width: 80%;
        padding: 0 5px;
        justify-content: space-evenly;
    }
    
    .payment{
        /* background-color: green; */
        width: 350px;
        height: 200px;
        margin-right: 0px;
    }
    
    .payment h1{
        font-size: 20px;
    }

    .payment img{
        width: 50px;
    }
    
    .findus{
        /* background-color: blue; */
        width: 350px;
        height: 200px;
        margin-right: 0px;
    }
    
    .findus h1{
        font-size: 20px;
    }
    
    .followus{
        /* background-color: red; */
        width: 350px;
        height: 200px;
    }
    
    .followus h1{
        font-size: 20px;
    }
    
    .DFindUs{
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .DFindUs p{
        margin-left: 10px;
    }
    
    .iconSosIg{
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .iconSosTw{
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .iconSosWa{
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .iconSosFc{
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .IdSos{
        margin-top: -2px;
    }
    
    .IdSos a{
        /* background-color: white; */
        font-size: 14px;
        margin-left: 10px;
    }

    .cpright img{
        width: 400px;
        height: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


/* Responsive mobile */
@media all and (max-width: 670px){
    html{
        overflow-x: hidden;
    }

    body{
        overflow-x: hidden;
    }

    /* space buat navigasi */
    .Hspace{
        height: 0px;
    }

    .Aspace{
        height: 0px;
    }

    .Pspace{
        height: 0px;
    }

    .Cspace{
        height: 0px;
        margin-bottom: -35px;
    }

    .header{
        /* background-color: rebeccapurple; */
        width: 100%;
        position: fixed;
    }

    .navbar{
        width: 80%;
    }

    .phone{
        /* background-color: blue; */
        display: flex;
        flex-direction: column;
        height: 30px;
        justify-content: space-between;
    }

    .phone span{
        display: block;
        width: 28px;
        height: 5px;
        background-color: black;
        border-radius: 3px;
    }

    .phone input{
        position: absolute;
        height: 28px;
        width: 28px;
        opacity: 0;
        z-index: 2;
    }
    
    /* taro di ul */
    .navigasi ul{
        /* background-color: blue; */
        background-color: #323232;
        position: absolute;
        right: 5px;
        top: 47px;
        display: flex;
        flex-direction: column;
        height: 50vh;
        width: 35%;
        justify-content: space-between;
        text-align: center;
        transform: translateX(100%);
        transition: all 1s;
    }

    /* javascrpit */
    .navigasi ul.slide{
        transform: translateX(0);
    }

    .navigasi ul li{
        margin-right: 12%;
        text-align: right;
    }

    .navigasi ul li a{
        font-size: 20px;
        padding: 0;
        position: relative;
        color: white;
        
    }

    /* animation */
    .navigasi ul li a:hover{
        transition: 0;
        background-color: #323232;
        color: #ffaeae;
    }

    /* .logo{
        background-color: brown; 
    } */

    .logo img{
        width: 35px;
        height: 35px;
    }

    .home{
        flex-direction: column;
        margin-top: 50px;
    }

    .HDes{
        /* background-color: red; */
        width: 100%;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .HDes h1{
        /* background-color: brown; */
        font-size: 30px;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }

    .HDes p{
        font-size: 10px;
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }

    .HDes a{
        font-size: 15px;
        text-align: center;
        margin: auto;
    }

    .IgHome{
        /* background-color: red; */
        margin: auto;
    }

    .IgHome img{
        padding-top: 5px;
        padding-right: 15px;
    }

    .aboutus{
        flex-direction: column;
        margin-top: 50px;
    }

    .Mabout{
        /* background-color: yellow; */
        width: 90%;
        margin: auto;
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 72px;
        color: #3c3c3c;
        margin-bottom: 10px;
    }
    
    .Mabout span{
        color: #ffaeae;
    }

    .DAbout h1{
        display: none;
    }

    .IgAbout{
        /* background-color: red; */
        width: 100%;
    }

    .ImgAbout{
        left: 19%;
    }

    .DAbout p{
        /* background-color: red; */
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .DAbout a{
        margin: auto;
        width: 50%;
        font-size: 15px;
        padding: 10px;
    }

    .DAbout i{
        font-size: 15px;
    }

    .product{
        margin-top: 30px;
    }

    .product h1{
        /* background-color: yellow; */
        font-size: 30px;
    }

    .OurProduct{
        /* background-color: goldenrod; */
        flex-direction: column;
    }

    .ProductCard{
        width: 80%;
        margin:10px auto;
    }

    .DProduct h1{
        font-size: 18px;
    }

    .ContactUs{
        /* background-color: red; */
        flex-direction: column;
        margin-top: 80px;
        margin-bottom: 120px;
    }

    .map{
        margin: auto;
        width: 90%;
        height: 300px;
        padding: 0;
    }

    .form{
        /* background-color: blue; */
        height: 270px;
        width: 90%;
        margin: auto;
        margin-top: 10px;
        padding: 0;
    }

    .form h1{
        display: none;
    }

    .submit{
        width: 90px;
        height: 40px;
    }

    .footer{
        padding-top: 150px;
    }

    .Dfooter{
        /* background-color: rebeccapurple; */
        width: 80%;
        display: flex;
        flex-direction: column;
    }

    .payment{
        /* background-color: green; */
        width: 90%;
        height: auto;
        margin: auto;
        padding-bottom: 30px;
    }

    .payment h1{
        margin-bottom: 0px;
        font-size: 20px;
    }

    .payment img{
        width: 50px;
        height: 15px;
        margin-right: 10px;
        margin-top: 20px;
    }

    .findus{
        /* background-color: blue; */
        width: 90%;
        height: auto;
        margin: auto;
        padding-bottom: 20px;
    }
    
    .findus h1{
        margin-bottom: 0px;
        font-size: 20px;
    }

    .DFindUs{
        margin-top: 10px;
    }

    .DFindUs p{
        font-size: 15px;
        margin-left: 10px;
    }
    
    .DFindUs i{
        font-size: 12px;
    }

    .followus{
        /* background-color: red; */
        width: 90%;
        height: auto;
        margin: auto;
    }
    
    .followus h1{
        margin-bottom: 0px;
        font-size: 20px;
    }

    .DFollowUs{
        margin-top: 15px;
    }

    .iconSosIg{
        width: 25px;
        height: 25px;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .iconSosTw{
        width: 25px;
        height: 25px;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .iconSosWa{
        width: 25px;
        height: 25px;
        font-size: 15px;
        margin-bottom: 0px;
    }
    
    .iconSosFc{
        width: 25px;
        height: 25px;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .IdSos{
        margin-top: 0px;
    }

    .IdSos a{
        /* background-color: yellow; */
        font-size: 15px;
        font-weight: 100;
        color: #323232;
        margin-left: 10px;
        text-decoration: none;
    }

    .cpright{
        /* background-color: rebeccapurple; */
        padding-top: 120px;
    }

    .cpright img{
        margin-top: 30px;
        height: 10px;
        width: 200px;
    }

}