body {
    /*
    font-family: 'Exo', sans-serif;
    background: #9094e1;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    */
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url("images/4.JPG");
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}


section{
    overflow: hidden;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(74, 74, 74, 0.422);
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index: -1;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.container {
    /*
    width: 100%;
    margin: auto;
    padding-bottom: 0px;
    position: absolute;
    margin-left: 10%;
    */
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
}

.header {
    text-align: center;
    /*text-transform: uppercase;*/
    margin: 0px 0;
    /*letter-spacing: 2px;*/
    /* color: white;*/
}

.container .header img {
    height: 135px;
    width: 135px;
    border-radius: 100px;
    margin-top: 90px;
}

.container .header .logo1 img {
    width: 270px;
    height: 70px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.container .header h1 p {
    font-family: 'Pacifico', cursive;
    color: wheat;
    font-size: 30px;
}

.body {
    padding: 0px 0;
    text-align: center;

}

.body button {
    width: 80%;
    height: 60px;
    border-radius: 30px 0 30px 0;
    border: none;
    box-shadow: 2px 2px 4px #b76161;
    box-shadow: 2px 2px 4px #2e2e2e;
    background-image: linear-gradient(to right, #fe698e, #eda3b5);
    background-image: linear-gradient(to right, #484848, #767676);
    /*fe698e*/
    margin: 10px 0;
    transition: .5s ease;
    font-size: 24px;
    color: wheat;
    padding-bottom: 10px;
}

.body button:hover {
    background-image: linear-gradient(to right, #eda3b5, #fe698e);
    background-image: linear-gradient(to right, #767676, #484848);
    /*transform: scale(1.05);*/
    border-radius: 0 30px 0;
}

/*
.body button .facebook{
background-color: #1877F2;
background-image: linear-gradient(to right, red, yellow);
}
.body button .instagram{

background-color: linear-gradient(to right, #E4405F, #e7516c);
}
.body .linkedin{
background-color: #0A66C2;
}
.body .behance{
background-color: #131418;
}
*/
.body button i {
    margin: 0 5px;
    margin-top: 15px;
    color: wheat;
    font-size: 24px;
}

/*
.body button p{
    display: inline;
    margin: 0;
    font-size: 24px;
    color: wheat;
    padding-top: 20px;
}
*/
.container .logo {
    text-align: center;
}

.container .logo img {
    width: 220px;
    height: 150px;
}

.footer {
    background-color: #cecece;
    padding: 5px 0;
    text-align: center;
    margin-top: -30px;
    z-index: 3;
}
.footer .container p{
    font-size: 12px;
}
