body{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Quicksand", sans-serif;
    direction: ltr;
    background: #e9e9e9;
}
input,textarea{
    font-family: "Quicksand", sans-serif;
}
a{
    text-decoration: none;
}
.line-for-hedear-block{
    height: 5vw;
}
@media screen and (min-width: 1600px) {
    .line-for-hedear-block{
        height: 80px;
    }
}
@media screen and (max-width: 900px) {
    .line-for-hedear-block{
        height: 50px;
    }
}

.all-the-menu-top-fixed{
    width: 100%;
    height: 5vw;
    position: fixed;
    z-index: 9;
    background: white;
    box-shadow: 0 8px 16px -6px rgb(0 5 20 / 25%);
    top: 0;
    left: 0;
}
.all-the-menu-top-fixed .all-the-menu-top{
    width: 90%;
    margin: 0 auto 0;
    height: 100%;
    max-width: 1440px;
    display: flex;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-left-side{
    width: 14%;
    height: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-left-side .the-image-logo{
    display: flex;
    align-items: center;
    height: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-left-side .the-image-logo img{
    display: block;
    width: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side{
    width: 55%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside{
    width: 95%;
    margin: 0 auto 0;
    height: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu{
    height: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu .all-the-ul-menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    height: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu .all-the-ul-menu .all-the-li-menu{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu .all-the-ul-menu .all-the-li-menu:hover > .all-absolute-line{
    display: block;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu .all-the-ul-menu .all-the-li-menu .all-absolute-line{
    position: absolute;
    background-image: linear-gradient(to right, #17f6c7 , #1a48ee);
    height: 5px;
    top: 0;
    width: 100%;
    display: none;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu .all-the-ul-menu .all-the-li-menu .all-the-span-menu{
    height: 100%;
    font-size: 1.3vw;
    display: flex;
    align-items: center;
    padding: 0 1vw;
    color: black;
    text-decoration: none;
}




.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side{
    display: flex;
    align-items: center;
    width: 31%;
    justify-content: space-between;
}


.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button{
    width: 33%;
    position: relative;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button:hover > .all-the-absolute-lang-hide{
    opacity: 1;
    height: auto;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-lang-div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide{
    position: absolute;
    background: #dedede;
    width: 100%;
    top: 100%;
    height: 0px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 16px -6px rgb(0 5 20 / 25%);
    transition: all 0.5s;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang{
    display: flex;
    align-items: center;
    padding: 0.5vw 0;
    cursor: pointer;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang:hover{
    background: white;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang .the-flag{
    width: 1.5vw;
    margin: 0 0.5vw;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang .the-flag img{
    display: block;
    width: 100%;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang .the-text-flag{
    font-size: 0.8vw;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .the-icon-globus{
    font-size: 1vw;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .the-icon-text{
    font-size: 1vw;
    margin: 0 0.2vw;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .the-icon-down{
    font-size: 1vw;
}



.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-first-button{
    text-decoration: none;
    padding: 0.5vw 0;
    font-size: 1vw;
    border-radius: 2vw;
    width: calc(49% - 2px);
    width: 30%;
    text-align: center;
    border: solid 1px #000;
    color: black;
    background: transparent;
    font-weight: 600;
    transition: all 0.5s;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-first-button:hover{
    background: black;
    color: white;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-second-button{
    background: black;
    color: white;
    text-decoration: none;
    padding: 0.5vw 0;
    font-size: 1vw;
    border: solid 1px #000;
    border-radius: 2vw;
    width: calc(49% - 2px);
    width: 30%;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
}
.all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-second-button:hover{
    background: transparent;
    color: black;
}
.all-the-header-menu-bar-mobile{
    display: none;
}




.all-the-hero-section{
    padding: 2vw 0 0 0;
    position: relative;
    overflow-x: clip;
}
.all-the-hero-section-absolute{
    position: absolute;
    width: 75vw;
    height: 75vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 255, 212, 1) 0%, rgba(9, 9, 121, 0) 70%, rgba(0, 212, 255, 0) 100%);
    top: 0;
    right: -34vw;
}
.all-the-hero-section .all-the-hero-section-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side{
    width: 60%;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero{
    font-size: 3.5vw;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero .the-first-line-h1{
    display: block;
    font-size: 3.5vw;
    font-weight: 100;
    padding: 1vw 0 0 0;
    letter-spacing: 0.25vw;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero .the-second-line-h1{
    display: block;
    font-size: 3.5vw;
    font-weight: 600;
    margin: -0.3vw 0 0 0;
    letter-spacing: 0.25vw;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h2-hero{
    
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h2-hero .the-first-line-h2{
    display: block;
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 3.2vw 0 0 0;
}

.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero{
    display: flex;
    margin: 2.4vw 0 0 0;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-text{
    width: 65%;
    height: 4.1vw;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-text input{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5vw;
    font-size: 1.1vw;
    padding: 0 1vw;
    outline-offset: -1px;
    background: white;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-submit{
    width: 20%;
    height: 4.1vw;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-submit input{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5vw;
    background: black;
    color: white;
    font-size: 1vw;
    margin: 0 -55% 0 -55%;
    cursor: pointer;
}



.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-right-side{
    width: 35%;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-right-side .the-image{
    width: 100%;
}
.all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-right-side .the-image img{
    width: 100%;
    display: block;
}


@media screen and (min-width: 1600px) {

    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang{
        padding: 8px 0;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang .the-flag{
        width: 24px;
        margin: 0 8px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .all-the-absolute-lang-hide .all-the-single-lang .the-text-flag{
        font-size: 12.8px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .the-icon-globus{
        font-size: 16px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .the-icon-text{
        font-size: 16px;
        margin: 0 3.2px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-lang-button .the-icon-down{
        font-size: 16px;
    }



    .all-the-menu-top-fixed{
        height: 80px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-center-side .all-the-center-side-inside .all-the-nav-menu .all-the-ul-menu .all-the-li-menu .all-the-span-menu{
        padding: 0 16px;
        font-size: 20.8px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-first-button {
        padding: 8px 0;
        font-size: 16px;
        border-radius: 32px;
    }
    .all-the-menu-top-fixed .all-the-menu-top .all-the-right-side .the-second-button {
        padding: 8px 0;
        font-size: 16px;
        border-radius: 32px;
    }

}





@media screen and (min-width: 1600px) {

    
    .all-the-hero-section{
        padding: 32px 0 0 0;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero {
        font-size: 56px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero .the-first-line-h1{
        font-size: 56px;
        padding: 16px 0 0 0;
        letter-spacing: 4px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero .the-second-line-h1{
        font-size: 56px;
        margin: -4.8px 0 0 0;
        letter-spacing: 5px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h2-hero .the-first-line-h2 {
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 51.2px 0 0 0;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero {
        margin: 38.4px 0 0 0;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-text {
        height: 65.6px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-submit{
        height: 65.6px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-text input {
        border-radius: 80px;
        font-size: 17.6px;
        padding: 0 16px;
        outline-offset: -1px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-submit input {
        border-radius: 80px;
        font-size: 17.6px;
        margin: 0 -55% 0 -55%;
    }

}



@media screen and (max-width: 900px) {

    .all-the-menu-top-fixed{
        display: none;
    }
    .all-the-header-menu-bar {
        height: 50px;
        position: fixed;
        z-index: 9;
        background: white;
        top: 0;
        width: 100%;
        box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
    }
    .all-the-header-menu-bar-mobile{
        display: block;
        z-index: 999999999;
        position: relative;
        direction: rtl;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-right-first{
        display: flex;
        align-items: center;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-right-first .the-right-first-burger{
        font-size: 24px;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-right-first .the-right-first-globe{
        font-size: 20px;
        margin: 0 4px;
    }
    
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-left-first{
        width: 115px;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-left-first img{
        width: 100%;
        display: block;
    }
    



    .all-the-header-menu-bar-mobile .all-the-screen-black{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #00000075;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background: white;
        overflow: hidden;
        transition: all 0.5s;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 0 10px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language .the-start-change-language{
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language .the-center-change-language{
        font-size: 18px;
        font-weight: 600;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language .the-end-change-language{
        background: #3d71e9;
        width: 30px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 8px;
        border-radius: 10px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language{
        height: calc(100% - 50px);
        overflow: auto;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 0 auto 0;
        height: 50px;
        border-bottom: solid 1px #d9d9d9;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang .the-flag{
        width: 30px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang .the-flag img{
        width: 100%;
        display: block;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang .the-text-flag{
        font-size: 14px;
    }
   



    .all-the-header-menu-bar-mobile .all-the-screen-white{
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
        background: white;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        transition: all 0.5s;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white{
        position: absolute;
        width: calc(100% - 40px);
        height: 15%;
        background: rgb(255, 255, 255);
        box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-link-user{
        background: #3f7966;
        display: flex;
        align-items: center;
        border-radius: 20px;
        padding: 5px 20px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-link-user .the-icon-user{
        background: white;
        color: #3f7966;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-link-user .the-text-user{
        color: white;
        font-size: 14px;
        margin: 0 8px 0 0;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-button-close{
        font-size: 24px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white{
        position: absolute;
        width: 100%;
        height: 70%;
        top: 15%;
        overflow: auto;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar{
        padding: 25px 20px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar .all-the-ul{
        margin: auto;
        list-style: none;
        padding: 0;
        border-top: solid 2px #a5a5a5;
        direction: ltr;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar .all-the-ul .all-the-li{
        border-bottom: solid 2px #a5a5a5;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar .all-the-ul .all-the-li .all-the-a{
        display: block;
        padding: 15px 0;
        text-decoration: none;
        color: black;
    }
    

    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white{
        position: absolute;
        width: 100%;
        height: 15%;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: solid 1px #d7d7d7;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white .the-text-bottom{
        margin: 0 5px 0 0;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white .the-logo-bottom{
        width: 100px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white .the-logo-bottom img{
        display: block;
        width: 100%;
    }



    .all-the-hero-section {
        padding: 20px 0 0 0;
    }
    .all-the-hero-section-absolute {
        width: 600px;
        height: 600px;
        top: -100px;
        right: -300px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side {
        width: 100%;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero {
        font-size: 22px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero .the-first-line-h1 {
        font-size: 22px;
        padding: 10px 0 0 0;
        letter-spacing: 2px;
        text-align: center;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h1-hero .the-second-line-h1 {
        margin: 0 0 0 0;
        font-size: 22px;
        padding: 10px 0 0 0;
        letter-spacing: 2px;
        text-align: center;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .the-h2-hero .the-first-line-h2 {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin: 33px 0 0 0;
        text-align: center;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero {
        margin: 25px 0 0 0;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-text {
        width: 100%;
        height: 50px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-text input {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 30px 0 0 30px;
        font-size: 15px;
        padding: 0 10px;
        outline-offset: -1px;
        outline: solid 1px black;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-submit {
        width: 29%;
        height: 50px;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-left-side .all-the-form-hero .all-the-input-submit input {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0 30px 30px 0;
        background: black;
        color: white;
        font-size: 15px;
        margin: 0 0 0 0;
    }
    .all-the-hero-section .all-the-hero-section-inside .all-the-hero-section-right-side {
        width: 100%;
        margin: 20px 0 0 0;
    }

}














.all-the-section-of-we-doing{
    padding: 6vw 0 0 0;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row{
    width: 48%;
    border-radius: 2.5vw;
    margin: 0 0 4vw 0;
    position: relative;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row:hover > .all-the-box-row-inside-move{
    transform: rotate(10deg);
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-move{
    position: absolute;
    background: #17f6c7;
    width: 98%;
    height: 98%;
    border-radius: 2.5vw;
    top: 1%;
    left: 1%;
    transition: all 0.5s;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move{
    position: relative;
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 2.5vw;
    box-shadow: 0 8px 16px -6px rgb(0 5 20 / 25%);
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box{
    width: 80%;
    margin: 0 auto 0;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon{
    display: flex;
    align-items: center;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-line{
    width: 1.5vw;
    height: 6vw;
    background: #1e05ff;
    border-radius: 0 0 1vw 1vw;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-icon{
    width: 3vw;
    margin: 0 2vw;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-icon img{
    width: 100%;
    display: block;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-h3-components-box{
    font-size: 2vw;
    font-weight: 500;
    letter-spacing: 0.3vw;
    line-height: 2.3vw;
    margin: 2vw 0 2vw 0;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-p-components-box {
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 2vw 0 5vw 0;
}



.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row:first-of-type{
    background: transparent;
    border-radius: 0;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title{
    
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-first-title{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.09vw;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-h2-title{
    font-size: 2.7vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin: 1vw 0 0 0;
}
.all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-p-title{
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 1vw 0 0 0;
}





@media screen and (min-width: 1600px) {

    .all-the-section-of-we-doing {
        padding: 96px 0 0 0;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row {
        border-radius: 40px;
        margin: 0 0 64px 0;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-first-title {
        font-size: 19.2px;
        letter-spacing: 1.44px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-h2-title {
        font-size: 43.2px;
        letter-spacing: 3.2px;
        margin: 16px 0 0 0;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-p-title {
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 16px 0 0 0;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-move {
        border-radius: 40px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move {
        border-radius: 40px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-line {
        width: 24px;
        height: 96px;
        border-radius: 0 0 16px 16px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-icon {
        width: 48px;
        margin: 0 32px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-h3-components-box {
        font-size: 32px;
        letter-spacing: 4.8px;
        line-height: 36.8px;
        margin: 32px 0 32px 0;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-p-components-box {
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 32px 0 80px 0;
    }

}



@media screen and (max-width: 900px) {

    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row {
        width: 100%;
        border-radius: 19px;
        margin: 0 0 50px 0;
        position: relative;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-h2-title {
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: 600;
        margin: 10px 0 0 0;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-first-title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-main-title .the-p-title {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin: 33px 0 0 0;
        text-align: center;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-line {
        width: 10px;
        height: 60px;
        border-radius: 0 0 10px 10px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-first-line-and-icon .the-icon {
        width: 30px;
        margin: 0 20px;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-h3-components-box {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        margin: 22px 0 12px 0;
        text-align: center;
    }
    .all-the-section-of-we-doing .all-the-section-of-we-doing-inside .all-the-box-row .all-the-box-row-inside-not-move .all-components-box .the-p-components-box {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 22px;
        margin: 12px 0 50px 0;
        text-align: center;
    }

}


.all-the-customized-business{
    padding: 6vw 0 0 0;
    position: relative;
    overflow-x: clip;
}
.all-the-customized-business-absolute{
    position: absolute;
    width: 75vw;
    height: 75vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 255, 212, 1) 0%, rgba(9, 9, 121, 0) 70%, rgba(0, 212, 255, 0) 100%);
    top: 0;
    left: -34vw;
}
.all-the-customized-business-absolute-2{
    position: absolute;
    width: 46%;
    max-width: 845px;
    top: 29%;
    left: 0;
}
.all-the-customized-business-absolute-2 img{
    display: block;
    width: 100%;
}
.all-the-customized-business .all-the-customized-business-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-the-customized-business .all-the-customized-business-inside .all-the-title-main{
    width: 100%;
    margin: 0 0 5vw 0;
}
.all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-first-title{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.09vw;
}
.all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-h2-title{
    font-size: 2.7vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin: 1vw 0 0 0;
}
.all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-p-title{
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 1vw 0 0 0;
}
.all-the-customized-business .all-the-customized-business-inside .all-left-side{
    width: 48%;
}
.all-the-customized-business .all-the-customized-business-inside .all-left-side img{
    width: 100%;
    display: none;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side{
    width: 48%;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list{
    background: white;
    padding: 3vw 5% 3vw 5%;
    border-radius: 1vw;
    box-shadow: inset 0 0 10px #00000096;
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.5vw 0;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-left-side{
    width: 20%;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-left-side img{
    width: 100%;
    display: block;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side{
    width: 78%;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side .the-list-title{
    margin: 0 0 0.5vw 0;
    color: #279a7e;
    font-size: 1.4vw;
}
.all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side .the-list-p{
    margin: 0 0 0 0;
    font-size: 1vw;
    line-height: 1.5;
}




@media screen and (min-width: 1600px) {
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main{
        margin: 0 0 80px 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-first-title {
        font-size: 19.2px;
        letter-spacing: 1.44px;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-h2-title{
        font-size: 43.2px;
        letter-spacing: 3.2px;
        margin: 16px 0 0 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-p-title{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 16px 0 0 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list{
        padding: 48px 5% 48px 5%;
        border-radius: 16px;
        margin: 0 0 24px 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side .the-list-title {
        margin: 0 0 8px 0;
        font-size: 22.4px;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side .the-list-p {
        font-size: 16px;
    }
}


@media screen and (max-width: 900px) {
    .all-the-customized-business-absolute {
        width: 600px;
        height: 600px;
        top: 0;
        left: -300px;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main {
        margin: 0 0 30px 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-first-title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-h2-title{
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: 600;
        margin: 10px 0 0 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-the-title-main .the-p-title{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin: 33px 0 0 0;
        text-align: center;
    }
    
    .all-the-customized-business .all-the-customized-business-inside {
        justify-content: center;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-left-side {
        width: 70%;
        margin: 10px 0 20px 0;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side {
        width: 100%;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list {
        background: white;
        padding: 25px 5% 25px 5%;
        border-radius: 20px;
        box-shadow: inset 0 0 10px #00000096;
        display: flex;
        justify-content: center;
        margin: 0 0 18px 0;
        flex-wrap: wrap;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-left-side {
        width: 50%;
        max-width: 100px;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side {
        width: 90%;
        text-align: center;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side .the-list-title {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-right-side .all-single-box-list .box-list-right-side .the-list-p {
        font-size: 16px;
    }
    .all-the-customized-business-absolute-2{
        display: none;
    }
    .all-the-customized-business .all-the-customized-business-inside .all-left-side img{
        display: block;
    }
}








.all-the-steps-section{
    margin: 170px 0 0 0;
    position: relative;
    overflow-x: clip;
    background: rgb(127, 255, 212);
    background: linear-gradient(0deg, rgba(127, 255, 212, 1) 0%, rgba(127, 255, 212, 1) 48%, rgb(127 255 212 / 0%) 100%);
    padding: 0 0 170px 0;
}
.all-the-steps-section-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.all-the-steps-section-absolute img{
    display: block;
    width: 100%;
}
.all-the-steps-section .all-the-steps-section-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-title-main{
    width: 100%;
    margin: 0 0 5vw 0;
    text-align: center;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-first-title{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.09vw;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-h2-title{
    font-size: 2.7vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin: 1vw 0 0 0;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-p-title{
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 1vw auto 0;
    width: 60%;
}

.all-the-steps-section .all-the-steps-section-inside .all-the-box-main{
    width: 100%;
    margin: 0 auto 0;
    max-width: 500px;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right{
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin: -7px 0 0 0;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .the-arrow-absolute-right{
    position: absolute;
    width: 130px;
    right: -40px;
    top: -28px;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .the-arrow-absolute-right img{
    display: block;
    width: 100%;
}

.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-first-absolute{
    position: absolute;
    width: 250px;
    height: 7px;
    background: white;
    left: 0;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-right-inside{
    border-top: 7px solid white;
    border-right: 7px solid white;
    border-bottom: 7px solid white;
    border-radius: 0 50% 50% 0;
    width: 250px;
    height: 250px;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right{
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 20px 0 0;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box{
    background: #b8fbea;
    color: #013df7;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box .the-number-box-inside{
    height: 170px;
    width: 170px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 4px #013df7;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box .the-number-box-inside .the-number-step{
    font-size: 60px;
    font-weight: 500;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box .the-number-box-inside .the-text-step{
    font-size: 22px;
    font-weight: 900;
}

.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-text-box{
    width: calc(100% - 220px);
    font-weight: 700;
    font-size: 18px;
}


.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left {
    display: flex;
    justify-content: flex-start;
    margin: -7px 0 0 0;
    position: relative;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .the-arrow-absolute-left{
    position: absolute;
    width: 130px;
    left: -40px;
    top: -28px;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .the-arrow-absolute-left img{
    display: block;
    width: 100%;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-left-inside{
    border-top: 7px solid white;
    border-left: 7px solid white;
    border-bottom: 7px solid white;
    border-radius: 50% 0 0 50%;
    width: 250px;
    height: 250px;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-last-absolute{
    position: absolute;
    width: 250px;
    height: 7px;
    background: white;
    right: 0;
    bottom: 0;
}

.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left{
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box{
    background: #b8fbea;
    color: #013df7;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box .the-number-box-inside{
    height: 170px;
    width: 170px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 4px #013df7;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box .the-number-box-inside .the-number-step{
    font-size: 60px;
    font-weight: 500;
}
.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box .the-number-box-inside .the-text-step{
    font-size: 22px;
    font-weight: 900;
}

.all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-text-box{
    width: calc(100% - 220px);
    font-weight: 700;
    font-size: 18px;
}

@media screen and (min-width: 1600px) {
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main{
        margin: 0 0 80px 0;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-first-title {
        font-size: 19.2px;
        letter-spacing: 1.44px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-h2-title{
        font-size: 43.2px;
        letter-spacing: 3.2px;
        margin: 16px 0 0 0;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-p-title{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 16px auto 0;
        width: 60%;
        max-width: 820px;
    }
}


@media screen and (max-width: 900px) {
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-first-title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-h2-title{
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: 600;
        margin: 10px 0 0 0;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-title-main .the-p-title{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin: 33px 0 0 0;
        text-align: center;
        width: 100%;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .the-arrow-absolute-right {
        display: none;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .the-arrow-absolute-left {
        display: none;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box .the-number-box-inside {
        height: 100px;
        width: 100px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box .the-number-box-inside .the-number-step {
        font-size: 28px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box .the-number-box-inside .the-text-step {
        font-size: 16px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box .the-number-box-inside {
        height: 100px;
        width: 100px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box .the-number-box-inside .the-number-step {
        font-size: 28px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box .the-number-box-inside .the-text-step {
        font-size: 16px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right {
        width: 100%;
        flex-direction: column;
        padding: 0 0 0 0;
        justify-content: center;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left {
        width: 100%;
        flex-direction: column;
        padding: 0 0 0 0;
        justify-content: center;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-text-box {
        width: 80%;
        text-align: center;
        font-size: 16px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-text-box {
        width: 80%;
        text-align: center;
        font-size: 16px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-global-absolute-right .the-number-box {
        height: 120px;
        width: 120px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-global-absolute-left .the-number-box {
        height: 120px;
        width: 120px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-right-inside {
        width: 220px;
        height: 220px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-left-inside {
        width: 220px;
        height: 220px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-right .all-the-box-main-single-first-absolute {
        width: 220px;
    }
    .all-the-steps-section .all-the-steps-section-inside .all-the-box-main .all-the-box-main-single-left .all-the-box-main-single-last-absolute {
        width: 220px;
    }
    .all-the-steps-section {
        padding: 0 0 100px 0;
        margin: 50px 0 0 0;
    }
}








.all-the-animale-block{
    padding: 6vw 0 0 0;
    background: black;

}
.all-the-animale-block .all-the-animale-block-inside{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-title-main{
    width: 100%;
    margin: 0 0 32vw 0;
    text-align: center;
    color: white;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-first-title{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.09vw;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-h2-title{
    font-size: 2.7vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin: 1vw 0 0 0;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-p-title{
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 1vw auto 0;
    width: 60%;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-p-title .the-link-title{
    color: #10c59a;
    text-decoration: underline;
}





.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main{
    background: #e9e9e9;
    width: 100%;
    padding: 0 0 8vw 0;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale.the-all-single-animale-first{
    background: #30fccb;
    color: #0700ff;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale.the-all-single-animale-second{
    background: #0700ff;
    color: #ffffff;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale.the-all-single-animale-third{
    background: #ffffff;
    color: #279a7e;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale{
    width: 33%;
    margin: -28vw 0 0 0;
    border-radius: 3vw;
    box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
    padding: 5vw 0 0 0;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-title{
    width: 50%;
    margin: 0 auto 0;
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-description{
    width: 75%;
    margin: 2vw auto 0;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.2;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-link{
    margin: 2vw auto 5vw;
    width: 40%;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.2;
    display: block;
    text-decoration: none;
    color: white;
    background: black;
    padding: 1vw 0;
    border-radius: 2vw;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-image{
    width: 100%;
}
.all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-image img{
    display: block;
    width: 100%;
}











@media screen and (min-width: 1600px) {
    .all-the-animale-block{
        padding: 96px 0 0 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main{
        margin: 0 0 512px 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-first-title {
        font-size: 19.2px;
        letter-spacing: 1.44px;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-h2-title{
        font-size: 43.2px;
        letter-spacing: 3.2px;
        margin: 16px 0 0 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-p-title{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 16px auto 0;
        width: 60%;
        max-width: 820px;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main{
        padding: 0 0 128px 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale{
        margin: -448px 0 0 0;
        border-radius: 48px;
        padding: 80px 0 0 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-title{
        font-size: 40px;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-description{
        margin: 32px auto 0;
        font-size: 24px;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-link{
        margin: 32px auto 80px;
        font-size: 24px;
        padding: 16px 0;
        border-radius: 32px;
    }
}


@media screen and (max-width: 900px) {
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main {
        color: black;
        width: 90%;
        margin: 0 auto 55px;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-first-title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-h2-title{
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: 600;
        margin: 10px 0 0 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-title-main .the-p-title{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin: 33px 0 0 0;
        text-align: center;
        width: 100%;
    }



    .all-the-animale-block {
        padding: 50px 0 0 0;
        background: #e9e9e9;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale {
        width: 100%;
        margin: 0 0 20px 0;
        border-radius: 25px;
        box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
        padding: 40px 0 0 0;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-title {
        width: 70%;
        margin: 0 auto 0;
        text-align: center;
        font-size: 21px;
        line-height: 1.2;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-description {
        width: 75%;
        margin: 12px auto 0;
        text-align: center;
        font-size: 17px;
        line-height: 1.2;
    }
    .all-the-animale-block .all-the-animale-block-inside .all-the-animale-main .all-the-animale-main-inside .the-all-single-animale .single-animale-link {
        margin: 40px auto 30px;
        width: 65%;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
        display: block;
        text-decoration: none;
        color: white;
        background: black;
        padding: 10px 0;
        border-radius: 23px;
    }
}













.all-the-slider-block{
    padding: 1vw 0 0 0;
}
.all-the-slider-block .all-the-slider-block-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-title-main{
    width: 45%;
    text-align: center;
    margin: 0 auto 5vw;
    max-width: 720px;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-title-main .the-first-title{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.09vw;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-title-main .the-h2-title{
    font-size: 2.7vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin: 1vw 0 0 0;
}

.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider{
    width: 100%;
    margin: 0 auto 5vw;
    max-width: 1250px;
    background: rgb(255, 255, 255);
    display: flex;
    border-radius: 2.5vw;
    box-shadow: 0 8px 16px -6px rgb(0 5 20 / 25%);
    flex-wrap: wrap;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-left-side-slider{
    width: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 4vw;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-left-side-slider p{
    padding: 4vw 5vw;
    margin: 0;
    text-align: center;
    font-size: 1.2vw;
}

.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider{
    width: 50%;
    border-radius: 2vw;
    min-height: 25vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block{
    position: absolute;
    background: #ffffff80;
    border: solid 1px #fff;
    width: 45%;
    height: 40%;
    right: 8%;
    top: 15%;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #0069ff;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside .the-ball-inside-icon{
    width: 2vw;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside .the-ball-inside-icon img{
    width: 100%;
    display: block;
}


.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block{
    position: absolute;
    background: #ffffff80;
    border: solid 1px #fff;
    width: 45%;
    height: 40%;
    left: 8%;
    bottom: 15%;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #0069ff;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside .the-ball-inside-icon{
    width: 2vw;
}
.all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside .the-ball-inside-icon img{
    width: 100%;
    display: block;
}




@media screen and (min-width: 1600px) {
    .all-the-slider-block{
        padding: 16px 0 0 0;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-title-main{
        margin: 0 auto 80px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-title-main .the-first-title{
        font-size: 19.2px;
        letter-spacing: 1.44px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-title-main .the-h2-title{
        font-size: 43.2px;
        letter-spacing: 3.2px;
        margin: 16px 0 0 0;
    } 


    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider{
        margin: 0 auto 80px;
        border-radius: 40px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-left-side-slider{
        border-radius: 64px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-left-side-slider p{
        padding: 64px 80px;
        font-size: 19.2px;
    }
    
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider{
        border-radius: 32px;
        min-height: 400px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside .the-ball-inside-icon{
        width: 32px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside{
        width: 80px;
        height: 80px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside .the-ball-inside-icon{
        width: 32px;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside{
        width: 80px;
        height: 80px;
    }

}


@media screen and (max-width: 900px) {
    .all-the-slider-block .all-the-slider-block-inside .all-the-title-main {
        margin: 0 auto 55px;
        width: 90%;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-title-main .the-first-title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-title-main .the-h2-title{
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-left-side-slider {
        width: 100%;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-left-side-slider p {
        padding: 11vw 6vw;
        font-size: 4vw;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider {
        width: 100%;
        min-height: 62vw;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside {
        width: 14vw;
        height: 14vw;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-first-block .the-ball-inside .the-ball-inside-icon{
        width: 8vw;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside {
        width: 14vw;
        height: 14vw;
    }
    .all-the-slider-block .all-the-slider-block-inside .all-the-start-slider .the-right-side-slider .all-the-second-block .the-ball-inside .the-ball-inside-icon{
        width: 8vw;
    }
}
















.all-the-footer-web{
    background: black;
    padding: 4vw 0 4vw 0;
}
.all-the-footer-web .all-the-footer-web-inside{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1440px;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-top-footer-web{

}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: solid 1px #fff;
    padding: 0 0 4vw 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab{
    width: 20%;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-logo-image{
    width: 14vw;
    margin: 0 0 1vw 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-logo-image img{
    display: block;
    width: 100%;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-text-first{
    color: white;
    font-size: 1vw;
    padding: 0;
    margin: 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab{
    width: 15%;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab h2{
    color: #16f7c8;
    font-weight: 100;
    font-size: 1vw;
    padding: 0;
    margin: 0 0 1vw 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav{
    
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul{
    margin: 0;
    padding: 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul li{
    
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul li a{
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 1vw;
    display: block;
    line-height: 1;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul li a:hover{
    text-decoration: underline;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab{
    width: 20%;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab h2{
    color: #16f7c8;
    font-weight: 100;
    font-size: 1vw;
    padding: 0;
    margin: 0 0 1vw 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab p{
    color: #fff;
    font-weight: 100;
    font-size: 1vw;
    padding: 0;
    margin: 0;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab a{
    background: #16f7c8;
    color: black;
    text-decoration: none;
    padding: 0.5vw 0;
    margin: 1vw 0 0 0;
    display: block;
    text-align: center;
    width: 50%;
    border-radius: 24px;
    font-size: 1vw;
    font-weight: 400;
}
.all-the-footer-web .all-the-footer-web-inside .all-the-bottom-footer-web{
    
}
.all-the-footer-web .all-the-footer-web-inside .all-the-bottom-footer-web .all-the-bottom-footer-web-inside{
    color: white;
    text-align: center;
    margin: 2vw 0 0 0;
    font-size: 1vw;
}





@media screen and (min-width: 1600px) {
    
    .all-the-footer-web{
        padding: 64px 0 64px 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web{
        padding: 0 0 64px 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-logo-image{
        width: 224px;
        margin: 0 0 16px 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-text-first{
        font-size: 16px;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab h2{
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul li a{
        font-size: 16px;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab h2{
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab p{
        font-size: 16px;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab a{
        padding: 8px 0;
        margin: 16px 0 0 0;
        font-size: 16px;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-bottom-footer-web{
        
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-bottom-footer-web .all-the-bottom-footer-web-inside{
        margin: 32px 0 0 0;
        font-size: 16px;
    }
}


@media screen and (max-width: 900px) {
    
    .all-the-footer-web{
        background: black;
        padding: 10vw 0 10vw 0;
    }
    .all-the-footer-web .all-the-footer-web-inside{
        width: 90%;
        margin: 0 auto 0;
        max-width: 1440px;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-top-footer-web{

    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: solid 1px #fff;
        padding: 0 0 11vw 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab{
        width: 100%;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-logo-image{
        width: 50%;
        margin: 0 auto 2vw;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-logo-image img{
        display: block;
        width: 100%;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-first-tab .the-text-first{
        color: white;
        font-size: 3.5vw;
        padding: 0;
        margin: 0 0 6vw 0;
        text-align: center;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab{
        width: 100%;
        margin: 0 0 10vw 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab h2{
        color: #16f7c8;
        font-weight: 100;
        font-size: 6vw;
        padding: 0;
        margin: 0 0 3vw 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav{
        
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul{
        margin: 0;
        padding: 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul li{
        
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-second-tab nav ul li a{
        text-decoration: none;
        color: #fff;
        font-weight: 100;
        font-size: 4vw;
        display: block;
        padding: 1vw 0;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab{
        width: 100%;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab h2{
        color: #16f7c8;
        font-weight: 100;
        font-size: 5vw;
        padding: 0;
        margin: 0 0 3vw 0;
        text-align: center;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab p{
        color: #fff;
        font-weight: 100;
        font-size: 3.5vw;
        padding: 0;
        margin: 0 0 6vw 0;
        text-align: center;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-center-footer-web .all-the-third-tab a{
        background: #16f7c8;
        color: black;
        text-decoration: none;
        padding: 2vw 0;
        margin: 0 0 0 0;
        display: block;
        text-align: center;
        width: 100%;
        border-radius: 46px;
        font-size: 6vw;
        font-weight: 400;
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-bottom-footer-web{
        
    }
    .all-the-footer-web .all-the-footer-web-inside .all-the-bottom-footer-web .all-the-bottom-footer-web-inside{
        color: white;
        text-align: center;
        margin: 7vw 0 0 0;
        font-size: 3.5vw;
    }
}







.all-questions-and-answers{
    padding: 6vw 0 0 0;
    position: relative;
    overflow-x: clip;
}
.all-questions-and-answers .all-questions-and-answers-inside{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main{
    width: 100%;
    margin: 0 0 5vw 0;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-first-title{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.09vw;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-h2-title{
    font-size: 2.7vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin: 1vw 0 0 0;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-p-title{
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 1vw 0 0 0;
}


.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers{
    width: 100%;
    margin: 0 0 2vw 0;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single{
    border-top: solid 1px #000;
    padding: 2vw 0;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single:last-of-type{
    border-bottom: solid 1px #000;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions{
    display: flex;
    align-items: center;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-numbet-questions{
    color: #0600ff;
    font-size: 4vw;
    font-weight: 800;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-icon-questions{
    color: #0600ff;
    font-size: 3vw;
    margin: 0 1vw 0 1vw;
    font-weight: 100;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-text-questions{
    font-size: 1.5vw;
    font-weight: 700;
    color: black;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions{
    display: flex;
    align-items: center;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions .the-close-questions{
    color: #000000;
    font-size: 2vw;
    font-weight: 100;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions .the-close-questions.this-to-open{
    display: block;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions .the-close-questions.this-to-cancel{
    display: none;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers{
    overflow: hidden;
    height: 0;
    padding: 0 2vw;
    /* transition: all 0.5s; */
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers.active{
    background: #f4f4f4;
    box-shadow: inset 0 0 10px #00000096;
    padding: 2vw 2vw;
    height: auto;
    border-radius: 8px;
}
.all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers .the-text-answers{
    font-size: 1.3vw;
}


@media screen and (min-width: 1600px) {
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main{
        margin: 0 0 80px 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-first-title {
        font-size: 19.2px;
        letter-spacing: 1.44px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-h2-title{
        font-size: 43.2px;
        letter-spacing: 3.2px;
        margin: 16px 0 0 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-p-title{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
        margin: 16px 0 0 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers{
        margin: 0 0 32px 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single{
        padding: 32px 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-numbet-questions{
        font-size: 64px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-icon-questions{
        font-size: 48px;
        margin: 0 16px 0 16px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-text-questions{
        font-size: 24px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions .the-close-questions{
        font-size: 32px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers.active{
        padding: 32px 32px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers .the-text-answers{
        font-size: 20.8px;
    }

}


@media screen and (max-width: 900px) {
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main {
        margin: 0 0 30px 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-first-title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-h2-title{
        font-size: 22px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: 600;
        margin: 10px 0 0 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-title-main .the-p-title{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin: 33px 0 0 0;
        text-align: center;
    }


    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions {
        width: calc(100% - 30px);
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions {
        justify-content: flex-end;
        width: 30px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers {
        margin: 0 0 30px 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single {
        padding: 16px 0;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-numbet-questions {
        font-size: 25px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-icon-questions {
        font-size: 20px;
        margin: 0 5px 0 5px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-start-questions .the-text-questions {
        font-size: 14px;
        line-height: 1.5;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-questions .the-end-questions .the-close-questions {
        font-size: 18px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers.active {
        padding: 15px 15px;
    }
    .all-questions-and-answers .all-questions-and-answers-inside .all-the-questions-and-answers .all-the-questions-and-answers-single .all-the-answers .the-text-answers {
        font-size: 14px;
        line-height: 1.5;
    }
    
}







.all-the-section-contact{
    padding: 6.5vw 0 6.5vw 0;
    position: relative;
    overflow-x: clip;
    background: rgb(2,0,67);
    background: linear-gradient(71deg, rgba(2,0,67,1) 40%, rgba(6,0,255,1) 100%);
}
.all-the-section-contact .all-the-section-contact-inside{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side{
    width: 58%;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 4vw 0 4vw 0;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title{
    display: flex;
    justify-content: space-between;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-icon-line-title{
    width: 7%;
    height: 2.5vw;
    background: #15f7c7;
    border-radius: 0 2.5vw 2.5vw 0;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title{
    width: 90%;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title .the-form-title-big{
    padding: 0;
    margin: -1.5vw 0 0 0;
    font-size: 3.6vw;
    font-weight: 400;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title .the-form-title-small{
    padding: 0;
    margin: 0;
    font-size: 1.2vw;
}




.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single{
    margin: 0 auto 0;
    width: 80%;
    margin: 1vw auto 0;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-text{
    
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-text input{
    width: 100%;
    border: none;
    border-bottom: solid 1px #000;
    font-size: 1.5vw;
    padding: 1.5vw 0;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-text input:focus-visible{
    outline: none;
    border-bottom: solid 1px #15f7c7;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-submit{
    
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-submit input{
    border: none;
    background: #000000;
    color: white;
    width: 26%;
    font-size: 1.2vw;
    font-weight: 500;
    padding: 1vw 0;
    margin: 3vw 0 0 0;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-submit input:hover{
    opacity: 0.8;
}



.all-the-section-contact .all-the-section-contact-inside .all-the-text-side{
    width: 36%;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-first-test{
    text-align: center;
    color: #15f7c7;
    font-size: 2.5vw;
    font-weight: 600;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-second-test{
    text-align: center;
    color: #15f7c7;
    font-size: 2.5vw;
    font-weight: 600;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-third-test{
    text-align: center;
    color: #ffffff;
    font-size: 1.5vw;
    font-weight: 600;
    margin: 1vw 0 0 0;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-four-test{
    text-align: center;
    color: #15f7c7;
    font-size: 1.1vw;
    font-weight: 600;
    margin: 2vw auto 0;
    width: 90%;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon{
    display: flex;
    flex-wrap: wrap;
    border: solid 2px #fff;
    background: #ffffff61;
    border-radius: 40px;
    padding: 2vw 2vw 0 2vw;
    justify-content: space-between;
    margin: 4vw 0 0 0;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 2vw 0;
    width: 48%;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-img{
    border: solid 2px #0500ff;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-img img{
    display: block;
    width: 2.5vw;
}
.all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-text{
    color: white;
    font-size: 1vw;
    width: calc(100% - 5vw);
}


@media screen and (min-width: 1600px) {

    .all-the-section-contact{
        padding: 104px 0 104px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side{
        padding: 64px 0 64px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-icon-line-title{
        height: 40px;
        border-radius: 0 40px 40px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title .the-form-title-big{
        margin: -24px 0 0 0;
        font-size: 57.6px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title .the-form-title-small{
        font-size: 19.2px;
    }
    
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single{
        margin: 16px auto 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-text{
        
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-text input{
        font-size: 24px;
        padding: 24px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-submit input{
        font-size: 19.2px;
        padding: 16px 0;
        margin: 48px 0 0 0;
    }
    
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-first-test{
        font-size: 40px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-second-test{
        font-size: 40px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-third-test{
        font-size: 24px;
        margin: 16px 0 0 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-four-test{
        font-size: 17.6px;
        margin: 32px auto 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon{
        padding: 32px 32px 0 32px;
        margin: 64px 0 0 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon{
        margin: 0 0 32px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-img{
        width: 64px;
        height: 64px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-img img{
        width: 40px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-text{
        font-size: 16px;
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 900px) {

    .all-the-section-contact {
        padding: 60px 0 60px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side {
        width: 100%;
        background-color: #ffffff;
        border-radius: 40px;
        padding: 40px 0 40px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-icon-line-title {
        display: none;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title {
        margin: 0 auto 0;
        width: 90%;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title .the-form-title-big {
        margin: 0 0 10px 0;
        font-size: 30px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-title .the-form-title .the-form-title-small {
        font-size: 16px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single {
        width: 90%;
        margin: 30px auto 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-text input {
        font-size: 16px;
        padding: 16px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-form-side .all-the-form-single .the-input-submit input {
        width: 100%;
        font-size: 16px;
        padding: 14px 0;
        margin: 50px 0 0 0;
    }

    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side {
        width: 100%;
        margin: 50px 0 0 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-first-test {
        font-size: 26px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-second-test {
        font-size: 26px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-third-test {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .the-four-test {
        font-size: 16px;
        margin: 20px auto 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon {
        background: #ffffff61;
        border-radius: 20px;
        padding: 10px 10px 0 10px;
        margin: 40px 0 0 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon {
        margin: 0 0 10px 0;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-img {
        width: 50px;
        height: 50px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-img img {
        width: 30px;
    }
    .all-the-section-contact .all-the-section-contact-inside .all-the-text-side .all-the-box-icon .all-the-single-box-icon .the-single-box-icon-text {
        font-size: 14px;
        width: calc(100% - 60px);
    }
}





/*
++++++++++++++++++++++++++++++
all-the-404-page
++++++++++++++++++++++++++++++
*/

.all-the-404-page{
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    direction: rtl;
}
.all-the-404-page .the-404{
    display: flex;
}
.all-the-404-page .the-404 .the-num{
    font-weight: 900;
    font-size: 200px;
    color: #3bd781;
}
.all-the-404-page .the-404 .the-image{
    width: 200px;
    margin: 20px 0 0 0;
}
.all-the-404-page .the-404 .the-image img{
    width: 100%;
}
.all-the-404-page h1{
    font-size: 30px;
    color: #3bd781;
    margin: -27px 0 0 0;
}
.all-the-404-page h2{
    font-weight: 400;
    color: #5a5a5a;
    font-size: 19px;
}
.all-the-404-page a{
    text-decoration: none;
    color: white;
    background-color: #3bd781;
    padding: 9px 33px;
    border-radius: 22px;
    margin: 20px 0 0 0;
}



@media screen and (max-width: 600px) {
    .all-the-404-page {
        height: 500px;
    }
    .all-the-404-page .the-404 .the-num {
        font-size: 100px;
    }
    .all-the-404-page .the-404 .the-image {
        width: 100px;
        margin: 0 -11px 35px 11px;
    }
    .all-the-404-page h1 {
        font-size: 18px;
        text-align: center;
    }
}



.all-the-menu-top-fixed-hide{
    width: 90%;
    height: 5vw;
}
@media screen and (min-width: 1600px) {
    .all-the-menu-top-fixed-hide{
        height: 80px;
    }
}
@media screen and (max-width: 900px) {
    .all-the-menu-top-fixed-hide{
        height: 50px;
    }
}




.all-the-breadcrumb-web{
    width: 90%;
    margin: 1vw auto 1vw;
    max-width: 1440px;
}
.all-the-breadcrumb-web .breadcrumb-nav{
    
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li{
    display: flex;
    align-items: center;
    font-size: 1vw;
    color: #666666;
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-a{
    font-size: 1vw;
    color: #629a7b;
    text-decoration: underline;
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-icon{
    font-size: 1vw;
    margin: 0.1vw 0 0 0;
    color: #666666;
}

@media screen and (min-width: 1600px) {
    
}
@media screen and (max-width: 900px) {
    .all-the-breadcrumb-web {
        margin: 10px auto 10px;
    }
    .all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li {
        font-size: 12px;
    }
    .all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-a {
        font-size: 12px;
    }
    .all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-icon {
        font-size: 12px;
        margin: 2px 0 0 0;
    }
}
