@charset "UTF-8";
@import url("BebasNeue_Regular/stylesheet.css");
@import url("ZCOOLKuaiLe_Regular/stylesheet.css");
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
   
}
header {
    width: 100%;
    height: 700px;
    background-image: url(../images/nutsbazaar.jpg);
    position: relative;	
}
 header nav{
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    top: 60px;
    	

}
header nav ul{
    list-style-type: none;
    padding-inline-start:10px!important;
	
}

header nav ul li{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid rgba(44,73,57,1.00);
    background-color: rgba(138,145,137,0.74);
    border-radius: 20px;
    color: rgba(23,76,13,1.00);
}

header nav ul li a {
    color: rgba(240,237,237,1.00);
    text-decoration: none;
    font-family: aladin;
    font-style: normal;
    font-weight: 400;
    font-size: larger;
}
header nav ul li:hover  {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid rgba(44,73,57,1.00);
    background-color: rgba(44,73,57,1.00);
    border-radius: 20px;
  
}
aside nav {
    margin-top: 0px;
    position: absolute;
    top: 800px;
    text-decoration: none;
    line-height: 30px;
    padding-left: 50px;
    font-size: 20px;
    font-weight: normal;
}
aside nav ul li a {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    font-family: aladin;
    font-style: normal;
    font-weight: 400;
    font-size: larger;
}
aside nav ul {
    list-style-type: none;
   
}
aside nav li a:hover {
    color: rgba(44,73,57,1.00);
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(44,73,57,1.00);
}
main {
    width: 100%;
    height: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
	cursor:url("../images/blk_move.cur"),default;
}


p span a:hover {
	text-decoration: underline;
	 color: white;
}
main aside {
    width: 40%;
    height: 1200px;
    
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


main figure {
    position: absolute;
    top: -40px;
	transition: all 2s;
}
main figure:hover{
	transform: translateY(50px);
}
	
.fig1 {
    left: 5px;
}
.fig2 {
    left: 400px;
}
.fig3 {
    right: 400px;
}
.fig4 {
    right: 10px;
}

.hdiv {
    position: absolute;
    top: 350px;
    font-weight: normal;
    font-size: x-large;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 0px px rgba(148,148,148,1.00);
    white-space: normal;
    border: thick dotted rgba(42,89,39,0.84);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(74,72,67,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(74,72,67,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(74,72,67,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(74,72,67,1.00) 100%);
    width: 1000px;
    height: auto;
    right: 50px;
    border-radius: 20px;
    left: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    
}
.hdiv h1 {
    text-shadow: 0px 0px 12px  #2c4939;
    color: #2c4939;
    transition: all 1s;
    font-family: "ZCOOLKuaiLe Regular";
}

.hdiv h1:hover
{
	opacity: 0.3;
transform: scale(1.5);
	
}
.gdiv {
    width: 100%;
    height: 50px;
    background-color: #2c4939;
    position: fixed;
    border-bottom: 1px solid rgba(251,251,251,1.00);
	z-index: 1;
}




 
    


.Ldiv {
    width: 45%;
    height: 50px;
    padding-left: 30px;
	display: inline-block;
}
.Rdiv {
    width: 45%;
    height: 50px;
    display: inline-block;
    margin-top: -5px;
    padding-bottom: 5px; 
	
}
  
   
    

.gdiv .Rdiv img {
    width: 30px;
	position: absolute;
	bottom: 10px;
	padding-left: 25px;
	
}



.Rdiv span {
	position: absolute;
	right: 600px;
	top: 16px;
}
.Rdiv p a{
	color: black;
	text-decoration: none;
}
	
main section {
    width: 55%;
    height: 1200px;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
footer {
    width: 100%;
    height: 300px;
    background-color: rgba(248,248,248,1.00);
}

section img {
    position: absolute;
    border: 2px solid rgba(245,245,245,1.00);
	transition: all 1s;
}
section .img1 {
    left: 660px;
	top: 780px;
	transform: rotate(-10deg);
}


section .img2 {
    left: 950px;
	top: 790px;
	transform: rotate(5deg);
}
footer .div3 {
    border-left: 1px solid rgba(44,73,57,1.00);
    float: right;
    width: 200px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}



footer .div3 ul {
    list-style-type: none;
    line-height: 40px;
}

section .img1:hover{
	transform: rotate(5deg);	
}
section .img2:hover{ 
	transform: rotate(30deg);
}
aside nav ul li:first-of-type {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    letter-spacing: normal;
    font-style: oblique;
    font-variant: small-caps;
}
footer .div1 img {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.div2 a img {
    margin-top: 20px;
    padding-top: 20px;
   
}
   
.div1, .div2, .div3 {
    display: inline-block;
}

footer {
    width: 100%;
    height: 250px;
    background-color: rgba(255,255,255,1.00);
}
footer .div2 {
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	
   
}
footer .div2 p {
  text-align: center;
	color: rgba(44,73,57,1.00);
}
footer .div2 ul {
    margin-left: 40px;    
}
footer .div1 {
    float: left;
}
footer .div3 ul li a {
    color: rgba(44,73,57,1.00);
    text-decoration: none;
    font-size: large;
}
footer .div3 ul li a:hover{
	color: black;
	
}
.hdiv p {
    font-family: "BebasNeue Regular";
}
