* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    /* border: 1px solid white; */
}

body {
    background-image: url(./assest/Group\ 9.png);
    background-color: #211f20;
    font-size: 62.5%;
}

header {
    background-image: url(./assest/background.png);
    width: 902px;
    height: 1080px;
}

.header {

    padding: 50px 102px;
    width: 100vh;

}

.nav {
    width: 605px;
    gap: 63px;

}

.nav li {

    font-size: 20px;
    font-weight: 700;
    list-style: none;

}

.nav li:hover {

    font-size: 25px;
    font-weight: 700;
    list-style: none;
    color: black;

}

.nav li a {

    text-decoration: none;
    color: white;

}

.layer {
    width: 80%;
    /* height: 714px; */
    background: rgba(30, 12, 6, 1);
    right: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    border-radius: 30px;
    box-shadow: 30px 30px 30px;


}

.headinghero {
    font-size: 90px;
    color: white;
    padding-top: 75px;
    font-weight: 500;
    padding-left: 50px;
    font-family: KyivType Sans;
}

.image2 {
    display: flex;
    justify-content: flex-start;
}

.image {
    padding-top: 43px;
}

.para {
    color: rgba(255, 219, 187, 1);
    font-size: 30px;
    line-height: 130%;
}

.butn {
    border-radius: 42px;
    color: white;
    background-color: rgba(114, 139, 173, 1);
    border: none;
    cursor: pointer;
    padding: 11px 70px 11px 70px;
    width: 225px;
    height: 58px;
    gap: 10px;
    font-size: 20px;

}

.heading h1 {
    color: rgba(245, 245, 245, 1);
    line-height: 133%;
    text-align: center;
    align-items: center;
    font-size: 30px;
    padding-top: 100px;
    /* background-color: #cc00ff; */

}

.line {
    padding-bottom: 60px;
}

.image2 {
    align-items: flex-start;
}

.wood h1{
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-top: 100px;
    margin-left: 200px;
    color: white;
}

.item{
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}

.item .pic1{
    text-align: center;
}

.item .pic1 h1{
    color: white;
}

.item .pic1 h3{
    color: white;
}

.item .pic2 h1{
    color: white;
}

.item .pic2 h3{
    color: white;
}


.item .pic2{
    text-align: center;
}

.item .pic3 h1{
    color: white;
}


.item .pic3 h3{
    color: white;
}



.item .pic3{
    text-align: center;
}

.contacts {
    display: flex;
    justify-content: space-around;
}
.image-1{
    align-items: end;
}
.heading2 {
    text-align: center;
    padding-top: 100px;
    color: white;
    margin-bottom: 100px;
}

.gallery{
    padding-top: 100px;
}


.heading2 h1{
    font-size: 40px;
}
.advantage {
    padding-top: 100px;
    text-align: center;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 50px;
}

.advantagesworking {
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
}

.advantagesworking .heading p {
    color: white;
    font-size: 40px;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.consultation-button {
    background-color: rgba(114, 139, 173, 1);
    color: white;
    border: none;
    border-radius: 42px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
}



.layer2 {
    background-image: url(./assest/Group\ 9.png);
    width: 90%;
    background-color: rgba(30, 12, 6, 1);
    left: 0;
    color: white;
    display: flex;
    justify-content: space-around;
    /* height: 714px; */


}

.aboutheading {
    font-size: 40px;
    padding-top: 70px;
}

.aboutheading h1 {
    font-size: 80px;
}

.contacts {
    display: flex;
    justify-content: space-around;
}

.question h1 {
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.form input {
    border: 2px solid pink;
    border-radius: 20px;
    width: 400px;
    height: 58px;
    background-color: rgba(30, 12, 6, 1);
    color: white;
    text-align: center;
}

.form textarea {
    border: 2px solid pink;
    border-radius: 20px;
    width: 400px;
    height: 150px;
    background-color: rgba(30, 12, 6, 1);
    color: white;
    text-align: center;
}

input ::placeholder {
    font-size: 30px;
}

.send button {
    border-radius: 42px;
    color: white;
    background-color: rgba(114, 139, 173, 1);
    border: none;
    cursor: pointer;
    padding: 11px 70px 11px 70px;
    width: 225px;
    height: 58px;
    gap: 10px;
    font-size: 30px;
}

.paragraph {
    font-size: 40px;
    color: white;
}

.footer {
    background-color: rgba(30, 12, 6, 1);
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    box-shadow: 50px 50px 50px;


}

.logo h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}