@font-face {
    font-family: "OpenSans Bold";/*700*/
    font-display: swap;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat Light";/*300*/
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat Regular"; /*400*/
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat Medium"; /*500*/
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat Bold";/*700*/
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat Black";/*900*/
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
}

@font-face {
    font-family: "Lora Regular"; /*400*/
    font-display: swap;
    src: url(../fonts/Lora/Lora-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Lora Medium"; /*500*/
    font-display: swap;
    src: url(../fonts/Lora/Lora-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Lora Bold";/*700*/
    font-display: swap;
    src: url(../fonts/Lora/Lora-Bold.ttf) format("truetype");
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
    font-family: "Lora Medium", serif;
}

#collapseFilter select,
#collapseFilter input[type="text"],
#collapseFilter input[type="text"]::placeholder,
.custom-checkbox.type-5 p,
.custom-checkbox.type-3 p {
    font-family: "Montserrat Light", serif;
    font-size: 13px !important;
    color: var(--dark-color);
}

.custom-checkbox p a,
.custom-checkbox p a:hover,
.custom-checkbox p a:focus {
    color: var(--dark-color);
    display: inline;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox  >span {
    display: inline-block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    border: 1px solid #2F42BD;
    border-radius: 3px;
    background-color: #D9D9D9;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: #2F42BD;
}

.custom-checkbox  >span::after {
    display: none;
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #D9D9D9;
    border-width: 0 2px 2px 0;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}

.custom-checkbox.type-4 > span,
.custom-checkbox.type-3 > span,
.custom-checkbox.type-2 > span {
    width: 25px;
    height: 25px;
    border: 3px solid #DD2D2D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-color);
}

.custom-checkbox.type-3 > span {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(47, 66, 189, 1);
}

.custom-checkbox.type-4 input:checked ~ span,
.custom-checkbox.type-3 input:checked ~ span,
.custom-checkbox.type-2 input:checked ~ span {
    background-color: var(--light-color);
}

.custom-checkbox.type-4 > span::after,
.custom-checkbox.type-3 > span::after,
.custom-checkbox.type-2 > span::after {
    left: unset;
    top: unset;
    -ms-transform: none;
    transform: none;
    width: 13px;
    height: 13px;
    border: none;
    border-radius: 50%;
    background-color: #DD2D2D;
}

.custom-checkbox.type-3 > span::after {
    width: 6px;
    height: 6px;
    background-color: rgba(47, 66, 189, 1);
}

.custom-checkbox.type-4 > span {
    border: 3px solid rgba(47, 66, 189, 1);
}

.custom-checkbox.type-4 > span::after {
    background-color: rgba(47, 66, 189, 1);
}

.custom-checkbox.type-5 > span {
    width: 15px;
    height: 15px;
    background-color: var(--light-color);
}

.custom-checkbox.type-5 > span::after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .lang-btn-group .dropdown-menu {
    min-width: 5rem;
}

.navbar .dropdown-menu a {
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
}
/* end of navbar */

/* static content */
.static-content {
    font-family: "Lora Medium", serif;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Montserrat Black", serif;
    text-transform: uppercase;
}

.static-content h1 {
    font-size: 35px;
}
.static-content h2 {
    font-size: 32px;
}
.static-content h3 {
    font-size: 30px;
}
.static-content h4 {
    font-size: 25px;
}
.static-content h5 {
    font-size: 22px;
}
.static-content h6 {
    font-size: 19px;
}

.static-content img {
    max-width: 100%;
}

.static-content ul {
    columns: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 30px;
    display: inline-block;
}

.static-content li::before {
    content: "";
    background-color: #5995ED;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 600px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.nav-link {
    margin-right: 1em !important;
    margin-left: 1em !important;
}

.navbar-toggler {
    border-color: #8d9aab;
}

.general-padding {
    padding-top: 4em;
    padding-bottom: 4em;
}

:root {
    --dark-color: #000;
    --light-color: #fff;
}

header {
    box-shadow: 0 10px 10px 0 #00000026;
    font-family: "Montserrat Light", serif;
}

header,
header a {
    color: var(--dark-color);
}

.gradient-bg {
    background: linear-gradient(180deg, #044389 0%, #5995ED 50%, #FFFFFF 100%);
}

.hero {
    padding: 3em 0;
    margin-bottom: 4em;
}

.hero-text {
    color: var(--light-color);
    text-align: center;
    margin-bottom: 2em;
}

.hero-text p {
    font-family: "Lora Bold", serif;
}

.hero-text p:nth-of-type(1) {
    font-size: 24px;
}

.hero-text p:nth-of-type(2) {
    font-size: 20px;
}

.hero-text h1 {
    font-family: "Montserrat Black", serif;
    font-size: 48px;
    text-transform: uppercase;
}

.home-hero a {
    display: block;
    position: relative;
}

.home-hero a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat Bold", serif;
    text-transform: uppercase;
    font-size: 32px;
    color: var(--dark-color);
}

.home-hero a img {
    border-radius: 10px;
    width: 100%;
}

.decoration-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 25%;
}

.decoration-side span {
    border-radius: 10px;
    background-color: #5995ED;
    box-shadow: 0 4px 4px 0 #00000040;
    width: 100%;
    height: 33%;
    background-size: cover;
    background-position: center;
}

.decoration-side-section:nth-child(1) .decoration-side span:nth-child(1) {
    background-image: url("../images/block-side11.png");
}

.decoration-side-section:nth-child(1) .decoration-side span:nth-child(2) {
    background-image: url("../images/block-side12.png");
}

.decoration-side-section:nth-child(1) .decoration-side span:nth-child(3) {
    background-image: url("../images/block-side13.png");
}

.decoration-side-section:nth-child(2) .decoration-side span:nth-child(1) {
    background-image: url("../images/block-side21.png");
}

.decoration-side-section:nth-child(2) .decoration-side span:nth-child(2) {
    background-image: url("../images/block-side22.png");
}

.decoration-side-section:nth-child(2) .decoration-side span:nth-child(3) {
    background-image: url("../images/block-side23.png");
}

.decoration-side-section {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.decoration-side-section img {
    width: 75%
}

.decoration-side-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.button-block {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.button-block .default-button {
    width: calc(50% - (15px / 2));
    flex-shrink: 0;
}

.default-button {
    box-shadow: 0 10px 10px 0 #0000001A;
    border-radius: 5px;
    background-color: var(--dark-color);
    color: var(--light-color);
    font-family: "Montserrat Bold", serif;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4em;
    transition: .4s;
    border: none;

    width: max-content;
}

.default-button.no-shadow {
    box-shadow: none !important;
}

.default-button.cursive {
    font-family: "Lora Bold", serif;
}

.default-button.no-radius {
    border-radius: 0;
}

.default-button:focus {
    color: var(--light-color);
}

.default-button:hover {
    color: var(--light-color);
    /*filter: brightness(90%);*/
    transform: scale(1.03);
}

.bg-brown {
    background-color: #B77A11;
}

.default-button.bg-brown:hover {
    background-color: #84590E;
}

.bg-pink {
    background-color: #B41FC0;
}

.default-button.bg-pink:hover {
    background-color: #801686;
}

.bg-purple {
    background-color: #776AEA;
}

.default-button.bg-purple:hover {
    background-color: #59499E;
}

.bg-dark-blue {
    background-color: #044389;
}

.default-button.bg-dark-blue:hover {
    background-color: #022F57;
}

.bg-dark-blueish {
    background-color: #2F42BD;
}

.default-button.bg-dark-blueish:hover {
    background-color: #223186;
}

.bg-red {
    background-color: #DD2D2D;
}

.default-button.bg-red:hover {
    background-color: #A92222;
}

.bg-reddish {
    background-color: #E52D27;
}

.default-button.bg-reddish:hover {
    background-color: #B2221F;
}

.default-button.bg-black:hover {
    background-color: #2f2f2f;
}

.user-actions a.bg-red-inv,
.default-button.bg-red-inv {
    color: #DD2D2D;
    border: 1px solid #DD2D2D;
    background-color: transparent;
}

.default-button.bg-purple-inv {
    color: #776AEA;
    border: 1px solid #776AEA;
    background-color: transparent;
}

.user-actions a.bg-purple-inv:hover,
.user-actions a.bg-red-inv:hover,
.default-button.bg-red-inv:hover {
    background-color: #e1e1e1;
}

header.bg-light-blue .navbar-nav,
header.bg-light-blue .user-dropdown ~ .dropdown-menu,
.bg-light-blue {
    background-color: #5995ED;
}

header.bg-light-blue,
header.bg-light-blue button,
header.bg-light-blue a:focus,
header.bg-light-blue a:hover,
header.bg-light-blue a,
footer.bg-light-blue,
footer.bg-light-blue a:focus,
footer.bg-light-blue a:hover,
footer.bg-light-blue a {
    color: var(--light-color);
}

header.bg-light-blue .navbar-toggler {
    border-color: #2C4A76;
}

.bg-full-white {
    background-color: var(--light-color);
}

.bg-grey {
    background-color: #D9D9D9;
}

.bg-full-white,
.bg-grey {
    color: var(--dark-color) !important;
}

.default-button.bg-grey:hover,
.default-button.bg-full-white:hover {
    color: var(--dark-color); !important;
}

.separator-margin-bottom {
    margin-bottom: 5em;
}

.gradient-block {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(89, 149, 237, 0.3) 48.5%, rgba(255, 255, 255, 0) 100%);
}

.gradient-block-2 {
    background: linear-gradient(180deg, #5995ED -112.36%, #FFFFFF 213.48%);
    padding: 3em 1em;
}

.section-title {
    font-family: "Montserrat Black", serif;
    font-size: 32px;
    text-transform: uppercase;
}

.section-title.small-title {
    font-size: 20px;
}

/***/
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 20px;
    padding: 0.7em;
}

.flip-card-front {
    background-color: var(--light-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
    font-family: "Montserrat Medium", serif;
    text-transform: uppercase;
    font-size: 15px;
}

.flip-card-back {
    background: linear-gradient(90deg, rgb(221, 45, 45) -59.61%, rgb(255, 169, 160) 159.61%);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Lora Bold", serif;
}
/***/

.why-us-row {
    row-gap: 3em;
    margin-bottom: 3em;
}

.flip-card-front p {
    margin-bottom: 0;
}

.splide-profiles img {
    filter: drop-shadow(0 4px 4px #00000040);
    border-radius: 15px;
    margin-bottom: 1em;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 200px;
}

.footer-title {
    font-family: "Montserrat Bold", serif;
}

.footer-link {
    font-family: "Montserrat Regular", serif;
    width: max-content;
    max-width: 100%;
}

.footer-link,
.footer-link:hover {
    color: var(--dark-color);
    margin-bottom: 1em;
    display: block;
}

.footer-logo-link {
    color: var(--dark-color);
    font-size: 30px;
    font-family: "Montserrat Light", serif;
    height: max-content;
}

.footer-logo-link:hover {
    color: var(--dark-color);
}

footer {
    padding: 2.5em 0;
}

.general-row-gap {
    row-gap: 1.5em;
}

.tabs-row button img {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.tabs-row button {
    background-color: #DD2D2D42;
    color: var(--light-color);
    font-family: "Montserrat Medium", serif;
    font-size: 20px;
    margin: 0 !important;
}

.tabs-row button.active {
    background-color: #DD2D2D;
}

.tabs-row .tab-content {
    font-family: "Montserrat Light", serif;
}

.package-card ul,
.tabs-row .tab-content ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.8em;
    margin-top: 1em;
}

.package-card li,
.tabs-row .tab-content li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    display: inline-block;
}

.package-card li::before,
.tabs-row .tab-content li::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 707.000000 655.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,655.000000) scale(0.100000,-0.100000)' fill='%23DE2E2E' stroke='none'%3E%3Cpath d='M675 6525 c-273 -51 -507 -244 -606 -500 -63 -163 -60 14 -57 -2785 3 -2420 4 -2558 21 -2614 47 -156 101 -254 196 -358 116 -125 261 -209 421 -243 104 -22 5148 -22 5251 -1 258 55 481 239 580 479 68 163 63 30 66 1755 3 1265 1 1562 -9 1556 -7 -5 -192 -165 -410 -357 l-398 -349 0 -1144 0 -1144 -2455 0 -2455 0 2 2453 3 2452 2452 3 2452 2 3 -70 3 -69 330 288 c182 159 331 295 333 303 4 21 -119 151 -193 203 -72 52 -185 107 -270 132 -57 17 -198 18 -2625 20 -2079 1 -2578 -1 -2635 -12z'/%3E%3Cpath d='M4829 4300 c-821 -722 -1506 -1324 -1520 -1337 l-26 -24 -527 601 c-290 330 -531 600 -535 600 -12 0 -821 -715 -820 -725 1 -10 1770 -2029 1787 -2039 10 -6 3867 3378 3867 3393 0 5 -153 183 -340 396 -187 214 -351 401 -366 418 l-25 30 -1495 -1313z'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 18px;
}

.splide-brands .splide__slide {
    text-align: center;
}

.splide-brands img {
    height: 110px;
    object-fit: contain;
}

.tabs-row {
    margin-top: 6em;
}

.steps-block {
    counter-reset: css-counter 0;
    row-gap: 2em;
    margin-bottom: 2.5em;
}

.steps-block > div .step-number::before {
    counter-increment: css-counter 1;
    content: "0" counter(css-counter);
}

.step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1em;
}

.steps-block > div:nth-child(2n + 1) .step {
    flex-direction: row-reverse;
}

.step-number {
    border: 6px solid var(--dark-color);
    border-radius: 10px;
    color: #DD2D2D;
    font-size: 48px;
    font-family: "Montserrat Black", serif;
    padding: 16px 24px;
    max-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-text {
    text-align: center;
    font-family: "Lora Medium", serif;
}

.step-text p:nth-child(1) {
    font-family: "Montserrat Bold", serif;
    text-transform: uppercase;
}

.circles-left,
.circles-right {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.circles-left > div,
.circles-right > div {
    display: flex;
    justify-content: center;
}

.circles-left > div {
    margin-left: 5em;
}

.circles-left > div:nth-child(2) {
    /*margin-right: 5em;*/
    margin-left: 0;
}

.circles-right > div {
    margin-right: 5em;
}

.circles-right > div:nth-child(2) {
    /*margin-left: 5em;*/
    margin-right: 0;
}

.circles-left img,
.circles-right img {
    transform: scale(.8);
}

.influencers-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.influencers-ads img:nth-child(1) {
    width: 65%;
}

.influencers-ads img:nth-child(2) {
    width: 35%;
}

.influencers-ads img {
    height: 100%;
    object-fit: cover;
}

.gradient-block-2 .container {
    padding-left: 0;
    padding-right: 0;
}

.splide-partners .splide__slide {
    text-align: center;
}

.splide-partners img {
    border-radius: 15px;
    margin-bottom: 1em;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 350px;
}

.brands-ellipses {
    display: flex;
    justify-content: center;
}

.brands-ellipses img:nth-child(1) {
    position: absolute;
    left: 0;
}

.brands-ellipses img:nth-child(3) {
    position: absolute;
    right: 0;
}

.brands-ellipses img:nth-child(2) {
    z-index: 5;
}

.package-card {
    box-shadow: 0 10px 10px 0 #00000026;
    border-radius: 10px;
    padding: 0.8em;
}

.card-title {
    font-family: "Montserrat Bold", serif;
    font-size: 20px;
}

.package-price {
    font-family: "Montserrat Medium", serif;
    font-size: 20px;
}

.shadow-card {
    border-radius: 10px;
    background-color: var(--light-color);
    box-shadow: 0 4px 4px 0 #00000040;
    padding: 1.5em;
}

.shadow-card .card-title {
    font-family: "Montserrat Black", serif;
}

.reg-option-card.shadow-card {
    margin-top: 3em;
}

.cw-input ~ .select2-container .selection,
.cw-input {
    display: block;
    width: 100%;
    border: 1px solid var(--dark-color);
    padding: 0.5em 1em;
    background-color: var(--light-color);
    min-height: 47px !important;
}

.select2-selection__rendered,
.cw-input ~ .select2-container .selection,
.multi-select-placeholder,
select.cw-input,
.cw-input,
.cw-input::placeholder {
    color: var(--dark-color);
    font-size: 18px;
    font-family: "Lora Regular", serif;
}

.cw-label {
    color: var(--dark-color);
    font-size: 16px;
    font-family: "Lora Regular", serif;
    display: flex;
    align-items: center;
}

.blue-inputs .multi-select-placeholder,
.cw-input::placeholder {
    opacity: 0.5;
}

.blue-inputs .cw-input ~ .select2-container .selection,
.blue-inputs .cw-input {
    border: 1px solid #2F42BD !important;
}

.blue-inputs .select2-selection__rendered,
.blue-inputs .cw-input ~ .select2-container .selection,
.blue-inputs .cw-label,
.blue-inputs .multi-select-placeholder,
.blue-inputs select.cw-input,
.blue-inputs .cw-input,
.blue-inputs .cw-input::placeholder {
    color: #2F42BD !important;
}

.login-hero {
    background-image: url("../images/login-bg.png");
}

.register-text {
    font-family: "Montserrat Light", serif;
}

.shadow-card hr {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-top: 1px solid #044389;
}

.forgot-link {
    font-family: "Montserrat Bold", serif;
    color: var(--dark-color);
}

.contact-box {
    background-color: var(--light-color);
    box-shadow: 0 4px 4px 0 #00000040;
    padding: 4em 3em;
}

.section-title.contact-title {
    font-size: 22px;
}

.contact-wrapper {
    box-shadow: 0 4px 4px 0 #00000040;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    padding: 8px;
    width: 100%;
}

.contact-wrapper-text {
    line-height: 1.2em;
    height: 2.4em;
    display: flex;
    align-items: center;
    font-family: "Lora Bold", serif;
    font-size: 12px;
    color: var(--dark-color);
    text-align: center;
}

.contact-wrapper img {
    height: 35px;
}

.side-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2em;
}

.datepicker-container {
    position: relative;
}

.datepicker-container img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.uploaded-title,
.section-subtitle {
    font-family: "Montserrat Regular", serif;
    font-size: 24px;
    text-transform: uppercase;
}

.profile-dropzone {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #F3F3F3;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.profile-dropzone:hover {
    border-color: #aaa;
}

#profilePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-error,
.dropzone-error,
.profile-dropzone .placeholder p {
    font-family: "Lora Regular", serif;
    color: #D9D9D9;
    text-transform: uppercase;
    font-size: 15px;
}

.dropzone-icon,
.profile-dropzone .placeholder img {
    width: 100px;
}

/*fileinput*/
.file-input-container {
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
    background-color: #F3F3F3;
    font-family: "Lora Regular", serif;
    color: #D9D9D9;
    text-transform: uppercase;
    min-height: 250px;
    position: relative;
}

.file-input-container .placeholder {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.file-input-container.dragover {
    /*    border-color: #000;
        background-color: #f0f0f0;*/
}

.uploadedFile,
.file-preview {
    display: flex;
    align-items: center;
    margin: 10px 0;
    position: relative;
    width: max-content;
}

.uploadedFile img,
.file-preview img {
    width: 100px;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.deleteUploadedFile,
.delete-btn {
    font-family: "Montserrat Bold", serif;
    margin-left: auto;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    opacity: 95%;
    width: 26px;
    height: 26px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadedFileList,
.fileList {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.fileInput {
    display: none;
}

.uploaded-title {
    font-size: 20px;
}
/*fileinput*/

.unique-multi-select {
    position: relative;
    min-height: 42px;
    padding: 0.5em 2em 0.5em 1em;
    cursor: pointer;
}

.unique-multi-select img {
    position: absolute;
    top: 0.5em;
    right: 5px;
}

.multi-select-placeholder {
    position: absolute;
    top: 0.5em;
    left: 1em;
    user-select: none;
}

#selectAllInterests,
.interest-filter-wrapper input[type="checkbox"] ~ span,
.select-item {
    font-family: "Montserrat Bold", serif;
    color: var(--light-color);
    text-transform: uppercase;
    z-index: 5;
    position: relative;
    padding: 3px 5px;
    border-radius: 5px;
    user-select: none;
    border: none;
}

.unique-select-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: var(--light-color);
    position: relative;
}

.multiselect-popup {
    display: none;
    z-index: 99999999999;
    position:fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 11px solid #044389;
    background-color: var(--light-color);
    width: 1000px;
    max-width: 95%;
    padding: 1em 2em;
    max-height: 95%;
    overflow-y: scroll;
}

.multiselect-popup .multiselect-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 3em;
    min-height: 500px;
}

.multiselect-popup-title {
    font-family: "Montserrat Medium", serif;
    font-size: 24px;
    text-transform: uppercase;
}

.profile-img-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-img-container img {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    display: inline-block;
    flex-shrink: 0;
}

.profile-name {
    font-family: "Montserrat Regular", serif;
    font-size: 48px;
    text-transform: uppercase;
}

.profile-name span {
    font-size: 25px;
}

.social-links a img{
    height: 45px;
}

.profile-top-row {
    display: flex;
    align-items: center;
    gap: 0.4em 1.5em;
    margin-bottom: 1em;
}

.followers-block {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 10px;
    margin-bottom: 2em;
}

.follower-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat Bold", serif;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 8px;
    border: 1px solid #2F42BD;
    color: #2F42BD;
    font-size: 11px;
    transition: .4s;
}

a.follower-block:hover,
a.follower-block:focus {
    color: #2F42BD;
    background-color: rgba(89, 149, 237, 0.1);
}

.follower-block.ig {
    border-color: #B41FC0;
    color: #B41FC0;
}

.follower-block.tt {
    border-color: #F6004C;
    color: #F6004C;
}

.follower-block.yt {
    border-color: #E52D27;
    color: #E52D27;
}

.follower-block span:nth-child(1) {
    height: 2.7em;
    line-height: 1.1em;
}

.follower-block span:nth-child(2) {
    font-size: 24px;
    line-height: 1em;
}

.contacts-block {
    margin-bottom: 1em;
}

.contacts-block a {
    color: var(--dark-color);
}

.contacts-block p {
    margin-bottom: 0.3em;
}

.contacts-block p span:nth-child(2) {
    font-family: "Lora Regular", serif;
}

.references-title {
    font-family: "Montserrat Medium", serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0.5em;
}

.reference-gallery img {
    width: 100%;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.reference-gallery {
    margin-bottom: 3.5em;
    row-gap: 1em;
}

.review-top-part {
    font-family: "Montserrat Regular", serif;
    text-transform: uppercase;
    line-height: 1.2em;
    display: flex;
    gap: 0.8em;
}

.review-top-part > img {
    width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    height: max-content;
}

.review-starts {
    display: flex;
    gap: 2px;
    margin-bottom: 0.6em;
}

.review-starts img {
    width: 22px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.review-author {
    font-size: 24px;
    margin-bottom: 0.4em;
}

.review-date {
    font-size: 15px;
    margin-top: 0.7em;
}

.review-text {
    font-family: "Lora Medium", serif;
    margin-top: 1em;
}

.review-list-link {
    display: inline-block;
}

.review-list-link img {
    width: 115px;
}

.review-row {
    row-gap: 1.8em;
}

.user-dropdown {
    background: none;
    border: none;
}

.user-dropdown img {
    height: 30px;
}

.user-dropdown ~ .dropdown-menu {
    position: absolute !important;
    right: 0 !important;
}

.alert-container {
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 300px;
    max-width: 98%;
    display: flex;
    align-items: flex-end;
}

.bd-placeholder-img {
    flex-shrink: 0;
}

.toast strong {
    font-size: 16px;
}

.users-table {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    color: var(--dark-color);
}

.users-table-header {
    background-color: #F3F3F3;
    text-align: center;
    font-family: "Montserrat Regular", serif;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.users-table-header > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.users-table-header,
.user-item-row {
    margin-left: 0;
    margin-right: 0;
}

.users-table-body .user-item-row:not(:first-of-type) {
    border-top: 1px solid rgba(217, 217, 217, 1);
}

.user-item-row {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family: "Montserrat Light", serif;
    font-size: 14px;
    text-transform: uppercase;
}

.user-item-row > div:not(:first-child) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-name-avatar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: var(--dark-color);
}

.user-name-avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
}

.sorting-section button {
    border: none;
    background: none;
    padding: 0;
}

.sorting-section {
    display: flex;
    column-gap: 2px;
    margin-left: 5px;
}

.sorting-section button.btn-active svg path {
    stroke: #000;
}

.table-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #949292;
    background-color: var(--light-color);
    padding: 3px;
    border-radius: 3px;
}

.table-actions img {
    width: 20px;
}

.table-view-btn,
.block-view-btn {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    width: 24px;
    height: 24px;
}

.table-view-btn {
    background-image: url("../images/list-table-off.png");
}

.table-view-btn:hover,
.table-view-btn.active {
    background-image: url("../images/list-table-on.png");
}

.block-view-btn {
    background-image: url("../images/list-blocks-off.png");
}

.block-view-btn:hover,
.block-view-btn.active {
    background-image: url("../images/list-blocks-on.png");
}

.filter-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 1em;
    cursor: pointer;
    padding: 0;
}

.view-picker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    width: 100%;
}

.collapse-header,
.view-picker,
.filter-btn {
    font-family: "Montserrat Regular", serif;
    font-size: 16px;
    text-transform: uppercase;
}

/**/
.pagination .page-link[aria-label=Previous],
.pagination .page-link[aria-label=Next] {
    color: #5995ED;
    background-color: #fff;
}

.pagination .page-link {
    transition: .2s;
    font-size: 14pt;
    color: #5995ED;
    background-color: #fff;
    border: 1px solid #bcbbbb;
    border-radius: 5px !important;
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #5995ED !important;
    color: #fff;
    border: none;
}

.pagination .page-item {
    margin-left: 10px;
    margin-right: 10px;
}
/**/

.user-bordered-inner-block {
    border: 2px solid rgba(47, 66, 189, 1);
    position: relative;
    margin-top: 100px;
    padding: 100px 1em 1em;
}

.user-bordered-inner-block > img {
    border: 4px solid rgba(47, 66, 189, 1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.user-block .card-name {
    font-family: "Montserrat Bold", serif;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.user-bordered-inner-block .card-name{
    height: 60px;
    overflow: hidden;
}

.userNewsFeed a{
    color: black;
}

.user-block .card-name a {
    width: 24px;
}

.user-block .card-name a img {
    width: 100%;
}

.user-block .followers-block {
    column-gap: 0;
    margin-bottom: 0;
}

.user-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 0.8em;
}

.user-actions a {
    width: auto;
    font-family: "Montserrat Bold", serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0.3em;
    transition: .4s;
    border: 1px solid rgba(47, 66, 189, 1);
    color: rgba(47, 66, 189, 1);
    text-align: center;
}

.user-actions a:hover {
    background-color: rgba(89, 149, 237, 0.1);
}

.user-actions a.bg-red-inv:hover {
    background-color: rgba(221, 45, 45, 0.1);
}

.favorite-btn {
    background-color: transparent;
    border: none;
    background-image: url("../images/heart-empty.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.favorite-btn:hover,
.favorite-btn.active {
    background-image: url("../images/heart-filled.png");
}

.user-block .favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.message-btn {
    background-color: transparent;
    border: none;
    background-image: url("../images/message-empty.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.message-btn:hover,
.message-btn.active {
    background-image: url("../images/message-filled.png");
}

#collapseFilter {
    width: 370px;
    max-width: 95vw;
    border: 1px solid rgba(89, 149, 237, 1);
    z-index: 5;
    position: absolute;
    top: -1px;
    right: 14px;
}

#collapseFilter label {
    margin-bottom: 0;
}

.collapse-header {
    background-color: #dfebfb;
    display: flex;
    justify-content: flex-end;
}

.collapse-body {
    background-color: #eef4fd;
    padding: 1em;
}

.collapse-body .row {
    row-gap: 1em;
}

.filter-group-title {
    font-family: "Montserrat Regular", serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.filter-options-wrapper {
    display: flex;
    flex-direction: column;
}

.interest-filter-wrapper input[type="checkbox"] {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

#selectAllInterests,
.interest-filter-wrapper input[type="checkbox"] ~ span {
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
}

.interest-filter-wrapper input[type="checkbox"]:not(:checked) ~ span {
    filter: grayscale(1) opacity(0.7);
}

#collapseFilter .select2-container,
#collapseFilter select,
#collapseFilter input[type="text"] {
    width: 100% !important;
    border: 1px solid var(--dark-color);
    padding: 2px 1em !important;
    font-family: "Montserrat Regular", serif !important;
    background-color: #fff;
}

#collapseFilter select,
#collapseFilter .select2-container {
    height: 34px;
}

#collapseFilter .select2-selection__rendered {
    font-family: "Montserrat Regular", serif !important;
    font-size: 13px !important;
    color: var(--dark-color);
}

.interest-list,
.interest-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.interest-list span {
    font-family: "Montserrat Bold", serif;
    color: var(--light-color);
    text-transform: uppercase;
    padding: 3px 5px;
    border-radius: 5px;
}

#selectAllInterests {
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    background-color: var(--light-color);
    font-family: "Montserrat Regular", serif;
}

.search-head {
    row-gap: 1em;
    margin-bottom: 1.5em;
}

.mobile-label {
    display: none;
}

.campaign-manager-search .user-bordered-inner-block {
    border-color: rgba(180, 31, 192, 1);
}

.campaign-manager-search .user-bordered-inner-block > img {
    border-color: rgba(180, 31, 192, 1);
}

.campaign-manager-search .user-actions a {
    border-color: rgba(180, 31, 192, 1);
    color: rgba(180, 31, 192, 1);
}

.campaign-manager-search .user-actions a:hover {
    background-color: rgba(180, 31, 192, 0.1);
}

.brand-search .user-bordered-inner-block {
    border-color: rgba(229, 45, 39, 1);
}

.brand-search .user-bordered-inner-block > img {
    border-color: rgba(229, 45, 39, 1);
}

.brand-search .user-actions a {
    border-color: rgba(229, 45, 39, 1);
    color: rgba(229, 45, 39, 1);
}

.brand-search .user-actions a:hover {
    background-color: rgba(229, 45, 39, 0.1);
}

.list-desc {
    line-height: 1.3em;
    height: 6.5em;
    overflow: hidden;
    text-align: justify;
    font-family: "Lora Regular", serif;
    font-size: 14px;
}

.team-create-block {
    background-color: #eef4fd;
    min-height: 500px;
    padding: 1.4em;
}

.no-team-head {
    padding-bottom: 2.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
}

.team-members .user-actions {
    margin-top: 0;
}

.chat-head .user-actions a,
.team-members .user-actions a {
    font-size: 11px;
    text-align: center;
}

.invite-desc-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.invite-top {
    border-bottom: 2px solid #5995ed;
    padding-bottom: 2em;
}

.chat-container {
    box-shadow: 4px 4px 10px 0 #00000040;
    min-height: 500px;
}

.chat-side-head {
    background-color: #F3F3F3;
    text-align: center;
    font-family: "Montserrat Regular", serif;
    text-transform: uppercase;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.chat-head {
    font-family: "Montserrat Medium", serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 1em 2em;
}

.chat-side {
    border-right: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat-body {
    background-color: rgba(89, 149, 237, 0.1);
    padding: 1em;
}

.participants-wrapper {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat Light", serif;
    font-size: 14px;
    overflow-y: scroll;
    max-height: 500px;
}

.participants-wrapper .current-partner {
    font-family: "Montserrat Medium", serif;
}

.participants-wrapper .user-name-avatar img {
    width: 40px;
    height: 40px;
}

.participants-wrapper .user-name-avatar {
    width: unset;
    padding: 0.7em 1em;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

#message-list {
    height: 500px;
    overflow-y: scroll;
}

.new-message-wrapper {
    position: relative;
    margin-top: 1em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.new-message-wrapper input,.new-message-wrapper textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 5px 35px 5px 10px;
}

.new-message-wrapper button {
    border: none;
    background: none;
    position: absolute;
    top: 7px;
    right: 5px;
    display: flex;
    align-items: center;
}

.new-message-wrapper button img {
    width: 20px;
}

.chat-message {
    display: flex;
    gap: 10px;
    width: 60%;
    margin-bottom: 1em;
    word-wrap: anywhere;
}

.chat-message.own {
    margin-left: auto;
}

.chat-message .text-part {
    width: 100%;
}

.chat-message.own .text-part .message-bubble {
    background-color: #dadada;
    color: var(--dark-color);
}

.chat-message .text-part .message-bubble {
    background-color: #2F42BD;
    color: var(--light-color);
    font-family: "Lora Medium", serif;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
}

.chat-message .text-part .message-date {
    font-size: 10px;
    margin-top: 3px;
    text-align: right;
    font-family: "Montserrat Regular", serif;
}

.chat-message .img-part {
    flex-shrink: 0;
}

.chat-message .img-part img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-side-bottom a {
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em;
    font-family: "Montserrat Light", serif;
    color: var(--dark-color);
    font-size: 13px;
    text-transform: uppercase;
}

.chat-side-bottom a p {
    color: #dd2d2d;
    font-size: 11px;
    text-transform: initial;
}

.chat-side-bottom a .blue-text p {
    color: #5995ed;
}

.chat-side-bottom img {
    width: 35px;
    height: 35px;
}
.newsfeed-desc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}
.nf_vimg {
    width: 100%;
    height: 200px;
}
.nf_vimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tooltip-block {
    position: relative;
}

.tooltip-text {
    display: none;
    padding: 8px 12px;
    flex-direction: column;
    align-self: stretch;
    border-radius: 8px;
    background: #181D27;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    min-height: 34px;
    justify-content: center;
    font-weight: 600;
    line-height: 18px;
    position: absolute;
    min-width: 163px;
    align-items: center;
    bottom: 23px;
    left: -69px;
}

.tooltip-block:hover,
.tooltip-block:focus {
    cursor: pointer;
}

.tooltip-block:hover .tooltip-text,
.tooltip-block:focus .tooltip-text {
    display: flex;
}

.fileupload input {
    opacity: 0;
    height: 30px;
    cursor: pointer;
}
.fileupload:hover button{
    background-color: #2f42bd;
    transition: all ease .3s;
    color: white;
}
.fileupload button {
    position: absolute;
    border: 1px solid black;
    height: 30px;
    background: white;
}
.fileupload {
    width: fit-content;
    height: 100%;
    position: relative;
    cursor: pointer;
}
#file-text {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: -1;
}
.nf_active_box {
    position: relative;
}
.nf_active_box::before {
    content: "";
    left: -10px;
    top: 50%;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    transform: translateY(-50%);
}
.nf_active_box.active::before{
    background: green;
}
.nf_active_box::before{
    background: gray;
}
.user-item-row .newsfeed-desc{
    gap: 2em;
}
.ewo{
    width: 100%;
}

.company_select,.individual_select{
    display: none;
}

#message-list .chat-message:not(.own){
    flex-direction: row-reverse;
}

.user-btn-group {
    position: relative;
}

.user-btn-group .message-button {
    position: absolute;
    top: 0;
    left: -15px;
    width: 20px;
}

.select2-selection {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

#collapseFilter .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-selection__rendered {
    padding: 0 !important;
}

.select2-container {
    width: 100% !important;
}

.city-filters {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    font-family: "Montserrat Light", serif;
    font-size: 15px !important;
    color: var(--dark-color);
}

.city-filters button {
    border: none;
    background: none;
    padding: 0;
    outline: none;
}

.city-filters button svg {
    transition: .4s;
}

.city-filters button[aria-expanded=true] svg {
    transform: rotate(90deg);
}

.opacity {
    opacity: 0 !important;
}

.package-card-new {
    color: var(--light-color);
    padding: 1.2em 0.8em;
}

.package-card-new.test-drive {
    background: linear-gradient(204.91deg, #010914 0%, #000008 100%);
}

.package-card-new.phoenix {
    background: linear-gradient(204.91deg, #2E0501 0%, #060000 100%);
}

.package-card-new.brand-boss {
    background: linear-gradient(204.91deg, #040404 0%, #000004 100%);
}

.package-card-new img {
    width: 50%;
}

.package-card-new.phoenix img {
    width: 30%;
}

.package-name-block {
    min-height: 250px;
}

.package-card-new .card-title {
    font-size: 30px;
}

.package-price,
.package-card-new.test-drive .card-title {
    font-family: "OpenSans Bold", serif;
}

.package-card-new.phoenix .card-title {
    font-family: "Lora Bold", serif;
}

.package-card-new .default-button {
    border-radius: 14px;
}

.home-hero a,
header a,
footer a {
    transition: .4s;
}

.home-hero a:hover,
header a:hover,
footer a:hover {
    transform: scale(1.03);
}