@font-face {
    font-family: 'ASAP';
    src: url('../fonts/asap/Asap-Regular.woff2') format('woff2'),
        url('../fonts/asap/Asap-Regular.woff') format('woff'),
        url('../fonts/asap/Asap-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ASAP';
    src: url('../fonts/asap/Asap-Bold.woff2') format('woff2'),
        url('../fonts/asap/Asap-Bold.woff') format('woff'),
        url('../fonts/asap/Asap-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'ASAP', sans-serif !important;
}

h2 {
    font-family: 'ASAP', sans-serif;
    font-weight: bold;
}

article h2 {
    font-weight: normal;
}

.lead {
    font-size: 1.2rem !important;
    font-weight: 400;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

h2 {
    font-size: 2.2rem !important;
}

h3 {
    font-size: 1.4rem !important;
}

.blog-container {
    width: 100%;
}

h1 {
    font-family: 'Roboto';
    font-size: 3.4rem;
}

h1 span {
    color: #FCBF37;
}

h6 {
    font-size: 1.2rem;
    font-weight: 400;
}

.main-left {
    border-right: 1px solid #cccccc;
    padding-right: 3rem;
}

.text-body-secondary {
    color: #aaaaaa;
    font-size: 1rem;
}

.text-body-secondary span {
    color: #000000;
    font-weight: 400;
}

.top-stories {
    margin-left: 1rem;
}

.top-stories a {
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    border-radius: 5px;
    padding: 1.5rem 0.5rem;
    color: #000000;
}

.top-stories a:hover {
    background-color: #edf4fc;
    text-decoration: none;
}



@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.ctabanner {
    background-image: url(../images/smartmoves/ready-to-fall-bg.svg);
    background-color: #FFC700;
    background-size: cover;
    background-position: left;
    border-radius: 10px;
}

.smartmoves_banner img {
    max-width: 350px;
}

.smartmoves-nav .nav-link {
    padding: 0;
}

.smartmoves-nav .nav-link {
    font-size: 1.1rem !important;
    font-weight: 400;
    border: 1.5px solid #E6E6E6 !important;
    border-radius: 10px;
    color: #000000 !important;
    background: #fff;
    margin: 0 1px !important;
    padding: 8px 15px !important;
}

.smartmoves-nav .nav-link.active,
.nav-underline .nav-link:hover,
.nav-underline .show>.nav-link {
    font-weight: 400;
    border: 1.5px solid #2A67B1;
    border-radius: 10px;
    color: #2A67B1;
    background: #e6f3ff;
}

.smartmoves-nav .nav-link:last-child {}

.cat-name-right {
    color: #2A67B1 !important;
}

.featured-img {
    width: 100%;
    max-height: 300px !important;
}

.banner-bg {
    background-image: url(../images/smartmoves-banner.png);
    background-color: #ffffff;
    background-size: cover;
    background-position: left;
    border-radius: 10px;
}

.cat-name {
    background: #EEF6FC;
    color: #2A67B1;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    width: fit-content;
    border-radius: 10px;
}

.cat-name-right {
    color: #2A67B1;
    font-weight: 600;
}

.rotating-text-wrapper {
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 110px;
}

.rotating-text-wrapper h2 {
    font-size: 3.2em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000000;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    opacity: 1;
    position: absolute;
}

.rotating-text-wrapper h2 span {
    color: #FFC632;
}

.rotating-text-wrapper h2:nth-child(1) {
    animation-name: rotating-text-1;
}

@keyframes rotating-text-1 {
    0% {
        transform: translatey(-100%);
        opacity: 0;
    }

    30% {
        transform: translatey(-0%);
        opacity: 1;
    }

    51% {
        transform: translatey(0%);
        opacity: 1;
    }

    60% {
        transform: translatey(0%);
        opacity: 0;
    }

    100% {
        transform: translatey(40%);
        opacity: 0;
    }

}

.rotating-text-wrapper h2:nth-child(2) {
    animation-name: rotating-text-2;
}

@keyframes rotating-text-2 {
    0% {
        transform: translatey(0%);
        opacity: 0;
    }

    51% {
        transform: translatey(40%);
        opacity: 0;
    }

    61% {
        transform: translatey(0%);
        opacity: 1;
    }

    100% {
        transform: translatey(0);
        opacity: 1;
    }

}

@media screen and (max-width: 576px) {
    .rotating-text-wrapper {
        font-size: 0.7rem;
    }
}


/*Blog form cta style Starts*/
.primesecbg img {
    max-width: 250px;
}

.FeatName {
    border-radius: 8px;
    border: 0.87px solid #C8C8C9;
    width: 100%;
    padding: 0.7rem !important;
    margin-bottom: 0.7rem;
    outline: 0;
    font-size: 1.1rem;
}

.free-trial-form {
    border: 0.71px solid #94949433;
    box-shadow: 0px 8px 30px 0px #E6EBF0;
    border-radius: 10px;
    background: #ffffff;
}

.content-btn {
    margin: 0 auto;
    width: auto;
    max-width: 175px;
    padding: 10px !important;
    line-height: 26px;
    min-height: 35px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.4rem;
}

.free-trial-form h2 {
    font-size: 1.7rem;
    color: #000000;
    margin: 0;
}

.primesecbg h3 {
    color: #2A67B1;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
}

.primesecbg p {
    color: #000;
    font-size: 1.4rem !important;
}

.slanted-box {
    margin: 0 auto;
    width: 90%;
    background-color: #ffffff;
    transform: skew(-20deg);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.blog-buy {
    font-size: 1.2rem !important;
}

.blog-buy span {
    color: #3066B1;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
}

.primesecbg {
    background: #F4FAFF;
}

.widget-logo {
    max-width: 240px;
}

p.blogs-freetrial {
    font-size: 1.1rem !important;
}

/* Blog form cta style ends */


/* img overlay */
.img-hover-zoom {
    height: auto;
    overflow: hidden;
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    /* Adjust as needed */
    max-width: 100%;
    /* Adjust as needed */
}

.img-hover-zoom img {
    transition: transform .5s ease;
    display: block;
    width: 100%;
    height: auto;
    max-height: 12rem;
}

.img-hover-zoom:hover img {
    transform: scale(1.05);
}

.img-hover-zoom .overlay {
    position: absolute;
    padding: 15px;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: opacity .5s ease;
    opacity: 0;
}

.img-hover-zoom:hover .overlay {
    opacity: 0.8;
}

.img-hover-zoom .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
}

.img-hover-zoom:hover .read-more {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2);
}

@media (max-width: 600px) {
    .img-hover-zoom .text {
        font-size: 14px;
        padding: 10px;
    }

    .img-hover-zoom .read-more {
        font-size: 12px;
        padding: 8px;
    }

    .img-hover-zoom img {
        max-height: 17rem;
    }
}

.pagination .page-link {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    background-color: #e9ebf4;
    border: none;
    font-weight: 500;
    padding: 10px 20px 11px;
    justify-content: center;
}

.pagination .page-link:hover {
    background-color: #3069b3;
    color: #fff;
}

@media(max-width: 768px) {
    .heading {
        padding-top: 60px !important;
    }
}

@media (min-width: 576px) {
    .img-hover-zoom img {
        max-height: 11rem !important;
    }

    #bannerSection .img-hover-zoom img {
        max-height: 16rem !important;
    }
}

@media(min-width: 1200px) {
    .featured-img {
        max-height: 400px !important;
    }

    #bannerSection .img-hover-zoom img {
        max-height: 30rem !important;
    }

    .img-hover-zoom img {
        max-height: 14rem;
    }
}

@media(min-width: 1440px) {
    .img-hover-zoom img {
        max-height: 13rem !important;
    }
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}