@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

body {
    height: 100vh;
    width: 100vw;
    background-color: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: row;
    width: 75%;
    height: 80%;
    gap: 30px;
}

.head-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    display: flex;
    gap: 30px;
    align-items: center;
}


.self-info-name h1 {
        font-weight: 500;
    }

.self-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    width: 350px;
}

.self-info-tag {
    color: #EEEEEE;
}

.self-info-name {
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.links {
    display: flex;
    width: 100px;
    gap: 15px;
}

.links a i {
    font-size: 23px;
}



.logo {
    height: 128px;
    width: 128px;
    border-radius: 50%;
}

.description {
    color: #E4DCD2;
    margin: 40px 0;
    font-size: 18px;
    margin-right: 6rem;
}

span {
    font-weight:600;
    color: #fff;
}

.pre-launch  {
    font-size: 40px;
}

.pre-launch h1 {
    font-weight: 600;
    line-height: 6rem;
}

.contact-cards {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.contact-card {
    width: 400px;
    height: 230px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.contact-card p, .contact-card h2 {
    color: #000;
}

.card-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;

}

.card-1 {
    background-color: #fff;
}
.card-2 {
    background-color: #FF6F50;
}


.cookie-card {
  width: 400px;

  padding: 1rem;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}


.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    color: rgb(31 41 55);
    font-size: 25px;
    gap: 10px;
}

.card-description {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.25rem;
  color: rgb(25, 27, 31);
}

.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}

.pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accept {
  font-size: 0.9rem;
  line-height: 1rem;
  background-color: rgb(17 24 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: none;
  transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}

.accept:hover {
  background-color: rgb(55 65 81);
}

.accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card-icon {
    font-size: 30px;
    color: #000;
}

a{
    text-decoration: none;
}

.social-link:hover {
    color: #FFE001;
}


@media (max-width: 575.98px) {
    .container {
        display: flex;
        flex-direction: column;
    }
    .header {
        display: flex;
        flex-direction: column;
    }

    .logo {
        height: 80px;
        width: 80px;
    }

    .links {
        display: none;
    }
    .self-info-name {
        display: flex;
        flex-direction: column;
    }
    .self-info-tag {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        margin: 0 20px;
    }

    .description{
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    .pre-launch{
        font-size: 18px;
        text-align: center;
    }

    .pre-launch h1 {
    font-weight: 600;
    line-height: 3rem;
}

    .contact-cards {
        padding-bottom: 40px;
        
    }

    .cookie-card {
        width: 100%;
        height: fit-content;
    }

    .title {
        font-size: 16px;
    }
    .card-icon{
        font-size: 20px;
    }

    .card-description {
        font-size: 14px;
    }
    .action {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .container {
        height: fit-content;
        display: flex;
        flex-direction: column;
    }
    .header {
        display: flex;
        flex-direction: column;
    }

    .logo {
        height: 100px;
        width: 100px;
    }

    .links {
        display: none;
    }
    .self-info-name {
        display: flex;
        font-size: 18px;
        flex-direction: column;
    }


    .self-info-tag {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin: 0 20px;
    }

    .description{
        text-align: center;
        font-size: 20px;
        padding: 0 20px;
        width: 100%;
    }

    .pre-launch {
        font-size: 30px;
        text-align: center;
    }

    .pre-launch h1 {
    font-weight: 600;
    line-height: 5rem;
}

    .contact-cards {
        padding-bottom: 40px;
        text-align: center;
        flex-direction: row;
    }

    .cookie-card {
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title {
        font-size: 18px;
    }
    .card-icon{
        font-size: 20px;
    }

    .card-description {
        font-size: 16px;
        padding: 0 20px 10px 20px;
    }
    .action {
        font-size: 16px;
    }

}