/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/
@font-face {
    font-family: "GothamBold";
    font-display: fallback;
    src: url("/font/Gotham-Bold.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GothamBook";
    font-display: fallback;
    src: url("/font/Gotham-Book.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GothamMedium";
    font-display: fallback;
    src: url("/font/Gotham-Medium.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirHeavy";
    font-display: fallback;
    src: url("/font/Avenir-Heavy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirBlack";
    font-display: fallback;
    src: url("/font/Avenir-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirMedium";
    font-display: fallback;
    src: url("/font/Avenir-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirBook";
    font-display: fallback;
    src: url("/font/Avenir-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* COMMON */
html {
    scroll-behavior: smooth;
}
html,
body {
    margin: 0;
    padding: 0;
    background-color: #1E3799;
    color: #fff;
}
body {
    overflow-x: hidden;
}
.shadow {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #1b2a56;
    height: 100px;
}
#header-logo {
    display: block;
    position: absolute;
    top: 15px;
    width: 160px;
}
#header-logo img {
    width: 100%;
}
#Navbar {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}
#Navbar ul {
    position: absolute;
    right: -16em; /*original is 14em*/
    top: 3em;
}
#Navbar ul li {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 10px;
    width: auto;
    text-align: center;
    font-family: "GothamMedium";
    font-size: 16px;
}
#Navbar ul li a {
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
}
#Navbar .cta {
    background-color: #5AFF8E;
    color: #2b2777;
}
#Navbar .login {
    border: solid 1px #5AFF8E;
}

.blend {
    position: absolute;
    top: 0;
    width: 100%;
    height: 140px;
    z-index: 100;
    /*  background: linear-gradient(rgba(5, 86, 153, 1), rgba(0, 180, 192, 1) 95%, rgba(0, 0, 0, 0.1)); 
    mix-blend-mode: darken; */
}
/*SETTING UP FONTS*/
h1,
h2,
h3,
h4,
ul,
li,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
a {
    text-decoration: none;
    cursor: pointer;
}
h1 {
    font-family: GothamBold;
    font-size: 50px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 auto 40px;
}
h2 {
    font-family: GothamBook;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 auto 30px;
}
h3 {
    font-family: GothamBook;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 auto 20px;
}
h4 {
    font-family: GothamMedium;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 auto 20px;
}
p,
li {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.64px;
    margin: 0 auto 25px;
}
.bold {
    font-family: GothamBold;
}
.centre-text {
    text-align: center;
}

/*BODY SECTIONS*/
#banner {
    width: 100%;
    height: 90vh;
    display: block;
    background: url(/img/local-government-banner.jpg) no-repeat 0 0 / cover;
    background-position: center;
}
.main-logo {
    width: 100px;
    position: absolute;
    top: 20px;
}
.wrapper {
    position: relative;
    width: 80vw;
    max-width: 1200px;
    margin: auto;
    padding: 100px 0;
}
.wrapper .lovestory {
    width: 80%;
    position: relative;
    top: 120px;
}
.lovestory h1{
    font-size: 60px;
    text-shadow: 3px 3px 5px black;
}
.lovestory h3{
    font-size: 30px;
    text-shadow: 2px 2px 5px black;
}
.accent {
    color: #5aff8e;
}
.italic{
    font-style: italic;
}
.cta {
    display: inline-block;
    padding: 15px 25px;
    background-color: #5aff8e;
    border-radius: 10px;
    text-align: center;
    font-family: "GothamMedium";
    font-size: 16px;
    color: #0C2461;
    margin-bottom: 30px;
}

.trailer-cta {
    color: white;
    text-decoration: none;
    border: solid 1px white;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    font-family: "GothamBold";
    font-size: 16px;
}

.cta:hover,
.cta-login:hover,
.trailer-cta:hover,
button:hover,
.login:hover,
#Navbar .cta:hover {
    background-color: #0C2461;
    color: #5AFF8E;
    transition: 0.2s;
    cursor: pointer;
}
.cta.main-cta {
    position: absolute;
    right: 2em;
    top: 3em;
}
.cta-wrap {
    text-align: center;
    margin-top: 50px;
}
/*Logo slides*/
.client-logo-wrapper {
    padding: 50px 0;
    align-content: center;
    text-align: center;
}
.client-logos-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: auto;
}
.client-logos-slide:first-of-type{
    margin-top: 80px;
}
.client-logos-slide img {
    width: 12vw;
    max-width: 180px;
    padding: 20px;
}
#prologue, #intro {
    text-align: center;
}
#prologue .bubble{
    width: 300px;
    margin: 50px auto;
    padding: 100px;
    background: transparent url(/img/SpeechBubbleWhiteFlip2.png) center/contain no-repeat;
}
#prologue .bubbletwo{
    width: 300px;
    margin: 50px auto;
    padding: 100px;
     background: transparent url(/img/SpeechBubbleWhite2.png) center/contain no-repeat;
}
#prologue .bubble h3,
#prologue .bubbletwo h3{
    position: relative;
    top: -15px;
    font-family: gothamBold;
}
#intro .grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 5%;
    justify-content: center;
}
#intro .grid-container div {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    border: solid 1px #fff;
    padding: 10px;
    width: 225px;
    margin-top: 40px;
}
#intro h1 {
    font-size: 50px;
}
#intro .grid-container div h4 {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    top: -20px;
}
#intro .grid-container div p {
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
    top: -20px;
}
#intro .grid-container div img {
    width: 40px;
    padding: 0;
    position: relative;
    top: -30px;
    margin: 0;
}

/*TESTIMONIALS START*/

.customer-success {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.customer-success h2 {
    padding-left: 10%;
}

.viewport {
    width: 100vw;
    margin-top: 40px;
    overflow-x: hidden;
    justify-content: center;
}
.cs-tile-container {
    display: flex;
    width: 10000px;
}
.cs-tile.shifted {
    margin-left: -620px;
}
.cs-tile {
    width: 450px;
    height: auto;
    background-color: #0C2461;
    border-radius: 10px;
    margin-right: 90px;
    transition: margin-left 600ms;
    position: relative;
    padding: 40px;
    display: flex;
}
.cs-tile:hover {
    cursor: pointer;
}
.cs-tile div:first-of-type {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
    padding-right: 20px;
}
.cs-tile div {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
}
.cs-tile img:first-of-type {
    width: 120px;
    margin-bottom: 20px;
    border-radius: 100px;
}
.cs-tile img:last-of-type {
    width: 120px;
    margin-top: 20px;
}
.cs-tile h4 {
    margin-bottom: 0;
}
.cs-tile p {
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    line-height: 22px;
}

.cs-tile:hover span {
    transform: translateX(8px);
}
.cs-tile-container i {
    width: 64px;
    height: 64px;
    background-color: red;
}
.indicator-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
}
.carousel-indicator {
    height: 10px;
    width: 10px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 10px;
}
.carousel-indicator.highlight {
    border-color: #e8ff6d;
}
.indicator-container span {
    background: transparent
        url("data:image/svg+xml,%3Csvg class='blog-post-card__icon' xmlns='http://www.w3.org/2000/svg' width='27' height='17' viewBox='0 0 27 17' fill='none'%3E%3Cpath d='M18.4949 0.0292969L16.3785 2.15558L21.2839 7.03803L0.876343 7.05856L0.879362 10.0586L21.231 10.0381L16.4083 14.8834L18.5346 16.9998L27 8.4947L18.4949 0.0292969Z' fill='white'%3E%3C/path%3E%3C/svg%3E")
        no-repeat center center;
    width: 64px;
    height: 16px;
    cursor: pointer;
}
/*TESTIMONIALS END*/
/*WHAT YOU GET START*/

.grid-two {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    column-gap: 50px;
}

#what-you-get {
    padding: 100px 0;
}
#what-you-get img {
    width: 100%;
}
#what-you-get div {
    padding: 50px 0;
}
#whylist{
    list-style: none;
}
#whylist li{
    display: flex;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
}
#whylist img{
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
/*WHAT YOU GET END*/
/*PRICING START*/
#pricing h1,
#pricing h2,
#pricing h4, 
#pricing p {
    text-align: center;
}
#pricing .price-list-items h3,
#pricing .price-list-items p {
    margin-bottom: 10px;
}
.spluge {
    background-image: url("/img/spluges.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
.price-list.spluge {
    max-width: 800px;
    background-size: contain;
}
.price-list {
    position: relative;
    top: -100px;
    width: 100%;
}
.price-list-items {
    display: flex;
    background-color: #c6e5e2;
    border-radius: 10px;
    color: #31414f;
    padding: 10px;
    min-height: 50px;
    align-items: center;
    width: 400px;
    margin: 20px auto;
}
.price-list-items img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#pricing .price-list-items p {
    margin-bottom: 0;
    line-height: 1.2em;
    text-align: left;
    width: 400px;
}
/*PRICING END*/
/*Colours and gradients*/
.quick-links,
.contact-us {
    display: inline-block;
}
.footer ul {
    padding-left: 30px;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    color: #00a9b5;
}
.contact-us {
    text-align: right;
    position: relative;
    top: 40px;
}
.footer-logo {
    width: 80px;
    margin: 0 0 20px 20px;
}
.contact-us {
    float: right;
}
/*ABOUT PAGE START*/
#purpose {
    position: relative;
    height: 800px;
    top: 200px;
    text-align: center;
}
#purpose div{
    width: 70%;
    margin: auto;
}
.chq-story {
    text-align: center;
    margin: auto;
}
.chq-story .like-it{
    width: 60%;
    margin: auto;
}
.chq-story .spluge {
    padding: 140px;
}
.chq-story-wrap {
    width: 80%;
    min-width: 600px;
    margin: auto;
}
#services h3 {
    font-size: 27px;
    font-family: GothamMedium;
}
.cap-grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%;
    row-gap: 50px;
    width: 100%;
    box-sizing: border-box;
}
.grid-items {
    padding: 20px 10px 50px 10px;
    border-top: solid #e8ff6d 3px;
    position: relative;
}
.grid-items a {
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 10px;
    padding-bottom: 5px;
}
.grid-items a:hover {
    color: #e8ff6d;
    border-bottom: solid;
    border-bottom-width: 1.5px;
    padding-bottom: 4px;
}

/*ABOUT PAGE END*/
/*WORK PAGE START*/
.spluge {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 100%;
}
.work {
    background: url(/img/spluges_Spluge_2-01.png) center/80% 100% no-repeat;
    height: 100%;
}
.cases-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 2em;
}
.case {
    background-color: lightblue;
    height: 450px;
    padding: 30px;
    text-align: center;
    color: #fff;
}
img.case-logo {
    width: 200px;
    padding-bottom: 40px;
}
.clientname {
    background: url("/img/bg-image-placeholder.png");
    background-size: cover;
}
/*WORK PAGE END*/
/*CONTACT PAGE START*/
#contact .spluge {
    height: 800px;
    background-size: contain;
}
#contact .spluge div {
    position: relative;
    top: 300px;
    width: 80%;
    text-align: center;
    margin: auto;
}
#waitlist-form {
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding: 50px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
    border-radius: 10px;
    background-color: #fff;
}
#waitlist-form h2 {
    color: #222050;
}
.GetinTouch {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
    vertical-align: top;
    clear: right;
}
.GetinTouch li {
    list-style: none;
    line-height: 50px;
}
.GetinTouch li::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    float: left;
}
.GetinTouch li.email::before {
    background: url(/icons/email_icon.png) no-repeat 100%/100%;
}
.GetinTouch li.number::before {
    background: url(/icons/phone_icon.png) no-repeat 100%/100%;
}
.GetinTouch li.address::before {
    background: url(/icons/location_icon.png) no-repeat 100%/100%;
}
.SaySomething {
    float: right;
    width: 45%;
    box-sizing: border-box;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
#contactForm {
    width: 100%;
}
#contactForm input {
    line-height: 30px;
    padding: 5px 10px;
    border: solid 1px #008699;
    border-radius: 5px;
    width: 95%;
    margin-bottom: 10px;
    font-family: proxima-nova, sans-serif;
    color: #3e546b;
}
#contactForm textarea {
    line-height: 30px;
    padding: 5px 10px;
    border: solid 1px #008699;
    border-radius: 5px;
    width: 95%;
    min-height: 150px;
    margin-bottom: 10px;
    font-family: proxima-nova, sans-serif;
    color: #3e546b;
    resize: vertical;
}
#contactForm button {
    width: 100%;
}
.gradient-one {
    background: linear-gradient(180deg, rgba(0, 180, 192, 1) 0%, rgba(5, 86, 153, 1) 100%);
    height: 400px;
    width: 100%;
    position: relative;
    bottom: 20vh;
    z-index: -100;
    margin-bottom: -20vh;
}
/*CONTACT PAGE END*/
/*9 Step landing pages START*/
/*Banners*/
.step-one {
    background: url(/img/bg-image-placeholder.png) no-repeat center / cover;
}
.step-two {
    background: url(/img/bg-image-placeholder.png) no-repeat center / cover;
}
/*Banner content*/
.lovestory.nineSteps {
    margin: auto;
}
/*9 Step landing pages END*/
/*9 step individual pages*/
.three-steps .easy-wrap {
    width: 100%;
}
.three-steps .easy-wrap-col {
    width: 33%;
    display: inline-flex;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 20px;
    height: 260px;
}
.three-steps .steps {
    border-radius: 50px;
    background-color: #fff;
    border: solid 2px #00a9b5;
    min-width: 70px;
    height: 70px;
    position: relative;
    left: -25px;
    top: 20px;
}
.three-steps .steps h1 {
    color: #00a9b5;
}
.guide.hero-section {
    background-color: white;
}
.guide.hero-img {
    background: url(/img/damian-kernahan.jpg) no-repeat top / cover;
}
.guide .hero-box h2 {
    margin-bottom: 0;
}
.expanding-box {
    width: 50%;
    margin: auto;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
button.readmore {
    font-family: gothamMedium;
    color: #2b2777;
    background: none;
    padding: 0;
}
#more {
    display: none;
}
.step-testimonial {
    width: 60%;
    margin: auto;
    padding: 50px;
    border: solid 1px lightgrey;
    border-radius: 20px;
}
.step-testimonial p {
    font-size: 22px;
    font-style: italic;
}