
.bg-light-black{
    background-color: #101114;
}
/*nav bar */

.nav-item {
    margin-right: 3rem;
}

.nav-link {
    font-weight: bold;
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.navbar-brand img{
    width: 300px;
}
.hide_btn{
    display: none;
}
/*hero section */

.hero {
    color: #fff;
}

.hero .title {
    margin: 0 auto;
    display: block;
}

.hero .title h1 {
    font-size: 55px;
    font-weight: bold;
}

.highlight-text{
    color: #F46E16;
}
.bg-orange{
    background-color: #F46E16;
}
.hero .title p {
    font-size: 1.5rem;
    font-weight: 200;
}
.hero-img{
    display: block;
    margin: 10px auto;
    width: 80%;
}
.btn-group {
    background-color: #83FBB4;
    font-weight: bold;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    border-radius: 30px;
    margin-right: 50px;
    transition: background-color 0.3s ease;
}


.services .card{
    border-radius: 30px !important;
    margin: 10px 20px;
    background-color: #202127;
}
.services .card img{
    border-radius: 30px !important;
}
.services .card img {
    transition: transform 0.3s ease-in-out;
}

.work .card{
    background-color: transparent;
}

.work .card img{
    width: 100px;
}
.border-right {
    border-right: 2px solid #757575;
}


.hover-svg {
    transition: fill 0.3s;
}

.hover-svg:hover {
    fill: purple;
}


.list-group-item {
    background-color: transparent;
    color: #fff;

}

.contact{
    background-color: #202127;
}

.w-20{
    width: 200px;
}


footer a {
    text-decoration: none;
}


/*contact page */

.form-container {
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-input {
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 15px
}

.form-button {
    background-color: #653BF5;
    color: #ffffff;
    padding: 10px 80px;
    border: none;
    border-radius: 15px;
    font-size: 1.5rem;
    cursor: pointer;
}


/* media query for resposnive */


@media (max-width: 575.98px) {
    .btn-group {
        margin-right: 5px;
        margin-bottom: 20px;
        font-size: 1rem;
        padding: 10px 15px;
    }

}

@media (max-width: 767.98px) {
    .hover-svg {
        width: 100px;
    } 
      .card {
        margin-bottom: 1rem;
      }
      .navbar-brand img{
        width: 200px;
    }
    .w-50{
        width: 100% !important;
    }
    
    
}

@media (max-width: 991.98px) {
    .navbar-nav {
        width: 130px;
        margin: 0 auto;
    }
    .card-group {
        flex-direction: column;
      }
    .navbar-toggler {
        background: #d7d0d0;
    }

    .border-right {
        border: none;
    }
}

@media (max-width: 1399.98px) {
    .btn-group {
        font-size: 1.3rem;
    }
}

@media (max-width: 1199.98px) {
    .btn-group {
        font-size: 1rem;
        margin-right: 30px;
    }

}


@media (max-width: 575.98px) {
    .btn-group {
        margin-right: 5px;
        margin-bottom: 20px;
        font-size: 1rem;
        padding: 10px 15px;
    }

    .form-container {
        width: 350px;
    }

}
