@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html{
    overflow-x:hidden;
    display: flex;
    
   
}

body{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 101%;
    align-items: center;
    scroll-behavior: smooth !important;
    height: 100%;
    background-color: #f7f3d1;
}

header{
    width: 102%;
    height: 80px;
    background-color: transparent; /*#C3BE91*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    position: fixed;
    top:0;
    z-index: 1000;
    transition: 0.3s;
}

.info{
    color:white;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    backdrop-filter: none;
}

a{
    text-decoration: none;
    color: whitesmoke;
}


.title{
    color:white;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
}

.mt{
    margin-left: 3%;
}
.au{
    margin-right: 3%;
}

.cnt{
    animation: contact 5s infinite ease-in-out;
}

.info2{
    display: flex;
    width: 101%;
    height: 800px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: url(img2.jpeg);
    background-attachment: fixed;
    position: relative;
    z-index: 12;
    
   
}

.tau{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
}   

.taub{
    margin-top: 30%;
    padding:1rem 1.5rem;
    background-color: #b8b16f;
    border: 3px solid white;
    border-radius: 15px;
    transition: 0.3s;
    text-align: center;
}

#lowprice{
    font-size: 50px;
}

.taub:hover{
    transform: scale(1.1);
}

.taum{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    margin: 10px 0 10px 0;

}

.text1{
    color:white;
    width: 20%;
    height: 70%;
    background-color: transparent;
    border: 4px solid whitesmoke;
    border-radius: 40px;
    backdrop-filter: blur(15px);
    margin-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    box-shadow: 5px 5px 8px rgba(80, 80, 80, 0.545) ;
    transition: 0.4s;
    padding: 30px 30px 30px 30px;
    image-rendering: optimizeQuality;
    flex-direction: column;




}

/*.text1:hover{
    transform: scale(1.05);
}*/

@keyframes info2 {
    0%{ 
        transform: translateY(600px);
    }
    10%{
    }
    100%{
        transform: translateY(none);
       
    }
}

@keyframes contact {
    0%{
        
    }
    
    10%{
        transform: scale(1.2);
    }
    20%{
        transform: scale(1);
    }
    30%{
        transform: scale(1.3);
    }
    40%{
        transform: scale(1);
    }
    
}

.parallax {
    background-image: url(img1.jpeg);
    width: 101%;
    height: 1050px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 60px;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#img{
    color: whitesmoke;
    z-index: 10;    
    transform: scale(0.25) translateY(-900px)
}

h2{
    color:white;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 60px;
    z-index: 500;
    transform: translateY(-70px);
}

#KMV{
    transform: translateY(-100px);
}

.parallax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2;
}
.parallax h1 {
    z-index: 3;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 110px;

}
h1{
    margin-top: 30%;
}
.b3 {
    background-image: url(img3.jpeg);
    background-attachment: fixed;
    width: 101%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calca{
    width: 90%;
    height: 500px;
    background-color: transparent;
    backdrop-filter: blur(15px);
    border:3px solid whitesmoke;
    border-radius: 30px;            
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    box-shadow: 5px 5px 8px rgba(80, 80, 80, 0.545) ;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);

}



.infocalc{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    color: whitesmoke;
    width: 30%;
    height: 65%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
    height: 90%;

}

.calc{
    width: 35%;
    height: 85%;
    background-color: whitesmoke;
    border:5px solid rgb(176, 164, 79);
    border-radius: 25px;            
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 10%;
}

.lbl{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: rgb(176, 164, 79);
}

.lblm{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: rgb(176, 164, 79);
}


.city{
    width: 60%;
    height: 30px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: rgb(176, 164, 79);
    border:3px solid rgb(176, 164, 79);
    border-radius: 5px;
    margin-top: 2%;
    margin-bottom: 5%;
}

.m{
    width: 60%;
    height: 30px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: rgb(176, 164, 79);
    border:3px solid rgb(176, 164, 79);
    border-radius: 5px;
    margin-top: 2%;
    margin-bottom: 5%;
}

.submit{
    width: 130px;
    height: 10%;
    background-color: rgb(176, 164, 79);
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: whitesmoke;
    border: 1px solid rgb(176, 164, 79);
    border-radius: 10px;
    transition: 0.4s;
    text-align: center;
}

.submit:hover{
    transform: scale(1.05);
}
.submit:active{
    transition: 0.01s;
    background-color:rgb(212, 200, 109);
}

.resultd{
    display: none;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    width: 80%;
    height: 80px;

}

.sum{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    color: rgb(176, 164, 79);
}

.order{
    background-color: rgb(176, 164, 79);
    width: 120px;
    height: 40%;
    color:whitesmoke;
    border: 1px solid rgb(176, 164, 79);
    border-radius: 7px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    transition: 0.3s;
}


.order:hover{
    transform: scale(1.1);
}

.order:active{
    transition: 0.01s;
    background-color:rgb(212, 200, 109);
}

.apd{
    width: 101%;
    height: 800px;
    background-image: url(applimg.jpeg);
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.appl{
    width: 40%;
    height: 100%;
    border: 5px solid #ffcc00;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
    background-color: white;
}

.applh1{
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color:#555146;
}

.applh2{
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color:#11698b;
}

form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 50%;
    margin-top: 10%;
}

.inputapp{
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #11698b;
    border: 3px solid #11698b;
    border-radius:10px;
    padding: 5px;
}

.submitappbtn{
    width: 55%;
    height:17%;
    background-color: #ffcc00;
    color: white;
    border: 3px solid #ffffff;
    border-radius: 10px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    box-shadow: 5px 5px 10px #807970;
    transition: 0.2s;
}

.submitappbtn:hover{
    transform: scale(1.1);
}

.footer{
    width: 102%;
    height: 500px;
    background-color: #807970;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.fc{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 50px; 
    color: whitesmoke;

}

.fcd{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 50px;
}

.c{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 50px; 
    color: whitesmoke;
}

.tgwh{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 40px;
}

.tg{
    width: 130px;
    height: 85px;
     transition: 0.2s;
}

.tg:hover{
    transform: scale(1.1);
}

.wh{
    width: 130px;
    height: 85px;
     transition: 0.2s;
}

.wh:hover{
    transform: scale(1.1);
}

.mobilebody{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 101%;
    scroll-behavior: smooth !important;
    height: 100%;
    background-color: #C3BE91;
}

.tg{
    display: none;/*Временно*/
}   

/*Mobile version*/

@media (max-width: 1000px){
    header{
        height: 160px;
    }
    .info{
        font-size: 60px;
    }

    .title{
        display: none;
    }
    .parallax{
        height: 2200px;
        background-image: url(img1m.jpeg);
        background-size:cover;
        background-attachment:scroll;
        width: 102%;
    }
    .info2{
        height: 1900px;
        background-image: url(small2.jpeg);
        background-size: cover;
        flex-direction: column;
        background-attachment:scroll;
        width: 102%;
    }
    #i1{
        display: none;
    }
    #i2,#i3{
        width: 80%;
        height: 40%;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(15px);
    }

    .calca{
        flex-direction: column;
        height: 700px;

    }
    .calc{
        width: 85%;
        height: 60%;
        margin-left: 0;
        margin-bottom: 4%;
        
    }

    .infocalc{
        width: 80%;
        height: 25%;
    }

    #calcinfodes{
        display: none;
    }

    #img{
        transform: scale(0.4) translateY(0px);
    }
    h2{
        font-size: 70px;
       
    }
    h1{
        font-size: 120px;
    }

    .tau{
        font-size: 70px;
    }

    #why1,#why2{
        font-size: 55px;
    }

    .taub{
        transform: scale(1.1);
    }

    .b3{
        height: 1000px;
        background-attachment: scroll;
        width: 102%;
    }

    .lbl,.lblm{
        font-size: 40px;
    }

    .city,.m{
        height: 50px;
        font-size: 40px;
        border-radius: 7px;
    }

    .submit{
        height: 13%;
        font-size: 28px;
        width: 180px;
        align-items: center;
    }

    .sum{
        font-size: 45px
    }
    .order{
        display: none;
    }

    .apd{
        background-attachment: scroll;
        width: 102%;

    }

    .appl{
        width:65%;
        height:100%
    }

    form{
        height: 55%;
    }

    .applh1{
        font-size: 55px;
    }

    .applh2{
        font-size: 35px;
    }

    .inputapp{
        width:95%;
        height: 13%;
        font-size: 35px;
        margin-bottom: 4%;
        padding: 1.5%;
    }

    .submitappbtn{
        width: 60%;
        height: 25%;
        font-size: 35px;
        border-radius: 15px;
        margin-top: 5%;
    }

    .fc{
        font-size: 75px;
    }
    .fcd{
        justify-content: space-around;
        width: 100%;
    }
    .c{
        font-size: 70px;
    }
    .tgwh{
        width: 30%;
    } 
    footer{
        width: 102%;
    }
}


@media (min-width:2900px){
    body{
        width: 60%;
    }
    header{
        width: 61%;
    }
    html{
        justify-content: center;
    }
    .apd{
        background-image: url(applimgbig.jpeg);
    }
}