@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #B91C1C;
    --dark: #2563EB;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);

}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}


/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/bg_banner2.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/bg_banner1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    width: 100%;
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #B91C1C;
    border-color: #B91C1C;
    color: #fff;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

.intro p {
    max-width: 500px;
}

.intro h6 {
    color: var(--brand);
    font-weight: 500;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(185, 28, 28), rgba(185, 28, 28)), url(../images/bg_banner1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    height: 100%;
    display: inline-block;
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service img {
    width: 100px;
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}



.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 20%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 2%;
    bottom: 2%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(185, 28, 28);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../images/bg_banner1.jpeg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(185, 28, 28), rgba(185, 28, 28)), url(../images/bg_banner1.jpeg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom {
    background: #2563EB;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

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

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: var(--body);
    height: 45px;
}

.form-control {
    background-color: #FFF;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #B91C1C;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #B91C1C;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #B91C1C;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 4px dotted #B91C1C;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B91C1C+0,B91C1C+100 */
    background: #B91C1C;
    /* Old browsers */
    background: -moz-linear-gradient(left, #B91C1C 0%, #B91C1C 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B91C1C 0%, #B91C1C 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B91C1C 0%, #B91C1C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B91C1C', endColorstr='#B91C1C', GradientType=1);
    /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    text-align: center;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}



@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #2563EB;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}

/* Dropdown service */

ul, li {
    margin: 0;
    padding: 0;
}

#menu {
    position: absolute;
    z-index: 1;
}

#menu li {
    padding: 0 1rem;
}

#menu li a {
    text-decoration: none;
    white-space: normal;
}

#menu-content ul {
    list-style: none;
    background: #FFF;
    color: #B91C1C;
    min-width: 150px;
    padding: 0 10px;
    line-height: 40px;
    transition: display 0.5s ease-in-out;
    display: none;

}

#menu-content:hover ul {
    display: block;
    transition-delay: 2s;
}

/* Service/softweb */

.forfait-card {
    border: none;
    margin: 2px;
    border-radius: 1rem;
    box-shadow: var(--shadow);
    font-size: 12px;
    width: 20%;
    white-space: normal;
}

.forfait-card a {
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
}

.forfait-card a:hover {
    color: #FFF;
}

.forfait-card-header {
    background: #2563EB;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #FFF;
    text-align: center;
    padding: 1.2rem 0;
    border-bottom: 1px solid #FFF;
}

.forfait-card-body {
    background: #FFF;
    color: #000;
    font-size: 13px;
}

.forfait-card-body ul li {
    list-style: none;
    line-height: 35px;
}

.forfait-card-body ul li:hover {
    background: #2563EB;
    color: #FFF;
    width: 100%;
}


.forfait-footer {
    border-top: 1px solid #FFF;
    text-decoration: none;
    text-align: center;
    padding: 4px 0;
    background: #2563EB;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}


.populaire {
    position: absolute;
    top: 0;
    left: 75%;
    border: none;
    border: .6rem;
    background: #f1e206e8;
    color: #B91C1C;
    padding: .5rem .7rem;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
}

.pos-contact {
    position: absolute;
    top: 30%;
    left: 90%;
}

/* App_dev */

#contact-us {
    padding: 3rem 0;
    background: var(--body);
    color: #FFF;
    margin: 4rem 0;
    font-size: 24px;
    font-weight: bold;
    box-shadow: var(--shadow);
}

#card {
    height: 610px;
}

#footer-top {
    background: #000000;
    color: #FFF;
}

#button-addon2 {
    background: #000;
    color: #FFF;
    border: 1px solid #FFF;
}

.pos-relative {
    padding-bottom: 0;
}


.tt {
    text-decoration-line: line-through;
}

@media only screen and (min-width:300px) and (max-width:599px) {

    .holderCircle {
        width: 220px;
        height: 260px;
    }

    .round {
        display: none;
    }

    .contentCircle {
        width: 100%;
        color: #222222;
        text-align: center;
        transform: translate(-50%, -50%);
        margin-top: -4rem;
    }

    .title {
        font-size: 18px;
    }


    .contentCircle .CirItem i {
        display: flex;
        align-items: center;
        font-size: 90px;
        position: absolute;
        top: 2.5rem;
        left: 5rem;
        width: 100%;
        margin: auto;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        display: none;
    }

    .forfait-card {
        border: none;
        margin: 15px 2px;
        border-radius: 1rem;
        box-shadow: var(--shadow);
        font-size: 14px;
        width: 100%;
        white-space: normal;
    }

    .populaire {
        position: absolute;
        top: 0;
        left: 83%;
        border: none;
        border: .6rem;
        background: #f1e206e8;
        color: #B91C1C;
        padding: .5rem .7rem;
        font-weight: bold;
        font-size: 14px;
    }

    .pos-contact {
        position: absolute;
        top: 85%;
        left: 35%;
    }

    .pos-relative {
        padding-bottom: 2rem;
    }
}