*{
    box-sizing: border-box;
    font-family: Bai Jamjuree;
}





body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.container{
    width: auto;
    height: 100vh;
    background-image: url(../img/H.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
}


/*slider nav*/

.slide{
    height: 100%;
    width: 400px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.5s ease;
    transform: translateX(-400px);
    left: 0px;
}

#menu{
    color: #fff;
    font-weight: 800;
    text-align: right;
    padding: 10px 0;
    padding-right: 30px;
    pointer-events: none;
}

ul{
    height: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

ul li a{
    font-size: 30PX;
    color: #FFF;
    font-weight: 500;
    padding: 40px 50px;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.2s ease-out;
}


ul li:hover a{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2c2c2c;
}



ul li a i{
    width: 40px;
    text-align: center;

}


#checkbox{
    display: none;
    visibility: hidden;
}


.toggle{
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 1;
    cursor: pointer;
    border-radius: 2px;
    top: 20px;
    left: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


.toggle .common{
    position: absolute;
    height: 8px;
    width: 50px;
    background-color: #fff;
    border-radius: 0px;
    transition: 0.3s ease;
}

.toggle .top-line{
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.toggle .middle-line{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



    .toggle .bottom-line{
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



    input:checked ~ .toggle .top-line{
        left: -4px;
        top: 23px;
        width: 61px;
        transform: rotate(45deg);
    }

    input:checked ~ .toggle .bottom-line{
        left: -4px;
        top: 23px;
        width: 61px;
        transform: rotate(-45deg);
    }

    input:checked ~ .toggle .middle-line{
        opacity: 0;
        transform: translateX(20px);
    }

    input:checked ~ .slide{
        transform: translateX(0);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }
/*end slider nev*/




/*about us user*/







.section{
display: flex;
position: absolute;
width: 80%;
height: 85%;
bottom: 0;
justify-content: center;
z-index: 0;
}

.section .texts{
    position: absolute;
    text-align: center;
    top: 150px;
    color: #fff;
    width: 70%;
}



.search-box{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 200px;
    align-items: center;
    justify-content: center;

}
.search-box input{
    width: 450px;
    border: none;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.400);
    margin-bottom: 5px;
}
::placeholder {
    color: white;
}


.icon{
    display: inline-block;
    position: absolute;
    padding-left: 10px;
    
}

.material-icons{
    display: flex;
    flex-direction: column;
    color: #fff;
}



.container-fot{
    width: auto;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #424949 ;
}



/**/


.section2{
display: flex;
flex-direction: column;
position: absolute;
width: 80%;
height: 80%;
top: 80px;
justify-content: start;
}

.logo-A{
    width: 400px;
    height: 120px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.text2 h1{
    border-style: solid none solid none ;
    border-width: 1pt;
    width: 600px;
    text-align: center;
    line-break: strict;
    color: white;
    font-weight: 900;
    padding: 5px;
    
}

.text2 span{
    font-weight: 100;
    color: rgba(255,255,255,0.8) ;
    font-size: 20px;

}

.text2 h2{
color: white;
}

.item{
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    background-color: gray;
    border: 4px solid black;
    padding: 20px;
    border-radius: 10px 10px 10px 30px;
    outline: 2px solid #fff;
    overflow: hidden;
}


.l-item{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.l-item p {
    font-size: 20px;
    font-weight: 900;
    background-color: #2c2c2c;
    padding: 30px 10px;
    border-radius: 20px;
    color: white;
}

.l-item span{
    font-size: 15px;
    font-weight: 500;
    color: white;
}


.r-item{
width: 50%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.r-item p{
    text-wrap: wrap;
    color: #fff;

}



.footer{
    width: 100%;
    height: 10vh;
    background-color: orange;
    display: flex;
    justify-content: center;
    background-color: #2c2c2c ;

}


.container-f{
    width: 80%;
    height: 100%;
    display: flex;
}


.phonenumber{
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 50px;
}



.apps{
width: 50%;
display: flex;
justify-content: end;
align-items: center;
}


.apps a{
    text-decoration: none;
    color: lightgray;
}
.apps i{
    font-size: 25px;
    padding: 10px 10px;
    border: solid 3px gray;
    margin: 0 4px;
    border-radius: 10px;
    transition: all 0.9s;
}

.apps i:hover{
    background-color: black;
}



