@font-face {
    font-family: montserat;
    src: url('../Offlinefont/Montserrat-VariableFont_wght.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserat;
}


body {
    background-color: #121212 !important;
}

.navbar {
    background-color: #121212;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.navbar .navbar-brand{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}
.navbar-brand span{
    color: deeppink;
}

.navbar .fa-bars {

    color: #fff;
}

.navbar .navbar-toggler{
    outline: none !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.navbar-nav{
    text-align: center;
}
.navbar-nav .nav-item .nav-link{
    color: #fff;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #343F4F;
}


@media screen and (max-width: 992px){
    .navbar {
    background: rgb(34, 33, 33);
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
}




/* landing info */
.landing-page {
    color: #fff;
    padding-top: 200px;
    background-image: url('../images/hero3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    font-weight: 600;
}

.landing-info span {
    color: deeppink;
}

.landing-info p span {
    color: deeppink;
    position: relative;
    font-size: 1.5rem;
    margin-left: 2px;
}

.landing-info p span::before {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: -8px;
    background: deeppink;;
    transform: translateY(-45%);
    animation: blink 0.7s infinite;
}

.landing-info p span.stop-blinking::before {
    animation: none;
}

.landing-info h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.landing-info p {
    margin-bottom: 40px;
    font-weight: 400;
}


.connect-btn,
.resume-btn {
    text-decoration: none;
    background-color: deeppink;
    padding: 10px 15px;
    color: #fff;
    font-size: .9rem;
    border-radius: 60px;
    transition: 0.5s;

}

.connect-btn {
    margin-right: 10px;
}

.connect-btn:hover,
.resume-btn:hover {
    color: #fff;
    background-color: transparent;
    border: .1px solid #fff;
}


/* about-me */
.about-me {
    padding: 100px 0;
    color: #fff;
}

.nelson-image {
    width: 100%;
    border-radius: 20px;
}

.about-headline h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.about-headline p {
    font-size: .9rem;
}

.skills {
    border: none;
    background: goldenrod;
    padding: 5px 20px;
    color: #fff;
    border-radius: 60px;
    margin-right: 10px;
    margin-bottom: 20px;

}

.experience {
    border: none;
    background: deeppink;
    padding: 5px 20px;
    color: #fff;
    border-radius: 60px;
    margin-right: 10px;

}

.education {
    border: none;
    background: goldenrod;
    padding: 5px 20px;
    color: #fff;
    border-radius: 60px;

}

.progress {
    border-radius: 16px !important;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff !important;
    width: 300px;
}

.progress-bar {
    border-radius: 16px;
    background-color: rgb(65, 64, 61) !important;
}
.skills-content h6,
.experience-content h6,
.education-content h6 {
    color: deeppink;
}

/* service */
.service-section {
    padding-top: 100px 0;
    padding-bottom: 100px;

}

.service-section h1 {
    color: #fff;
}

.service-box {
    background: rgb(43, 42, 42);
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.5s;
    z-index: -1;
}

.service-box:hover {
    background-color: deeppink;
    z-index: 1;
}

.service-box p {
    font-size: .8rem;
}

.service-box .fa {
    font-size: 1.5rem;
    color: #fff;
}

/* work */
.work-section {
    padding-bottom: 60px;

}

.work-section h1 {
    color: #fff;
}

.work-image {
    width: 100%;
    border-radius: 20px;
}

/*  image slider*/

.container {
    max-width: 1200px;
    width: 95%;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
    background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -25px;
}

.slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .image-item {
    width: 350px;
    height: 300px;
    object-fit: cover;
}

.container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .slider-wrapper .image-list .image-item {
        width: 200px;
        height: 150px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }
}


/* contact */
.contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-info {
    color: #fff;
}

.contact-info p {
    font-size: .9rem;
}

.contact-info .fa {
    margin-right: 10px;
    color: deeppink;
    font-size: 1.1rem;
    text-align: center;
}

.social-links a .fa-brands {
    text-decoration: none;
    color: #fff;
    background-color: deeppink;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 60px;
    transition: 0.5s;
    margin: 0 10px 0 0;
}

.social-links a:hover .fa-brands {
    color: #fff;
    transform: rotatez(360deg);
}

.download-btn {
    text-decoration: none;
    margin-top: 30px;
    display: block;
    width: 200px;
    background-color: #343F4F;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.download-btn:hover {
    color: #fff;
    background-color: rgb(43, 42, 42);
}
.name-input{
       background: rgb(43, 42, 42) !important;
       color: #fff !important;
}
.email-input{
       background: rgb(43, 42, 42) !important;
       color: #fff !important;
}
.message-input{
       background: rgb(43, 42, 42) !important;
       color: #fff !important;
}
.submit-btn{
    border: none;
    outline: none;
    background-color: deeppink;
    color: #fff;
    padding: 5px 30px;
    border-radius: 10px;
}

/* footer */
.footer-section {
    color: #fff;
    text-align: center;
}
.footer-section p{
    font-size: .8rem;
    font-weight: 400;
}