@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    /* barrow font family */
    font-family: 'Barlow', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.introduction-text {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 17px;
    font-weight: 300;
    line-height: 2.5;
}

.landing-description {
    font-size: 26px !important;
    font-weight: 100 !important;
    margin-bottom: 40px !important;
}

.card-white {
    background: #fff !important;
    color: #000 !important;
    border-radius: 4px !important;
}

h1 {
    font-size: 41px;
    font-weight: 600;
}

h2 {
    font-weight: 600;
}

p {
    font-weight: 400;
    font-size: 14px;
}


h5 {
    font-size: 18px;
    font-weight: 600;
}

.akira-logo {
    height: auto !important;
    width: 56px !important;
}

.btn-contact {
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 11px 16px !important;
    border-radius: 8px !important;
    background-color: #212529;
    color: #fff;
}

.icon-expertise{
    width: 85px;
    height: 95px;
}

.btn-contact:hover {
    background-color: rgba(33, 37, 41, 0.93) !important;
    color: #212529;
}

.btn-dark {
    font-size: 13px !important;
}

.services .card-top {
    border: none !important;
    border-radius: 0 !important;
}

.services .card-top.second {
    border-top: 1px solid #262626 !important;
    border-bottom: 1px solid #262626 !important;
}

a:hover{
    text-decoration: none;
    color: #ff0000;
}

.services .card-top:not(.second) {
    border: 1px solid #262626 !important;
}

.service-item img{
    height: 76px;
    margin-left: -12px;
}

.icon {
    width: 100px;
    margin-left: -2em;
    margin-top: -2em;
    margin-bottom: -2em;
}

.landing {
    height: 600px !important;
}

.form-services {
    border: 1px solid #262626;
}

.form-services p {
    color: #E6E6E6 !important;
}

ul li {
    list-style: none;
}

footer {
    border-top: 1px solid #262626;
}

footer img {
    height: 15px;
    width: 15px;
}

.services .bg-dark {
    background: #000000 !important;
}

label {
    padding: 0 !important;
    font-weight: bold;
    color: #000 !important;
}

.b-card {
    border: 1px solid #262626;
    border-radius: 8px;
}

input,
textarea {
    border: none !important;
    border-bottom: 1px solid #333333 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* box shadow and other for input,textarea */
input,
textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.why .card p {
    font-size: 17px !important;
    line-height: 2;
    font-weight: 100;
}

.tag, .btn-dark{
    font-weight: 700 !important;
}

/* card border */
.card {
    border: none !important;
    border-radius: 12px !important;
    border: 1px solid #262626 !important;
}

.card-icon {
    width: fit-content;
    border: none !important;
}

.bg-dark,
.btn-dark {
    background: #000000 !important;
}

.featured-services .service-item {
    transform: translateY(-10px);
    border: 1px solid #000;
}

.featured-services .service-item {
    padding: 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    height: 100%;
}

.btn-contact:hover {
    color: #fff !important;
}

a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.featured-services .service-item .icon {
    margin-bottom: 10px;
}


@media (min-width: 1200px) {
    h1 {
        font-size: 46px;
    }
}

/* 767px */
@media (max-width: 767px) {
    .services.why .bg-dark{
        margin-top: 200px !important;
    }

    .introduction-text{
        font-size: 14px !important;
    }
}