@font-face {
    font-family: qt;
    src: url(fonts/Quicksand-VariableFont_wght.ttf);
    font-display: swap;
}

* {
    font-family: qt;
}

.qt {
    font-family: qt;
}

.right {
    text-align: right;
}

.bg {
    background-image: url(img/bg3.webp);
}

.hrc {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(116, 115, 113);
    border-radius: 100%;
    border-style: solid;
}

.logo {
    text-align: center;
}

.center {
    text-align: center;
}

.i1 {
    width: 300px;
    height: 250px;
    margin-top: -30px;
    margin-bottom: -35px;
}

.cpt {
    font-family: qt;
    font-size: 35px;
    font-weight: 600;
}

.clogo {
    background-image: url("img/t.webp");
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 100px;
}

.ci {
    background-image: url("img/ci5.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shape1 {
    background-color: #e2e2df;
    width: 25%;
    padding: 5px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.blog-post {
    position: relative;
}

.blog-post img {
    width: 100%;
    height: 400px;
    background-size: contain;
    border-radius: 10px;
}

.blog-post .category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    background-color: #e0c0a2;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.text-content {
    position: absolute;
    bottom: -30px;
    padding: 20px;
    background-color: #fff;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
    padding-top: 50px;
}

.text-content h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.text-content .cimg {
    height: 90px;
    width: 200px;
    position: absolute;
    top: -35px;
    left: 35px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.tags a {
    color: #888;
    font-weight: 700;
    text-decoration: none;
    margin-right: 15px;
    transition: 0.3s ease;
}

.tags a:hover {
    color: #000;
}

@media screen and (max-width: 1100px) {
    .container {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 60px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        grid-template-columns: 1fr;
        grid-row-gap: 60px;
    }
}

.fi {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}


/* CONSULTAION */

.serviceBox {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 10px;
}

.serviceBox .service-icon {
    color: #fe8c00;
    background: linear-gradient(to bottom, #fe8c00, transparent);
    font-size: 80px;
    line-height: 170px;
    width: 170px;
    height: 170px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before {
    content: "";
    background: #fff;
    width: 85%;
    height: 85%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.serviceBox .title {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.serviceBox .description {
    color: #555;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.serviceBox.pink .service-icon {
    color: #fd78b0;
    background: linear-gradient(to bottom, #fd78b0, transparent);
}

.serviceBox.purple .service-icon {
    color: #bd85e4;
    background: linear-gradient(to bottom, #bd85e4, transparent);
}

.serviceBox.green .service-icon {
    color: #7fcc4b;
    background: linear-gradient(to bottom, #7fcc4b, transparent);
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.chrc {
    width: 25%;
    color: #c56060;
    background-color: #d37575;
}

.cbg {
    background-image: url("img/bg3.webp");
}

.cbg5 {
    background-image: url("img/wb.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 300px;
}

.imageh {
    height: 100px;
}

.newimg {
    background-position: center;
    background-size: contain;
}

video {
    max-width: 100%;
}


/* botom cards */

.cardb {
    border-radius: 1em;
    width: 300px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    background: rgb(255, 253, 253);
    transition: 1s;
    animation: fadeIn 3s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.cardb:hover {
    transform: scale(1.2);
    z-index: 3;
}

.cardt {
    padding: 4px;
    font-size: 1.0em;
}

.cardb {
    width: 300px;
    height: 250px;
    border-radius: 1em 1em 0px 0px;
}

.cbimg {
    width: 300px;
    height: 50px;
    border-radius: 1em 1em 0px 0px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Google Fonts - Poppins */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
    width: 50px;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.swiper-navBtn {
    color: #030303;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #93959b;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 2px;
    color: #707070;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn {
        display: none;
    }
}