@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro&family=Inter&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', 'sans-serif';
    font-family: 'Be Vietnam Pro', sans-serif;
}
body{
    background: #181b29;
    color: white;
}
.navbarContainer{
     /* border: 4px solid white; */
    border-radius: 10px; 
    padding: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    /* box-shadow: #ffffff 0px 0px 15px;
    box-shadow: 0 2px 2px -2px rgb(255, 255, 255);
    box-shadow: 0 2px 4px -1px rgb(255, 255, 255); */
}
.navbarItems{
    /* border: 1px solid white; */
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 35px;
    margin-right: 35px;
    padding: 5px;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size:14px;

}
.navbarItems:first-child{
    margin-right: auto;
    margin-left: 2rem;
}
.header-image{
    width: 350px;
    height: fit-content;
    /* margin-left: 80px; */
    /* margin-right: 300px; */
}
p{
    /* text-align: center; */
    /* font-size: 18px; */
    margin: 3px;
}
/* .social-image{
    margin: 6px;
} */

.mainContent{
    /* border: 4px solid orange; */
    margin: 40px 10px;
}
#item1{
    
}
#item2{
    
}
#item3{
   
}
#item4{
  
}
.navbarItems a{
    text-decoration: none;
    color:white;
    transition:all 200ms ease-in;}

.navbarItems a:hover{
    color: #00bcf5;
    text-decoration-line: underline solid rgb(0, 188, 255);
}

.containerMain{
    /* border: 4px solid orange; */
    margin: 0px 20px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    
}
.textMain{
    width: fit-content;
     /* border: 3px solid white; */
    margin: 110px 30px;
}
#mainimg{
    width: 750px;
    /* border: 3px solid white;  */
    margin-top: 20px;
    margin-left: 20px;
}
h2{
    font-size: 45px;
}
#maintextSpan{
    font-size: 20px;
}
#comingsoon{
    color: #00bcf5;
}
#comingsoon:hover{
    color: #f527a9;
}
.buttonContainer{
     /* border: 3px solid orange;  */
    width: max-content;
    padding: 10px;
    margin-left: 30px;
    margin-top: -50px;
    margin-bottom: 180px;
    
}
#askusbutton{
    /* border: 2px solid #f527a9; */
    border-radius: 8px;
    font-size: 18px;
    height: 40px;
    width: 250px;
    background-color: #f527a9;
    color: white;
    cursor: pointer;
    transition:all 200ms ease-in;}

#askusbutton:hover{
    background-color: #dd2399;
}

.textButton{
     /* border: 2px solid orange;  */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: fit-content;
    justify-content: space-evenly;
}