/* Utils */

/* End Utils */

/* Header */
header {
    background: url(/images/header-bg.jpg?b43ae62cf14dd3f998479c534b664aa6) no-repeat center center;
    background-size: cover;
    height: 98vh;
}

.header-description {
    -webkit-text-stroke: 1px black;
}

.header-content {
    position: absolute;
    top: 30vh;
}
/* End Header */


/* Service */
#service {
    margin-top: 40px;
}

.service-description {
    margin-top: 106px;
}

.btn-service {
    padding: 8px 24px;
    border-radius: 5px;
    background: var(--secondary);
    transition: var(--transition);
    color: white;
    text-align: center;
    font-family: var(--font-2);
    font-size: 20px ;
    font-style: normal;
    font-weight: 600 ;
}

.btn-service:hover {
    filter: var(--hover-state);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    color: var(--white) ;
}

.service-card {
    border-radius: 5px;
}

.service-card .card-body {
    padding: 24px;
}

.service-icon {
    padding: 20px;
    background-color: #06243F;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.service-icon > img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}

.service-shape {
    top: 30px;
    position: absolute;
    width: 100%;
    height: 92%;
    background-color: #EA274A;
    border-top-right-radius: 170px;
}
/* End Service */

/* Clients */
#clients {
    margin-top: 80px;
}

.client-card {
    border-radius: 5px;
}

.client-card .card-body {
    padding: 20px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-card .card-body > img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}

.client-row-gap {
    row-gap: 48px;
}

.client-card img {
    filter: grayscale(100%);
    transition: var(--transition);
}

.client-card:hover img {
    filter: grayscale(0);
}
/* End Clients */

/* Products */
#products {
    margin-top: 80px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #EA274A;
}

.products-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.products-overlay-img {
    width: 100%;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    filter: grayscale(1);
}

.products-overlay-content {
    padding: 48px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.products-overlay-content > h3 {
    font-size: 32px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-2);
    color: white;
    text-align: center;
    font-weight: 700;
}

.product-title {
    border-bottom: 1px solid var(--white);
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.products-carousel .slick-list {
    margin: 0 -24px;
}

.products-carousel .slick-slide > div {
    padding: 0 24px;
}

.products-carousel .slick-dots {
    bottom: -40px;
}

.products-carousel .slick-dots li button:before {
    color: var(--white);
    font-size: 12px;
}
/* End Products */

/* Team */
#team {
    margin-top: 80px;
}

.team-img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* End Team */

/* Contact */
#contact {
    margin-top: 80px;
    background-color: rgba(32, 141, 255, 0.10);
    padding-top: 48px;
    padding-bottom: 48px;
}

.contact-title {
    font-size: 64px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-1);
    font-weight: 700;
    color: var(--white);
}
/* End Contact */

/* Faq */
#faq {
    background-color: rgba(32, 141, 255, 0.10);
    padding-top: 80px;
}

#accordionFaq .card {
    background-color: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding-bottom: 12px;
}

#accordionFaq .icons {
    color: #0073EC;
    font-size: 24px;
}

.faq-vector {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.faq-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Faq End */

/* career */
.career { margin-top: 56px; }

.career .empty-img {
    width: 100%;
    height: 300px;
    margin-bottom: 16px;
}

.career .empty-message {
    text-align: center;
    font-weight: 700;
    color: var(--dark);
}

.search-form-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 32px;
}

.search-form-container .form-control {
    font-family: var(--font-2);
    padding: 24px 16px;
    border-radius: 4px;
}

.search-form-container button {
    position: absolute;
    top: 5px;
    right: 28px;
    padding: 4px 12px;
    font-family: var(--font-2);
    font-weight: 500;
    border-radius: 4px;
    transition: var(--transition);
}

.search-form-container button:hover {
    border-color: transparent;
}

.search-form-container button:active {
    box-shadow: none;
}

.career .section-item {
    margin-bottom: 32px;
}

.career .card {
    height: 100%;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    transition: var(--transition);
    text-align: center;
}

.career .card:hover {
    border-color: transparent;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 10%);
}

.career .card:hover .card-body h3 {
    color: var(--secondary);
}

.career .card .card-body {
    padding-bottom: 4px;
}

.career .card .card-footer {
    background-color: transparent;
    border-color: transparent;
    padding-top: 4px;
}

.career .card .card-footer .btn-primary {
    background-color: var(--primary);
    border-radius: 10px;
}

.career .section-body .card .card-body .body-1 {
    margin-bottom: 8px;
}

.career .section-body .card .card-body .header-3 {
    margin-bottom: 16px;
    transition: var(--transition);
    font-weight: 700;
    margin-top: 16px;
}

.career .navigation {
    margin-top: 32px;
}

.career .page-link {
    border: 1px solid transparent;
    color: var(--grey);
    border-radius: 4px;
}

.career .page-item.active .page-link {
    background-color: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    border-radius: 4px;
}
/* end career */

/* career-detail */
.career-detail-container {
    padding-top: 180px;
    margin-bottom: 56px;
}

.career-detail-container .section-header { margin-bottom: 42px; }

.career-detail-container .section-header .header-line {
    width: 84px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    border-radius: 50px;
    background-color: var(--primary);
}

.career-detail-container .section-header .header-title {
    font-size: 28px;
    line-height: calc(28px * 1.5);
    font-weight: 700;
    text-align: center;
    color: var(--dark);
}

.career-detail-container .card {
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.career-detail-container .card .divider {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    margin-top: 32px;
    margin-bottom: 32px;
}

.career-detail-container .card .career-city strong,
.career-detail-container .card .career-email strong,
.career-detail-container .card .career-subject strong {
    color: var(--primary);
}

.career-detail-container .card .btn-apply-job {
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    line-height: calc(16px * 1.5);
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 10px;
    margin-top: 24px;
    width: 200px;
}
/* end career-detail */

@media only screen and (max-width: 767.98px) {

    /* Service */
    .service-shape {
        height: 100%;
    }
    /* End Service */

}

@media only screen and (max-width: 998.98px) {

        /* Header */
        header {
            height: auto;
        }

        .header-content {
            padding-top: 11rem;
            padding-bottom: 6rem;
            position: static;
        }
        /* End Header */

        /* Products */
        .products-overlay-img {
            height: 50vh;
        }

        .products-overlay-content > h3 {
            font-size: 24px;
        }
        /* End Products */

        /* Contact */
        .contact-title {
            font-size: 28px;
        }
        /* End Contact */

}

@media (min-width: 768px) and (max-width: 991.98px) {



}

