/* google font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@400;600;700;900&family=Noto+Serif+Lao:wght@200&family=Oswald:wght@200;300&display=swap');

*{
    font-family: 'Noto Sans Lao', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

    /* nav */
nav{
    background-color:#060606;
    display:flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    z-index: 999;
}
nav .logo img {
    width: 50px;
    height: 35px;
}
nav .logo{
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}
nav .manu ul{
    display: flex;
    margin-left: 200px;
}
nav .manu li{
    margin-left: 30px;
    list-style: none;
}
nav .manu ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 0.80rem;
    padding: 0px 20px;
    border-radius: 30px;
    position:relative;
}

/* nav Hover */
nav .logo:hover::after{
    transform: translate(-5px, -5px);
}
nav .logo:hover::before{
    transform:translate(5px ,5px);
}
nav .logo:after,.logo::before{
    content:"";
    border: 1px solid #fff;
    position:absolute;
    border-radius:inherit;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s ease;
}

/* nav hover ba */
nav:hover{
    box-shadow: 10px -10px 25px 0px rgba(111, 13, 239, 0.5), -10px 10px 25px 0px rgba(14, 180, 235, 0.5);
}
nav .manu ul li a:after{
    content:'';
    position:absolute;
    width: 10%;
    opacity:0;
    height: 5px;
    background-image:linear-gradient(to right,#2aba4d,#12a2af);
    bottom:-5px;
    left:50%;
    transform:translateX(-50%);
    border-radius:20px;
    transition:0.4s;
}

/* nav manu ba */
nav .manu ul li a:hover{
    background-image: linear-gradient(225deg,#27d86c 0%, #26caf8 50%,#c625d0 100%);
    box-shadow: 10px -10px 25px 0px rgba(143,64,248,0.5), -10px 10px 25px 0px rgba(39,200,255,0.5);
}
nav .manu ul li  a:hover:after{
    width: 50%;
    height: 5px;
    opacity:1;
}
nav .manu ul li .box .a-1,nav .manu ul li .box .a-2{
    text-align: left;
}
nav .manu ul li .box a:hover{
    transform: scale(1.2,1.5);
    transition: all 1s ease;
}

/* bars 980px 600px */
nav .bars{
    width: 40px;
    height: 40px;
    color:#FFFFFF;
    font-size: 1.5em;
    display: none;
}



/* ul li don down */
nav .manu ul li .box{
    display: none;
    padding: 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bjo{
    position: relative;
}
nav .manu ul li .x-box-22,nav .manu ul li:hover .box{
    text-align: center;
    background-color:inherit;
    display: block;
    position: absolute;
    display: flex;
    right: -150px;
    padding-top: 10px;
    background-color: #000000;
}
nav .manu ul li .x-box-22 a,nav .manu ul li:hover .box a{
    text-decoration: none;
    color:#ffffff;
    font-size: 0.85em;
    border-radius: 10px;
    transition: all 0.50s ease;
    font-size: 0.80em;
    display:block;
    width: 200px;
    margin-top: 10px;
}
.x-box-22 a:after{
    content:'';
    position:absolute;
    width: 10%;
    opacity:0;
    height: 10px;
    background-image:linear-gradient(to right,#2aba4d,#12a2af);
    bottom:-5px;
    left:50%;
    transform:translateX(-50%);
    border-radius:50%;
    transition:0.4s;
}
.x-box-22 a:hover:after{
    width: 50px;
    height: 10px;
    opacity:1;
}
.x-box-22 a:hover{
    background-image: linear-gradient(225deg,#27d86c 0%, #26caf8 50%,#c625d0 100%);
    box-shadow: 10px -10px 25px 0px rgba(143,64,248,0.5), -10px 10px 25px 0px rgba(39,200,255,0.5);
    transition: all 0.50s ease;
}


nav .manu ul li .box-2223{
    text-align: center;
    position: fixed;
    display: none;
    padding-top: 10px;
    background-color: #000000;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
nav .manu ul li .box-2223 a:hover{
    transform: scale(1.23,1.50);
    transition: all 1s ease;
}
nav .manu ul li .box-2223 a,nav .manu ul li:hover .box-2223 a{
    display:block;
    margin-top: 10px;
}
nav .manu ul li .img{
    text-align: center;
    position: fixed;
    display: block;
    top: 50px;
}
nav .manu ul li:hover .box-2223{
    display: block;
    text-align: center;
    position: fixed;
}
/* mousey */
.scroll-downs{
    position: absolute;
    top: 500px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 34px;
    height: 55px;
}
.mousey{
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller{
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color:#ffffff;
    
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }

}


/* main */
main{
    background-color: #ADADAD;
}
main .box-1{
    background-color: #060606;
    background-image: url(../img/hero__x15fcac9fw2q_large.png);
    background-repeat: no-repeat;
    background-size: contain;
}
main .box-1 img{
    margin-top: 65%;
    padding-bottom: 20px;

}
main .box-1 .img{
    text-align: center;
}
main .box-1 .text p{
    color:#FFFFFF;
    text-align: center;
    font-size: 1.7em;
    margin: 0 auto;
    margin-top: 50px;
}
main .box-1 .btn {
    border-radius: 30px;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
}
main .box-1 .btn a{
    text-align: center;
    text-decoration: none;
    color:#ffffff;
    border:1px solid #ffffff;
    padding:10px 50px;
    border-radius: 30px;
    background-image: linear-gradient(225deg,#27d86c 0%, #26caf8 50%,#c625d0 100%);
}
main .box-1 .btn a:hover{
    box-shadow: 10px -10px 25px 0px rgba(143,64,248,0.5), -10px 10px 25px 0px rgba(39,200,255,0.5);
    transition: all 0.40s ease;
}

main .box-2{
    background-color: #fff;
    padding-top: 50px;
}
main .box-2 h1{
    text-align: center;
    font-weight: bolder;
    font-size: 3.3em;
}
main .box-2 .img{
    text-align: center;
}
main .box-2 .text{
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    font-size: 1.7em;
}
main .box-2 .text-1{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
main .box-2 .text-1 img{
    max-width: 40px;
    margin-left: 20px;
}
main .box-3{
    background-color:#F5F5F5;
}
main .box-3 .img img{
    max-width: 100%;
}
main .box-3 h1 {
    text-align: center;
    font-size: 3.3em;
    padding-top: 100px;
}
main .box-3 .img{
    text-align: center;
    margin-top: 10px;
}
main .box-3 .text{
    padding: 50px auto;
    text-align: center;
    font-size: 1.7em;
}
main .box-4{
    background-color: #f5f5f5;
}
main .box-4 .img{
    text-align: center;
}
main .box-4 .img img{
    max-width: 100%;
}
main .box-4 h1{
    text-align: center;
    font-size: 3.3em;
    padding-top: 200px;
}
main .box-4 .text{
    text-align: center;
    font-size: 1.7em;
}
main .box-5{
    background-color: #f5f5f5;
}
main .box-5 .img{
    text-align: center;
}
main .box-5 .img img{
    max-width: 100%;
}
main .box-5 h1{
    text-align: center;
    font-size: 3.3em;
    padding-top: 200px;
}
main .box-5 .text{
    text-align: center;
    font-size: 1.7em;
}
main .box-6{
    background-color: #000000;
    padding-bottom: 30px;
}
main .box-6 .img{
    text-align: center;
}
main .box-6 .img img{
    max-width: 100%;
}
main .box-6 h1{
    text-align: center;
    font-size: 3.3em;
    padding-top: 100px;
    color:#FFFFFF;
}
main .box-6 .img .text{
    color:#FFFFFF;
    text-align: center;
    font-size: 1.7em;
}
main .box-6 .img .text-bsu{
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    padding-top: 20px;
}
main .box-7{
    background-color: #f5f5f5;
}
main .box-7 .img{
    text-align: center;
}
main .box-7 .img img{
    max-width: 100%;
}
main .box-7 h1{
    text-align: center;
    font-size: 3.3em;
    padding-top: 200px;
}
main .box-7 .text{
    text-align: center;
    font-size: 1.7em;
}

/* footer */

footer{
    display:flex;
    background-color: #000000;
    justify-content:center;
    padding:30px 0;
}
footer .aout .title{
    font-size:1.2em;
    color:#ffffff;
    text-align: center;
}
footer .aout, footer .aout-2,footer .aout-1{
    padding: 0 50px;
}
footer .aout .text{
    font-size: 12px;
    text-align: left;
    padding-top:30px;
}
footer .aout .title-1{
    color:#ffff;
}
footer .aout .title-2{
    color: #ffffff;
    font-size: 1.2em;
}
footer .aout .title-2 .text-2{
    font-size: 12px;
}
footer .aout .title-1{
    font-size: 1.2em;
}
footer .aout .title-1 .text-1{
    font-size: 12px;
}
footer .aout-1 .title{
    color:#ffffff;
    text-align: center;
    font-size: 1.2em;
}
footer .aout-1 .text{
    text-align: left;
    font-size: 12px;
    padding-top: 30px;
}
footer .aout-2 .title{
    color:#ffffff;
    text-align: center;
    font-size: 1.2em;
}
footer .aout-2 .text{
    text-align:left;
    color:#ffffff;
    font-size: 12px;
    padding-left: 100px;
    padding-top: 30px;
}
footer .aout .title .color{
    background-color: #c625d0;
    width: 300px;
    height: 5px;
    position: absolute;
}
footer .aout-1 .title .color{
    background-color: #c625d0;
    width: 300px;
    height: 5px;
    position: absolute;
}
footer .aout-2 .title .color{
    background-color: #c625d0;
    width: 300px;
    height: 5px;
    position: absolute;
    margin-left: 100px;
}
footer .aout-2 .font a{
    font-size: 1.8em;
    color:#ffffff;
    margin-left: 10px;
}
footer .aout-2 .font{
    text-align: center;
    padding-top: 20px;
}



/* sm */
@media screen and (max-width: 600px){
    nav{
        flex-direction: column;
        justify-content: center;
    }
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    nav .manu ul li a{
        display: block;
        text-align: center;
        color:#ffffff;
        font-weight: bold;
        margin-top: 10px;
    }
    nav .manu .uo{
        display: none;
        
    }
    nav .manu .uo .bjo .box{
        display: none;
        
    }
    nav .manu ul li a {
        color: #f459ff;
    }
    nav .manu ul li #sou {
        position: static;
        display: none;
    }
    nav .manu ul li .showsou {
        display: block;
        position: static;
    }
    

    
    nav .manu .see{
        display: inline;
        position: absolute;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
    }
    nav .manu .uo .bjo .showbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    nav .manu ul li{
        transform: skew(0deg,10deg);
    }
    nav .manu {
        width: 100%;
        position: relative;
    }

    nav .logo{
        display: inline-block;
    }
    nav .bars{
        display: inline;
        cursor: pointer;
        text-align: center;
        border-radius: 10px;
        position: fixed;
        right: 0px;
    }
    nav .manu ul li .x-box-22, nav .manu ul li:hover .box {
        position: sticky;
        display: flex;
        justify-content: center;
        border-radius: 30px;
    }
    nav .manu ul li .x-box-22 .a-1, nav .manu ul li:hover .box .a-1{
        width: 150px;
    }
    nav .manu ul li .x-box-22 .a-1 a, nav .manu ul li:hover .box .a-1 a{
        text-align: left;
        width: 150px;
    }
    nav .manu ul li .x-box-22 .a-2 a, nav .manu ul li:hover .box .a-2 a{
        text-align: left;
        width: 150px;
    }
    nav .manu ul li .x-box-22 a, nav .manu ul li:hover .box a{
        display: block;
        font-size: 0.70em;
        color:#ffffff;
        text-align: center;
        margin-top:10px;
    }
/* main */
  /* main */
  main .box-1 .text p{
    font-size:0.90em;
}
main .btn{
    font-size: 0.90em;
    padding: 10px 20px;
}
main .box-2 .text{
    font-size: 0.90em;
}
main .box-2 .img img{
    width: 100%;
}
main .text-1 img{
    width: 20px;
}
main .box-7 .text{
    font-size: 0.90em;
}
main .box-3 .text{
    font-size: 0.90em;
}
main .box-4 .text{
    font-size: 0.90em;
}
main .box-5 .text{
    font-size: 00.90em;
}
main .box-6 .img .text{
    font-size:0.90em;
}

    /* footer */
    footer{
        display: block;
    }
    footer .aout-2 .text{
        padding-left: 0;
    }
    footer .aout-2 .title .color{
        margin-left: 0;
    }
}
