
    div, p, input, button, form, a, ul, li {
        box-sizing: border-box;
    }
    html, body {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    @font-face {
        font-family: 'playfair-display'; /* Имя шрифта */
        src: url(../fonts/playfair-display.ttf); /* Путь к файлу со шрифтом */
        font-display: swap; /* Rāda sistēmas fontu, kamēr lādējas */
    }

h1, h2, h3, h4 {
    font-family: 'playfair-display';
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h1 {font-size: 144px;
    padding-top: 178px;
    text-align: center;
    color: #fff;
}

h2 {
    font-size: 96px;
	text-align: center;
    color: #fff;
    padding-bottom: 100px;    
}
h3 {
	font-size: 36px;
}

h4 {
    font-size: 24px;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto.ttf);
    font-display: swap;
}

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;
}
a:hover {
    color:red;
   
}

/*MAIN-HEADER--------------------------------------------------------------------------*/

.main {
    background-image: url(img/fons.webp);
    background-repeat:no-repeat;
    background-size: cover;
    height:500px;
}
.container {
   width: 1200px;
   justify-content: center;
    margin: 0 auto;
    }
/*---------REALIZACIJA--------------------------------------------------------------*/

    .realizacija {
        background-color:#D0E9C8;
        height: auto;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .wrapper-realizacija h2{
        color:#2F6C1A;
        text-align: center;
       
      }
    
    .wrapper-realizacija {
       display: flex;
       flex-direction: column;
       align-items:center;
    }
    .foto {
        width: 800px;
        height: 600px;
        margin-bottom: 20px;
    }
    .foto img{
        width: 800px;
        height: 600px;
        border-radius: 20px;
    }
    .teksts1 {
            width: 800px;
            height: auto;
            padding: 20px;
            background-color:#FFE493;
            border-radius: 20px;
            margin-bottom: 70px;
            
    }
    .teksts1 p{
        width: 740px;
        text-align: left;
        margin-bottom: 20px;
    }
    .teksts2 {
        width: 800px;
        height: auto;
        padding: 20px;
        background-color:#FFE493;
        border-radius: 20px;
        margin-bottom: 70px;
}
    .teksts2 p{
    width: 740px;
    text-align: left;
    margin-bottom: 20px;
}
span {
    font-weight: 700;
}

.blue {
    color:blue;
}






/* KONTAKTI ------------------------------------------------------------------------------------*/
.kontakti {
    background: #E1DEDE;
    height: 1000px;
}
.title-kontakti {
    margin:0px;
    text-align: center;
    padding-top: 90px;
    color:#2F6C1A;
}
.wrapper-kontakti {
    display: block;
    margin-bottom: 50px;
}
.wrapper-karte {
    display: flex;
    flex-direction: column;
    align-items: center;  
}
.karte {  
    width: 450px;
    height: 450px;
}
.teksts {
    width: 420px;
    text-align: center;
    margin-top: 20px;
}
p.teksts {
    font-size: 14px;
}
.form-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px; 
}
.form{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
}
.btn-form {
    background:#2F6C1A;
    border:none;
    border-radius: 5px;
    color:white;
    width: 250px;
    height: 50px;
    text-align: left;
    padding-left: 10px;
}
.form input {
    background-color:white;
    border:solid 2px #2F6C1A;
    border-radius:5px;
    padding-left: 10px;
    margin-bottom: 50px;
    width: 250px;
    height: 50px;
}
/* --------------------------------------------------------------------------------------------*/

/* Footer -------------------------------------------------------------------------*/

.footer {
    background: #929090;
    margin:0px;
    padding:0px;
    height:100px;
}
.footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 37px;
}
.footer-wrapper p{
    text-align: center;
    margin: 0 auto;
}
.footer-wrapper a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color:black;
}
.info {
    margin-right: 100px;
}







@media screen and (max-width: 1200px) {


    .container {
		width: 960px;
	}

/* MAIN------------------------------------------------------------------------------------- */

    h1 {
        font-size: 96px;
        padding-top: 202px;  
    }
    
    h2 {
        font-size: 64px;
        
    }
/* REALIZĀCIJA ----------------------------------------------------------------------*/
.realizacija {
    background-color:#D0E9C8;
    height: auto;
}







    

/*---------------------------------------------------------------------------------------------*/     



}









@media screen and (max-width: 992px) {


	.container {
		width: 720px;

	}
 
/* MAIN ----------------------------------------------------------------------------*/

h1 {
    font-size: 72px;
    padding-top: 214px;  
}
h2 {
    font-size: 48px;
   
    
}

/*--------------------------REALIZACIJA------------------------------------------------------*/

.realizacija {
    background-color:#D0E9C8;
    height: auto;
}
.wrapper-realizacija h2{
    color:#2F6C1A;
    text-align: center;
    
  }
.foto {
    width: 700px;
    height: 525px;
    margin-bottom: 50px;
}
.foto img{
    width: 700px;
    height: 525px;
    border-radius: 20px;
}
.teksts1 {
        width: 700px;
        height: auto;
}
.teksts1 p{
    width: 640px;
}
.teksts2 {
    width: 700px;
    height: auto;
}
.teksts2 p{
width: 640px;
}













/*-------------------------------------------------------------------------------------------*/


    /* KONTAKTI */
    .contact-wrapper {
        width: 700px;
        height: auto;
    }
  
    /* FOOTER*/
    .info {
        margin-right: 50px;
    }


}

@media screen and (max-width: 768px) {
	
    /* HEADER -------------------------------------------------------- */

    .container {
        width:540px;

    }

    /* MAIN---------------------------------------------------------------------------- */

h1 {
    font-size: 56px;
    padding-top: 222px;  

}



/*------------------------REALIZACIJA-------------------------------------------------------------*/

.realizacija {
    background-color:#D0E9C8;
    height: auto;
}
.wrapper-realizacija h2{
    color:#2F6C1A;
    text-align: center;
   
    font-size: 42px;}
.foto {
    width: 530px;
    height: 398px;
    margin-bottom: 50px;}
.foto img{
    width: 530px;
    height: 398px;
    border-radius: 20px;}
.teksts1 {
        width: 530px;
        height: auto;}
.teksts1 p{
    width: 480px;}
.teksts2 {
    width: 530px;
    height: auto;}
.teksts2 p{
width: 480px;}












    
/*--------------------------------------------------------------------------------------------*/

  /* KONTAKTI -------------------------------------------------------------------------*/
  .kontakti {
    background: #E1DEDE;
    height: 1400px;
}
  .form-block {
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-top: 30px; 
}
   .form {
    margin-top: 30px;
   } 

 /*--------------------------------------------------------------------------------------*/  

  /* FOOTER -------------------------------------------------------------------------*/ 
   .info {
        margin-right: 20px;
    }

   }
 


@media screen and (max-width: 576px) {


	.container {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}

    h1 {
        font-size: 48px;
        padding-top: 222px;  
    
    }
 
    








/* -----REALIZACIJA-----------------------------------------------------------------------*/


.realizacija {
    background-color:#D0E9C8;
    height: auto;
}
.wrapper-realizacija h2{
    color:#2F6C1A;
    text-align: center;
    
    font-size: 38px;
}
.foto {
    width: 300px;
    height: 225px;
    margin-bottom: 50px;}
.foto img{
    width: 300px;
    height: 225px;
    border-radius: 20px;}
.teksts1 {
        width: 300px;
        height: auto;}
.teksts1 p{
    width: 260px;
font-size: 15px;}
.teksts2 {
    width: 300px;
    height: auto;}
.teksts2 p{
width: 260px;
font-size: 15px;}







/* KONTAKTI ---------------------------------------------------- */
.kontakti {
    height: 1300px;
}
.wrapper-karte {
    display: flex;
    flex-direction: column;
    text-align: center;

}
.karte {
    width: 290px;
    height: 290px;
}
.karte img {
    width: 290px;
    height: 290px;
}
p.teksts {
    width: 280px;
}


/* Footer */
.footer {
    
    margin:0px;
    padding:0px;
    height:250px;

}
.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0px;
}

.footer-wrapper a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color:black;
}
.info {
    padding-bottom: 20px;
}

}
