* {
    box-sizing: border-box;
}

.li {
    list-style: none;
}

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


body {
    margin: 0;
}

.my-section {
    padding: 100px;
}

/*** Navbar start ***/
.navbar {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.9;
}

#header .navbar-brand {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
}

.navbar-brand:hover {
    color: #fff;
}

.navbar-nav .nav-link.active {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#header .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    height: .125rem;
    width: 100%;
    width: 0;
    visibility: hidden;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}

.nav-link:hover::before {
    visibility: visible;
    width: 80%;
}

/*** Navbar end ***/
/*** Hero start ***/
.hero {
    min-height: 100vh;
    position: relative;
    color: #fff;
}

.bg-image {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.523), rgba(0, 0, 0, 0.523)), url(../image/hero-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* .hero .overlay{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
} */

.hero-conatct .hero-title {
    font-size: 70px;
    font-family: "Roboto", sans-serif;
    /* line-height: 86.4px; */
    font-weight: 600;
}

.hero-conatct .hero-subtitle {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}

.animate::after {
    content: "";
    position: absolute;
    left: 45%;
    animation-name: typing;
    animation-duration: 5s;
    animation-iteration-count: infinite;

}

@keyframes typing {
    0% {
        content: " | ";
    }

    2% {
        content: " D| ";
    }

    4% {
        content: " De| ";
    }

    6% {
        content: " Des| ";
    }

    8% {
        content: " Desi| ";
    }

    10% {
        content: " Desig| ";
    }

    12% {
        content: " Design| ";
    }

    14% {
        content: " Designe| ";
    }

    16% {
        content: " Designer| ";
    }

    18% {
        content: " Designe| ";
    }

    20% {
        content: " Design| ";
    }

    22% {
        content: " Desig| ";
    }

    24% {
        content: " Desi| ";
    }

    28% {
        content: " Des| ";
    }

    30% {
        content: " De| ";
    }

    32% {
        content: " D| ";
    }

    36% {
        content: " | ";
    }

    38% {
        content: " D| ";
    }

    40% {
        content: " De| ";
    }

    42% {
        content: " Dev| ";
    }

    44% {
        content: " Deve| ";
    }

    46% {
        content: " Devel| ";
    }

    48% {
        content: " Develo| ";
    }

    50% {
        content: " Develop| ";
    }

    52% {
        content: " Develope| ";
    }

    54% {
        content: " Developer| ";
    }

    56% {
        content: " Develope| ";
    }

    58% {
        content: " Develop| ";
    }

    60% {
        content: " Develo| ";
    }

    62% {
        content: " Devel| ";
    }

    64% {
        content: " Deve| ";
    }

    66% {
        content: " Dev| ";
    }

    68% {
        content: " De| ";
    }

    70% {
        content: " D| ";
    }

    72% {
        content: " | ";
    }

    74% {
        content: " F| ";
    }

    76% {
        content: " Fr| ";
    }

    78% {
        content: " Fre| ";
    }

    80% {
        content: " Free| ";
    }

    82% {
        content: " Freel| ";
    }

    84% {
        content: " Freela| ";
    }

    86% {
        content: " Freelan| ";
    }

    88% {
        content: " Freelanc| ";
    }

    90% {
        content: " Freelance| ";
    }

    92% {
        content: " Freelancer| ";
    }

    94% {
        content: " Freelance| ";
    }

    96% {
        content: " Freelanc| ";
    }

    98% {
        content: " Freelan| ";
    }

    100% {
        content: " Freela| ";
    }

    102% {
        content: " Freel| ";
    }

    104% {
        content: " Free| ";
    }

    106% {
        content: " Fre| ";
    }

    108% {
        content: " Fr| ";
    }

    110% {
        content: " F| ";
    }

    112% {
        content: " | ";
    }

}

/*** Hero end ***/
/*** About start ***/


#About .skill-body .skill .progress {
    --bs-progress-height: 12.8px;
    margin: 8px 0 19.2px 0;
    border-radius: 0;
}

#About .title-box .title-a {
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 57.6px;
    text-transform: uppercase;
}

#About .title-box .subtitle-a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4e4e4e;
}

#About .title-left {
    position: relative;
}

#About .title-left::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #007aff;
    position: absolute;
    top: 3rem;
    left: 0;
}

/*** About end ***/
/*** Services start ***/

.title-box .under-line {
    width: 50px;
    height: 5px;
    background-color: #0078ff;
    margin: 0 auto;
}

.service-box .service-icon .icon-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1.55;
    margin: 0 auto;
}

.service-box .service-icon .icon-circle i {
    font-size: 2.5rem;
}

.services .service-box {
    margin-bottom: 48px;
    padding: 40px 21px 20px 21px;
    text-align: center;
}

.service-box .service-contact .s-title {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.68rem;
    text-transform: uppercase;
    color: #1e1e1e;
}

.service-box .service-contact .s-description {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    color: #4e4e4e;
}

.service-box:hover .icon-circle {
    background-color: #0078ff;
    color: #fff;
    box-shadow: 0 0 0 10px #cde1f8;
    transition: all 500ms ease;
}

/***Services end ***/
/*** Counter start ***/
.counter {
    padding: 128px 0;
}

.bg-image-2 {
    background-image: url(../image/post-3.jpg);
    background-position: center center;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
}

.bg-image-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #0078ff;
}

.counter-box .counter-iocn .icon-circle {
    height: 60px;
    width: 60px;
    line-height: 1.5;
    box-shadow: 0 0 0 10px #cde1f8;
    display: block;
}

/*** Counter end ***/
/*** portfolio start ***/
.portfolio .work-box {
    box-shadow: 0 13px 8px -16px;
}

.work-contact .work-like {
    padding-left: 1rem;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #0078ff;
}



.work-contact .work-more .work-ctegory {
    color: #0078ff;
}

.title-box2 .underline2 {
    width: 2.5rem;
    height: .3125rem;
    background-color: #0078ff;
    margin: 0 auto;
}

.title-box2 .title-a {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.work-box:hover img {
    transform: scale(1.3);
}

.work-image {
    display: block;
    overflow: hidden;
}

.work-image img {
    transition: all 0.80s ease-in-out;
}

/*** portfolio end ***/
/*** Testimonials start ***/

.my-slider {
    background-image: linear-gradient(#0077ffa2, #0077ffa2), url(../image/overlay-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.carousel-inner .my-slide-1 img {
    width: 150px;
    height: 150px;
}

.carousel-inner .my-slide-2 img {
    width: 100px;
    height: 150px;
}

.carousel-inner {
    padding: 50px;
    color: #fff;
}

.carousel-inner h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-block: 20px;
}

.carousel-inner p{
    width: 80%;
    margin: auto;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/*** Testimonials end ***/
/*** Blog start ***/
.blog .title-box3 .title-a {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog .title-box3 .underline3 {
    width: 2.5rem;
    height: .3125rem;
    background-color: #0078ff;
    margin: 0 auto;
}


.card-blog .card-body {
    position: relative;
}

.card-blog .card-body .card-category-box {
    position: absolute;
    text-align: center;
    top: -1rem;
    left: .9375rem;
    right: .9375rem;
    line-height: 1.5625rem;
    margin-bottom: 48px;
}

.card-blog .card-body .card-category-box .card-category {
    display: inline-block;
    padding: 8px 15px;
    border-radius: .25rem;
    background-color: #0078ff;
    overflow: hidden;
}

.card-blog .card-body .card-category-box .card-category .category {
    color: #fff;
    font-size: 11.2px;
    letter-spacing: .1008px;
    margin-bottom: 0;
    text-transform: uppercase;

}

.card-title .card-title2 {
    color: #1e1e1e;
    transition: all 1s ease-in-out;
}

.card-title .card-title2:hover {
    color: #0078ff;
}

.card-blog .card-footer .post-author {
    display: inline-block;
}

.card-blog .card-footer .post-author a {
    transition: all 1s ease-in-out;
}

.card-blog .card-footer .post-author .avatar {
    width: 2rem;
    height: 2rem;
    margin-right: 4px;
    overflow: hidden;
}

.post-author a {
    transition: all 1s ease-in-out;
    color: #1e1e1e;
}

.post-author a:hover {
    color: #0078ff !important;
}

/**** Blog end ****/
/**** Contact start ****/
.contact-bg {
    background-image: url(../image/overlay-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.contact-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #0078ff;
}

.contact-mf .box-shadow-full {
    position: relative;
    background-color: #fff;
}

.contact-mf .box-shadow-full .title-box4 .title-left4 {
    font-size: 32px;
    position: relative;
}

.contact-mf .box-shadow-full .title-box4 .title-left4::before {
    content: "";
    position: absolute;
    background-color: #0078ff;
    width: 6.25rem;
    height: .1875rem;
    bottom: -12px;
}

.contat-btn {
    padding: 12px 40px;
    border-radius: 80px;
    font-size: 19.2px;
}

.list-icon .icon {
    list-style: none;
    line-height: 32px;
}

.list-icon span {
    color: #0078ff;
    margin-right: 10px;
}

.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social ul li {
    display: inline-block;
}

.social ul li a {
    color: #1e1e1e;
    text-decoration: none;
    transition: all 1s ease-in-out;
}

.social .icon-circle {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 1.6;
    margin: 0 15px 0 0;
    box-shadow: 0 0 0 .1875rem #0078ff;
    transition: all 1s ease;
    display: block;
    padding-left: .625rem;
}

.social .icon-circle:hover {
    background-color: #0078ff;
    color: #fff;
    box-shadow: 0 0 0 .1875rem #cde1f8;
    transition: all 1s ease;
}