/* Global Style */

.homepage a {
    color: #4E4E4E;
}

.homepage a:focus {
    outline: 0;
}

.homepage img {
    width: 100%;
    height: auto;
}

.content-asset-container-sm,
.content-asset-container-sh {
    margin-bottom: 3.8rem;
    overflow: hidden;
}

.show-mobile {
    display: block !important;
}

.show-desktop {
    display: none !important;
}

.margin-horizon,
.margin-horizon-sm {
    margin-left: 0px;
    margin-right: 0px;
}


/*color-code*/

.color-white {
    color: #fff;
}

.color-blue {
    color: #133053;
}


/*slick slider dots*/

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 25px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
    background-color: #fff;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    text-align: center;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*Gotham font*/

@font-face {
    font-family: gotham-light;
    src: url('https://www.seedheritage.com/on/demandware.static/-/Library-Sites-seed-shared-library/en_AU/v1658182103772/Content/files/Gotham-Light.otf') format('opentype');
}

@font-face {
    font-family: gotham-book;
    src: url('https://www.seedheritage.com/on/demandware.static/-/Library-Sites-seed-shared-library/en_AU/v1658182103772/Content/files/Gotham%20Book.otf') format('opentype');
}

@font-face {
    font-family: gotham-medium;
    src: url('https://www.seedheritage.com/on/demandware.static/-/Library-Sites-seed-shared-library/en_AU/v1658182103772/Content/files/Gotham%20Medium.otf') format('opentype');
}

@font-face {
    font-family: gotham-bold;
    src: url('https://www.seedheritage.com/on/demandware.static/-/Library-Sites-seed-shared-library/en_AU/v1658182103772/Content/files/Gotham-Bold.otf') format('opentype');
}


/*category*/

.category-card {
    text-align: center;
}

.grid-holder {
    display: block;
}

.small-categories-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7vw 4vw;
}

.grid-4-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4vw;
}


/*button*/

.main-btn {
    position: relative;
    font-family: 'gotham-book';
    color: #4E4E4E;
    display: block;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 24.7vw;
    font-size: 2.3vw;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
}

.main-btn:after {
    content: '\00203A';
    display: inline-block;
    margin-left: 3.5vw;
    font-size: 3.2vw;
    font-family: gotham-book;
    line-height: 0.5;
}

.main-btn.color-white {
    border-color: #fff;
    color: #fff;
}

.main-btn.color-white:after {
    border-color: #fff;
}

.main-btn.color-blue {
    color: #133053;
}

.main-btn-bg {
    background-color: #fff;
    padding: 1.8vw 0vw;
    width: 32vw;
    line-height: 1;
    border: 1px solid #fff;
}

.main-btn.color-green {
    color: #91BC8C;
}

.main-btn.color-green:after {
    border-color: #91BC8C;
}


/*category heading*/

.category-heading {
    font-family: 'gotham-book';
    font-weight: 400;
    font-size: 4vw;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    line-height: 2;
    display: block;
}

.category-subheading {
    font-family: 'gotham-book';
    font-weight: 400;
    font-size: 3.1vw;
    font-weight: normal;
    text-transform: inherit;
    letter-spacing: 0.09em;
    line-height: 1.9;
    display: block;
}

.category-title.main-btn {
    margin-top: 1vw;
    display: inline-block;
    width: auto;
}

.category-title.main-btn:after {
    margin-left: 3vw;
}

.category-heading-holder {
    margin: 3.1vw 0 7vw;
}

a:hover span.category-title.main-btn {
    opacity: 50%;
    transition: .5s;
}

.color-black {
    color: #000;
}

@media(min-width:768px) {
    .show-mobile {
        display: none !important;
    }
    .show-desktop {
        display: block !important;
    }
    .grid-holder {
        display: grid;
        grid-template-columns: 1fr 1.1499fr;
        grid-gap: 2vw;
    }
    .small-categories-card {
        grid-gap: 2vw;
    }
    .grid-4-holder {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 2vw;
    }
    .main-btn {
        font-family: gotham-book;
        width: 12.7vw;
        font-size: 0.8vw;
        letter-spacing: 0.11em;
        margin: 0;
        margin-top: 3vw;
        margin: 0 auto;
    }
    .main-btn:after {
        line-height: 72%;
        margin-left: 1.2vw;
        font-size: 1.2vw;
    }
    .main-btn.color-blue {
        border-color: #4B9DC7;
        color: #4B9DC7;
    }
    .category-heading {
        font-size: 1.9vw;
        letter-spacing: 0.05em;
        line-height: 1.7;
    }
    .category-subheading {
        font-size: 1.2vw;
    }
    .main-btn-bg {
        background-color: #fff;
        padding: 0.7vw 1.4vw;
        line-height: 1;
        width: 14vw;
    }
    .category-title.main-btn {
        margin-top: 1.3vw;
    }
    .category-title.main-btn:after {
        margin-left: 1.5vw;
    }
    .category-heading-holder {
        margin: 0 0 3vw;
    }
}

@media(min-width:1200px) {
    .color-blue {
        color: #4B9DC7;
    }
    .content-asset-container-sh {
        margin-bottom: 10rem;
    }
    .content-asset-container-sm {
        margin-bottom: 9rem;
    }
    .margin-horizon {
        margin-left: 8.8vw;
        margin-right: 8.8vw;
    }
    .margin-horizon-sm {
        margin-left: 5vw;
        margin-right: 5vw;
    }
}

#main {
    margin-bottom: 0;
    margin-top: 0;
}