@charset "UTF-8";
/* CSS Document */

:root {
    --cc-primary: rgba(57,96,168,1);
    --cc-primary-dark: rgba(40,66,117,1);
    --cc-secondary: rgba(191,33,48,1);
    --logo-width: 174px;
    --logo-height: 145px;
    --placeholder-color: #ccc;
}

@media screen and (max-width: 1024px) {
    :root {
        --logo-width: 126px !important;
        --logo-height: 105px !important;
    }
    
}
    
* { font-family: "Lato", sans-serif; }

html, body {
    min-height: 100%;
}
        
/* My BS changes */
.nav-link { color: var(--cc-primary) !important; }
.nav-link:hover { color: var(--cc-primary-dark) !important; }
    
.text-primary { color: var(--cc-primary) !important; }
.bg-primary { background-color: var(--cc-primary) !important; }
.border-primary { border-color: var(--cc-primary) !important; }

.btn-primary { background-color: var(--cc-primary) !important; border-color: var(--cc-primary) !important; transition: filter 0.3s ease !important; }
.btn-primary:hover { background-color: var(--cc-primary) !important; border-color: var(--cc-primary) !important; transition: filter 0.2s ease !important; filter: brightness(120%) !important; }

.btn-outline-primary { border-color: var(--cc-primary) !important; color: var(--cc-primary) !important; transition: filter 0.3s ease !important; }
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary:hover { background-color: var(--cc-primary) !important; border-color: var(--cc-primary) !important; color: white !important; transition: filter 0.3s ease !important; }

.text-secondary { color: var(--cc-secondary) !important; }
.cc-isOnBlue .text-secondary { color: #fef6f3 !important; }

.bg-secondary { background-color: var(--cc-secondary) !important; color: #fff !important; }
.bg-secondary:hover { background-color: var(--cc-secondary) !important; color: #fff !important; }

.cc-isOnBlue .bg-secondary:hover { background-color: var(--cc-secondary) !important; transition: filter 0.2s ease !important; filter: brightness(120%) !important; color: #fff !important; }

.border-secondary { border-color: var(--cc-secondary) !important; }

.btn-secondary { background-color: var(--cc-secondary) !important; border-color: var(--cc-secondary) !important; color: white !important; transition: filter 0.3s ease !important; color: #fff !important; }
.btn-secondary:hover { background-color: var(--cc-secondary) !important; border-color: var(--cc-secondary) !important; color: white !important; transition: filter 0.2s ease !important; filter: brightness(120%) !important; }
    
.make-cc-white { filter: brightness(0) saturate(100%) invert(90%) sepia(55%) saturate(5%) hue-rotate(118deg) brightness(109%) contrast(100%) !important }
.make-cc-blue { filter: brightness(0) saturate(100%) invert(30%) sepia(9%) saturate(6683%) hue-rotate(195deg) brightness(95%) contrast(73%) !important }
.make-cc-red { filter: brightness(0) saturate(100%) invert(26%) sepia(46%) saturate(2270%) hue-rotate(329deg) brightness(87%) contrast(96%) !important }

.fw-bolder {
    font-weight: 900 !important;
}

.fs-7 {
    font-size: 14px;
}

.header-logo {
    width:var(--logo-width);height:var(--logo-height);
}
.cc-isOnBlue .cc-navbar .offcanvas:not(.show) .nav-link { 
    color: #fef6f3 !important;
    transition: filter 0.2s ease !important;
}

.cc-isOnBlue .cc-navbar .offcanvas:not(.show) .nav-link:hover {
    color: #fef6f3 !important;
    filter: brightness(115%) !important;
}

.cc-isOnBlue .cc-navbar .offcanvas:not(.show) .bg-secondary {
    background-color: #fef6f3 !important;
    color: #000 !important;
}
.cc-isOnBlue .cc-navbar .offcanvas:not(.show) .bg-secondary:hover {
    color: #000 !important;
}

.cc-header-dots-bg {
    position: fixed;
    z-index: -3;
    top: 0;
    left: 0;
    width: 30%;
}

.cc-header-dots-bg img {
    width: 100%; animation: pulse 38s infinite linear; transform-origin: 0 0;
}

@media screen and (max-width: 800px) {
    .cc-header-dots-bg {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 80%;
    }
}

.open-mob-menu { height:25px; }

#login-btn a {
    height: 46px !important;
}
#login-btn img {
    height: 24px !important;
}

.bg-light-2 {
    background: #fef6f3 !important;
}

.cc-line {
    width: 100%;
    height: 2px;
    position: relative;
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
    opacity: 0.25;
}

.make-cc-blue {
    filter: brightness(0) saturate(100%) invert(31%) sepia(87%) saturate(455%) hue-rotate(181deg) brightness(96%) contrast(88%);
}
.make-cc-blue-psuedo:before {
    filter: brightness(0) saturate(100%) invert(31%) sepia(87%) saturate(455%) hue-rotate(181deg) brightness(96%) contrast(88%);
}

.make-in-middle {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.cc-display-none {
    display: none;
}

.btns-n-msgs {
    min-height: 58px;
}

.home-dots {
    bottom:15%;opacity:0.075;
}

bjn-lottie {
  display: block;
  width: 100%;
 max-width: 150px;
    max-height: 150px;
}

bjn-lottie.lottie-inline {
      display: inline-block !important;
  width: 2em !important;   /* tweak to taste */
  height: 2em !important;  /* keeps it square */
  line-height: 1 !important;
  vertical-align: middle !important; /* or try baseline/-0.125em if you prefer */
}
bjn-lottie.lottie-inline .lottie-container {
  width: 100% !important;
  height: 100% !important;
}

/*
.lottie-container {
  width: 100%;
  height: 100%;
}/**/

.why-you-love img {
    margin-top:-25px;
}

.cc-logo-blowOut {
    width: 80vw !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(132deg) brightness(105%) contrast(101%) !important;
    transform: translate3d(-25%,35%,0) !important;
    opacity: 0.075 !important;
}

.about-header {
    margin-top:calc(-1 * (var(--logo-height) + 6rem));padding-top:calc(var(--logo-height) + 6rem);background-image: var(--bs-gradient) !important;
}
.about-header .cc-dots {
    width: 1500px;
    transform: translate3d(-40%,0%,0);
    opacity: 0.1;
}

.plans .card {
    background-size: cover;
    background-position: center center;
}

.plans .card-header {
    background-color: rgba(255, 255, 255, 0.2);  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.plans .plan-num-3 .card-header {
    background-color: rgba(191, 33, 48, 0.2) !important;
}

.plans .card-body {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.cc-discounts .brand-logo {
    width: 120px;
    height: auto;
}

.our-partners:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
}

@media screen and (max-width: 1024px) {
    .our-partners {
        padding-bottom: 80% !important;
    }
}

@media screen and (max-width: 1024px) {
    .home-dots {
        width: 300% !important;
    }
    
    footer .border-start {
        border-width: 0 !important;
    }
}

footer .footer-logo { width: auto !important; height: 120px !important; }
footer .copyright { font-size: 14px !important; }

.lazy-img[data-style="fade"],
.lazy-bg[data-style="fade"] {
    opacity: 0;
    filter: blur(8px);
    transition: opacity 0.6s ease, filter 1.2s ease;
}

.lazy-img.loaded,
.lazy-bg.loaded {
    opacity: 1;
    filter: blur(0);
}

.lazy-img,
.lazy-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blind-transition {
    overflow: hidden;
    transition: height 0.4s ease;
}

.stripe-paymentEl {
    padding:16px 12px 13px 12px;
}

.form-signin {
    max-width: 450px;
    padding: 2em;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
    
.feature-icon-small {
  width: 4rem;
  height: 4rem;
}

@keyframes slowRotate {
  0%   { transform: rotate(0deg); }
  8%   { transform: rotate(15deg); }
  15%  { transform: rotate(30deg); }
  22%  { transform: rotate(50deg); }
  32%  { transform: rotate(70deg); }
  45%  { transform: rotate(110deg); }
  55%  { transform: rotate(150deg); }
  65%  { transform: rotate(180deg); }
  72%  { transform: rotate(210deg); }
  80%  { transform: rotate(260deg); }
  88%  { transform: rotate(300deg); }
  94%  { transform: rotate(330deg); }
  100% { transform: rotate(360deg); }
}

.rotating-image {
  animation: slowRotate 400s ease-in-out infinite;
  transform-origin: center center; /* Ensures it rotates around its center */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    66% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animate-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -10px);
  }
  60% {
    transform: translate(0, -5px);
  }
}

.animate-bounce {
  animation: animate-bounce 2s infinite;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-10px); }
  40% { transform: translateX(10px); }
  60% { transform: translateX(-10px); }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.4s ease-in-out;
}

/* Placeholder */
.make-bjn-pc input::placeholder,
.make-bjn-pc textarea::placeholder {
    color: #ccc;       /* Change this to your desired color */
    opacity: 1;           /* Override Bootstrap's reduced opacity */
}

.billy-walters-winner {
    width: 100%;
    padding-top: 50%;
    background: url(/images/billy-walters-winner.jpg) center center;
    background-size: cover;
}

.bww-text {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    padding: 25px;
}
