@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:ital@1&family=Shantell+Sans:wght@300&display=swap');

*{
    padding: 0;
    margin: 0;

}
body{
    font-family: 'Pacifico', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Shantell Sans', cursive;
   
    background:linear-gradient(60deg, orange, transparent);
    background-repeat: no-repeat;
    background-size: contain;
}
.first{
    display: flex;
    align-items: center;
}
nav{

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, orange, transparent);
    margin: -105px 0 0 0;
}
nav img{
    border-radius: 50px;
    margin:10px 30px;
    width: 70px;
}
nav .text{
    color: white;

}
nav .icons{
    color:rgb(200, 100, 64);
    margin: 10px 30px;
    
}
.icons ul{
    list-style-type: none;
    display: flex;
}
.icons ul li{
    cursor: pointer;
    margin:0 30px;
    font-size: 30px
}
section{
    margin: 103px auto 0 auto;
    width: 95vw;
    height: 40vw;
background-image: url(ng5.jpg);
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px;
opacity: 0.8;
}
section .left-section{
    color: white;
    width: 32vw;
    position: absolute;
    right: 10vw;
    top: 10vw;
    font-size: 30px;}
.big{
    font-weight: bold; 
    font-size: 30px;
}
.showContent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.show2{
    width: 20vw;
    height: 25vw;
    margin: 50px;
    background: url(b1.jpg);
    background-size: contain;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    cursor: pointer
}
.show2 span{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: 20px;
    background: linear-gradient(60deg, white, transparent);
height: 5vw;
border-bottom-left-radius: 15px;
}
.show3{
    width: 20vw;
    height: 25vw;
    margin: 50px;
    background: url(b2.jpg);
    background-size: cover;
    background-position: -25px 12px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    cursor: pointer
}
.show3 span{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: 20px;
    background: linear-gradient(60deg, white, transparent);
height: 5vw;
border-bottom-left-radius: 15px;
}
.show1{
    width: 20vw;
    height: 25vw;
    margin: 50px;
    background: url(bg1.jpg);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    background-position: 2px;
    background-size: cover;
    cursor: pointer;
}
.show1 span{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: 20px;
    background: linear-gradient(60deg, white, transparent);
height: 5vw;
border-bottom-left-radius: 15px;
}
.show1:hover{
    scale:1.1;
    opacity: .95;
    transition: scale 1s;
}
.show2:hover{
    scale:1.1;
    opacity: .95;
    transition: scale 1s;
}
.show3:hover{
    scale:1.1;
    opacity: .95;
    transition: scale 1s;
}
.house{
    width: 38vw;
    height: 150px;
    background-color: cadetblue;
}
.about{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    text-align: center;
    font-size: 20px;
}
.about::before{
    content: "";
    width: 38vw;
    height: 2px;
    background: black;
}
.about::after{
    content: "";
    width: 38vw;
    height: 2px;
    background: black;
}
@media only screen and (max-width: 720px) {
    section .left-section{
        position: absolute;
        top: 25vw;
width: 80vw;
    font-size: 15px;
    }

    .big{
        display: inline-block;
        width: 150px;
        font-weight: bold;
        font-size: 25px;
    }
    .small{
        display: inline-block;
        width: 150px;
        font-size: 10px;
    }
    nav .icons{
        color:rgb(200, 100, 64);
        margin: 0;}
.icons ul li{
            margin:10px;
            font-size: 15px;
        }
 section{
            width: 90vw;
        }
        .show1{
            width: 200px;
            padding: 33px;
            margin: 12px 20px;
        }        
        .show2{
            width: 200px;
            padding: 33px;
            margin: 12px 20px;
        }        
        .show3{
            width: 200px;
            padding: 33px;
            margin: 12px 20px;
        }       
         .showContent span{
            font-size: 10px;
            flex-wrap: wrap;
            font-weight: bolder;
            padding: 10px 0;
         }
    }