/* ---------------------------------------------Gallery of Perak----------------------------------------------- */
.gallerybg {
    background-color: #03122D;
}

/* ---------------------------------------------Hero Section Styles----------------------------------------------- */
.hero {
    font-family: 'Sweet Sans Pro', sans-serif;
    height: 100vh;
    /* Full screen height */
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url('../images/perak/perak-galleryhero.jpg');
    background-size: cover;
    /* covers the entire section */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #F6F6F6;
}

.hero h1 {
    font-size: 80px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: 5px;
}

.hero p {
    font-size: 28px;
    font-weight: 250;
    letter-spacing: 5px;
    margin-bottom: -70px;
}

/* ---------------------------------------------Gallery Section Styles----------------------------------------------- */
.states-container {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #03122D;
    padding: 80px;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.column1 {
    flex: 1;
}

.column2 {
    flex: 2;
}

/* ---------------------------------------------Photos Section Styles----------------------------------------------- */
.perak1 {
    background:
        url('../images/perak/perak1.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 275px;
    width: auto;
}

.perak2 {
    background:
        url('../images/perak/perak2.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 275px;
    width: auto;
}

.perak3 {
    background:
        url('../images/perak/perak3.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 325px;
    width: auto;
}

.perak4 {
    background:
        url('../images/perak/perak4.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 325px;
    width: auto;
}

.perak5 {
    background:
        url('../images/perak/perak5.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 325px;
    width: auto;
}

.perak6 {
    background:
        url('../images/perak/perak6.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 375px;
    width: auto;
}

.perak7 {
    background:
        url('../images/perak/perak7.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 375px;
    width: auto;
}

.perak8 {
    background:
        url('../images/perak/perak8.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 425px;
    width: auto;
}

.perak9 {
    background:
        url('../images/perak/perak9.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 425px;
    width: auto;
}

.perak10 {
    background:
        url('../images/perak/perak10.jpg');
    background-size: cover;
    border: 0px;
    border-radius: 10px;
    height: 500px;
    width: auto;
}


/* ---------------------------------------------Mobile Styles----------------------------------------------- */
@media screen and (max-width: 1300px) {

    /* ---------------------------------------------Hero Section Styles----------------------------------------------- */
    .hero h1 {
        font-size: 60px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        font-size: 20px;
        margin-bottom: -50px;
        letter-spacing: 2px;
        font-weight: 300;
    }

    /* ---------------------------------------------Photos Section Styles----------------------------------------------- */
    .perak1 {
        background:
            url('../images/perak/perak1.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 175px;
        width: auto;
    }

    .perak2 {
        background:
            url('../images/perak/perak2.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 175px;
        width: auto;
    }

    .perak3 {
        background:
            url('../images/perak/perak3.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak4 {
        background:
            url('../images/perak/perak4.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak5 {
        background:
            url('../images/perak/perak5.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak6 {
        background:
            url('../images/perak/perak6.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 275px;
        width: auto;
    }

    .perak7 {
        background:
            url('../images/perak/perak7.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 275px;
        width: auto;
    }

    .perak8 {
        background:
            url('../images/perak/perak8.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 325px;
        width: auto;
    }

    .perak9 {
        background:
            url('../images/perak/perak9.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 325px;
        width: auto;
    }

    .perak10 {
        background:
            url('../images/perak/perak10.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 400px;
        width: auto;
    }
}

@media screen and (max-width: 1150px) {

    /* ---------------------------------------------Hero Section Styles----------------------------------------------- */
    .hero h1 {
        font-size: 50px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        font-size: 18px;
        margin-bottom: -38px;
        letter-spacing: 2px;
        font-weight: 300;
    }
}

@media screen and (max-width: 1000px) {

    /* ---------------------------------------------Gallery Section Styles----------------------------------------------- */
    .states-container {
        padding: 60px;
    }

    .gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .column1 {
        flex: 1;
    }

    .column2 {
        flex: 2;
    }

    /* ---------------------------------------------Photos Section Styles----------------------------------------------- */
    .perak1 {
        background:
            url('../images/perak/perak1.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 135px;
        width: auto;
    }

    .perak2 {
        background:
            url('../images/perak/perak2.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 135px;
        width: auto;
    }

    .perak3 {
        background:
            url('../images/perak/perak3.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 150px;
        width: auto;
    }

    .perak4 {
        background:
            url('../images/perak/perak4.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 150px;
        width: auto;
    }

    .perak5 {
        background:
            url('../images/perak/perak5.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 150px;
        width: auto;
    }

    .perak6 {
        background:
            url('../images/perak/perak6.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak7 {
        background:
            url('../images/perak/perak7.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak8 {
        background:
            url('../images/perak/perak8.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak9 {
        background:
            url('../images/perak/perak9.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 225px;
        width: auto;
    }

    .perak10 {
        background:
            url('../images/perak/perak10.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 10px;
        height: 300px;
        width: auto;
    }
}

@media screen and (max-width: 900px) {

    /* ---------------------------------------------Hero Section Styles----------------------------------------------- */
    .hero h1 {
        font-size: 40px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        font-size: 16px;
        margin-bottom: -28px;
        letter-spacing: 2px;
        font-weight: 300;
    }
}

@media screen and (max-width: 650px) {

    /* ---------------------------------------------Hero Section Styles----------------------------------------------- */
    .hero h1 {
        font-size: 30px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        font-size: 15px;
        margin-bottom: -20px;
        letter-spacing: 2px;
        font-weight: 300;
    }

    /* ---------------------------------------------Gallery Section Styles----------------------------------------------- */
    .states-container {
        padding: 40px;
    }

    .gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        margin-bottom: 9px;
    }

    .column1 {
        flex: 1;
    }

    .column2 {
        flex: 2;
    }

    /* ---------------------------------------------Photos Section Styles----------------------------------------------- */
    .perak1 {
        background:
            url('../images/perak/perak1.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 85px;
        width: auto;
    }

    .perak2 {
        background:
            url('../images/perak/perak2.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 85px;
        width: auto;
    }

    .perak3 {
        background:
            url('../images/perak/perak3.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 85px;
        width: auto;
    }

    .perak4 {
        background:
            url('../images/perak/perak4.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 85px;
        width: auto;
    }

    .perak5 {
        background:
            url('../images/perak/perak5.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 85px;
        width: auto;
    }

    .perak6 {
        background:
            url('../images/perak/perak6.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 125px;
        width: auto;
    }

    .perak7 {
        background:
            url('../images/perak/perak7.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 125px;
        width: auto;
    }

    .perak8 {
        background:
            url('../images/perak/perak8.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 130px;
        width: auto;
    }

    .perak9 {
        background:
            url('../images/perak/perak9.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 130px;
        width: auto;
    }

    .perak10 {
        background:
            url('../images/perak/perak10.jpg');
        background-size: cover;
        border: 0px;
        border-radius: 5px;
        height: 200px;
        width: auto;
    }
}