body {
    background-color: #F7F7F7;
    font-family: sans-serif;
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}

p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #748182;
}

.main-color {
    color: #343434;
}

#home {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg.jpg);
    background-position: center;
    background-size: cover;

}

/* nav */

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #fff;
}

a:hover {
    color: #fff;
}

.logo {
    float: left;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-scroll {
    box-shadow: 0px 30px 50px rgb(0 0 0 / 5%);
    min-height: 60px;
    line-height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navbar{
    transition: all 1s;
}

/* home */

main {
    display: block;
}

.header .social-icon span {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    cursor: pointer;
    display: inline-block;
}

.header .header-caption #hello {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
}

#about {
    background-color: #fff;
}

#about .hero-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#about .skills {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 15%) inset;
    position: relative;
    border: none;
}

.progress-bar {
    background-color: #1c1c1c !important;
}

.clearfix {
    clear: both;
}



.social-icon i {
    transition: background-color 2s;
}

.title {
    font-weight: 600;
    color: #343434;
    font-size: 1.5rem;
}

.title-e {
    font-weight: 600;
    color: #343434;
    font-size: 1rem;
}

.skill-mf {
    font-weight: 600;
    color: #343434;
    font-size: 1rem;
}

.title-2 {
    font-weight: 600;
    color: #343434;
    font-size: 1.5rem;
}

.lead {
    font-weight: 600;
    color: #343434;
    font-size: 1rem;
}

#services h1,
h6 {
    color: #343434;
}

#services .item .icon {
    font-size: 30px;
    margin-bottom: 20px !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #F7F7F7;
}

#services .item .icon:hover {
    background-color: #1C1C1C;
    color: #F7F7F7;
}

#services .item {
    padding: 50px 20px;
    background: #fff;
    box-shadow: 0px 10px 30px -8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}

#services .item .icon i {
    margin-top: 25px;
}

.line {
    width: 40px;
    height: 5px;
    background-color: #343434;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-right: 25px;
    margin-left: 25px;
}



.typewriter h1 {
    color: #fff;
    font-family: sans-serif;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid rgb(255, 255, 255);
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation:
        typing 3.5s steps(30, end),
        blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: white
    }
}

/* 
 */
.nav-item button {
    color: black;
    margin: 0 10px;
    border-radius: 30px !important;
    transition: all 0.3s;
}

.navbar-nav .nav-link.active {
    color: #a8a8a8;
}

.nav-item button.active {
    background-color: #a8a8a8 !important;
    color: black;
}

.nav-item button:hover {
    background-color: #aaaaaa;
    cursor: pointer;
    color: #F7F7F7;
}

.work-item .layer {
    background-color: rgba(0, 0, 0, 0.567) !important;
    transition: opacity 0.5s;

}

.work-item:hover .layer {
    opacity: 1 !important;
}

#about h3 {
    font-size: 25px !important;
    font-weight: 900 !important;
    margin-bottom: 10px;
}

#services h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
    color: #1C1C1C;
}

#portfolio .work-item img {
    transition: 0.5s;
}

#portfolio .work-item:hover img {
    transform: scale(1.1);
}

#portoflio {
    background-color: #FFFFFF;
}

#portoflio h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
}

#testimonials {
    background-color: #F7F7F7;
}

#testimonials h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
}

.content img {
    width: 100px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-size: 100% 100%;
    background-color: #748182;
}

.carousel-indicators {
    bottom: -70px;
}

#blog .our-blog h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
}

#blog .container a {
    color: #748182;
    text-decoration: none;
}

#numbers {
    background-color: #fff;

}

#contact h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
}

#contact .item .icon {
    font-size: z0px;
    margin-bottom: 20px !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #F7F7F7;
}

#contact .item .icon:hover {
    background-color: #1C1C1C;
    color: #F7F7F7;
}

#contact .item {
    padding: 50px 20px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}

#contact .item .icon i {
    margin-top: 25px;
}

#contact button {
    background-color: #1C1C1C;
    color: white;
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 150px;
    margin-top: 20px;
}

#contact button:hover {
    background-color: #f7f7f7;
    color: #1C1C1C;
}

#about button {
    background-color: #1C1C1C;
    color: white;
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 150px;
    margin-top: 20px;
}

#about #btn {
    background-color: #fff;
    color: #1c1c1c;
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 150px;
    margin-top: 20px;
}

#about button:hover {
    background-color: #f7f7f7;
    color: #1C1C1C;
}

#about #btn:hover {
    background-color: #1C1C1C;
    color: #f7f7f7
}

#contact {
    background-color: #fff;
}

footer {
    background-color: #1C1C1C;
}