* {
box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
	background-image: url("../images/whitetree.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Varela Round', sans-serif;
  
}
a {
    text-decoration: none;

}
a:link{
    color: none;
}
a:visited {
    color: none;
}
button {
    text-transform: uppercase;
}
ul {
    list-style: none;
}
.main-blast {
    width: 850px;
   margin: auto;
    padding: 10px 10px 0 10px;
    background-color: rgba(255, 255, 255, 0.609);
}
.main-header {
    display: flex;
    background-color: rgb(255, 255, 255);
    height: 330px;
    align-items: center;
    
}
.main-header .logo-container {
    margin: auto;
    text-align: center;
    z-index: 22;
 
}
.main-header .logo {
    width: 300px;
    
 
}
.main-content {
    background-color: rgba(197, 197, 197, 0.726);
    text-align: center;
}
.main-content {
  
    height: auto;
     
}
/* .first-content {
    background-image: url("../images/partern-top.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 850px;
    position: relative;
} */
 .first-content {
     height: 850px;
     position: relative;
    overflow: hidden;
    margin:0;
 }
 .first-content img {

     width: 850px;
 }

 .photo-overlay {
	position: absolute;
    color: #fff;
	top: 0;
	right: 0;
	bottom: 0; 
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
 }
 .photo-overlay {
	opacity: 0;
	transition: opacity .5s;
}
.photo-overlay:hover {
	opacity: 1;
}
.slide .photo-overlay {
	opacity: 1;
	background-image: url("../images/side-partern-top.png");
}
 .slide .photo-overlay, 
 .slide img  {
   transition: transform .6s ease-out;
 }
 .slide .photo-overlay {
   transform: translateX(-100%);
 }
 .slide:hover .photo-overlay {
   transform: translateX(0);
 } 
 .slide:hover img {
   transform: translateX(100%);
 } 



.first-content h1 {
    margin: 0;
    font-family: 'Anton', sans-serif;

    color: rgb(39, 37, 37);
     
}
.first-content .items {
 width: 50%;
 margin: 90px 0px;

}
.second-content {
    display: block;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.959);
    padding: 15px 45px;
    line-height: 2em;
    text-align: left;
}
.second-content p {
    color: rgb(148, 144, 144);
    font-size: 19px;
    
}
.shopnow {
    
    position: absolute;
    bottom: 26px;
    left: 307px;
 
   
}
.shopnow button{
    outline: none;
    border: 1px solid white;
    background-color: rgb(237, 250, 116);
    padding: 15px 45px;
    cursor: pointer;
    border: none;
    border-radius: 15px;
    color: rgb(104, 75, 75);
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    transition: 0.2s ease-out;
    
}
.shopnow button:hover {
    color: white;
    text-align: center;
    letter-spacing: 7px;
	background: lightgreen;
	box-shadow: 0 0 5px lightgreen,
				0 0 25px lightgreen,
				0 0 50px lightgreen,
				0 0 200px lightgreen;
}
.third-content {
 
    display: flex;
    flex-wrap: nowrap;
}
.itemsbox {
    flex: 1;
    display: flex;
}
.container {
    padding: 15px;
    float: left;
    width: 55%;
    background-color: #f6d8d8;
    color: rgb(85, 85, 85);
    font-size: 20px;
    text-align: center;
 
}
.container p {
    line-height: 1.6em;
    margin-top: 150px;
}
.btn{
    border: none;
    background-color: #5f5f5f;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "montserrat";
    cursor: pointer;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    z-index: 3;
    outline: none;
    text-transform: uppercase;
  }
 
.btn1 {
    color: #f1f6fa;
    overflow: hidden;
}
 
.btn1:hover{
    color: #fff;
  }
.btn::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #ee6f59;
    z-index: -1;
    transition: 0.8s;
  }
  .btn1::before{
    top: 0;
    border-radius: 0 0 50% 50%;
  }
  .btn1:hover::before{
    height:180%;
  }



.itemsicon {
    position: relative;
 
}
 

.itemsicon img{
    width: 415px;
 
}
.itemsicon .freesign {
    position: absolute;
    margin:0;
    padding: 0;
    width: 180px;
    background: none;
    top: 280px;
    right: 15px;
}
.social-media {
    padding: 11px;
}
.social-media ul {
    margin: 0;
    padding:0;
}
 
 
#footer {
    position: relative;
    margin-bottom: 20px;
}
#footer p {
    color: rgb(85, 85, 85);
 
    
}
#footer .mineicon{
    position: absolute;
    width: 70px;
    top: 50px;
   left: 130px;
}
#footer .firstfooter {
    font-size: 18px;
     
    padding-top: 30px;
    padding-bottom: 15px;
}
#footer .secondft {
    padding: 0;
    margin: 7px 0;
}
#footer .thirdft {
    margin: 0 0 15px 0;
    
    font-weight: 600;
    color: rgb(78, 77, 77);
}
#footer .fourthft {
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    font-size: 13px;
    line-height: 1.5em;
    color: #7c7c7c;
}
#footer .fourthft .sp {

    font-size: 15px;
}
 .tm {
    padding-top: 0px;
    font-size: 13px;
    color: #313131;
   
}
.tm a {
     
    padding: 10px;
    color: #f36127; 
    
}
 
.tm a:link {
    color: #f36127; 
}
.tm a:visited {
    color: #f36127; 
}
.social-media li {
    display: inline-block;
    padding: 0px 3px;
    cursor: pointer;
     
}
.social-icons {
    width: 35px;
}
 
.finalpart {
    background-image: linear-gradient(to bottom , rgb(251, 250, 250),rgb(245, 245, 245), rgb(238, 235, 235));
    margin: 0;
    padding:0;
}
.mini-ads {
    padding: 15px;
    /* background-color: rgba(255, 255, 255); */
}
.mini-ads ul {
    margin:0 0 30px 0;
    padding:0;
}
.mini-ads p {
    font-size: 16px;
    color: rgb(85, 85, 85);

}
.mini-ads li{
    
    margin: 5px;
    display: inline-block;
    padding: 10px;
    border: 0.5px solid greenyellow;
    border-radius: 2px;
}
.mini-ads li img {
    
    width: 200px;
}
.mini-ads .btn {
    border-radius: 8px;
    background-color: #f08548;
}
.ids {
    position: relative;
}
.minishop {
    text-transform: uppercase;
    background-color: rgb(66, 66, 66);
    color: white;
    padding: 10px 50px; 
    cursor: pointer;
}
.scrb {
    background-color: rgba(255, 255, 255, 0.609);
    padding: 0 15px;
    height: 50px;
    margin: 0;
}
.scrb p {
    color: rgb(85, 85, 85);

    margin: 0 auto;
    padding: 15px 0;
}

/* test  */

 
 
 