.flex-until-load {
    display: none !important;
}


/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p,
textarea {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

button,
input,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

img {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    -webkit-appearance: none
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    font-family: Inter, sans-serif
}

body,
html {
    font-weight: 300;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #979797
}

#mainContainer {
    max-width: 1200px;
    height: auto;
    margin: 0 auto
}

#header {
    background: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#logo {
    margin: 2em;
    width: 380px;
    height: 100px;
    background-image: url(https://sleekdesign.com.au/images/logo/logo-inline.svg);
    background-size: contain;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat
}

.grid p {
    width: 100%
}

#navLinks {
    padding-inline-end: 1em
}

.navLink {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    padding-inline-end: 1em
}

.navLink:link {
    color: #121212
}

.navLink:visited {
    color: #121212
}

.navLink:hover {
    color: #be5040
}

.flickity-button {
    background: hsla(0, 0%, 0%, 0) !important;
    color: #fff !important
}

.flickity-button:focus {
    box-shadow: none !important
}

h1,
h2,
h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 3em
}

h1 {
    font-size: 2.8em;
    font-weight: 700;
    color: #121212;
    padding-block-start: .2em
}

h2 {
    font-size: 2.8em;
    font-weight: 600;
    color: #be5040;
    padding-block-end: .6em
}

.feature {
    color: #121212;
    font-size: 1.1em;
    line-height: 1.4em;
    max-width: 440px
}

.bold {
    font-weight: 500
}

h3 {
    font-weight: 500;
    color: #fff;
    font-size: 2em;
    padding-block-end: .4em
}

p {
    font-family: Inter, sans-serif;
    font-weight: 240;
    font-style: normal;
    color: #f1f1f1;
    font-size: 1em;
    line-height: 1.6em;
    text-wrap: pretty
}

a:link {
    color: #f1f1f1;
    text-decoration: none;
    display: inline-block;
    position: relative
}

a:hover {
    color: #f1f1f1
}

a:visited {
    color: #f1f1f1
}

#whiteLink {
    color: #f1f1f1;
    text-decoration: none;
    border-bottom: #f1f1f1;
    border-width: 0 0 1px 0;
    border-style: none none dotted none
}

blockquote {
    text-indent: -.35em;
    padding-bottom: 10px
}

q {
    font-weight: 200;
    font-style: normal;
    color: #1e2123;
    font-size: 1em;
    letter-spacing: .02em;
    line-height: 1.6em;
    font-weight: 300;
    quotes: "“" "”" "‘" "’";
    text-wrap: pretty
}

q:before {
    font-size: 1em;
    content: open-quote
}

q:after {
    font-size: 1em;
    content: close-quote
}

.blackCentered {
    color: #1e2123;
    text-align: center;
    padding-bottom: .8em
}

.whiteCentered {
    color: #f1f1f1;
    text-align: center;
    margin-bottom: 1em
}

.clients {
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    padding-block-end: 1.5em
}

.smallPrint {
    font-size: .8em !important;
    text-align: center;
    color: #f1f1f1;
    margin-top: 50px
}

#header {
    width: 100%
}

#proven {
    font-size: .9em;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 30px;
    gap: .6em;
    padding-block-start: 4em;
    padding-block-end: 1em
}

#proven .rankStar {
    display: block;
    margin-top: 0
}

#aboutContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f1f1f1
}

#aboutmeOne {
    padding-inline-start: 2.2em
}

#aboutmeTwo {
    background-image: url(https://sleekdesign.com.au/images/misc/freelance-graphic-designer-brisbane.png), url(https://sleekdesign.com.au/images/misc/s.png);
    background-size: auto 100%, auto 85%;
    background-position: right bottom, 10% 100%;
    background-repeat: no-repeat, no-repeat;
    padding: 20px 0 0 200px;
    margin: -20px 0 0 -200px
}

.grid {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
}

.colgrid {
    display: grid;
    grid-gap: 2em;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
}

.white-slide {
    position: relative;
    background-color: #f1f1f1;
    height: 100%;
    padding: 2.2em
}

.clientName {
    font-weight: 400;
    font-size: 1.2em;
    color: #1e2123;
    margin-top: 10px
}

.jobTitle {
    font-weight: 400;
    font-size: 1em;
    color: #be5040;
    margin-bottom: 5px
}

.rankStar {
    display: inline-block;
    background-image: url(https://sleekdesign.com.au/images/stars.svg);
    height: 13px;
    width: 70px;
    margin-top: .7rem
}

#contactUs {
    display: block;
    background-color: #1e2123;
    padding: 2.2em
}

#contactUs h1 {
    text-align: center
}

#bannersIcon,
#digitalIcon,
#illustrationIcon,
#printIcon {
    z-index: 2000;
    width: 210px;
    height: 180px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

#printIcon {
    background-image: url(https://sleekdesign.com.au/images/icons/print.svg)
}

#digitalIcon {
    background-image: url(https://sleekdesign.com.au/images/icons/digital.svg)
}

#bannersIcon {
    background-image: url(https://sleekdesign.com.au/images/icons/banners.svg)
}

#illustrationIcon {
    background-image: url(https://sleekdesign.com.au/images/icons/illustration.svg)
}

#logossection {
    background: #1e2123;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

#logossection img {
    width: 200px;
    height: 60px;

}

#logosSectionContainer {
    height: auto
}

#logosSectionContainer h1 {
    margin-bottom: 35px
}

#logoscontainer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin: 20px;
    margin: auto;
    max-width: 860px
}

#logoscontainer img {
    display: block;
    width: 200px;
    margin: 10px
}

#footer {
    position: relative;
    background: #1e2123;
    padding: 2.2em;
    color: #f1f1f1
}

.footerText {
    font-size: .9em
}

label {
    color: #fff
}

#statusMessage {
    display: block;
    padding: 5px;
    color: #be5040;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1em;
    color: #f1f1f1;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    max-width: 340px;
    text-indent: -.35em
}

form label {
    font-size: 1.2em;
    font-weight: 400
}

form {
    margin: auto;
    max-width: 500px
}

input[type=text] {
    font-weight: 400;
    font-size: 1.2em;
    width: 100%;
    padding: 12px 12px;
    margin: 4px 0 14px 0;
    display: inline-block;
    border: none;
    background-color: #141819;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px #141819 inset;
    -webkit-text-fill-color: #fff
}

textarea {
    resize: vertical;
    font-size: 1.2em;
    width: 100%;
    min-height: 150px;
    padding: 12px 12px;
    margin: 8px 0 20px 0;
    display: inline-block;
    border: none;
    background-color: #141819;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #1e2123
}

input {
    transition: all .3s linear
}

input[type=text]:focus {
    outline: 0;
    border: 1px solid #be5040 !important
}

textarea:focus {
    outline: 0;
    border: 1px solid #be5040 !important
}

input[type=text] {
    border: 1px solid #1e2123 !important
}

input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #be5040;
    border: none;
    color: #fff;
    padding: 16px 32px;
    margin: 4px 2px;
    cursor: pointer;
    width: 264px;
    border-radius: 4px
}

#buttonstyle {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #be5040;
    border-radius: 200px;
    border: none;
    padding: 14px 20px;
    margin-block-end: 2em;
    background-image: linear-gradient(to top, #fff 50%, #fff 50%), linear-gradient(to top, #000 50%, transparent 50%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position .2s ease-in-out
}

#buttonstyle:hover {
    background-position: bottom
}

.cta {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #be5040;
    border-radius: 200px;
    padding: 14px 20px;
    margin-block-start: 2em;
    margin-block-end: 2em;
    background-image: linear-gradient(to top, #fff 50%, #fff 50%), linear-gradient(to top, #000 50%, transparent 50%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position .1s ease-in-out
}

.cta:hover {
    background-position: bottom
}

#thankYouMessage {
    text-align: center
}

/* -----------------------------------------TERMS CONTAINER */
#termsContainer {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 5%;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

#termsContainer p {
    margin-bottom: 50px;
}

#termsContainer h3 {
    color: #1e2123;
}

.termsText {
    color: #121212;
    margin-bottom: 1em;
    font-weight: 300;
}

.termsText {
    max-width: 100%;
}

.termsText a {
    color: #1e2123;
    text-decoration: none;
    border-bottom: #1e2123;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}



@media only screen and (max-width:930px) {
    .feature {
        max-width: 300px
    }

    #aboutmeTwo {
        background-size: 75% auto, 80% auto
    }
}

@media only screen and (max-width:666px) {
    #logo {
        margin: 1em;
        margin-right: 0;
        width: 180px;
        height: 70px;
        background-image: url(https://sleekdesign.com.au/images/logo/logo-stacked.svg);
        background-size: contain;
        transition: all .3s ease-in-out;
        background-repeat: no-repeat
    }

    #aboutmeTwo {
        height: 500px;
        background-position: right bottom, 100% 100%;
        background-size: auto 85%, auto 85%;
        padding-top: 80px;
        margin-top: -80px
    }

    .navLink {
        font-size: 1em
    }

    h1 {
        font-size: 3em
    }

    #aboutContainer {
        grid-template-columns: 1fr
    }

    .colgrid {
        grid-template-columns: 1fr;
        max-width: 90%;
        text-align: center
    }

    #testimonials {
        text-align: center
    }

    #footer .colgrid {
        grid-template-columns: 50% 50%;
        max-width: 100%;
        text-align: left;
        grid-gap: 0
    }

    #contactUs {
        text-align: left
    }

    body {
        background-color: #1e2123
    }
}

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

    .pink-slide,
    .white-slide {
        padding: 1.4em
    }
}

.next {
    transition: position 20ms
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(0, -50%) scale(1)
    }

    75% {
        transform: translate(-50%, -50%) scale(1.5)
    }

    0%,
    50% {
        transform: translate(0, -50%) scale(1)
    }

    25% {
        transform: translate(-50%, -50%) scale(1.5)
    }
}

.animate {
    animation: bounce .6s ease-in-out;
    animation-delay: .3s
}

.carousel-cell iframe {
    pointer-events: none
}

.grecaptcha-badge {
    visibility: hidden;
}