*{margin: 0;
    padding: 0;
    }
    .main{width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%), url(1.JPG);
    background-position: center;
    background-size: cover;
    height: 109vh;
    }
    .navbar{
        width: 1200px;
        height: 75px;
        margin: auto;
    }
    .icon{
        width: 200px;
        float: left;
        height: 70px;
    }
    .logo{
        color: #ff7200;
        font-size: 35px;
        font-family: Arial;
        padding-left: 0px;
        float: left;
        padding-top: 0px;
        width: 256px;
        margin-top: 12px
    }
    .menu{
        width: 400px;
        float: left;
        height: 70px;
    }
    ul{
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul li{
        list-style: none;
        margin-left: 62px;
        margin-top: 27px;
        font-size: 14px;
    }
    .dead{
        padding-left: 110px;
    }
    .blue{
        text-decoration: none;
        color: blue;
        font-family: Arial;
        font-weight: bold;
        transition: 0.4s ease-in-out;
    }
    .fat{
        text-decoration: none;
        color: #fff;
        font-family: Arial;
        font-weight: bold;
        transition: 0.4s ease-in-out;
    }
    ul li a:hover{
        color: #ff7200
    }
    .content{
        width: 1200px;
        height: auto;
        margin: auto;
        color: #fff;
        position: relative;
    }
    .content p{
        padding-left: 20px;
        padding-bottom: 25px;
        font-family: Arial;
        letter-spacing: 1.2px;
        line-height: 30px;
        text-align: center;
    }
    .content .par a{
        text-decoration: none;
        color: #167fff;
    }
    .content .par a:hover{
        color: orange;
    }
    .content h1{
        font-family: 'Times New Roman';
        font-size: 50px;
        padding-left: 20px;
        margin-top: 9%;
        letter-spacing: 2px;
    }
    .content .cn{
        width: 180px;
        height: 43px;
        background: #ff7200;
        border: none;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 18px;
        border-radius: 10px;
        cursor: pointer;
        transition: .4s ease ;
    }
    .content .cn a{
        text-decoration: none;
        color: #000;
        transition: .3s ease ;
    }
    .cn:hover{
        background-color: white;
    }
    .content h1{
        color: #ff7200;
        font-size: 60px;   
        text-align: center; 
    }
    .content .can{
        width: 180px;
        height: 43px;
        background: green;
        border: none;
        margin-bottom: 10px;
        margin-left: 17px;
        font-size: 18px;
        border-radius: 10px;
        cursor: pointer;
        transition: .4s ease ;
    }
    .content .can a{
        text-decoration: none;
        color: #000;
        transition: .3s ease ;
    }
    .can:hover{
        background-color: blue;
    }
    .table-responsive {
        width: 80%; /* Make the table responsive by limiting its width */
        margin: 0 auto; /* Center the table horizontally */
    }
    
    .table-responsive td {
        padding: 15px; /* Add padding around table cells */
        vertical-align: middle; /* Align content vertically in the middle */
    }
    
    select, input {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px; /* Add rounded corners */
        outline: none;
    }
    
    select:focus, input:focus {
        border-color: blue; /* Highlight the border on focus */
        box-shadow: 0 0 5px rgba(0, 0, 255, 0.5); /* Add a subtle glow effect */
    }
    
    .blue {
        display: flex; /* Align dropdown and input field horizontally */
        align-items: center; /* Center items vertically */
        gap: 15px; /* Add space between dropdown and input */
    }
    button {
        padding: 10px 20px;
        font-size: 16px;
        color: white;
        background-color: blue;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    
    button:hover {
        background-color: darkblue;
    }
    
    button:focus {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    }
    .btnnn{
        text-align: center;
        display: block;
        margin: auto;
        margin-left: 643px;
    }
    .cur{
        font-family: Arial;
    }
    .dilt{
        width: 100%;
        text-align: center;
        color: white;
        margin: 100px 24px;
        font-size: 40px
    }
    fieldset{
        width:1000px;
        margin-left: 530px;
        margin-top: 30px;
    }
    legend{
        color: white;
        font-size: 30px;
        margin-left: 40px
    }
    .hid{
        display: none;
    }