@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

#top_section {
    color: white;
    /* height: 500px; */
    /* background-repeat: no-repeat; */
    /* background-size: cover */
}

body {
    margin: 0px;
}

/* #nav_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* .rectangle_down {
    width: 400px;
    height: 700px;
    background: #C0F5D8;
} */

#nav_right {
    justify-content: space-evenly;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    color: black;
    text-decoration: none;
}

.btn {
    font-size: 14px;
    border-radius: 0px;
    background: rgba(1, 150, 66, 0.75);
    width: 145px;
    height: 50px;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.text {
    color: #363636;
    font-family: 'Poppins';
    margin-top: 50px;
}

.form {
    border: 2px solid #41B071;
    border-radius: 15px;
    max-width: 500px;
    height: fit-content;
    padding: 30px;
}

.line {
    border: 1px solid #945C2F;
    transform: rotate(0.04deg);
    height: 0%;
    align-items: center;
    align-self: center;
    
}

.twoforms {
    border-radius: 15px;
    box-sizing: border-box;
    /* width: 100%; */
    height: fit-content;
    padding: 30px;
}

.btn1 {
    border: 2px solid #61B874;
    border-radius: 20px;
    width: 100%;
    height: 80px;
    background-color: white;
    color: #61B874;
    font-family: 'Poppins';
    font-size: 20px;
}

.btn1:hover{
    background-color: #61B874;
    color: white;
    border: 2px solid #61B874;
    outline: none;
}

.footer{
    background-color: #42A888;
    color: white;
    ;
}

.enquire:hover{
    box-shadow: 2px 4px 10px grey;
}

.buy:hover{
    box-shadow: 2px 4px 10px grey;
}

.sell:hover{
    box-shadow: 2px 4px 10px grey;
}

.get_report:hover{
    box-shadow: 2px 4px 10px grey;
}

.req:hover{
    box-shadow: 1px 2px 5px grey;
}

.mail:hover{
    box-shadow: 2px 4px 10px grey;
}

.subs:hover{
    box-shadow: 2px 4px 10px grey;
}

.learn:hover{
    box-shadow: 2px 4px 10px grey;
}


.company_name{
    font-weight: 600;
    color: black;
    cursor: pointer;
    max-width: 200px;
    margin: auto;
    margin-top: 6px;
}

.linkedin_div{
    padding: 20px;
    background-color: #92E3A9;
    margin-bottom: 50px;
    display: flex;
    color: white;
    justify-content: space-evenly;
}
