* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: Orbitron
}

h2 {
    text-decoration: underline;
    text-align: center;
}

h3 {
    text-decoration: underline;
}


/* header */

header {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    font-family: 'Orbitron', sans-serif;
}

.user-box {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.user-box img {
    border-radius: 50%;
    width: 250px;
    border: 2px solid #004e92;
    animation-name: shadow;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0;
    }
    100% {
        box-shadow: 0 0 50px #004e92;
    }
}

.user-box h1 {
    font-family: 'Orbitron', sans-serif;
    color: #2c4efe;
    padding: 10px;
    margin-top: 10px;
    text-shadow: 0 0 15px #111111
}

.user-box p {
    color: white;
    font-family: 'Orbitron', sans-serif;
}

.scroll-btn {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid white;
    padding: 10px 10px 20px;
    border-radius: 30px;
}

.scroll-bar span {
    border: 5px solid white;
    border-radius: 30px;
    font-size: 10px;
}

.scroll-bar {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}


/* header */


/*User info section*/

nav ul {
    text-align: center;
    margin-right: 250px;
    transition: 1s all ease;
}

nav ul li a {
    margin-right: 20px;
    text-decoration: none;
    color: white;
    font-family: 'Orbitron', sans-serif;
    transition: .5s all ease;
}

nav ul li a:hover {
    color: #dc1433;
    text-decoration: none;
    border-top: 2px solid #dc143c;
    border-bottom: 2px solid #dc143c;
}

.navbar-brand {
    font-family: 'Orbitron', sans-serif;
    height: 50px;
    margin-left: 30%;
    transition: 1s all ease;
}

nav button {
    color: white;
}

.navbar-toggler {
    outline: none;
}

.secondary {
    background-color: #004e92;
    box-shadow: 0px 5px 10px 0px;
    transition: 0.5s all ease;
    opacity: 1;
}

.movie {
    margin-right: 5px;
}

.mover {
    margin-left: 5%;
}


/*User info section*/


/*information*/

.about {
    font-family: 'Orbitron', sans-serif;
    padding-top: 100px;
    padding-bottom: 50px;
}

.profile-img {
    margin-left: 35px;
    margin-bottom: 35px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    animation-name: shadow;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0;
    }
    100% {
        box-shadow: 0 0 50px #004e92;
    }
}

#info {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

#info h3 {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: 1s all ease;
    padding-left: 10px;
}

#info h3:hover {
    color: #b73952;
    background-color: #212938;
}

div p {
    line-height: 50px;
}


/*information*/


/*education*/

.Education {
    font-family: 'Orbitron', sans-serif;
    padding: 40px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #d6deeb;
    height: auto;
}

.Education a {
    text-decoration: none;
    color: #DC143C;
    transition: 0.5s all ease;
}

.Education b {
    color: #b73952;
}

.Education .ssc {
    height: 62px;
    overflow: hidden;
    transition: 1s;
    margin-top: 60px;
}

.Education .hsc {
    height: 62px;
    overflow: hidden;
    margin-top: 60px;
    transition: 1s;
}

.Education .BBA {
    height: 50px;
    overflow: hidden;
    transition: 1s;
    margin-top: 60px;
}


/*education*/


/*skills*/

.skills {
    font-family: 'Orbitron', sans-serif;
    background: linear-gradient(45deg, #000428 0%, #004e92 100%);
    height: auto;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    width: 100%;
    transition: 0.5s;
}

.skils {
    width: 80%;
    padding: 50px;
}

.skills-bar h3 {
    margin-bottom: 20px;
}

.progress {
    border-radius: 16px;
    margin-bottom: 20px;
}

.progress-bar {
    border-radius: 15px;
    background: #b73952;
}

.Qualities {
    padding: 50px;
    border-left: 2px solid white;
    height: 100%;
}


/*skills*/


/*portfolio*/

.portfolio {
    font-family: 'Orbitron', sans-serif;
    padding: 40px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/port.png);
    color: #fff;
    align-content: center;
    background-attachment: fixed;
}

.portfolio .row {
    padding: 10px;
}


/*portfolio*/


/*contact*/

.contact {
    font-family: 'Orbitron', sans-serif;
    padding: 40px;
    background-image: url(../img/ken2.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #DC143C;
    transition: 0.5s all ease;
    overflow: hidden;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.contactu {
    align-content: left;
}

.contact ul {
    list-style-type: none;
    padding: 20px;
}

.contact ul li {
    padding: 10px;
}

.contact ul li a {
    text-decoration: none;
    color: #DC143C;
    transition: 0.5s;
}

.contact ul li a:hover {
    opacity: 0.5;
}


/*contact*/

footer {
    font-family: 'Orbitron', sans-serif;
    background: #004e92;
    position: relative;
    color: white;
    height: 50px;
    border-top: 2px solid black;
    text-align: center;
    padding: 15px;
    letter-spacing: .75em;
    box-sizing: border-box;
    box-shadow: 15px 0px 0px 0px;
    transition: 0.3s all ease;
}

footer:hover {
    background: white;
    color: #0a0a0a;
}

footer a {
    text-decoration: none;
    color: inherit;
    transition: 0.5s all ease;
}

footer a:hover {
    text-decoration: none;
    color: #Dc143c;
}