*{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
button{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
#topnav{
    border: 0px solid red;
    border-bottom: 3px solid rgb(219,219,219);
    display: flex;
    height:60px;
    justify-content: space-between;
    margin-top: 0px;
    position: fixed; 
    background-color: white;
    width: 100%;
    margin-bottom: 80px;
    z-index: 10;
    }
    #icon{
        border: 2px solid green;
        height: 100%;
        width:10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 20px;
        }
    #butn{
        border: 0px solid blue;
    margin-right: 20px;
    display: flex;
    width: 10%;
    justify-content: space-between;
    align-items: center;
    }
    #butn>button{
    background-color: red;
    padding: 0px 10px;
    color: white;
    border-radius: 10px;
    padding: 10px;
    }
    .white{
        border: 6px solid pink;
        width:100%;
        margin: auto;
        height:100px;
        padding-top: 20px;
        z-index: 10;
        display: flex;
        margin-top:0px ;
        padding-top: 50px;
        }
        .white>div{
        margin: auto;
        }
        .white>div>input{
        height: 30px;
        width:170px;
        margin-left: 10px;
        border: none;
        border-bottom: 1px solid black;
        background-color: transparent;
        
        }
        ::placeholder{
        color :rgb(121, 123, 124);
        font-size: 18px;
        }
        .white>div>button{
        /* background-color: red; */
        padding: 8px;
        color: white;
        border-radius: 10px;
        border: none;
        }
        .white>div:nth-child(5){
        background-color: rgb(242,242,242);
        padding: 8px;
        border-radius: 8px;
        
        }















        #last{
            border: 2px solid greenyellow;
            width:99%;
            display: grid;
            grid-template-columns: repeat(1,1fr);
            grid-template-rows: auto;
            border: 0px solid greenyellow;
            background-color: rgb(68,100,120); 
            }
            #last>div:nth-child(2)>a{
            color: white;
            font-size: 13px;
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            
            }
            #last>div:nth-child(2)>hr{
            margin-top: 10px;
            }
            #last>div:nth-child(2)>p{
            color: white;
            text-align: center;
            margin-top: 5px;
            }
            #last>div:nth-child(1){
            border: 0px dotted orchid;
            width:80%;
            display: grid;
            grid-template-columns: repeat(3,25%);
            grid-template-rows: 1; 
            margin: auto;
            justify-content: space-around;
            gap:30px;
            margin-top: 40px;
            margin-bottom: 30px;
            }
            
            
            #last>div:nth-child(2){
            border: 0px dotted darkcyan;
            margin: auto; 
            margin-left:100px ;
            margin-top: 10px;
            margin-bottom: 30px;
            }
            a{
            text-decoration: none;
            }nav>i>img{
                width:60%;
            }
            *{
                margin: 0px;
                padding: 0px;
            }
            .main{
                display: flex;
                border: 0px solid red;
                width:100%;
                margin: auto;
                position: fixed;
                background-color: rgb(255,255,255);
            }
            .navbar{
                width:200px;
                  left:-200px;      
                position: fixed; 
                margin: auto;
                border: 0px solid red;
                background:white;
                height: 100%;
                transition: 0.4s ease;
                z-index: 20;
            }
            .navbar ul a{
             width: 70%;
             height: 100%;
             display: block;
             line-height: 40px;
             padding-left: 20px;
            }
            .pic{
            width:100%;
            border: 0px solid grey;
            height:160px;
            margin: auto;
            }
            .get>h2{text-align: center;
            margin-top: 90px;}
            .get>h2>span{
            background-color: Red;
            padding: 4px;
            }
            .get>h4{
            text-align: center;
            margin-top:10px;
            color:white;
            }
            .white{
            border: 0px solid blue;
            width:80%;
            margin: auto;
            height:100px;
            padding-top: 20px;
            z-index: 0;
            display: flex;
            margin-top:30px ;
            }
            .white>div{
            margin: auto;
            }
            .white>div>input{
            height: 30px;
            width:170px;
            margin-left: 10px;
            border: none;
            border-bottom: 1px solid black;
            background-color: transparent;
            
            }
            ::placeholder{
            color :rgb(121, 123, 124);
            font-size: 18px;
            }
            .white>div>button{
            background-color: blue;
            padding: 8px;
            color: white;
            border-radius: 10px;
            border: none;
            }
            .white>div:nth-child(5){
            background-color: rgb(242,242,242);
            padding: 8px;
            border-radius: 8px;
            
            }
            ul li:hover a{
            background-color: grey;
            padding-left: 40px;
            }
            nav ul a i{
            margin-right: 20px;
            }
            .resize{
            left:0px;
            }
            #icon{
            border: 0px solid green;
            height: 100%;
            width:10%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-left: 20px;
            }
            #topnav{
            display: flex;
            height:60px;
            justify-content: space-between;
            margin-bottom: 0px;
            position: fixed; 
            background-color: white;
            width: 100%;
            margin-bottom: 50px;
            z-index: 10;
            }
            #butn{
            margin-right: 20px;
            display: flex;
            width: 10%;
            justify-content: space-between;
            align-items: center;
            }
            #butn>button{
            background-color: red;
            padding: 0px 10px;
            color: white;
            border-radius: 10px;
            padding: 10px;
            }
            /* middle styling */
            #middle{
                width:80%;
                height:1500px;
                border:0px dotted black;
                margin: auto;
                
            }
            #capture{
                width: 100%;
                height: 13%;
                border: 0px dotted green;
            }
            #middle1{
                width: 100%;
                height: 90%;
                border: 0px dotted pink;
                display: grid;
                justify-content: space-between;
                grid-template-columns: 28% 72%;
                grid-template-rows: auto;
            }
            #middle img{
                width: 100%;
            }
            #middleright{
                border: 0px solid yellow;
                width: 85%;
                margin: auto;
                height: 86%;
                padding: 50px 35px;
                margin-top: 0px;
                background-color: rgb(255,255,255);
                border-radius: 10px;
            }
            #middlerightdata{
                
                width: 100%;
                /* height:300px; */
                margin: auto;
                display: grid;
                grid-template-columns: 100%;
                grid-template-rows: repeat(5,1fr);
            }
            #flex3{
                border: 0px dotted brown;
                border-bottom: 2px dashed grey;
                width: 100%;
                display: flex;
                display: grid;
                grid-template-columns: 25% 55% 20%;
                grid-template-rows: repeat(1,1fr);
            }
            /* hr{
                border-bottom: 2px dotted grey;
            } */
            body{
                background-color: rgb(248,248,248);
            }
            .blue{
                color: blue;
                padding: 8px;
                border:none;
            }
            .displayflex{
                display: flex;
                justify-content: right;
                align-items: flex-end;
                
            }
            .i1{
                
                text-align: end;
            }
            .displaygrid{
                display: grid;
                justify-content: right;
                align-items: flex-end;
            }
           .firstimage{
            padding-left: 20px;
            margin-right: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
           }
           .secondimage{
            width:20%;
            margin: 20px 0px;
            }
           .secondimage+div{
            margin: 20px 0px;
           }
           p{
            line-height: 23px;
           }
           p:nth-child(6){
            margin-bottom: 10px;
           }
           p:nth-child(1){
            margin-top: 10px;
           }
           h2{
            margin-top: 20px;
           
           }
           #middleright>div:nth-child(1)>h2{
            margin-bottom: 20px;
           }
           .lastbutton{
            margin: 15px 0px;
           }
           p{
            color:grey;
           }
           /* check */
           .bord{
            border :0px solid darkred;
           }
.gord{
    border :0px solid darkred;
    margin-left: 75%;
}
* button:hover{cursor: pointer;}
            /* last styling */
            #last>div:nth-child(2){
            border: 0px dotted darkcyan;
            margin: auto; 
            margin-left:100px ;
            margin-top: 10px;
            margin-bottom: 30px;
            }
            a{
            text-decoration: none;
            }
            #last>div:nth-child(1)>div>a>p{
            color: white;
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            line-height: 30px;
            }
            #last>div:nth-child(1)>div>p{
            color: white;
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            
            }
            li a i{
            margin-right: 20px;
            }
            .sla{
                width:300%;
            }
            
            #last>div:nth-child(1)>div>a>p{
            color: white;
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            line-height: 30px;
            }
            #last>div:nth-child(1)>div>p{
            color: white;
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            
            }