@import url("JosefinSans_VariableFont_wght/stylesheet.css");
* {
    margin: 0px;
	padding: 0px;
}
body {
	font-family: "JosefinSans VariableFont wght";
}
.tr {
	position: fixed;
	left: 50px;
	bottom: 50px;
	background-color: #E0C5BD;
	border-radius: 50px;
	background-attachment: fixed;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 95px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px #F9F3F2;
	box-shadow: 0px 0px 10px #F9F3F2;
	transition: 0.5s ease-in-out;
}
.tr:hover {
	transform: scale(1.25);
	text-shadow: 0px 0px 50px #F3E8E5;
	background-color: #EFE2DE;
}


header p {
    width:100%;
    height:40px;
    line-height: 45px;
    font-size: 20px;
    text-align:center;
    background-color:rgb(228, 124, 141);
    color:white;
    font-weight: bold;
    
}

header p:hover{
	cursor: pointer;
	animation: anim1 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

@keyframes anim1{
    0%{
        background-color:rgb(228, 124, 141);
        color:white;
    }
    50%{
        background-color:white;
        color:rgb(228, 124, 141);
    }
    100%{
        background-color:rgb(228, 124, 141);
        color:white;
    }
}
nav {
	width: 100%;
	height: 100px;
	position: relative;
}


.ndiv1 img {
	margin-top: -5px;
	float: left;
	position: absolute;
	left: 100px;
}
.ndiv2 {
    position: absolute;
    right: 100px;
    margin-top: 40px;
    float: right;
}

.ndiv2 ul li {
    font-size: 17px;
    display: inline-block;
    list-style-type: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 5px;
}
.ndiv2 ul li a {
    text-decoration: none;
    color: #000000;
}

.ndiv2 ul li a::after{
		content: '';
		width: 0%;
		height: 2px;
		background-color: #E47C8D;
		display: block;
		margin: auto;
		transition: 0.5s;
		
	}
.ndiv2 ul li a:hover::after{
		width: 100%;	
	}

.join {
    border-radius: 20px;
    background-color: #E47C8D;
    color: #FFFFFF;
	transition: 0.5s;
}

.join:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 5px #E4B7BE;
    box-shadow: 0px 0px 5px 5px #E4B7BE;
    text-shadow: 0px 0px 5px #FFFFFF;
}
main {
    width: 100%;
}

.banner {
    height: 570px;
    background-image: url(../images/banner.png);
    background-size: cover;
    margin-top: 10px;
    position: relative;
}
.banner h1  {
    position: absolute;
    left: 600px;
    top: 150px;
    text-align: center;
    font-size: 55px;
}
.banner p {
    position: absolute;
    left: 720px;
    top: 280px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 17px;
}
.banner p a {
    text-decoration: none;
}
.product {
    height: 450px;
    position: relative;
    text-align: center;
    margin-top: 70px;
}
.p1 {
    position: absolute;
    left: 100px;
    margin-top: 50px;
}

.p1 div {
    display: inline-block;
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;
    text-align: center;
}
.p1 div h4 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.p1 div span {
    color: #B6253D;
    font-size: 20px;
}
.p1 div .shop {
    margin-top: 5px;
    background-color: #E7B2A9;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    transition: 0.5s;
}
.p1 div .shop:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 2px 2px #DFA9B1;
    box-shadow: 0px 0px 2px 2px #DFA9B1;
    text-shadow: 0px 0px 5px #FFFFFF;
}

.p1 div .shop a {
    text-decoration: none;
    color: #FFFFFF;
}
.banner2 {
    width: 100%;
    height: 500px;
    background-color: #E0C5BD;
    position: relative;
}
.banner2 .bn2 {
    position: absolute;
    right: 130px;
    float: right;
    top: 60px;
    margin-left: 0px;
}
.banner2 .bn2 img {
    padding-left: 40px;
}

.banner2 .bn2-1   {
    float: left;
    position: absolute;
    left: 90px;
    top: 130px;
}
.banner2 .bn2-1 .join-b {
    position: absolute;
    left: 250px;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-bottom: 5px;
    border-radius: 20px;
    background-color: #B3828A;
    color: #FFFFFF;
    transition: 0.5s;
}
.bn2-1 .join-b a {
    text-decoration: none;
    color: #000000;
}
.join-b:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 5px #A5737B;
    box-shadow: 0px 0px 5px 5px #A5737B;
    text-shadow: 0px 0px 5px #FFFFFF;
}
.cart {
    height: 450px;
    margin-top: 40px;
    padding-left: 0px;
    margin-left: 180px;
}
.cart div {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    width: 300px;
    border: 2px solid #E0C5BD;
    height: 380px;
    -webkit-box-shadow: 0px 0px 5px #E0C5BD;
    box-shadow: 0px 0px 5px #E0C5BD;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.cart div:hover {
	transform: translateY(-20px);
	cursor: pointer;
}

.cart div h5 {
    color: #BF8877;
    padding-top: 10px;
    padding-bottom: 20px;
}
.cart div p {
    padding-bottom: 15px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #CFA699;
}
footer {
    height: 200px;
    background-color: #E0C5BD;
    padding-left: 250px;
}
footer div {
    display: inline-block;
    width: 200px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 90px;
}
footer span {
    display: inline-block;
}
footer .fot4 img {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
.about {
	width: 400px;
	height: 300px;
	border-radius: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: center;
	background-color: #E0C5BD;
	-webkit-box-shadow: 0px 0px 8px #AE6854;
	box-shadow: 0px 0px 8px #AE6854;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

}
.about p {
	text-align: justify;
}
.contact {
	width: 400px;
	height: 450px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 20px;
	background-color: #E0C5BD;
	-webkit-box-shadow: 0px 0px 8px #AE6854;
	box-shadow: 0px 0px 8px #AE6854;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: left;
}
.contact p {
	text-align: justify;
}
