.login{
    /* border:1px solid red; */
    width:25%;
    margin:auto;
    margin-bottom:100px;
    /* text-align:center; */
}
input{
    width:100%;
}
#radioo{
    display:flex;
    /* display: inline; */
    /* border:4px solid green; */
    width:70%;
justify-content:flex-start;
    /* margin:auto; */
}

#c{
    display:flex;
    height:15px;
    margin-bottom:140px;
}
#other{
    /* border:3px solid green; */
    margin-bottom:50px;
}
#other>button{
    width:100%;
}
#other>button:nth-child(1){
    background-color: rgb(60,85,162);
}
#other>button:nth-child(2){
    background-color: rgb(255,255,255);
    
}
#rgstr_btn{
    background-color: rgb(51,51,51);
    color:white;
}
#h3{
    text-align: center;
}
#main-form >input{
    height:40px;
}
button{
    height:50px;
    width:100%;
}
/* body{
    /* background-color:pink; */
    /* position: relative; */

    #main{
        /* border:1px solid red; */
        display:flex;
        width:70%;
        background-color:white;
        /* justify-content:end; */
        justify-content: space-between;
        margin:auto;
        margin-bottom: 20px;
        /* height:600px; */
        /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
        /* position:fixed; */
    }
        #main>div{
            width:30%;
            /* margin:auto; */
            /* border:1px solid green; */
            height:100%
        }
        #sub{
            display:flex;
            justify-content: space-evenly;
     
        }
        #sub>div{
            width:30%;
            /* margin:auto; */
            /* border:1px solid blue; */
            height:100%
        }
        #imgHome{
            display:grid;
            grid-template-columns: repeat(4,1fr);
            grid-template-rows: 100px;
            gap:20px;
            width:70%;
            margin:auto;
            margin-top:0px;
        }
         #imgHome img{
            width:100%
        } 
      #cat{
        display:grid;
        grid-template-columns: repeat(4,1fr);
        gap:20px;
        width:70%;
        margin:auto;
      }
      #cat>div{
        /* border:3px solid red; */
        margin-top:280px;
        display:flex;
        height:70px;
        color:white;
        align-items: center;
        justify-content: center;
        background-color: rgb(51,51,51);
      }
      #rgtr2nd{
        text-align: center;
    }

    #about{
        display:flex;
        height:350px;
        /* border:2px solid red; */
        width:70%;
        margin:auto;
        margin-top:100px;
        justify-content: space-between;
    
    }
    #about>div{
        /* border:2px solid green; */
    height:90%;
    width:15%
    }
    #about :nth-child(3){
        width:25%;
        /* height:100px; */
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    
    }
    #about button{
        width:60%;
        height:50px;
    margin:auto;
    background-color: rgb(51,51,51);
    border:none;
    color:white;
    }
    
    #input{
        width:84%;
        margin-left:30px;
        /* border:1px solid red; */
    }
    /* #radio{
        margin-left:10px;
        font-size: larger;
    } */
    #about p{
        text-align: center;
    
    }
    #footer1{
        display:flex;
        /* border:1px solid red; */
        justify-content: space-around;
        /* align-items: center; */
    }
    a{
        text-decoration: none;
        color:black
    }
    #footer{
        background-color:rgb(51,51,51); 
    height:100px;
    display: flex;
    }
    #footer div{
        color:white;
    
        width:80%;
        margin: auto;
        margin-top:15px;
        /* border: 1px solid red; */
    }
    #logo{
        display: flex;
    /* border:1px solid green; */
    width:40%;
    margin:auto;
    
    }
    #logo img{
        width:20%;
    }
    #dummy{
        border: 4px dotted black;
    }
    #rgtr2nd{
        height:200px;
        /* border:2px solid red; */
        font-size: larger;
        background-color: rgb(243,243,243);
        margin-bottom: 20px;
    }
    #dottedfooter{
        border:5px dotted rgb(51,51,51); ;
    }
    #rEnd{
        height:150px;
        background-color: rgb(51,51,51);
        text-align: center;
        color:white;
        padding-top:60px;
    }
    body{
        font-family: Arial, Helvetica, sans-serif;
    }
  