@import url('https://fonts.googleapis.com/css?family=ABeeZee');

body{
    font-family: 'ABeeZee', sans-serif;
}

/* NECESARE
1. Culori
albastru inchis - #24353c
mov - #a42590


2. Fonturi
font-family: 'Galada', cursive;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Signika', sans-serif;


3. Simboluri
canapea
telefon
plic
shipping cart - <i class="fas fa-shopping-cart"></i>
facebook
youtube
pinterest
instagram
delivery - <i class="fas fa-truck"></i>
ruler: <i class="fas fa-ruler-combined"></i>
people carry - <i class="fas fa-people-carry"></i>
map ><i class="fas fa-map-marked-alt"></i>



4. Tutoriale
https://www.youtube.com/watch?v=0SktamdLLAQ
	*/
	
	
/*CSS RESET*/


* {
    box-sizing: border-box;
    /*box-shadow: inset 1px 1px green, inset -1px -1px green;*/
}
body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #24353c;
    line-height: 35px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}




h2{color:#24353c;
	font-family:georgia;
	font-weight:bold;	
	font-size:25px;
	text-align:center;
	padding-left:50px;}
			

h3 {color: white;
font-family: 'Galada', cursive;
letter-spacing: 5px;
font-size:25px;}




/*HEADER*/
#header {
    max-width: 1200px;
    padding-top: 40px;
    margin:auto;
    padding:5px;
}
#header label, #header input {
    display: none
}
#header ul {
    float: right;
}
#header li {
    float: left;
    margin-left: 50px;
    line-height: 50px;
}
#header li a {
    font-size: 20px;
    color:#24353c;
    font-family: georgia;
    font-weight: bold;
}
#header li a:hover {
    color: #a42590;
    padding-bottom:5px;
    border-bottom: 3px solid #a42590;
    padding-top:5px;
    border-top: 3px solid #a42590;
}



/*EROARE 404*/
.eroare {
    
    margin: auto;
    height: 500px;
    position: relative;
    width:100%;
  }
  
    .err {
      color:#a42590;
      font-family: 'Signika', sans-serif;
      font-size: 220px;
      position:absolute;
      left: 20%;
      top: 20%;
    }
  
  .far {
    position: absolute;
    font-size: 8.5rem;
    left: 42%;
    top: 15%;
    color:#a42590;
  }
  
   .err2 {
    color:#a42590;
    font-family: 'Signika', sans-serif;
      font-size: 220px;
      position:absolute;
      left: 68%;
      top: 20%;
    }
  
  .msg {
      text-align: center;
      font-family: 'Signika', sans-serif;
      font-size: 30px;;
      position:absolute;
      left: 12%;
      top: 55%;
      width: 75%;
      color:#a42590;
    }

    .msg a {text-decoration: none;
        color:#24353c;}

        .msg a:hover{font-weight:bold;
        font-size:50px;}



/*FOOTER*/

#footer{color:white;
    background:#24353c;
    width: 100%;  
    /*max-width:1200px;
    margin:auto;
    position:relative;*/
    
    }
    
    #footer .footer-content {
       height:100%;
        display: flex;
        max-width:1200px;
        margin:auto;
  
     }
    
    
     .footer-content .footer-section-about, .footer-section-contact {flex:1;
      /*border:3px solid pink;*/
      text-align: left;
      padding-top:5px;
      padding-bottom:10px;
      padding-left: 15px;
    }
    

 

    .footer-content .footer-section-utile {text-align: center;
      padding-top:5px;
      padding-bottom:10px;
      flex:1;
    }
    
    #footer-bottom {color:white;
    background:#a42590;
    line-height:40px;
    text-align:center;
    padding-top:10px;
}
    
    
    .footer-section-about a, .footer-section-utile a {text-decoration: none;
    color:white;}
    
    #footer .footer-content .footer-section-utile ul li {
      display:block;
      margin-top: 5px;
      font-size:18px;
      transition: all .3s;
    }
    #footer .footer-content .footer-section-utile ul li a:hover {
     color: #a42590;
     margin-left:15px;
     transition: all .3s;
    }
    

    .footer-section-about .contact
    
    #footer .footer-section-about .contact span {display:block;
    line-height: 25px;}
    
    
    #footer  .footer-content .footer-section-about .social {margin-top:15px;}
    
     .footer-content .footer-section-about .social a {
    margin-right:10px;
    display:inline-block;
    border-radius: 50%;
    padding:5px;
    border: 2px solid white;
    width:50px;
    font-size:18px;
    text-align:center;
    line-height:35px;
    }
    
     .footer-content .footer-section-about .social a:hover{
      color:#a42590;
      border: 2px solid #a42590;
    }
    
    .footer-content .footer-section-about .contact a:hover{color:#a42590;
    cursor:poiner;}
    
    
    #footer .footer-section-contact input[type="email"] {
    font-size:15px;
    padding-left:5px;
    font-family:georgia;
    width: 80%;
    height:35px;
    outline: none;
    border: 3px solid #a42590;
    }
    
    #footer .footer-section-contact button {
    font-size:15px;
    padding-left:5px;
    font-family:georgia;
    width: 30%;
    height:35px;
    outline: none;
    border: 3px solid #a42590;
    }
    
    
    #footer .footer-section-contact .btn-nl:hover  {color:#a42590}
    
    .footer-section-contact form {padding-top:8px;}
    
    
    .footer-section-contact textarea {font-family:georgia;
        padding-left:5px;
        font-size:15px;
    width: 80%;
    height:65px;
    outline: none;
    border: 3px solid #a42590;}


    .footer-section-about a h3:hover {cursor:pointer;
    color: #a42590}

/*ACASA*/
.principal {width:100%;
max-width: 1200px;
margin:auto;
position:relative;
background-image:url(../imagini/canapea-homepage.jpg);
height:464px;}



.principal-text {
    position:absolute;
    width:30%;
    height:464px;
    background: rgba(255,255,255,0.6);
    top:0px;
    height:464px;
    left:650px;
}

.principal-text p {font-size:60px;
    line-height:65px;
    text-align: center;
    padding-top:50px;
    padding-left:10px;
    padding-right:10px;
    font-family: 'Galada', cursive;
}



#sortiment {
    margin:auto;
    max-width:1200px;
    width:100%;
    padding-top: 30px; 
    display: flex;
}

#sortiment-stanga {
    width: 50%;
    padding-right: 25px;
} 
#sortiment-dreapta {
    width: 50%;
    padding-left: 25px;
    
}


#sortiment p {text-align: justify;
padding-bottom:20px;}

.btn-sortiment {
    background: #24353c;
    border-radius: 5px;
    color: #fff;
    padding: 18px 36px;
    border: none;
    font-size:22px;
    cursor: pointer;}

    .btn-sortiment:hover { background:#a42590;}		
    
    

	#galerie {max-width:1200px;
				margin:auto;
		}	
	
		
	#galerie .owl-prev,#galerie .owl-next{
		font-size:60px;
		position:absolute;
		font-weight:bold;
		top:115px;
		background:none;
		outline:none;
		color: #a42590;}
		
	#galerie .owl-prev {left:0}
		
    #galerie .owl-next {right:0}	
    
   
    #servicii-oferite {
        width:100%;
        max-width: 1200px;
        padding-top: 100px;
        text-align: center;
        margin:auto;
        margin-bottom:50px;
    }
    #servicii {
        display: flex; 
    }
    .serviciu {
        background: #F8FBF5;
        border-radius: 10px;
        padding: 50px 32px;
        position: relative;
        height:100%;
    }
    .serviciu:nth-child(2) {
        margin: 0 30px;  
    }
    .serviciu:hover {
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
        border-radius: 10px 10px 5px 5px;
    }
    .serviciu:hover::after, #carousel .owl-carousel .owl-item:hover::after  {
        content:'';
        display: block;
        background: #a42590;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
			
    .fa-people-carry, .fa-ruler-combined, .fa-truck {text-align:center;
        font-size:90px;
        color:#a42590;
    }

  .serviciu h6 {font-size:20px;}
  ..serviciu p {font-size:18px;
padding:0}


/*PRODUSE*/
#main-articles-nou, #main-articles-promo {width:100%;
	max-width:1200px;
  margin:auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-flow: wrap;
  
	}
	
	.articol{width:20%;
	margin:2%;
  position:relative;
	}

	.poza-articol{
	width:100%;
	}
	
	.badge-article{position:absolute;
	right:0px;
	top:0px;}

	#clear{clear:both}

  /*.articol*/ h5{
  font-family: 'Galada', cursive;
  font-size:25px;
	color:#a42590;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;}

  .articol p {
    font-family: 'Poppins', sans-serif;
    line-height:30px;
    margin-top:5px;
  }

    .price {text-align:center;
    font-weight:bold;}

    .price span {color:red;
    font-size:15px;
    padding-left:5px;          
    text-decoration: line-through ;
 }


.fa-shopping-cart {color:#a42590;
padding-left:15px;}


/*INSPIRATIE*/
#inspiratie {width:100%;
    height:330px;
     max-width:1200px;
     background: rgba(190,217,238,0.2);
     border:2px dotted lightblue;
     margin:auto;
     margin-bottom:20px;
    height:100%}


#inspiratie h1 {font-family: 'Galada', cursive;
        font-size:28px;
        text-indent: 2px;
        font-weight:bold;
        text-align:center;
        color:#24353c;
        padding-top:15px;
        }


#inspiratie p{font-family: 'Signika', sans-serif;
font-size:18px;
text-align:center;
color:#24353c;
padding-left:20px;
padding-right:20px;
}



#galerie-fancy-inspiratie {width:100%;
	max-width:1200px;
	margin:auto;}





/*CONTACT*/
#contact-form {padding: 0px 15px;}

#contact-form form {max-width:1200px;
    width:100%;
    padding-bottom: 50px;
    margin:auto;
  }


  #contact-form  .input-form {
display: flex;
width: 100%;
margin-bottom: 15px;
}

#contact-form  .icon {
padding: 10px;
background: #24353c;
color: white;
 width: 50px;
text-align: center;
}

#contact-form  .input-field {
width: 100%;
padding: 10px;
outline: none;
}


#contact-form  .btn-cont {
background-color: #24353c;
color: white;
padding: 15px 20px;
border: none;
cursor: pointer;
width: 100%;
}

#contact-form .btn-cont:hover {
background:#a42590;
cursor:pointer;
}



#galerie-fancy {width:100%;
	max-width: 1200px;
    margin:auto;
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-flow: wrap;
}

.locatie{padding-right:15px;}

    #contact-locatii, #contact-form h4 {
        color:#a42590;
        text-align:center;
        font-family: 'Signika', sans-serif;
        font-size:25px;
    }
    .locatie h5 {
        text-align:center;
        font-family: 'Josefin Sans', sans-serif;
        font-size:20px;
        margin:10px;
    }

 
@media screen and (max-width: 768px){
/* header mobil */
#header {
    padding-top: 10px;
    margin: 0 15px;
    
}
#header label {
    display: block;
    float: right;
    color:#24353c;
    font-size:35px;
    margin-right:15px;
    cursor: pointer;
    padding-top:2px;
}

#header ul {
    display: none;
    float: none;
    position: absolute;
    width: 100%;
    background: #24353c;
    left: 0;
    z-index: 100;
   
}
#header input:checked + ul {
    display: block;
}
#header li {
    float: none;
    margin-left: 0px;
    line-height:50px;
    text-align: center;
    
}

#header li a {
    color:white;
    height: 100%;
    
}

#header li a:hover {
    color: #a42590;
    border-top:none;
    padding-bottom:5px;
    border-bottom: 3px solid #a42590;
    
}



/*footer mobile*/
.footer-content{    
    flex-direction: column;
    flex-basis: 100%;
    text-align:center;}

.footer-content .footer-section-about, .footer-section-contact,.footer-section-utile{
    text-align:center;
}

.footer-content .footer-section-about .contact a {width:100%;
    display:block;}


/*contact mobile*/
.locatie img {
padding-left:5%
}

/*produse - mobile*/
.articol{
    width:40%;
    text-align: center;
  }

  /*acasa*/

.principal {width:100%;}

.principal-text {left:10px;
width:80%;
}
  
.principal-text p {font-size:50px;}


  #servicii {
    flex-direction: column;
    padding:0 15px;
}
.serviciu:nth-child(2) {
    margin: 30px 0;
}

#sortiment {
    width:100%;
    flex-direction: column;
}

#sortiment-stanga {
    width:100%;
    margin-bottom: 30px;
    padding: 15px;
}

#sortiment-stanga h2{padding:0;}

#sortiment-dreapta {
    width:100%;
    padding:10px;
}
#sortiment-dreapta img {width:100%}

}