

#page-content {
    /* padding: 20px 20px; */
}

@media only screen and (min-width: 500px) {
    #page-content {
        /* padding: 20px 100px; */
    }
}

#coverlandingpage {
    background-color: black; 
    background-image: url('/components/assets/images/landing_img.jpg?v=8');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    display: none;
    justify-content: center;
    align-items: center;
}

#coverlandingpage img {
    width: 100px; /* Adjust size as needed */
    margin-top: 150px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#coverlandingpage img:hover {
    /* transform: scale(1.05); */
}


#landingPageVideo {
    /* height: 100%; */
   /*  width: 100vw;
    height: 100vh; */
    height: 100vh;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999;
    background-color: #07222F;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    overflow: hidden;
}

#landingPageVideo video {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#landing-page-enter {
    width: 100%;
    /* height: 100vh; */
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999999;
    background-color: #07222F;
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 560px;
    margin: 0px auto;
    /* display: none; */
    transition: opacity 1s ease;
}

#landing-page-enter img {
    width: 100%;
}

#landing-page-enter #landing-page-enter-button {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    max-width: 200px;
    margin-top: 65%;
    cursor: pointer !important;
}


/* 
.cover {
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: #2E043E;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
} */

/* .cover video {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
 */


#content-home {
    /* padding: 80px 20px; */
    margin: auto;
    max-width: 500px; 
    /* max-width: 1200px;  */
}

#content {
    padding: 40px 20px 60px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-award {
    padding: 70px 0px 58px 0px;
    margin: auto;
    /* max-width: 1200px;   */
}

#content-award-sub {
    padding: 70px 0px 58px 0px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-award-agent-list {
    padding: 70px 0px 58px 0px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-photo-gallery {
    padding: 70px 20px 100px 20px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-mgmt-list  {
    padding: 90px 20px 100px 20px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-mgmt-get  {
    padding: 70px 0px 60px 0px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-achiever-list  {
    padding: 90px 20px 100px 20px;
    margin: auto;
    /* max-width: 1200px;  */
}

#content-achiever-get  {
    padding: 70px 0px 60px 0px;
    margin: auto;
    /* max-width: 1200px;  */
}
/* @media only screen and (min-width: 500px) {
    #content {
        padding: 70px 20px 0px 20px;
    }
}

@media only screen and (min-width: 1024px) {
    #content {
        padding: 70px 100px 0px 100px;
    }
} */

/* @media only screen and (min-width: 500px) {
    #content-award {
        padding: 70px 0px 70px 0px;
    }
}

@media only screen and (min-width: 1024px) {
    #content-award {
        padding: 70px 100px 120px 100px;
    }
} */

/* @media only screen and (min-width: 500px) {
    #content-award-sub {
        padding: 70px 0px 70px 0px;
    }
}

@media only screen and (min-width: 1024px) {
    #content-award-sub {
        padding: 70px 100px 120px 100px;
    }
} */

/* @media only screen and (min-width: 500px) {
    #content-award-agent-list {
        padding: 70px 0px 70px 0px;
    }
}

@media only screen and (min-width: 1024px) {
    #content-award-agent-list {
        padding: 70px 100px 120px 100px;
    }
} */

/* @media only screen and (min-width: 500px) {
    #content-photo-gallery {
        padding: 30px 30px 120px 30px;
    }
}

@media only screen and (min-width: 1024px) {
    #content-photo-gallery {
        padding: 40px 100px 120px 100px;
    }
} */

/* @media only screen and (min-width: 500px) {
    #content-mgmt-list {
        padding: 90px 0px 70px 0px;
    }
}

@media only screen and (min-width: 1024px) {
    #content-mgmt-list  {
        padding: 90px 100px 120px 100px;
    }
} */

/* @media only screen and (min-width: 500px) {
    #content-mgmt-get {
        padding: 90px 0px 70px 0px;
    }
}

@media only screen and (min-width: 1024px) {
    #content-mgmt-get  {
        padding: 90px 100px 120px 100px;
    }
} */

/* .award-only{
    background-image: url('/components/assets/images/awards/Background-only.jpg?v=11');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100vh;
    position: relative; 
    z-index: 0;
} */

.award-only{
    background-image: url('/components/assets/images/awards/Background-only.jpg?v=11');
    background-repeat: repeat-y; /* repeat vertically */
    background-position: top center;
    background-size: 100% auto; /* stretch width, preserve original height */
    min-height: 100vh;
    position: relative;
    z-index: 0;
}

.main-background {
    background-image: url('/components/assets/images/home/background.jpg?v=11');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100vh;
    position: relative; 
    z-index: 0;
}

/* #top-design-1{
    background-image: url('/components/assets/images/awards/Header-Ornament.png?v=11');
    background-repeat: repeat-x; 
    background-position: center top;
    background-size: auto 100%;
    width: 100%;
    aspect-ratio: 300 / 39;
    position: absolute;
    left: 0;
    top: 3.6;
    z-index: 1;
    pointer-events: none; 
} */

#top-design-1{
    background-image: url('/components/assets/images/awards/Header-Ornament.png?v=11');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 100%;
    aspect-ratio: 300 / 39;
    position: absolute;
    left: 0;
    /* top: 3%; */
    z-index: 1;
    pointer-events: none; 
}

#top-design-2{
    background-image: url('/components/assets/images/awards/Header-Ornament.png?v=11');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 100%;
    aspect-ratio: 1563 / 203;
    position: absolute;
    left: 0;
    /* top: 0; */
    z-index: 1;
    pointer-events: none; 
}


#bottom-design{
    padding-top: 6%;
}

#bottom-design2{
    padding-top: 0%;
}

#main-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#main-footer img {
    width: 100%;
}

.award-only .title {
    font-family: "Montserrat";
    padding: 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    text-align: center;
    margin: 25px; 
}

/* @media only screen and (min-width: 500px) {
    .award-only .title {
        padding: 10px 0px;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5;
    }
} */

#award {
    display: grid;
}

#award .block .block-inner {
    position: relative;
    aspect-ratio: 500 / 174;
    overflow: hidden;
    margin: 5px 25px;
    background-size: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

#award .block:nth-child(2n-1) {
    /* background-color: whitesmoke; */
}

#award .block .label {
    font-weight: 400;
    font-size: 12px;
    padding: 8px 8px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 2px grey;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%; /* or use max-width instead */
    max-width: 600px; /* optional */
    margin: 0 auto; /* centers the label */
}

@media only screen and (min-width: 500px) {
    #award .block .label {
        padding: 0px 20px;
    }
}
/* @media only screen and (min-width: 500px) {
    #award .block .label {
        font-weight: 500;
        font-size: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    #award .block .label {
        font-weight: 500;
        font-size: 22px;
    }
}
 */
#award .block .label.black {
    color: black;
    text-shadow: none;
}