* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #D9D9D9;
}

html {
    scroll-behavior: smooth;
}

/* ========================= NAVBAR STYLING ========================= */
nav {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3A4750;
    padding: 0rem 5rem;
    position: fixed;
    z-index: 2;
}

nav img {
    width: 15rem;
    margin: -2rem 0rem 0rem;
}

nav .links ul li {
    display: inline;
    list-style: none;
    padding: 1rem;
    color: #D9D9D9;
    font-weight: 600;
    font-size: 1.4rem;
}

nav .links ul li a:hover {
    cursor: pointer;
    color: #FF0006;
    text-decoration: none;
}

nav .toggle-menu,
.mobile-links {
    display: none;
}

/* ========================= HEADER STYLING ========================= */
header {
    width: 100%;
    height: 100vh;
    background-image: url(../Background\ Images/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

header span {
    color: #FF0006;
}

.brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.brand h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 10rem;
    font-style: italic;
}

.brand p {
    color: #FF0006;
    font-weight: 600;
    font-size: 2rem;
    margin-top: -7rem;
    letter-spacing: 8px;
}

.social {
    position: absolute;
    top: 30%;
    left: 2%;
    color: #ffffff;
}

.social i {
    font-size: 2.5rem;
    display: block;
    margin: 2rem 0rem;
    padding: 0.5rem;
    border: 3px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.github {
    background: #000;
}

.twitter {
    background: #1DA1F2;
}

.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.facebook {
    background: #4267B2;
}

/* ========================= ABOUT ME SECTION ========================= */
.about-me {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url(../Background\ Images/3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-me h1 {
    text-align: center;
    font-size: 13rem;
    color: #FF0006;
    font-weight: 1000;
    font-family: 'Londrina Outline', cursive;
    letter-spacing: 10px;
}

.about-me span {
    width: 10px;
    height: 70vh;
    background: #737373;
}

.about-me .profile {
    width: 35%;
    background: #737373;
    height: 25rem;
    color: #ffffff;
    border: 15px solid #3A4750;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.profile h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #ffffff;
}

.profile img {
    width: 10rem;
    border-radius: 50%;
    background: #D72323;
    position: absolute;
    top: -25%;
    border: 5px solid #000;
    padding-top: 0.5rem;
}

.profile p {
    width: 30rem;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: silver;
}

.profile a {
    width: 30rem;
    text-decoration: none;
    color: rgb(255, 208, 0);
}

/* ========================= KNOWLEDGE SECTION ========================= */
.knowledge {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(../Background\ Images/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.knowledge img {
    width: 4rem;
    margin-right: 1rem;
}

.languages h1,
.talent h1 {
    color: #FF0006;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 800;
}

.language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem;
}

.main-span {
    width: 25rem;
    height: 1rem;
    color: white;
    border: 1px solid white;
}

span {
    font-weight: 800;
    color: white;
    line-height: 3;
}

.prog-html {
    background: linear-gradient(90deg, #FF6D00 95%, white 5%);
}

.prog-css {
    background: linear-gradient(90deg, #049BE5 85%, white 15%);
}

.prog-bootstrap {
    background: linear-gradient(90deg, #673AB7 60%, white 40%);
}

.prog-javascript {
    background: linear-gradient(90deg, #FFD600 70%, white 30%);
}

.divider {
    height: 65vh;
    width: 0.5rem;
    background: #737373;
}

/* ---------------- What i can do section ---------------- */
.talent {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list {
    width: 80%;
    height: 25rem;
    background: #737373;
    color: #ffffff;
    border: 15px solid #3A4750;
    border-radius: 25px;
    padding: 4rem;
}

.list ul li {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

/* ========================= WORK =========================  */
.work-container {
    height: 100vh;
    background-image: url(../Background\ Images/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 2rem;
}

.work-container h1 {
    margin: auto;
    width: 50rem;
    color: #FF0006;
    font-weight: 800;
    font-size: 4rem;
    padding: 2rem;
    border: 10px solid #D9D9D9;
    border-radius: 15px;
}

.work {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card {
    background: rgba(0, 0, 0, 0.247);
    border-radius: 10px;
    width: 18rem;
}

.card-title {
    color: silver;
}

.card-body h5 {
    font-weight: 800;
}

/* ========================= CONTACT ========================= */
main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(../Background\ Images/5.png);
    background-repeat: no-repeat;
    background-size: cover;
}

main h1 {
    color: #D72323;
    font-size: 7rem;
    font-weight: 800;
}

.right-div {
    padding: 1.5rem 3rem;
    background: #545454;
    border-radius: 30px;
    border: 4px solid #9AA7B2;
}

.right-div form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form input,
textarea {
    background: #eeeeee;
    padding: 0.5rem 1rem;
    margin: 1rem 0rem;
    font-size: 1.2rem;
    width: 100%;
    border-radius: 5px;
}

#btn {
    background: #D72323;
    border: none;
    color: #fff;
    width: 10rem;
    cursor: pointer;
}

#btn:hover {
    background: red;
}

/* ========================= FOOTER ========================= */

footer {
    display: flex;
    justify-content: start;
}

footer i {
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 50%;
    margin: 0rem 1rem auto;
    border: 2px solid #fff;
    text-align: center;
}

footer .logo {
    background: #000;
    width: 20%;
}

footer .logo img {
    width: 15rem;
    margin: -4rem 0rem 0rem 3rem;
}

footer .info {
    display: flex;
    justify-content: space-around;
    background: red;
    width: 80%;
    color: white;
    padding: 2rem;
}

.info .address {
    display: flex;
    justify-content: center;
    /* width: 5rem; */
}

.info .contact div {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-social i {
    margin: 0.3rem;
    cursor: pointer;
}

a {
    text-decoration: none;
}