:root{
    /* ### Primary */

   --Dark-Blue: hsl(233, 26%, 24%);
   --Lime-Green: hsl(136, 65%, 51%);
   --Bright-Cyan: hsl(192, 70%, 51%);

/* ### Neutral */

   --Grayish-Blue: hsl(233, 8%, 62%);
   --Light-Grayish-Blue: hsl(220, 16%, 96%);
   --Very-Light-Gray: hsl(0, 0%, 98%);
   --White: hsl(0, 0%, 100%);
}

@font-face {
    font-family: light;
    src: url(fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: medium;
    src: url(fonts/Roboto-Medium.ttf);
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: auto;
}
nav{
    background: var(--White);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul{
  list-style: none;
}

.links{
    display: flex;
    flex-direction: row;
    color: var(--Grayish-Blue);
    font-family: medium;
    gap: 30px;
    height: 40px;
}

.link:hover{
    cursor: pointer;
    border-bottom-style: solid;
    color: var(--Dark-Blue);
    border-color: var(--Lime-Green);
    transition: .1s;
}

.hideb{
    display: none;
    src: url(images/icon-hamburger.svg);
}

.svgsb{
    display: none;
}

.invite{
    background: linear-gradient( to left, var(--Lime-Green), var(--Bright-Cyan));
    height: 40px;
    width: 140px;
    border-style: none;
    border-radius: 20px;
    color: var(--White);
    font-family: medium;
}

.inviteb{
    background: linear-gradient( to left, var(--Lime-Green), var(--Bright-Cyan));
    height: 40px;
    width: 140px;
    border-style: none;
    border-radius: 20px;
    color: var(--White);
    font-family: medium;
}

.invite:hover{
    background: linear-gradient( to right, var(--Lime-Green), var(--Bright-Cyan));
    cursor: pointer;
}

.inviteb:hover{
    background: linear-gradient( to right, var(--Lime-Green), var(--Bright-Cyan));
    cursor: pointer;
}

.second{
    background: var(--Very-Light-Gray);
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 80px; */
    align-items: center;
    box-sizing: border-box;
    padding-left: 100px;
}

.bold{
    font-family: light;
    font-weight: 600;
    font-size: xx-large;
    color: var(--Dark-Blue);
    margin: 0;
}

.boldb{
    font-family: light;
    font-weight: 500;
    font-size: x-large;
    color: var(--Dark-Blue);
    margin: 0;
}

.boldc{
    font-family: light;
    font-weight: 600;
    font-size: large;
    color: var(--Dark-Blue);
    margin: 0;
}

.boldd{
    font-family: light;
    font-weight: 600;
    font-size: large;
    color: var(--Dark-Blue);
    margin: 0;
}

.boldd:hover{
    color: var(--Lime-Green);
    cursor: pointer;
}

.footli:hover{
    color: var(--Lime-Green);
    cursor: pointer;
}
.light{
    font-family: light;
    color: var(--Grayish-Blue);
    margin: 0;
}

.lightb{
    font-family: light;
    color: var(--Grayish-Blue);
    margin: 0;
    font-size: small;
}

.generation{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.absolute{
    width: 67%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.phone{
    width: 100%;
    height: 100%;
}

.mockups{
    position: absolute;
    height: 100%;
}

.third{
    width: 100%;
    height: 400px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: border-box;
    background: var(--Light-Grayish-Blue);
}

.fourth{
    width: 100%;
    height: 450px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: border-box;
    background: var(--Very-Light-Gray);
}

.easy{
    text-align: left;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.rows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60%;
}

.rowsb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80%;
}

.row{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 20%;
    height: 90%;
}

.rowb{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 23%;
    height: 100%;
    background: var(--White);
}

.img{
    width: 100%;
    height: 46%;
}

.svg{
    width: 45px;
}

.textsb{
    box-sizing: border-box;
    padding: 10px;
    height: 54%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

footer{
    background: var(--Dark-Blue);
    padding-left: 100px;
    padding-right: 100px;
    color: var(--White);
    font-family: light;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}

.foota{
    display: flex;
    flex-direction: row;
    height: 40%;
    align-items: center;
}

.footb{
    display: flex;
    flex-direction: column;
    height: 40%;
    justify-content: space-between;
    align-items: flex-end;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.svgs{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.foot{
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footsvg:hover{
fill: var(--Lime-Green);
}

.hidec{
    display: none;
}




@media screen and (max-width:600px) {
    .show{
        display: flex;
        flex-direction: column;
        color: var(--Dark-Blue);
        align-items: center;
        justify-content: center;
        gap: 20px;
        position: absolute;
        top: 10%;
        margin: 0;
        box-sizing: border-box;
        padding: 30px;
        background: var(--Light-Grayish-Blue);
        width: 80%;
        font-size: x-large;
        left: 10%;
        font-family: medium;
        gap: 30px;
        height: 329px;
        border-radius: 30px;
        z-index: 1000;
    }

    .inviteb{
        display: none;
        background: url(images/icon-hamburger.svg);
    }

    .invite{
        background: linear-gradient( to left, var(--Lime-Green), var(--Bright-Cyan));
        height: 70px;
        width: 100%;
        border-radius: 35px;
        font-size: x-large;
    }


    nav{
        padding: 14px;
        box-sizing: border-box;
        height: 10vh;
    }
    .hideb{
        display: block;
    }
    .links{
        display: none;
    }

    .second{
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        /* margin-top: 40px; */
        height: auto;
    }

    .generation{
        width: 100%;
        padding: 30px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        text-align: center;
    }

    .absolute{
        position: relative;
        width: 100%;
        /* height: ; */
    }

    .third{
        display: flex;
        flex-direction: column;
        height: auto;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
        gap: 70px;
    }

   
    .fourth{
        display: flex;
        flex-direction: column;
        height: auto;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 30px;
        padding-top: 70px;
        padding-bottom: 70px;
        box-sizing: border-box;
        gap: 70px;
    }

    .rowsb{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 80px;
    }

    .rowb{
        width: 100%;
        height: 100%;
        align-items: center;
        gap: 30px;
    }

    footer{
        display: flex;
        flex-direction: column;
    }

    .bold{
        font-weight: 800;
        font-size: 45px;
    }

    .light{
        font-size: larger;
    }

    .rows{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 80px;
    }

    .row{
        width: 100%;
        height: 100%;
        align-items: center;
        gap: 30px;
    }

    .texts{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .textsb{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        text-align: left;
        padding: 30px;
        gap: 30px;
    }
    .easy{
        display: flex;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .boldb{
        font-size: xx-large;
        font-weight: 700;
    }

    .boldc{
        font-size: xx-large;
        font-weight: 900;
    }

    .light{
        font-weight: 700;
        line-height: 30px;
    }

    .lightb{
        font-weight: 700;
        font-size: medium;
    }

    .boldd{
        font-size: x-large;
        font-weight: 900;
    }

    footer{
        display: flex;
        flex-direction: column;
        height: auto;
        box-sizing: border-box;
        padding: 30px;
        gap: 40px;
    }

    .foota{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .footb{
        gap: 40px;
    }

    .column{
        height: 95px;
    }

    .footli{
        font-size: x-large;
    }

    .foot{
        margin: 0;
        padding: 0;
        height: 145px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .svgs{
        display: none;
        
    }

    .footsvgb{
        width: 40px;
    }

    .svgsb{
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .logo{
        height: 30px;
    }

    .column{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .showc{
        display: block;
    }
}



