@font-face {
    font-family: 'Bahnschrift';
    src: url('/Font/Bahnschrift.woff') format('woff');
    /* Add other font formats if necessary */
    font-weight: normal;
    font-style: normal;
}

#text-display {
    font-family: 'Bahnschrift', Arial, sans-serif;
    font-size: 4vw;
    margin-left: 40px;
    left: 50px;
}




html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
p{
    padding-left:10px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
iframe{
    padding:0px;
    margin:0px;
}
body {
    margin: 0; /* Remove default margin */
    margin-bottom: 60px;
    margin-top: 60px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
container{
    margin-bottom:100px;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size:8px;
}
.card {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin:8px;
    padding: 5px;
    border-radius: 0px;
    border: none;
}
.fit-child{

}
.left-right {
    flex-wrap: wrap;
    flex-direction: row;
}



.giant-text {
    flex: 1;
    display: flex;
    align-items: center;
}
  #text-display {
        font-family: 'Bahnschrift', Arial, sans-serif;
        font-size: 1.95vw; /* Use viewport width units for responsive font size */
        font-weight: 500;
        
    }
    #text-display span{
        margin-bottom:-15px;
    }


    .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        /*box-sizing: border-box; Include padding and border in the total width and height */
    }
:root {
    --total-columns: 12;
    
}
[class^="col-"] {
    white-space: normal; /* Allow text to wrap to the next line */
    /*overflow: hidden;  Hide overflowing content */
    max-width: calc(var(--col-flex) * 1);
    align-items: center;
}
    [class^="col-"] img {
        /*width: 100px;
        height: auto;*/
        object-fit: cover; /* Optional: Maintain the aspect ratio and cover the container */
    }
    [class^="col-"] span {
        white-space: normal; /* Allow text to wrap to the next line */
    }

:is(.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11) {
    --col-flex: calc(100% / (var(--total-columns) / parseInt(replace(%), 10)));
}
.align-center {
    align-items: center; 
    text-align: center;
}
.align-center2 {
    /* Set the desired height of the container */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .col-fit-width {
        width: 100%;
        max-width: 100%;
        height: auto; /* Maintain aspect ratio */
    }

.col-fit-height {
    height: 100%;
    max-height: 100%;
    width: auto; /* Maintain aspect ratio */
}

.col-fit {
    width: 100%; /* Expand the container to the full width of its parent */
    height: 100%; /* Expand the container to the full height of its parent */
}
.card-overscroll-y{
    overflow-y: scroll;
}
#mainaddcard.card {
    background-color: transparent;
    margin-top: 10px;
}
.header-cus {
    font-size: 45px;
    margin-left: 15px;
}
#er98j9refv{
    display:block;
}
.content {
    z-index: 1; /* Ensure content appears above the background image */

    padding: 20px;
    color: #fff; /* Set text color */
}
#j90j30 {
    color:white;
   margin-left:100px;
    display: none;
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.row-section {
    display: flex; /* Use flexbox for horizontal layout */
    background-color: rgba(18, 18, 18, 0.9);
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative; /* Position relative for pseudo-element */
    white-space: nowrap; /* Prevent text from wrapping */
}

    .row-section::after {
        content: "";
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        width: 100px; /* Width of the fading area */
        background: linear-gradient(to left, rgba(18, 18, 18, 0), rgba(18, 18, 18, 0.9)); /* Fading gradient */
        z-index: 1; /* Ensure the pseudo-element is behind other content */
    }

    .row-section::before {
        content: "";
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        width: 100px; /* Width of the fading area */
        background: linear-gradient(to right, rgba(18, 18, 18, 0), rgba(18, 18, 18, 0.9)); /* Fading gradient */
        z-index: -1; /* Ensure the pseudo-element is behind other content */
    }
@media (max-width: 990px) {
    .row-section {
        margin-left: -50px;
        padding-left: 50px;
        margin-right: -50px;
        padding-right: 50px;
    }
    .row-section::after {
        display: none;
    }

    .row-section::before {
        display:none;
    }
    #j90j30{
        display:block;
        width:400px;
    }
    #wefnoin999 {
        display: none;
    }
    #wefowejf0 {
        font-size: 20px;
    }
    .content {
        padding: 0px;
    }
    #er98j9refv {
        display: none;
    }
    .col-3 {
        width: 33.333%;
    }
    .col-9 {
        width: 77.777%;
    }
    .col-2 {
        width: 33.333%;
    }
    .col-6 {
        width: 100%;
    }
    .col-3 {
        width: 50%;
    }
    .header-cus{
        font-size:25px;
    }
    iframe {
        width: 100%; /* Set the width to 100% or any specific value suitable for smaller screens */
    }
    .col-mobileflex {
        --col-flex: 100%;
        width:100%;
    }
    #MAINICONCONTAINER {
        width: 20%; 
    }
    #main-icon {
        width: 100%;
        height: auto;
    }
    #ef9jwef{
        width:70%;
    }
    #text-display {
        font-family: 'Bahnschrift', Arial, sans-serif;
        font-size: 4vw;
        margin-left: 40px;
        left: 50px;
    }
    .giant-text {
    }
    #mainaddcard {
        --col-flex: calc(100%/(3/12));
        overflow-x: visible;
        overflow-y: visible;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        margin: 0px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: white;
    }
        #mainaddcard.card {
            background-color: white;
            margin-top:0px;
        }

        #bottomcontainer {
        }
    #bottomcontainerda{
        margin-top:70px;
    }
}
/**/
/*done making uopdates*/



.fixed-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px; /* Adjust the width as needed */
    height: auto; /* Adjust the height as needed */
    z-index: -10; /* Adjust the z-index to ensure it appears above other elements */
    pointer-events: none; /* Allows clicks to fall through the overlay */
}