html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    text-align: center;
    font-size: 40px;
    position: relative;
}

.res-logo {
    display: none;
}

.logo-div {
    width: 15%;
}

.logo {
    width: 100%;
}

.home-div {
    width: 100%;
    height: 475px;
    position: relative;
    background-image: url('../img/group-8.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    font-size: 1em;
}

.container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.nav-div {
    text-decoration: none;
    font-family: 'Neuropolitical', sans-serif;
    width: 53%;
    margin-top: 25px;
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    position: absolute;
}

.select {
    color: #01e461 !important;
}

.nav-div a {
    color: #fff;
    font-size: 0.3em;
    text-decoration: none;
}

.nav-div a:hover {
    color: #01e461
}

.cut {
    border-right: #fff 1px solid;
    padding-right: 3%;
}

.reach {
    width: 55%;
    height: 206px;
    position: absolute;
    top: 280px;
    left: 6%;
    font-family: 'Neuropolitical', sans-serif;
    font-size: 1.3em;
    color: #fff;
}

.text {
    padding: 0 23%;
}

.text-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 900;
    line-height: 1.05;
    color: #121e10;
}

.text-2 {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.05;
    color: #121e10;
}

.text-3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.6em;
    font-weight: 900;
    color: #2aa90e;
}

.form-container {
    padding: 0 15%;
    margin: 100px 0;
}

.label {
    height: 21px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    font-weight: 900;
    color: #121e10;
}

.forma {
    border-top: solid 1px #979797;
    padding-top: 80px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
}

.input {
    width: 100%;
    height: 54px;
    border: solid 1px #979797;
}

.text-area {
    width: 100%;
    height: 154px;
    margin: 12px 0 27px;
    border: solid 1px #979797;
    resize: none;
    border-radius: 2px;
    font-size: 50%;
}

.send-div {
    width: 100%;
    text-align: right;
}

.send {
    width: 140px;
    height: 50px;
    padding: 0.2em 0.1em;
    border-radius: 5px;
    border: none;
    background-color: #2aa90e;
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    color: #fff;
    cursor: pointer;
}

.theform {
    padding-bottom: 50px;
    border-bottom: solid 6px #000;
    position: relative;
}

.contact-div {
    margin-top: 100px;
    width: 100%;
    background-image: url(../img/contact.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-head {
    font-family: 'Neuropolitical', sans-serif;
    font-size: 0.9em;
    color: #fff;
    padding-top: 3%;
}

.london {
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    color: #fff;
}

.address {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: 'Roboto', sans-serif;
    font-size: 0.4em;
    font-weight: 900;
    width: 80%;
    color: #fff;
}

.address a {
    text-decoration: none;
    color: #fff;
}

.address p {
    width: 30%;
}

.high {
    border-right: solid 6px #000;
    width: 1px;
    height: 120px;
    right: 0;
    position: absolute;
    bottom: 0px;
}

.low {
    position: absolute;
    border-right: solid 6px #000;
    width: 1px;
    left: -1px;
    height: 60px;
    bottom: 0;
}



#toggle {
    display: none;
}

/**
  Hamburger
**/
.hamburger {
    display: none;
    position: absolute;
    top: 90px;
    left: 11%;
    width: 2em;
    height: 45px;
    z-index: 5;
}

.hamburger div {
    position: relative;
    width: 2m;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
    position: absolute;
    width: 100%;
    height: 90vh;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.981), rgba(0, 0, 0, 0.203), rgba(0, 0, 0, 0.044));
    padding-top: 150px;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

.nav-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 70%;
    text-align: center;
}

nav {
    text-align: left;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

nav a {
    font-family: 'Neuropolitical', sans-serif;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 0.7em;
    display: inline-block;
    transition: color 0.2s ease-in-out;
    border-bottom: #979797 1px solid;
    width: 50%;
    padding: 20px;

}

nav a:hover {
    color: #01e461;
}

nav a:hover:before {
    height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
    transform: rotate(45deg);
    margin-top: -7px;
}

#toggle:checked+.hamburger+.nav {
    top: 0;
    transform: scale(1);
    z-index: 4;
}


.sticky {
    position: fixed;
    margin-top: 0;
    height: 42px;
    padding-top: 15px;
    /* padding: 0 176px; */
    padding-left: 174px;
    width: 55%;
    align-items: center;
    background-color: #000;
    margin-left: 0%;
    padding-right: 510px;
    overflow: hidden;
    z-index: 4;

}

@media only screen and (min-width: 1540px) {
    .sticky {
        padding-right: 800px;
    }
    .nav-div {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1340px) {
    body {
        font-size: 33px;
    }

    .nav-div {
        margin-top: 60px;
        width: 55%;
    }

    .sticky {
        margin-top: 0px;

    }

}

@media only screen and (max-width: 1280px) {
    body {
        font-size: 30px;
    }

    .nav-div {
        width: 55%
    }

    .sticky {
        margin-top: 0px;

    }
}

@media only screen and (max-width: 1100px) {
    .logo-div {
        width: 12%;
    }

    .nav-div {
        padding-bottom: 0;
    }

    .sticky {
        margin-top: 0px;

    }
}

@media only screen and (max-width: 1050px) {
    body {
        font-size: 30px;
    }

    .nav-div {
        margin-top: 65px;
        padding-left: 30px;
    }

    .sticky {
        margin-top: 0px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-div {
        height: 405px;
    }

    .reach {
        top: 235px;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 990px) {
    body {
        font-size: 27px;
    }

    .nav-div {
        margin-top: 84px;
        padding-left: 30px;
        width: 55%;

    }

    .sticky {
        margin-top: 0px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 900px) {
    body {
        font-size: 26px;
    }

    .nav-div {
        margin-top: 84px;
        padding-left: 30px;
        width: 55%;

    }

    .sticky {
        margin-top: 0px;
        padding-left: 120px;
    }
}


@media only screen and (max-width: 821px) {
    body {
        font-size: 25px;
    }

    .res-logo {
        display: inline;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        top: 30px;
        right: 43%;
    }

    .home-div {
        background-image: url('../img/responsivecontactback.png');
    }

    .reach {
        top: 240px;
    }

    .high {
        height: 10%;
    }

    .low {
        height: 5%;
    }

    .form-container {
        padding: 0 1%;

    }

    .nav-div {
        display: none;

    }

    .hamburger {
        display: block;

        top: 85px;
        left: 7.5%;

    }

    .contact-div {
        margin-top: 100px;
        width: 100%;
        height: 300px;
        background-image: url(../img/resposivecontact.png);
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-head {
        padding: 0;
    }

    .address {
        display: flex;
        flex-direction: column;
        font-family: 'Roboto', sans-serif;
        font-size: 0.4em;
        font-weight: 900;
        width: 100%;
        color: #fff;
        align-items: center;
    }

    .text {
        padding: 0 5%;
    }

    .input {
        height: 45px;
    }

    .address p {
        width: 100%;
        font-size: 1.3em;
    }

    .send-div {
        width: 100%;
        text-align: center;
    }

    .send {
        width: 170px;
        height: 60px;
        font-size: 0.9em;

    }
}


@media only screen and (max-width: 600px) {


    .in-element {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        justify-self: center;
    }

    .res-logo {
        height: 70px;
        top: 10px;
        width: 70px;
    }

    .reach {
        width: 50%;
        height: 206px;
        position: absolute;
        top: 140px;
        left: 10%;
        font-family: 'Neuropolitical', sans-serif;
        font-size: 0.8em;
        color: #fff;
    }

    .home-div {
        height: 260px;
    }

    .hamburger {
        top: 40px;
    }

    .hamburger div {
        width: 1.3em;
    }

    .img-div {
        width: 50%;
    }

    .all-text {
        width: 100%;

    }

    .nav-div {
        margin-top: 84px;
        padding-left: 30px;
        width: 55%;

    }
}




@media only screen and (max-width: 500px) {





    .reach {
        top: 120px;
        font-size: 0.7em;

    }
    .theform{
        border-bottom: solid 4px #000;
     }
     .high {
        border-right: solid 4px #000;
       
      }
      .low {
        border-right: solid 4px #000;
       
      }



}

@media only screen and (max-width: 400px) {
    .reach {

        left: 15%;
        font-size: 0.6em;

    }
}

@media only screen and (max-width: 280px) {
    .hamburger div {
        width: 1.3em;
    }


    .res-logo {
        height: 60px;
        width: 60px;
        top: 20px;
    }




}