*{
    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: 100vh;
  width: 100%;
  display: flex;
}

.textbox1{
    width: 50%;
    text-align: left;
}

.textbox1 h1{
font-size: 3.3rem;
    margin-top: 9.4rem;
    font-family: alata;
    margin-left: 6rem;
}

.highlight{
    font-size: 3.3rem;
    color: #2dc7c0;
    font-family: alata;
    margin-left: 6rem;
}

.textbox1 p{
        margin-left: 6rem;
    margin-top: 0.9rem;
    font-family: 'poppins';
    color: #454545;
}

.contactbtn2{
    margin-left: 6rem;
    margin-top: 2.5rem;
    height: 2.5rem;
    width: 9rem;
    border: none;
    color: #fff;
    background: #3e949a;
    border-radius: 0.5rem;
    font-family: 'poppins';
    font-size: 1rem;
    font-weight: 700;
    transition: all .15s;
    cursor: pointer;
}

.contactbtn2 a{
    color: #fff;
    text-decoration: none;
}

.contactbtn2:hover{
    background: #2dc7c0;
}

.imagebox1{
    width: 50%;
}

.imagebox1 img{
        height: 21rem;
    margin-top: 11rem;
    margin-left: 5rem;
    border-radius: 3.5rem;

}

/* SECTION 2 */

.sec2{
  height: 42rem;
  width: 100%;
  display: flex;
  background: aliceblue;
}

.textbox2{
    width: 50%;
    text-align: left;
}

.textbox2 h1{
font-size: 3.3rem;
    margin-top: 9.4rem;
    font-family: alata;
    margin-left: 6rem;
}

.highlight{
    font-size: 3.3rem;
    color: #2dc7c0;
    font-family: alata;
    margin-left: 6rem;
}

.textbox2 p{
        margin-left: 6rem;
    margin-top: 0.9rem;
    font-family: 'poppins';
    color: #454545;
}

.imagebox2{
    width: 50%;
}

.imagebox2 img{
        height: 25rem;
    width: 32rem;
    margin-left: 5rem;
    border-radius: 3.5rem;
    margin-top: 13rem;
}

.fa-check{
    color: #2dc7c0;
}

/* SECTION 3 */

.sec3{
    height: 10rem;
    background: linear-gradient(to right, #2dc7c0, #196065);
    width: 100%;
    display: flex;
}

.textbox3{
    width: 65%;
    height: 100%;
}

.textbox3 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{
  height: 42rem;
  width: 100%;
  display: flex;
  background: aliceblue;
}

.textbox4{
    width: 50%;
    text-align: left;
}

.textbox4 h1{
font-size: 3.3rem;
    margin-top: 9.4rem;
    font-family: alata;
    margin-left: 6rem;
}

.highlight{
    font-size: 3.3rem;
    color: #2dc7c0;
    font-family: alata;
    margin-left: 6rem;
}

.textbox4 p{
        margin-left: 6rem;
    margin-top: 0.9rem;
    font-family: 'poppins';
    color: #454545;
}

.imagebox4{
    width: 50%;
}

.imagebox4 img{
        height: 20rem;
    width: 32rem;
    margin-left: 5rem;
    border-radius: 3.5rem;
    margin-top: 11rem;
}

.fa-check{
    color: #2dc7c0;
}


/* SECTION 5 */

.sec5{
  height: 40rem;
  width: 100%;
  display: flex;
  background: #fff;
}

.textbox5{
    width: 50%;
    text-align: left;
}

.textbox5 h1{
font-size: 3.3rem;
    margin-top: 6.1rem;
    font-family: alata;
    margin-left: 6rem;
}

.highlight{
    font-size: 3.3rem;
    color: #2dc7c0;
    font-family: alata;
    margin-left: 6rem;
}

.textbox5 p{
        margin-left: 6rem;
    margin-top: 0.9rem;
    font-family: 'poppins';
    color: #454545;
}

.imagebox5{
    width: 50%;
}

.imagebox5 img{
        height: 25rem;
    width: 32rem;
    margin-left: 5rem;
    border-radius: 3.5rem;
    margin-top: 9rem;
}

.fa-check{
    color: #2dc7c0;
}

/* SECTION 6 */

.sec6{
  height: 40rem;
  width: 100%;
  display: flex;
  background: aliceblue;
}

.textbox6{
    width: 50%;
    text-align: left;
}

.textbox6 h1{
font-size: 3.3rem;
    margin-top: 6.1rem;
    font-family: alata;
    margin-left: 6rem;
}

.highlight{
    font-size: 3.3rem;
    color: #2dc7c0;
    font-family: alata;
    margin-left: 6rem;
}

.textbox6 p{
        margin-left: 6rem;
    margin-top: 0.9rem;
    font-family: 'poppins';
    color: #454545;
}

.imagebox6{
    width: 50%;
}

.imagebox6 img{
        height: 25rem;
    width: 32rem;
    margin-left: 5rem;
    border-radius: 3.5rem;
    margin-top: 9rem;
}

.fa-check{
    color: #2dc7c0;
}

/* SECTION 7 */

.sec7{
  height: 40rem;
  width: 100%;
  display: flex;
  background: #fff;
}

.textbox7{
    width: 50%;
    text-align: left;
}

.textbox7 h1{
font-size: 3.3rem;
    margin-top: 6.1rem;
    font-family: alata;
    margin-left: 6rem;
}

.highlight{
    font-size: 3.3rem;
    color: #2dc7c0;
    font-family: alata;
    margin-left: 6rem;
}

.textbox7 p{
        margin-left: 6rem;
    margin-top: 0.9rem;
    font-family: 'poppins';
    color: #454545;
}

.imagebox7{
    width: 50%;
}

.imagebox7 img{
        height: 25rem;
    width: 32rem;
    margin-left: 5rem;
    border-radius: 3.5rem;
    margin-top: 9rem;
}

.fa-check{
    color: #2dc7c0;
}



/* 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;
}