*{
    padding: 0;
    margin: 0;
}

.i{
color: transparent;
}
@font-face {
    font-family: poppins;
    src: url(/Fonts/poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: alata;
    src: url(/Fonts/alata/Alata-Regular.ttf);
}

@font-face {
    font-family: poppinsdark;
    src: url(/Fonts/poppins/Poppins-Black.ttf);
}

/*NAVBAR */

.navbar{
    width: 100%;
    height: 6rem;
    background-color: #fff;
    display: flex;
    position: fixed;
    box-shadow: 0 1rem 5rem #a9a9a9;
}

.leftnav{
    width: 20%;
    height: 6rem;
}

.leftnav img{
        margin-top: 0.75rem
}

.midnav{
    width: 60%;
    height: 6rem;
}

.midnav ul{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin-top: 2rem;
    margin-left: 6rem;
}

.midnav ul li a{    
    text-decoration: none;
    margin-left: 3rem;
    font-size: 1.3rem;
    font-family: poppins;
    font-weight: bolder;
    color: #454545;
    transition: all .15s
}

.midnav ul li a:hover{
    color: #2dc7c0;
}

.rightnav{
    width: 20%;
    display: flex;
}
.contactbtn{
    height: 3.5rem;
    margin-top: 1.5rem;
    width: 11rem;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.5rem;
        border-radius: 2rem;
    border: none;
    background: #3e949a;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-family: alata;
    cursor: pointer;
    transition: all .15s
}

.contactbtn a{
    text-decoration: none;
    color: #fff;
}
.contactbtn:hover{
    background-color: #2dc7c0;
}

/* SECTION 1 */

.sec1{
    height: 48rem;
    width: 100%;
    display: flex;
}

.textbox1{
    margin-top: 4rem;
    width: 50%;
    height: 100%;
}

.textbox1 h3{
font-size: 1.2rem;
color: grey;
font-family: poppins;
margin-left: 1.5rem;
margin-top: 5rem;
}

.textbox1 h1{
    margin-top: 1.2rem;
font-size: 2rem;
color: #000;
font-family: alata;
margin-left: 1.5rem;
}

.textbox1 p{
    margin-top: 1.6rem;
font-family: poppins;
color: grey;
text-align: justify;
margin-left: 1.5rem;
}

.readmore1{
background: none;
color: #2dc7c0;
font-style: italic;
font-family: poppins;
border: none;
font-weight: bolder;
text-decoration: underline;
margin-top: 1.5rem;
margin-left: 1.5rem;
cursor: pointer;
transition: all .15s;
}

.readmore1 a{
    color: #2dc7c0;
}

.readmore1 a:hover{
    color: #3e949a;
}

.imagebox1{
    margin-top: 4rem;
    width: 50%;
    height: 100%;
}

.imagebox1 img{
    width: 34rem;
    margin-top: 11rem;
    margin-left: 4rem;
    height: 24rem;
    border-radius: 2rem;
}

/* SECTION 2 */

.sec2{
    height: 26rem;
    width: 100%;
    background: aliceblue;
    text-align: center;
}

.sec2 h1{
    margin-top: 2rem;
font-size: 2.5rem;
color: #000;
font-family: alata;
margin-left: 1.5rem;
}

.subcontainer1{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 1rem;
    place-items: center;
}

.subcontainer1 ul {
    list-style: none;
    margin-top: 4rem;
}

.fa-people-group{
    font-size: 6.5rem;
    color: #3e949a;
    transition: all .15s;
}

.fa-user-tie{
    font-size: 6.5rem;
transition: all .15s;

    color: #3e949a;
}

.fa-hands-clapping{
        font-size: 6.5rem;
    color: #3e949a;
    transition: all .15s;

}

.fa-handshake{
        font-size: 6.5rem;
    color: #3e949a;
    transition: all .15s;

}

.fa-hands-clapping:hover{
color:#2dc7c0;
}

.fa-handshake:hover{
color: #2dc7c0;
}

.fa-people-group:hover{
    color: #2dc7c0;
}

.fa-user-tie:hover{
    color: #2dc7c0;
}

.text{
    font-size: 2rem;
    font-family: poppins;
    font-weight: 700;
    margin-top: 1rem;
}

/* SECTION 3 */

.sec3{
    height: 10rem;
    background: linear-gradient(to right, #2dc7c0, #196065);
    width: 100%;
    display: flex;
}

.textbox2{
    width: 65%;
    height: 100%;
}

.textbox2 p{
    margin-top: 3.7rem;
    font-size: 1.7rem;
    margin-left: 2rem;
    font-family: 'alata';
    font-weight: bold;
    color: #fff
}

.buttonbox1{
width: 35%;
height: 100%;
}

.buttonbox1 button{
    margin-top: 2rem;
    margin-left: 6rem;
    height: 5.4rem;
    width: 15rem;
    border-radius: 3rem;
    border: none;
    background: #fff;
    cursor: pointer;
    color: #000;
    font-size: 1.7rem;
    font-family: 'alata';
    font-weight: 500;
    text-transform: uppercase;
    transition: all .20s;
}

.buttonbox1 button:hover{
background: transparent;
border: solid 0.1rem #fff;
color: #fff;
}

/* SECTION 4 */

.sec4{
    display: flex;
    width: 100%;
    height: 100vh;
}

.textbox3{
    margin-top: 2rem;
    width: 50%;
    height: 100%;
}

.textbox3 h3{
font-size: 1.2rem;
color: grey;
font-family: poppins;
margin-left: 1.5rem;
margin-top: 5rem;
}

.textbox3 h1{
    margin-top: 1.2rem;
font-size: 2rem;
color: #000;
font-family: alata;
margin-left: 1.5rem;
}

.textbox3 p{
    margin-top: 1.6rem;
font-family: poppins;
color: grey;
text-align: justify;
margin-left: 1.5rem;
}

.readmore2{
background: none;
color: #2dc7c0;
font-style: italic;
font-family: poppins;
border: none;
font-weight: bolder;
text-decoration: underline;
margin-top: 1.5rem;
margin-left: 1.5rem;
cursor: pointer;
transition: all .15s;
}

.readmore2 a{
    color: #2dc7c0;
}

.readmore2 a:hover{
    color: #3e949a;
}

.imagebox2{
    margin-top: 1.5rem;
    width: 50%;
    height: 100%;
}

.imagebox2 img{
    width: 34rem;
    margin-top: 7rem;
    margin-left: 4rem;
    height: 24rem;
    border-radius: 2rem;
}

/* FOOTER */

.footer{
    height: 70vh;
    width: 100%;
    background: #000;
}

.subcontainer3{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    place-items: left;
    column-gap: 0.1rem;
}

.box2{
    color: #fff;
    margin-left: 4rem;
}

.box2 h2{
margin-top: 2rem;
    font-family: 'poppins';
    font-weight: bolder;
}

.box2 ul{
margin-top: 1rem;
list-style: circle;
}

.box2 ul li{
color: lightgrey;
    text-decoration: none;
    font-family: 'alata';
}

.box2 ul li a{
    color: lightgrey;
    text-decoration: none;
    font-family: 'alata';
}

.contactinfo{
    margin-top: 0rem;
}