/******main****/
.main {
    padding-bottom: 150px;
}

.main__info {
    margin-top: 120px;
}

.main__links-wrapper {
    display: flex;
}

.main__wrapp-line {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.main__wrapper {
    display: flex;
}

.main__img {
    width: 500px;
    margin-left: 150px;
    position: relative;
}

.main__orange {
    top: unset;
    bottom: 20%;
}

.main__green {
    bottom: unset;
    top: -20%;
    right: -65%;
    width: 180px;
    height: 180px;
}

/********hello*****/
.hello__text-wrapper {
    display: flex;
    justify-content: space-between;
}

.hello__text {
    width: 440px;
    max-width: 100%;
    margin-top: 50px;
}

.hello__img {
    width: 720px;
    height: 800px;
    max-width: 100%;
    margin: 60px auto 0;
    position: relative;
    
}

.hello__picture {
    position: absolute;
    top: 0%;
    left: -50%;
}

/****choose***/
.choose {
    padding-top: 150px;
}

.choose__green {
    bottom: unset;
    top: -10%;
    right: -5%;
    width: 180px;
    height: 180px;
}
.choose__items {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.choose__item:nth-child(even) {
    margin-top: 100px;
}

.choose__line {
    width: 25px;
    border-bottom: 2px solid black;
    margin: 35px 0 15px;
}


/*****introduce****/
.introduce {
    padding-top: 150px;
}
.introduce__info {
    width: 450px;
}
.introduce__title {
    margin-bottom: 40px;
}

.introduce__line {
    margin-left: 120px;
}

.inroduce__wrapper {
    display: flex;
    justify-content: space-between;
}

.introduce__img {
    position: relative;
}

.introduce__orange {
    left: unset;
    right: 0;
}

/*****stories****/
.stories {
    padding-top: 150px;
}
.stories__wrapper {
    display: flex;
    position: relative;
}

.stories__orange {
    width: 350px;
    height: 350px;
    filter: blur(150px);
    left: -20%;
}

.stories__info-wrap {
    display: flex;
    align-items: center;
}

.stories__text-wrapper {
    width: 440px;
    margin-left: 150px;
}

.stories__imgs {
    position: relative;
    width: 1169px;
    height: 743px;
    margin-top: 72px;
}

.stories__green {
    width: 400px;
    height: 400px;
    filter: blur(200px);
    bottom: 20%;
}

.stories__map {
    position: absolute;
    bottom: -10%;
    right: -5%;
}

/******software***/
.software {
    padding-top: 150px;
}

.software__title {
    text-align: center;
    margin-bottom: 90px;
}
.software__line-wrapper {
    display: flex;
    align-items: center;
    height: 60px;

}

.software__description {
    display: flex;
    width: 800px;
    justify-content: space-between;
    margin: 0 auto;
}

.software__imgs {
    position: relative;
    width: 820px;
    height: 900px;
    margin: 0 auto;
}

.software__main {
    position: absolute;
    top: 0;
    left: -41%;
}

.software__two {
    position: absolute;
    bottom:  38%;
    right: -10%;
    z-index: 3;
}

.software__three {
    position: absolute;
    bottom:  10%;
    left: 15%;
    z-index: 2;
}

.software__four {
    position: absolute;
    bottom:  -5%;
    left: -17%;
    z-index: 4;
}

.software__five {
    position: absolute;
    top:  10%;
    right: -20%;
    z-index: 4;
}



@media (max-width: 1166px) {
    /****main section ****/

    .main__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main__info {
        width: 500px;
        max-width: 100%;
    }

    .main__img {
        width: 500px;
        max-width: 100%;
        margin: 100px 0 0 0;
        position: relative;
    }

    .main__green {
        bottom: unset;
        top: -20%;
        right: 0;
        width: 140px;
        height: 140px;
    }

    /********hello*****/
    .hello__info {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    
    .hello__text-wrapper {
        flex-direction: column;
    }

    .hello__text {
        width: 500px;
        max-width: 100%;
        
    }

        /****choose***/
    .choose__items {
        flex-wrap: wrap;
        justify-content: center;
        width: 512px;
        max-width: 100%;
        margin: 0 auto;
    }

    .choose__title {
        width: 512px;
        max-width: 100%;
        margin: 0 auto;
    }

    .choose__green {
        bottom: -10%;
        top: unset;
        right: -25%;
        width: 180px;
        height: 180px;
    }
    .choose__item:nth-child(even) {
        margin-top: 80px;
    }

    .choose__item {
        width: 256px;
        max-width: 100%; 
        margin-top: 80px;
    }

    /****introduce***/
    .inroduce__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .introduce__info {
        width: 500px;
        max-width: 100%;
    }

    .introduce__img {
        width: 411px;
        height: 271px;
        max-width: 100%;
        position: relative;
        margin-top: 80px;
    }

    .introduce__picture {
        position: absolute;
        top: 0;
        left: 0;
    }

    /*****stories***/
    .stories__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .stories__line {
        margin-left: 20px;
    }

    .stories__text-wrapper, 
    .stories__title-wrapper{
        width: 500px;
        max-width: 100%;
    }

    .stories__text-wrapper {
        margin: 50px 0 0 0;
    }

    .stories__imgs {
        width: 333px;
        height: 212px;
        margin: 72px auto 0;
    }

    .stories__green {
        width: 200px;
        height: 200px;
        filter: blur(100px);
        bottom: 20%;
    }
    
    .stories__map {
        position: absolute;
        bottom: -10%;
        right: -5%;
    }

    /****software***/

    .software__imgs {
        width: 342px;
        height: 379px;
        margin-top: 80px;
        
    }

    .software__orange {
        width: 200px;
        height: 200px;
        filter: blur(90px);
    }

    .software__five {
        display: none;
    }

    .software__img-wrapper {
        width: 600px;
        margin: 0 auto;
    }

    
}

@media (max-width: 900px) {
    .hello__img {
        width: 280px;
        height: 320px;
        max-width: 100%;
        
    }
    
    .hello__picture {
        position: absolute;
        top: 0%;
        left: -50%;
    }

    /*****software***/
    .software__description {
        flex-direction: column;
        width: 500px;
        margin: 0 auto;
    }

    .choose__line {
        margin: 18px 0 15px;
    }



}

@media (max-width: 767px) {
    /****main section ****/
    .main__green {
        bottom: unset;
        top: -20%;
        right: 0;
        width: 100px;
        height: 100px;
    }

    .choose__item {
        width: 167px;
        max-width: 100%; 
    }

    /****choose***/
    .choose__items {
        width: 500px;
    }

    .software__info {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
    .software__title {
        margin-bottom: 50px;
    }


    .stories__orange {
        width: 200px;
        height: 200px;
        filter: blur(100px);
        left: -30%;
    }

    .choose__title {
        font-size: 40px;
    }

    

    
}

@media (max-width: 376px) {
    .software__title {
        text-align: left;
        width: 240px;
        font-size: 40px;
    }
}