*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.master{
    background: linear-gradient(to top, rgba(1, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),url(Asset/image/air\ condition.jpg);
    height: 70vh;
    background-size: cover;
    background-position: center;
}

#home-about{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 400px;
    padding-left: 70px;
    height: 60vh;
    font-family: "DM Sans", sans-serif;

}

#home-about h1{
    font-size: 50px;
}

.master1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    gap: 70px;
}

.master1-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    gap: 20px;
}

.master1-contact i{
    color: #FFC527;
    font-size: 65px;
}

.master1-contact-head h4{
    font-family: "Titillium Web", sans-serif;
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 0.5px;
   word-spacing: 1px
}

.master1-contact-head h1{
    font-family: "DM Sans", sans-serif;
 
}

.master1-contact-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap: 12px;
    font-family: "DM Sans", sans-serif;
}

.master1-contact-2 hr{
    height: 70px;
    width: 1.5px;
    border: none;
    background-color: rgb(85, 84, 84);
}

.say-hello{
    display: flex;
    justify-content: center;
    gap: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.say-hello{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.say-hello-1{
    width: 800px;
    height: 600px;
    background-color: rgb(214, 211, 211);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.say-hello-1-inputs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.say-hello-1-inputs input{
    width: 90%;
    height: 60px;
    border-radius: 12px;
    border: 1px solid gray;
    padding: 10px;
    font-family: "DM Sans", sans-serif;
}

.say-hello-2{
    width: 450px;
    height: 600px;
    background-color: #267ECE;
    border-radius: 12px;

}

#textarea-massege{
    height: 130px;
    width: 90%;
    border: 1ps solid gray;
    border-radius: 12px;
    padding: 10px;
}

.say-hello-1-2{
    font-family: "DM Sans", sans-serif;
}

.say-hello-list ul{
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 18px;
}

.say-hello-list ul li{
    font-size: 17px;
}

.say-hello-1-2{
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
}

.say-hello-1-2 button{
    width: 200px;
    height: 40px;
    background-color: rgb(34,34,34);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
}

.say-hello-1-2 button:hover{
    background-color: #267ECE;
    transition: 0.5s ease;
}

.say-hello-2-1{
    margin: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "DM Sans", sans-serif;

}
.say-hello-2 img{
    border-radius: 12px;
    margin-left: 22px;
}

.say-hello-2-2{
    margin: 20px;
}

@media screen and (max-width: 400px) {
    .say-hello{
        width: 87%;
    }
}

@media screen and (max-width: 899px) {
    
    .master1{
        flex-wrap: wrap;
        height: auto;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .say-hello{
        flex-wrap: wrap;
        justify-content: center;
        margin: 36px;
        margin-left: 0;
        margin-top: 10vh;
        width: 90%;
    }

    .say-hello-1{
        width: 90%;
        height: auto;
    }

    .say-hello-list ul{
        width: 90%;
        flex-wrap: wrap;
    }

    .say-hello-1-2 button{
        margin-bottom: 12px;
    }

    .say-hello-1-inputs{
        margin-top: 12px;
    }

    .say-hello-2{
        width: 90%;
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .say-hello{
        width: 95%;
        margin: 30px;
        /* margin-left: 55px; */
    }
}

@media screen and (max-width: 400px) {
    .say-hello{
        width: 87%;
    }
}