*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Phetsarath OT';
    font-weight: bold;
}

              nav{
            background-color: #101856;
            z-index: 1;
            position: relative;
            position: fixed;
            top: 0;
            width: 100%;
            display: flex;
            height: 80px;
            justify-content:space-around;
            align-items: center;
            
            
        }
        .logo img{
            width: 100px;
            height: 100px;
        }
        .menu{
            list-style: none;
            display: flex;
            margin-right: 20px;
            gap: 20px;
            margin-top: 20px;
            li{
                font-weight: bold;
                
            }
            a{
                text-decoration: none;
                color: rgb(255, 255, 255);
                font-family: 'Phetsarath OT';
                font-size: 15px;

            }

        }
   .menu a:hover{
         color: #0300c5;
         border-bottom: 2px solid #0300c5;

        }

        .icons{
            display: flex;
            gap: 20px;
            margin-right: 20px;
        }
        .icons a img{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: rgba(136, 136, 136, 0.493);
            padding: 5px;
        }
        .icons a img:hover{
            background-color:#6690ff;
        }
        .background-img{
            width: 100%;
            height: 350px;
            background-color: #181729;
            background-image: url(https://firebasestorage.googleapis.com/v0/b/sku-proj.appspot.com/o/image%2FPic303.JPG?alt=media&token=cdec14a2-e93d-479b-92c0-9d713415a277);
            background-size: contain;
            background-size:cover;
            background-position:center;
            margin-top: px;
            
        }
        .background-img h1{
            padding-top: 100px;
            padding-left: 100px;
            font-size: 50px;
            font-family: 'Phetsarath OT';
            background-color: #0a0749e8;
            width: 100%;
            height: 350px;
            color: #ffffff;
            font-weight: bold;
            border-bottom:  50px double rgb(2, 0, 100);
        }
        .content-1 {
            width: 100%;
            font-family: 'Phetsarath OT';
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 10px;
            margin-top: 30px;
            margin-left: 30px;
            border-top: 30px dashed rgb(0, 193, 241);
            border-bottom: 30px ridge rgb(0, 193, 241);
            border-radius: 3000px 0px 1000px 1000px;
        }
        .box-1{
            width: 600px;
            height: 250px;
            border: #000000 solid 2px;
            padding: 20px;
            border-top: 20px rgb(0, 0, 116) double;
            border-bottom: 20px blue double;
            border-right: 20px rgb(0, 0, 80) double;
            border-left: 20px blue double;

        }
        .box-1 p{
            line-height: 0.6;
        }
        .box-3{
            width: 500px;
            height: 250px;
        }
        .content-2{
            width: 100%;
            border-top: 30px dashed rgb(0, 193, 241);
            border-bottom: 30px ridge rgb(0, 193, 241);
            border-radius: 3000px 0px 1000px 1000px;
            background-color: #45d8eb00;
        
            

    
        }
        .box-2{
            width: 93%;
            height: 130px;
            border: 2px  solid #000000;
        }
        .box-2 h2{
            background-color: #261FB3;
            padding-left: 20px;
            padding-top: 10px;
            color: #ffffff;
            font-size: 20px;
        }
        .box-1 h2{
            font-weight: bold ;
        }
        .box-2 p{
            margin-left: 20px;
            font-weight: bold;
            color: #666;
        }
        .content-3{
            width: 63%;
            border: 2px  solid #00000000;
            margin-top: 10px;
            margin-left: 58px;
            margin-top: 50px;

        }
        .content-3 h2{
            background-color: #261FB3;
            color: #ffffff;
        }
        .content-3 p{
            color: #666;
            line-height: 2.3;
        }
        .btn{
            width: 100%;
            margin-top: 80px;
            margin-top: 50px;
            text-align: center;

        }
        .btn button {
            width: 300px;
            height: 50px;
            
            background-color:#261FB3;
            border: 3px solid rgb(255, 255, 255);
            border-radius: 30px;
            border-top: 10px rgb(0, 0, 116) double;
            border-bottom: 10px blue double;
            border-right: 10px rgb(0, 0, 80) double;
            border-left: 10px blue double;
            

        }
        .btn button:hover{
            background-color: rgb(42, 56, 253);
        }
        .btn a {
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;

        }


              footer{
            width: 100%;
            height: 400px;
            background-color:   #141353;
            position: relative;

        }
        .box-9{
            display: flex;
            background-color: #4ddbdb00;
            width: 100%;
            height: 400px;
            justify-content: space-between;
            padding-right: 100px;

        }
        .box-10{
            width: 300px;
            height: 300px;
            
        }
        .box-10 img{
            width: 150px;
            height: 150px;
            margin-left: 105px;
        }
        .box-10 p{
            width: 300px;
            margin-left: 50px;
            color: #fff;
            margin-top: -20px;
            font-family:'Phetsarath OT' ;

        }
        .box-11{
            font-family:'Phetsarath OT' ;
            margin-top: 50px;
            color: #fff;
            font-size: 18px;
            margin-right: 50px;
        }
        .box-12{
            font-family:'Phetsarath OT' ;
            margin-top: 50px;
            margin-right: 10px;
            color: #fff;
            font-size: 18px;
        }
        .box-13{
            display: flex;
            justify-content: space-between;
        }
        .box-14{
            font-size: 20px;
            color: rgb(255, 255, 255);
            margin-left: 40px;
            margin-top: -130px;
            font-family:'Phetsarath OT' ;

        }
        .box-15{
            margin-right: 100px;
            margin-top: -90px;
        }
        .box-15 img{
            width: 45px;
            height: 45px;
            background-color: #57575794;border-radius: 50%;
            padding: 5px;
        }
        .footer-1{
            width: 100%;
            height: 50px;
            background-color:  #141353;
            position: relative;
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding-right: 100px;
            font-family:'Phetsarath OT' ;
            padding-left: 40px;
            color: #ffffff;
            a{
                color: #ffffff;
            }

        }


@media screen and (max-width: 1024px) {
    nav {
        height: 70px;
        padding: 0 20px;
    }
    
    .logo img {
        width: 80px;
        height: 80px;
    }
    
    .menu {
        gap: 15px;
        font-size: 14px;
    }
    
    .menu a {
        font-size: 13px;
    }
    
    .icons {
        gap: 15px;
    }
    
    .background-img {
        height: 300px;
    }
    
    .background-img h1 {
        padding-top: 80px;
        padding-left: 50px;
        font-size: 40px;
        height: 300px;
        border-bottom: 30px double rgb(2, 0, 100);
    }
    
    .content-1 {
        grid-template-columns: 1fr;
        padding: 20px;
        margin-left: 0;
        justify-items: center;
        border-radius: 1500px 0px 500px 500px;
        border-top: 20px dashed rgb(0, 193, 241);
        border-bottom: 20px ridge rgb(0, 193, 241);
    }
    
    .box-1 {
        width: 90%;
        max-width: 600px;
        height: auto;
        min-height: 200px;
        border-top: 15px rgb(0, 0, 116) double;
        border-bottom: 15px blue double;
        border-right: 15px rgb(0, 0, 80) double;
        border-left: 15px blue double;
    }
    
    .box-1 p {
        line-height: 1.5;
    }
    
    .box-3 {
        width: 90%;
        max-width: 500px;
        height: auto;
    }
    
    .content-2 {
        padding: 20px;
        border-radius: 1500px 0px 500px 500px;
        border-top: 20px dashed rgb(0, 193, 241);
        border-bottom: 20px ridge rgb(0, 193, 241);
    }
    
    .box-2 {
        width: 95%;
        height: auto;
        min-height: 100px;
        margin: 10px auto;
    }
    
    .content-3 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    
    .content-3 h2 {
        padding: 10px;
    }
    
    .content-3 p {
        padding: 10px;
        line-height: 2;
    }
    
    .btn {
        margin-left: 0;
        text-align: center;
        margin-top: 40px;
    }
    
    .btn button {
        width: 250px;
        height: 45px;
        border-top: 8px rgb(0, 0, 116) double;
        border-bottom: 8px blue double;
        border-right: 8px rgb(0, 0, 80) double;
        border-left: 8px blue double;
    }
    
    footer {
        height: auto;
    }
    
    .box-9 {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
        align-items: center;
    }
    
    .box-10 {
        margin-bottom: 30px;
    }
    
    .box-10 img {
        margin-left: 75px;
    }
    
    .box-10 p {
        margin-left: 0;
        text-align: center;
    }
    
    .box-11, .box-12 {
        margin: 20px 0;
        text-align: center;
    }
    
    .box-14 {
        margin-left: 20px;
        margin-top: 20px;
        text-align: center;
    }
    
    .box-15 {
        margin-right: 20px;
        margin-top: 20px;
        text-align: center;
    }
    
    .footer-1 {
        flex-direction: column;
        height: auto;
        padding: 20px;
        text-align: center;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
        -webkit-text-size-adjust: 100%;
    }
    
    nav {
        height: auto;
        min-height: 70px;
        flex-direction: column;
        justify-content: center;
        padding: 10px 5px;
        gap: 8px;
        width: 100%;
    }
    
    .logo {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .logo img {
        width: 55px;
        height: 55px;
    }
    
    .menu {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 12px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .menu li {
        margin: 0;
        padding: 0;
    }
    
    .menu a {
        font-size: 12px;
        padding: 4px 8px;
        display: inline-block;
    }
    
    .icons {
        order: 3;
        gap: 12px;
        margin: 0;
        justify-content: center;
        width: 100%;
    }
    
    .icons a img {
        width: 26px;
        height: 26px;
        padding: 4px;
    }
    
    .background-img {
        width: 100%;
        height: 280px;
        margin-top: 140px;
        background-size: cover;
    }
    
    .background-img h1 {
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 22px;
        height: 280px;
        border-bottom: 20px double rgb(2, 0, 100);
        word-wrap: break-word;
    }
    
    .content-1 {
        width: 100%;
        padding: 15px 10px;
        margin-top: 20px;
        margin-left: 0;
        gap: 15px;
        border-radius: 150px 0px 100px 100px;
        border-top: 12px dashed rgb(0, 193, 241);
        border-bottom: 12px ridge rgb(0, 193, 241);
    }
    
    .box-1 {
        width: 100%;
        height: auto;
        padding: 12px;
        border-top: 8px rgb(0, 0, 116) double;
        border-bottom: 8px blue double;
        border-right: 8px rgb(0, 0, 80) double;
        border-left: 8px blue double;
    }
    
    .box-1 h2 {
        font-size: 16px;
        margin-bottom: 10px;
        word-wrap: break-word;
    }
    
    .box-1 p {
        line-height: 1.6;
        font-size: 13px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 8px;
    }
    
    .box-3 {
        width: 100%;
        height: auto;
    }
    
    .box-3 img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }
    
    .content-2 {
        width: 100%;
        padding: 15px 10px;
        border-radius: 150px 0px 100px 100px;
        border-top: 12px dashed rgb(0, 193, 241);
        border-bottom: 12px ridge rgb(0, 193, 241);
    }
    
    .box-2 {
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 10px 0;
    }
    
    .box-2 h2 {
        font-size: 15px;
        padding: 10px 12px;
        word-wrap: break-word;
    }
    
    .box-2 p {
        margin: 12px;
        font-size: 13px;
        line-height: 1.6;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .content-3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .content-3 h2 {
        font-size: 15px;
        padding: 10px 12px;
        word-wrap: break-word;
    }
    
    .content-3 p {
        font-size: 13px;
        padding: 12px;
        line-height: 1.8;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
    }
    
    .btn button {
        width: 100%;
        max-width: 320px;
        height: 50px;
        border-top: 6px rgb(0, 0, 116) double;
        border-bottom: 6px blue double;
        border-right: 6px rgb(0, 0, 80) double;
        border-left: 6px blue double;
        cursor: pointer;
    }
    
    .btn a {
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    
    footer {
        width: 100%;
    }
    
    .box-9 {
        width: 100%;
        padding: 20px 10px;
    }
    
    .box-10 {
        width: 100%;
        text-align: center;
    }
    
    .box-10 img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 120px;
        height: 120px;
    }
    
    .box-10 p {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.6;
    }
    
    .box-11, .box-12 {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 15px 0;
        padding: 0 10px;
        line-height: 1.6;
    }
    
    .box-13 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .box-14 {
        font-size: 15px;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    
    .box-15 {
        margin-right: 0;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    
    .box-15 img {
        width: 40px;
        height: 40px;
        margin: 5px;
    }
    
    .footer-1 {
        width: 100%;
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .background-img {
        height: 220px;
    }
    
    .background-img h1 {
        padding-top: 50px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 18px;
        height: 220px;
        border-bottom: 15px double rgb(2, 0, 100);
    }
    
    .content-1 {
        border-radius: 100px 0px 80px 80px;
        border-top: 10px dashed rgb(0, 193, 241);
        border-bottom: 10px ridge rgb(0, 193, 241);
        padding: 12px 8px;
    }
    
    .box-1 {
        border-top: 6px rgb(0, 0, 116) double;
        border-bottom: 6px blue double;
        border-right: 6px rgb(0, 0, 80) double;
        border-left: 6px blue double;
        padding: 10px;
    }
    
    .box-1 h2 {
        font-size: 15px;
    }
    
    .box-1 p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .content-2 {
        border-radius: 100px 0px 80px 80px;
        border-top: 10px dashed rgb(0, 193, 241);
        border-bottom: 10px ridge rgb(0, 193, 241);
        padding: 12px 8px;
    }
    
    .box-2 h2 {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .box-2 p {
        font-size: 12px;
        margin: 10px;
    }
    
    .content-3 h2 {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .content-3 p {
        font-size: 12px;
        padding: 10px;
        line-height: 1.6;
    }
    
    .btn button {
        max-width: 280px;
        height: 45px;
        font-size: 13px;
    }
    
    .box-10 p, .box-11, .box-12 {
        font-size: 13px;
    }
    
    .footer-1 {
        font-size: 12px;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    nav {
        min-height: 50px;
    }
    
    .logo img {
        width: 50px;
        height: 50px;
    }
    
    .background-img {
        height: 180px;
        margin-top: 80px;
    }
    
    .background-img h1 {
        padding-top: 40px;
        font-size: 20px;
        height: 180px;
    }
    
    .menu {
        gap: 8px;
        margin: 5px 0;
    }
    
    .menu a {
        font-size: 11px;
    }
}