/*{
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.main{
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,0.5)50%,rgba(0,0,0,0)50%),url(https://indiaforensic.com/certifications/wp-content/uploads/2017/01/agriculture.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: 20px;
    float: left;
    padding-top: 10px;
}
.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;
}
ul li a{
    text-decoration: none;
    color:blue;
    font-family: Arial;
    font-weight: bold;
    transition: 0.45 ease-in-out;
}
ul li a:hover{
    color: red;
}
.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}
.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background:transparent;
    
    border: 1px solid#ff7200;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;

    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;

}
.btn{
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.btn:focus{
    outline: none;
    }
    .srch:focus{
        outline: none;
    }
    .content{
        width: 1200p;
        height: auto;
        margin: auto;
        color: #fff;
        position: relative;
    }
    .content.par{
        padding-left: 20px;
        padding-bottom: 25px;
        font-family: Arial;
        letter-spacing: 1.2px;
        line-height: 30px;
    }
    .content h1{
        font-family: 'Times New Roman';
        font-size: 50px;
        padding-left: 20px;
        margin-top: 9px;
        letter-spacing: 2px;
        color: blue;
    }
    .content .cn{
        width: 160px;
        height: 40px;
        background: #ff7200;
        border: none;

        margin-bottom: 10px;
        margin-left: 20px;
        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: #fff;
        }
        .content span{
            color: #ff7200;
            font-size: 65px;
        }
        .form{
            width: 250px;
            height: 460px;
            background:linear-gradient(to top,rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
            position: absolute;
            top: 50px;
            left: 67%;
            border-radius: 40px;
            padding: 25px;
            }
            .form h2{
                width: 220px;
                font-family: sans-serif;
                text-align: center;
                color: #ff7200;
                font-size: 22px;
                background-color: #fff;
                border-radius: 10px;
                margin:2px;
                padding: 10px;
            }
            .form input{
                width: 240px;
                height: 35px;
                background: transparent;
                border-bottom: 1px solid #ff7200;
                border-top: none;
                border-right: none;
                border-left: none;
                color: #fff;
                font-size: 15px;
                letter-spacing: 1px;
                margin-top: 30px;
                font-family: sans-serif;
            }
            form input:focus{
                outline: none;
            }
            ::placeholder{
                color: #fff;
                font-family: Arial;
            }
            .btnn{
                width: 240px;
                height: 40px;
                background: #ff7200;
                border: none;
                margin-top: 30px;
                font-size: 18px;
                border-radius: 10px;
                cursor: pointer;
                transition: 0.4s ease;
            }
            .brnn:hover{
                background: #fff;
                color: #ff7200;
            }
            .btnn a{
                text-decoration: none;
                color: #000;
                font-weight: bold;
            }
            .form.link{
                font-family: Arial, Helvetica, sans-serif;
                font-size: 17px;
                padding-top: 20px;
                text-align: center;
            }
            .liw{
                padding-top: none;
                padding-bottom: 10px;
                text-align: none;
            }

            
        /*.form{
            width: 250px;
            height: 380px;
            background:linear-gradient(to top,rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
            position: absolute;
            top:-20px;
            left: 870px;
            border-radius: 10px;
            padding: 25px;
        }
        .form h2{
            width:220px;
            font-family: sans-serif;
            text-align: center;
            color: #ff7200;
            font-size: 22px;
            background-color: #fff;
            border-radius:10px;
            margin: 2px;
            padding: 8px;
        }
        .form input{
            width:240px;
            height: 350px;
            background: transparent;
            border-bottom: 1px solid #ff7200;
            border-top: none;
            border-right: none;
            border-left: none;
            color: #fff;

            font-size: 15px;
            letter-spacing: 1px;
            margin-top: 30px;
            font-family: sans-serif;
        }
        .form input:focus{
            outline: none;
        }
        ::placeholder{
            color: #fff;
            font-family: Arial;
        }
        .btnn{
            width: 240px;
            height: 40px;
            background: #ff7200;
            border: none;
            margin-top: 30px;
            font-size: 18px;
            border-radius: 10px;
            cursor: pointer;
            color: #fff;
        }
        .btnn:hover{
        background: #fff;
        color: #ff7200;
        }
        .btnn a{
            text-decoration: none;
            color: #000;
            font-weight: bold;
        }
        .form.link{
            font-family: Arial, Helvetica, sans-serif;
            font-size: 17px;
            padding-top: 20px;
            text-align: center;
        }
        .form.link a{
            text-decoration: none;
            color: #ff7200;
        }
        .liw{
            padding-top: 15px;
            padding-bottom: 10px;
            text-align: center;
        }*/


        *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

body {
    font-family: Arial, sans-serif;
}

/* ---------- Main Background ---------- */
.main {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0)50%), 
                url(https://indiaforensic.com/certifications/wp-content/uploads/2017/01/agriculture.jpg);
    background-position: center;
    background-size: cover;
    padding: 10px;
}

/* ---------- Navbar ---------- */
.navbar {
    max-width: 1200px;
    margin: auto;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* responsive */
}

.logo {
    color: #ff7200;
    font-size: 30px;
    font-weight: bold;
}

/* ---------- Menu ---------- */
.menu ul {
    display: flex;
    gap: 30px;
    list-style: none;
}

.menu ul li a {
    text-decoration: none;
    color: blue;
    font-weight: bold;
    transition: 0.3s;
}

.menu ul li a:hover {
    color: red;
}

/* ---------- Search Box ---------- */
.search {
    display: flex;
    margin-top: 10px;
}

.srch {
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid #ff7200;
    border-right: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px 0 0 5px;
}

.btn {
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    color: #fff;
    font-size: 15px;
    border-radius: 0 5px 5px 0;
}

.srch:focus, .btn:focus {
    outline: none;
}

/* ---------- Content ---------- */
.content {
    max-width: 1200px;
    margin: auto;
    color: #fff;
    padding: 20px;
}

.content h1 {
    font-size: 40px;
    color: blue;
    margin-bottom: 20px;
}

.content .par {
    letter-spacing: 1.2px;
    line-height: 30px;
    margin-bottom: 20px;
}

.content .cn {
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.content .cn a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.content .cn:hover {
    background: #fff;
}

/* ---------- Form ---------- */
.form {
    width: 300px;
    background: rgba(0,0,0,0.8);
    border-radius: 20px;
    padding: 25px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
}

.form h2 {
    color: #ff7200;
    font-size: 22px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.form input {
    width: 100%;
    height: 35px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ff7200;
    color: #fff;
    margin: 20px 0;
    font-size: 15px;
}

.form input:focus {
    outline: none;
}

::placeholder {
    color: #fff;
}

.btnn {
    width: 100%;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.btnn:hover {
    background: #fff;
    color: #ff7200;
}

.form .link {
    margin-top: 15px;
    font-size: 15px;
}

.form .link a {
    color: #ff7200;
    text-decoration: none;
}

.liw {
    margin-top: 10px;
}

/* ---------- Responsive Media Queries ---------- */

/* Tablets */
@media (max-width: 992px) {
    .navbar {
        flex-direction: column;
        height: auto;
    }

    .menu ul {
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }

    .search {
        margin-top: 10px;
    }

    .content h1 {
        font-size: 32px;
    }
}

/* Mobiles */
@media (max-width: 600px) {
    .logo {
        font-size: 24px;
    }

    .menu ul {
        flex-direction: column;
        gap: 10px;
    }

    .content h1 {
        font-size: 28px;
        text-align: center;
    }

    .content .par {
        text-align: center;
    }

    .content .cn {
        display: block;
        margin: 10px auto;
    }

    .form {
        width: 90%;
    }
}

