
body {
    max-width: 100%;
    overflow-x: hidden;
}

h2{
    font-size: 2.7rem;
}

/* Navbar Scrolled */
@media screen and (min-width: 993px){
    .navbar{
        padding: 40px 0%;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0) !important;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        transition: all 0.3s ease;
    }
    .nav-scrolled{
        padding: 15px 0%;
        box-shadow: 0px 5px 20px rgba(16, 48, 83, 0.063);
        background-color: rgba(255, 255, 255, 0.95) !important;
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(5px);
    }
}


/* Hero Section */
.hero{
    color: #1a1f29;
    background-color: #ffffff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("img/hero-background.jpg");
    margin: 0;
    padding: 200px 0 175px;
}
@media (max-width: 992px){
    .hero{
        padding: 100px 0px 60px;
    }
}
@media (max-width: 575px){
    .hero{
        padding: 120px 0px 60px;
    }
}
@media only screen and (min-width: 1600px){
    /*.hero{
        background-image: url("./img/hero-background.svg");
    }*/
    .hero-content {
        max-width: 1200px;
    }
    .hero-main{
        max-width: 646px;
    }
    .hero-content .row{
        margin-right: -10%;
    }
}

.hero-content h1{
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.hero-content p{
    font-size: 1.25rem;
    color: #19202b;
    line-height: 1.6;
    font-weight: 450;
    margin-bottom: 2.2rem;
    letter-spacing: -0.02em;
}
@media (min-width: 1200px){
    .hero-content p{
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .hero-content img, .hero-content video{
        max-width: 650px;
    }
}
@media (max-width: 575px){
    .hero-content img, .hero-content video{
        max-width: 100%;
    }
    .hero-content .carousel-caption h5{
        font-size: 1rem !important;
    }
}

.hero-cta {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 16px 28px;
    border-radius: 2rem;
    transition: all 0.20s ease-in-out;
    box-shadow: 0 6px 16px #2470ce60;
}

.hero-cta:hover {
    border-color:#2470ce !important;
    box-shadow: 0px 8px 20px #2470ce80;
}
.hero-cta:active, .hero-cta:focus{
    border-color:#2470ce !important;
    box-shadow: 0 0 0 0.25rem #2470ce80;
}
.hero-cta:first-child {
    margin-right: 0.6rem;
}

.hero-cta2 {
    box-shadow: 0 6px 16px #e4e4e460;
    border: 1px solid #7d7d7d77;
}
.hero-cta2:hover {
    border-color:#f8f9fa80 !important;
    box-shadow: 0px 8px 20px #f8f9fa80;
}
.hero-cta2:active, .hero-cta2:focus{
    border-color:#f8f9fa80 !important;
    box-shadow: 0 0 0 0.25rem #f8f9fa80;
}

.hero-cta img{
    margin-left: 8px;

}

.hero-carousel .carousel-item video, .hero-carousel .carousel-item img {
    display: block;
    max-width: 100%;
    border-radius: 0.8rem;
}
.hero-carousel .carousel-item {
    max-height: 346px;
}

@media (max-width: 1200px) {
    .hero-cta:first-child {
        margin-bottom: 1rem;
        margin-right: 0rem;
    }    
}

@media (max-width: 575px) {
    .hero-content {
        padding-top: 1rem !important;
    }
    .hero-content h1{
        font-size: 2.9rem;
    }
    .hero-cta {
        font-size: 1.25rem;
        padding: 0.8rem 1.3rem;
    }
}

.loc-menu .dropdown-item {
    font-size: 1.1rem;
}
.btn-row-hero {
    max-width: 500px;
}

.features-drop-menu {
    transform: translate3d(5px, 5px, 0px);
}
.features-drop-menu .dropdown-item {
    font-size: 1.1rem;
}
.features-drop-menu .show {
    transform: translate3d(5px, 5px, 0px) !important
}


/* Features Cards */
.ready{
    background-color: #fafbff;
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.ready .row{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.ready h2{
    color: #222;
    margin-bottom: 1.0rem;
    font-size: 2.1rem;
    font-weight: 700;
}
.ready p{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.features-main .card{
    height: 100%;
    border: 0.1px solid rgba(202, 202, 202, 0.31);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 6px 20px #20435a15;
}
/*.features-main .card:hover{
    transform: translate(0, -1rem);
}*/
.features-main img{
    width: 100%;
}
.features-main h4{
    font-size: 1.4rem;
    font-weight: 600;
}
.features-main p{
    font-size: 1.05rem;
    margin-bottom: 1rem;
}
.features-main a{
    color: #202020;
}
.features-cta{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.features-cta .btn{
    font-size: 1.25rem;
    padding: 0.7rem 1.15rem;
    border-radius: 0.25rem;
}
@media (max-width: 575px) {
    .features-main h4{
        font-size: 0.86rem;
        padding: 0rem 0rem;
    }
    .features-main .col-4 {
        padding: 0.1875rem;

    }
    .features-main .card-body{
        padding: 0rem;
    }
    .ready{
        padding-bottom: 1rem;
        padding-left: var(--bs-gutter-x, .25rem);
        padding-right: var(--bs-gutter-x, .25rem);
    }
}


/* Features */
.features-container {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    max-width: 1250px;
}
@media screen and (max-width: 992px){
    .features-container .row .col-lg-6:first-child{
        padding-bottom: 0 !important;
    }
}
.features-container h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
.features-container p {
    font-size: 1.125rem;
    font-weight: 500;
}
.features-container video{
    max-width: 100%;
}
.features-container img{
    max-width: 100%;
}
@media (max-width: 575px) {
    .features-container{
        padding-top: 1rem;
        padding-bottom: 1.25rem;
    }
}


/* Featured Posts */
.posts{
    padding-top: 1.5rem;
    margin-bottom: 4rem;
}
.posts .card {
    border: 0 solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.16);
    border-radius: 0.8rem;
    transition: all 0.2s ease-in-out;
}
.posts .card:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 85, 0.15);
    transform: translateY(-0.8rem);
}

.posts .card-img-top{
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
}

.posts .card-body{
    padding: 1.2rem;
    padding-top: 1.25rem;
}
.posts .card-title{
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.4;
}
.posts a{
    color: #1b202b;
}



/* Pricing Table */
.pricing{
    max-width: 1200px;
}

.pricing .card{
    height: 100%;
    border: none;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.pricing .card:hover{
    transform: translate(0, -1.0rem);
}
.pricing .card-body{
    padding: 2.5rem 2rem;
}
.pricing h3{
    font-size: 2.5rem;
    font-weight: 600;
}
.pricing hr{
    margin: 24px 0rem;
    height: 2px !important;
}
.pricing h4{
    font-size: 1.75rem;
    font-weight: 600;
    color: #222;
}
.pricing .subnote{
    font-size: 1.1rem;
    color: #828286;
    font-weight: 500;
}

.pricing .text-strike{
    text-decoration-line: line-through;
}

.pricing ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.pricing li{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}
.pricing li::before {
    content: "\2713";
    color: rgb(0, 153, 255);
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block; 
    width: 0.8em;
    margin-right: 0.4em;
}


.pricing h2{
    font-size: 2.7rem;
}
.pricing hr {
    opacity: 1;
}

.pricing .pricing-basic:hover{
    box-shadow: 0 1rem 2.5rem #1fd187a8 !important;
}
.pricing .pricing-basic h3{
    color: #1fd187;
}
.pricing .pricing-basic hr{
    background-color: #1fd187;
}

.pricing .pricing-premium:hover{
    box-shadow: 0 1rem 2.5rem #00aeffa8 !important;
}
.pricing .pricing-premium h3{
    color: #008cff;
}
.pricing .pricing-premium hr{
    background-color: #008cff;
}

.pricing .pricing-pro:hover{
    box-shadow: 0 1rem 2.5rem #ff8800a8 !important;
}
.pricing .pricing-pro h3{
    color: #ff8800;
}
.pricing .pricing-pro hr{
    background-color: #ff8800;
}


/* Location */
.location{
    background-color: #fafbff;
    max-width: 100%;
}
.location .row{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.location h2{
    margin-bottom: 1rem;
}
.location p{
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.location iframe{
    max-height: 100%;
    max-width: 100%;
}




/* Start Now */
.startnow-container{
    background-image: url("./img/cta-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.startnow-main{
    padding: 6rem 1rem;
}

.startnow-container h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}


.startnow-container .btn {
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 4px;
    padding: 16px 24px;
    margin-bottom: 1rem;
    transition: all 0.15s ease-in-out;
}
.startnow-container .btn-cta-primary{
    color: #ffffff;
    background-color: #07b87d;
    margin-right: 1.2rem;
}
.startnow-container .btn-cta-secondary{
    color: #ffffff;
    background-color: #ffffff00;
    border: 2px solid #07b87d;
    margin-left: 1.2rem;
}

.startnow-container .btn-cta-primary:hover{
    background-color: #10ad79;
    color: rgb(255, 255, 255);
}
.startnow-container .btn-cta-secondary:hover{
    background-color: #07b87d;
    color: rgb(255, 255, 255);
}

.startnow-container .btn:active, .startnow-container .btn:focus{
    box-shadow: 0 0 0 0.28rem #07b87d80 !important;
}


@media (max-width: 576px) {
    .startnow-container h2 {
        font-size: 2.0rem;
    }
    .startnow-container .btn{
        margin-left: 0;
        margin-right: 0;
    }
}


/*---Media Queries ---*/
@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}