
@keyframes moveInRight {
    0% {
        transform: translateX(10rem);
        opacity: 0;
    }

    50% {
        transform: translateX(-1rem);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


body {
    background-color: #101319 ;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}



/* Header */



.menu {
    display: flex;
    justify-content: space-between;
    background-color: #2b303a;
    align-items: center;
    padding: 20px 20px;
}

.logo-image{
    width: 300px;
    height: 100px;
    overflow: hidden;
    margin-top: -6px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.menu-container {
    display: flex;
    gap: 53px;
    
}
.move {
    animation: moveInRight 2s ease-in;
}

ul {
    list-style: none;
}

.menu-container a:hover {
    color: #6B0504;

}

.a {
    text-decoration: none;
    color: #e0b7b6;
    transition: all 0.2s ease-in-out;
    list-style: none;
    font-size: 20px;

}

.head {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, rgba(255, 58, 58, 0.605), rgba(255, 251, 231, 0.3)), url(../img/lino-drieghe-il-eyrie-2015-linodrieghe.jpg);
    background-size: cover;
    padding-bottom: 90px;
    
}

.cls-1{
    fill:#6B0504;
}

.btn1 {
    background-color: #55090A ;
    margin: 0;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 30px;
    color: #e0b7b6;

}


.texbtn {
    padding-left: 40px;
    margin-top: -150px;
    
}

.h1 {
    font-size: 50px;
    font-weight: lighter;
}

.subh1 {
    font-size: 60px;
    margin-top: -30px;
    font-weight: bold;
}

.btn1:hover {
    background-color: #55090aa4;
    color: #101319;
    border-color: #55090A;
    border-width: 20px;
    transform: scale(0.8)
}













/* Middle */

.box21 {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    gap:100px;
    padding-bottom: 40px;
}


.box1 {
    background-image: linear-gradient(to right bottom, rgba(48, 56, 75), rgba(0, 0, 0, 0.3)), url(../img/612e9e7a12b9cc0019639767.webp);
    padding: 60px 200px;
    background-size: cover;
    position: relative;
    

}

.box2 {
    background-color: rgb(28, 33, 44);
    padding: 60px 200px;
}

.h2 {
    font-size: 40px;
    color: #ece2e2;
    padding-right: 40px;
}

.h3 {
    font-size: 20px;
    color: #ece2e2;
    font-weight: lighter;
    margin-bottom: -20px;
    margin-top: -10px;
}


.h3bold {
    font-size: 20px;
    color: #ece2e2;
    margin-bottom: 20px;
}

.btn2 {
    text-decoration: none; 
    background-color: #55090A ;
    color: #ece2e2;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.btn2:hover {
    background-color: #55090aa4;
    color: #101319;
    border-color: #55090A;
    border-width: 20px;
    transform: scale(0.8);
}






/* Why Us */

.why {
    padding: 20px 20px;
    /* background-color: #6b0604bd; */
    margin: 10px 40px;
    
    
}

.h21 {
    font-size: 60px;
    color: #ece2e2;
    text-align: center;
}

.txt {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.h31 {
    font-size: 15px;
    color: #ece2e2;
    font-weight: lighter;
    text-align: center;
}

.happy {
    width: 400px;
    
    
    
}

.img {
    padding-left:0px;
}

.h3txt {
    padding-top:50px;
    width: 500px;
    line-height: 50px;
}







/* Listings */

.List {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.btnimg {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.551), rgba(0, 0, 0, 0.462)),url(../img/home\ house\ 1.jpg);
    padding: 200px 200px;
    background-size: cover;
}

.m2 {
    width: 400px;
}

.name1 {
    font-size: 20px;
    color: #ece2e2;
}

.pinfo {
    display: flex;
    gap: 20px;
}
.des {
    font-size: 15px;
    color: #ece2e2;
    font-weight: lighter;
    margin-top: -20px;
}

.pi {
    font-size: 15px;
    color: #ece2e2;
    font-weight: lighter;
    gap: 20px;

}

.price {
    text-decoration: none;
    background-color: #55090A;
    color: #ece2e2;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;

}


.price:hover {
    background-color: #55090aa4;
    color: #101319;
    border-color: #55090A;
    border-width: 20px;
    transform: scale(0.8);
}

.btnimg1 {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.451), rgba(0, 0, 0, 0.451)),url(../img/home\ house\ 2.jpg);
    padding: 200px 200px;
    background-size: cover;
}


.more {
    background-color: #55090A ;
    margin: 0;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 30px;
    color: #e0b7b6;
    display: flex;
    justify-content: center;
    margin: 50px 550px;
}

.more:hover {
    background-color: #55090aa4;
    color: #101319;
    border-color: #55090A;
    border-width: 20px;
    transform: scale(0.8);
}





@media ( max-width: 1400px) {
    

    .texbtn {
        padding-left: 40px;
        margin-top: -150px;
        padding-top: 40px;
        padding-bottom: 80px;
        
    }
    

    .box21 {
        flex-direction: column;
    }

    .box1 {
        padding-left: 100px;
    }
    .box2 {
        padding-left: 100px;
    }

    .btn2 {
        padding: 10px 30px;
    }

    .head {
        flex-direction: column;
    }


    .txt {
        flex-direction: column;
        align-items: center;
    }
    

    .List {
        flex-direction: column;
        align-items: center;
    }

    .more {
        font-size: 40px;
    }
    .h1 {
        padding-top: 180px;
    }
    .menu {
        flex-direction: column;
    }

}









