@font-face {
    font-family: "Shrikhand";
    src: url("fonts/Shrikhand.ttf")
}

@font-face {
    font-family: "Dongle_Bold";
    src: url("fonts/Dongle-Bold.ttf")
}

@font-face {
    font-family: "font2";
    src: url("fonts/font2.ttf")
}

body {
    /* background: #10dfbc; */
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    background: #000;
}

.main-container {
    background: linear-gradient(-45deg, rgb(248, 99, 99), #d80618);
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
}

.header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 20px;
    position: relative;
}

header>img {
    position: absolute;
    right: 6%;
    top: 6%;
}

.img1 {
    width: 50px;
}

img {
    width: 100px;
}

.logo {
    height: 7%;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo>h5 {
    font-family: font2;
    font-size: 20px;
    text-decoration: underline;
    color: white;
}

.coming-soon {
    height: 68%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    display: inline-block;
    font-family: Dongle_Bold;
    font-size: 14em;
    line-height: 1;
    /* font-weight: black;
    background: linear-gradient(45deg, #8cf072, #00cea7, #2582cf, #7b0ef0, #dc46a5, #eb605a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-transform: capitalize;
    color: white;
}

i {
    color: white;
    font-size: 2em;

}

.icon {
    height: 100px;
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

footer {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image1 {
    position: absolute;
    top: 20%;
    right: 100px;
    opacity: 0.2;
}

.image2 {
    position: absolute;
    top: 55%;
    right: 35%;
    opacity: 0.2;
}

.image3 {
    position: absolute;
    top: 18%;
    left: 24%;
    opacity: 0.2;
}

.image4 {
    transform: rotateZ(75deg);
    position: absolute;
    bottom: 18%;
    left: 12%;
    opacity: 0.2;
}

.image5 {
    position: absolute;
    bottom: 26%;
    left: 33%;
    opacity: 0.2;
}

.image6 {
    position: absolute;
    top: 16%;
    left: 60%;
    opacity: 0.2;
}

.image7 {
    position: absolute;
    bottom: 16%;
    right: 13%;
    opacity: 0.2;
}

.image8 {
    position: absolute;
    top: 30%;
    left: 43%;
    opacity: 0.26;
    z-index: -1;
}

.image9 {
    position: absolute;
    top: 33%;
    left: 9%;
    opacity: 0.2;
}

header {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 65px;
}

header>div {
    margin: 0px 20px;
    width: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header>div>i {
    font-size: 16px;
    margin: 0px 4px;
    transform: translateY(-2px);
}

header>div>p {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: Dongle_Bold;
    color: white;
    text-transform: capitalize;
}

header>div>span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    transform: translateX(-100%);
}

header>div:hover span {
    transform: translateX(0%);
}

.menu {
    display: none;
}

/* responsive  */

@media only screen and (max-width: 768px) {
    header>img {
        position: absolute;
        right: 10%;
        top: 60px;
    }

    .coming-soon>h1 {
        font-size: 5.5em;
    }

    .image6,
    .image5 {
        display: none;
    }

    header {
        padding: 0px 15px
    }

    footer>.icon {
        width: 65%;
    }

    .image1 {
        position: absolute;
        top: 20%;
        right: 10%;
        opacity: 0.2;
    }

    .images>img {
        width: 55px !important;
    }

    header>img {
        width: 60px;
    }

    .home {
        display: none;

    }

    .menu {
        display: block;
    }

    .menu>i {
        font-size: 20px;

    }

}

.menu-mobile {
    width: 90%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 10% 4%;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;

}

.first {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px 20px;
}

.first>i {
    color: rgb(170, 168, 168);
}

.second {
    margin-top: 10%;
    height: 85%;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;

}

.row-mobile {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 3px solid red;
    padding: 0px 0px;
}

.row-mobile>i {
    font-size: 16px;
    color: #d80618;
    margin: 0px 10px;
}

.row-mobile>p {
    font-size: 28px;
    color: #d80618;
    font-family: Dongle_Bold;
    margin: 0px;
}

i {
    cursor: pointer !important;
}