
* {box-sizing: border-box;}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden; 
}

.header {
    display: flex;
    align-items: center;
    background-color: #333;
    color: #fff;
    padding: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; 
}

.logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.logo .logo_txt {
    font-size: 18px;
    font-family: Impact;
}

.menu-bar {
    display: flex;
    align-items: center;
}

.sticky-wrapper.sticky {
    display: flex;
    align-items: center;
    position: sticky;
    top: 3;
    background-color: #073d39;
    width: 100%;
    z-index: 1;
}

.menu-bar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #073d39;
    color:#0a091f;
    z-index: 2; 
}

.menu-item {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    position: relative;
}

.menu-bar i {
    font-size: 20px; 
    margin-right: 5px; 
    color: #009620; 
}

.menu-bar a {
    font-size: 14px; 
    margin-right: 1px; 
    color: #ffffff; 
    border: 1;
}
.menu-bar a:hover {
    color: rgb(207, 0, 0);
}

.menu-item.active {
    font-weight: bold;
}

.menu-item.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #333;
    position: absolute;
    top: 70px; 
    right: 20px; 
    z-index: 1001; 
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.toggle-bar {
    display: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
   
    .menu-bar {
        display: none;
    }

    .toggle-bar {
        display: block;
    }

    .mobile-menu.show {
        display: flex;
    }
}

.home-content {
    text-align: center;
    padding: 20px;
}

.home-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.home-content p {
    font-size: 16px;
    color: #555;
}
.owl-carousel .item img {
    width: 100%;
    max-height: 400px;
}
.owl-carousel .slide-content {
    text-align: center;
    margin-top: 20px;
}
.image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.slide-content {
    width: 70%; 
    height: auto; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3337;
    color: #960069;
    padding: 10px;
    text-align: justify;
    max-height: 400px;
    z-index: 50; 
    text-align: center;
    
}

.slide-content h2 {
    font-size: 34px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
}

.slide-content p {
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

.slide-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3b022f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.slide-button2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #041629;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 10px;
    transition: background-color 0.3s ease;
}
.slide-button2:hover {
    background-color: #1f0130;
    color: #fff;
    text-decoration: none;
}
.slide-button2 a:hover {
    color: #362930;
}
.slide-button2:hover fas{
    color: #1f0130;
}
.rounded {
    border-radius: 40px;
}
.mobileMenu:hover{
    background-color: #1f0130;
    color: #fff;
    text-decoration: none;
}
.mobile-menu a:hover{
    color: #094e37;
}
.slide-button:hover {
    background-color: #b35100;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999; 
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-inner {
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    border: 4px solid #3498db; 
    border-top: 4px solid transparent;
    animation: spin 2s linear infinite; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.image-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 500px;
}

.home-content {
    text-align: center;
    padding: 20px;
}

.home-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.home-content p {
    font-size: 16px;
    color: #555;
}
.text-left.custom-3 {
    float: left;
    width: 50%; 
}
.text-left.custom-3 h1,p {
    text-align: center;
}

.table-right {
    float: right;
    width: 50%; 
}

.table-right table {
    border-collapse: collapse;
    width: 100%;
}

.table-right th {
    background-color: #240101;
    color: #fff;
    font-weight: bold; 
    padding: 10px;
    text-align: left;
}

.left-content {
    display: flex;
    justify-content: space-between; 
    width: 100%; 
    padding: 20px;
    text-align: center; 
}

.left-content .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.left-content h4.ui.top.attached.inverted.header {
    text-align: center;
    margin: 0;
}

.right-content {
    float: right;
    width: 60%;
    padding: 20px;
}
.ui.top.attached.inverted.header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.home-v2__brands {
    display: flex;
    justify-content: space-around; 
    align-items: center; 
    padding: 20px; 
    background-color: transparent; 
}

.home-v2__brands__logo {
    text-decoration: none; 
}

.home-v2__brands__logo img {
    width: 100px; 
    height: auto; 
    display: block; 
    margin: 0 auto; 
}
.pricing-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.card {
    animation-fill-mode: both;
}
.dark-mode {
    background-color: #121212; 
    color: #ffffff; 
    
}
.custom-header {
    background-color: #ffff;
    color: black;
    border: 2px solid black;
    padding: 10px;
}

.dark-mode .custom-header {
    background-color: #121212;
    color: white;
    border-color: white;
}
.dark-mode .bg-white {
    background-color: #121212;
    color: white;
    border-color: white;
}

.dark-mode.active {
    background-color: #000080; 
}
.dark-mode .home-content {
    background-color: #121212; 
    color: #ffffff; 
}
.dark-mode .home-content.text-left {
    background-color: #121212; 
    color: #ffffff; 
}
.footer {
    background-color: #05122d; 
    color: white; 
    padding: 20px 0; 
    text-align: center; 
}

.footer p {
    margin: 0;
}
.btn {
    background-color: #5900ff; 
    color: #fff; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 5px;
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}

.btn:hover {
    background-color: #362930; 
}

.home-content {
    text-align: center; 
}
section.custom {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
    width: 50%; 
}

section h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

section h3 span {
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.choice-list {
    list-style-type: none;
    padding: 0;
}

.choice-list li {
    margin-bottom: 20px;
}

.choice-list .date {
    font-size: 14px;
}

.choice-list h4 {
    font-size: 18px;
    margin-top: 5px;
}

.choice-list h4 a {
    text-decoration: none;
    color: #333;
}

.choice-list p {
    margin-top: 5px;
    font-size: 16px;
}

.more a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.more a:hover {
    color: #555;
}
.card-body{
    width: 50%;
}
.news-section {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
}

.news-section h5 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.news-section h5 span {
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.news-list {
    list-style-type: none;
    padding: 0;
}

.news-list li {
    margin-bottom: 20px;
}

.news-list .date {
    font-size: 14px;
}

.news-list h4 {
    font-size: 18px;
    margin-top: 5px;
}

.news-list h4 a {
    text-decoration: none;
    color: #333;
}

.news-list p {
    margin-top: 5px;
    font-size: 16px;
}
.custom-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px; 
    margin: 0 auto;
    border: 1px solid #011a16;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #011a16;
}

.custom-card-title {
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #444849;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-card-body {
    padding: 20px;
    flex: 1; 
}

.media-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.media-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    color: #fff;
}

.media-embed {
    flex: 1;
    padding: 20px;
}

.media-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.media-text {
    flex: 1;
    padding: 20px;
    color: #fff;
}
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; 
    background-color: #f2f2f2; 
    background-image: url('images/20230917094046.png'); 
    background-size: 1250px 350px; 
    background-repeat: no-repeat;
}

.content {
    text-align: center;
}

.content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    color: #333;
}

.pricing-table {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.pricing-plan.green {
    background: linear-gradient(-45deg, #704104, #def321);
    color: #fff;
}

.pricing-plan.blue {
    background: linear-gradient(-45deg, #3522a100, #21f391);
    color: #fff;
}

.pricing-plan.orange {
    background: linear-gradient(-45deg, #073d39, #e657da);
    color: #fff;
}

.pricing-plan.purple {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
    color: #fff;
}

.pricing-plan.purple.different-color {
    background-color: #242323; 
}

.pricing-plan {
    flex: 1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.pricing-plan h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.pricing-plan p {
    color: #fff;
    margin-bottom: 20px;
}

.pricing-plan h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.pricing-plan .btn {
    display: block;
    background-color: #3b1447;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.pricing-plan .btn:hover {
    background-color: #0056b3;
}
.table-list {
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.table-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-list li:last-child {
    border-bottom: none;
}

.table-list li i {
    color: green;
    margin-left: 10px;
}

footer {
    text-align: center;
    background-color: #0a091f; 
    color: white;
    padding: 20px 0; 
}

footer form {
    max-width: 300px; 
    margin: 0 auto; 
}

footer input.form-control {
    border-radius: 0; 
}

footer button.btn {
    border-radius: 0; 
    background-color: #21f391;
}

footer img {
    margin-top: 20px; 
    align-items: center;
}
    .centered-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-links a {
        color: white;
        text-decoration: underline;
        margin: 0 5px;
    }

