
*
{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
}

.foo
{
    position: fixed;
    bottom: 15px;
    right: 26px;
    font-size: 18px;
    color: blue;
}

.icon
{
    position: fixed;
    top: 8px;
    right: 12px;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
    color: blue !important;  
    display: none;  
    background-color: whitesmoke;
}


u
{
    text-decoration-color: rgba(5, 89, 145, 0.541);
    text-decoration-thickness: 3px;
}

hr
{
    color: gray;
}

.navbar
{
    background-color: white;
    color: rgba(14, 113, 206, 0.877);
    margin: 0vw 20vw; 
    border-bottom: 5px solid whitesmoke;
    padding: 1vw;
    display: flex;
    justify-content: space-around;
    border-radius: 0px 0px 5px 5px;
}
.navbar a
{
    text-decoration: none;
    font-size: 1.5vw;
    padding: 10px;
}

.navbar a:hover
{
    background-color: rgba(231, 230, 230, 0.808);
    border-radius: 5px;
}

a:visited
{
    color: inherit;
}

a:active
{
    color: inherit;
}

.overlay
{
    background: url(https://wallpaperaccess.com/full/1393334.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.main
{
    background-color: rgba(33, 125, 187, 0.8);
}

.innermain
{
    padding: 5vw;
    text-align: center;
}

h1
{
    color: white;
    font-size:7.5vw;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 35px;
}

h2
{
    color:#a0cfee;
    font-weight: lighter;
    font-size: 3vw;
}

.btn
{
    margin: 2vw;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 1.2vw 2vw;
    border: 3px solid #fff;
    border-radius: 30px;
    transition: .5s ease all;
    text-decoration: none;
}

.btn:hover
{
    background-color: whitesmoke;
    color:  cornflowerblue;
}

.usocial 
{
    margin: 5vw;
    font-size: max(2vw,20px);
    color: white;
}

.usocial i
{
    padding: 0px 20px;
    margin: 0.5vw;
    color: white;
}

.usocial i:hover
{
    color:rgba(121, 179, 218, 0.8);
}


/*About &&&&&&&&&&&&&&&& */
.about
{
    background-color: whitesmoke;
}

.innerabout
{
    text-align: center;
    padding-top: 150px;
    font-size:xx-large;
    letter-spacing: 5px;
    font-weight: 100;
}

.aboutdesc
{
    font-size:max(1vw,20px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px;
}


.aboutImg
{
    width: 20%;
    margin: 50px 50px 50px 100px;
}

.aboutImg img 
{
    border-radius: 20px;
    width: 200px;
    height: 400px;
}

.aboutText
{
    width: 60%;
    margin: 14vw 0px 0px 0px;
    padding: 20px;
}

@media screen and (max-width: 950px) {
    .aboutdesc
    {
        justify-content: center;
    }

    .aboutImg
    {
        width: 100%;
        margin-left: 50%;
        margin-right: 50%;
        margin-bottom: 0px !important;
    }

    .aboutText
    {
        margin-top: 20px;
        width: 90%;
    }
  }


/* Rank and Rating @@@@@@@@@@@@@@@@@@ */

.rankdesc
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 3vw 12vw 0vw 12vw;
    padding-bottom: 50px;
}

.subrankdesc
{
    padding: 1VW 5vw 0vw 5vw;
    text-align: center;
    padding: 2vw;
    font-size: 1.5vw;
}

.subrankdesc img
{
    width: 12vw;
    height: 12vw;;
    border-radius: 50%;
}

.rankdesc a
{
    text-decoration: none;
    color: black;
}

/*Education @@@@@@@@@@@@@@@@@@@@@ */



.eduouter
{
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.edu
{
    border: 0.1px solid rgba(202, 196, 196, 0.788);
    padding: 20px;
    width: 800px;
    min-width: 10vw;
    margin: 10px;
}

.line
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineleft
{
    color: rgb(59, 58, 58);
    font-size: 24px;
}

.lineright
{
    margin-top: 4px;
    font-size: 18px;
    color:rgba(88, 79, 79, 0.767);
    font-weight: bold;
}

.line2
{
    color: gray;
    margin-top: 4px;
}


/* Extra ################### */

.project, .educationir, .skillsinr, .innerrank, .innercertificates, .innerexp
{
    text-align: center;
    margin: 20px;
    padding-top: 50px;
    font-size:xx-large;
    letter-spacing: 5px;
}

.innerexp
{
    padding-top: 50px;
}


/* Project ################### */

h3
{
    letter-spacing: 1px;
    margin: 15px;
    font-size: 30px;
    font-weight: 1;
    text-align: center;
}

.info
{
    margin:auto 5vw;
    font-size: 18px;
    text-align: center;
    font-weight: 80;
}

.techno
{
    display: flex;
    justify-content: center;
    font-size: 16px;
    flex-wrap: wrap;
}

.innertechno
{
    background-color:rgb(209, 209, 209);
    padding: 10px;
    margin: 10px;
    border-radius: 2px;
}

.projects
{
    background-color: whitesmoke;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.p1
{
    display: flex;
    flex-wrap: wrap;
    margin: 2vw 12vw;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 22px #888888;
}

.desc
{
    text-align: center;
    width: 100%;
}

img
{
    width: 300px;
    height: 300px;
}

/* Certificates $$$$$$$$$$$$$$$$$$$ */

.certficates
{
    background-color:whitesmoke;
    padding: 50px;
}

.certificate
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.c1 img
{
    width: 25vw;
    min-width:300px;
    padding: 2VW 0vw 0vw 0vw;
    overflow:scroll;
}

/*Expirences #####################*/

@media screen and (max-width: 800px) {
    .expdesc
    {
        text-align: center !important;
    }

    .expdesc img
    {
        width:80vw !important;
        margin: 2vw 8vw !important;
    }
  }


.expdesc
{ 
    border-radius: 5px;
    margin: 10px;
    min-height:280px;
}

.expdesc img
{
    width: 30vw;
    min-width: 200px;
    height:auto;
    margin: 2vw;
    float: left;
    padding: 0px;
    border-right: solid 2px black;
    border: 2px solid rgb(3, 131, 12);
    border-radius: 5px;
}


.expdesc h1
{
    color: black !important;
    font-weight: 100;
    font-size: 5vw;
}

.expdesc p
{
    margin: 10px;
}

/* Skills ##################### */

.Skills
{
    background-color: whitesmoke;
    padding-bottom: 70px;
}

.container
{
    display: flex;
    justify-content:center;
}


.subcontainer
{
    background-color:rgb(216, 215, 215);
    padding: 10px;
    text-align: center;
    margin: 0.5vw;
    font-size: 20px;
}

  
/* Contact ##################### */

.contact
{
    background-color: rgba(14, 113, 206, 0.877);
    width: 100%;
    padding-bottom: 50px;
}

.contactinr
{
    text-align: center;
    padding: 50px;
    font-size: 30px;
    color: whitesmoke;
}

.contactdesc
{
    display: flex;
    justify-content: center;
    padding: 12px;
}

input,textarea
{
    
    width:100%;
    background-color: #084b7afa;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 10px;
    color: white;
    resize: none;
    font-size: 18px;
    margin: 10px 0px;
    box-sizing: border-box;
}


::placeholder{
    color: white;
}

textarea
{
    height: 200px !important;
}

input:focus
{
    border: none;
}

button
{
    width: 100%;
    border: 1px solid rgb(3, 46, 165);
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
    color: rgb(5, 93, 255);
    margin: 10px 0px;
    background-color: white;
}

button:hover
{
    background-color: #084b7afa;
    border: 1px solid rgb(255, 255, 255);
    color: whitesmoke;
}

.footerinr
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3vw;
    color: rgb(48, 47, 47);
    font-size: 15px;
}

.footer a
{
    text-decoration: none;
    color: black;
}

.footer li
{
    margin: 0.5vw;
}


ul
{
    list-style-type: none;
    font-size: 2vw;
    display: flex;
    justify-content: space-between;
}

li
{
    margin-top: 1vw;
    float: left;
    word-wrap: wrap;
}

li a
{
    text-decoration: none;
}

li:hover
{
    background-color: whitesmoke;
    cursor: pointer;
}

.copyright
{
    margin: 0.5vw;
    color: rgb(12, 12, 12);
}

.social i
{
    color: #0d324dfa;;
    font-size: 25px;
}