@import "common.css";

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

body {
    font-family: 'Montserrat Regular', sans-serif;
    background: #111;
    color: white;
}

/* Parallax starts */
.parallax {
    /* The image used */
    background-image: url('../images/parallax-img.png?v=5');
  
    /* Full height */
    /* height: 100%;  */
    /* height: 450px; */
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    @media (max-width:765px) {
        /* height: 390px; */
        height: auto;
    }
}
/* Parallax ends */

/* Title section */
.title-text-container {
    text-align: center;
    /* padding-top: 160px;
    padding-bottom: 56px; */
    padding: 160px 20px 56px;

    @media (min-width:766px) {
        /* padding-top: 225px;
        padding-bottom: 117px; */
        padding: 225px 0 117px;
    }
}

.title-text-container .titl-txt1 {
    font-size: 20px;
    margin-bottom: 35.9px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;

    @media (max-width:765px) {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 1.6px;
        margin-bottom: 20.3px;
        justify-content: center;
    }

    & span {
        margin: 0 10px;

        @media (max-width:765px) {
            width: 222px;
        }
    }

    & img {
        @media (max-width:765px) {
            width: 63px;
        }
    }
}

.title-text-container .titl-txt2 {
    font-size: 52.36px;
    text-transform: uppercase;
    background: linear-gradient(to right, #b06c78 0%, #e6bac3 33%, #ebbfb0 64%, #9a5660 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'the-seasons', sans-serif;
    margin-bottom: 30.5px;

    @media (max-width:765px) {
        font-size: 41.89px;
        margin-bottom: 19.6px;
    }
}

.title-text-container .sec-desc {
    font-size: 18px;
    color: #a3949f;
    max-width: 850px;
    margin: 0 auto;
    line-height: 30px;

    @media (max-width:765px) {
        font-size: 15px;
        line-height: 25px;
    }
    
}


/* Gallery section */
.awards-wrapper {
    background: linear-gradient(71deg, #0a0106 5%, #10030d 35%, #170c13 71%, #291422 81%, #422737 95%);
    padding: 50px 0 20px;

    @media (max-width:765px) {
        padding: 30px 20px 70px;
    }
}

.awards-subwrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.tabs-container {
    margin: auto;
}

.edition-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;

    @media (max-width:765px) {
        margin-bottom: 20px;
    }
}

.edition-tab {
    padding: 16px 24px;
    border-radius: 20px;
    border: solid 1px #836044;
    background-image: linear-gradient(to right, #1f1517 -33%, #554347 21%, #5a4741 71%, #150c0d 129%);
    color: #bdb1a7;
    font-size: 14px;
    font-family: 'Montserrat Regular', sans-serif;
    min-width: 140px;
    cursor: pointer;

    @media (max-width:765px) {
        font-size: 12px !important;
        padding: 10px 13px;
        min-width: 93px !important;
    }
}

.edition-tab.active {
    color: #eddccd;
    font-family: 'Montserrat Bold', sans-serif;
    border-color: #e8beb6;
}

.awards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.awards-section {
    display: none;
    width: 100%;
    justify-content: center;
    gap: 46px;

    @media (max-width:765px) {
        gap: 20px 15px;
        justify-content: space-between;
    }
}

.awards-section.active {
    display: flex;
    flex-wrap: wrap;

    @media (max-width:765px) {
        flex-wrap: wrap;
    }
}

.awards-card {
    border-radius: 20px;
    background: #180913;
    text-align: left;
    transition: transform 0.3s;
    width: 22%;
    cursor: pointer;
    position: relative;

    @media (max-width:765px) {
        width: 47% !important;
    }

    @media (max-width:350px) {
        width: 100%;
    }

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 20px;
        padding: 2px;
        background: linear-gradient(22deg, #1f1517 17%, #554347 40%, #5a4741 61%, #150c0d 86%);
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        z-index: 2;
    }
}

.awards-card .nom-img-wrap {
    padding: 28px 27px 25px;
}

/* .blog-card:hover {
    transform: scale(1.05);
} */

.awards-card img {
    width: 100%;
    border-radius: 20px;
}

.awards-card .vote-now-btn {
    text-align: center;
    padding: 10px 0 12px;
    font-size: 14px;
    color: #cbbec9;
    border-top: 1px solid;
    border-color: transparent;
    border-image: linear-gradient(to right, #180713 0%, #836044 40%, #836044 60%, #180713 100%);
    border-image-slice: 1;
    position: relative;
    z-index: 3;
    width: calc(100% - 4px);
    margin: 0 auto;
}

.awards-card .vote-now-btn:hover {
    background: linear-gradient(82deg, #b06c78 13%, #e6bac3 37%, #ebbfb0 58%, #9a5660 84%);
    color: #180913;
    font-family: 'Montserrat Bold', sans-serif;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.vote-section.gallery-section {
    @media (max-width: 765px) {
        padding: 30px 20px 70px;
    }
}

.gallery-section .container{
    @media (max-width: 765px) {
       padding:0px;
    }
}