@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url("fonts/Gilroy-ExtraBold.otf");
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 127, 58, .3);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(241, 127, 58, 0);
    }
}

button.stats > i.fa.fa-star {
    color: #FF9434;
    font-size: 20px;
}

button.stats > i.fa.fa-users {
    color: #FF9434;
    font-size: 20px;
}

button.stats > i.fa.fab-bars {
    color: #FF9434;
    font-size: 20px;
}

button.stats > i.fa.fa-cogs {
    color: #FF9434;
    font-size: 20px;
}

button.stats > i.fa-life-ring {
    color: #FF9434;
    font-size: 20px;
}

button.stats > i.fa.fa-check-circle {
    color: #44d94a;
    font-size: 20px;
}

button.stats {
    font-weight: bold;
}

body {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FF9434 !important;
    background-color: #FF9434 !important;
    border: 2px solid #FF9434 !important;
}

nav {
    padding: 17px 32px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
}

.navbar {
    padding: 0rem .5rem 1rem;
}

.nav-link {
    padding: 17px 32px !important;
    letter-spacing: 0.4;
}

a.nav-link,
a.navbar-brand {
    cursor: pointer;
    color: #1c1830;
}

.navbar-brand {
    font-size: 44px;
}

section:last-child {
    margin-bottom: 5rem;
}

.top-stripe {
    width: 100%;
    height: 5px;
    background-color: #FF9434;
}

.stripe {
    margin-top: 30px;
    width: 100vw;
    height: auto;
    background-color: rgb(241, 127, 58, 0.1);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.stripe-text {
    font-weight: bolder;
    font-family: Arial;
    color: #1c1830;
    font-size: 1rem;
    line-height: 0.5;
    letter-spacing: 2;
    padding: 20px;
}

.home,
.navbar,
.pricing {
    padding-right: 30px;
    padding-left: 30px;
    margin: 45px auto 0 auto;
}

button.stats {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, .1);
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #383b57;
    background: #fff;
    border-radius: 5px;
    border: none;
    margin-bottom: -5px;
    text-align: center;
    text-transform: none;
    margin-bottom: 35px;
}

.pricing {
    padding-top: 30px;
    background-color: #dcdcdc1f;
    padding-bottom: 2rem;
}

.footer-copyright a {
    color: black;
    font-weight: bold;
}

.home-left {
    max-width: 582px;
}

.home-content {
    display: flex;
    justify-content: space-between;
    width: 95%;
}


h1 {
    font-size: 5.25rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1c1830;
    font-family: Gilroy-ExtraBold;
}

html, body {
    max-width: 100%;
}


/* {
  border: 1px solid #f00 !important;
}*/

h2 {
    font-size: 2rem;
    color: #1c1830;
    font-family: Gilroy-ExtraBold;
}

body > footer > div.container.text-center.text-md-left > div > div {
    margin-left: 6rem;
    margin-right: 6rem;
}

.title-pricing {
    display: flex;
    justify-content: center;
}

.homecontainer {
    padding-top: 20px;
}


.line {
    width: 100vw;
    height: 5px;
    color: gray;
}

.vc_row.vc_inner {
    margin-top: 50px;
}

.list-unstyled a {
    color: black;
}

.countf {
    font-size: 7.5rem;
}

.counts {
    font-size: 2.3rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.card {
    background-color: white;
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .075) !important;
    margin-bottom: 1rem;
}


.button {
    color: #FFF;
    margin-right: 0;
    padding: 12.5px 25px;
    border-radius: 4em;
    border: 2px solid #FF9434 !important;
    font-size: 1.1rem;
    cursor: pointer;
    margin-bottom: .5rem;
    background: #FF9434;
    font-family: Arial;
}

.vc_row.vc_inner {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
}



.fa.fa-check.rounded {
    background: #abf0b1;
    color: #22b628;
    padding: 5px 4px;
    margin-bottom: 15px;
    border-radius: 50px !important;
}

footer {
    background-color: #dcdcdc1f;
    color: black;
}

.secondh {
    width: 80%;
}

.home-left {
    padding-top: 40px;
}

.btn-primary {
    background-color: #FF9434 !important;
    color: #fff;
    background: #FF9434;
    margin-right: 1rem;
    animation: pulse 2s infinite;
}

button.text-us:hover {
    background: #FF9434;
}

button.text-us {
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #fff;
    background: #FF9434;
    border-radius: 5px;
    border: none;
    margin-top: 0.8rem;
}

@media only screen and (max-width: 366px) {
    button.text-us {
        height: 45px;
        font-size: 16px;
    }
}

.card a:hover{
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
}


.buttons {
    margin-top: 34px;
}

.input-group-text {
    color: gray;
}
.brak{
        max-width: 85% !important;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    color:gray; 
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    color:gray;
    background-color: lightgray;
}

@media (max-width: 800px) {
    
        .navbar-brand img{
        height: 46px !important;
    }

    body > footer > div.container.text-center.text-md-left > div > div {
        margin-left: 0;
        margin-right: 0;
    }

    .vc_row.vc_inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wpb_text_column.wpb_content_element {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .homecontainer {
        padding-top: 0px;
    }
    
    

    h1 {
        font-size: 3.25rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    .home-right {
        display: none;
    }

    .home-left {
        padding-top: 0px;
    }

    .navbar {
        padding: 0rem 2rem 1;
    }

    .countf {
        font-size: 6.5rem;
    }

    .counts {
        font-size: 1.3rem
    }

    .secondh {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .button {
        font-size: 16px;
    }
}
}
		