html{
    scroll-padding-top: 56px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;;
}
body{
    font-family: "Poppins", sans-serif;
    
}
.mb-30px{
    margin-bottom: 30px;
}
.mt-mb-100px{
    margin-top: 100px;
    margin-bottom: 100px;
}
.pt-100px{
    padding-top: 100px;
}
.pb-70px{
    padding-bottom: 70px;
}
.ps-30px{
    padding-left: 30px !important;
}
.mb-30px{
    margin-bottom: 30px !important;
}
.color-343434{
    color: #343434;
}
.bg-color-f7f7f7{
    background-color: #f7f7f7;
}
.color-748182{
    color: #748182;
}
.fs-40px{
    font-size: 40px;
}
/* & navbar */

.nav-item{
    position: relative;
}
.nav-link.active::before{
    content: "";
    width: 80%;
}
.nav-link::before{
    content: "";
    display: block;
    height: 1.5px;
    background-color: black; 
    position: absolute;
    bottom: 5px; 
    left: 15px;
    width: 0;
transition: all 0.3s ease-in-out 0s;
}
.nav-link{
    font-size: 14px !important;
    color: #111 !important;
}

/* & home */
.home{
    overflow: hidden;
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)) ,url(../imgs/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.home h1::after{
    content: "";
    animation: typing 15s infinite;
}
.home h1{
    line-height: 50px;
}
@keyframes typing {
    0%{
        content: 'D|';
    }
    2%{
        content: 'De|';
    }
    4%{
        content: 'Des|';
    }
    6%{
        content: 'Desi|';
    }
    8%{
        content: 'Desig|';
    }
    10%{
        content: 'Design|';
    }
    12%{
        content: 'Designe|';
    }
    14%{
        content: 'Designer|';
    }
    16%{
        content: 'Designer|';
    }
    18%{
        content: 'Design|';
    }
    20%{
        content: 'Desig|';
    }
    22%{
        content: 'Desi|';
    }
    24%{
        content: 'Des|';
    }
    26%{
        content: 'De|';
    }
    28%{
        content: 'D|';
    }
    30%{
        content: 'De|';
    }
    32%{
        content: 'Dev|';
    }
    34%{
        content: 'Deve|';
    }
    36%{
        content: 'Devel|';
    }
    38%{
        content: 'Develo|';
    }
    40%{
        content: 'Develop|';
    }
    42%{
        content: 'Develope|';
    }
    44%{
        content: 'Develope|';
    }
    46%{
        content: 'Developer|';
    }
    48%{
        content: 'Developer|';
    }
    50%{
        content: 'Develo|';
    }
    52%{
        content: 'Devel|';
    }
    54%{
        content: 'Deve|';
    }
    56%{
        content: 'Deve|';
    }
    58%{
        content: 'Dev|';
    }
    60%{
        content: 'De|';
    }
    62%{
        content: '|';
    }
    64%{
        content: 'L|';
    }
    66%{
        content: 'La|';
    }
    68%{
        content: 'Larr|';
    }
    70%{
        content: 'Larry|';
    }
    72%{
        content: 'Larry D|';
    }
    74%{
        content: 'Larry Da|';
    }
    76%{
        content: 'Larry Dan|';
    }
    78%{
        content: 'Larry Danie|';
    }
    80%{
        content: 'Larry Daniels|';
    }
    82%{
        content: 'Larry Daniels|';
    }
    84%{
        content: 'Larry Danie|';
    }
    86%{
        content: 'Larry Dani|';
    }
    88%{
        content: 'Larry Dan|';
    }
    90%{
        content: 'Larry Da|';
    }
    92%{
        content: 'Larry D|';
    }
    94%{
        content: 'Larry|';
    }
    96%{
        content: 'La|';
    }
    98%{
        content: 'L|';
    }
    100%{
        content: '|';
    }
    
}

.icons-home span{
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

/* & About  */
.hero-layer{
    background-image: url(../imgs/dots.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 80%;
    z-index: -1;
}
.progress{
    height: 25px;
}
.sub-title{
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn.download{
    margin-top: 50px;
    margin-left: 10px;
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.5s;
    background-color: #1c1c1c;
    color: white;
    &:hover{
        color: #1c1c1c;
        background-color: white;
    }
}
.btn.contact{
    margin-top: 50px;
    margin-left: 20px;
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.5s;
    &:hover{
        color: white;
        background-color: #1c1c1c;
    }
}

/* & services */

.main-title h3::after{
    content: "";
    background-image: url(../imgs/dots.png);
    background-repeat: repeat;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}

.card-services{
    padding: 50px 25px;
    width: calc((100% / 3 ) - 36px);
    background-color: white;
    text-align: center;
    &:hover span{
        background-color: #1c1c1c;
        color: white;
    }
    h6{
        font-size: 18px !important;
    }
    span{
        display: inline-block;
        font-size: 30px;
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: #f4f4f4;
        border-radius: 50%;
        transition: all 0.5s;
    }
    p{
        padding: 0 10px;
        color: #748182;
        font-size: 14px !important;
        word-spacing: 2px;
    }
}

/* &work */

.work{
    .card-port:hover{
       .layer-port{
        top: 5px;
        bottom: 5px;
        opacity: 1;
        transition: all 0.5s;
       }
       h6{
        transform: translateY(15px);
       }
       span{
        transform: translateY(-15px);
       }
    }
    .layer-port{
        background-color: white;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 15px;
        bottom: 0px;
        opacity: 0;
        h6{
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        position: relative;
        margin-bottom: 15px;
        transform: translatey(-15px);
        transition: all 0.5s;
}
.icons-port{
    span{
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: relative;
        background-color: #1c1c1c;
        color: white;
        transform: translateY(15px);
        transition: all 0.5s;
        border: solid #1c1c1c 1px;
        &:hover{
            background-color: white;
            color: #1c1c1c;
        }
        i{
            position: absolute;
            left: 50%;
            top: 25%;
            transform: translate(-50%);
        }
    }
}
        }
    }

    .nav-pills .nav-link {
        color: black !important;
        background-color: white !important;
        font-weight: bold;
    }


    /* &clients */

    .clients{
        word-spacing: 2px;
        p{
            max-width: 75%;
            line-height: 1.6;
            margin-top: 15px;
            font-size: 15px;
            color: #748182;
        }
        .img-car{
            width: 90px;
            height: auto;
            border-radius: 50%;
            overflow: hidden;
        }
        span{
            display: inline-block;
            font-weight: 600;
            font-size: 12px;
            margin-bottom: 60px;
            color: #888;
            letter-spacing: 0px;
        }
        h6{
            margin-top: 30px;
            margin-bottom: 5px;
        }
    }
    .carousel-indicators [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background-color: #d6d6d6;

    }
    .carousel-indicators [data-bs-target]:hover{
        background-color: darkgray;
    }
    .numbers{
        line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #748182;
    }
    .card-numbers{
        width: calc(100% / 4);
    }

    /* & team */

    .team{
        .card-team{
            margin: 0;
            padding: 12px;
        }
        .layer-card-team{
            background-color: rgba(255, 255, 255, 0.95);
            position: absolute;
            left: 5px;
            right: 5px;
            top: 5px;
            bottom: 5px;
            opacity: 0;
            transition: 0.5s;
            transform: rotatey(180deg) scale(0.5,0.5);
            span{
                display: inline-block;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: #1c1c1c;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 5px;
                transition: all 0.5s;
                &:hover{
                    background-color: white;
                    color: #1c1c1c;
                    border-color: #1c1c1c;
                    border: solid 0.5px;
                }
            }
        }
        .footer-card{
            padding: 25px;
            color: #ffffff;
            text-align: center;
            background-color: #343434;
            border-radius: 0 0 5px 5px;
            h4{
                font-size: 25px;
                font-weight: 400;
            }
            h5{
                font-size: 20px;
                font-weight: bolder;
            }
        }
            .img-card-team:hover img{
                transform: scale(1.2);
            }
            .card-team:hover{
                .layer-card-team{
                    opacity: 1;
                    transform: rotatey(0deg) scale(1,1);
                }
            }
        }
        .img-card-team img{
            transition: transform 0.5s;
        
    }

    /* & contact */

    .container-80{
        width: 80%;
        margin: 0 auto;
    }
    .container-80 {
        span{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #f4f4f4;
            margin-bottom: 15px;
            transition: all 0.5s;
        }
        p{
            line-height: 1.6;
            font-size: 15px;
            color: rgb(116, 129, 130);
            margin: 0px;
}
.card-contact{
    width: calc((100% / 3 ) - 40px);
    &:hover span{
        background-color: #1c1c1c;
        color: white;
    }
}
        }
    
        .bg-color-input{
            background-color: rgb(244, 244, 244);
            border-radius: 5px;
            border: none;
        }
        input:focus{
            outline: none;
        }
        textarea:focus{
            outline: none;
        }
        .submit{
            font-size: 13px;
            margin-top: 20px;
            color: rgb(238, 238, 238);
            background: rgb(28, 28, 28);
            padding: 10px 40px;
            transition: all 0.5s;
            &:hover{
                border: #1c1c1c solid 1px;
            }
        }

        .end{
            color: #748182;
            background-color: #1c1c1c;
            padding: 30px 0 15px 0;
            font-size: 13px;
        }