
.container{
    max-width: 1220px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    margin: auto;
    align-items: center;
    padding: 0px 16px;
}

.reveal {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 2s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.hip {
    height: 70px;
    width: 85px;
}

header{
    background-color: #fbf1f6;
    height: 80px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,15);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    /* background-color: #3E50E5; */
}
header .logo {
    display: inline-block;
    font-size: 27px;
 
}
header .logo .blue-dot{
    background-color: #3E50E5;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px;
}

header nav {
    display: inline-block;
}

header nav ul li {
    display: inline-block;
}

header ul {
    margin: 0px;
    padding: 0px;
}

header nav a {
    background-color: white;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 5px 10px;
    color: black;
    letter-spacing: .37px;
    font-size: 15px;
    margin-right: 24px;
    text-decoration: none;
}

header nav a:hover,
header nav a.active{
    background-color: blue;
    border: 1px solid transparent;
    color: white;
    transition: 0.5s ease-out;
}

header nav ul li :last-of-type a {
    margin-right: 0px;
}

.line {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 320px;
    color: black;
    background: white;
    height: 1px;
}

a {
    text-decoration: none;
}

h1, h2, p, dd a{
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 20px;
}

dd {
    font-size: 19px;
}

h1.large {
    max-width: 496px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    letter-spacing: 1.25px;
    line-height: 56px;
    margin-top: 65px;
    margin-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

h1.wells {
    font-size: 35px;
    font-weight: 600;
}

p.large {
    max-width: 518px;
    font-size: 20px;
    letter-spacing: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: white;
    font-weight: 300px;
    margin-top: 30px;;
    font-family: Arial, Helvetica, sans-serif;

}

/* 
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0 5px 15px black;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    float: left;
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: black;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: rgb(122, 0, 192)
}

#navbar li a.active::after
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    color: rgb(122, 0, 192);
    position: absolute;
    bottom: -4px;
    left: 20px;
} */

input.normal {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    color: white;
    background-color: rgb(122, 0, 192);
    border-radius: 25px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
    width: 250px;
}

button.normal {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    color: white;
    background-color: rgb(122, 0, 192);
    border-radius: 25px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

.a {
    color: white;
}

.b {
    color: #6372f3;
}

.c {
   color: rgb(122, 0, 192);
}

input.normal:hover {
    border: 1px solid rgb(122, 0, 192);
    background-color: white;
    color: rgb(122, 0, 192);
}


button.verse:hover {
    border: px solid white;
    background-color: #6372f3;
    color: white;
}

button.wtf:hover {
    border: 1px solid rgb(122, 0, 192);
    background-color: white;
    color: rgb(122, 0, 192);
}

button.joshua:hover {
    border: 2px solid white;
    background-color: rgb(122, 0, 192);
    color: white;
}

.a:hover {
    color: rgb(122, 0, 192);
}

.b:hover {
    color: white;
}

.c:hover {
    color: white;
}

button.reverse {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    color: rgb(122, 0, 192);
    background-color: white;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
    margin: 0px 40px;
}

button.verse {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    color: rgb(122, 0, 192);
    background-color: white;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
    float: right;
    margin: 30px 490px;
}

button.wtf {
    width: 80%;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: white;
    background-color: rgb(122, 0, 192);
    border-radius: 25px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

.hide {
    display: none;
}

.style {
    width: 100%;
    margin-top: 81px;
    height: 82vh;
    background-color: rgb(30, 71, 102);
    background-image: url(images/visa.jpg);
    background-repeat: no-repeat;
    background-position:bottom right;
    background-size: 650px;
    animation: style 2s ease-in-out 0s 1 ; 
}

.arrange {
    background-image: url(images/student.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px;
    background-position-x: 97%;
    margin: 150px 100px;
    animation: style 2s ease-in-out 0s 1 normal;
}

.scatter {
    background-image: url(images/work.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px;
    background-position-x: 97%;
    margin: 100px 100px;
    animation: style 2s ease-in-out 0s 1 normal;
}

.tidy {
    background-image: url(images/tour.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px;
    background-position-x: 97%;
    margin: 100px 100px;
    animation: style 2s ease-in-out 0s 1 normal;
}

.size { 
    font-size: 50px;
}

.para {
    color: rgb(33, 182, 33);
}

p i {
    color: rgb(33, 182, 33);
}

.rest {
    float: right;
    margin: 25px 50px 0 0; 
    max-width: 50%;
}

.counter-up {
    background-color: black;
    color: white;
    height: 40vh;
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.counter-up .content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.content .box {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.content .box .counter {
    font-size: 60px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.content .box .text {
    font-weight: 400;
}

.active.styles {
    max-width: 95%;
    height: 125vh;
    background-color: #9ba4fa;
    border: 1px solid transparent; 
    border-radius: 50px; 
    width: 95%;
    margin: 30px 0 0 35px;
    background-image: url(images/sharp.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 650px;
    transition: 0.2s ease;
    position: relative;
    animation: styles 2s ease-in-out 0s 1 normal;
}

.container{
    max-width: 1220px;
    /* margin: 0px; */
    margin: auto;
}

.shit{
    width: 50%;
}

.boom {
    color: black;
    padding: 0 0 0 30px;
    align-items: right;
    align-content: right;
    float: right;
    justify-content: right;
    justify-items: right;
}

.position {
    margin-top: 100px;
    text-align: center;
}

.wow {
    text-align: center;
    color: white;
    background-color: black;
    margin: 0px 25px;
}

.back {
    background: black;
}

#pick {
    text-align: center;
}

#ooh {
    text-align: center;
}

#product1 {
    text-align: center;
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap ;
}

#product1 .pro {
    width: 50%;
    height: 90vh;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid whitesmoke;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px black;
    margin: 20px 390px;
    transition: 0.2s ease;
    position: relative;
}

#product1 .pro2 {
    background-color: whitesmoke;
    width: 100%;
    height: 105vh;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid whitesmoke;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px black;
    margin: -150px 390px 100px;
    transition: 0.2s ease;
    position: relative;
    left: 20%;
}

#product1 .pro5 {
    background-color: white;
    color: #26C485;
    width: 30%;
    height: 50vh;
    min-width: 250px;
    padding: 10px 70px 0;
    border: 1px solid whitesmoke;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px black;
    margin: 20px 390px;
    transition: 0.2s ease;
    position: relative;
}

img.check {
    width: 200px;
    height: 150px;
    border-radius: 120px;
}

input.fill {
    height: 3.250rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 34.2%;
    border: 1px solid gray;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input.bill {
    height: 3.250rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 80%;
    border: 1px solid gray;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0px 0px 25px;
}

input.pill {
    height: 8rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 80%;
    border: 1px solid gray;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0px 0px 25px;
}

#ewo {
    padding: 150px;
    margin: 100px 0px -160px; 
}

#product12 {
    text-align: center;
}

#product12 .pro-container1 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap ;
}

#product12 .pro1 {
    background-color: white;
    line-height: 40px;
    width: 27%;
    height: 110vh;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid whitesmoke;
    border-radius: 25px;
    box-shadow: 20px 20px 30px black;
    margin: 20px;
    transition: 0.2s ease;
    position: relative;
}

#product12 .pro3 {
    background-color: white;
    line-height: 40px;
    width: 27%;
    height: 110vh;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid whitesmoke;
    border-radius: 25px;
    box-shadow: 20px 20px 30px black;
    margin: 20px;
    transition: 0.2s ease;
    position: relative;
}

#product12 .pro4 {
    background-color: white;
    line-height: 40px;
    width: 27%;
    height: 110vh;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid whitesmoke;
    border-radius: 25px;
    box-shadow: 20px 20px 30px black;
    margin: 20px;
    transition: 0.2s ease;
    position: relative;
}

.toon {
    padding: 20px;
    margin: 20px 50px;
}

.small {
    font-size: 15px;
    font-weight: 600;
}

#david {
    color: white;
    background-color: rgb(122, 0, 192);
    padding: 50px;
    margin: 20px 100px;
}

button.joshua {
    width: 200px;
    height: 60px;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px;
    color: rgb(122, 0, 192);
    background-color: white;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

#footer {
    height: 50vh;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(30, 71, 102);
    padding: 20px 60px 30px;
    line-height: 27px;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 50%;
}

footer .col2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 40%;
}
.btn
{
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255, 0.1);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.margin {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}

p.graph {
    font-size: 16px;
}

.copy {
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.rata {
    max-width: 57%;
    margin: 0 280px;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.cess {
    font-size: 40px;
    margin: 10px 470px;
    float: right;
}

.seam {
    padding: 65px 0 0 0;
    font-size: 19px;
    margin: 25px 600px;
}

.happy {
    width: 300px;
    height: 300px;
    border-radius: 150px;
}

.sad {
    margin: 0px -85px;
    width: 385px;
    height: 200px;
}

.senior {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.agent {
    margin: 0 11px;
    display: flex;
    max-width: 15%;
}

#fname {
    margin: 65px 0px 25px 26px;
}

#lname {
    margin: 0px 23px;
}

#mobile {
    display: none;
    align-items: center;
}

.poop {
    text-align: center;
    padding-bottom: 50px;
    width: 70%;
    margin: 0px 180px;
}

.flops {
    margin: 0 250px 0;
    max-width: 60%;
    text-align: center;
}

.jovan {
    margin: 0 250px 0;
    max-width: 60%;
    text-align: center;
}

#preloader {
    background: black url(images/loader.gif) no-repeat center center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

#cont {
    height: 50vh;
    width: 100%;
    padding: 50px;
}

h1.peep {
    margin: 150px 30px;
    font-size: 60px;
}

h1.send {
    font-size: 30px;
    width: 100%;
    text-align: left;
    margin: 40px 33px;
}

#name {
    margin: 0px 0 25px;
}

#body {
    background-image: url(images/silver.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rot {
    margin: 0px 35px 15px;
}

button.success {
    background: #26C485;
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 25px;
    cursor: none;
    border: none;
    outline: none;
    transition: 0.2s;
}

.menu-icon {
    opacity: 0;
}

#subject {
    width: 420px;
}

#country {
    width: 455px;
    height: 8vh;
    padding-left: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    h1.large {
        max-width: 400px;
        font-size: 48px;
    }

    p.large {
        max-width: 350px;
        font-size: 22px;
    }

    .style {
        height: 90vh;
        background-size: 550px;
    }

    #product1 .pro2 {
        background-color: whitesmoke;
        width: 100%;
        height: 120vh;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px black;
        margin: -150px 190px 100px;
        transition: 0.2s ease;
        position: relative;
        left: 20%;
    }

    .tata {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    .size {
        font-size: 41px;
    }

    .rata {
        font-size: 19px;
        line-height: 1.5em;
        max-width: 100%;
        margin: 0 22px;
    }

    .para {
        color: #26C485;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .well3 {
        font-size: 35px;
    }

    .well2 {
        font-size: 35px;
        width: 45%;
    }

    .well1 {
        font-size: 35px;
    }

    .shit {
        font-size: 18px;
        line-height: 1.5em;
        width: 43%;
    }

    .arrange {
        background-position: right;
        background-size: 370px;
        margin: 150px 35px;
    }

    .scatter {
        background-position: right;
        background-size: 370px;
        margin: 150px 35px;
    }

    .tidy {
        background-position: right;
        background-size: 370px;
        margin: 150px 35px;
    }

    .seam {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        padding: 0;
        margin: 100px 0px 0 50px;
        width: 95%;
    }

    .cess {
        float: right;
        font-size: 35px;
        margin: 30px 160px 30px 0;
        text-align: center;
        max-width: 95%;
    }

    .rest {
        text-align: left;
        margin: 10px 10px 0px 0px;
        max-width: 50%;
        font-size: 18px;
        line-height: 1.5em
    }

    .active.styles {
        height: 160vh;
        margin: 30px 0 0 20px;
        background-position: left;
        background-size: 400px;
    }

    button.verse {
        width: 180px;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 40px;
        color: rgb(122, 0, 192);
        background-color: white;
        border-radius: 25px;
        cursor: pointer;
        border: none;
        outline: none;
        transition: 0.2s;
        float: right;
        margin: 30px 190px;
    }

    dd {
        float: right;
        max-width: 100%;
        margin: 5px 0px;
        font-size: 18px;
    }

    h1.wells {
        font-size: 41px;
        font-weight: 600;
    }

    .poop {
        max-width: 100%;
        font-size: 19px;
        line-height: 1.5em;
        margin: 0px 100px;
    }

    .content .box {
        width: 100%;
        padding: 5px;
        margin: 0 20px;
    }

    .counter-up {
        background-color: black;
        padding: 0 40px;
    }

    .agent {
        margin: 10px 55px;
        display: flex;
        max-width: 15%;
    }

    .nope {
        font-size: 19px;
    }

    .flops {
        font-size: 19px;
        margin: 0 50px 0;
        max-width: 100%;
        text-align: center;
    }

    #product1 .pro {
        width: 100%;
        height: 100vh;
        min-width: 250px;
        padding: 10px 12px;
        margin: 20px 120px;
    }

    .jovan {
        margin: 0 50px 0;
        max-width: 100%;
        text-align: center;
    }

    #product12 .pro1 {
        background-color: white;
        line-height: 40px;
        width: 100%;
        height: 60vh;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        box-shadow: 20px 20px 30px black;
        margin: 20px;
        transition: 0.2s ease;
        position: relative;
    }

    #product12 .pro3 {
        background-color: white;
        line-height: 40px;
        width: 100%;
        height: 60vh;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        box-shadow: 20px 20px 30px black;
        margin: 20px;
        transition: 0.2s ease;
        position: relative;
    }

    #product12 .pro4 {
        background-color: white;
        line-height: 40px;
        width: 100%;
        height: 60vh;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        box-shadow: 20px 20px 30px black;
        margin: 20px;
        transition: 0.2s ease;
        position: relative;
    }

    h1.wells {
        font-size: 35px;
        font-weight: 600;
    }

    #david {
        color: white;
        background-color: rgb(122, 0, 192);
        padding: 50px;
        margin: 15px 50px;
    }

    #footer {
        height: 75vh;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(30, 71, 102);
        padding: 20px 60px 30px;
        line-height: 27px;
    }

    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 150;
    }
    
    .menu--visible {
        pointer-events: auto;
    }
    
    .app-menu {
        float: right;
        background-color: #fff;
        color: #fff;
        position: relative;
        max-width: 400px;
        width: 90%;
        height: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(105%);
                transform: translateX(105%);
        display: flex;
        flex-direction: column;
        will-change: transform;
        z-index: 160;
        pointer-events: auto;            
    }
    
    .menu--visible .app-menu {
        -webkit-transform: none;
                transform: none;
    }
    
    .menu--animatable .app-menu {
        transition: all 130ms ease-in;
    }
    
    .menu--visible.menu--animatable  .app-menu {
        transition: all 330ms ease-out;
    }
    
    .menu:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
    }
    
    .menu--visible.menu:after {
        opacity: 1;
        pointer-events: auto;
    }
    
    /* aux */
    
    body {
      margin: 0;
    }
    
    .layout {
      width: 375px;
      height: 667px;
      background-color: #f5f5f5;
      position: relative;
    }
    
    .header {
      background-color: #ccc;
    }
    
    .menu-icon {
        opacity: 1;
        content: "Menu";
        width: 40px;
        height: 40px;
        float: right;
      }

      .menu-icon i {
        margin-top: 5px;
        font-size: 35px;
      }
      
      .app-menu {
        padding-top: 70px;
        padding-left: 35px;
        width: 180px;
        height: 667px;
        box-shadow: none;
        background-color: #fbf1f6;
      }
      
      .app-menu li {
          margin: 10px 0 ;
      }

      .menu:after {
        width: 0px;
        height: 667px;
      }    
}

@media (max-width: 430px) {
    #header {
        padding: 10px 30px;
    }

    .container {
        height: 60%;
    }
       
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 150;
    }
    
    .menu--visible {
        pointer-events: auto;
    }
    
    .app-menu {
        float: right;
        background-color: #fff;
        color: #fff;
        position: relative;
        max-width: 400px;
        width: 90%;
        height: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(105%);
                transform: translateX(105%);
        display: flex;
        flex-direction: column;
        will-change: transform;
        z-index: 160;
        pointer-events: auto;            
    }
    
    .menu--visible .app-menu {
        -webkit-transform: none;
                transform: none;
    }
    
    .menu--animatable .app-menu {
        transition: all 130ms ease-in;
    }
    
    .menu--visible.menu--animatable  .app-menu {
        transition: all 330ms ease-out;
    }
    
    .menu:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
    }
    
    .menu--visible.menu:after {
        opacity: 1;
        pointer-events: auto;
    }
    
    /* aux */
    
    body {
      margin: 0;
    }
    
    .layout {
      width: 375px;
      height: 667px;
      background-color: #f5f5f5;
      position: relative;
    }
    
    .header {
      background-color: #ccc;
    }
    
    .menu-icon {
    opacity: 1;
      content: "Menu";
      width: 40px;
      height: 40px;
      float: right;
    }

    .menu-icon i {
        margin-top: 15px;
        font-size: 35px;
    }
    
    .app-menu {
      padding-top: 70px;
      padding-left: 35px;
      width: 180px;
      height: 667px;
      box-shadow: none;
      background-color: #fbf1f6;
    }
    
    .app-menu li {
        margin: 10px 0 ;
    }
    .menu:after {
      width: 0px;
      height: 667px;
    }

    p.large {
        font-size: 20px;
        margin: 20px 20px;
    }

    h1.large {
        padding: 20px 0 0 0;
        margin: 0px 20px;
        font-size: 36px;
        line-height: 1.10em;
    }

    h2.large {
        margin: 20px 40px;
        font-size: 20px;
        line-height: 1.65em;
    }

    .position {
        margin-top: 400px;
    }

    h1.tata {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 50px 0 0 0;
        margin: 0px;
    }

    button.verse {
        margin: 0px 35px;
    }


    h2.size {
        font-size: 40px;
        margin: 20px;
    }

    .senior {
        display: flex;
        width: 100%;
    }

    .junior {
        display: flex;
        width: 100%;
    }

    .happy {
        width: 200px;
        height: 200px;
        border-radius: 100px;
    }

    .sad {
        margin: 0px -22px;
        width: 335px;
        height: 200px;
    }

    #subject {
        width: 80%;
    }

    #country {
        width: 90%;
        height: 7vh;
        padding-left: 15px;
        margin-bottom: 32px;
    }

    #product1 .pro5 {
            width: 85%;
            height: 50vh;
            padding: 10px 12px;
            margin: 40px 20px;
    }

    .counter-up {
        height: 100vh;
        padding: 0 30px;
    }

    .content .box {
        width: 100%;
        padding: 10px 5px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .counter-up .content {
        position: relative;
        z-index: 2;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .agent {
        margin: 0 30px 20px; 
        display: flex;
        max-width: 15%;
    }

    p {
        font-size: 18px;
    }

    .rata {
        max-width: 100%;
        margin: 0 30px;
        line-height: 1.5em;
    }

    .copy {
        font-size: 11px;
        text-align: center;
        width: 100%;
        margin: 0 -20px;
    }

    .style {
        height: 150vh;
        background-color: rgb(30, 71, 102);
        background-image: url(images/visa.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 400px;
        width: 100%;
    }

    .arrange {
        width: 85%;
        height: 85vh;
        background-image: url(images/student.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 295px;
        background-position-x: -20%;
        padding: 300px 0 0 0;
        margin: 100px 50px;
        align-items: center;
        align-content: center;
    }

    .scatter {
        width: 85%;
        height: 85vh;
        background-image: url(images/work.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 295px;
        background-position-x: -20%;
        padding: 300px 0 0 0;
        margin: 50px 50px;
        align-items: center;
        align-content: center;
    }

    .tidy {
        width: 85%;
        height: 85vh;
        background-image: url(images/tour.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 295px;
        background-position-x: -20%;
        padding: 300px 0 0 0;
        margin: 50px 50px;
        align-items: center;
        align-content: center;
    }

    .para {
        color: rgb(33, 182, 33);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    h1.wells.contain.reveal.active {
        margin: 0 10px 20px;
        font-size: 34px;
        max-width: 90%;
    }

    .shit {
        width: 80%;
        margin: 0 0 50px;
        font-size: 18px;
        line-height: 1.5em;
    }

    .hip {
        height: 60px;
        width: 70px;
        margin-top: 30px;
    }    

    .seam {
        font-size: 16px;
        max-width: 100%;
        margin: 0px 0px 0px -90px;
    }

    .cess {
        text-align: left;
        font-size: 34px;
        line-height: 1.25em;
        width: 100%;
        margin: 25px 10px;
    }

    .rest {
        font-size: 16px;
        text-align: justify;
        margin: 0 30px 0 0; 
        max-width: 85%;
    }

    .active.styles {
        max-width: 100%;
        height: 150vh;
        width: 90%;
        padding: 220px 0 0 0;
        margin: 15px;
        background-image: url(images/sharp.jpg);
        background-color: #9ba4fa;
        background-repeat: no-repeat;
        background-position: top;
        background-size: 400px;
        transition: 0.2s ease;
        position: relative;
        border-radius: 25px;
        animation: mstyles 2s ease-in-out 0s 1 normal;
    }

    button.verse {
        width: 60%;
        margin: 60px 70px;
    }

    dd {
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
    }

    h1.wells {
        width: 100%;
        text-align: center;
        font-size: 35px;
        max-width: 100%;
    }

    h1.well3 {
        margin: 0 -60px 20px;
        width: 100%;
        text-align: center;
        font-size: 35px;
        max-width: 100%;
    }

    h1.well1 {
        margin: 0 -80px 20px;
        width: 100%;
        text-align: center;
        font-size: 35px;
        max-width: 100%;
    }

    h1.well2 {
        margin: 0 -5px 20px;
        width: 90%;
        text-align: left;
        font-size: 35px;
        max-width: 100%;
    }

    p.poop {
        font-size: 18px;
        padding: 0 0 30px;
        margin: 0 50px;
    }

    h2.bell {
        font-size: 18px;
    }

    h2.nope {
        font-size: 20px;
    }

    h1.size {
        font-size: 40px;
    }

    p.flops {
        width: 100%;
        text-align: center;
        margin: 0 0px;
        line-height: 1.5em;
    }

    #fname {
        margin: 70px 0px 20px;
    }

    #lname {
        margin: 0px 0px 20px;
    }

    #product1 .pro {
        width: 100%;
        height: 115vh;
        padding: 10px 12px;
        margin: 40px 20px;
    }

    #product1 .pro2 {
        width: 95%;
        height: 125vh;
        padding: 10px 0px;
        margin: 40px -65px;
    }

    input.fill {
        height: 3.250rem;
        padding: 0 1.25em;
        font-size: 14px;
        width: 80%;
        border: 1px solid gray;
        border-radius: 4px;
        outline: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0px 0px 25px;
    }

    #ewo {
        width: 100%;
        padding: 100px 0 150px 0;
        margin: 100px 2px -160px; 
    }

    p.jovan {
        max-width: 90%;
        line-height: 1.5em;
        text-align: center;
        margin: 20px;
    }

    #product12 .pro1 {
        background-color: white;
        line-height: 1.75em;
        max-width: 120%;
        width: 120%;
        height: 90vh;
        min-width: 250px;
        padding: 10px 0px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        box-shadow: 20px 20px 30px black;
        margin: 20px;
        transition: 0.2s ease;
        position: relative;
    }

    #product12 .pro3 {
        background-color: white;
        line-height: 1.75em;
        max-width: 120%;
        width: 120%;
        height: 90vh;
        min-width: 250px;
        padding: 10px 0px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        box-shadow: 20px 20px 30px black;
        margin: 20px;
        transition: 0.2 s ease;
        position: relative;
    }

    #product12 .pro4 {
        background-color: white;
        line-height: 1.75em;
        max-width: 120%;
        width: 120%;
        height: 90vh;
        min-width: 250px;
        padding: 10px 0px;
        border: 1px solid whitesmoke;
        border-radius: 25px;
        box-shadow: 20px 20px 30px black;
        margin: 20px;
        transition: 0.2s ease;
        position: relative;
    }

    .toon {
        padding: 20px;
        margin: 20px 0px;
    }

    #david {
        padding: 50px;
        margin: 20px -45px;
        width: 85%;
    }

    button.joshua {
        margin: 0px 0px 0px 70px;
    }

    p.graph {
        margin: 0;
    }

    #footer {
        height: 105vh;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(30, 71, 102);
        padding: 60px 0 0 0;
        line-height: 27px;
    }

    footer .col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
        flex-wrap: wrap;
        width: 80%;
    }
    
    footer .col2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
        flex-wrap: wrap;
        width: 100%;
    }

    .margin {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
        flex-wrap: wrap;
        width: 90%;
        margin: 0px 30px;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile i {
        color: black;
        font-size: 24px;
        padding: 0 50px;
    }

    h1.peep {
        font-size: 50px;
    }

    .rot {
        margin: 0px 25px 15px;
        font-size: 21px;
    }

    h1.send.contain.reveal.active {
        font-size: 27px;
        width: 100%;
        text-align: left;
        margin: 40px 33px;
    }
    #preloader {
        background: black url(images/loader.gif) no-repeat center center;
        background-size: 40%;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 100;
    }
}

@media (max-width: 430px) {
    .active.styles {
        height: 105vh;
    }

    input.normal {
        width: 250px;
    }

    #product1 .pro {
        width: 100%;
        height: 85vh;
        padding: 10px 12px;
        margin: 40px 20px;
    }

    .sad {
        margin: 0px -22px 10px;
        width: 305px;
        height: 200px;
    }

    #product12 .pro1 {
        height: 75vh;
    }

    #product12 .pro3 {
        height: 75vh;
    }

    #product12 .pro4 {
        height: 75vh;
    }
}

@media (max-width: 400px) {
    .active.styles {
        height: 115vh;
    }

    input.normal {
        width: 250px;
    }

    #product1 .pro {
        width: 100%;
        height: 85vh;
        padding: 10px 12px;
        margin: 40px 20px;
    }

    .sad {
        margin: 0px -22px 10px;
        width: 305px;
        height: 200px;
    }

    #product12 .pro1 {
        height: 75vh;
    }

    #product12 .pro3 {
        height: 75vh;
    }

    #product12 .pro4 {
        height: 75vh;
    }
}