@media screen and (max-width:991px) {
    body {
        background: #fff;
    }
    main {
        margin-top: 100px;
    }
    header {
        background-size: cover;
    }
    header .container .logo img {
        width: 120px;
        height: 43px;
        /* padding-left: 10px; */
    }
    header .container .login {
        margin-top: 5px;
        right: 0;
    }
    header .container .login .btn1 {
        font-size: 14px;
        border-radius: 50px;
        margin-left: 5px;
        width: 110px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }
    header .container .km {
        display: none;
    }
    nav {
        width: 100%;
        height: 30px;
        background-image: linear-gradient(to right, #ffa003, yellow);
        background-size: 100%;
        padding: 3px;
    }
    nav .nav-links {
        width: 100%;
        z-index: 999;
    }
    .checkbtn{
        display: block;
        line-height: 30px;
        color: #000;
    }
    nav .nav-links ul{
        position: fixed;
        width: 40%;
        height: 100vh;
        top: 0;
        left: -50%;
        text-align: left;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: saturate(125%) blur(10px);
        transition: 0.5s;
        padding-top: 20px;
        z-index: 999;
        display: block;
        padding: 20px;
    }
    nav .nav-links ul li {
        display: block;
        line-height: 30px;
        padding: 0px 0px;
        background-image: linear-gradient(to right, #ffa003, yellow);
        margin-top: 10px;
        border-radius: 10px;
    }
    nav .nav-links ul li:hover {
        background-color: rgb(53, 35, 0);
        transition: 0.7s ease;
    }
    nav .nav-links ul li a{
        font-size: 14px;
        color: #000;
        font-weight: 600;
        line-height: 40px;
    }
    nav .nav-links ul li span {
        font-size: 16px;
        color: #000;
        padding-left: 5px;
    }
    nav .nav-links ul li a:hover{
        color: #fff;
        margin-left: 5px;
    }
    nav .nav-links ul li i {
        display: none;
    }
    nav .nav-links ul li a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40px;
      }
    #check:checked ~ .nav-links ul{
        left: 0%;
    }
    .fa-home-alt {
        display: none;
    }
    .menu-bar {
        font-size: 22px;
        font-weight: 600;
        font-family: DB-Heavent-Cond;
    }
    .icon-nav {
        position: relative;
        top: 10px;
        left: -10px;
        display: inline;
        height: 30px;
    }
    .topbox .container .row #textShow{
        line-height: 15px;
    }
    header .container .km {
        width: 20px;
        height: 20px;
        float: left;
        position: relative;
        top: 6px;
    }
    footer {
        display: none;
    }
    .section03 .container {
        max-width: 1280px;
        height: auto;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        box-sizing: border-box;
        gap: 1em;
        padding: 10px;
    }
    .section03 .container .row h2 {
        color: #000;
        font-size: 20px;
        text-align: center;
        font-family: 'Battambang', cursive;
        text-transform: uppercase;
    }
    .section03 .container .row p {
        padding: 10px 10px;
    }
    .section03 .container .row video {
        width: 100%;
        position: relative;
        top: 20px;
        border: 0px solid #cecece;
    }
    .nav-bottom {
        display: block;
        position: fixed;
        width: 100%;
        height: auto;
        bottom: 0;
    }
    .nav-bottom .wrap {
        max-width: 1280px;
        height: auto;
        margin: 0 auto;
        padding: 10px;
    }
    .nav-bottom .container {
        max-width: 1280px;
        height: auto;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        border-radius: 20px;
        background-image: linear-gradient(to right, #ffa003, yellow);
        backdrop-filter: saturate(125%) blur(10px);
        padding: 8px;
    }
    .nav-bottom .container a {
        text-decoration: none;
    }
    .nav-bottom .container .row {
        cursor: pointer;
    }
    .nav-bottom .container .row i {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 25px;
        color: #000;
        padding: 5px 0;
    }
    .nav-bottom .container .row p {
        font-size: 12px;
        font-family: 'Battambang', sans-serif;
        color: #000;
        text-align: center;
        text-transform: uppercase;
    }
    .space {
        display: block;
        width: 100%;
        height: 200px;
    }
    .section4 .container {
        grid-template-columns: repeat(1, 1fr);
    }

}
