@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600;700&display=swap";
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Lato|Nunito+Sans:400,600);

body {
    padding: 0;
    margin: 0;
    font-family: "Spartan", sans-serif;
    font-display: swap
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Abril Fatface, Times New Roman, Times, serif;
    font-weight: 500;
    line-height: 1.1;
    color: #000
} */

a {
    color: inherit;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #B1F0F7;
}

::-webkit-scrollbar-thumb:hover {
    background: #B1F0F7;
}

.bg {
    background-color: #f7f9ff;
}

.navbar {
    color: black;
    height: 77px;
    line-height: 77px;
    font-weight: 600;
    box-shadow: 0px 0px 30px .1px rgba(0, 0, 0, .25);
    transition-duration: .5s;
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.navbar .navbar-brand {
    float: left;
    font-size: 20px;
}

.navbar h1 {
    margin: 0;
    font-size: 20px;
}

.toggle {
    float: right;
    display: none;
    font-size: 25px;
    cursor: pointer;
}

.toggle img {
    width: 22px;
}

.navbar-nav {
    height: inherit;
    display: flex;
    float: right;
    font-size: 15px;
    transition: all .1s ease-out;
}

.navbar-nav .nav-item {
    padding: 0px 30px;
    height: auto;
}

.navbar-nav .nav-item:hover {
    color: #a8a8a8;
}

.parallax {
    background-color: #fff;
    /* background-image: url(../img/home/page1.webp); */
    background-attachment: fixed;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home {
    padding-top: 400px;
    color: black;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.home .typing {
    font-size: 50px;
    font-weight: 600;
}

.home .subtitle {
    font-weight: 600;
}

.home .subtitle a {
    color: #2098D1;
}

.home .subtitle a:hover {
    text-decoration: underline;
}

.home .siema img {
    width: 50%
}

.about {
    margin-top: 100px;
    text-align: center;
}

.about h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
}

.about .about-card {
    padding: 20px;
    margin: 10%;
    transition-duration: .5s;
    border-radius: 20px;
    background: #fff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
}

.about .about-card .iconify {
    font-size: 100px;
    color: #2098D1;
}

.about .about-card p {
    font-weight: 900;
    text-transform: uppercase;
}

.about .about-card:hover {
    box-shadow: none;
    transform: scale(1.1);
}

.skills {
    margin-top: 100px;
    text-align: center;
}

.skills h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
    font-size: 55px;
    /* color: #87A4B6; */
    text-align: center;
    font-weight: 700;
}
.about-me h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
    font-size: 55px;
    /* color: #87A4B6; */
    text-align: center;
    font-weight: 700;
}

.skills .skill img {
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.skills .skill p {
    margin: 0;
    color: #666;
    font-size: 50px;
}

.work {
    margin-top: 100px;
    text-align: center;
}

.work h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
    font-size: 55px;
    /* color: #87A4B6; */
    text-align: center;
    font-weight: 700;
}

.work .project {
    position: relative;
    box-shadow: 0px 0px 30px .1px rgba(0, 0, 0, .25);
    text-align: center;
    color: #fff;
}

.work .project img {
    width: 100%;
    /* background-color: #000; */
    transition: .5s ease;
}

.work .project .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0);
}

.work .project .text {
    color: #fff;
    background-color: #2098D1;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.work .project .text:hover {
    background-color: #2098D1;
}

.work .title {
    color: #000;
    font-family: Abril Fatface, Times New Roman, Times, serif;
    padding: 5px 0px;
}

.work .project:hover .overlay {
    opacity: 1;
}

.work .project:hover img {
    filter: blur(1px);
}

.activities {
    margin-top: 100px;
    text-align: center;
}

.activities codersrank-activity {
    --svg-width: 80%;
    --bg-color-0: #ebedf0;
    --bg-color-1: #80f7a5;
    --bg-color-2: #00d55e;
    --bg-color-3: #00b049;
    --bg-color-4: #007836;
    --border-color-0: rgb(27, 31, 35, 0.06);
    --border-color-1: rgb(27, 31, 35, 0.06);
    --border-color-2: rgb(27, 31, 35, 0.06);
    --border-color-3: rgb(27, 31, 35, 0.06);
    --border-color-4: rgb(27, 31, 35, 0.06);
}

.experience {
    margin-top: 100px;
    text-align: center;
}

.experience h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
}

.experience h3 {
    margin-bottom: 0px;
}

.experience .title {
    text-align: right;
}

.experience .title p {
    font-size: .8rem;
}

.experience .company {
    text-align: left;
    padding-right: 200px;
}

.experience .company .box {
    border-left: 1px solid gray;
}

.experience .company h3 {
    padding-left: 30px;
}

.experience .company ul {
    font-size: .9rem;
    margin-left: 20px;
}

.experience .company ul li {
    padding: 5px 0px;
}

.contact {
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.contact h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
}

.contact .col-12 {
    margin-left: auto;
    margin-right: auto;
}

.contact .form {
    padding: 60px;
    text-align: left;
    background: #fff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    transition-duration: .5s;
}

.contact .form h2 {
    font-size: 24px;
}

.contact .form .textarea {
    margin: 30px 0px;
}

.contact .form .textarea label {
    font-weight: 600;
    color: #45464d;
}

.contact .form .textarea input,
.contact .form .textarea textarea {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    outline: none;
    border: 1px solid #cdcaed;
    color: #45464d;
}

.contact .form .textarea textarea {
    height: 150px;
}

.contact .form .textarea input:focus,
.contact .form .textarea textarea:focus {
    border: 1px solid #2098D1;
    background-color: rgba(124, 0, 201, .0745098039);
}

.contact .form button {
    border-width: 0;
    outline: none;
    border-radius: 2px;
    padding: 12px 24px;
    background-color: #2098D1;
    color: #fff;
    font-size: inherit;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact .form button:hover {
    opacity: .9;
}

.contact .form:hover {
    box-shadow: none;
}

.footer {
    background-color: #000;
    /* background-image: url(../img/home/page1.webp); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 20px;
}

.footer-title {
    width: 25%;
    padding: 10px 0px;
}

.footer i:hover {
    opacity: .7;
}

.footer .soc {
    display: inline-block;
    margin: 4px;
}

.footer .soc img {
    width: 62px;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.footer .soc .github {
    background: #212529;
}

.footer .soc .facebook {
    background: #3b5998;
}

.footer .soc .twitter {
    background: #55acee;
}

.footer .soc .linkedin {
    background: #007bb5;
}

.footer .soc .instagram {
    background: #2098D1;
}

.copyright {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.copyright span {
    opacity: .5;
    font-size: 14px;
}

.projects {
    padding-top: 130px;
    background-color: #f7f9ff;
    text-align: center;
}

.projects h2 {
    padding: 10px;
    border-bottom: 5px solid #2098D1;
    display: inline-block;
}

.projects .project {
    padding: 10px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 10px .1px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: all .1s ease;
}

.projects .project img {
    width: 100%
}

.projects .project:hover {
    transform: scale(1.05);
}

@media(max-width: 992px) {
    .navbar .navbar-nav {
        flex-direction: column;
        margin: 0;
        position: absolute;
        top: 77px;
        left: -100%;
        width: 100%;
        text-align: center;
        background-color: #fff;
        color: #000;
    }

    .navbar .toggle {
        display: block;
    }

    .navbar .show {
        left: 0%
    }

    .navbar .navBar {
        top: 64px;
    }

    .home {
        padding-top: calc((100vh - 285px)/2);
    }

    .home .typing {
        font-size: 20px;
    }

    .home .siema img {
        width: 100%
    }

    .about .about-card {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about .about-card .iconify {
        font-size: 50px;
    }

    .about .about-card p {
        font-size: 12px;
    }

    .work .col-12 {
        margin-bottom: 30px;
    }

    .activities codersrank-activity {
        --svg-width: 100%
    }

    .experience .title {
        text-align: left;
    }

    .experience .title p {
        font-size: .8rem;
    }

    .experience .company {
        padding-right: 0px;
    }

    .experience .company .box {
        margin-left: 10px;
        overflow: none;
    }

    .experience .company h3 {
        padding-left: 10px;
    }

    .experience .company ul {
        font-size: .9rem;
        margin-left: 0px;
    }

    .experience .company ul li {
        padding: 5px 0px;
    }

    .contact img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .footer-title {
        width: 80%
    }

    .footer .soc img {
        width: 40px;
        padding: 12px;
    }

    .projects {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

.animated {
    animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(0.7);
        opacity: .7;
    }

    80% {
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.backInLeft {
    animation-name: backInLeft;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}


.about-me {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-me .about-me-container {
    position: relative;
}

@media (max-width: 960px) {
    .about-me .about-me-container {
        padding-bottom: 100px;
    }
}

.about-me .about-me-container .about-me-title {
    font-size: 55px;
    /* color: #87A4B6; */
    text-align: center;
    font-weight: 700;
}

@media (max-width: 500px) {
    .about-me .about-me-container .about-me-title {
        font-size: 30px;
    }
}

.about-me-flex-container {
    margin-top: 50px;
    margin-left: 150px;
    left: 100px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 960px) {
    .about-me-flex-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        gap: 50px;
    }
}

@media (max-width: 500px) {
    .about-me-flex-container {
        margin-top: -10px;
    }
}

.about-me-flex-container .about-me-image {
    position: relative;
    width: 400px;
    height: 400px;
}

@media (max-width: 500px) {
    .about-me-flex-container .about-me-image {
        width: 300px;
        height: 300px;
    }
}

.about-me-flex-container .about-me-image .back-div {
    position: absolute;
    bottom: 0;
    z-index: -3;
    background-color: #013747;
    width: 80%;
    height: 80%;
}

.about-me-flex-container .about-me-image .black-image {
    z-index: -2;
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 100%;
}

.about-me-flex-container .about-me-image .black-image img {
    height: 100%;
}

.about-me-flex-container .about-me-image .main-image {
    width: 70%;
    height: 70%;
    overflow: hidden;
    position: absolute;
    left: 25%;
    top: 5%;
    box-shadow: rgb(0, 0, 0) 0px 7px 50px 0px;
    transition: all 0.2s ease-out;
}

.about-me-flex-container .about-me-image .main-image:hover {
    transform-origin: top center;
    transform: scale(1.5);
    border-radius: 25px;
}

.about-me-flex-container .about-me-image .main-image img {
    transform-origin: center center;
    transform: scale(2);
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.about-me-flex-container .about-me-image .main-image img:hover {
    transform: scale(1);
}

.about-me-flex-container .about-me-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    flex: 0 0 40%;
}

@media (max-width: 960px) {
    .about-me-flex-container .about-me-content {
        flex-direction: row-reverse;
    }
}

.about-me-flex-container .about-me-content .logo {
    max-width: 200px;
}

.about-me-flex-container .about-me-content .logo img {
    filter: drop-shadow(0 0 25px rgb(0, 0, 0));
}

@media (max-width: 500px) {
    .about-me-flex-container .about-me-content .logo img {
        transform: rotateZ(90deg);
    }
}

.about-me-flex-container .about-me-content .text {
    /* color: #87A4B6; */
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 500px) {
    .about-me-flex-container .about-me-content .text {
        font-size: 16px;
    }
}



.mail-button {
    display: flex;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-out;
}

.mail-button a {
    display: flex;
}

.mail-button img {
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.2s ease-out;
}


.mail-button2 {
    background-color: #001925;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 10px solid #001925;
}

.mail-button2 img {
    filter: invert(56%) sepia(42%) saturate(4795%) hue-rotate(360deg) brightness(103%) contrast(105%);
}

.mail-button2:hover {
    background-color: #FF7A01;
    border: 10px solid #FF7A01;
}

.mail-button2:hover img {
    filter: unset;
    transform: scale(1.5);
}

.portfolio-link {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio-link a {
    text-decoration: none;
    color: white;

    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}

.title:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Footer Styling */
footer {
    background-color: #1a1a1a;
    color: #f0f0f0;
    padding: 50px 0 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #3498db;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #3498db;
}

.footer-section ul li a i {
    margin-right: 5px;
    color: #3498db;
}

.social-links {
    margin-bottom: 20px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #3498db;
    transform: translateY(-3px);
}

.newsletter h4 {
    margin-bottom: 15px;
}

.newsletter form {
    display: flex;
}

.newsletter input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    outline: none;
}

.newsletter button {
    background-color: #3498db;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background-color: #2980b9;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    position: relative;
}

.back-to-top {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #3498db;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.back-to-top:hover {
    background-color: #2980b9;
}

/* Responsive design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-section {
        margin-bottom: 30px;
    }

    .back-to-top {
        right: 10px;
        bottom: 10px;
    }
}

/*# sourceMappingURL=style.min.css.map */