@charset "UTF-8";
@font-face {
    font-family: FutoSansBold;
    src: url('../assets/fonts/FutoSans/FutoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: FutoSans;
    src: url('../assets/fonts/FutoSans/FutoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Roboto;
    src: url('../assets/fonts/FutoSans/FutoSans-Medium.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Roboto:wght@100;400;500;700;900&display=swap');
body {
    background: #141728;
    color: white;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
}



#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #191b35;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

#loading-overlay.fade-out {
    opacity: 0;
}

.loading-logo {
    width: 150px;
    height: 150px;
    animation: fullSpin 2s linear infinite;
    transform-origin: center center;
}

@keyframes fullSpin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}


.loading-fallback-spinner {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-fallback-spinner:after {
    content: "";
    width: 100px;
    height: 100px;
    border: 8px solid transparent;
    border-top-color: #191b35;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}







.is-container {
    max-width: 800px;
    margin: auto;
}


.is-container li {
    color:white;
}

/* .card {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px;
    height: 300px;
    width: 500px;
    border: none;
} */

.card-text {
    color: white;
    font-size: 18px;
    line-height: 1.7em;
}

.card-title.numbers {
    color: #FED324;
    font-family: 'FutoSansBold';
    font-weight: 900;
}

.show-more-link,
.show-less-link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 14pt;
}

.show-more-link:hover,
.show-less-link:hover {
    text-decoration: none;
    color: #FED324;
    font-weight: 500;
    font-size: 14pt;
}

.card-title {
   
        color: #0092B1;

    font-size: 36px;
    font-family: 'FutoSansBold';
    font-weight: 700;
    line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: sans-serif;
    font-weight: 900;
}

.umb-block-list h1 {
    margin-bottom: 30px;
}

.carousel-control-next,
.carousel-control-prev {
    color: white;
    top: 0px;
}

.carousel-indicators {
    color: white;
    bottom: -75px;
}

.carousel-indicators [data-bs-target] {
    color: white;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}




.carousel-indicators li {
    color: black !important;
}

.avatar-container {
    text-align: right;
}

iframe {
    width: 100%;
    height: 400px;
   
}

.h1 {
    color: white;
}


.header-image{
    max-height: 600px;
}


footer {
    background-color: #FED324;
    padding: 30px;
}

header {
    position: relative;
}

footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer a {
    text-decoration: none;
    color: black;
}

.subheading {
    font-size: 24px;
}

.footer-hover:hover {
    text-decoration: none;
   background-color: black;
   color: white;
   transition-delay: 1s;
   transition: ease-in;
   }

    .footer-hover:hover a {
        text-decoration: none;
    background-color: black;
    color: white;
    transition-delay: 1s;
    transition: ease-in;
    }

footer li {
    padding: 10px;
}

footer h4,
li,
ul {
    color: black;
    margin-bottom: 10px;
}



.social-icons-footer {
   
}

footer h4 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}


.faq-col {
    align-self: top !important;
}

.navbar {
    background-color: transparent;
    color: white;
    transition: ease-out 300ms;
}

.isBlog {
    background-color: #141728;
    color: white;
}

.navbar a {
    color: white;
}

.navbar li {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: sans-serif;
    margin-left: 12px;
    align-content: end;
}

.navbar a:hover {
    border-bottom: solid 2px #FED324;
    color: white;
}

.nav-link.current {
    border-bottom: solid 2px #FED324;
    color: white
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

header h1 {
    font-family: sans-serif;
    font-weight: 900;

    font-size: 60px;
    line-height: 1.1;
}

.isHomePage header h1 {
    font-size: 60px;
}

.isItSecure p {
    margin-right: 120px;
}

.faqHome a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    margin-left: 20px;
}

.faqHome a:hover {
    text-decoration: none;
    color: #FED324;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}



.imageContiner {
    
}

.right-corner {
    width: 100%; /* Adjust as needed */
    height: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
}

.left-corner {
    width: 100%; /* Adjust as needed */
    height: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 85%);
}

.image-logo img {
    border-radius: 0px;
}

header span {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FED324;
}

.navbar-toggler {
    color: #FED324;
}

.custom-padding-2 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.apps img {
    width: 150px;
    margin-right: 10px;
    margin-top: 30px;
}

.slider-text {
    text-align: left;
    color: white;
    padding-right: 200px;
    padding-left: 50px;
}

.slider-icon {
    align-self: center;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-button {
    font-weight: 900;
    border-right: 0;
    border-left: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: #FFF !important;
    background-color: #FED324 !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #FED324 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #FED324 !important;
    border-radius: 0px !important;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
    background-color: #FED324 !important;
    color: #FFF !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #FED324 !important;
    box-shadow: 0px !important;
}

.colorWhite a {
    color: white;
}



.progress-bar {
    background-color: #FED324;
}

.percentage {
    text-align: right;
}

.bar {
    margin-top: 20px;
}

.button {
    background-color: #FED324;
    color: black;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px; /* Simplified padding */
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none !important;
    border-radius: 0px;
    
    /* Add transition for smooth scaling */
    transition: transform 0.3s ease;
    text-transform: uppercase;
}

.about-card {
    border: none !important;
}


.button:hover {
    color: black;
    /* Scale the button by 5% on hover */
    transform: scale(1.15);
}
.contactInfo img {
    width: 30px;
    margin-right: 5px;
    margin-top: 5px;
}

.contactInfo ul {
    list-style: none;
    padding-left: 0px;
}

.contactInfo li {
    margin-top: 10px;
    color: black;
}

.contactHolder .form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
}

.contactHolder .form input {
    width: 49%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
}

input,
textarea {
    border-radius: 12px;
}

input:focus,
textarea:focus {
    outline: 2px solid #FED324;
    border-radius: 12px;
}

.contactHolder .form .button {
    width: 30%;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
   
    overflow: hidden;
}



.fa-stack:hover {
    transform: scale(1.2);
    color: black;
}

.is-fixed {
    background-color: #141728;
    transition: ease-in 300ms;
}

.navbar-toggler {
    color: #FED324;
}

.is-fixed .navbar-toggler {
    color: white;
    transition: ease-in 300ms;
}

.thumbnailImage {
    height: 400px;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.articleTitle a {
    color: white;
    text-decoration: none;
}

.articleTitle a:hover {
    color: #FED324;
    text-decoration: none;
}

.featuredImage {
    max-width: 700px;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.articleDate {
    text-align: right;
}

.headerContainer {
    padding-top: 50px;
   
}

.thirds a {
    text-decoration: none;
    color: white;
}

.thirds a:hover {
    text-decoration: none;
    color: #FED324;
}

.avatar {
    height: 150px;
    border-radius: 50%;
}



.blogSeparator {
    height: 100px;
}

.articleContainer {
    max-width: 700px;
}

.twp-video-background {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.video-background {
    box-sizing: border-box;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -99;
    box-sizing: border-box;
}

.video-foreground,
.video-background video {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}

.video-container {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.swal2-styled.swal2-confirm {
    width: 120px;
    color: black !important;
    background-color: #FED324 !important;
}

.swal2-styled.swal2-confirm:hover {
    width: 120px;
    background-color: #FED324 !important;
    color: white !important;
    background-image: none;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}


/*.flip-card {*/


/*    background-color: transparent;*/


/*    height: 200px;*/


/*    width: 220px;*/


/*    border-radius: 10px;*/


/*    perspective: 1000px;*/


/*    margin-bottom: 30px;*/


/*}*/

.flip-card-front img {
    filter: invert(1);
    height: 60px;
}


/*.flip-card-inner {*/


/*    background: white;*/


/*    position: relative;*/


/*    width: 100%;*/


/*    height: 100%;*/


/*    text-align: center;*/


/*    transform-style: preserve-3d;*/


/*    border-radius: 10px;*/


/*    padding-bottom: 15px;*/


/*    padding-top: 10px;*/


/*}*/


/*.flip-card:hover .flip-card-inner {*/


/*    transform: rotateY(180deg);*/


/*}*/


/*.flip-card-front,*/


/*.flip-card-back {*/


/*    position: absolute;*/


/*    padding: 15px;*/


/*    width: 100%;*/


/*    height: 100%;*/


/*    -webkit-backface-visibility: hidden;*/


/*    backface-visibility: hidden;*/


/*    border-radius: 10px;*/


/*     display: flex;*/


/*    flex-direction: column;*/


/*    justify-content: space-around;*/


/*}*/


/*.with-description .flip-card-back {*/


/*    display: flex;*/


/*    flex-direction: column;*/


/*    justify-content: space-between;*/


/*    position: absolute;*/


/*    top: -15px;*/


/*    left: -15px;*/


/*    padding: 15px;*/


/*    width: 115%;*/


/*    height: 124%;*/


/*    -webkit-backface-visibility: hidden;*/


/*    backface-visibility: hidden;*/


/*    border-radius: 10px;*/


/*}*/


/*.with-link .flip-card-back {*/


/*    top: 0px;*/


/*}*/


/*.flip-card-front {*/


/*    color: black;*/


/*}*/


/*.flip-card-back {*/


/*    background-color: #FED324;*/


/*    color: white;*/


/*    transform: rotateY(180deg);*/


/*    border-radius: 10px;*/


/*}*/

.flip-card-back p {
    font-size: 10pt;
}

.flip-card-front h5 {
    color: black;
    font-size: 12pt;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
    background-color: transparent;
    width: 220px;
    height: 200px;
    border-radius: 12px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    margin-bottom: 50px;
}


/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 12px;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: white;
    color: black;
}


/* Style the back side */

.flip-card-back {
    background-color: #FED324;
    color: white;
    padding: 10px;
    transform: rotateY(180deg);
    height: 125%;
    width: 110%;
    top: -20px;
    left: -10px;
}

.copyright {
   background-color: #E4B802;
   padding: 20px;
   display: flex;
   align-self: center;
}

.highlight {
    color: #FED324;
    font-size: 60px;
    
    font-weight: 900;
    display: inline-block;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    position: relative;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .navbar-nav {
        background-color: #141728;
        padding: 15px;
    }
    
    .header-image{
    max-height: 400px;
}
    
   
  
    .thumbnailImage {
        height: 250px;
        width: 100%;
        border-radius: 25px;
        object-fit: cover;
    }
    .headerContainer {
        padding-top: 90px;
        padding-bottom: 0px;
    }
    .isHomePage header h1 {
        font-size: 34px;
    }

    .highlight {
        font-size: 34px;
    } 

    header span {
        font-size: 15px;
    }
    .featuredImageRow {
        height: 220px;
    }
    footer {
        text-align: center;
    }
    .contactHolder {
        padding: 10px;
    }
    .isCashboxForMe {
        text-align: center;
    }
    .whyCashbox {
        padding-bottom: 0rem !important;
    }
    
    .pt-5 {
        padding-top: 0.5rem !important;
    }
    .pb-5 {
        padding-bottom: 0.5rem !important;
    }
    .isItSecure p {
        margin-right: 0px;
    }
    .thirds {
        text-align: center;
    }
    .left {
        margin-bottom: 10px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        color: white;
        top: -200px;
    }
    .slider-text {
        text-align: center;
        margin-bottom: 80px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .avatar-container {
        margin-bottom: 25px;
        text-align: center;
    }
    .carousel-indicators {
        bottom: 0px;
        
    }
}




@keyframes rotateWords {
    0% { opacity: 0; }
    2% { opacity: 1; }
    18% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}


/** Rich Text Editor Styling */

/**umb_name:Heading 1*/
h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

/**umb_name:Heading 2*/
h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.3em;
}

/**umb_name:Heading 3*/
h3 {
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 0.7rem;
}

/**umb_name:Heading 4*/
h4 {
	font-family: sans-serif;
	font-size: 24px;
	margin-bottom: 0.6rem;
	line-height: 1.6em;
	font-weight: 400;
}

/**umb_name:Paragraph 1*/
.paragraph1 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
}

/**umb_name:Paragraph 2*/
.paragraph2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3em;
}

/**umb_name:Paragraph 3*/
.paragraph3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7em;
	color: black;
}

/**umb_name:Paragraph 4*/
.paragraph4 {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4;
}

/**umb_name:Nexa Slab Font*/
.nexaSlab {
	font-family: 'Nexa Slab Bold';
}

/**umb_name:Color light blue*/
.colorLightBlue {
	color: #0092B1;
}

/**umb_name:Color blue*/
.blueText {
	color: #0092B1;
}

/**umb_name:Color gray*/
.colorGray {
	color: #716C80;
}

/**umb_name:Color black*/
.colorBlack {
	color: #1B1B1B;
}

/**umb_name:Color white*/
.colorWhite {
	color: #FFFFFF;
}

/**umb_name:Color red*/
.colorRed {
	color: #FF0000;
}

/**umb_name:Color green*/
.colorGreen {
	color: #00FF00;
}

/**umb_name:Color yellow*/
.colorYellow {
	color: #FED324;
}

/**umb_name:Color dark gray*/
.colorDarkGray {
	color: #333333;
}
