@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --stb-regular-font: "Lato", sans-serif;
    --stb-headline: "Bebas Neue", sans-serif;
}

.btn-primary::before,
.btn-secondary::before {
    right: 0;
    transform: rotate(45deg);
    border-radius: 3px;
    content: "";
    position: absolute
}

.bannerSection {
    background-image: url(../images/banner.jpg);
    background-position: top;
}

.bannerSection h1.h1,
.bannerSection h3 {
    color: #fff;
    font-family: var(--stb-headline)
}

.bannerSection,
.wrap2 {
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0
}

.bannerSection h1.h1,
.bannerSection h3,
.wrap7 .box h4.h4,
h1.h1,
h2.h2,
h3.h3 {
    font-family: var(--stb-headline)
}

.blogBox,
.blogBox .imgBox,
.gallery,
.wrap4 .box,
.showcaseGallery .box,
footer,
header,
section {
    overflow: hidden
}

.post-page-meta,
.wrap3 h6 small,
h4.h4,
h5.h5,
h6.h6 {
    font-weight: 700
}

.bannerSection,
.wrap1,
.wrap2,
.wrap3,
.wrap5,
.wrap8,
footer {
    padding: 150px 0
}

footer,
footer ul li a,
footer .blogBox {
    color: var(--bs-gray-500)
}

/* @font-face {
    font-family: BebasNeue;
    src: url(../fonts/BebasNeue-Regular.ttf)
} */



body {
    font-family: var(--stb-regular-font);
    overflow-x: hidden;
    letter-spacing: .6px
}

header {
    background-size: cover;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: .3s;
    padding: 20px 0;
    transition: all 0.8s;
}

header.positionUp {
    top: -200px;
    padding: 10px 0
}

.headerBG{
    background-color: rgba(0, 0, 0, 0.9);
}

.navbarTop {
    top: 0 !important
}

.nav-link {
    position: relative;
    text-transform: uppercase
}

.btn-primary,
.btn-secondary {
    position: relative;
    transition: .3s
}

.btn-primary.active,
.btn-primary:hover {
    color: var(--bs-gray-800)
}

.wrap2,
.wrap6,
.wrap6 .formBox {
    color: var(--bs-body-color)
}

.btn-primary::before {
    height: 37px;
    width: 37px;
    left: -18px;
    top: 7.5px;
    transition: .3s;
    background-color: var(--bs-primary)
}

.btn-primary.active::before,
.btn-primary:hover::before {
    left: calc(100% - 19px);
    background-color: var(--bs-white)
}

.btn-primary::after,
.btn-secondary::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    top: 18px;
    transform: rotate(45deg);
    box-shadow: 3px -3px 0 #fff inset;
    transition: .6s
}

.btn-primary.active::after,
.btn-primary:hover::after {
    box-shadow: -3px 3px 0 #343a40 inset;
    left: calc(100% - 18px)
}

.btn-secondary::before {
    height: 37px;
    width: 37px;
    left: -18px;
    top: 7.5px;
    transition: .3s;
    background-color: var(--bs-gray-800)
}

.galleryCover,
.post-meta li,
.wrap4 .box,
.wrap4 .box a span,
.showcaseGallery .box,
.showcaseGallery .box a span {
    position: relative
}

.btn-secondary.active::before,
.btn-secondary:hover::before {
    left: calc(100% - 19px);
    background-color: var(--bs-primary)
}

.btn-secondary.active::after,
.btn-secondary:hover::after {
    left: calc(100% - 18px);
    box-shadow: -3px 3px 0 #fff inset
}

.bannerSection {
    height: 100vh;
    display: flex;
    align-items: center
}

.bannerSection h1.h1 {
    font-size: 70px;
    margin-bottom: 30px
}

h1.h1 {
    font-size: 60px
}

h2.h2 {
    font-size: 45px
}

h5.h5 {
    font-weight: 900;
}

strong {
    font-weight: 900
}

ul.ul {
    margin-left: 35px;
    line-height: 30px
}

ul.ul li {
    list-style: outside;
    margin-bottom: .5rem
}

ul.checklist li {
    list-style: none;
}

ul.checklist li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    left: 0;
    margin-right: 25px;
    color: var(--bs-green);
}

.wrap1 .box {
    background-color: rgba(0, 0, 0, .05)
}

.wrap1 .box img {
    width: 80px;
    margin-bottom: 20px
}

.wrap1 .box h5,
.wrap3 img,
.wrap7 .box span {
    margin-bottom: 10px
}

.wrap2 {
    background-image: url(../images/wrap2.jpg);
    background-position: bottom
}

.wrap3,
.wrap4 {
    background-repeat: no-repeat;
    background-size: 55%, 10%
}

.wrap2 .box {
    background-color: rgba(255, 255, 255, .05)
}

.wrap2 .box h5,
footer ul li a:hover {
    color: var(--bs-primary)
}

.wrap2 .screenshot {
    margin-top: 50px
}

.wrap3 {
    background-image: url(../images/dividerRightBottom.png), url(../images/dividerLeftBottom.png);
    background-position: bottom right, bottom left
}

.wrap4,
.showcaseGallery,
.wrap6 {
    padding-top: 150px
}

.wrap3 img {
    width: 100px
}

.wrap3 h6 {
    margin-bottom: 15px
}

.wrap3 h6 small {
    text-transform: uppercase;
    border-bottom: 3px solid #333;
    color: #333;
    padding-bottom: 12px
}

.galleryItems {
    width: 100%
}

#nextBtn,
#prevBtn {
    position: absolute;
    border: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    top: 40%;
    display: none
}

#nextBtn {
    right: -10px
}

#prevBtn {
    left: -10px
}

.wrap4 {
    background-image: url(../images/dividerLeftTop.png), url(../images/dividerRightTop.png);
    background-position: top left, top right;
    background-color: var(--bs-gray-200)
}

.pageHeader,
.wrap6 {
    background-size: cover;
    background-attachment: fixed
}

.wrap4 .col,
.showcaseGallery .col {
    padding: 0.1rem;
}

.wrap4 .box img,
.showcaseGallery .box img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
    z-index: 1
}

.wrap4 .box a,
.showcaseGallery .box a {
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    bottom: 0;
    width: 100%;
    transition: .3s ease-in-out;
    transform: scale(.5);
    z-index: 2;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}

.wrap4 .box a span,
.showcaseGallery .box a span {
    display: inline-block;
    transform: scale(.1);
    transition: .5s ease-in-out
}

.wrap4 .box:hover a span,
.wrap4 .box:hover img,
.showcaseGallery .box:hover a span,
.showcaseGallery .box:hover img {
    transform: scale(1)
}

.wrap4 .box:hover a,
.showcaseGallery .box:hover a {
    transform: scale(1);
    opacity: 1
}

.wrap6 {
    background-image: url(../images/contactSection.jpg);
    background-position: bottom
}

.wrap6 .formBox {
    background-color: #f9f9f9;
    padding: 70px 40px;
    box-shadow: 40px 0 0 -30px var(--bs-primary), -40px 0 0 -30px var(--bs-primary)
}

.blogBox .blogTextBox,
.blogBox:hover .blogTextBox .post-meta li::before {
    background-color: #fff
}

.wrap7 {
    padding: 120px 0;
    background-color: var(--bs-gray-200);
}

.wrap7.dark{
    background-image: url(../images/wrap7-dark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.wrap7 .box {
    text-align: center;
    padding: 40px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .05), 0 10px 22px rgba(0, 0, 0, .05) inset;
    border: 10px solid var(--bs-gray-100);
}

.wrap7 .box span {
    font-size: 50px;
    display: block
}

.wrap7 .box a {
    color: inherit
}

.wrap7 .box h4.h4 {
    color: var(--bs-primary)
}

.pageHeader {
    padding: 200px 0 100px;
    background-image: url(../images/banner.jpg);
    background-position: top;
    color: #fff
}

.pageContent {
    padding: 100px 0;
    background-color: #f1f1f1
}

.blogBox {
    display: inline-block;
    border-radius: 10px;
    color: #131313;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    transition: .3s
}

.blogBox:focus,
.blogBox:hover {
    transform: scale(.95)
}

.blogBox .imgBox img {
    transition: .8s
}

.blogBox:hover .imgBox img {
    transform: scale(1.1)
}

.blogBox .blogTextBox {
    padding: 25px;
    transition: .5s
}

.blogBox:hover .blogTextBox {
    background-color: #131313;
    color: #fff
}

.blogBox .blogTextBox p {
    line-height: 25px;
    font-size: 1rem
}

.post-meta {
    font-size: .85rem;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: flex;
    justify-content: space-between
}

.post-page-meta {
    justify-content: start;
    border-bottom: 1px solid #ccc;
    gap: 2rem;
    padding-bottom: 10px
}

.post-meta li {
    padding-left: 1rem;
    list-style: none
}

.post-meta li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #131313;
    position: absolute;
    left: 2px;
    top: 8px;
    transition: .3s
}

.blogPost {
    padding: 100px 0
}

#blogPostSidebar {
    position: sticky;
    top: 50px
}

#blogPostSidebar ul {
    list-style: none;
    height: 80vh;
    overflow-y: auto;
}

#blogPostSidebar ul li {
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: .9rem;
    transition: .3s
}

#blogPostSidebar ul li.active,
#blogPostSidebar ul li:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary)
}

#faqs {
    background-color: var(--bs-gray-200);
}

.serviceBox {
    border: 2px solid var(--bs-primary);
    border-radius: 10px;
    padding: 40px;
}

.stepNumbers {
    display: flex;
    align-items: center;
}

.stepNumbers h6 {
    position: relative;
    background-color: var(--bs-primary);
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 50px;
    margin: 0;
}

.stepNumbers h6::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--bs-primary);
    width: 150px;
    left: 100%;
    top: 47%;
}

.stepNumbers h6::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    top: 20%;
    right: -170px;
}

.stepBox {
    background-color: var(--bs-gray-200);
    padding: 20px 40px;
    border-radius: 10px;
}

.referralHero{
    background-image: url(../images/referral-program-herosection.webp);
    background-position:center 80%;
    background-size: cover;
}

.referralSection2{
    background-image: url(../images/referralSection2.webp);
    background-position: center;
    background-size: cover;
    color: white;
}

.referralSection2 .box{
    background-color: rgba(225,255,255,0.05);
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.referralSection2 .box h4{
    color: var(--bs-primary);
}

.referralSection2 .box h6{
    font-style: italic;
}

.why_join{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.why_join h6{margin-bottom: 0;}

.why_join span{
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 50px;
}

.referralSection2 .box::before{
    content: attr(data-bs-num);
    position: absolute;
    color: rgba(225,255,255,0.05);
    font-size: 17rem;
    line-height: 9rem;
    top: 0;
    right: -3rem;
    z-index: -1;
    font-weight: 900;
}

.referralSection3{
    background-image: url(../images/start-referring-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

ul.ul li{
    list-style-image: url(../images/ul.webp);
    padding-left: 10px;
}

footer {
    background-color: #131313;
}

ul,
ul.social {
    margin: 0;
    padding: 0;
    list-style:none;
}

ul.social li {
    list-style: none;
    display: inline-block;
}

.social li a {
    background-color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--bs-primary)
}

.social li a:hover {
    color: #fff;
    background-color: var(--bs-gray-900)
}

footer ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: .3s;
}

footer .blogBox{
    border-radius: 0;
}

footer .blogBox img{
    border-radius: 10px 10px 0 0;
}

footer .blogBox p{
    font-size: 1rem;
    color: var(--bs-gray-600);
}

.cta{
    height: 200px;
    background-image: linear-gradient(var(--bs-gray-400),var(--bs-gray-300));
    border-radius: 10px;
}

.bottom_to_top {
    position: fixed;
    bottom: 10px;
    right: -70px;
    background-color: var(--bs-primary);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    border: 5px solid transparent
}

.bottom_to_top:hover {
    background-color: var(--bs-white);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2), 0 3px 5px rgba(0, 0, 0, .2) inset;
    border-color: #fff
}

.bottom_to_top span {
    position: relative;
    transition: .3s;
    font-size: 30px;
    bottom: 0
}

.bottom_to_top:hover span {
    color: var(--bs-primary);
    bottom: 20px;
    font-size: 40px
}

/* col-sm */
@media (min-width:576px) {
    .bannerSection h1.h1 {
        font-size: 80px
    }

    .wrap6 {
        padding: 150px 0
    }

    footer .blogBox img{
    border-radius: 10px 0 0 10px;
}
}

/* col-md */
@media (min-width:768px) {
    .bannerSection h1.h1 {
        font-size: 100px
    }

    .stepNumbers {
        border-right: 2px solid var(--bs-primary);
    }

    .stepNumbers h6::before {
        width: 145px;
    }

    .stepNumbers h6::after {
        right: -82px;
    }
}

/* col-lg */
@media (min-width:992px) {
    .wrap6 .formBox {
        box-shadow: 80px 0 0 -50px var(--bs-primary), -80px 0 0 -50px var(--bs-primary) !important
    }

    .wrap2 .screenshot {
        margin-top: 200px
    }

    .stepNumbers h6::before {
        width: 120px;
    }

    .stepNumbers h6::after {
        right: -62px;
    }
}

/* col-xl */
@media (min-width:1200px) {
    .wrap2 .screenshot {
        margin-top: 0
    }

    .nav-link::before {
        content: "";
        position: absolute;
        height: 1px;
        left: 0;
        right: 100%;
        bottom: -32px;
        background-color: #fff;
        transition: .3s
    }

    .nav-link.active::before,
    .nav-link:hover::before {
        right: 0
    }

    .positionUp .navbar .nav-link::before {
        bottom: -22px
    }

    .stepNumbers h6::before {
        width: 160px;
    }

    .stepNumbers h6::after {
        right: -92px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .stepNumbers h6::before {
        width: 200px;
    }

    .stepNumbers h6::after {
        right: -122px;
    }
}