/* landing */
.landing {
    background-image: url('../images/Group 78.png');
    background-size: cover;
    height: 300px;
    margin-bottom: 40px;
}

.landing .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.landing .container .callus {
    font-weight: bold;
    color: #2784A1;
    font-size: 28px;
}

.landing .container p {
    color: black;
    font-size: 16px;
}

/* landing */

/* blog */
.blog {}

.blog .container {}

.blog .container .content {
    background-image: url('../images/details2.png');
    background-size: cover;
    height: 300px;
    border-radius: 16px;
}

.blog .container .blog-text {}

.blog .container .blog-text .date-text {
    color: #7C8893;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}

.blog .container .blog-text h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.blog .container .blog-text p {
    line-height: 2;
    font-size: 18px;
    color: #000000AB;
}

.blog .container .blog-text .share {}

.blog .container .blog-text .share .share-text {
    font-size: 18px;
    color: #263238;
    font-weight: bold;
}

.blog .container .share svg {
    color: #979797;
}


/* blog */

/* another article */
.another {
    /* margin-bottom: 70px; */
    margin-top: 40px;
}

.another .container {
    padding: 20px;
}

.another .container .another-header {
    margin-bottom: 20px;
}

.another .container h4 {
    font-weight: bold;
}

.another .container span {
    color: #2793BA;
}

.another .swiper-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

[dir="ltr"] .another .swiper-arrows {
    flex-direction: row-reverse;
}

.another .swiper-arrows>* {
    position: static;
}

.another .swiper-button-next,
.another .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #F79321;
    border-radius: 50%;
    border: 2px solid #F79321;
}

.another .swiper-button-next:after,
.another .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.another .fifthSwiper {
    /* margin-bottom: 50px; */
}

.another .container .box {
    display: flex;
    flex-direction: column;
}

.another .container .box .card-img-top {
    border-radius: 16px;
}

.another .container .box .box-body {
    background-color: white;
    box-shadow: 10px 10px 30px 0px #0000001A;
    border-radius: 12px;
    padding: 20px;
    margin: auto;
    width: 90%;
    margin-top: -50px;
    margin-bottom: 50px;
}

.another .container .box .box-body .date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.another .container .box .box-body .date .date-text {
    color: #7C8893;
    font-size: 14px;
    line-height: 1.5;
}

.another .container .box .box-body p {
    font-weight: bold;
    color: #000000D4;
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.another .container .box .box-body a {
    font-size: 16px;
    color: #F79321;
    padding: 0;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .another {
        margin-top: 20px;
        /* margin-bottom: 20px; */
    }

    .another .fifthSwiper {
        margin-bottom: 0;
    }
}

/* another article */

.swiper {
    direction: ltr !important;
}
