@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css');

html {
    scroll-behavior: smooth;
}

body {
    background: #FFFFFF;
    font-family: 'Jost', sans-serif;
}

.tb-row {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

a:focus {
    outline: none;
}

.row.title {
    padding-top: 4rem;
}

.dropdown > a {
    color: #FFFFFF;
}

.navbar .navbar-nav > a:hover {
    color: #0060FF !important;
}

.fixed-top {
    z-index: 12;
}

.navbar {
    background: #000000;
    z-index: 10;
    margin-top: 32px;
}

.social-media {
    z-index: 10;
}

.blue {
    color: #0060FF;
}

.bg-white {
    background: #ffffff;
}

.bg-blue,
#scrollUp {
    background-color: #0060FF;
    color: #FFFFFF;
}

.social-media i {
    margin: 0 10px;
    color: #FFFFFF;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    text-align: center;
}

.carousel-caption h2 {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2rem;
}

.carousel-caption h2 span {
    padding: 3px 10px;
    background-color: #0060FF;
    font-weight: bold;
    border-radius: 2px;
}

#our_team {
    background: url("../img/logos/bg01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#our_team h3,
#our_team p {
    margin-bottom: 0;
}

#our_principles,
#our_projects {
    background-color: #000000;
}

#our_projects {
    color: #FFFFFF;
}

.projects .card {
    background-color: #000;
    color: #000;
    border: 1px solid #FFF;
}

.projects .card:hover {
    background-color: #000000;
    color: #FFF;
}

.projects .card:hover .hover-2 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.projects-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    transition: all 0.3s;
}

.projects-description p {
    margin-bottom: 0;
}

.projects .card:hover .projects-description {
    bottom: 0.5rem;
    opacity: 1;
}

#our_portfolio {
    background: url("../img/logos/bg02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio .card {
    background-color: #000000;
    color: #ffffff;
}

.portfolio .card:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.portfolio .card-body p strong {
    font-size: 1.5rem;
    color: #ffffff;
}

.partners .card-body {
    display: grid;
    border: 4px solid #ffffff;
    align-content: center;
}

.partners a {
    color: #ffffff;
}

#our_principles ol li {
    margin-bottom: 10px;
}

#our_principles ol li::marker {
    color: #0060FF;
}

#contact_us {
    background: url("../img/logos/bg03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#scrollUp {
    border-radius: 2px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 200;
    bottom: 15px;
}

@keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }

    50% {
        opacity: 1;
        bottom: 50%;
    }

    100% {
        opacity: 0;
        bottom: 75%;
    }
}

#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#dashboard {
    top: 0;
    z-index: 11;
}

#our_team h1::before,
#our_projects h1::before,
#our_partners h1::before {
    border: 12px solid #FFFFFF;
}

.container h1::before {
    content: "";
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 35px;
    border: 12px solid #0060FF;
    margin-right: 10px;
}

/*------Slick Custom---------*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li button::before {
    font-size: 15px;
}

.banner,
.card-row {
    margin-top: 106px;
}

.navbar-brand > img {
    max-height: inherit !important;
    max-width: 125px;
}

.scroll-down {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateY(-50%);
}

.scroll-down i {
    color: white
}

.btn-slider-outline {
    padding: .35rem;
    font-size: 22px;
    color: white;
    border-width: 3px;
    font-weight: bold;
}

.mockups-sec {
    background-color: #c9c7c7;
    padding: 2rem;
}

.mockups-sec img {
    max-width: 75%;
}

@media (min-width: 992px) {
    .card-horizontal {
        display: grid !important;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
    }

    .carousel-caption {
        text-align: left;
    }

    .carousel-caption h2 {
        font-size: 2.3rem;
        line-height: 4rem;
    }

    .scroll-down {
        display: block
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .grid-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

@media (max-width: 480px) {
    .navbar-brand > img {
        max-height: 2rem;
    }
}
