﻿* {
    margin: 0px;
    padding: 0px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #000000;
    overflow-x: hidden;
}

@font-face {
    font-family: 'HongKong';
    src: url(../fonts/hongkong.ttf);
}

@font-face {
    font-family: 'Monserrat';
    src: url(../fonts/montserrat.ttf);
}

@font-face {
    font-family: 'Korean';
    src: url(../fonts/korean.ttf);
}

@font-face {
    font-family: 'Marsmelloe';
    src: url(../fonts/marsmelloe.ttf);
}

@font-face {
    font-family: 'Pizza';
    src: url(../fonts/hot_pizza.otf);
}

@font-face {
    font-family: 'Hubballi';
    src: url(../fonts/hubballi.ttf);
}

header {
    background: url("../img/HeaderBg.png");
    background-size: contain;
    background-position-y: top;
    display: flex;
    justify-content: center;
    margin: 0 auto auto auto;
}

    header img {
        height: 19em;
        margin-top: 0;
        box-shadow: 0px 0px 30px #C6B7FF;
    }

h1 {
    font-family: 'HongKong';
    text-transform: capitalize;
    font-size: 46px;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

h2 {
    font-family: 'HongKong';
    text-transform: capitalize;
    font-size: 46px;
    color: #000000;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.container1 {
    max-width: 1920px;
    background: url("../img/LogoBg.png");
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    justify-items: center;
    margin: auto;
}

.logo {
    margin: 10px auto;
    padding-top: 20px;
    display: flex;
    width: 55%;
    height: 200px;
    justify-content: center;
    gap: 1em;
}

    .logo img {
        width: 196px;
        height: 196px;
        margin: auto;
    }

.logo-text {
    font-family: 'HongKong';
    font-size: 32px;
    color: #C6B7FF;
    margin: auto 0;
    text-align: right;
}

.block1{
    width: 50%;
    margin: auto;
    justify-items: center;
}

.text-dis1 {
    font-family: 'Monserrat';
    font-weight: 300;
    font-size: 22px;
    color: #F3F3F3;
    margin-top: 20px;
}

.container2 {
    max-width: 1920px;
    background: url("../img/Container2Bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    justify-items: center;
    margin: auto;
}

.list1 {
    margin-top: 10px;
    list-style-type: none;
}

    .list1 li {
        font-family: 'Korean';
        font-size: 32px;
        text-transform: lowercase;
        color: #FFFFFF;
        margin-top: 1em;
    }

.container3 {
    max-width: 1920px;
    background: url("../img/Container3Bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    justify-items: center;
    margin: auto;
}

.img-block1 {
    width: 50%;
    display: flex;
    gap: 1em;
    margin: 50px auto;
    justify-items: center;
    justify-content: center;
}

.img-block1 img{
    width: 450px;
    margin: auto;
}

.link1 {
    font-family: 'Marsmelloe';
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}

    .link1 a {
        color: #FFFFFF;
    }

    .link1 a:after{
        color: #FFFFFF;
    }

    .pic{
        margin: 25px auto;
    }

.container4 {
    max-width: 1920px;
    background: #FFFFFF;
    justify-items: center;
    margin: auto;  
}

.block2 {
    width: 90%;
    margin: auto;
    justify-items: center;
    background: url("../img/Circle.svg");
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
}

.text-dis2 {
    font-family: 'Monserrat';
    font-size: 22px;
    color: #000000;
    margin-top: 20px;
}

.img-block2 {
    width: 60%;
    display: flex;
    gap: 2em;
    margin: 50px auto;
    justify-items: center;
    justify-content: center;
}

    .img-block2 img {
        width: 450px;
        margin: auto;
    }

.link2 {
    font-family: 'Marsmelloe';
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}

    .link2 a {
        color: #000000;
    }

        .link2 a:after {
            color: #000000;
        }

.container5 {
    max-width: 1920px;
    margin: auto;
}

.container6 {
    max-width: 1920px;
    background: url("../img/Container6Bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-items: center;
    margin: auto;
}

.dol {
    font-family: 'Pizza';
    font-weight: bold;
    font-size: 22px;
}

.label {
    font-family: 'HongKong';
    font-weight: bold;
    font-size: 22px;
}

.list2 {
    margin-top: 10px;
    list-style-type: none;
}

    .list2 li {
        font-family: 'Korean';
        font-size: 32px;
        text-transform: lowercase;
        color: #000000;
        margin-top: 1em;
    }

.line {
    font-family: 'Hubballi';
}

.textnimg {
    display: flex;
    gap: 1em;
    margin: 50px auto;
    justify-items: center;
}

.textnimg img {
    width: 300px;
}

.container7 {
    max-width: 1920px;
    background: url("../img/Container7Bg.png");
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    justify-items: center;
    margin: auto;
    padding-bottom: 250px;
}

.block3 {
    width: 50%;
    margin: auto;
}

.text-f {
    text-align: left;
    font-family: 'Korean';
    font-size: 32px;
    text-transform: lowercase;
    color: #FFFFFF;
    margin-top: 1em;
}

.contract {
    margin-top: 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}

.plane {
    display: block;
    position: relative;
    width: 70%;
    margin-left: 30px;
    z-index: 2;
    background: url(../img/Plane.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y:center;
    color: #010101;
    font-size: 24px;
    padding: 15px;
}

.win {
    display: block;
    position: relative;
    width: 96%;
    height: 40px;
    margin-left: 0;
    margin-right: auto;
    z-index: 2;
    flex-basis: 60px;
    color: #FFFFFF;
    font-size: 24px;
}

.number {
    padding-top: 5px;
    text-transform: none;
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Korean';
    font-weight: 100;
    font-size: 30px;
    width: 100%;
    height: 50px;
    text-align: left;
    z-index: 3;
}

.btncopy {
    width: 15%;
    z-index: 10;
    border: none;
    background-color: transparent;
    align-items: center;
    color: #C685BF;
    font-size: 30px;
    justify-content: center;
    padding: 8px 10px;
    font-family: 'HongKong';
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
}

    .btncopy:focus {
        background-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .btncopy:hover {
        transform: scale(1.1);
        cursor: pointer;
        border: none;
        background-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .btncopy:active {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

        .btncopy:active:after {
            box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

.soc-btn {
    width: 30%;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

    .soc-btn a {
        margin: auto;
    }

.soc-btn img{
    width: 40px;
    margin: auto;
}

    .soc-btn img:hover {
        transition: all .2s ease-in-out;
        transform: scale(1.25);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

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

    header img {
        height: 15em;
    }

    .block1 {
        width: 70%;
    }

    .block3 {
        width: 70%;
    }

    .img-block1 {
        width: 70%;
    }
}

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

    header img {
        height: 10em;
    }

    .logo {
        width: 70%;
    }

    .logo-text {
        font-size: 25px;
    }

    .img-block1 {
        flex-wrap: wrap;
    }

    .img-block2 {
        flex-wrap: wrap;
    }

    .textnimg {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo img {
        width: 100px;
        height: 100px;
    }

    .contract {
        flex-wrap: wrap;
    }

    .plane {
        width: 100%;
        margin-left: auto;
    }

    .btncopy {
        width: 100%;
    }

    .number {
        font-size: 25px;
    }

    .soc-btn {
        width: 40%;
    }
}

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

    .block2 {
        width: 100%;
    }

}

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

    header img {
        height: 7em;
    }

    .logo {
        width: 80%;
    }

    .logo-text {
        font-size: 20px;
    }

    .block1 {
        width: 90%;
    }

    .img-block1 {
        width: 90%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }

    .number {
        font-size: 20px;
    }

    .soc-btn {
        width: 50%;
    }

    .block3 {
        width: 90%;
    }

    .list1 li {
        font-size: 25px;
    }

    .list2 li {
        font-size: 25px;
    }

    .text-f {
        font-size: 25px;
    }
}

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

    header img {
        height: 5em;
    }

    .logo {
        flex-wrap: wrap;
    }

    .logo-text {
        text-align: center;
    }

    .img-block1 img {
        width: 300px;
    }

    .img-block2 img {
        width: 300px;
    }

    .pic {
        width: 300px;
    }

    .soc-btn {
        width: 80%;
    }

    .link1 {
        font-size: 15px;
    }

    .link2 {
        font-size: 15px;
    }
}

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

    .soc-btn {
        width: 90%;
    }
}


