@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    background: #f8f9fa;
}

nav{
    margin: 0;
    width: 100%;
    height: 60px;
    background-color: #2E294E;
    color: white;
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: fixed; */
    top: 0;
    z-index: 5;
}
.logo{
    font-size: 22px;
    letter-spacing: 1px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    /* .brandname{
        height: 38px;
        width: 100px;
        background-image: url(logo.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
    } */
    a{
        font-family: "Rubik Doodle Shadow", system-ui;
        font-weight: 400;
        font-size: larger;
        font-style: normal;
        text-decoration: none;
        color: #FFD400;
    }
    i{
        font-size: 28px;
        margin-right: 10px;
    }
}
nav ul{
    list-style: none;
    display: flex;
    gap: 5px;
    margin-right: 30px;
    a{
        text-decoration: none;
        color: inherit;
    }
    li{
        transition: all .3s ease;
        cursor: pointer;
        width: auto;
        padding: 10px;
        border-radius: 5px;
    }
}
nav ul li:hover{
    background-color: white;
    color: black;
}

.main{
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
}

.hero{
    width: 100%;
    height: 460px;
    /* background-color: #f8f9fa;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.herotext{
    letter-spacing: 2px;
    font-size: 28px;
    margin-left: 125px;
    h1{
        font-family: "Rubik Doodle Shadow", system-ui;
        font-weight: 400;
        font-size: 120px;
        font-style: normal;
        color: #541388;
        margin: 0;
    }
    h3{
        font-size: 18px;
        margin: 0;
        color: #2E294E;
        text-wrap: wrap;
    }
}
.heroimg{
    width: 50%;
    max-width: 700px;
    height: 90%;
    max-height: 600px;
    background-image: url('../images/hero2.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}

.menu{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    a{
        outline: none;
        text-decoration: none;
        border: none;
        cursor: pointer;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        color: white;
    }
}
#btn1{
    background-color: #FFD400;
}
#btn2{
    background-color: #D90368;
}
#btn3{
    background-color: #541388;
}
#btn4{
    background-color: #2E294E;
}

.break{
    height: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.circle{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #2E294E;
    opacity: 0.7;
}

.message{
    width: 80%;
    text-align: center;
    font-size: 24px;
    color: gray;
}

.highlight{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    gap: 30px;
}

.feature{
    width: 80%;
    height: 260px;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    h3{
        font-weight: bold;
        font-family: "Rubik Doodle Shadow", system-ui;
        font-size: 28px;
    }
    p{
        color: #2E294E;
        opacity: 0.8;
    }
}

.ftinfo{
    margin-left: 40px;
    width: 50%;
    a{
        text-decoration: none;
    }
    
}

#picture1{
    height: 80%;
    width: 30%;
    background-image: url('../images/p1.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
#picture2{
    height: 80%;
    width: 30%;
    background-image: url('../images/p2.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
#picture3{
    height: 80%;
    width: 30%;
    background-image: url('../images/p3.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
#picture4{
    height: 80%;
    width: 30%;
    background-image: url('../images/p4.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.comingsoon{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 30px;

    h4{
        height: 30px;
        font-weight: bold;
        font-family: "Rubik Doodle Shadow", system-ui;
        font-size: 46px;
        text-align: center;
        color: #D90368;
        white-space: nowrap;
        margin: 0;
    }
}

.csbottom{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    gap: 30px;
    flex-wrap: wrap;
}

.comingsoon .feature{
    height: 320px;
    width: 315px;
    padding: 20px;
    text-align: center;
    h3{
        color: #541388;
    }
}

hr{
    color: gray;
    width: 100%;
}

.cta{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    button{
        border: none;
        background-color: #FFD400;
        color: #2E294E;
        font-weight: bold;
        font-size: 24px;
        border-radius: 5px;
        padding: 10px 15px;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
        a{
            text-decoration: none;
            color: #2E294E;
        }
    }
    a{
        text-decoration: none;
        color: #541388;
        font-size: 16px;
    }
}

footer{
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #2E294E;
    color: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.socials{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    gap: 20px;
    i{
        font-size: 36px;
    }
}