body {
    /* background: linear-gradient(120deg, #3B2467, #5E3588); */
    background-color: #022859;
    /* height: 487vh; */

}

/* .Home{
    height: 100vh;
}

.Discover{
    height: 100vh;
}

.About{
    height: 100vh;
} */

html {
    scroll-behavior: smooth;
}

.header-text {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #FFC14A;
}

.nav-buttons {
    font-family: 'Overpass' 'sans-serif';
    color: #FFD4BB;
}

.each-nav-button:hover {
    color: #EEEEEE;
}

hr {
    height: 100px;
    color: #76ABAE;
}

.homewise-heading {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #FFC14A;
}

.homewise-desc {
    font-family: 'Overpass' 'sans-serif';
    font-weight: 300;
    color: #FFC14A;

}

.learn-more {
    font-size: 20px;
    font-family: 'Outfit' 'sans-serif';
    background-color: #0D0D0D;
    color: #FAFFDB;
    border-radius: 10px;
    /* box-shadow: 0px 5px 3px #0000003f; */

}


.container1 {
    display: flex;
    column-gap: 0px;
}

.icons-box {
    padding-right: 0px;
}

/* .contact-us{
    height: 77vh;
} */

.email-heading {
    font-family: 'Outfit' 'sans-serif';
    color: #76ABAE;
    text-align: center;
}

.email-box {
    background-color: #EEEEEE;
}

.label {
    color: #76ABAE;
}

.input {

    background-color: #EEEEEE;
    border: none;
    border-bottom: 2px solid #76ABAE;
}

textarea {

    background-color: #EEEEEE;
    border: none;
    border: 2px solid #76ABAE;

}

.sendbut {
    background-color: #31363F;
    color: #76ABAE;
}

.heading-Discover {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    color: #FFC14A;
}

.heading-Transforming {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #FFC14A;
}

.container {
    /* Color Here */
    border-radius: 25px;
    background-color: #0D0D0D;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.285);
    align-items: center;
    /* width: 75%; */
}

.container-Titles {
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    font-weight: 350;
    color: #FAFFDB;
}

.container-Paragraph {
    color: #FFC14A;
    font-family: "Overpass", sans-serif;
    font-size: 17px;
    font-weight: 200;
}

img {
    float: left;
}

.aboutUs {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    color: #FFC14A;
}