/**************** work_1 div *****************/

body {
    width: 1200px;
    margin: 0 auto;
}

header {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}

header img {
    width: 170px;
}

a {
    text-decoration: none;
    color: rgb(58, 34, 137);
}

a:hover{
    text-decoration: dotted;
    color: rgb(0, 255, 242);
}

nav {
    display: flex;
    gap: 70px;
    justify-content: flex-end;
}

.work_1 {
    align-items: center;
    background: linear-gradient(180deg, #FCFCF7 6.5%, #F5EEAD 100%) no-repeat;
    padding-bottom: 35px;

    p {
        display: inline-block;
    }

    a {
        color: black;
    }

    img {
        display: inline-block;
        height: 15px;
    }

    b {
        display: block;
    }

    .top_menu {
        padding-top: 10px;
        text-align: center;
    }

    .m10 {
        margin-left: 20px;
    }

    .search {
        width: 330px;
        height: 25px;
        margin-left: 10px;
        border-radius: 7px;
        border: 1px solid #b1a857;
        padding: 4px 4px 4px 25px;
        background-image: url('images/search_icon.svg');
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 4px 8px;
    }

    .login {
        margin-left: 70px;
        border: 1px solid;
        border-radius: 3px;
        padding: 4px 10px;
        cursor: pointer;
    }

    /****************/
    .main_block {
        padding-top: 100px;
        padding-left: 15%;
        padding-right: 5%;
        display: flex;
        flex-wrap: nowrap;
    }

    .main_block .side {
        display: inline-block;
    }

    .left {
        width: 60%;
    }

    .title {
        font-family: Palanquin;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0px;
        vertical-align: middle;
        width: 500px;
    }

    h4 {
        font-family: Open Sans;
        font-weight: 300;
        font-style: Light;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .fruits {
        width: 450px;
        height: 370px;
    }

    .learn {
        background-color: black;
        color: white;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
}

/**************** work_2 div *****************/
.work_2 {

    padding: 35px 0;
    /* border-bottom: 0.5px dashed rgb(194, 194, 194); */

    .content {
        display: inline-block;
    }

    .img {
        width: 40px;
        height: 35px;
    }

    .con {
        display: inline-block;
        margin-top: 20px;
        margin-left: 110px;
    }
}

/**************** work_3 div *****************/
.work_3 {
    display: flex;
    justify-content: center;
    table-layout: fixed;

    margin-bottom: 50px;
    padding-left: 8%;

    .left {
        background-color: #DEF1BD;
        border-radius: 7px;
        margin-right: 4px;
        padding: 10px 10px 90px 10px;
        float: left;
        width: 50%;
        height: 100%;

        .info {
            float: right;
            width: 35%;

        }

        .image {

            width: 65%;
            float: right;

            img {
                width: 100%;
            }
        }

    }

    .right{
        padding-left: 50px;
    }

    .right,.left{
        padding: 100px;
        margin-left: -100px;
    }

    .right {
        background-color: #FDF8D0;
        border-radius: 7px;
        margin-left: 4px;
        padding: 10px;
        float: left;

        width: 25%;

        img {
            width: 100%;
        }
    }

}

.otqaz {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px;
    margin: 10px;
}

.categories {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    border: none;
    background-color: #F5EEAD;
    box-shadow: 5px 5px 10px;
    display: flex;
    justify-content: space-between;
    width: 192px;
    height: 165px;
    left: 19px;
    border-radius: 30px;
    color: #F8E86621;
    margin-bottom: 300px;

}


h3 {

    color: red;
}

/**************** work_4 div *****************/


.all {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.tops_right {
    gap: 20000px;
}

.right {
    display: flex;
    flex-wrap: nowrap;
}

.room {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.button {
    margin: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.image-book {
    width: 70px;
    height: 70px;
}

.book {
    background-color: #F8E86621;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 10px 10px;
    border: none;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    box-shadow: 0 1px 3px;
}

span {
    color: #37fb7f;
}

.work_4 {
    .continue {
        width: 1100px;
        height: 500px;
        border-radius: 10px;
        background: linear-gradient(102deg, rgb(57, 141, 5), rgb(254, 255, 255)), rgb(61, 168, 35);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lefter {
        padding: 20px;
        width: 50%;
    }

    .righter {
        padding-right: 190px;
        font-family: serif;
        width: 50%;
    }

    .room {
        margin-bottom: 50px;
    }

    .righter button {
        padding: 10px;
        color: white;
        background-color: #000;
        border: none;
        border-radius: 15px;
        box-shadow: 10px 10px 20px;
    }
}