@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');

body {
    font-family: "Arapey", serif !important;
    /* display: flex;
    flex-direction: column; */
    min-height: 100vh;
    margin: 0;
}

.banner {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.main-content {
    flex: 1;
}

::-webkit-scrollbar {
    width: 0.4rem;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0071BD;
}


footer a {
    text-decoration: none;
}

footer p {
    font-size: 14px;
}

.justify-center-last-line {
    text-align: justify;
    text-align-last: center;
}

@media (min-width: 770px) {
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

}

.clients-container {
    position: fixed;
    bottom: 100px;
    left: 0;
    width: 100%;

    padding: 10px;
    text-align: center;
    z-index: 999;
    /* Adjust the z-index as needed based on your layout */
}

@media (max-width: 990px) {
    .clients-container {
        position: static;
        margin-bottom: 100px;
        /* Apply margin to the bottom for smaller screens */
    }
}



@media (max-width: 1200px) {
    .banner {
        height: 100% !important;
    }
}

.banner a {
    text-decoration: none;
}

.front_page .icon-box {
    padding: 20px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.123);
    height: 100%;
    text-align: center;
}
.icon-box {
    padding: 20px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.123);
    border-radius:5px;
    height: 100%;
    text-align: center;
}

.tutorials .icon-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.692);
    height: 100%;
    text-align: center;
}
.front_page i {
    font-size: 32px;
    line-height: 1;
    color: #ffc451;
}


.icon-box i {
    font-size: 32px;
    line-height: 1;
    color: #ffc451;
}
.justify-center-last-line {
    text-align: justify;
    text-align-last: center;
}

.icon-box h4 {
 

    padding: 0;
    color: #ffc451;
    line-height: 1;
    font-size: 22px;
    line-height: 26px;
}
.icon-box h3 {
 

    padding: 0;
    color: #ffc451;
    line-height: 1;
    font-size: 22px;
    line-height: 26px;
}



.icon-box h3 a {
    color: #fff;
    transition: ease-in-out 0.3s;
    text-decoration: none;
}

.icon-box h3 a:hover {
    color: #ffc451;
}

.icon-box:hover {
    border-color: #ffc451;
}


.tutorial .card {
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow:
        12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
        100px 100px 80px rgba(0, 0, 0, 0.07);
}

.tutorial a {
    text-decoration: none;
}

.tutorial .card {
    border: 1px solid rgba(14, 29, 52, 0.15);
    background: #fff;
    position: relative;
    border-radius: 0;
    height: 100%;
}

.tutorial .card .card-img {
    overflow: hidden;
    border-radius: 0;
}

.tutorial .card .card-img img {
    transition: 0.3s ease-in-out;
}

.tutorial .card:hover .card-img img {
    transform: scale(1.1);
}

.tutorial .card:hover {
    box-shadow:
        0.7px 2.2px 2.2px rgba(0, 0, 0, 0.02),
        1.8px 5.3px 5.3px rgba(0, 0, 0, 0.028),
        3.4px 9.9px 10px rgba(0, 0, 0, 0.035),
        6px 17.6px 17.9px rgba(0, 0, 0, 0.042),
        11.3px 33px 33.4px rgba(0, 0, 0, 0.05),
        27px 79px 80px rgba(0, 0, 0, 0.07);
}


.circle-container {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #0071BD;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    right: 20px;
    text-decoration: none;
    text-align: center;

}


.circle-container i {
    color: #fff;
    font-size: 24px;
    text-decoration: none;

}

.circle-container .dropdown-item:hover {
    cursor: pointer;
    background: none !important;
}




.team .member {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.team .member img {
    border-radius: 10px;
    overflow: hidden;
}

.team .member .member-content {
    padding: 0 20px 30px 20px;
}

.team .member h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: #6c757d;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.team .member .social a {
    color: #a2a2a2;
    transition: 0.3s;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}