
    div, p, input, button, form, a, ul, li {
        box-sizing: border-box;
    }
    html, body {
        width: 100%;
        
        margin: 0px;
        padding: 0px;
       
    }

h1, h2, h3, h4 {

    font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	font-size: 36px;
	text-align: center;
	
}

h3 {
	font-size: 32px;
}

h4 {
    font-size: 24px;
}



p {
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
	font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color:black;
	transition: all 0.5s ease;
}

.header {
    display: block;
    margin: 0 auto;
    padding:20px;
    background: linear-gradient(269.16deg, rgba(237, 111, 224, 0.05) 0.72%,
     rgba(70, 191, 28, 0.1) 99.32%);
    
}


.container {
   width: 1200px;
   justify-content: center;
    margin: 0 auto;
    padding-bottom: 90px;
    }

 
    body {margin:0;}

    .navbar {
      display: flex;
     flex-direction: row;
     justify-content: center;
      overflow: hidden;
      background-color: rgb(239, 255, 234);
     
      position: fixed;
      top: 0;
      right:0;
      width: 100%;
      z-index: 20;
    }
    
    .navbar a {
      float: left;
      display: block;
      color: #000;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
    }
    
    .navbar a:hover {
      background: #ddd;
      color: black;
    }


    body{
        padding-top: 0px;
      }
  
        .navbar a:hover {
        background: rgb(246, 241, 245);
        border-radius: 5px;
        
        color: black;
         }
  

.menu-phone {
    margin-right: 20px;
}
 




h1 {
    line-height: 130%;
    letter-spacing: 8%;
    font-size: 44px;
}
h2 {
    font-size: 40px; 
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}

.fig { 

    display: block;
    margin-top: 100px;
    text-align: center;
    }


span.for-you {
    color:#ED6FE0

}
.all-offer {
    display: flex;
    justify-content: space-between;
    /*align-items: left;*/
    margin: 80px 60px 0px 60px;
   

    
   
}

.offer{
    /*margin-top: 156px;*/
    margin-top: 30px;
    width: 615px;
    
}
.offer-text {
    /*margin-top: 75px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    width: 487px;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 1px;
  }
.btn {
   
    width: 250px;
    height: 50px;
    background: #ED6FE0;
    border-radius: 50px;
    border: none;
    color:white;
    font-size: 16px;
    letter-spacing: 2px;
}

.bucket img{
    /*padding-left: 0px;*/
    margin-right: 0px;
    margin-left: 60px;
    padding-left: 0px;
    margin-top: 30px;
    background: url(img/puskis.png);
    filter: drop-shadow(50px 50px 100px rgba(237, 111, 224, 0.25));
}

/* About me*/
.about {
    background:rgba(208, 238, 198, 0.15);
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
}
.wrapper {
    display: flex;
    justify-content: space-between;
    padding-top:90px;
    margin-left: 60px;
    margin-right: 60px;
    }
 .owner {
     margin-top: 0px;
 }    
 .owner img{
    margin-top: 65px;
    width: 500px;
    height: auto;
}    
.text-block {
    display: flex;
    flex-direction: column;
    width: 550px; 
    padding-top: 50px;  
}
.about-us h2{
    
    padding:0px;
    text-align: center;
    padding-bottom: 30px;
}
.welcome h3{
    color: #ed6fe0;
    text-align: center;
    padding-bottom: 30px;
}
.text-about img{
           display: block;
            text-align: center;
             width: 550px;
            height: auto;           
}







/* Sekcija PORTFOLIO */
.section-portfolio {
    background:rgb(255, 237, 250);
    padding-top: 250px;
    padding-bottom: 250px;

} 

.slideshow-container h2{

text-align: center;

}






.sunshine {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}
.september {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}




/* Sekcija TESTIMONIALS */
section.testimonials{
    padding-top: 90px;
    background:rgba(208, 238, 198, 0.15);
} 
.testimonials.container h2 {
    margin-top: 90px;
    margin-bottom: 50px;

}
.testimonials-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 90px;

}
.angela {
    display:flex;
    flex-direction: column;
    text-align: center;
    width: 290px;
    
}
.des {
    display:flex;
    flex-direction: column;
    text-align: center;
    width: 290px;
    
}
.kely {
    display:flex;
    flex-direction: column;
    text-align: center;
    width:290px;
}

.image {
    display: block;
    align-items: center;
    padding-top: 30px;
}
.testimonials-center h3{
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.text-box {
    border:solid 1px #ED6FE0;
    background:#fff;
    border-radius: 10px;
    padding: 15px;
    height: 170px;
}

.text-box p{
    text-align: left;
    font-size: 15px;
}


.text-angela {
    text-align: left;
    width: 280px;

}
.text-des {
    text-align: left;
    width: 280px;
}
.text-kely {
    text-align: left;
    width: 280px;
}

/* CONTACT me */

/*.contact-block {

}*/

.contact-contact  {
    
    background:rgb(255, 237, 250);
    
}
.contact-tittle {
    padding-top: 90px;
    margin-bottom: 50px;
}
.form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.form-block {
    display: block;
}


/*
.btn-form {
  display: inline-block;
  background-color: #46bf1c; 
  color: white;
  padding: 12px 24px;
   width: 200px;
  height: 50px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  
  transition: background-color 0.3s ease;
}*/
.btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; /* Vai kāds konkrēts augstums, ja nepieciešams */
    padding: 0 45px;
    font-weight: bold;
    font-size: 16px;
    background: #46bf1c; /* piemēram, zaļā krāsa */
    color: #fff;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}


.btn-form:hover {
  background-color: #216d08; /* uzlikt mazliet tumšāku hover efektu */
}


.form input {
    background-color:white;
    border:solid 2px #46BF1C;
    border-radius:5px;
    padding-left: 10px;
    width: 200px;
    height: 50px;
}



.open {
    width: 355px;
    height:280px;
    background:white;
    border:solid 2px #46BF1C;
    border-radius:5px;
    margin-left: 110px;
    padding:15px;
    text-align:center;
    letter-spacing: 8%;
}
.open h3{
    font-size: 30px;
    text-align:center;
}

.delivery {
    width: 355px;
    height:280px;
    background:white;
    border:solid 2px #46BF1C;
    border-radius:5px;
    margin-right: 110px;
    padding:15px;
    text-align:center;
    letter-spacing: 8%;
}
.delivery h3{
    font-size: 30px;
    text-align:center;
}
.delivery h4{
    font-size: 24px;
    text-align:center;
}


.work {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 60px;

}
.opening-hours {
    font-weight: 700;
}

.map {
    display: block;
    text-align: center;
}

/* Footer */

.footer {
    background: #c4c4c4;
    margin:0px;
    padding:0px;  
    
}
footer .container {
    padding-bottom: 0px;
    margin: auto;
}
.footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer p{
    margin: 0 auto;
}
.footer a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color:black;
}


@media screen and (max-width: 1200px) {
	
   
    .container {
		width: 960px;
        
       
	}
  
    .fig img{
     
      width: 700px;  
      height: auto;

    }
   

    .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 960px;*/
   
        }
   
        .all-offer {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
    }
    .offer{
        width: 450px;
        height:auto;
    }

    .offer h1{
        font-size: 38px;
    }

    .offer-text{
        width: 400px;
    }
    .bucket img{
        width: 400px;
        height:400px;
        padding: 0px;
        
    }

    /* About us */
    .about {
        background:rgba(208, 238, 198, 0.15);
        margin: 0px;
        padding: 0px;
        box-sizing:border-box;
    }
    .wrapper {
        display: flex;
        justify-content: space-between;
        padding-top:90px;
        
        }
     .owner {
         margin-top: 0px;
     }    
     .owner img{
        margin-top: 65px;
        width: 300px;
        height: auto;
    }    
    .text-block {
        display: flex;
        flex-direction: column;
        width: 300px; 
        padding-top: 50px;  
    }
    .about-us h2{
        
        padding:0px;
        text-align: center;
        padding-bottom: 30px;
    }
    .welcome h3{
        color: #ed6fe0;
        text-align: center;
        padding-bottom: 30px;
    }
    .text-about img{
               display: block;
                text-align: center;
                 width: 300px;
                height: auto;           
    }
 
/* Testimonials */
.angela{
    width: 280px;
}
.des{
    width: 280px;
}
.kely {
    width: 280px;
}

.text-box p{
    text-align: left;
    font-size: 14px;
}

/* Contact me */

.btn-form {
    
    width: 180px;
    height: 50px;
}

.form input {
    
    width: 180px;
    height: 50px;
}

.map img{
    width: 940px;
    height: auto;
    text-align: center;
}


}
        
    
  

    




@media screen and (max-width: 992px) {
	.container {
		width: 720px;
        
	}
    .fig {
        padding-top: 50px;
        
    }
    .fig img{
		width:680px;
        height:142px;
	}
    .menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 680px;
            }

    .offer{
        width: 400px;
    }
    .offer h1 {
        font-size: 36px;
    }
    .offer-text{
         width: 400px;
    }
    .offer p {
        font-size: 14px;

    }
    .bucket img{
        width: 290px;
        height:290px;
    }
/* About us */
.wrapper {
    display: flex;
    justify-content: space-between;
    padding-top:90px;
    
    }
 .owner {
     margin-top: 0px;
 }    
 .owner img{
    margin-top: 65px;
    width: 280px;
    height: auto;
}    
.text-block {
    display: flex;
    flex-direction: column;
    width: 280px; 
    padding-top: 50px;  
}
.about-us h2{
    
    padding:0px;
    text-align: center;
    padding-bottom: 30px;
}
.welcome h3{
    color: #ed6fe0;
    text-align: center;
    padding-bottom: 30px;
}
.text-about img{
           display: block;
            text-align: center;
             width: 280px;
            height: auto;           
}

                 
   
/* Portfolio - jau adaptēts!!!*/


    /* Testimonials */
    .image img{
        width:150px;
        height: auto;
    }

    .angela{
        width: 200px;
    }
    
    .des{
        width: 200px;
    }
    .kely {
        width: 200px;
    }
    .text-box {
        height:200px;
        padding: 5px;
    }

    .text-box p{
        text-align: left;
        font-size: 14px;
        
    }


    /* Contact us */
    .contact-wrapper {
    width: 680px;
        height: auto;
    }
    .btn-form {
        width: 120px;
        height: 30px;
    }
    .form input {
        width: 120px;
        height: 30px;
    }
    .work {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center; 
        margin: 30px auto ;
    }
    .open {
        width: 300px;
        margin-right: 20px;   
    }
    .open h3{
        font-size: 22px; 
    }
    .delivery {
        width: 300px;
        margin-left: 20px;
    }
    .delivery h3{
        font-size: 21px; 
    }
  .delivery h4{
      font-size: 19px;
  }
    .map img{
        width: 700px;
        height: auto;
        text-align: center;
    }



}

@media screen and (max-width: 768px) {
	.container {
        width:540px;

    }

  
    .menu {
        
        margin:0px auto; 
        width: 400px;
            }
    .header-portfolio {
        display: none;
    }
    .kontakti {
        display: none;
    }
    .header-about {
        display: none;
    }
    .menu-phone {
        display: none;
    }
   /* .hamburger {
        display: block;
    }*/




    .fig {

       
        margin: 50px auto;
        }
    .fig img{
        width: 500px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        
        
        
    }
    
    
    .all-offer {
    
        display: flex;
        flex-wrap: wrap;
        width: 500px;
        margin: auto;
    
    }
    .offer {
       
        margin: 50px auto;
        text-align: center;
      
    }
    .offer h1 {
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }
    .offer-text {
        margin: 50px auto;
        text-align: center;
    }

    .bucket img{
        width: 500px;
        height: auto;
        margin:50px auto;
        text-align: center;}


   
    
    
  
  
   


 /* About us */

 .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top:90px;
    /*margin-left: 30px;
    margin-right: 30px;*/
    }
 .owner {
     margin-top: 0px;
 }    
 .owner img{
    margin-top: 65px;
    width: 400px;
    height: auto;
}    
.text-block {
    display: flex;
    flex-direction: column;
    width: 400px; 
    padding-top: 50px;  
}
.about-us h2{
    
    padding:0px;
    text-align: center;
    padding-bottom: 30px;
}
.welcome h3{
    color: #ed6fe0;
    text-align: center;
    padding-bottom: 30px;
}
.text-about img{
           display: block;
            text-align: center;
             width: 400px;
            height: auto;           
}








/* Testimonials*/
.image img{
    width:130px;
    height: auto;
}

.angela{
    width: 170px;
}

.des{
    width: 170px;
}
.kely {
    width: 170px;
}
.text-box {
    height: 180px;
    padding: 5px;
}

.text-box p{
    text-align: left;
    font-size: 13px;
    
}

 /* Contact us */
 .contact-wrapper {
    width: 520px;
        height: auto;
    }

    .btn-form {
        width: 100px;
        height: 25px;
    }
    .form input {
        width: 100px;
        height: 25px;
    }
    .work {
        display:flex;
        flex-direction: row;     
        align-content: center; 
        margin: 30px auto ;
    }
    .open {
        width: 250px;
        
        margin:0;
        padding:0;
        
    }
    .open h3{
        font-size: 22px; 
    }
    .delivery {
        width: 250px;
        margin:0;
        padding:0;
       
    }
    .delivery h3{
        font-size: 21px; 
    }
  .delivery h4{
      font-size: 19px;
  }
    .map img{
        width: 500px;
        height: auto;
        text-align: center;
    }





   }







  
@media screen and (max-width: 576px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	


/*  Header */

.fig {
   /*padding-top: 70px;*/
    margin: 50px auto;
    }
.fig img{
    width: 270px;
    height: auto;
    /*margin: 50px auto;
    /*padding-top: 70px;*/
    text-align: center;  
}


.all-offer {

    display: flex;
    flex-wrap: wrap;
    width: 280px;
    margin: auto;

}
.offer {
    display: flex;
    flex-wrap: wrap;
    width: 280px;
    margin: auto;
}
.offer h1 {
    font-size: 26px;
}
.bucket img{
    width: 270px;
    margin:50px auto;
    text-align: center;}

    /* About us*/
    
    .wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 280px;
        margin: 0 auto;
     }
    
    .owner img{
        text-align: center;
        width: 270px;
        height: auto;
    }
    .text-block {      
        display:flex;
        flex-direction: column;
        margin: 0 auto;
     }
  
    
    .about-us {
        padding-top: 50px;
       
        text-align: center;
    }
        
    .welcome {
       
        text-align: center;
    }
    .welcome h3{
        font-size: 18px;
    }
    .text-about {
        margin:0 auto;
        text-align: center;
    }
    .text-about img{
        width: 300px;
        height: auto;
        
    }


/* Testimonials */

.testimonials-wrapper{
    display: flex;
    flex-direction: column;
}
.image img{
    width:240px;
    height: auto;
}

.angela{
    width: 260px;
}

.des{
    width: 260px;
}
.kely {
    width: 260px;
}
.text-box {
    height: 120px;
    padding: 5px;
}

.text-box p{
    text-align: left;
    font-size: 13px;
    
}

/* Contacts */

.contact-wrapper {
        display: flex;
        flex-direction: column;
        width: 280px;
        margin: 0 auto;
        /*height: auto;*/
    }
    .contact-block {
        display: flex;
        flex-direction: column;
    
    }
    .form {
        display: flex;
        flex-direction: column;
    }
    .btn-form {
        width: 150px;
        height: 30px;
    }
    .form input {
        width: 150px;
        height: 30px;
        margin-bottom: 10px;
    }
    .work {
        display:flex;
        flex-direction:column;
        
    }
    .open {
        width: 250px;
        
        margin-bottom:30px;
        padding:0;
        
    }
    .open h3{
        font-size: 22px; 
    }
    .delivery {
        width: 250px;
        margin:0;
        padding:0;
       
    }
    .delivery h3{
        font-size: 21px; 
    }
  .delivery h4{
      font-size: 19px;
  }
    .map img{
        width: 280px;
        height: auto;
        text-align: center;
    }



/* footer*/

.footer-wrapper{
    
    display: flex;
    flex-direction: column;
    
}
.footer-main {
    padding-bottom: 20px;
}

.footer-main p{
    font-size: 20px;
}
.footer-info {
    padding-bottom: 20px;
}

.footer-info p{
    font-size: 24px;
}




    
}
