/* @import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(187, 187, 187);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(187, 187, 187);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(187, 187, 187);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    scroll-behavior: smooth;
    font-family: 'kanit', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.nav {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0%;
    background: white;
    z-index: 10;
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-bottom: 2px solid rgb(194, 194, 194);
}

.nav_container {
    width: 80%;
    max-width: 117rem;
    margin: 0 auto;
    /* padding: 0 1.5rem; */
}

.menu-icons {
    color: #eee;
    /* font-size: 40px; */
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1600;
    display: none;
}

.menu-icons i {
    color: #FF3115;
    font-size: 1.8rem;
}

nav {
    width: 100%;
    height: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30%;
    font-style: italic;
    margin-left: 18px;
}

.logo img {
    margin-right: 0.5rem;
}

.logo p {
    color: #FF6900;
}

.logo span {
    color: rgb(156, 154, 154);
}

.nav-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-right: 3rem;
    transition: all 0.4s ease-in-out;
    /* background-color: wheat; */
}

.nav-list li {
    line-height: 5rem;
}

.sub-menu li {
    line-height: 2.5rem;
}

.nav-list a {
    display: block;
    color: rgb(175, 174, 174);
    padding: 0 1.5rem;
    font-size: 0.9rem;
    transition: color 650ms;
}

.nav-list a:hover {
    color: #eb3007;
}

.btn {
    padding: 0.5rem;
    display: inline-block;
    background: #FF3115;
    border-radius: 5rem;
    transition: all 0.4s ease-in-out;
    /* box-shadow: inset 0 0 0 0 #36eaf7; */
    background-color: #f7461e;
}

.btn a {
    color: white;
}

.btn:hover {
    cursor: pointer;
    /* box-shadow: inset 0 0 0 40px #36eaf7; */
    transition: all 0.4s ease-in-out;
    background-color: #eb3007;
}

.btn:hover a {
    color: white;
}

.sub-menu {
    width: 11.5rem;
    display: block;
    position: absolute;
    background: #212121;
    z-index: 100;
    top: 16rem;
    transition: all 650ms ease;
    opacity: 0;
    visibility: hidden;
}

.sub-menu li {
    border-bottom: 1px solid rgb(119, 119, 119);
}

.sub-menu li a {
    font-size: 0.9rem;
}

.sub-menu .sub-menu::before {
    top: 0;
    left: -2.5rem;
    border: 1.2rem solid transparent;
    border-right-color: #eb3007;
}

.sub-menu .sub-menu {
    border-top: none;
    border-left: 3px solid #eb3007;
    top: 0;
    left: 160%;
}

.nav-list li:hover>.sub-menu {
    top: 5rem;
    opacity: 1;
    visibility: visible;
}
.sub-menu.active{
    top: 5rem;
    opacity: 1;
    visibility: visible;
}

.sub-menu li:hover>.sub-menu {
    left: 100%;
    top: 0;
}

/* editting */

.nav-list .btn .sub-menu {
    top: 0rem;
    /* transition: all 0.4s ease; */
}

.nav-list .btn:hover>.sub-menu {
    top: 3.9rem;
    opacity: 1;
    visibility: visible;
}

.btn .sub-menu li:hover>.sub-menu {
    left: -100%;
    top: 0;
}

.btn .sub-menu .sub-menu {
    border: none;
    border-right: 3px solid #eb3007;
    top: 0%;
    left: 80%;
    transition: none;
}

/* demo */

.sub-menu1 {
    width: 13rem;
    display: block;
    position: absolute;
    background: #212121;
    z-index: 100;
    top: -16rem;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    left: 80%;
}

.sub-menu1 li {
    line-height: 2.5rem;
}

.sub-menu1 li {
    border-bottom: 1px solid rgb(119, 119, 119);
}

.sub-menu1 li a {
    font-size: 0.9rem;
}

.sub-menu1 .sub-menu1::before {
    top: 0;
    left: -2.5rem;
    border: 1.2rem solid transparent;
    border-right-color: #eb3007;
}

.sub-menu1 .sub-menu1 {
    border-top: none;
    border-left: 3px solid #eb3007;
    top: 0;
    left: 160%;
}

.notice_block span {
    display: inline-block;
    background-color: #FF3115;
    width: 10px;
    height: 10px;
    border-radius: 500px;
    padding: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: inherit;
    margin: auto 1rem;
    font-size: 10px;
}

.notice_block a {
    display: flex;
    justify-content: space-between;
}

.profile_notice {
    position: relative;
}

.profile_notice span {
    position: absolute;
    top: -18%;
    width: 10px;
    height: 10px;
    background: #FF3115;
    padding: 5px;
    right: -20%;
    color: white;
    border-radius: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    color: white;
}

.notice_item {
    background-color: #FF3115;
    width: 10px;
    height: 10px;
    border-radius: 500px;
    padding: 5px;
    color: white;
    display: grid !important;
    place-items: center;
    margin: auto 1rem;
    font-size: 10px !important;
    font-weight: 500 !important;
    position: absolute;
    right: -20%;
    top: -20%;
}

#notice2 {
    position: relative;
}

@media screen and (max-width:1000px) {
    .profile_notice span {
        top: 0%;
        right: -46px;
        z-index: 10000;
    }
}

.show1 {
    top: 5rem;
    opacity: 1;
    visibility: visible;
}

.show2 {
    top: 0 !important;
    left: -100% !important;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:1300px) {
    /* .sub-menu1 {
        left: 85%;
    } */
}

/* @media screen and (max-width:1000px){
    #user-menu{
        background-color: black;
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
    }
    #subuser{
        background-color: brown;
        width: 100vw;
        height: auto;
    }
   
    .sub-menu1 .sub-menu1 {
        border-top: none;
        border-left: 3px solid #eb3007;
        opacity: 1;
        visibility: visible;
        top: 100%;
        left: 0%;
    }
} */

/* user profile */

.user-profile {
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 400px;
    margin: auto;
    z-index: 9999;
}

.userprofile {
    display: flex;
    align-content: center;
    justify-items: center;
    width: 100px;
    color: #eb3007;
    cursor: pointer;
}

.userprofile h4 {
    margin: auto 0;
    display: inline-block;
    color: #eb3007;
    align-content: center;
}

li.move-right {
    line-height: initial;
}

.demo11 {
    position: relative;
    width: 300px;
}

#home.active, #course.active, #project.active, #contact.active, #about.active {
    color: #eb3007;
}

@media screen and (max-width:1680px) {
    .nav_container {
        width: 90%;
    }
}

@media screen and (max-width:1300px) {
    .logo {
        width: 25%;
    }

    .nav_container {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .nav_container {
        width: 90%;
    }

    .logo {
        width: 70%;
    }

    .nav-list {
        box-shadow: -32px -72px 10px -20px rgb(0 0 0 / 34%);
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -1500px;
        height: 100vh;
        flex-direction: column;
        background: #fff;
        align-items: initial;
        z-index: 1000;
        transition: all 0.5s ease;
        overflow-y: scroll;
        margin: 0;
    }

    .nav-list>li {
        line-height: 4rem;
    }

    .sub-menu {
        position: initial;
        border: 3px solid transparent;
        border-left-color: #eb3007;
        margin-left: 1rem;
        max-height: 0;
    }

    .sub-menu::before {
        display: none;
    }

    .nav-list li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
    }

    .sub-menu li {
        border-bottom: none;
    }

    li.move-right {
        margin: 1rem auto 0 0;
        margin-left: 1rem;
        /* margin: 0 auto; */
        line-height: initial;
    }

    .menu-icons {
        display: block;
    }

    .menu-icons .fa-times {
        display: none;
    }

    nav.active .fa-times {
        display: block;
    }

    nav.active .fa-bars {
        display: none;
    }

    nav.active .nav-list {
        padding: 4rem 0;
        display: flex;
        right: -40%;
    }

    nav.active .menu-icons {
        right: 1rem;
        top: 2rem;
    }

    .sub-menu1 li {
        border-bottom: none;
        line-height: 3.5rem;
    }

    .show_usermenu {
        left: -1rem;
        top: 3.8rem;
        opacity: 1;
        visibility: visible;
    }

    .user-profile {
        position: absolute;
        top: 2%;
        left: 3%;
    }

    .userprofile {
        height: 400px;
    }
}

@media screen and (max-width:420px) {}

/* Slideshow Section */

.slideshow {
    width: 100%;
    overflow: hidden;
    height: 60vh;
}

.carousel_container {
    width: 500%;
}

.carousel_slide {
    position: relative;
    left: 0;
    margin: 0;
    display: flex;
    width: 500%;
    height: 60vh;
}

/* .carousel_slide img {
    width: 100vw;
    height: 100vh;
} */

.slide_btn {
    z-index: 5;
    font-size: 2rem;
    /* position: absolute; */
    /* top: 40%; */
    color: #212121;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.slide_btn:hover {
    color: #eb3007;
}

#prevBtn {
    /* left: 0.5%; */
    margin-left: 8px;
}

#nextBtn {
    /* right: 0.5%; */
    margin-right: 8px;
}

/* POPUP LOGIN */

.login {
    display: flex;
    width: 100%;
    height: 50rem;
    justify-content: center;
    align-items: center;
    /* padding: 20rem 30rem; */
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.login_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40rem;
}

.login_title_container {
    width: 40%;
    margin: auto;
    padding-left: 0rem;
}

.login_title_container h1 {
    font-size: 4rem;
    font-weight: 500;
    color: white;
}

.login_form {
    margin: auto;
    width: 390px;
    height: 35rem;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 99;
}



.login_form h5 {
    margin: 1.2rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
}

.ict-icon img {
    width: 80px;
    margin: 10px;
    border: 3px solid #FF3115;
    border-radius: 50px;
}

.box_login {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    background: white;
    height: 35px;
    margin: 0.5rem 0;
    position: relative;
    /*  */
}

.fa-user-circle, .fa-lock {
    width: 20px;
    color: #cdcdcd;
    margin: auto;
    padding: 0 10px;
}

.box_login .fa-info-circle {
    display: none;
    /* color: rgb(202, 202, 202); */
    color: #FF3115;
    margin: auto;
    padding: 0 10px;
    width: 10px;
    position: absolute;
    top: 30%;
    right: 3%;
}

.input_form1 {
    /* background: rgba(255, 0, 0, 0.24); */
    border-radius: 0px 10px 10px 0;
    border: none;
    border-left: 2px solid #cdcdcd;
    padding: 0 1rem;
    outline: none;
}

.input_form1::-webkit-input-placeholder {
    /* Edge */
    color: #cdcdcd;
}

.input_form1:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cdcdcd;
}

.input_form1::placeholder {
    color: #cdcdcd;
}

.checkbox {
    color: #FF3115;
}

.checkbox_login {
    color: rgb(160, 160, 160);
    font-size: 0.8rem;
}

.login_btn {
    width: 100%;
    outline: none;
    border-radius: 40px;
    padding: 10px 20px;
    border: none;
    background-color: #f7461e;
    color: white;
    letter-spacing: 0.6px;
    margin-top: 2rem;
    transition: all 0.4s ease-out;
    /* box-shadow: inset 0 0 0 0 #36eaf7; */
}

.login_btn:hover {
    transition: all 0.4s ease-out;
    /* box-shadow: inset 300px 0 0 0 #36eaf7; */
    background-color: #eb3007;
}

#invalid_login {
    display: none;
    color: red;
}

.invalid_input {
    background: rgba(255, 0, 0, 0.24);
    border: 2px solid red;
}

.invalid_login_box {
    background: rgba(255, 0, 0, 0.24);
    border: 2px solid red !important;
}

.input_form1_invalid {
    border-left: 2px solid orange;
}

#click_close {
    /* background: red; */
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
}

/* animation popup */

#ict_webpage.active {
    /* filter:blur(20px); */
    filter: brightness(50%);
    /* background: black; */
    /* opacity: 0.8; */
    pointer-events: none;
    user-select: none;
}

#popup {
    position: fixed;
    top: 0%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .30);
    /* visibility: hidden;
    opacity: 0; */
    transition: 0.5s;
    background: #00000067;
    height: 100vh;
}

#popup.active {
    /* top:50%;  */
    visibility: visible;
    opacity: 1;
    transition: 1s;
}

@media screen and (max-width:1680px) {
    .login_form {
        width: 400px;
    }

    .login_title_container {
        width: 35%;
        margin: auto;
    }
}

@media screen and (max-width:1420px) {
    .login_form {
        width: 400px;
    }
}

@media screen and (max-width:990px) {
    .login_form {
        /* background-color: yellow; */
        width: 350px;
        height: 530px;
        border-radius: 40px;
    }

    .login_title_container {
        width: 30%;
    }

    .login_title_container h1 {
        font-size: 3rem;
        font-weight: 500;
        color: white;
    }

    .login {
        /* padding-top: 3rem; */
        justify-content: center;
        align-items: flex-start;
    }
}

@media screen and (max-width:840px) {
    .login_title_container h1 {
        font-size: 3.5rem;
        font-weight: 500;
        color: white;
        margin-bottom: 1rem;
    }

    .login_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* height: 80vh; */
    }

    /* display none */
    .login_title_container {
        width: 100%;
        text-align: center;
        display: none;
        /* width: 0;
        height: 0;
        overflow: hidden; */
    }

    .login_form {
        /* width: 55%; */
        border-radius: 18px;
        padding: 0;
        /* height: 480px; */
    }
}

@media screen and (max-width:680px) {

}

@media screen and (max-width:480px) {
    .login {
        width: 100%;
        z-index: 9999;
    }

    .login_container {
        width: 90%;
        height: 40rem;
    }

    .login_form {
        width: 90%;
        /* height: 35rem; */
    }

    #demo2 {
        height: 90%;
    }
}

/* Hero section */

.slide1_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.slide1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 60vh;
}

/* .slide2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.slide1_heading {
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 1px 1px rgb(136, 136, 136);
}

.main_btn {
    padding: 15px 50px;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
    background-color: #f7461e;
    /* width: 200px; */
    transition: all 0.4s ease-out;
    outline: none;
    border: none;
    /* box-shadow: inset 0 0 0 0 #36eaf7; */
}

.main_btn:hover {
    transition: all 0.4s ease-out;
    /* box-shadow: inset 300px 0 0 0 #36eaf7; */
    background-color: #eb3007;
}

.main_btn a {
    font-family: Kanit;
    font-style: normal;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
}

@media screen and (max-width:1450px) {
    .slide1_heading {
        font-size: 2.8rem;
    }

    .main_btn {
        padding: 10px 40px;
    }

    .main_btn a {
        font-size: 1rem;
    }
}

@media screen and (max-width:420px) {
    .slide1_heading {
        font-size: 2rem;
    }

    .main_btn {
        padding: 10px 40px;
    }

    .main_btn a {
        font-size: 0.8rem;
    }

    .slide_btn {
        display: none;
    }
}

/* Menu section*/

.menu_container a {
    text-decoration: none;
    margin-right: 2rem;
}

@media screen and (max-width:1026px) {
    .menu_container a {
        margin-right: 0;
    }
}

.Menus {
    width: 100%;
    height: 150px;
    /* border: 2px solid black; */
    /* margin:0 auto; */
    transition: all 0.5 ease;
    background: #FFF4F7;
}

.menu_container {
    transform: translateY(-60px);
    margin: 0 auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
    /* border: 2px solid red; */
    height: 100%;
}

.menu_item {
    position: relative;
    /* background:yellow; */
    width: 250px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    background: #212121;
    transition: all 0.4s ease;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#menu_item1 {
    background: #7e37d8;
    box-shadow: 0 4px 8px 2px #7d37d856, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#menu_item2 {
    background: #06C4FC;
    box-shadow: 0 4px 8px 2px #06C4FC, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#menu_item3 {
    background: #FF6900;
    box-shadow: 0 4px 8px 2px #ff6a005e, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#menu_item4 {
    background: #fca606;
    box-shadow: 0 4px 8px 2px #fca60671, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#menu_item1::before {
    background: #7e37d8;
}

#menu_item2::before {
    background: #06C4FC;
}

#menu_item3::before {
    background: #FF6900;
    ;
}

#menu_item4::before {
    background: #fca606;
}

.menu_item::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #212121;
    border-radius: 100%;
    position: absolute;
    top: -30%;
    z-index: -1;
}

.menu_item h4 {
    color: white;
    font-size: 1.3rem;
}

.menu_item p {
    font-size: 0.8rem;
    padding: 0 1rem;
    text-align: center;
    color: rgb(216, 216, 216);
}

.menu_icon {
    font-size: 2.8rem;
    outline: none;
    color: white;
    position: absolute;
    top: -20%;
    transition: all 0.5s ease-in-out;
}

.menu_item:hover {
    transform: translateY(-12px);
    transition: all 0.5s ease-in-out;
}

.menu_item:hover .menu_icon {
    animation: a1 0.6s;
}

@keyframes a1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width:1420px) {
    .menu_container {
        width: 90%;
    }
}

@media screen and (max-width:1150px) {
    .menu_container {
        width: 95%;
    }
}

@media screen and (max-width:1070px) {
    .Menus {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 500px;
        padding-top: 3rem;
    }

    .menu_container {
        width: 90%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        transition: all 0.5 ease-in-out;
        gap: 1rem;
        transform: translateY(0px);
    }

    .menu_item {
        margin: 2rem auto;
        width: 90%;
    }

    .menu_item::before {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width:720px) {
    .Menus {
        transform: translateY(5px);
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .menu_container {
        display: grid;
        grid-template-columns: 1fr;
        transition: all 0.5 ease-in-out;
        gap: 0.5rem;
    }

    .menu_item {
        width: 98%;
    }

    .menu_item::before {
        width: 150px;
        height: 150px;
    }
}

/* Card Section */

.services {
    background: #FFF4F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 4rem 0;
    padding-top: 2rem;
    z-index: -80;
}

.services h1 {
    color: #464545;
    font-size: 2rem;
}

.services p {
    color: rgb(143, 143, 143);
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
}

.services .underline {
    width: 7rem;
    height: 5px;
    background-color: #eb3007;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.services__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 1.5rem;
}

.services__card {
    margin: 10px;
    width: 320px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    transition: 0.3s ease-in;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.services__card h2 {
    margin-top: 1rem;
    text-align: center;
    font-size: 1rem;
    color: black;
}

.services__card p {
    padding: 0 1.5rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 0.9rem;
    color: rgb(70, 70, 70);
}

.card_line {
    margin: 2rem auto;
    width: 90%;
    height: 2.5px;
    background-color: #eb3007;
}

.card_img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 250px;
    ;
}



.services__card:hover {
    transform: scale(1.075);
    transition: 0.3s ease-in;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .services__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .services__wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:420px) {
    .services h1 {
        font-size: 2rem;
    }

    .services p {
        font-size: 0.8rem;
        /* width: 450px; */
    }

    .services__card p {
        /* width: 100%; */
        padding: 0 10px;
    }
}

/* System INFORMATION */

.system_info {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #FF1949; */
    background-image: url("../images/info3.jpg");
    background-attachment: fixed;
    background-position: top top;
    background-size: cover cover;
    width: 100%;
    height: 12rem;
}

.system_info_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.info1 img {
    width: 60px;
    height: 60px;
    /* margin:  0 auto; */
    justify-items: center;
    margin-left: 10px;
}

.info1 h1 {
    text-align: center;
}

.info1 h1, h3 {
    /* text-align: center; */
    color: white;
}

.info1 h3 {
    font-family: Kanit;
    font-style: normal;
    font-weight: normal;
}

.falled_sqare {
    width: 100%;
    height: 15rem;
    /* background: #12141B; */
    position: absolute;
}

.falled_sqare span {
    position: absolute;
    pointer-events: none;
    background: white;
    animation: sam 6s linear infinite;
}

@keyframes sam {
    0% {
        /* background-color: green; */
        transform: scale(0) translateY(0px) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        /* background: red; */
        transform: scale(1) translateY(300px) rotate(360deg);
        opacity: 1;
    }
}

@media screen and (max-width:700px) {
    .system_info {
        height: 18rem;
    }

    .system_info_container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        row-gap: 20px;
    }

    .info1 {
        display: grid;
        justify-content: center;
    }
}

/* Activity and News (Announcement) */

.Information {
    margin-bottom: 4rem;
    width: 100%;
    height: auto;
    padding: 2rem 0;
    background-color: white;
    overflow: hidden;
}

.Information_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    /* height: 40rem; */
    margin: 5rem auto;
}

.announcement_container {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
}

.topic2 {
    font-size: 1.5rem;
}

.line2 {
    background-color: #eb3007;
    width: 7.5rem;
    height: 4px;
}

.subcontainer {
    /* border: 2px solid black; */
    width: 100%;
}

.box {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* height: 140px; */
    border: 2px solid #ebebeb;
    margin: 1rem 0;
    transition: all 0.4s ease;
    cursor: pointer;
    color: black;
    padding: 10px 0;
}

.box:hover {
    transform: translateY(-12px);
    transition: all 0.4s ease;
}

.box img {
    width: 160px;
    margin: 0.5rem;
    /* max-height: 130px; */
}

.box .detail {
    margin: 0 0.8rem;
}

.detail h2 {
    font-size: 1.1rem;
}

.detail p {
    font-size: 0.9rem;
    color: rgb(43, 43, 43);
}

.detail p:nth-child(2) {
    font-size: 0.9rem;
    color: #707070;
    font-weight: 500;
}

.icon1 {
    color: #eb3007;
    margin-right: 5px;
}

.Act_btn {
    text-decoration: none;
    padding: 16px 8px;
    width: 160px;
    color: white;
    background-color: #f7461e;
    border-radius: 40px;
    transition: all 0.4s ease-out;
    outline: none;
    border: none;
    /* box-shadow: inset 0 0 0 0 #36eaf7; */
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
}

.Act_btn:hover {
    transition: all 0.4s ease-out;
    /* box-shadow: inset 180px 0 0 0 #36eaf7; */
    background-color: #eb3007;
}

.activity_container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.box2 {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    width: 80%;
    height: 100px;
    background-color: #fafafa;
    margin: 1rem 0;
    padding: 1.5rem 1.5rem;
    transition: ease 0.4s all;
    color: black;
}

.box2>p {
    font-size: 0.8rem;
    color: #707070;
    font-weight: 500;
}

.box2 h2 {
    font-size: 1.1rem;
}

.box2 div {
    display: flex;
    justify-content: space-between;
    width: 70%;
    /* border: 2px solid black; */
}

.box2 div p {
    font-size: 0.7rem;
}

.box2:hover {
    transform: translateY(-12px);
    transition: all 0.4s ease;
}

@media screen and (max-width:1860px) {
    .box2 div {
        display: flex;
        justify-content: space-between;
        width: 90%;
    }
}

@media screen and (max-width:1250px) {
    .Information {
        height: 95rem;
    }

    .Information_container {
        display: grid;
        grid-template-columns: 1fr;
        width: 80%;
        row-gap: 3rem;
    }

    .box2 div {
        display: flex;
        justify-content: space-between;
        width: 60%;
        /* border: 2px solid black; */
    }

    .announcement_container {
        width: 100%;
    }

    .box2 {
        width: 90%;
    }
}

@media screen and (max-width:980px) {
    .box2 div {
        width: 90%;
        /* border: 2px solid black; */
    }

    .box {
        height: auto;
    }

    .box2 {
        height: 90px;
    }
}

@media screen and (max-width:720px) {
    .box2 div {
        width: 90%;
        /* border: 2px solid black; */
    }

    .detail .descrip {
        font-size: 0.9em;
        margin: 0.5rem 0;
    }
}

@media screen and (max-width:570px) {
    .box2 div {
        width: 100%;
        /* border: 2px solid black; */
    }

    .detail .descrip {
        font-size: 0.7rem;
        margin: 0.5rem 0;
    }
}

@media screen and (max-width:680px) {
    .Information {
        height: 125rem;
    }

    .box2 {
        height: 70px;
    }

    .box2 {
        width: 85%;
    }

    .box2 div {
        width: 100%;
    }

    .box2>p {
        font-size: 0.6rem;
        color: #707070;
        font-weight: 500;
        margin: 0;
    }

    .box2 h2 {
        font-size: 0.8rem;
        margin: 0;
    }

    .box2 div p {
        font-size: 0.55rem;
    }

    .box {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 280px;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .box .detail {
        margin-top: 0;
        text-align: center;
        /* border: red 2px solid; */
    }

    .box img {
        margin: auto;
        width: 80%;
        height: auto;
        max-height: 200px;
        /* border: red 2px solid; */
    }

    .detail .descrip {
        font-size: 0.7rem;
        margin: 0.5rem 0;
    }
}

/* Footer */

.footer {
    margin: 0%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: rgb(24, 24, 24);
}

.contact_container {
    width: 65%;
    height: 11rem;
    background: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transform: translateY(-100px);
    border-radius: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact_container .contact_item {
    width: 30%;
    height: 9rem;
    border-right: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.2rem;
    text-decoration: none;
}

.contact_item:last-child {
    border: none;
}

.address {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid white;
    width: 97%;
    height: 6.5rem;
}

.phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 97%;
    height: 6.5rem;
}

.email {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid white;
    width: 97%;
    height: 6.5rem;
}

.contact_item i {
    color: #eb3007;
    font-size: 1.8rem;
}

.contact_item h3 {
    margin-top: 1rem;
    color: white;
    font: 1.1rem;
    font-weight: 200;
}

.contact_item p {
    font-size: 0.8rem;
    color: #707070;
    margin-top: 1rem;
    padding: 0 1rem;
    text-align: center;
    font-weight: 200;
    display: none;
    opacity: 0;
}

.email:hover p {
    transition: all 5s ease;
    display: block;
    opacity: 1;
}

.address:hover p {
    transition: all 5s ease;
    display: block;
    opacity: 1;
}

.phone:hover p {
    transition: all 5s ease;
    display: block;
    opacity: 1;
}

.social {
    transform: translateY(-25px);
    width: 100%;
    height: 3rem;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin: auto;
    /* background: chartreuse; */
    column-gap: 1rem;
    margin-bottom: 1rem;
}

.social div a {
    color: rgb(170, 169, 169);
    font-size: 1.5rem;
    transition: 0.6s;
}
.social div a i{
    color: rgb(170, 169, 169);
}

.social footer {
    border-top: 1px solid white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(170, 169, 169);
    padding: 0.5rem 0;
    background: rgb(24, 24, 24);
}

.social div a:hover {
    color: #eb3007;
    transition: 0.6s;
}

@media screen and (max-width:1440px) {
    .contact_container {
        height: 80%;
    }
}

@media screen and (max-width:1250px) {
    .contact_container {
        width: 90%;
        /* height: 80%; */
    }
}

@media screen and (max-width:980px) {
    .contact_container {
        width: 100%;
        display: grid;
        border-radius: 0%;
        height: 35rem;
        padding: 3rem 0;
    }

    .contact_container .contact_item {
        width: 100%;
        height: 7rem;
        border: none;
    }

    .address {
        border: none;
        width: 100%;
        height: auto;
    }

    .phone {
        border: none;
        width: 100%;
        height: auto;
    }

    .email {
        border: none;
        width: 100%;
        height: auto;
    }

    .contact_item i {
        font-size: 1.7rem;
    }

    .contact_item h3 {
        font-size: 1.2rem;
    }

    .contact_item p {
        font-size: 1rem;
        display: block;
        opacity: 1;
    }

    .social footer {
        font-size: 0.9rem;
    }
}

@media screen and (max-width:420px) {
    .social div a {
        margin: 1rem;
    }

    .social footer {
        width: 100%;
        font-size: 0.8rem;
    }

    .contact_item i {
        font-size: 1.6rem;
    }

    .contact_item h3 {
        font-size: 1.1rem;
    }

    .contact_item p {
        font-size: 0.9rem;
    }
}

/* Animations */

.MenuSection_Animation {
    animation: menu1 1s ease-in-out;
}

@keyframes menu1 {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.CardSection_Animaition {
    animation: card1 2.2s alternate;
}

@keyframes card1 {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.AnnouncementSection_Animation {
    animation: slideshow 1.5s ease-in-out;
}

@keyframes slideshow {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.Activity_Animation {
    animation: Act1 1.5s ease-in-out;
}

@keyframes Act1 {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.main {
    overflow: hidden;
}

.Totop_btn {
    width: 40px;
    height: 40px;
    outline: none;
    background: #eb3007;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 90%;
    right: 5%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    /* box-shadow: inset 0 0 0 0 #36eaf7; */
    background-color: #f7461e;
}

@media screen and (max-width:850px) {
    .Totop_btn {
        right: 8%;
    }
}

.Totop_btn:hover {
    background: #eb3007;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 40px #36eaf7; */
    transition: all 0.4s ease-in-out;
}

/* Pagination Module*/

.pagination_container {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 200%;
    margin: auto;
}

.pagination {
    /* max-width: 1000px; */
    display: inline-block;
    margin: 2rem 0;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 20px;
}

.pagination a {
    color: rgb(92, 92, 92);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid rgb(238, 238, 238);
    border-collapse: collapse;
    border-top: none;
    border-bottom: none;
}

.pagination a:nth-child(1), .pagination a:last-child {
    border-radius: 20px 0px 0px 20px;
    border: none;
}

.pagination a:last-child {
    border-radius: 0px 20px 20px 0px;
}

.pagination a.active {
    background-color: #FF3115;
    color: white;
    border: none;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

@media screen and (max-width:1250px) {
    .pagination_container {
        grid-column-start: 1;
        grid-column-end: 2;
        width: 200%;
        margin: auto;
    }
}

@media screen and (max-width:860px) {
    .pagination a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:420px) {
    .pagination_container {
        width: 100%;
    }
}

/* Aside section */

/* Search Section */

.search_container {
    width: 100%;
    height: auto;
    animation: search1 3.5s ease;
}

@keyframes search1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.search_container .search_box {
    width: 100%;
    /* height: 150px; */
    /* border: 2px solid blue; */
    display: flex;
    flex-direction: column;
    /* margin: 2rem 0; */
    position: relative;
}

.search_box h2 {
    margin: 0;
}

.underline_search {
    display: inline-block;
    background: #FF3115;
    width: 40px;
    height: 3px;
    /* margin-top: -10rem; */
}

#input11 {
    /* margin: auto; */
    margin: 2rem 0;
    width: 70%;
    height: 2rem;
    border-radius: 40px;
    border: 2px solid rgb(199, 197, 197);
    padding: 5px 15px;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

#input11:hover, #input11:focus {
    border: 2px solid #FF3115;
    -webkit-box-shadow: -5px 6px 80px -13px rgba(255, 49, 21, 0.82);
    -moz-box-shadow: -5px 6px 80px -13px rgba(255, 49, 21, 0.82);
    box-shadow: -5px 6px 80px -13px rgba(255, 49, 21, 0.82);
}

.search_box .fa-search {
    position: absolute;
    top: 58%;
    right: 25%;
    color: #212121;
    transition: all 0.45s ease;
}

.search_box .fa-search:hover {
    color: #FF3115;
}

.relevant_box {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    margin: 2rem 0;
}

.relevant_items {
    border-bottom: 2px solid rgb(233, 233, 233);
    padding-bottom: 0.8rem;
    display: flex;
    gap: 1rem;
    margin: 1.2rem 0;
    transition: all 0.3s ease-in-out;
}

.relevant_items:hover {
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
}

.relevant_items img {
    width: 120px;
    height: auto;
    max-height: 120px;
}

.relevant_items_detail {
    color: #212121;
}

.relevant_items_detail h5 {
    font-size: 1rem;
}

.relevant_items_detail p {
    font-size: 0.8rem;
    color: #858585;
    font-weight: 200;
}

/* footer Tag */

.tag_box {
    width: 100%;
    padding-bottom: 2rem;
    height: auto;
}

.tag_btn_container {
    width: 100%;
    margin-top: 1rem;
}

.tag_btn_container .tag_btn {
    cursor: pointer;
    display: inline-block;
    margin: 0.3rem 0;
    margin-right: 0.3rem;
    color: #636262;
    padding: 10px 15px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.4s ease;
}

.tag_btn:hover {
    color: white;
    background-color: #FF3115;
    border-color: #FF3115;
}

@media screen and (max-width:980px) {
    .search_box h2 {
        font-size: 1.2rem;
    }

    .relevant_items_detail h5 {
        font-size: 0.9rem;
    }

    .relevant_items_detail p {
        font-size: 0.7rem;
    }

    .relevant_box h2 {
        font-size: 1.2rem;
    }

    .content_item .content_btn {
        font-size: 0.9rem;
    }

    .tag_box h2 {
        font-size: 1.2rem;
    }

    .tag_btn_container .tag_btn {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:680px) {
    #input11 {
        width: 85%;
    }

    .relevant_box {
        width: 94%;
    }

    .search_box .fa-search {
        top: 56%;
        right: 12%;
        color: #797979;
    }
}

@media screen and (max-width:420px) {
    #input11 {
        width: 85%;
    }

    .search_box .fa-search {
        top: 56%;
        right: 10%;
    }

    .relevant_box {
        width: 90%;
    }
}

/* Show Map */

.map_containner {
    width: 100vw;
    height: 100vh;
    border: 2px solid black;
    background-color: rgba(0, 0, 0, 0.575);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    /* align-content: center;
    justify-content: center; */
    z-index: 999999;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.map_section {
    width: 70%;
    height: 70%;
    margin: auto;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

.map {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

#close_map {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.map_containner.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease;
}

@media screen and (max-width:600px) {
    .map_containner {
        align-content: flex-start;
        justify-content: flex-start;
    }

    .map_section {
        width: 90%;
        height: 70%;
        margin: 5rem auto;
        z-index: 9;
        transition: all 0.4s ease-in-out;
    }
}

/* POPUP UPLOAD PROFILE */

/* SLIDE USER MENU */

.user_menu_wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 10000000;
    background: white;
    overflow-y: scroll;
}

.user_menu_wrapper.active {
    transition: all 0.6s ease;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.user_menu_wrapper .user_menu_header {
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
    row-gap: 0.2rem;
    margin: 1rem 0;
}

.user_menu_header img {
    width: 100px;
    height: 100px;
    border-radius: 400px;
}

.user_menu_header span {
    font-weight: 500;
}

.user_menu_body {
    width: 100%;
    height: auto;
}

.login_btn22 a {
    background: tomato;
    /* font-weight: 500 !important; */
}

.user_menu_body ul li a {
    color: black;
    font-weight: 300;
    text-decoration: none;
    background-color: white;
    width: 100%;
    height: 4.5rem;
}

#toggle_user_menu1 {
    display: inline-block;
    margin: 1rem 1rem;
}

.user_menu_body ul li a i {
    border-radius: 100px;
    /* background-color: tomato; */
    width: 2rem;
    height: 2rem;
    /* text-align: center; */
    padding: 20px 20px;
    color: white;
    margin: 0.8rem 0;
    margin-right: 1rem;
}

.user_menu_body ul li a .fa-handshake::before,.user_menu_body ul li a .fa-user::before, .user_menu_body ul li a .fa-paper-plane::before, .user_menu_body ul li a .fa-home::before, .user_menu_body ul li a .fa-user-circle::before {
    background-color: #A330FE;
}

.user_menu_body ul li a .fa-bell::before, .user_menu_body ul li a .fa-people-carry::before, .user_menu_body ul li a .fa-award menu_icon::before, .user_menu_body ul li a .fa-user-tie::before, .user_menu_body ul li a .fa-box-open::before {
    background-color: #06C4FC;
}

.user_menu_body ul li a .fa-researchgate::before, .user_menu_body ul li a .fa-award::before, .user_menu_body ul li a .fa-database::before, .user_menu_body ul li a .fa-comment-alt::before ,#ii1::before {
    background-color: #2FCB49;
}

.user_menu_body ul li a .fa-sign-out-alt::before, .user_menu_body ul li a .fa-hashtag::before,.user_menu_body ul li a .fa-university::before  {
    background-color: #FF3115;
}

.user_menu_body ul li a .fa-window-maximize::before, .user_menu_body ul li a .fa-researchgate::before {
    background-color: #2A8E9D;
}

.user_menu_body ul li a .fa-dollar-sign::before,.user_menu_body ul li a .fa-ad::before, .user_menu_body ul li a .fa-id-badge::before {
    background-color: #FF3115;
}

.user_menu_body ul li a i::before {
    padding: 10px;
    border-radius: 100px;
}

.user_menu_body ul li {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.user_menu_body ul li span {
    display: inline-block;
    font-weight: 200;
    font-size: 0.9rem;
    margin: 0rem 1.6rem;
    margin-top: 17.5px;
}

.handle_system {
    margin: 0rem 0;
}

.handle_system a .fa-people-carry {
    width: 40px;
    height: 40px;
}

.fas fa-minus-circle {
    background-color: red;
    width: 40px;
    height: 40px;
}

/* Title */

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: title1 1.75s ease-in-out;
}

@keyframes title1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.title h4 {
    padding: 10px 30px;
    border-radius: 10px;
    /* background: rgb(181, 245, 155); */
    /* background-color: rgb(221 221 221); */
    /* background-color: #FF6900; */
    /* background-color: #36eaf7; */
    /* color: #f8522d; */
    /* width: 100%; */
    background-color: none;
    font-size: 2.4rem;
    font-weight: 500;
    font-style: italic;
    color: white;
    text-align: center;
}

@media only screen and (max-width:700px) {
    .title h4 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width:420px) {
    .title h4 {
        font-size: 1.5rem;
    }
}

.video_container {
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
}

.video_container .line2 {
    margin: 1rem 0;
}

#hide_target {
    z-index: 100000;
    background: #FF3115;
}

.listvideo-con {
    width: 100%;
    height: 450px;
    margin-top: 1rem;
}

.videotop {
    background-color: black;
    width: 100%;
    height: 320px;
}

.videolistbox {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.circlelist {
    display: inline-block;
    background-color: #FF3115;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
}

.videoitem {
    cursor: pointer;
    color: black;
}

.showvideo1 {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1250px) {
    .videotop {
        width: 560px;
        height: 315px;
    }
}

@media only screen and (max-width:800px) {
    .videoitem {
        font-size: 0.8rem;
    }

    .videotop {
        background-color: black;
        /* width: 560px;
        height: 315px; */
        width: 100%;
        height: 300px;
    }
}

.logoict {
    width: 50px;
    border: #FF6900 2px solid;
    border-radius: 50px;
}

/* LINE QR CODE  */
.lineQrcode-con {
    /* display: ; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #44444454;
    display: flex;
    /* place-items: center; */
    justify-content: center;
    align-items: center;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.lineQrcode-con.active {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.lineqr-wrapper {
    width: 70%;
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: white;
    border-radius: 10px;
}

.lineqr-wrapper img {
    width: 250px;
    height: 250px;
    /* height: 100px; */
}

#exitlinebox {
    position: absolute;
    top: 2%;
    right: 3%;
    font-size: 1.5rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#exitlinebox:hover {
    color: #FF3115;
}

@media screen and (max-width:680px) {
    .lineqr-wrapper {
        width: 90%;
        height: 60%;
    }
}
@media screen and (max-width:580px) {
    .lineqr-wrapper h2{
        font-size: 1.1rem;
    }
    .lineqr-wrapper p{
        font-size: 0.8rem;
    }
    .lineqr-wrapper h2,.lineqr-wrapper p{
        text-align: center;
        width: 80%;
    }
}


/* Social Media */
.s-container {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* gap: 1rem; */
    /* height: 45px; */
    margin: 10px auto;
    background-color: white;
    z-index: 20;
}

.socialicon {
    margin-right: 16px;
    font-size: 1.4rem;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.socialicon .fa-facebook {
    color: #4267B2;
}

.socialicon .fa-line {
    color: #06c755;
}

.socialicon .fa-youtube {
    color: #FF0000;
}

.socialicon .fa-twitter {
    color: #4267B2;
}

.socialicon img {
    width: 30px;
    /* height: 30px; */
}

/* show user info form */
.edituserpop-container{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    display: flex;
    z-index: 0;
    height: 100vh;
    background-color: #eb310760;
    justify-content: center;
    align-items: center;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.edituserpop-container.active{
    z-index: 80;
    /* display: flex; */
    visibility: visible;
    opacity: 1;
}   


.edituserform-wrapper{
    /* width: 90%; */
    width: 60%;
    /* width: auto; */
    height: 90vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
    margin: 16px 0;
    border-radius: 5px;
    position: relative;
}
.edituser-img{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    row-gap: 10px;
}
.edituser-img img{
    width: 130px;
    height: 130px;
    margin-left: 1rem;
    margin: auto;
}
.edituser-menus{
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    /* gap: 1rem; */
    width: 95%;
    margin: 16px 0;
}
.edit-btn-1{
    display: inline-block;
    text-decoration: none;
    color: #5e5e5e;
    /* border: 1px solid #5e5e5e; */
    padding:10px 20px;
    border-radius: 5px;
    outline: none;
    transition: all 0.25s ease;
    margin-right: 0.8rem;
    cursor: pointer;
    font-weight: 400;
    background: rgb(224, 224, 224);
    font-size: 0.8rem;
}
.edit-btn-1:hover ,.edit-btn-1:focus{
    background: rgb(181, 245, 155);
    color: white;
}
.edit-btn-1.active{
    background: rgb(181, 245, 155);
    color: white;

}
.edituser-content{
    width: 100%;
    /* border: 2px solid black; */
    overflow-y: auto;
   
}

.form_userinfo{
  
}
#target-box{
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}
#target-box h3{
    color: black;
    width: 100%;
}
.userInfo_forms{
    flex-basis: 50%;
}
.userInfo_forms{
    display: flex;
    /* flex-direction: column; */
    /* gap: 10px; */
    flex-wrap: wrap;
}
.inputbox111{
    flex-basis: 45%;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.inputbox111 input,.inputbox111 select{ 
    padding: 6px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #9e9e9e;
    background: white;
}
.inputbox111 input:hover,.inputbox111 input:focus,.inputbox111 select:hover,.inputbox111 select:focus{
    border: 1px solid #eb3007;
    box-shadow: -2px 2px 22px -8px rgba(235,48,7,0.55);
    -webkit-box-shadow: -2px 2px 22px -8px rgba(235,48,7,0.55);
    -moz-box-shadow: -2px 2px 22px -8px rgba(235,48,7,0.55);
}
.save_userInfo11{
    /* border: 2px solid black; */
    align-self: flex-end;
    margin-right: 16px;
    padding: 8px 16px;
    border-radius: 5px;
    background-color: #FF0000;
    color: white;
    cursor: pointer;
    /* position: absolute; */
}
.groupbtnedit1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
.close_editpopup{
    font-weight: bold;
    margin-left: 16px;
    color: black;
    font-size: 18px;
}

.w1{
    flex-basis: 20% !important;
}
.w2{
    flex-basis: 80% !important;
}
.w3{
    flex-basis: 50% !important;
}
.w4{
    flex-basis: 10% !important;
}
.w5{
    flex-basis: 43% !important;
}
@media screen and (max-width:1300px){
    .edituserform-wrapper{
        width: 80vw;
    }
}
@media screen and (max-width:870px){
    .edituserform-wrapper{
        width: 85vw;
    }
    .userInfo_forms{
        flex-basis: 100%;
    }
    .edituser-menus{
        flex-basis: 100%;
        margin-left: 10px;
    }
    .edituser-img{
        margin: 10px 0;
    }
    
}
@media screen and (max-width:680px){
    .userInfo_forms{
        flex-basis: 95%;
    }
    .inputbox111{
        flex-basis: 90%;
    }
    .edituserform-wrapper{
        width: 98vw;
        height: 99vh;
    }
    
}
@media screen and (max-width:520px){
    .w1,.w2,.w3,.w4,.w5{
        flex-basis: 100% !important;
    }
}

.tbox222{
    width: 99%;
    margin: auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* z-index: 100000; */
    position: absolute;
    top: 40%;
}