/* GLOBAL CSS BEGIN */
* {
    margin: 0;
    padding: 0;
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
    color: white;
    font-size: 100px;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}
p {
    color: white;
}

/* GLOBAL CSS END */

/* BACKGROUND BEGIN */
body {
    background-image: url(./content/images/background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4F61C4;
}
/* BACKGROUND END */


/* BEGIN SCHERMEN BEGIN */
.back-icon img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60px;
    left: 50px;
}
.content-begin {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.title-begin {
    margin-top: 350px;
    display: flex;
    justify-content: center;
    height: 400px;
    border-radius: 30px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.358);
}
.title-begin h1 {
    font-size: 200px;
    color: white;
    margin-top: 60px;
}
.singuporlogin {
    display: flex;
    flex-direction: row;
    margin-top: 300px;
}
.singuporlogin p {
    color: white;
    padding: 20px;
}
.singuporlogin a {
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0.358);
    border-radius: 30px;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
}

.contentlogin1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contentlogin1 h1 {
    color: white;
    font-size: 100px;
    margin-top: 250px;
    margin-bottom: 100px;
}
.contentlogin1 form {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.contentlogin1 input {
    background-color: transparent;
    border: none;
    border-bottom: 5px white dotted;
    color: white;
    margin-top: 100px;
}
.contentlogin1 input::placeholder {
    color: rgba(255, 255, 255, 0.686);
}
.contentlogin1 a {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.633);
}
#login-button {
    margin-top: 200px;
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0.358);
    border-radius: 30px;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
}
/* BEGIN SCHERMEN END */

/* ACCOUNT PAGE BEGIN  */
.account-user {
    margin-top: 200px;
    margin-bottom: 420px;
    border-top: 3px solid white;
    display: flex;
    justify-content: center;
    height: 0;
}
.account-user-img img {
    width: 375px;
    height: 375px;
    border-radius: 100%;
    position: relative;
    top: -100px;
}
.content-account {
    display: flex;
    flex-direction: column;
}
.content-row a {
    color: white;
    text-decoration: none;
    display: flex;
    font-size: 60px;
}
.content-row {
    background-color: rgba(0, 0, 0, 0.158);
    height: 160px;
    margin-top: 25px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.content-row img {
    width: 80px;
    height: 80px;
    padding-right: 30px;
}
/* ACCOUNT PAGE END  */


/* NAVBAR BEGIN */
.bottomnav {
    display: flex;
    justify-content: center;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.navbar {
    display: flex;

}
.navbar img{
    width: 100px;
    padding: 40px;
}
.navbar ul {
    list-style: none;
    display: flex;
    flex-direction: row;
}

/* NAVBAR END */

/* HOME FLEX BEGIN */

.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-item img{
    width: 350px;
    height: 350px;
    border: 5px solid white;
    border-radius: 30px;
    margin: 25px;
}

/* HOME FLEX END */

/* product galery begin*/

.product-galery {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.product-img img{
    width: 500px;
    height: 500px;
    border: 5px solid white;
    border-radius: 30px;
    margin: 10px 100px; 
}

/* product galery end */

/*  products begin  */

.products-text {
    color: white;
    text-align: center;
    position: relative;
    top: -175px;
}
.products-text h1 {
    font-size: 100px;
    margin-top: 50px;
}

.container-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}
.products_buttons {
    display: flex;
    flex-direction: row;
}

#button-left, #button-right {
    width: 50px;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 100px;
    font-weight: bolder;
}
#button-left {
    margin-right: 700px;
}
/* products end */

/* shopping cart begin */
.cart-img {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    top: 200px;
    position: relative;

}

.cart-img img {
    width: 650px;
}

/* shopping cart end */