@font-face {
    font-family: PlusJakartaSans;
    src: url(../font/PlusJakartaSans-VariableFont_wght.ttf) format('truetype');
}
body, html{
    margin: 0;
    padding: 0;
    font-family: PlusJakartaSans;
}
a{
    text-decoration: none;
    color: #7E7E7E;
}
/* _______________Header___________________ */
header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    .header_body {
        width: 90%;
        height: 60px;
        margin-bottom: 2%;
        position: relative;
  
        .menu {
            position: absolute;
            display: flex;
            justify-content: center;
            height: 60px;
            left: 2%;
  
            .list-menu {
                display: flex;
                justify-content: center;
                align-items: center;
  
  
                .menu1 {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
  
                    .menu2 {
                        color: #000000;
                        font-size: 15px;
                        margin-right: 20px;
                        font-weight: bold;
                    }
  
                    .menu2:hover {
                        color: #2EBB77;
                    }
                }
  
                .dropdown {
                    display: none;
                    position: absolute;
                    background-color: #fff;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                    z-index: 1;
                    top: 100%;
                    left: 0;
                    width: max-content;
                    white-space: nowrap;
                }
  
                .menu1:hover .dropdown {
                    display: block;
                }
  
                .dropdown a {
                    display: block;
                    padding: 10px;
                    text-decoration: none;
                    color: #000;
                }
  
                .dropdown a:hover {
                    background-color: #f0f0f0;
                }
  
            }
        }
  
        .box_logo {
            position: relative;
            z-index: -1;
            height: 60px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
  
            .logo {
                width: 140px;
                height: 48px;
            }
        }
  
        .icon {
            position: absolute;
            height: 60px;
            right: 3%;
            display: flex;
            justify-content: center;
            align-items: center;
  
            .search_box {
                border: 2px solid #EEEEEE;
                border-radius: 12px;
                width: 200px;
                height: 52px;
                right: 2%;
                display: flex;
                align-items: center;
                box-sizing: border-box;
  
                .icon_search {
                    width: 25px;
                    height: 25px;
                    margin: 0 20px 0 10px;
                }
  
                input {
                    width: 100px;
                }
            }
  
            .icon_menu {
                width: 30px;
                height: 30px;
                margin: 0 20px 0 20px;
            }
  
            .search_task {
                border: none;
            }
        }
    }
  
    .banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #F5F5F5;
  
        .text_bold {
            font-weight: bold;
            font-size: 40px;
        }
  
        .text_medium {
            display: flex;
            font-size: 15px;
            color: #7E7E7E;
            margin-bottom: 2%;
  
            hr {
                margin: 10px;
                width: 20px;
            }
        }
    }
  }
  .user_header {
    text-align: right;
    /* padding: 10px; */
    position: absolute;
    left: 92%;
    top: 3%;
    /* background-color: #B479D9; */
}

.user_info {
    display: inline-block;
    font-size: 13px;
}

.user_info span {
    margin-right: 10px;
}

.user_info a {
    text-decoration: none;
    color: #2EBB77;
    /* display: none; */
}
/* _______________Header___________________ */


/* _______________Section__________________ */

section{
    .section-1{
        position: absolute;
        top: 60.3%;
        height: 800px;
        /* background-color: aqua; */
        width: 100%;
        b{
            font-size: 30px;
            display: flex;
            justify-content: center;
            padding: 25px 10px 0 10px;            
        }
        p{
            display: flex;
            justify-content: center;
        }
        .choose{
            background-color: #F8F8F8;
            width: 700px;
            height: 20px;
            padding: 20px;
            border-radius: 10px;
            margin: 20px 0 0 25%;
            cursor: pointer;
            img{
                float: right;
                padding: 7px;
            }

        }
        .reply{
            width: 700px;
            height: 100px;
            padding: 20px;
            margin: 10px 0 0 25%;
            display: none;
        }
        .choose:hover{
            background-color: #2EBB77;
            color: #F5F5F5;
            transition: background-color 0.3s;color: 0.3s;
        }
    }
}
.section-5{
    .background{
        width: 100%;
        position: absolute;
        top: 160%;
    }
    p{
        position: absolute;
        top: 185%;
        left: 10%;
        color: #FFFFFF;
    }
    h1{
        position: absolute;
        top: 170%;
        left: 10%;
        color: #FFFFFF;
    }
    .banner{
        position: absolute;
        top: 165%;
        width: 350px;
        height: 300px;
        left: 60%;
    }
    input{
        position: absolute;
        top: 195%;
        margin: 10px;
        left: 9.3%;
        color: #000;
        border: none;
        font-weight: 700;
        padding: 20px 30px 20px 30px;
        border-radius: 20px;
    }
}
/* _______________Section__________________ */

/* ________________Footer__________________ */
footer {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 200px 0 0 0;
    top: 185%;
    width: 100%;
    .foot1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin-top: 40px;

        .foot1_a {
            display: flex;
            width: 90%;

            .box {
                float: left;
                width: 25%;
                display: flex;
                flex-direction: column;

                .teespace {
                    display: flex;
                    align-items: center;
                    height: 40px;
                    margin-bottom: 20px;

                    p {
                        font-weight: bold;
                        font-size: 25px;
                    }
                }

                .text {
                    display: flex;
                    align-items: center;
                    font-weight: bold;
                    font-size: 20px;
                    color: black;
                }

                a {
                    margin-bottom: 20px;
                    color: gray;
                }

                .social_task {
                    display: flex;

                    .size_icon {
                        margin-right: 5%;
                        width: 30px;
                        height: 30px;
                    }
                }
            }
        }
    }

    i {
        margin: 10px;
    }

    padding-top: 5px;

    .foot2 {
        margin-top: 2%;
        background-color: #F5F5F5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        .pay {
            width: 45px;
            height: 32px;
            border-radius: 5px;
        }
    }
}
/* ________________Footer__________________ */
/* Media--------------------------------- */
@media screen and (max-width: 660px){
    header{
        .box-list{
            position: absolute;
            width: 56%;
            left: 0;
            font-size: 10px;
            margin-left: -10px;
            transform: scale(0.8);
        }
        .img{
            img{
                transform: scale(0.8);
            }
        }
        .search{
            transform: scale(0.8);
        }
        .icons{
            position: absolute;
            width: 70px;
            top: 5%;
        }
        .comments{
            font-size: 10px;
        }
    }
    section{
        .section-1{
            font-size: 10px;
            .choose, .reply{ 
                float: left;
                margin: 10px;
                width: 660px;        
            }
        }
        .section-2{
            margin-top: 140%;
            width: 100%;
        }
        
    }
    .section-5{
                display: none;
            }
    footer {
        position: absolute;
        top:100%;
        .foot1 {
            .foot1_a {
                .box {
                    .teespace {
                        p {
                            font-size: 10px;
                        }
                    }

                    a {
                        font-size: 10px;

                    }

                    .text {
                        font-size: 10px;
                    }
                }
            }
        }
    }
}
@media screen and (min-width: 661px) and (max-width: 1200px){
    header{
        .box-list{
            position: absolute;
            width: 56%;
            left: 0;
            font-size: 14px;
            margin-left: -10px;
            transform: scale(0.9);
        }
        .img{
            img{
                transform: scale(0.8);
            }
        }
        .search{
            transform: scale(0.8);
        }
        .icons{
            position: absolute;
            width: 70px;
            top: 5%;
        }
        .comments{
            font-size: 15px;
        }
    }
    section{
        .section-1{
            font-size: 13px;
            .choose, .reply{ 
                float: left;
                margin: 10px;
                width: 660px;        
            }
        }
        .section-2{
            margin-top: 140%;
            width: 100%;
        }
        
    }
    .section-5{
            display: none;
        }
    footer {
        position: absolute;
        top:100%;
        .foot1 {
            .foot1_a {
                .box {
                    .teespace {
                        p {
                            font-size: 13px;
                        }
                    }

                    a {
                        font-size: 13px;

                    }

                    .text {
                        font-size: 13px;
                    }
                }
            }
        }
    }
}