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

.hero{
    width: 100%;
    height: 74vh;
    background-image: linear-gradient(to right, #DF98FA , #9055FF);
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;    
    z-index: 0;
}

.homeheader{
    min-height: 70vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.wave-header{
    min-height: 10vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #DF98FA , #9055FF);
    z-index: -2; 
}

nav{
    width: 100%;
    position: absolute;
    padding: 20px 8%;
    top: 0;
    left: 0;
    display:  flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo{
    position: relative;
    width: 60px;
}

nav ul li{
    position: relative;
    list-style: none;
    margin-left: 40px;
    display: inline-block;
}

nav ul li.signin{
    text-decoration: none;
    display: inline-block;
    background-color: #FF6F22;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 8px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

nav a{
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 17px;
}

.content{
    text-align: center;
}

.content h1{
    font-size: 120px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}
.content h3{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}

.content h1:hover{
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    transform: scale(1.05);
}

.content a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 100px;
    transition: 0.5s;
}

.content a:hover{
    background-color: #FF6F22;
    transform: scale(1.05);
}

nav ul li.signin:hover{
    transform: scale(1.05);
}

.container{
    background-color: #f5f5f5;
    width: 100%;
    height: 1000px;
}

.footer{
    padding-left: 80px;
    padding-top: 0;
    background-color: #9055FF;
    width: 100%;
    height: 100px;
}

.wave-header2{
    min-height: 12vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer h1{
    color: #fff;
}

.footer ul li button{
    border: transparent;
    background-color: #8b4ffa;
    padding-right: 1px;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    transition: 0.3s;
}

.footer ul li{
    position: relative;
    list-style: none;
    margin-left:35px;
    display: inline-block;
}

.footer button img{
    height: 40px;
}

.footer ul li a{
    text-decoration: none;
    position: relative;
    align-self:center;
    color: #fff;
    font-size: 17px;
}

.footer ul li button:hover{
    background-color: #9861ff;
}

.service{
    width: 100%;
    height: fit-content;
    background-color:transparent;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;    
}

.service img{
    align-self: center;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;;
}

.service div.card{
    display: inline-block;
    align-content: center;
    justify-content: center;    
    margin: 40px;
    margin-top: 0;
    width: 350px;
    height: fit-content;
    background-color: #ffffff00;
}

.service div.card ul{ 
    margin: 20px;
    position: relative;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;    
    flex-direction: column; 
    max-width: fit-content;
}

.service div.card h1{
    align-self: center;
    max-width: 350px;
    word-wrap: break-word;
    font-size: 20px;
}

.more{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    height: fit-content;
    position: relative;
    display: flex;
    align-content: start;
    justify-content: start;    
    background-color: transparent;
}

.more img{
    margin-left: 200px;
    margin-right: 200px;
    width: 400px;
}

.more h1{
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    margin-top: 140px;
    margin-right: 225px;
    margin-bottom: 40px;
}

.more h3{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-weight: lighter;
    margin-right: 120px;
}

.more a{
    text-decoration: none;
    display: inline-block;
    align-content: center;
    margin-top: 80px;
    width: inherit;
    height: 40px;
    color: #000000;
    background-color: transparent;
    font-size: 17px;
    border: 2px solid #000000;
    padding: 8px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

div.divider{
    transform: translate(100px);
    width: 1700px;
    height: 0.08px;
    background-color: #e6e6e6;
}

.more ul.ul2{
    margin-left: 200px;
}

.more a:hover{
    transform: scale(1.05);
}