body {
    margin: 0;
    width: 100%;
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

.column {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

.column-20 {
    width: 20%;
}

.column-40 {
    width: 40%;
}

.column-50 {
    width: 50%;
}

.column-60 {
    width: 60%;
}

.column-70 {
    width: 70%;
}

.column-30 {
    width: 30%;
}

.row-10 {
    flex: 10%;
}

.row-20 {
    flex: 20%;
}

.row-30 {
    flex: 30%;
}

.row-40 {
    flex: 40%;
}

.row-80 {
    flex: 80%;
}

.row-60 {
    flex: 60%;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.yellow {
    color: #FFEE00;
}

.orange {
    color: #FEA28B;
}

.green {
    color: #8FD8AB;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.webView {
    display: flex;
}

.mobileview {
    display: none;
}

.hightLight {
    width: fit-content;
    background-color: #FFEE00;
    line-height: 1.6;
}

.whiteHightlight {
    width: fit-content;
    background-color: #FFF;
    line-height: 1.5;
    color: #000;
}

.orangeHightlight {
    width: fit-content;
    background-color: #FEA28B;
}

.greenHighlight {
    width: fit-content;
    background-color: #8FD8AB;
    line-height: 1.4;
}

@media (max-width: 550px) {
    .webView {
        display: none;
    }

    .mobileview {
        display: flex;
    }
}

/*section1*/
.section1 {
    width: 100%;
    background-color: #8FD8AB;
}

.section1 .container {
    max-width: 1366px;
    height: 770px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    transition: height 0.3s ease;
}

.cl1 {
    width: 20%;
}

.cl1r1 {
    flex: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

.phoneImg {
    position: absolute;
    left: -19px;
    top: 10%;
}

.computerImg {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: max-width 0.3s ease;
}

.text-content {
    padding: 0% 20%;
    flex: 40%;
    margin-top: -11%;
    text-align: center;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.getTouch {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 12%;
}

@media (max-width: 1024px) {
    .text-content {
        padding: 0% 5%;
    }

    .computerImg {
        max-width: 120%;
    }
}

@media (max-width: 550px) {
    .section1 .container {
        height: 720px;
    }

    img {
        max-width: 150%;
        height: auto;
    }

    .logo {
        top: 27%;
        position: relative;
    }

    .phoneImg {
        position: static;
    }

    .ausiesGetToughonTechImg {
        max-width: 100% !important;
    }

    .computerImg {
        max-width: 180%;
    }

    .cl1r1 {
        flex: 20%;
        display: flex;
    }

    .getTouch {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .text-content {
        font-size: 16px;
        padding: 0;
    }
}

@media (max-width: 420px) {
    .section1 .container {
        height: 670px;
    }
}

/*section2*/
.section2 {
    width: 88%;
    background-color: #FFF;
    margin: auto;
    top: -8%;
    position: relative;
    max-width: calc(0.88 * 1366px);
    height: max-content;
}

.section2 .container {
    max-width: calc(0.88 * 1366px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
    margin-top: 20px;
}

.section2 .header {
    margin: auto;
    font-size: 35px;
    text-align: left;
    padding: 2% 2% 0 2%;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.section2 .bottom-column {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section2 .bottom-column figure {
    margin-left: 2%
}

.section2 .bottom-column p:nth-child(2),
.section2 .bottom-column p:nth-child(3),
.section2 .bottom-column div {
    padding: 2% 2% 0 2%;
}

.section2 .left-column {
    font-size: 16px;
    width: 50%;
    max-width: 500px;
    padding-right: 5px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section2 .left-column a:link, a:visited {
    color: #8FD8AB ;

}

.section2 .left-column a:hover, a:active {
    color: #000;
}

.section2 .right-column {
    width: 50%;
    max-width: 500px;
    padding-right: 5px;
    padding-top: 10px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section2 .socials a:link,
a:visited {
    font-size: 3rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding-left: 6px;
}

.section2 .socials a:hover,
a:active {
    opacity: 0.7;
}

.totalCount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #8FD8AB;
    max-width: 502px;
    height: 111px;
    padding: 0 5px;
}

.digit {
    background-color: #8FD8AB;
    border: solid #FFFFFF 1px;
    width: 58px;
    height: 90px;
    color: #FFFFFF;
    margin-right: 5px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    padding-bottom: 5px;
    font-size: calc(90px + (100vw - 1366px) * 0.05);
}

.digit:first-child {
    margin-left: 5px;
}

.yeps {
    color: #FFF049;
    font-weight: bold;
    font-size: calc(1vw + 1vh);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.section2 input {
    width: 100%;
    height: 66px;
    margin: 5px;
    padding-left: 15px;
    border: 1px solid;
}

.submitBtn {
    width: 170px;
    height: 54px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.goOn {
    font-size: 16px;
    width: 109px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

input.consent {
    width: 18px;
    height: 18px;
    accent-color: #FFEE00;
}

span.consent {
    font-size: 12px;
}

@media (max-width: 550px) {
    .section2 .container {
        flex-direction: column;
        padding: 0 2%;
        align-items: center;
        text-align: center;
    }

    .section2 .header {
        text-align: center;
    }

    .section2 input {
        text-align: center;
    }

    .section2 .left-column,
    .section2 .right-column {
        width: 100%;
        max-width: none;
    }

    .section2 .bottom-column {
        align-items: center;
        text-align: center;
    }

    .digit {
        font-size: calc(70px + (100vw - 550px) * 0.05);
    }

    .yeps {
        font-size: calc(30px + (100vw - 550px) * 0.05);
    }

    .goOn {
        margin: 24px auto 0;
        width: 118px;
    }

    .note {
        font-size: 14px;
        margin: 0 auto;
    }
}

/*section3*/
.section3 {
    width: 93%;
    background-color: #000;
    margin: auto;
    color: #FFF;
    height: max-content;
    transition: height 0.5s ease;
    max-width: 1366px;
}

.section3 .section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 3%;
}

.section3 .column {
    padding: 20px;
    box-sizing: border-box;
}

.section3 p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.learnMoreBtn {
    width: 170px;
    height: 54px;
}

.section3 p.whatInTheWorld {
    font-size: 60px;
    width: 65%;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.holdThePhone {
    width: 23%;
    position: relative;
    top: 7%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section3 .left-column {
    width: 40%;
}

.section3 .right-column {
    padding-top: 60px;
    max-width: calc(0.38 * 1366px);
    height: auto;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section3 .right-column p:nth-child(1) {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section3 .section-2 {
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section3 .section-2 figure {
    margin: 0;
}

.section3 .section-2 .row-1 {
    width: 26%;
}

.section3 .section-2 .row-2,
.section3 .section-2 .row-3 {
    width: 36%;
}

@media(max-width:1066px) {
    .section3 .left-column {
        width: 40%;
    }

    .section3 .right-column {
        width: 60%;
    }

    .holdThePhone {
        width: 33%;
    }

    .section3 p.whatInTheWorld {
        width: 55%;
    }
}

@media(max-width:973px) {
    .section3 .left-column {
        width: 35%;
    }

    .section3 .right-column {
        width: 60%;
    }

    .holdThePhone {
        width: 33%;
    }

    .section3 p.whatInTheWorld {
        width: 75%;
    }
}

@media (max-width: 770px) {
    .section3 .left-column {
        width: 95%;
    }

    .section3 .section,
    .section3 .section .column {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 0;
    }

    .holdThePhone {
        width: 45%;
    }

    .section3 p.whatInTheWorld {
        width: 55%;
        margin: 0;
    }

    .section3 .right-column {
        padding: 0;
        width: 95%;
    }

    .learnMoreBtn {
        padding-top: 15px;
    }

    .section3 .row-1 {
        width: 42% !important;
        display: block;
        text-align: center;
        align-items: center;
    }

    .section3 .row-2,
    .section3 .row-3 {
        width: 54% !important;
        display: block;
        text-align: center;
        align-items: center;
    }
}

/*section4*/
.section4 {
    width: 86%;
    margin: auto;
    max-width: 1366px;
    height: max-content;
}

.section4 .row-1 .first-column {
    font-size: 60px;
    padding: 42px 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.section4 .row-1 .second-column {
    padding: 42px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section4 .row-1 .second-column .text-content-2 {
    font-weight: bold;
    width: 60%
}

.section4 .row-2 .first-column {
    padding-top: 42px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section4 .row-2 .first-column .text-content-1 {
    font-weight: bold;
}

.section4 .row-2 .first-column p {
    width: 72%
}

.section4 .row-2 .second-column {
    background-color: #FEA28B;
    font-size: calc(60px + (7 * (100vw - 779px) / (1580 - 779)));
    transition: font-size 0.5s ease;
    flex-direction: row;
    height: 472px;
}

.section4 .row-2 .second-column .text-content-1 {
    width: max-content;
    align-items: end;
    display: flex;
}

.section4 .row-2 .second-column .text-content-2 {
    width: 43%;
    position: relative;
    left: -71px;
    max-width: 60px;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    font-optical-sizing: auto;
    font-style: normal;
}

.section4 .row-2 .second-column .text-content-2 p {
    margin-top: 13%;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.machineImg {
    left: -45px;
    position: relative;
    bottom: -1px;
}

.section4 .row-3 {
    padding-top: 42px;
}

.section4 .row-3 .first-column {
    background-color: #8FD8AB;
    font-size: 60px;
    flex-direction: row;
    height: 482px;
    color: #fff;
    font-weight: bold;
    width: 544px;
    margin-right: 4%;
}

.section4 .row-3 .first-column .text-content-1 {
    width: 27%;
    padding: 10px 10px 20px 20px;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    font-optical-sizing: auto;
    font-style: normal;
}

.section4 .row-3 .first-column .text-content-1 p {
    width: 20%;
}

.section4 .row-3 .first-column .text-content-2 {
    padding: 20px 10px 20px 20px;
    right: -25px;
    position: relative;
    top: 18%;
}

.section4 .row-3 .second-column {
    text-align: left;
    justify-content: center;
    padding-bottom: 30%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section4 .row-3 .second-column .text-content-1 {
    font-weight: bold;
}

.section4 .row-3 .second-column p {
    width: 90%;
    padding-left: 25px;
}

.paperImg {
    width: 353px;
}

.section4 .row-4 .first-column {
    font-size: 60px;
    padding: 42px 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.section4 .row-4 .second-column {
    padding: 42px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section4 .row-4 .second-column .text-content-1 {
    width: 90%
}

@media (min-width: 771px) and (max-width: 1086px) {
    .section4 .row-2 .second-column {
        font-size: 38px;
    }

    .section4 .row-2 .second-column .text-content-2 {
        left: -116px;
    }
}

@media (max-width: 770px) {

    .section4 .row,
    .section4 .row .first-column,
    .section4 .row .second-column {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .section4 .row .first-column {
        padding: 10px 0 0 0;
    }

    .section4 .row .second-column {
        padding: 0;
    }

    .section4 .row-1 .second-column .text-content-2 {
        width: 67%
    }

    .section4 .row-2 .second-column {
        font-size: 55px;
        width: 100%;
        flex-direction: row;
    }

    .section4 .row-2 .second-column .text-content-2 {
        text-align: left;
        width: 31%;
        padding-left: 14%;
    }

    .section4 .row-2 .second-column .text-content-2 p {
        margin-top: -75%;
    }

    .machineImg {
        left: 51px;
        position: relative;
        bottom: -39px;
    }

    .section4 .row-2 .second-column div:first-child {
        order: 2;
    }

    .section4 .row-2 .second-column div:last-child {
        order: 1;
    }


    .section4 .row:nth-child(2) .column:first-child {
        order: 2;
    }

    .section4 .row:nth-child(2) .column:last-child {
        order: 1;
    }

    .section4 .row-2 .first-column {
        width: 100%;
    }

    .section4 .row-3 .first-column {
        width: 100%;
        text-align: left;
        flex-direction: row;
    }

    .section4 .row-3 .first-column .text-content-2 {
        top: 0;
        left: 10%;
    }

    .section4 .row-3 .second-column {
        width: 100%;
    }
}

@media (max-width: 584px) {

    .section4 .row .first-column,
    .section4 .row .second-column {
        width: 100%;
    }

    .section4 .row-1 .second-column p {
        width: 92%;
        padding-left: 0px;
    }

    .section4 .row-2 .second-column {
        height: max-content;
        font-size: 44px;
    }

    .section4 .row-2 .second-column .text-content-2 {
        width: 26%;
        padding-left: 4%;
        position: relative;
        left: 0;
        top: 0%;
        width: 27%;
    }

    .section4 .row-2 .second-column .text-content-2 p {
        margin-top: 0;
    }

    .machineImg {
        left: 19%;
        bottom: -1px;
        max-width: 90%;
    }

    .section4 .row-3 .first-column {
        height: 346px;
    }

    .section4 .row-2 .first-column p,
    .section4 .row-3 .second-column p {
        width: 92%;
        padding-left: 0px;
    }

    .section4 .row-3 .first-column {
        font-size: 44px;
    }

    .section4 .row-3 .first-column .text-content-2 {
        right: 0;
        top: 0;
        padding: 0;
        left: 0;
    }

    .paperImg {
        max-width: 110%;
        height: auto;
    }
}

/*section5*/
.section5 {
    background-color: #FEA28B;
    width: 90%;
    margin: auto;
    height: 650px;
    max-width: 1366px;
}

.section5 .column-1 .text-content-1 {
    font-size: 65px;
    width: 20%;
    padding: 15% 15% 0 10%;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    line-height: 1.1;
    font-optical-sizing: auto;
    font-style: normal;
}

.section5 .column-1 .text-content-2 {
    width: 40%;
    padding-left: 10%;
    padding-bottom: 30%;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section5 .column-2 {
    align-items: end;
}

.section5 .design {
    position: relative;
    right: 6%;
    top: 6%;
    width: 95%;
    height: 516px;
    margin: auto;
}

.container-slides {
    height: 100%
}

.slides {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.slide {
    list-style-type: none;
    width: 6%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

/* brands colors */
.brand1 {
    background-color: #fff;
}

.brand1.slide a.action span {
    color: #000;
}

.brand1 .text-content-1 {
    width: 55%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-top: 20%;
    padding-bottom: 5%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.brand1 .text-content-2 {
    width: 55%;
    color: #000;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.brand2 {
    background-color: #000;
}

.brand2 .text-content-1 {
    width: 55%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-top: 20%;
    padding-bottom: 5%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.brand2 .text-content-2 {
    width: 55%;
    height: 67px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.brand3 {
    background-color: #8FD8AB;
}

.brand3 .text-content-1 {
    width: 55%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 15%;
    padding-bottom: 5%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.brand3 .text-content-2 {
    width: 55%;
    height: 67px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.slide a.action {
    display: block;
    height: 100%;
    position: relative;
}

.slide a.action span {
    font-weight: 600;
    color: #fff;
    transform: rotate(270deg);
    position: absolute;
    bottom: 8%;
    width: 140px;
    left: -30%;
    height: 100px;
}

.slide-content {
    display: block;
    width: 720px;
    padding: 40px;
}

.slide-content {
    color: #fff;
}

.active {
    width: 80%;
}

.active a.action {
    display: none;
}

.finesTheCrimeImg {
    width: 151px;
    height: 103px;
}

.safetyByDesignImg {
    width: 155px;
    height: 69px;
}

.protectInnocentImg {
    width: 166px;
    height: 132px;
}

@media (max-width: 662px) {
    .section5 {
        height: 1200px;
    }

    .section5 .row {
        flex-direction: column;
        text-align: center;
    }

    .section5 .row .column-1 {
        text-align: center;
        width: 100%
    }

    .section5 .row .column-1 .text-content-1 {
        width: 77%;
        padding-top: 5%;
    }

    .section5 .row .column-1 .text-content-2 {
        width: 40%;
        margin: auto;
        padding: 0;
    }

    .section5 .design {
        left: 0px;
        width: 85%;
        height: 669px;
        position: relative;
        top: 60px;
    }

    .container-slides {
        height: 669px;
    }

    .slide {
        width: 100%;
        height: 6%;
    }

    .active {
        height: 627px;
        width: 100%;
    }

    .slides {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 627px;
        flex-direction: column;
    }

    .slide-content {
        display: flex;
        width: 80%;
        padding: 0px;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
    }

    .brand1 .text-content-1 {
        width: 100%;
        font-weight: bold;
        color: #000;
        position: relative;
    }

    .brand1 .text-content-2 {
        width: 100%;
    }

    .brand2 .text-content-1 {
        width: 100%;
        padding-bottom: 11%;
    }

    .brand2 .text-content-2 {
        width: 100%;
    }

    .brand3 .text-content-1 {
        width: 100%;
        padding-bottom: 21%;
    }

    .brand3 .text-content-2 {
        width: 100%;
    }

    .section5 .heading {
        padding-top: 12%
    }

    .slide a.action span {
        height: 24px !important;
        left: 89% !important;
    }
}

@media(max-width:348px) {
    .brand1 .text-content-1 {
        width: 100%;
        padding-bottom: 12%;
    }

    .brand2 .text-content-1 {
        width: 100%;
        padding-bottom: 24%;
    }


    .brand3 .text-content-1 {
        width: 100%;
        padding-bottom: 35%;
    }
}

@media (max-width:320px) {
    .section5 {
        height: 1301px;
    }
}

@media (max-width: 1072px) {
    .section5 .column-1 .text-content-1 {
        font-size: 70px;
    }
}

@media (max-width: 1000px) {
    .section5 .column-1 .text-content-1 {
        font-size: 60px;
    }
}

@media (max-width: 956px) {
    .section5 .column-1 .text-content-1 {
        font-size: 50px;
    }

    .section5 .design {
        right: 0;
    }
}

@media (max-width: 852px) {
    .section5 {
        height: max-content;
    }

    .section5 .row {
        flex-direction: column;
        text-align: center;
    }

    .section5 .column {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .section5 .column-1 .text-content-1 {
        width: 100%;
        padding: 5% 0 0 0;
    }

    .section5 .column-1 .text-content-2 {
        width: 100%;
        padding: 2% 0 0 0;
    }

    .section5 .column-2 {
        padding-bottom: 14%;
    }

    .section5 .heading {
        display: flex;
        text-align: center;
        margin: auto;
        max-width: 62%;
    }

    .slide a.action span {
        transform: none;
        width: 12%;
        right: 0;
        height: 4px;
        left: 43%;
    }
}

/*section6*/
.section6 {
    width: 86%;
    margin: auto;
    max-width: 1366px;
    height: max-content;
}

.section6 .text-content-1 {
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    font-optical-sizing: auto;
    font-style: normal;
}

.section .text-content-2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section6 .text-content-3 {
    width: 47%;
    margin: auto;
    padding-top: 4%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section6 .column-1 {
    text-align: center;
    align-items: center;
    width: 75%;
}

.section6 .column-1 .container {
    padding-bottom: 12.5%;
}

.section6 .column-2 {
    justify-content: end;
    position: relative;
}

.shareBtn {
    width: 170px;
    height: 54px;
}

.section6 .socials a:link,
a:visited {
    font-size: 3rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding-left: 6px;
}

.section6 .socials a:hover,
a:active {
    opacity: 0.7;
}

.koalaImg {
    width: 306px;
}

@media (max-width: 550px) {
    .section6 .row {
        flex-direction: column;
        width: 100%;
        text-align: center;
        align-items: center
    }

    .section6 .column {
        width: 100%;
        text-align: center;
        align-items: center;
        left: 0;
    }

    .section6 .text-content-1 {
        font-size: 60px;
    }

    .section6 .text-content-2 {
        width: 58%;
        margin: auto;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .section6 .text-content-3 {
        width: 100%;
    }

    .koalaImg {
        width: 216px;
        height: 296px;
    }
}

/*section7*/

.section7 {
    width: 100%;
    margin: auto;
    background: linear-gradient(to right, #8FD8AB 50%, #FEA28B 50%);
}

.section7 .row {
    max-width: 1366px;
    margin: auto;
}

.section7 .column-1 {
    background-color: #8FD8AB;
}

.section7 .column-1 .container {
    width: 48%;
    padding: 15%;
}

.section7 .column-1 .text-content-1 {
    font-size: 62px;
    padding-bottom: 9%;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    font-optical-sizing: auto;
    font-style: normal;
}

.section7 .column-1 .text-content-2 {
    padding-bottom: 9%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section7 .column-2 {
    background-color: #FEA28B;
    text-align: right;
    align-items: end;
}

.section7 .column-2 .container {
    width: 48%;
    text-align: end;
    padding: 15%;
    transition: all 0.3s ease;
}

.section7 .column-2 .text-content-1 {
    font-size: 62px;
    color: #fff;
    padding-bottom: 9%;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    font-optical-sizing: auto;
    font-style: normal;
}

.section7 .column-2 .text-content-2 {
    padding-bottom: 6%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.section7 .socials a:link,
a:visited {
    font-size: 3rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding-left: 6px;
}

.section7 .socials a:hover,
a:active {
    color: #8FD8AB;
}


@media (max-width: 790px) {
    .section7 {
        background: linear-gradient(to bottom, #8FD8AB 50%, #FEA28B 50%);
    }

    .section7 .row {
        flex-direction: column;
        width: 99%;
        text-align: center;
        align-items: center
    }

    .section7 .row .column {
        width: 100%;
        text-align: center;
        align-items: center
    }

    .section7 .column-1 .container,
    .section7 .column-2 .container {
        width: 63%;
        padding: 15% 0%;
        text-align: center;
        align-items: center
    }

    .section7 .column-1 .text-content-1,
    .section7 .column-2 .text-content-1 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1367px) {
    .digit {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1366px) {
    .section7 .column-2 .container {
        width: 50%;
    }
}

@media only screen and (max-width: 1154px) {
    .section7 .column-2 .container {
        width: 63%;
        padding: 15% 32%;
    }
}

@media only screen and (max-width: 1052px) {
    .section7 .column-2 .container {
        width: 68%;
        padding: 15% 26%;
    }
}

@media only screen and (max-width: 970px) {
    .section7 .column-2 .container {
        width: 74%;
        padding: 15% 18%;
    }

    .section7 .column-1 .container {
        width: 74%;
        padding: 15% 10%;
    }
}

@media only screen and (max-width: 850px) {
    .section7 .column-2 .container {
        width: 66%;
        padding: 15% 3%;
    }

    .section7 .column-1 .container {
        width: 65%;
        padding: 15% 2%;
    }
}

@media only screen and (max-width: 551px) {

    .section7 .column-1 .text-content-1,
    .section7 .column-2 .text-content-1 {
        font-size: 40px;
    }
}

.warn {
    animation: shake 0.5s;
    border: 2px solid #eb5a68 !important;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* Start Animated Spinner */
.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(255, 238, 0, 1);
    border-left: .8em solid #8FD8AB;
    animation: spin 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* End Animated Spinner */