*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
   }
   #main_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
   }
   #img_container {
        width: 100%;
        height: 800px;
        background-image: url("../../img/Web_Design_img/bg_img.jpg");
        /* opacity: 75%; */
        background-size: cover;
        /* z-index: -1000; */
    }

    #bg_img {
        width: 100%;
        background-attachment:fixed;
        height: 800px;
        position: absolute;
        z-index: -10;
        filter: blur(3px);
        /* -webkit-filter: blur(5px); */
    }

    #content_container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: 1px solid white;
        /* padding: 5px; */
        height: 100%;
    }

    #heading {
        /* line-height: 1.3em; */
        font-size: 4em;
        /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
        font-weight: 700;
        margin: auto;
        text-align: center;
    }

    #highLight_content {
        background-color: white;
        padding: 5px;
        border-radius: 10px;
        color: rgb(0, 153, 255);
    }

    #responsice_devices {
        width: 500px;
    }

    #detail {
        color: rgb(241, 241, 241);
        width: 400px;
        /* filter: blur(2px); */
        font-size: large;
        /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    }

    #inputContainer {
        background-color: rgb(204, 204, 204);
        width: 70%;
        margin: auto;
        border-radius: 10px;
        text-align: center;
        /* padding: 3px; */
        margin-top: -50px;
    }
#inputsubContainer{
width: 100%;
display: flex;
justify-content: center;
padding: 5px;
gap: 20px;
margin-top: 20px;
}
    #text {
        color: rgb(0, 153, 255);
        /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    }

    input {
        height: 40px;
        width: 25%;
        margin-bottom: 10px;
        /* padding: 5px; */
        padding-left: 5px;
        font-size: 20px;
        border-radius: 5px;
border: none;
border-bottom: 1px solid  rgb(0, 153, 255);
/* box-shadow: 0px 1px 5px 0px rgb(0, 153, 255); */
    }
    input:focus{
        outline: none;
    }

    #submit_btn {
        height: 40px;
        margin-bottom: 10px;
        width: 100px;
        color: white;
        font-size: larger;
        /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
        background-color: rgb(0, 153, 255);
        border: none;
        border-radius: 5px;
    }
    #webservicContainer{
        display: flex;
        justify-content: space-around;
        background: white;
        width: 80%;
        margin: auto;
        /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
/* box-shadow: 0px  1px 5px ; */
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
padding: 10px;

    }
    .serSubContainer{
        width: 300px;
        text-align: center;
        padding: 5px;
        border: 1px solid rgb(153, 153, 153);
        border-radius: 5px;
        color: rgb(73, 73, 73);
    }
    .ser_img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: center; 
        display: block;
    }
    #company_content_container{
        text-align: center;
    }
    #company_content_container h1,
    #company_content_container p{
        color: rgb(29, 48, 90);
    }
    #newWebContainer{
        background: rgb(9, 25, 80);
        width: 100%;
        /* border: 2px solid red; */
        /* margin: auto; */
       
    }
    #subcontainer{
        display: flex;
        justify-content: center;
    }
    #detail_continer{
        /* border: 1px solid white; */
        width: 40%;
        line-height: 30px;
    }
    #container_img{
        width: 40%;
        height: 100%;
    }
    #container_img img{
        background-size: cover;
        width: 550px;
        object-fit: cover;
    }
    .cwhite{
        color: white;
    }
    .cblue{
        color: rgb(0, 195, 255);
    }
    @media (max-width:1024px) {
        #main_container{
    padding: 3px;
   }
         #content_container {
            /* width: 90%; */
        flex-direction: column;
        /* border: 2px solid white; */
    }
    #heading {
        /* line-height: 1.3em; */
        font-size: 3em;
    }
    #responsice_devices {
        width: 300px;
    }
    #detail {
        color: rgb(241, 241, 241);
        width: 300px;
    }
    #inputContainer {
        width: 90%;
   }
   #inputsubContainer{
flex-direction: column;
/* justify-content: center; */
align-items: center;
padding: 0px;
/* gap: 20px; */
}
    input {
        height: 40px;
        width: 250px;
        margin-bottom: 10px;
        display: block;
        gap: 20px;
        margin-top: 20px;
        margin: auto;
        font-size: 20px;
    }
    #webservicContainer{
       flex-wrap: wrap;
       align-items: center;
       width: 100%;
       gap: 5px;
    }

    #subcontainer{
        flex-direction: column;
    }
    #detail_continer{
        /* border: 1px solid white; */
        width: 100%;
        padding: 5px;
    }
    #container_img{
        width: 100%;
        height: 100%;
text-align: center;        }
    #container_img img{
        width: 100%;
        object-fit: cover;
    }
    }
    .nav i{
        background-color: white;
        color: black;
        cursor: pointer;
    }