/*** Hero ***/
.hero-header {
    padding-top: 50px;
}

.hero-header .wow h1 {
    font-weight: 700;
    font-size: 33px;
    color: var(--primary-color) !important;
}

.hero-header .wow h4 {
    font-weight: 500;
    color: var(--sub-color);
    font-size: 23px !important;
}

.hero-header .wow p {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-grey) !important;
}

.hero-header .wow:before {
    content: "";
    position: absolute;
    bottom: -9%;
    left: -7%;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 30px solid rgba(49, 151, 164, 0.181);
    background: transparent;
    animation: RotateMoveHeader 5s linear infinite;
    z-index: -1;
}

.hero-header {
    padding-bottom: 100px;
    position: relative;
}

.hero-header .wow {
    margin-top: 0px;
}

.hero-header::before {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 30px solid rgba(105, 130, 143, 0.205);
    background: transparent;
    animation: RotateMoveSty-4 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
}

.hero-header .rotate-img {
    position: absolute;
    top: 70px;
    left: 20px;
}

.hero-header .rotate-img img {
    position: relative;
    animation: RotateMove 30s linear infinite;
    z-index: -1;
}

.hero-header .rotate-img .rotate-sty-2 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 5px solid rgba(247, 71, 128, 0.1);
    background: transparent;
    animation: RotateMoveSty-2 45s linear infinite;
    transition: 0.5s;
}

.get-started {
    outline: 0px;
    border: 0px;
    margin: 10px 0px;
    cursor: pointer;
    letter-spacing: 0.02857em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in;
    box-shadow: rgba(0, 0, 0, 0.11) 0rem 0.25rem 0.4375rem -0.0625rem,
        rgba(0, 0, 0, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
    padding: 1rem 2rem;
    font-size: 0.75rem;
    background-image: linear-gradient(310deg,
            rgb(35, 48, 50),
            rgb(27, 137, 150));
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    color: var(--white);
    border-radius: 10rem;
    background-size: 100% !important;
}

.get-started:hover {
    background-image: linear-gradient(310deg,
            rgb(35, 48, 50),
            rgb(27, 137, 150));
    background-image: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes bgMove {
    0% {
        right: 0px;
    }

    50% {
        right: 20px;
    }

    100% {
        right: 0px;
    }
}

@keyframes RotateMoveSty-3 {
    0% {
        left: 100px;
    }

    40% {
        bottom: -0px;
    }

    50% {
        left: 700px;
    }

    70% {
        bottom: 500px;
    }

    80% {
        left: 400px;
    }

    95% {
        bottom: -0px;
    }

    100% {
        left: 100px;
    }
}

@keyframes RotateMoveSty-4 {
    0% {
        left: 100px;
    }

    40% {
        bottom: -0px;
    }

    50% {
        left: 700px;
    }

    70% {
        bottom: 500px;
    }

    80% {
        left: 400px;
    }

    95% {
        bottom: -0px;
    }

    100% {
        left: 100px;
    }
}

@keyframes RotateMoveHeader {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {
        bottom: 0px;
    }

    50% {
        left: -10px;
    }

    75% {
        bottom: 9%;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes RotateMoveSty-2 {
    0% {
        left: 0px;
    }

    40% {
        top: -30px;
    }

    50% {
        left: 500px;
    }

    70% {
        top: 200px;
    }

    80% {
        left: 100px;
    }

    95% {
        top: -30px;
    }

    100% {
        left: 0px;
    }
}

@keyframes RotateMove {
    0% {
        left: 0px;
    }

    50% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}

/* About */
.about {
    margin-top: 40px;
    padding: 30px;
    background-color: var(--bs-light);
}

.badge-soft-primary {
    font-weight: blod;
    color: var(--primary-color);
    font-size: 15px;
    width: fit-content;
    border-radius: 40px;
    background-color: rgba(31, 187, 222, 0.08);
}

.about h2 {
    font-weight: 200 !important;
}

.about p {
    color: var(--text-grey);
}

.about .we {
    color: var(--primary-color);
}

.about .about-images img {
    border: 1px solid var(--border-secondary-color);
}

.about .whoarewe {
    margin-top: 40px;
}

/* Services */
.services {
    padding: 10px 45px;
}

.servicebox {
    padding: 30px;
    background-image: url(../../assets/images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.our-services {
    padding: 50px 30px;
}

.service-card-text {
    color: var(--text-grey);
}

.want-to-read-container {
    margin-top: 20px !important;
}

.want-to-read {
    padding-left: 0px;
    padding-right: 0px;
}

.our-article {
    color: var(--primary-color) !important;
}

.service-img-container {
    width: 70px;
    height: 70px;
    background-color: #1b8996;
    position: relative;
    border-radius: 50%;
}

.service-image {
    width: 30px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services h2 {
    font-weight: 200 !important;
}

.services .we {
    color: var(--primary-color);
}

.explore-more span {
    text-decoration: underline !important;
}

/* Blogs */
.blogs {
    margin-top: 10px;
    padding: 30px;
}

.blogs {
    margin-top: 10px;
    padding: 30px;
}

.blog-image {
    overflow: hidden !important;
}

.blog-image img {
    overflow: hidden !important;
    transition: all 0.2s;
}

.blog-image img:hover {
    transform: scale(1.1);
}

.blog-card {
    overflow: hidden !important;
    border: 1px solid var(--secondary-color);
}

.blog-card .blog-content {
    max-height: fit-content;
}

.blog-card .blog-content {
    color: var(--text-grey) !important;
}

.blogs h2 {
    font-weight: 200 !important;
}

.blogs .blog-script {
    padding: 20px 15px;
}

.blog-script h5 {
    font-weight: 400;
}

.blog-image {
    min-height: 270px !important;
    max-height: 270px !important;
}

.blogs .posted-time {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
}

.read-more-link {
    background-color: rgba(106, 108, 108, 0.207);
    color: var(--primary-color);
    font-size: 15px;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 400;
}

.category {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    padding-right: 10px;
    border-right: 1px solid var(--primary-color);
}

.read-more-link img {
    width: 15px;
    height: 15px;
}

.read-more-link:hover {
    color: var(--primary-color);
}

.send-btn {
    background-color: var(--primary-color);
    color: var(--white);
}

#notification {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background-image: linear-gradient(310deg,
            rgb(35, 48, 50),
            rgb(27, 137, 150));
    border-radius: 10px;
    padding: 10px 30px;
    color: var(--white);
    width: fit-content;
    float: right;
    z-index: 999;
}

.notification-container {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) {
    .hero-header .rotate-img img {
        margin-top: 100px;
    }

    .get-started button {
        letter-spacing: 0em;
        min-width: 24px;
        padding: 0.5rem 1rem;
    }

    .hero-header {
        padding-top: 20px !important;
        margin-top: 0px !important;
    }

    .bg-breadcrumb {
        padding-top: 100px !important;
    }
}

@media (max-width: 576px) {

    .img-row {
        padding: 3px;
    }

    .blogs {
        padding: 10px;
    }

    .blog-script {
        padding: 15px !important;
    }

    .hero-header {
        padding-bottom: 20px;
    }

    .hero-header::after {
        display: none;
    }

    .hero-img {
        margin-top: 30px;
        width: 100%;
    }

    .header-top {
        margin: 10px;
        padding: 10px 20px;
    }

    .header-top .contact-text .contact-text-item {
        margin-top: 10px;
    }

    .header-top .social-contact {
        margin-top: 10px;
        justify-content: start;
    }

    .header-top .social-contact img {
        margin: 0px 20px 0px 0px;
    }

    .about .whoarewe {
        margin-top: 20px;
    }

    .what-we-offer {
        padding: 30px 0px;
    }

    .search-btn {
        display: block;
    }

    .search-container {
        width: 100% !important;
    }

    .blogs {
        padding: 10px;
    }

    .blog-script {
        padding: 15px !important;
    }

    .our-services {
        padding: 50px 10px;
    }

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