@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500;9..40,700&display=swap");


:root {
    --clr-dark: hsl(253, 69%, 8%);
    --clr-darker-grey: rgb(190, 190, 190);
    --clr-dark-grey: rgb(223, 223, 223);
    --clr-grey: rgba(255, 255, 255, 0.4);
    --clr-light: hsl(0, 0%, 100%);
    --clr-light-grey: #EBEAED;
    --clr-blue: hsl(253, 100%, 40%);
    --clr-heading: #1e0e62;
    --clr-text: rgba(21, 20, 57, 0.40);
    --clr-dark-blue-bg : #2F1893;
    --clr-pink: #E93A7D;
    --clr-dark-pink: #d13671;
    --clr-darker-pink: #b93366;
    --clr-green: #25DAC5;
    --clr-dark-green: #23beac;
    --clr-darker-green: #20a898;
  
  
  
  
    --ff-sans: "DM sans", sans-serif;
  }

*,
*::after,
*::before, a {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


.landingpage{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    gap: 7rem;
    background-image: url(../site_final_unistellar/assets/smart-star-finder-hero.jpg);
}

.landingpage__cardsite,.landingpage__cardcomponent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25rem;
    width: 20rem;
    font-family: var(--ff-sans);
    border-radius: 10px;
    background-color: white;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.landingpage__btncard1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 15rem;
    margin-top: 20rem;
    list-style: none;
    text-decoration: none;
    font-family: var(--ff-sans);
    border-radius: 30px;
    background-color: #1e0e62;
    color: white;
    transform: translateX(-6.5rem);
    
}

.landingpage__btncard1:hover{
    font-family: var(--ff-sans);
    background-color: #2F1893;
    color: rgba(255, 255, 255, 0.4);
  }
  
  
.landingpage__btncard1:active{
    background-color: var(--clr-grey);
  }


.landingpage__logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6rem;
    margin-bottom: 9rem;
    margin-left: 7rem;
    gap: 2rem;

}

.landingpage__desc{
    width: 10rem;
    margin-top: 3rem;
    text-align: center;
    color: white;
}

.landingpage__btncard2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 8rem;
    margin-top: 20rem;
    list-style: none;
    text-decoration: none;
    font-family: var(--ff-sans);
    border-radius: 30px;
    background-color: #1e0e62;
    color: white;
    transform: translateX(-6.5rem);
}


.landingpage__title{
    font-size: 25px;
} 

 .landingpage__card2desc{
    margin-top: 3rem;
} 

.landingpage__cardcomponentdesc{
    position: relative;
    margin-bottom: 10rem;
    text-align: center;
    color: white;
    transform: translateX(3rem);

    
}

.landingpage__btncard2:hover{
    font-family: var(--ff-sans);
    background-color: #2F1893;
    color: rgba(255, 255, 255, 0.4);
  }
  
  
.landingpage__btncard2:active{
    background-color: var(--clr-grey);
  }


.header{
    display: flex;
    flex-direction: row;
    background: radial-gradient(ellipse at bottom left, #020317 73%, #1f2e5e 100%);
}

.header__imgmmi, .header__imgiut, .header__imglimo{
    height: 4rem;
    width: 10rem;
    margin-left: 20rem;
}
  

.header__title{
    width: 30rem;
    margin-left: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-family: var(--ff-sans);
    color: white;
}