@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
   /* background-image: url("../Images/background.jpg");*/
}
.first-screen{
background: url("../images/Paprika.webp") no-repeat bottom left / 400px auto, url("../images/krastavac-1.webp") no-repeat top right / 300px auto, url("../images/background.jpg") no-repeat top / cover ;
    background-size: 500px auto, 430px auto, cover;
    background-attachment: scroll, scroll, scroll;
}
.first-descr {
font-family: "Playfair Display", sans-serif;
line-height: 1.1;
letter-spacing: 2px;
font-size: 1.6rem;
font-weight: normal;
font-style: italic;
color: #333;
}
.first-screen-header {
    margin-top: 50px;
    font-family: "Playfair Display", sans-serif;
    line-height: 1.1;
    letter-spacing: 2px;
    background: #ffffff61;
    font-weight: normal;
    font-style: italic;
    color: #333; 
}
.first-scr-butt {
    padding-top: 150px;
}
.first-scr-butt button{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: #333;
    background: #a3cc5d;
    border: 1px solid #333;
    background: #444;
    color: #fff;
}
.first-scr-butt button:hover {
    color: #333;
    background: #a3cc5d;
}
.first-descr a{
    color: #333;
}
.second-scr{
padding: 200px 0;
}
.second-scr h2 {
    font-family: 'Lato', sans-serif;
   text-transform: uppercase ;
   font-weight: 700;
    color: #fff;
}
.second-scr-content {
    background:#0202027d;
}
.second-scr h3 {
    color: #fff;
}
.second-scr-descr p{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1.05rem;
}
.second-scr-descr li {
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.747);
    font-weight: 400;
    font-size: 1.02rem;
}
 .uk-accordion-title span {
    color: #000;
    font-weight: 700;
}
.third-screen {
    padding: 100px 0;
}
.third-screen h2 {
    text-transform: uppercase;
}
.slide-paprika {
    background: url("../images/background.jpg") no-repeat top / cover ;
}
.form-page {
    background: url("../images/background.jpg") no-repeat top / cover ;
}
.form-page h2 {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-weight: 600;
    font-size: 2rem;
   text-transform: uppercase;
}
.bottom-footer p {
    color: #000;
    font-weight:600;
}
@media (max-width: 1300px) {
    .first-screen{
        background: url("../images/Paprika.webp") no-repeat bottom left / 400px auto,  url("../images/background.jpg") no-repeat top / cover ;
            background-size: 500px auto,  cover;
            background-attachment: scroll, scroll, scroll;
        }
.first-screen-header {
    font-size: 1.8rem;
}        
   .second-scr h2 {
       font-size: 1.8rem;
   } 
}