@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

nav {
    background: rgb(0, 36, 17);
    background: linear-gradient(90deg, rgba(0, 36, 17, 0.7514356084230567) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 98%);
    box-shadow: 1px 1px 2px black;
    overflow: hidden;
}

.navbar-brand {
    font-family: 'Righteous', sans-serif;
    font-size: 25px;
    text-shadow: 5px 2px 3px black;
}

nav ul li a {
    font-size: 17px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 5px 3px 4px black;
    transition: 0.5s;
}

nav ul li a.nav-link:hover {
    color: red !important;
}

nav .icon {
    color: white;
    font-size: 35px;
    text-shadow: 2px 2px 3px black;
}

#open {
    transition: 0.7s;
}


/* hereo section */

.hero {
    background-color: white;
    font-family: 'Righteous', sans-serif;
    text-shadow: 2px 8px 3px #ddd;
}

.hero p {
    font-family: sans-serif;
    letter-spacing: 4px;
    text-align: center;
}

.hero-right {
    overflow: hidden;
}

button {
    box-shadow: 2px 3px 1px black;
}


/* portfolio */

.poftfolio {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, rgba(0, 7, 128, 1) 99.8%);
}

.poftfolio h1 {
    color: white;
    text-shadow: 2px 3px 1px black;
    font-family: 'Righteous', sans-serif;
    letter-spacing: 3px;
}

.poftfolio h4 {
    color: white;
    text-shadow: 2px 3px 1px black;
    font-family: 'Righteous', sans-serif;
    letter-spacing: 3px;
}

.poftfolio h2 {
    color: white;
    text-shadow: 2px 3px 1px black;
    font-family: 'Righteous', sans-serif;
    letter-spacing: 3px;
}

.img {
    border: 2px solid white;
    box-shadow: 2px 3px 1px black;
    border-radius: 12px;
}

.poftfolio h2 {
    color: white;
    text-shadow: 2px 3px 1px black;
    font-family: 'Righteous', sans-serif;
    letter-spacing: 3px;
}

.hero .btn-one {
    width: 130px;
    height: 40px;
}

.hero .btn-two {
    width: 130px;
    height: 40px;
}

html {
    scroll-behavior: smooth;
}


/* blog */

.blog {
    background-color: white;
    overflow: hidden;
}

.blog h1 {
    text-shadow: 2px 3px 1px #ccc;
    font-family: 'Righteous', sans-serif;
}

.blog h2 {
    text-shadow: 2px 3px 1px #ccc;
    font-family: 'Righteous', sans-serif;
}

.blog p {
    font-family: sans-serif;
}


/* about */

.about {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, rgba(0, 7, 128, 1) 99.8%);
}