:root {
    --bs-body-line-height: 1.25;
    --bs-light-rgb: 255, 255, 255;
}

.btn {
    --bs-btn-font-size: 1.25rem;
}

body {
    font-family: 'Satoshi', sans-serif;
}

h1 {
    font-weight: 700; /* Bold */
}

.fw-900, h2 {
    font-weight: 900;
}

p {
    font-weight: 400; /* Regular */
}

.primary-color {
    color: #FF5500;
}

.pt-6 {
    padding-top: 6rem;
}

.fs-0 {
    font-size: 3rem !important;
}

a {
    color: #fff;
    text-decoration: none;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF5500;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5965FC;
}
  
.full-height {
    min-height: 835px;
}

.half-star-top-right {
    position: absolute; 
    top: 0; 
    right: 0; 
    width: auto; 
    height: 1440px; 
    z-index: -1; 
}

.half-star-top-right.top-200 {
    top: -180px; 
    height: 1300px;
}

.half-star-left {
    position: absolute;
    right: 0;
    transform: translateY(-160%) rotate(180deg);
    width: auto;
    height: 772px;
    z-index: -1;
}

.half-star-left-position {
    transform: translateY(-40%) rotate(0deg);
}

.navbar {
    height: 90px;
}

.logo {
    width: 155px;
    height: auto;
}

.btn-container {
    width: 328px;
}

.business-btn {
    height: 50px;
    border-radius: 100px!important;
    font-weight: 700; 
    background: #FF5500 !important;
    color: #fff;
    border: none;
    line-height: 38px;
    padding: 5px 73px ;
}

.business-btn:hover {
    background: #E54D00 !important;
    color: #fff;
}

.background-color {
    background: #5965FC1A;
}

.btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
}

.btn-primary {
    border-radius: 100px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-weight: 700;
    background: #5965FC;
    border: 0;
}

.btn-primary:hover {
   background: #3845E3;
}

.title {
    margin-top: -63px
}

.star {
    position: relative;
    left: -85px;
    z-index: -1;
    bottom: 24px;
}

.background-form {
    background: url('../img/background-footer.svg')no-repeat ,url('../img/angolo.svg') no-repeat 100% 0 ;
    background-color: #F5F5F5;
    background-size: contain, auto;
}

.form {
  height: 636px;
}

.form-label {
    font-size: 4rem;
    font-weight: 900;
    line-height: 65px;
}

.form .for-label {
    font-size: 2.3rem;
}

.sign-up {
    font-size: 1.5rem;
    font-weight: 400;
}

.form-input {
    border-radius: 100px !important;
    width: 100%;
    height: 50px;
    border: 1px solid #5965FC !important;
    padding-left: 20px;
    color: #5965FC;
    font-weight: 700;
    font-size: 1.25rem;
}

.form-input::placeholder {
    font-size: 1.25rem;
    font-weight: 700;
}

.form-button {
    font-size: 1.25rem;
}

.footer {
    background-color: #FF5500;
    color: white;
}

.footer a:hover  {
    color: #000;
    text-decoration: underline;
}

.footer-logo {
    width: 200px;
    height: auto;
}

.footer-text {
    font-size: 13px;
}

.social-icon {
    color: white;
    font-size: 24px;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
}

.social-icon:hover {
    color: #ccc;
}

#mc_embed_signup input { 
    font-size: 20px;
}

#cookie-bar {
   background: #f5f5f5; 
   border-top: 1px solid #dadadab3
}

#cookie-bar a {
    color: #fff !important;
}

#cookie-bar-button, #cookie-bar-button-no, #cookie-bar-button-customize {
    margin-right: 7px !important;
    border-radius: 100px!important;
    border: none !important;
    text-decoration: none !important;
}

#cookie-bar-button, #cookie-bar-button-customize {
    background: #FF5500 !important;
}

#cookie-bar-button:hover, #cookie-bar-button-customize:hover {
    background: #E54D00 !important;
}

#cookie-bar-button-no {
    background: #ffffff !important;
    border: 1px solid #5965FC !important;
}

#cookie-bar a#cookie-bar-button-no {
    color: #5965FC !important;
}

#cookie-bar-button-no:hover {
    background-color: #5965FC !important;
}

#cookie-bar a#cookie-bar-button-no:hover {
    color: #ffffff !important;
}

.cookie, .privacy {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.modal-close {
    text-align: end;
}

.modal-close .btn {
    padding: 8px 8px 11px 8px;
    width: 38px;
    line-height: 15px;
    border-radius: 12px;
    background: #5965FC;
}

@media screen and (max-width: 600px) {
    .navbar-brand {
        margin-right: 0;
    }

    .logo {
        width: 110px;
        height: auto;
    }

    .fs-0 {
        font-size: 2.3rem !important;
    }

    .business-btn {
        padding: 0px 16px;
        font-size: 15px;
        height: auto;
    }
    
    .btn-container {
        width: 157px;
    }

    .form-label {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .text-decoration-underline-custom {
        text-decoration: none;
    }

    .background-form {
        background: url('../img/angolo.svg') no-repeat 100% 0 ;
        background-color: #F5F5F5;
    }

    .half-star-left {
        display: none;
    }

    .half-star-top-right {
        display: none;
    }

    .form {
        height: 495px;
        padding-top: 17px;
    }

    .sign-up {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 991px) {

    .background-form {
        background: url('../img/angolo.svg') no-repeat 100% 0 ;
        background-color: #F5F5F5;
    }

    .cookie, .privacy {
        font-size: 14px;
        text-transform: initial;
        font-weight: 400;
    }


}

@media screen and (max-width: 1221px) {

    #cookie-bar p {
        width: 100%;
        margin-bottom: 15px !important;
    }
    
    .hide-mobile {
        display: none;
    }

}

