.top-nav {
    /** nav bar positioning **/
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #1b4799;
}

.nav-btn {
    text-decoration: none;
    background-color: black;
    color: #7cff3a;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
/** Page images **/

.hero-images {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
/** Page images **/

.hero-images img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    display: block;
}

.hero-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    border-radius: 30px;
    padding: 20px 60px;
    z-index: 10;
}

.hero-logo h1 {
    margin: 0;
    color: #7cff3a;
    font-size: clamp(48px, 8vw, 112px);
    font-family: Arial, Helvetica, sans-serif;
}

.nav-link {
    font-size: clamp(14px, 1.5vw, 20.8px);
}

.ROBOBTN {
    text-decoration: none;
    background-color: black;
    color: #7cff3a;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.CloudBTN {
    text-decoration: none;
    background-color: black;
    color: #e98f41;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

body {
    background-color: #418cf1;
}

.robo-section {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1px;
    padding: 24px;
    align-items: start;
}
/** Page images **/

.Yahoo-images {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 170px 170px 170px;
    gap: 12px;
    align-items: center;
}

.player {
    grid-column: 1;
    grid-row: 1 / span 3;
    justify-self: center;
    align-self: end;
    max-width: 100%;
    max-height: 510px;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.armour {
    grid-column: 2 / span 2;
    grid-row: 1;
    justify-self: centre;
    align-self: centre;
    max-width: 100%;
    max-height: 160px;
}

.legs {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    align-self: center;
    max-width: 85%;
    max-height: 160px;
}

.gloves {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: start;
    max-width: 80%;
    max-height: 160px;
}
/** Page images **/

.Yahoo-images img {
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.robo-left {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 20px;
    padding-left: 50px;
}
.Yahoo-title {
    background: black;
    color: #0cc0df;
    border-radius: 28px;
    padding: 18px 28px;
    font-size: clamp(32px, 5vw, 80px);
    font-weight: bold;
    width: fit-content;
}

.Yahoo-text {
    background: #b8cdf2;
    border-radius: 24px;
    padding: 24px;
    font-size: 17.6px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 130px;
}

@media (max-width: 900px) {
    .robo-section {
        grid-template-columns: 1fr;
    }
    .robo-images {
        grid-template-columns: 1fr 1fr;
    }
}
