html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: table;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    /* color: #fff; */
}

body {
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
}

nav .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 120px;
}

nav .container .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* nav .container img {
    float: left;
}

nav .container ul {
    float: right;
} */

nav ul {
    display: flex;
    line-height: 60px;
}

nav .container .left li a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px;
    padding-bottom: 5px;
    transition: all .5s ease;
}

nav .container .left li a:hover {
    border-bottom: 1px solid #B719DD;
    color: #B719DD;
}

nav .container .right button {
    background-color: #FFFFFF;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
}


/* main Page */
main {
    width: 100%;
    min-height: 100vh;
}

.header {
    padding: 100px;
    width: 100%;
    height: 120vh;
    background-image: url(images/blue_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.header .container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .container .content {
    width: 60%;
    margin-bottom: 40px;
}

.header .container .img {
    width: 40%;
    margin-left: -30px;
    margin-right: 120px;
    position: relative;
}

.header .container .img .person {
    position: absolute;
    top: 0;
    right: 40px;
}

.header .container .img .cloud {
    position: absolute;
    bottom: 40px;
    left: 90px;
}

.header .waves {
    position: absolute;
    bottom: 20px;
    right: 350px;

}

.header .container .content h1 {
    font-size: 55px;
    font-weight: 500;
    color: #637279;
    margin-bottom: 20px;
}

.header .container .content p {
    font-size: 27px;
    font-weight: 400;
    color: #AFAFC0;
    width: 90%;
}


/* why section */
.why {
    width: 100%;
    height: 140vh;
    position: relative;
    overflow: hidden;
}

.why .container {
    padding: 120px;
    width: 100%;
    position: relative;
}

.why .container .block {
    width: 400px;
    text-align: center;
}

.why .container .two {
    position: absolute;
    top: 250px;
    left: 520px;
}

.why .container .three {
    position: absolute;
    top: 500px;
    right: 200px;
}

.why .points {
    position: absolute;
    top: 60px;
    left: 260px;
    z-index: -1;
}

.why .container .block h2 {
    color: #999999;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why .container .block p {
    color: #B9B9C0;
    font-size: 20px;
    font-weight: 400;
}

.why .bocket {
    padding: 100px;
    /* position: absolute;
    top: 500px; */
    transform: translate(2%, -30%);
}

.why .bocket .contain {
    position: relative;
}

.why .bocket .con {
    position: absolute;
    top: 90px;
    left: 70px;
}

.why .bocket .con span {
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
}

.why .bocket .con h2 {
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
}


/*  */
.boom {
    width: 100%;
    height: 110vh;
}

.boom .container {
    /* padding: 50px; */
    width: 100%;
}

.boom .container .imgs {
    display: flex;
    justify-content: center;
    align-items: end;
}

.boom .container .imgs .fixx {
    margin-bottom: 20px;
}

.boom .container .imgs .fix {
    margin-bottom: -40px;
}

.boom .container .imgs img {
    margin: 0 10px;
}

.boom .container .content {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.boom .container .content h2 {
    color: #999999;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.boom .container .content p {
    color: #B9B9C0;
    font-size: 20px;
    font-weight: 400;
}


/* footer */
.footer {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.footer .bg {
    position: absolute;
    top: -105px;
    left: -30px;
    z-index: -2;
}

.footer .sec {
    position: absolute;
    top: 20px;
    right: 120px;
    z-index: -1;
}

.footer .container {
    width: 38%;
    padding: 100px;
    transform: translate(0%, 35%);
}

.footer .container .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .container .two img {
    width: fit-content;
    margin: 20px 0 20px 10px;
}

.footer .container .btn-1,
.footer .container .btn-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #FFFFFF;
    padding: 5px 15px;
}

.footer .container .one span {
    font-size: 12px;
    font-weight: lighter;
    color: #0000009e;
}

.footer .container .one h3 {
    font-size: 18px;
    font-weight: lighter;
    color: #7b3d8abf;
    margin-top: 5px;
}

.footer .container .three ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .container .three ul li a {
    color: #FFFFFF;
}

