@font-face {
    font-family: "Radomir tinkov gilroy";
    src: url("/wp-content/themes/Personetics/assets/fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Radomir tinkov gilroy";
    src: url("/wp-content/themes/Personetics/assets/fonts/Radomir-Tinkov---Gilroy-Heavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Radomir tinkov gilroy";
    src: url("/wp-content/themes/Personetics/assets/fonts/Radomir-Tinkov---Gilroy-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Radomir tinkov gilroy";
    src: url("/wp-content/themes/Personetics/assets/fonts/Radomir-Tinkov---Gilroy-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Radomir tinkov gilroy";
    src: url("/wp-content/themes/Personetics/assets/fonts/Radomir-Tinkov---Gilroy-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Radomir tinkov gilroy";
    src: url("/wp-content/themes/Personetics/assets/fonts/Radomir-Tinkov---Gilroy-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    /* font-family: sans-serif; */
    font-family: Radomir tinkov gilroy;
}




.all-the-form-top {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    background-color: #000;
    /* z-index: 9999; */
    z-index: 9999999;
    transition: all 0.5s;
    /*height: 760px;*/
	height: auto;
    overflow: auto;
}

.all-the-form-top .inside-the-form-top {
    width: 70%;
    margin: 0 auto 0;
}

.all-the-form-top .inside-the-form-top .the-close {
    position: absolute;
    top: 26px;
    right: 18px;
    width: 39px;
    cursor: pointer;
}

.all-the-form-top .inside-the-form-top .the-close img {
    width: 100%;
    display: block;
}

.the-close {
    color: #ffffff;
    font-size: 30px;
}

.all-the-form-top .inside-the-form-top .the-title {
    color: #fee000;
    font-size: 1.7vw;
    font-weight: bold;
    padding: 60px 0 21px 0;
}


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

    .all-the-form-top {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        background-color: #000;
        z-index: 99999;
        /*transition: all 0.5s;*/
        overflow: auto;
    }

    .all-the-form-top .inside-the-form-top {
        width: 90%;
        margin: 0 auto 0;
    }

    .all-the-form-top .inside-the-form-top .the-close {
        position: absolute;
        top: 0;
        right: 28px;
        width: 20px;
        cursor: pointer;
    }

    .all-the-form-top .inside-the-form-top .the-close img {
        width: 100%;
        display: block;
    }

    .all-the-form-top .inside-the-form-top .the-title {
        color: #fee000;
        font-size: 4.7vw;
        font-weight: bold;
        padding: 22px 34px 21px 0;
    }


}





.all-the-first-block {
    position: relative;
    overflow: hidden;
    height: 50vw;
}

.all-the-first-block .arrow-down {
    position: absolute;
    bottom: 7%;
    left: 48%;
    width: 3%;
}

.all-the-first-block .arrow-down img {
    width: 100%;
    display: block;
}

.all-the-first-block .all-the-menu-open {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0a1a2b;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -100%;
    /*transition: all 0.5s;*/
}

.all-the-first-block .all-the-menu-open .the-close-button {
    position: absolute;
    top: 8%;
    right: 3.5%;
    width: 53px;
}

.all-the-first-block .all-the-menu-open .the-close-button img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.all-the-first-block .all-the-menu-open .all-the-menu-nav {
    width: 50vw;
    height: 44vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.all-the-first-block .all-the-menu-open .all-the-menu-nav a {
    color: white;
    text-align: center;
    font-size: 2vw;
    text-decoration: none;
    margin: 0 0 2.2vw 0;
    transition: all 0.5s;
}

.all-the-first-block .all-the-menu-open .all-the-menu-nav a:hover {
    color: #fee000;
}



.all-the-first-block .the-top-menu {
    height: 90px;
    width: 92%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    position: fixed;
    padding: 0 4%;
    z-index: 9;
}

.all-the-first-block .the-top-menu .left-side-menu {
    display: flex;
    align-items: center;
}

.all-the-first-block .the-top-menu .left-side-menu .the-link-logo {
    width: 205px;
}

.all-the-first-block .the-top-menu .left-side-menu .the-link-logo img {
    display: block;
    width: 100%;
}

.all-the-first-block .the-top-menu .left-side-menu .the-link-request {
    display: block;
    background: #ffe103;
    text-decoration: none;
    color: black;
    padding: 12px 12px;
    font-size: 23px;
    font-weight: 500;
    margin: 0 70px 0 0;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    display: none;
}

.all-the-first-block .the-top-menu .right-side-menu {
    display: flex;
    align-items: center;
}

.all-the-first-block .the-top-menu .right-side-menu .the-link-humburger {
    display: block;
    cursor: pointer;
    z-index: 999999;
}

.all-the-first-block .the-top-menu .right-side-menu .the-link-request {
    display: block;
    background: #ffe103;
    text-decoration: none;
    color: black;
    padding: 12px 12px;
    font-size: 23px;
    font-weight: 500;
    margin: 0 70px 0 0;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}




.all-the-first-block .the-bottom-text {
    height: calc(100% - 60px);
    width: 86%;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.all-the-first-block .the-bottom-text .the-first-text {
    font-size: 2.07vw;
    font-weight: 800;
    margin: -7vw 0 0 0;
}

.all-the-first-block .the-bottom-text .the-seconde-text {
    font-size: 1.54vw;
    font-weight: 600;
    width: 24vw;
    margin: 0 0 2vw 0;
}

.all-the-first-block .the-bottom-text .the-third-text,
.all-the-first-block .the-bottom-text .the-third-text h1 {
    font-size: 1.1vw;
    font-weight: 600;
    width: 20vw;
    margin: 0 0 1vw 0;
}


.all-the-first-block .element-1 {
    position: absolute;
    top: -15px;
    right: 44%;
    width: 18.5%;
}

.all-the-first-block .element-1 img {
    display: block;
    width: 100%;
}

.all-the-first-block .element-2 {
    position: absolute;
    top: 20%;
    right: -2%;
    width: 14%;
}

.all-the-first-block .element-2 img {
    display: block;
    width: 100%;
}

.all-the-first-block .element-3 {
    position: absolute;
    bottom: 3%;
    right: 3%;
    width: 13%;
    transform: rotate(13deg);
}

.all-the-first-block .element-3 img {
    display: block;
    width: 100%;
}

.all-the-first-block .element-4 {
    position: absolute;
    bottom: 7%;
    right: 51%;
    width: 18%;
    transform: rotate(7deg);
}

.all-the-first-block .element-4 img {
    display: block;
    width: 100%;
}

.all-the-first-block .element-5 {
    background: #4f7ece;
    color: white;
    position: absolute;
    top: 20%;
    right: 26%;
    width: 14vw;
    height: 14vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.all-the-first-block .element-5 .text-1 {
    font-size: 1.2vw;
    font-weight: 800;
    padding: 0 14%;
    margin: 0 0 1vw 0;
}

.all-the-first-block .element-5 .text-2 {
    font-size: 0.8vw;
    font-weight: 400;
    padding: 0 11%;
}



.all-the-first-block .element-6 {
    background: #ffac2f;
    color: black;
    position: absolute;
    top: 60%;
    right: 30%;
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.all-the-first-block .element-6 .text-1 {
    padding: 0 12%;
    font-size: 1.2vw;
    font-weight: 800;
    margin: 0 0 1vw 0;
}

.all-the-first-block .element-6 .text-2 {
    font-size: 0.8vw;
    font-weight: 400;
    padding: 0 11%;
}



.all-the-first-block .element-7 {
    color: black;
    position: absolute;
    top: 43%;
    right: 15%;
    width: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.all-the-first-block .element-7 img {
    display: block;
    width: 100%;
}

.all-the-first-block .element-7 .all-the-text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.all-the-first-block .element-7 .all-the-text .text-1 {
    font-size: 1.2vw;
    font-weight: 800;
    padding: 0 2%;
    margin: 0 0 1vw 0;
}

.all-the-first-block .element-7 .all-the-text .text-2 {
    font-size: 0.8vw;
    font-weight: 400;
    padding: 0 11%;
}





.all-the-first-block .element-12 {
    color: black;
    position: absolute;
    top: 23%;
    right: 45%;
    width: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.all-the-first-block .element-12 img {
    display: block;
    width: 100%;
}

.all-the-first-block .element-12 .all-the-text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.all-the-first-block .element-12 .all-the-text .text-1 {
    font-size: 1.2vw;
    font-weight: 800;
    padding: 0 20%;
    margin: 0 0 1vw 0;
}

.all-the-first-block .element-12 .all-the-text .text-2 {
    font-size: 0.8vw;
    font-weight: 400;
    padding: 0 11%;
}




.all-the-first-block .element-8 {
    position: absolute;
    top: 14%;
    right: 44%;
    width: 3vw;
    height: 3vw;
    border: solid 2px #19bbed;
}

.all-the-first-block .element-9 {
    position: absolute;
    bottom: 15%;
    left: 0%;
    width: 3vw;
    height: 3vw;
    border: solid 2px #000000;
    /*transform: rotate(45deg);*/
}

.all-the-first-block .element-10 {
    position: absolute;
    top: 17%;
    left: 7%;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background: #fedf00;
}

.all-the-first-block .element-11 {
    position: absolute;
    top: 48%;
    right: 1%;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: #d9d9d9;
}





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

    .all-the-first-block {
        position: relative;
        overflow: hidden;
        height: 190vw;
    }

    .all-the-first-block .arrow-down {
        position: absolute;
        bottom: 0%;
        left: 47%;
        width: 7%;
    }

    .all-the-first-block .arrow-down img {
        width: 100%;
        display: block;
    }

    .all-the-first-block .all-the-menu-open {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #0a1a2b;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -100%;
        /*transition: all 0.5s;*/
    }

    .all-the-first-block .all-the-menu-open .the-close-button {
        position: absolute;
        top: 8%;
        right: 3.5%;
        width: 30px;
    }

    .all-the-first-block .all-the-menu-open .the-close-button img {
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .all-the-first-block .all-the-menu-open .all-the-menu-nav {
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .all-the-first-block .all-the-menu-open .all-the-menu-nav a {
        color: white;
        text-align: center;
        font-size: 4vw;
        text-decoration: none;
        margin: 0 0 7vw 0;
        /* transition: all 0.5s; */
    }

    .all-the-first-block .all-the-menu-open .all-the-menu-nav a:hover {
        color: #fee000;
    }





    .all-the-first-block .the-top-menu {
        height: 90px;
        margin: 0 auto 0;
        padding: 16px 4%;
    }

    .all-the-first-block .the-top-menu .left-side-menu {
        display: block;
    }

    .all-the-first-block .the-top-menu .left-side-menu .the-link-logo {
        width: 150px;
        display: block;
    }

    .all-the-first-block .the-top-menu .left-side-menu .the-link-request {
        display: block;
        margin: 10px 0 0 0;
        font-size: 16px;
    }

    .all-the-first-block .the-top-menu .right-side-menu .the-link-request {
        display: none;
    }

    .all-the-first-block .the-bottom-text {
        height: auto;
        width: 93%;
        z-index: 8;
        position: relative;
        display: block;
        padding: 0 0 0 0;
        position: absolute;
        top: 24%;
        left: 3%;
    }

    .all-the-first-block .the-top-menu .right-side-menu .the-link-humburger {
        display: block;
        width: 30px;
        z-index: 9;
    }

    .all-the-first-block .element-1 {
        position: absolute;
        top: -13px;
        right: 0%;
        width: 60%;
    }

    .all-the-first-block .element-2 {
        display: none;
    }

    .all-the-first-block .element-3 img {
        display: none;
    }

    .all-the-first-block .element-4 {
        position: absolute;
        bottom: 39%;
        right: -7%;
        width: 46%;
        transform: rotate(7deg);
    }

    .all-the-first-block .element-6 {
        background: #ffac2f;
        color: black;
        position: absolute;
        top: 71%;
        right: 45%;
        width: 46vw;
        height: 46vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .all-the-first-block .element-7 {
        color: black;
        position: absolute;
        top: 60%;
        right: 3%;
        width: 45vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .all-the-first-block .element-7 .all-the-text .text-1 {
        font-size: 4vw;
        font-weight: 800;
        padding: 0 2%;
        margin: 0 0 1vw 0;
    }

    .all-the-first-block .element-7 .all-the-text .text-2 {
        font-size: 3.1vw;
        font-weight: 400;
        padding: 0 6%;
    }

    .all-the-first-block .element-6 .text-1 {
        font-size: 4vw;
        font-weight: 800;
        padding: 0 2%;
        margin: 0 0 1vw 0;
    }

    .all-the-first-block .element-6 .text-2 {
        font-size: 3.1vw;
        font-weight: 400;
        padding: 0 4%;
    }

    .all-the-first-block .element-5 {
        background: #4f7ece;
        color: white;
        position: absolute;
        top: 49%;
        right: 52%;
        width: 37vw;
        height: 37vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .all-the-first-block .element-5 .text-1 {
        font-size: 4vw;
        font-weight: 800;
        padding: 0 2%;
        margin: 0 0 1vw 0;
    }

    .all-the-first-block .element-5 .text-2 {
        font-size: 3.1vw;
        font-weight: 400;
        padding: 0 8%;
    }

    .all-the-first-block .the-bottom-text .the-first-text {
        font-size: 5vw;
        font-weight: 800;
        margin: -7vw 0 0 0;
        letter-spacing: -0.13vw;
    }

    .all-the-first-block .the-bottom-text .the-seconde-text {
        font-size: 4.5vw;
        font-weight: 600;
        width: 69vw;
        margin: 0 0 2vw 0;
    }

    .all-the-first-block .the-bottom-text .the-third-text,
    .all-the-first-block .the-bottom-text .the-third-text h1 {
        font-size: 3.2vw;
        font-weight: 600;
        width: 65vw;
    }

    .all-the-first-block .element-10 {
        position: absolute;
        top: 18%;
        left: -1%;
        width: 5.5vw;
        height: 5.5vw;
        border-radius: 50%;
        background: #fedf00;
    }

    .all-the-first-block .element-9 {
        position: absolute;
        bottom: 37%;
        left: -1%;
        width: 6vw;
        height: 6vw;
        border: solid 2px #000000;
        transform: rotate(45deg);
    }

    .all-the-first-block .element-11 {
        position: absolute;
        top: 31%;
        right: 10%;
        width: 5vw;
        height: 5vw;
        border-radius: 50%;
        background: #d9d9d9;
    }

    .all-the-first-block .element-8 {
        position: absolute;
        top: 18%;
        right: 23%;
        width: 3vw;
        height: 3vw;
        border: solid 2px #19bbed;
    }



    .all-the-first-block .element-12 {
        color: black;
        position: absolute;
        top: 26%;
        right: 39%;
        width: 16vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        display: none;
    }

    .all-the-first-block .element-12 img {
        display: block;
        width: 100%;
    }

    .all-the-first-block .element-12 .all-the-text {
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .all-the-first-block .element-12 .all-the-text .text-1 {
        font-size: 1.2vw;
        font-weight: 800;
        padding: 0 11%;
        margin: 0 0 1vw 0;
    }

    .all-the-first-block .element-12 .all-the-text .text-2 {
        font-size: 0.8vw;
        font-weight: 400;
        padding: 0 11%;
    }

}













.all-the-second-block {
    height: 49vw;
    background: #fee000;
    position: relative;
}

.all-the-second-block .element-1 {
    position: absolute;
    top: 0%;
    left: 4.1%;
    width: 10.6vw;
    height: 8.3vw;
    z-index: 3;
    border: solid 3px #fff;
    border-top: none;
}

.all-the-second-block .element-2 {
    position: absolute;
    top: 13.8%;
    left: 2.8%;
    width: 3vw;
    height: 3.2vw;
    background-color: #4e7ecc;
    z-index: 2;
}

.all-the-second-block .element-3 {
    position: absolute;
    top: 16%;
    left: 0%;
    width: 5vw;
    height: 8.5vw;
    background-color: #d9d9d9;
    z-index: 1;
}

.all-the-second-block .element-4 {
    position: absolute;
    top: 39%;
    left: 48.8%;
    width: 9.3vw;
    height: 9.4vw;
    z-index: 2;
    border: solid 3px #19bbed;
}

.all-the-second-block .element-5 {
    position: absolute;
    top: 53.7%;
    left: 56.3%;
    width: 4.55vw;
    height: 6.2vw;
    background-color: #ffffff;
    z-index: 1;
}

.all-the-second-block .element-6 {
    position: absolute;
    top: 63.7%;
    right: 0%;
    width: 3vw;
    height: 4.2vw;
    z-index: 3;
    border: solid 3px #000;
    border-right: none;
}

.all-the-second-block .element-7 {
    position: absolute;
    top: 68.2%;
    right: 0%;
    width: 7.7vw;
    height: 8.4vw;
    z-index: 2;
    background: #19bbee;
}

.all-the-second-block .element-8 {
    position: absolute;
    top: 83.2%;
    right: 6.7%;
    width: 2.2vw;
    height: 2.1vw;
    z-index: 1;
    background: #000;
}

.all-the-second-block .element-9 {
    position: absolute;
    bottom: 0%;
    left: 14.1%;
    width: 10.6vw;
    height: 8.7vw;
    z-index: 2;
    border: solid 3px #000;
    border-bottom: none;
}

.all-the-second-block .element-10 {
    position: absolute;
    bottom: 14.3%;
    left: 12%;
    width: 4vw;
    height: 4.1vw;
    background-color: #19bbee;
    z-index: 1;
}

.all-the-second-block .element-11 {
    position: absolute;
    top: 21.3%;
    left: 60.7%;
    width: 16vw;
    height: 44.6vw;
    z-index: 1;
}

.all-the-second-block .element-11 img {
    width: 100%;
    display: block;
}

.all-the-second-block .element-11 .the-gif {
    position: absolute;
    top: 8%;
    left: 6%;
    width: 14.1vw;
    height: 25.3vw;
    background-image: url(/wp-content/uploads/2022/09/Mini-Stie-Gif-Site-Size_14.9.22_02.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.all-the-second-block .element-11 .the-gif img {
    width: 100%;
    display: block;
}

.all-the-second-block .element-12 {
    position: absolute;
    top: 30%;
    left: 22%;
    width: 19vw;
    z-index: 1;
}

.all-the-second-block .element-12 .text-1 {
    font-weight: bold;
    font-size: 3vw;
    margin: 0 0 1.3vw 0;
}

.all-the-second-block .element-12 .text-2 {
    font-weight: 600;
    font-size: 1.6vw;
}






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


    .all-the-second-block {
        height: 130vw;
        background: #fee000;
        position: relative;
        overflow: hidden;
    }

    .all-the-second-block .element-1 {
        position: absolute;
        top: 0%;
        left: 4.1%;
        width: 10.6vw;
        height: 8.3vw;
        z-index: 3;
        border: solid 3px #fff;
        border-top: none;
        display: none;
    }

    .all-the-second-block .element-2 {
        position: absolute;
        top: 13.8%;
        left: 2.8%;
        width: 3vw;
        height: 3.2vw;
        background-color: #4e7ecc;
        z-index: 2;
        display: none;
    }

    .all-the-second-block .element-3 {
        position: absolute;
        top: 16%;
        left: 0%;
        width: 5vw;
        height: 8.5vw;
        background-color: #d9d9d9;
        z-index: 1;
        display: none;
    }

    .all-the-second-block .element-4 {
        position: absolute;
        top: 52%;
        left: auto;
        right: 0;
        width: 21.3vw;
        height: 30.4vw;
        z-index: 1;
        border: solid 2px #19bbed;
        border-left: none;
        border-right: none;
    }

    .all-the-second-block .element-5 {
        position: absolute;
        top: 69.7%;
        left: auto;
        right: 0%;
        width: 6vw;
        height: 16.2vw;
        background-color: #ffffff;
        z-index: 0;
    }

    .all-the-second-block .element-6 {
        position: absolute;
        top: 63.7%;
        right: 0%;
        width: 3vw;
        height: 4.2vw;
        z-index: 3;
        border: solid 3px #000;
        border-right: none;
        display: none;
    }

    .all-the-second-block .element-7 {
        position: absolute;
        top: 68.2%;
        right: 0%;
        width: 7.7vw;
        height: 8.4vw;
        z-index: 2;
        background: #19bbee;
        display: none;
    }

    .all-the-second-block .element-8 {
        position: absolute;
        top: 83.2%;
        right: 6.7%;
        width: 2.2vw;
        height: 2.1vw;
        z-index: 1;
        background: #000;
        display: none;
    }

    .all-the-second-block .element-9 {
        position: absolute;
        bottom: 14%;
        left: 0;
        width: 12.6vw;
        height: 25.7vw;
        z-index: 2;
        border: solid 1.5px #000;
        border-left: none;
    }

    .all-the-second-block .element-10 {
        position: absolute;
        bottom: 8.3%;
        left: 9%;
        width: 11.3vw;
        height: 13.1vw;
        background-color: #19bbee;
        z-index: 1;
    }

    .all-the-second-block .element-11 {
        position: absolute;
        top: 29%;
        left: 20%;
        width: 60%;
        height: 44.6vw;
        z-index: 1;
    }

    .all-the-second-block .element-11 img {
        width: 100%;
        display: block;
    }

    .all-the-second-block .element-11 .the-gif {
        position: absolute;
        top: 30%;
        left: 6%;
        width: 52.6vw;
        height: 93.8vw;
        background-image: url(/wp-content/uploads/2022/09/Mini-Stie-Gif-Site-Size_14.9.22_02.gif);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .all-the-second-block .element-12 {
        position: absolute;
        top: 9%;
        left: 5%;
        width: 90%;
        z-index: 1;
    }

    .all-the-second-block .element-12 .text-1 {
        font-weight: bold;
        font-size: 8vw;
        margin: 0 0 4vw 0;
        text-align: center;
    }

    .all-the-second-block .element-12 .text-2 {
        font-weight: 500;
        font-size: 4vw;
        text-align: center;
    }

}





.all-the-third-block {
    background: #fff;
    height: 48vw;
    position: relative;
}

.all-the-third-block .element-1 {
    position: absolute;
    top: -2%;
    left: 38%;
    width: 14vw;
    z-index: 1;
    transform: rotate(4deg);
}

.all-the-third-block .element-1 img {
    width: 100%;
    display: block;
}

.all-the-third-block .element-2 {
    position: absolute;
    top: 9%;
    left: 0;
    width: 15.4vw;
    z-index: 1;
}

.all-the-third-block .element-2 img {
    width: 100%;
    display: block;
}

.all-the-third-block .element-2 .all-text {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0;
    text-align: center;
}

.all-the-third-block .element-2 .all-text .text-1 {
    position: absolute;
    font-size: 2.7vw;
    top: 29%;
    font-weight: 700;
    left: 29%;
}

.all-the-third-block .element-2 .all-text .text-2 {
    position: absolute;
    font-size: 1.25vw;
    top: 50%;
    font-weight: 700;
    left: 7.1%;
}

.all-the-third-block .element-2 .all-text .text-3 {
    position: absolute;
    font-size: 1.08vw;
    top: 61%;
    font-weight: 400;
    left: 11%;
}

.all-the-third-block .element-3 {
    position: absolute;
    top: 31%;
    left: 16.5%;
    width: 17.6vw;
    z-index: 1;
}

.all-the-third-block .element-3 img {
    width: 100%;
    display: block;
}

.all-the-third-block .element-3 .all-text {
    width: 100%;
    height: 100%;
    position: absolute;
    color: rgb(0, 0, 0);
    top: 0;
    text-align: center;
}

.all-the-third-block .element-3 .all-text .text-1 {
    position: absolute;
    font-size: 2.7vw;
    top: 32%;
    font-weight: 700;
    left: 32%;
}

.all-the-third-block .element-3 .all-text .text-2 {
    position: absolute;
    font-size: 1.25vw;
    top: 51%;
    font-weight: 700;
    left: 16.1%;
    width: 13vw;
}

.all-the-third-block .element-3 .all-text .text-3 {
    position: absolute;
    font-size: 1.08vw;
    top: 61%;
    font-weight: 400;
    left: 11%;
}

.all-the-third-block .element-4 {
    position: absolute;
    top: 64%;
    left: 2.5%;
    width: 19.9vw;
    z-index: 1;
}

.all-the-third-block .element-4 img {
    width: 100%;
    display: block;
}

.all-the-third-block .element-4 .all-text {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0;
    text-align: center;
}

.all-the-third-block .element-4 .all-text .text-1 {
    position: absolute;
    font-size: 2.5vw;
    top: 26%;
    font-weight: 700;
    left: 29%;
}

.all-the-third-block .element-4 .all-text .text-2 {
    position: absolute;
    font-size: 1.1vw;
    top: 32%;
    font-weight: 600;
    left: 36.1%;
    width: 13vw;
}

.all-the-third-block .element-4 .all-text .text-3 {
    position: absolute;
    font-size: 2.7vw;
    top: 38.5%;
    font-weight: 700;
    left: 26%;
}

.all-the-third-block .element-4 .all-text .text-4 {
    position: absolute;
    font-size: 1.25vw;
    top: 45.5%;
    font-weight: 700;
    left: 60%;
}

.all-the-third-block .element-4 .all-text .text-5 {
    position: absolute;
    font-size: 1.25vw;
    top: 55%;
    font-weight: 700;
    left: 19.5%;
    width: 13vw;
}

.all-the-third-block .element-4 .all-text .text-6 {
    position: absolute;
    font-size: 1vw;
    top: 65%;
    font-weight: 400;
    left: 40%;
}

.all-the-third-block .element-5 {
    position: absolute;
    top: 74%;
    left: 36%;
    width: 19.4vw;
    z-index: 1;
}

.all-the-third-block .element-5 img {
    width: 100%;
    display: block;
}

.all-the-third-block .element-5 .all-text {
    width: 100%;
    height: 100%;
    position: absolute;
    color: rgb(0, 0, 0);
    top: 0;
    text-align: center;
}

.all-the-third-block .element-5 .all-text .text-1 {
    position: absolute;
    font-size: 2.5vw;
    top: 18%;
    font-weight: 700;
    left: 37%;
}

.all-the-third-block .element-5 .all-text .text-2 {
    position: absolute;
    font-size: 1.25vw;
    top: 51%;
    font-weight: 700;
    left: 19.1%;
}

.all-the-third-block .element-5 .all-text .text-3 {
    position: absolute;
    font-size: 1.08vw;
    top: 71%;
    font-weight: 400;
    left: 32%;
}

.all-the-third-block .element-6 {
    position: absolute;
    top: 34%;
    left: 57%;
    width: 38.4vw;
    z-index: 1;
}

.all-the-third-block .element-6 .text-1 {
    font-size: 1.7vw;
    font-weight: 800;
    margin: 0 0 2vw 0;
}

.all-the-third-block .element-6 .text-2 {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 2.1vw;
}





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


    .all-the-third-block {
        background: #fff;
        height: 180vw;
        position: relative;
        overflow: hidden;
    }

    .all-the-third-block .element-1 {
        position: absolute;
        top: 31%;
        left: 62%;
        width: 40vw;
        z-index: 1;
        transform: rotate(4deg);
    }

    .all-the-third-block .element-1 img {
        width: 100%;
        display: block;
    }

    .all-the-third-block .element-2 {
        position: absolute;
        top: 32%;
        left: 0;
        width: 41.4vw;
        z-index: 1;
    }

    .all-the-third-block .element-2 img {
        width: 100%;
        display: block;
    }

    .all-the-third-block .element-2 .all-text {
        width: 100%;
        height: 100%;
        position: absolute;
        color: white;
        top: 0;
        text-align: center;
    }

    .all-the-third-block .element-2 .all-text .text-1 {
        position: absolute;
        font-size: 7.7vw;
        top: 26%;
        font-weight: 700;
        left: 29%;
    }

    .all-the-third-block .element-2 .all-text .text-2 {
        position: absolute;
        font-size: 3.25vw;
        top: 50%;
        font-weight: 700;
        left: 7.1%;
    }

    .all-the-third-block .element-2 .all-text .text-3 {
        position: absolute;
        font-size: 2.8vw;
        top: 61%;
        font-weight: 400;
        left: 11%;
    }

    .all-the-third-block .element-3 {
        position: absolute;
        top: 47%;
        left: 25.5%;
        width: 54.6vw;
        z-index: 2;
    }

    .all-the-third-block .element-3 img {
        width: 100%;
        display: block;
    }

    .all-the-third-block .element-3 .all-text {
        width: 100%;
        height: 100%;
        position: absolute;
        color: rgb(0, 0, 0);
        top: 0;
        text-align: center;
    }

    .all-the-third-block .element-3 .all-text .text-1 {
        position: absolute;
        font-size: 7.7vw;
        top: 31%;
        font-weight: 700;
        left: 33%;
    }

    .all-the-third-block .element-3 .all-text .text-2 {
        position: absolute;
        font-size: 3.25vw;
        top: 51%;
        font-weight: 700;
        left: 30.1%;
        width: 24vw;
        line-height: 4vw;
    }

    .all-the-third-block .element-3 .all-text .text-3 {
        position: absolute;
        font-size: 1.08vw;
        top: 61%;
        font-weight: 400;
        left: 11%;
    }

    .all-the-third-block .element-4 {
        position: absolute;
        top: 70%;
        left: -7.5%;
        width: 48.9vw;
        z-index: 4;
    }

    .all-the-third-block .element-4 img {
        width: 100%;
        display: block;
    }

    .all-the-third-block .element-4 .all-text {
        width: 100%;
        height: 100%;
        position: absolute;
        color: white;
        top: 0;
        text-align: center;
    }

    .all-the-third-block .element-4 .all-text .text-1 {
        position: absolute;
        font-size: 4.5vw;
        top: 26%;
        font-weight: 700;
        left: 29%;
    }

    .all-the-third-block .element-4 .all-text .text-2 {
        position: absolute;
        font-size: 3.5vw;
        top: 28.5%;
        font-weight: 600;
        left: 50.1%;
        width: 13vw;
    }

    .all-the-third-block .element-4 .all-text .text-3 {
        position: absolute;
        font-size: 4.7vw;
        top: 38.5%;
        font-weight: 700;
        left: 26%;
    }

    .all-the-third-block .element-4 .all-text .text-4 {
        position: absolute;
        font-size: 3.25vw;
        top: 41%;
        font-weight: 700;
        left: 53%;
    }

    .all-the-third-block .element-4 .all-text .text-5 {
        position: absolute;
        font-size: 3vw;
        top: 55%;
        font-weight: 700;
        left: 19.5%;
        width: 66%;
    }

    .all-the-third-block .element-4 .all-text .text-6 {
        position: absolute;
        font-size: 3vw;
        top: 66%;
        font-weight: 400;
        left: 37%;
    }

    .all-the-third-block .element-5 {
        position: absolute;
        top: 74%;
        left: 36%;
        width: 59.4vw;
        z-index: 3;
    }

    .all-the-third-block .element-5 img {
        width: 100%;
        display: block;
    }

    .all-the-third-block .element-5 .all-text {
        width: 100%;
        height: 100%;
        position: absolute;
        color: rgb(0, 0, 0);
        top: 0;
        text-align: center;
    }

    .all-the-third-block .element-5 .all-text .text-1 {
        position: absolute;
        font-size: 7.5vw;
        top: 18%;
        font-weight: 700;
        left: 37%;
    }

    .all-the-third-block .element-5 .all-text .text-2 {
        position: absolute;
        font-size: 3.25vw;
        top: 51%;
        font-weight: 700;
        left: 22.1%;
    }

    .all-the-third-block .element-5 .all-text .text-3 {
        position: absolute;
        font-size: 3.08vw;
        top: 71%;
        font-weight: 400;
        left: 32%;
    }

    .all-the-third-block .element-6 {
        position: absolute;
        top: 6%;
        left: 5%;
        width: 90%;
        z-index: 1;
    }

    .all-the-third-block .element-6 .text-1 {
        font-size: 4.8vw;
        font-weight: 800;
        margin: 0 0 4vw 0;
    }

    .all-the-third-block .element-6 .text-2 {
        font-size: 3.5vw;
        font-weight: 600;
        line-height: 5.1vw;
    }

}



.all-the-four-block {
    background: #f2f2f2;
    position: relative;
    padding: 125px 0;
}

.all-the-four-block .all-the-slider-block {
    width: 90%;
    height: 35vw;
    margin: 0 auto 0;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block {
    width: 20%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    top: 0;
    margin: 3vw 0 0 0;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-1 {
    font-weight: 900;
    font-size: 1.6vw;
    margin: -3vw 0 3vw 0;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-2 {
    font-weight: 900;
    font-size: 2.6vw;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-3 {
    font-weight: 900;
    font-size: 1.6vw;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-4 {
    font-weight: 400;
    font-size: 1.6vw;
}


.all-the-four-block .all-the-slider-block .single-the-slider-block .right-side-block {
    width: 70%;
}

.all-the-four-block .all-the-slider-block .single-the-slider-block .right-side-block img {
    width: 100%;
    display: block;
}

.all-the-four-block .all-the-slider-block .slick-dots {
    display: flex;
    justify-content: center;
}

.all-the-four-block .all-the-slider-block .slick-dots li {
    list-style-type: none;
    width: 14px;
    height: 14px;
    background: #000;
    margin: 0 3px;
}

.all-the-four-block .all-the-slider-block .slick-dots li.slick-active {
    list-style-type: none;
    width: 14px;
    height: 14px;
    background: #fee000;
    margin: 0 3px;
}




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


    .all-the-four-block {
        background: #f2f2f2;
        position: relative;
        padding: 18px 0 60px 0;
    }

    .all-the-four-block .all-the-slider-block {
        width: 90%;
        height: 110vw;
        margin: 0 auto 0;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-1 {
        font-weight: 900;
        font-size: 5.6vw;
        margin: -3vw 0 3vw 0;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-2 {
        font-weight: 900;
        font-size: 7.6vw;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-3 {
        font-weight: 900;
        font-size: 3.8vw;
    }


    .all-the-four-block .all-the-slider-block .single-the-slider-block .right-side-block {
        width: 100%;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block .right-side-block img {
        width: 100%;
        display: block;
    }

    .all-the-four-block .all-the-slider-block .slick-dots {
        display: flex;
        justify-content: center;
        padding-inline-start: 0;
    }

    .all-the-four-block .all-the-slider-block .slick-dots li {
        list-style-type: none;
        width: 14px;
        height: 14px;
        background: #000;
        margin: 0 3px;
    }

    .all-the-four-block .all-the-slider-block .slick-dots li.slick-active {
        list-style-type: none;
        width: 14px;
        height: 14px;
        background: #fee000;
        margin: 0 3px;
    }

}









.all-the-five-block {
    background: #fff;
    height: 48vw;
    position: relative;
}

.all-the-five-block .the-title-main {
    padding: 4.5vw 0 0 0;
    text-align: center;
    width: 90%;
    margin: 0 auto 0;
    font-weight: 800;
    font-size: 1.6vw;
}

.all-the-five-block .the-sub-title-main {
    padding: 1.5vw 0 0 0;
    text-align: center;
    width: 90%;
    margin: 0 auto 0;
    font-weight: 600;
    font-size: 1.4vw;
    max-width: 1210px;
}

.all-the-five-block .element-1 {
    position: absolute;
    width: 19.3vw;
    height: 20.3vw;
    top: 33%;
    left: 3.8%;
    border: solid 4px #000;
    z-index: 2;
}

.all-the-five-block .element-1 .all-the-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.all-the-five-block .element-1 .all-the-text .the-text-1 {
    position: absolute;
    top: 6%;
    left: 7%;
    width: 13vw;
    font-weight: 800;
    font-size: 1.1vw;
}

.all-the-five-block .element-1 .all-the-text .the-image-1 {
    position: absolute;
    top: 28%;
    left: 7%;
    width: 13.5vw;
}

.all-the-five-block .element-1 .all-the-text .the-image-1 img {
    display: block;
    width: 100%;
}

.all-the-five-block .element-2 {
    position: absolute;
    width: 9.3vw;
    height: 9.3vw;
    background-color: #fee000;
    top: 62%;
    left: 15.8%;
    z-index: 1;
}

.all-the-five-block .element-3 {
    position: absolute;
    width: 19.3vw;
    height: 20.3vw;
    top: 49%;
    left: 27.8%;
    border: solid 4px #000;
    z-index: 2;
}

.all-the-five-block .element-3 .all-the-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.all-the-five-block .element-3 .all-the-text .the-text-1 {
    position: absolute;
    top: 77%;
    left: 7%;
    width: 9vw;
    font-weight: 800;
    font-size: 1.1vw;
}

.all-the-five-block .element-3 .all-the-text .the-image-1 {
    position: absolute;
    top: 8%;
    left: 7%;
    width: 12.8vw;
}

.all-the-five-block .element-3 .all-the-text .the-image-1 img {
    display: block;
    width: 100%;
}

.all-the-five-block .element-4 {
    position: absolute;
    width: 9.3vw;
    height: 9.3vw;
    background-color: #4f7ece;
    top: 45%;
    left: 39.8%;
    z-index: 1;
}

.all-the-five-block .element-5 {
    position: absolute;
    width: 19.3vw;
    height: 20.3vw;
    top: 33%;
    left: 51.8%;
    border: solid 4px #000;
    z-index: 2;
}

.all-the-five-block .element-5 .all-the-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.all-the-five-block .element-5 .all-the-text .the-text-1 {
    position: absolute;
    top: 6%;
    left: 7%;
    width: 6vw;
    font-weight: 800;
    font-size: 1.1vw;
}

.all-the-five-block .element-5 .all-the-text .the-image-1 {
    position: absolute;
    top: 28%;
    left: 7%;
    width: 13.5vw;
}

.all-the-five-block .element-5 .all-the-text .the-image-1 img {
    display: block;
    width: 100%;
}

.all-the-five-block .element-6 {
    position: absolute;
    width: 9.3vw;
    height: 9.3vw;
    background-color: #6be084;
    top: 62%;
    left: 63.8%;
    z-index: 1;
}

.all-the-five-block .element-7 {
    position: absolute;
    width: 19.3vw;
    height: 20.3vw;
    top: 49%;
    left: 75.8%;
    border: solid 4px #000;
    z-index: 2;
}

.all-the-five-block .element-7 .all-the-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.all-the-five-block .element-7 .all-the-text .the-text-1 {
    position: absolute;
    top: 77%;
    left: 7%;
    width: 13vw;
    font-weight: 800;
    font-size: 1.1vw;
}

.all-the-five-block .element-7 .all-the-text .the-image-1 {
    position: absolute;
    top: 8%;
    left: 7%;
    width: 12.8vw;
}

.all-the-five-block .element-7 .all-the-text .the-image-1 img {
    display: block;
    width: 100%;
}

.all-the-five-block .element-8 {
    position: absolute;
    width: 9.3vw;
    height: 9.3vw;
    background-color: #e32e3d;
    top: 45%;
    left: 87.8%;
    z-index: 1;
}

.all-the-five-block .all-the-element-mobile {
    display: none;
}

@media screen and (max-width: 1000px) {
    .all-the-five-block .all-the-element-mobile {
        display: block;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single {
        height: 90vw;
        position: relative;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .left-side {
        width: 32vw;
        height: 32vw;
        position: absolute;
        bottom: 0%;
        right: 10%;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .right-side {
        width: 70vw;
        height: 70vw;
        position: absolute;
        top: 10%;
        left: 10%;
        border: solid 2px #000;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .left-side-2 {
        width: 32vw;
        height: 32vw;
        position: absolute;
        top: 10%;
        right: 10%;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .right-side-2 {
        width: 70vw;
        height: 70vw;
        position: absolute;
        bottom: 0%;
        left: 10%;
        border: solid 2px #000;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .img-1 {
        width: 70%;
        position: absolute;
        bottom: 5%;
        left: 5%;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .img-2 {
        width: 70%;
        position: absolute;
        bottom: 5%;
        left: 5%;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .text-1 {
        width: 70%;
        position: absolute;
        top: 5%;
        left: 5%;
        font-weight: 800;
        font-size: 4.5vw;
    }

    .all-the-five-block .all-the-element-mobile .the-element-mobile-single .text-2 {
        width: 70%;
        position: absolute;
        top: 5%;
        left: 5%;
        font-weight: 800;
        font-size: 4.5vw;
    }



    .all-the-five-block {
        background: #fff;
        height: 145vw;
        position: relative;
    }

    .all-the-five-block .the-title-main {
        padding: 10vw 0 0 0;
        text-align: center;
        width: 90%;
        margin: 0 auto 0;
        font-weight: 800;
        font-size: 5vw;
    }

    .all-the-five-block .all-the-element {
        display: none;
    }

    .all-the-five-block .the-sub-title-main {
        padding: 1.5vw 0 0 0;
        text-align: center;
        width: 90%;
        margin: 0 auto 0;
        font-weight: 600;
        font-size: 3.5vw;
        max-width: 1210px;
        line-height: 5vw;
    }

    .all-the-five-block .element-1 {
        position: absolute;
        width: 19.3vw;
        height: 20.3vw;
        top: 33%;
        left: 3.8%;
        border: solid 4px #000;
        z-index: 2;
        display: none;
    }

    .all-the-five-block .element-1 .all-the-text {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .all-the-five-block .element-1 .all-the-text .the-text-1 {
        position: absolute;
        top: 6%;
        left: 7%;
        width: 13.5vw;
        font-weight: 800;
        font-size: 1.1vw;
    }

    .all-the-five-block .element-1 .all-the-text .the-image-1 {
        position: absolute;
        top: 28%;
        left: 7%;
        width: 13.5vw;
    }

    .all-the-five-block .element-1 .all-the-text .the-image-1 img {
        display: block;
        width: 100%;
    }

    .all-the-five-block .element-2 {
        position: absolute;
        width: 9.3vw;
        height: 9.3vw;
        background-color: #fee000;
        top: 62%;
        left: 15.8%;
        z-index: 1;
        display: none;
    }

    .all-the-five-block .element-3 {
        position: absolute;
        width: 46vw;
        height: 48vw;
        top: 51%;
        left: 0;
        border: solid 2px #000;
        z-index: 2;
        border-left: none;
    }

    .all-the-five-block .element-3 .all-the-text {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .all-the-five-block .element-3 .all-the-text .the-text-1 {
        position: absolute;
        top: 77%;
        left: 7%;
        width: 27vw;
        font-weight: 800;
        font-size: 3.1vw;
    }

    .all-the-five-block .element-3 .all-the-text .the-image-1 {
        position: absolute;
        top: 8%;
        left: 7%;
        width: 29vw;
    }

    .all-the-five-block .element-3 .all-the-text .the-image-1 img {
        display: block;
        width: 100%;
    }

    .all-the-five-block .element-4 {
        position: absolute;
        width: 26vw;
        height: 26vw;
        background-color: #4f7ece;
        top: 47%;
        left: 24%;
        z-index: 1;
    }

    .all-the-five-block .element-5 {
        position: absolute;
        width: 46vw;
        height: 48vw;
        top: 37%;
        left: auto;
        right: 0;
        border: solid 2px #000;
        z-index: 2;
        border-right: none;
    }

    .all-the-five-block .element-5 .all-the-text {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .all-the-five-block .element-5 .all-the-text .the-text-1 {
        position: absolute;
        top: 6%;
        left: 7%;
        width: 6vw;
        font-weight: 800;
        font-size: 3.1vw;
    }

    .all-the-five-block .element-5 .all-the-text .the-image-1 {
        position: absolute;
        top: 28%;
        left: 7%;
        width: 30.5vw;
    }

    .all-the-five-block .element-5 .all-the-text .the-image-1 img {
        display: block;
        width: 100%;
    }

    .all-the-five-block .element-6 {
        position: absolute;
        width: 21vw;
        height: 26vw;
        background-color: #6be084;
        top: 58%;
        left: auto;
        z-index: 1;
        right: 0;
    }

    .all-the-five-block .element-7 {
        position: absolute;
        width: 19.3vw;
        height: 20.3vw;
        top: 49%;
        left: 75.8%;
        border: solid 4px #000;
        z-index: 2;
        display: none;
    }

    .all-the-five-block .element-7 .all-the-text {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .all-the-five-block .element-7 .all-the-text .the-text-1 {
        position: absolute;
        top: 77%;
        left: 7%;
        width: 13vw;
        font-weight: 800;
        font-size: 1.1vw;
    }

    .all-the-five-block .element-7 .all-the-text .the-image-1 {
        position: absolute;
        top: 8%;
        left: 7%;
        width: 12.8vw;
    }

    .all-the-five-block .element-7 .all-the-text .the-image-1 img {
        display: block;
        width: 100%;
    }

    .all-the-five-block .element-8 {
        position: absolute;
        width: 9.3vw;
        height: 9.3vw;
        background-color: #e32e3d;
        top: 45%;
        left: 87.8%;
        z-index: 1;
        display: none;
    }
}


























.all-the-six-block {
    background: #000000;
    position: relative;
    padding: 4vw 0;
}

.all-the-six-block .the-title-main {
    width: 90%;
    text-align: center;
    font-weight: 800;
    font-size: 1.7vw;
    margin: 0 auto 4vw;
    color: white;
}

.all-the-six-block .all-the-slider-block {
    width: 90%;
    height: 35vw;
    margin: 0 auto 0;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    height: 23vw;
    margin: 0 1vw;
    border-bottom: solid 3px #fff;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block:nth-child(odd) {
    margin: 2vw 1vw 0 1vw;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block:nth-child(even) {
    margin: 0 1vw 0 1vw;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .line-1 {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    top: 5%;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .line-2 {
    position: absolute;
    width: 3px;
    height: 95%;
    background: white;
    top: 5%;
    left: 0;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .line-3 {
    position: absolute;
    width: 3px;
    height: 95%;
    background: white;
    top: 5%;
    right: 0;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .image-1 {
    position: absolute;
    width: 9vw;
    background: black;
    left: 27%;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .image-1 img {
    display: block;
    width: 3vw;
    margin: 0 auto 0;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .text-1 {
    position: absolute;
    color: white;
    width: 90%;
    left: 5%;
    text-align: center;
    font-size: 1.2vw;
    top: 16%;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .image-2 {
    width: 100%;
    position: absolute;
    bottom: 5%;
    margin: 0 auto 0;
}

.all-the-six-block .all-the-slider-block .single-the-slider-block .image-2 img {
    display: block;
    margin: 0 auto 0;
}





.all-the-six-block .all-the-slider-block .slick-dots {
    display: flex;
    justify-content: center;
    margin: 4vw 0 0 0;
}

.all-the-six-block .all-the-slider-block .slick-dots li {
    list-style-type: none;
    width: 14px;
    height: 14px;
    background: rgb(255, 255, 255);
    margin: 0 3px;
}

.all-the-six-block .all-the-slider-block .slick-dots li.slick-active {
    list-style-type: none;
    width: 14px;
    height: 14px;
    background: #fee000;
    margin: 0 3px;
}


.all-the-six-block .slick-dots {
    display: none;
}

@media screen and (max-width: 1000px) {
    .all-the-six-block .slick-dots {
        display: block;
    }

    .all-the-four-block .all-the-slider-block .single-the-slider-block .left-side-block .text-4 {
        font-weight: 400;
        font-size: 3.5vw;
        line-height: 4vw;
    }


    .all-the-six-block {
        background: #000000;
        position: relative;
        padding: 14vw 0 0vw 0;
    }

    .all-the-six-block .the-title-main {
        width: 90%;
        text-align: center;
        font-weight: 800;
        font-size: 4.7vw;
        margin: 0 auto 8vw;
        color: white;
    }

    .all-the-six-block .all-the-slider-block {
        width: 100%;
        height: 130vw;
        margin: 0 auto 0;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        height: 87vw;
        margin: 0 1vw;
        border-bottom: solid 3px #fff;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block:nth-child(odd) {
        margin: 2vw 1vw 0 1vw;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block:nth-child(even) {
        margin: 0 1vw 0 1vw;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .line-1 {
        position: absolute;
        width: 100%;
        height: 3px;
        background: white;
        top: 5%;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .line-2 {
        position: absolute;
        width: 3px;
        height: 95%;
        background: white;
        top: 5%;
        left: 0;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .line-3 {
        position: absolute;
        width: 3px;
        height: 95%;
        background: white;
        top: 5%;
        right: 0;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .image-1 {
        position: absolute;
        width: 39vw;
        background: black;
        left: 19%;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .image-1 img {
        display: block;
        width: 12vw;
        margin: 0 auto 0;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .text-1 {
        position: absolute;
        color: white;
        width: 90%;
        left: 5%;
        text-align: center;
        font-size: 4vw;
        top: 16%;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .image-2 {
        width: 40%;
        position: absolute;
        bottom: 5%;
        margin: 0 auto 0;
        left: 30%;
    }

    .all-the-six-block .all-the-slider-block .single-the-slider-block .image-2 img {
        display: block;
        margin: 0 auto 0;
        width: 100%;
    }





    .all-the-six-block .all-the-slider-block .slick-dots {
        display: flex;
        justify-content: center;
        margin: 14vw 0 0 0;
        padding: 0;
    }

    .all-the-six-block .all-the-slider-block .slick-dots li {
        list-style-type: none;
        width: 14px;
        height: 14px;
        background: rgb(255, 255, 255);
        margin: 0 3px;
    }

    .all-the-six-block .all-the-slider-block .slick-dots li.slick-active {
        list-style-type: none;
        width: 14px;
        height: 14px;
        background: #fee000;
        margin: 0 3px;
    }

}














.all-the-seven-block {
    background: #fee000;
    position: relative;
    padding: 4.5vw 0 3vw 0;
}

.all-the-seven-block .text-1 {
    text-align: center;
    font-size: 1.7vw;
    font-weight: 800;
}

.all-the-seven-block .text-2 {
    text-align: center;
    font-size: 1.7vw;
    font-weight: 600;
    width: 90%;
    margin: 1vw auto 2.5vw;
    max-width: 560px;
}

.all-the-seven-block .text-3 {
    display: block;
    margin: 0 auto 0;
    width: 186px;
    background: white;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 14px 0;
    font-size: 24px;
}


@media screen and (max-width: 1000px) {
    .all-the-seven-block {
        background: #fee000;
        position: relative;
        padding: 8.5vw 0 8vw 0;
    }

    .all-the-seven-block .text-1 {
        text-align: center;
        font-size: 5.7vw;
        font-weight: 800;
    }

    .all-the-seven-block .text-2 {
        text-align: center;
        font-size: 4.7vw;
        font-weight: 600;
        width: 90%;
        margin: 3vw auto 5.5vw;
        max-width: 560px;
    }

    .all-the-seven-block .text-3 {
        display: block;
        margin: 0 auto 0;
        width: 120px;
        background: white;
        text-align: center;
        text-decoration: none;
        color: black;
        padding: 9px 0;
        font-size: 15px;
    }
}






.all-the-eight-block {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto 0;
    height: 101px;
    align-items: center;
}

.all-the-eight-block .left-side {
    width: 13%;
}

.all-the-eight-block .left-side img {
    width: 9vw;
}

.all-the-eight-block .center-side {
    font-size: 0.8vw;
    width: 67%;
}

.all-the-eight-block .center-side a {
    color: #000;
}

.all-the-eight-block .right-side {
    width: 20%;
    direction: rtl;
    display: flex;
}

.all-the-eight-block .right-side a {
    width: 2vw;
    display: block;
    margin: 0 8px;
}

.all-the-eight-block .right-side a img {
    display: block;
    width: 100%;
}


.slick-prev.slick-arrow {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: inherit;
    font-size: 1vw;
    padding: 7px;
    position: absolute;
    top: 32vw;
    min-width: 100px;
    z-index: 999;
    cursor: pointer;
    border: none;
}

.slick-next.slick-arrow {
    background-color: #000;
    color: #fff;
    font-family: inherit;
    font-size: 1vw;
    padding: 7px;
    position: absolute;
    top: 32vw;
    left: 6vw;
    min-width: 100px;
    z-index: 999;
    margin-left: 0.5vw;
    cursor: pointer;
    border: none;
}

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

    .all-the-eight-block {
        display: flex;
        flex-wrap: wrap;
        width: 92%;
        margin: 0 auto 0;
        height: 197px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .all-the-eight-block .left-side {
        width: 100%;
    }

    .all-the-eight-block .left-side img {
        width: 37vw;
    }

    .all-the-eight-block .center-side {
        font-size: 3.2vw;
        width: 100%;
        margin: 20px 0;
    }

    .all-the-eight-block .center-side a {
        color: #000;
        display: block;
    }

    .all-the-eight-block .right-side {
        width: 100%;
        direction: ltr;
        display: flex;
    }

    .all-the-eight-block .right-side a {
        width: 8vw;
        display: block;
        margin: 0 8px;
    }

    .all-the-eight-block .right-side a img {
        display: block;
        width: 100%;
    }

    .all-the-first-block .element-1 img {
        display: none;
    }

    .slick-prev.slick-arrow {
        display: none !important;
    }

    .slick-next.slick-arrow {
        display: none !important;
    }
}

.all-the-third-block.reveal .element-1,
.all-the-third-block.reveal .element-2,
.all-the-third-block.reveal .element-3,
.all-the-third-block.reveal .element-4,
.all-the-third-block.reveal .element-5 {
    opacity: 0;
}

.all-the-third-block.reveal.active .element-1 {
    opacity: 1;
    animation: fadeInDownBig;
    /* referring directly to the animation's @keyframe declaration */
    /*animation-duration: 0.5s;*/
    /* don't forget to set a duration! */
}

.all-the-third-block.reveal.active .element-2 {
    opacity: 1;
    animation: fadeInDownBig;
    /* referring directly to the animation's @keyframe declaration */
    /*animation-duration: 0.5s;*/
    /* don't forget to set a duration! */
}

.all-the-third-block.reveal.active .element-3 {
    opacity: 1;
    animation: fadeInDownBig;
    /* referring directly to the animation's @keyframe declaration */
    /*animation-duration: 0.5s;*/
    /* don't forget to set a duration! */
}

.all-the-third-block.reveal.active .element-4 {
    opacity: 1;
    animation: fadeInDownBig;
    /* referring directly to the animation's @keyframe declaration */
    /*animation-duration: 0.5s;*/
    /* don't forget to set a duration! */
}

.all-the-third-block.reveal.active .element-5 {
    opacity: 1;
    animation: fadeInDownBig;
    /* referring directly to the animation's @keyframe declaration */
   /*animation-duration: 0.5s;*/
    /* don't forget to set a duration! */
}

.animate__animated.animate__bounceInDown {
    /*--animate-duration: 0.5s;*/
}

.animate__animated.animate__fadeInDown {
    /*--animate-duration: 0.5s;*/
}

.animate__animated.animate__fadeInDownBig {
    /*--animate-duration: 0.5s;*/
}

.animate__animated.animate__zoomInDown {
    --animate-duration: 0.5s;
}

.animate__animated.animate__slideInDown {
    /*--animate-duration: 0.5s;*/
}

/* This changes all the animations globally */
/*:root {
    --animate-duration: 1000ms;
    --animate-delay: 0.5s;
}*/

/*
animate__bounceInDown
animate__fadeInDown
animate__fadeInDownBig
animate__zoomInDown
animate__slideInDown
*/
/*
.anim_float_fast {
    -webkit-animation: float_reverse 0.5s ease-in-out infinite;
    animation: float 0.5s ease-in-out infinite;
}

.anim_float_fast2 {
    -webkit-animation: float_reverse 0.5s ease-in-out infinite;
    animation: float 0.5s ease-in-out infinite;
}

.anim_float_fast-3 {
    -webkit-animation: float_reverse 0.5s ease-in-out infinite;
    animation: float 0.5s ease-in-out infinite;
}

.anim_float_normal {
    -webkit-animation: float 0.5s ease-in-out infinite;
    animation: float 0.5s ease-in-out infinite;
}

.anim_float_normal2 {
    -webkit-animation: float 0.5s ease-in-out infinite;
    animation: float 0.5s ease-in-out infinite;
}

.anim_float_slow {
    -webkit-animation: float_reverse 6s ease-in-out infinite;
    animation: float 0.5s ease-in-out infinite;
}

.anim_float_rotate {
    -webkit-animation: float_rotate 8s linear infinite;
    animation: float_rotate 0.5s linear infinite;
}


@-webkit-keyframes float_reverse {
    0% {
        -webkit-transform: translatey(-60px);
        transform: translatey(-60px);
    }

    50% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        -webkit-transform: translatey(-60px);
        transform: translatey(-60px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes float_reverse {
    0% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    50% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    to {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
}*/

@keyframes float_rotate {
    to {
        transform: rotate(360deg);
    }
}