@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Barlow+Semi+Condensed: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&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&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&family=Young+Serif&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: grey;
    justify-content: center;
    align-items: center;
    font-family: "Bai jamjuree", sans-serif;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: 40px auto;
    width: 700px;
}

.head-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.head-logo img {
    width: 60px;
    height: 60px;
    margin-top: -140px;
}

.head img {
    object-fit: cover;
    justify-content: flex-start;
    width: 700px;
}

.head-logo h2 {
    color: hsl(210, 10%, 33%);
    font-weight: 700;
    margin-top: 10px;
    font-size: 25px;
}

.head-logo p {
    color: hsl(201, 11%, 66%);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    max-width: 400px;
    margin-top: -15px;
}

.clicks {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
}

.left {
    background-color: hsl(171, 66%, 44%);
    height: 40px;
    padding: 12px;
    margin-bottom: 60px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

.right {
    background-color: hsl(233, 100%, 69%);
    height: 40px;
    padding: 12px;
    margin-bottom: 60px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

h2 {
    color: hsl(210, 10%, 33%);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

p {
   color: hsl(201, 11%, 66%);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px; 
}

.computer {
    display: flex;
    margin-bottom: 20px;
}

.computer-image {
    width: 100%;
    overflow: hidden
}

.computer-image img {
    display: block;
    height: 300px;
    width: 380px;
    margin: 0 30px 30px -5px;
    transform: translateX(-5%)
}

.computer-text {
    display: flex;
    flex-direction: column;
    padding-right: 70px;
}

.one, .two, .three h3 {
    font-size: 12px;
    color: hsl(210, 10%, 33%);
    margin-top: 20px;
}

.one p {
    font-size: 10px;
    max-width: 450px;
    margin: 5px;
    margin-top: 10px;
    text-align: start;
    color: hsl(201, 11%, 66%);
}

.two p {
    font-size: 10px;
    max-width: 240px;
    margin-top: 10px;
    margin: 5px;
    text-align: start;
    color: hsl(201, 11%, 66%);
}

.three p {
    font-size: 10px;
    max-width: 240px;
    margin: 5px;
    margin-top: 10px;
    text-align: start;
    color: hsl(201, 11%, 66%);
}

.tablet img {
    height: 300px;
    width: 450px;
}

.labels {
    display: flex;
    margin: 10px 20px 10px 20px;
    gap: 10px;
}

.labels img {
    padding-left: 85px;
    height: 20px;
    margin-bottom: 10px;
}

.labels h4 {
    font-size: 12px;
    color: hsl(210, 10%, 33%);
    text-align: center;
}

.labels p {
    font-size: 10px;
    max-width: 350px;
    margin: 5px;
    margin-top: 10px;
    text-align: center;
    color: hsl(201, 11%, 66%);
}

.logos {
    margin-top: 30px;
    display: flex;
    gap: 50px;
}

.logos img {
    height: 20px;
    width: 80px;
    margin-bottom: 40px;
}

.footer {
    background-color: whitesmoke;
    width: 700px;
    display: flex;
    gap: 120px;
    padding: 20px;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    margin: 0 0 0 -70px;
    font-weight: 400;
    color: hsl(201, 11%, 66%);
    cursor: pointer;
}

.group {
    display: flex;
    gap: 25px;
    margin: 0 0 0 px;
}

.infos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
    color: hsl(201, 11%, 66%);
    cursor: pointer;
}

.infoss {
    font-size: 15px;
    font-weight: 400;
    color: hsl(201, 11%, 66%);
    cursor: pointer;
}

.footer img {
    width: 50px;
    height: 50px;
}

.socials {
    gap: 20px;
    display: flex;
    padding: 20px;
}

.socials img {
    height: 15px;
    width: 15px;
    cursor: pointer;
}