@import "loyalty-btns.css";
/********main section******/
.main {
    padding-bottom: 200px;
}

.main__orange-circl {
    width: 450px;
    height: 450px;
    position: absolute;
    background-color: orange;
    z-index: -1;
    top: 80px;
    left: 45px;
    box-shadow: -100px -70px 180px 200px rgb(253, 205, 115);
    border-radius: 50%;
}

.main__links-wrapper {
    display: flex;

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

.main__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main__info{
    max-width: 550px;
}

.main__imgs {
    position: relative;
    width: 582px;
}

.main__picture {
    display: flex;
    justify-content: center;
}

.main__picture-one {
    position: absolute;
    bottom: 130px;
    left: -70px;
}

.main__picture-two {
    position: absolute;
    top: 35px;
    right: -10px;
}

.main__picture-three {
    position: absolute;
    top: 170px;
    right: -10px;
}



/*******business section***********/

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

.business__title {
    margin-bottom: 120px;
}
.business__img-wrapp {
    border-radius: 50%;
    border: 2px solid black;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business__item {
    max-width: 227px;
}

.business__subtitle {
    margin: 30px 0 20px 0;
}


/*****message section ****/
.message {
    padding: 200px 0 200px;
    overflow-x: hidden;
    overflow-y: visible;
    background-color: transparent;
}
.message__info-wrapp {
    display: flex;
    align-items: center;
    
}

.message__title {
    margin: 15px 0 40px;
}

.message__info {
    margin-top: 50px;
    max-width: 500px;
}

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

.message__img {
    position: relative;
    height: 692px;
    top: 0;
    right: 0px;
    width: calc(100% - 57%);
}

.message__picture-boy {
    position: absolute;
    top: 20%;
    left: -110px;
}

.message__title-br {
    display: none;
}

.message__green {
    top: 0;
}

.message__orange {
    max-width: 275px;
    max-height: 275px;
    top:unset;
    bottom: 30px;
    left: -300px;
    filter: blur(130px);
}

/*******multiplay section****/
.multiplay {
    /* overflow: hidden; */
    position: relative;
}

.multiplay__items {
    margin-top: 20px;
}

.multiplay__orange {
    max-width: 175px;
    max-height: 175px;
    top: 25%;
    left: 40%;
    filter: blur(100px);
}
.multiplay__green {
    width: 220px;
    height: 220px;
    filter: blur(120px);
    bottom:  unset;
    top: 100px;
    right: 100px;
    
}
.multiplay__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.multiplay__line-wrapp {
    display: flex;
    align-items: center;
}



.multiplay__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.multiplay__text {
    display: flex;
    max-width: 367px;
    
}

.multiplay__number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    border: 2px solid black;
    margin-right: 25px;
    font-size: 30px;
    font-weight: 600;
}


.multiplay__img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/********loyalty section****/
.loyalty {
    padding: 150px 0 50px;
    /* overflow: hidden; */
}
.loyalty__title {
    width: 859px;
    max-width: 100%;
    display: block;
    margin: 0 auto 100px;
}
.loyalty__icons {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loyalty__icon {
    
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
    border: 2px solid black;
}
.loyalty__icon:last-child {
    font-size: 24px;
    font-weight: 700;
}

.loyalty__vs {
    font-size: 48px;
    font-weight: 600;
    margin: 0 50px;
}

.loyalty__line-wrapp {
    display: flex;
    align-items: center;
}

.loyalty__wrapper {
    margin-top: 150px;
    display: flex;
}

.loyalty__title-sm {
    margin: 15px 0 40px;
}

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

.loyalty__imgs {
    position: relative;
    width: 290px;
    margin-left: 200px;
}

.loyalty__picture-one {
    position: absolute;
    bottom: 15%;
    left: -60%;
}

.loyalty__picture-two {
    position: absolute;
    top: 15%;
    right: -50%;
}

.loyalty__orange {
    width: 250px;
    height: 250px;
    position: absolute;
    background-color: orange;
    z-index: -1;
    bottom:  50px;
    right: -100px;
    box-shadow: -100px -100px 150px 200px rgb(255, 223, 164);
    border-radius: 50%;
}

@media (max-width: 1166px) {
    /****main section ****/
    .main {
        padding-top: 93px;
    }

    .main__wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .main__imgs {
        margin: 100px auto 0;
    }

    /*****busines****/
    .business__title {
        width: 500px;
        max-width: 100%;
        margin: 0 auto 70px;
    }
    .business__wrapp {
        display: flex;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }
    .business__item-wrapp {
        display: flex;
        align-items: center;
        margin-bottom: 35px;

    }

    .business__subtitle {
        font-weight: 700;
        margin-left: 22px;
    }

    .business__item {
        max-width: 750px;
        margin-bottom: 70px;
    }

    /****message section****/
    .message {
        padding-top: 100px;
    }
    .message__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .message__img {
        margin-top: 75px;
    }

    .message__green, 
    .message__orange,
    .multiplay__orange,
    .multiplay__green {
        display: none;
    }

    /******multiplay******/

    .multiplay__info {
        display: block;
        width: 500px;
        max-width: 100%;
        margin: 0 auto 90px;
    }

    .multiplay__info-wrapp {
        margin-bottom: 60px;
    }
    
    /*****loyalty section****/
    .loyalty__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .loyalty__imgs{
        margin-top: 150px;
        margin-left: 0px;
    }
}


@media (max-width: 900px) {
    .title-big{
        font-size: 40px;
    }
    /*****main section******/
    .main__imgs {
        width: 280px;
        
    }
    .main__orange-circl {
        width: 250px;
        height: 250px;
        left: 0px;
    }

    .main__picture-one {
        left: -45px;
    }

    .main__picture-three {
        
        top: 140px;
        
    }
    /****message section***/
    .message__img {
        position: relative;
        height: fit-content;
        top: 0;
        right: 50px;
        width: calc(100% - 47%);
    }
    
    .message__picture-boy {
        position: absolute;
        top: 10%;
        left: -50px;
    }

    .loyalty__title {
        width: 550px;
        max-width: 100%;
    }
    
}

@media (max-width: 767px) {
    .hash {
        margin: 0 9px;
    }

    .bread{
        font-size: 11px;
    }

    /******business***/
    .business__img-wrapp {
        width: 60px;
        height: 60px;
    }

    /*****message***/
    .message__title-br {
        display: block;
    }

    /****loyalty section****/
    .loyalty__vs {
        font-size: 24px;
        margin: 0 14px;
    }

    .loyalty__imgs {
        width: 180px;
    }

    .loyalty__orange {
        width: 150px;
        height: 150px;
        right: -50px;
    }
}