.background {
    background-image: url('../images/background.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
 
}
.site_theme label:nth-child(2) i {
    background: url(../images/theme-switch.png) right 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 20px;
    display: block;
}
.txt_size {
    float: left;
    font-size: 0;
    margin-top: 17px;
}
.txt_size a {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    /* height: 23px; */
    margin-right: 10px;
}

.input input::placeholder {
    color: white;
}

.overlay {
    background: #000422;
    
}
.bg-blur {
    background: transparent;
    backdrop-filter: blur(10px);
  }
  .site_theme label {
    width: 18px;
    height: 20px;
    float: left;
    position: relative;
    display: block;
  }
  .site_theme label input {
    display: none;
}
.txt_size {
    float: left;
    font-size: 0;
    margin-top: 17px;
}
.txt_size a {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    /* height: 23px; */
    margin-right: 10px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
}
.site_theme {
    float: left;
    margin-right: 14px;
    margin-top: 17px;
    display: flex;
}
.site_theme label i {
    background: url(../images/theme-switch.png) 0 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 20px;
    display: block;
}

/* .social_media_panel {
    background: url(images/bg4.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 72px 0 58px;
    position: relative;
}
.social_media_panel .h_txt h2,
.social_media_panel .h_txt span {
    color: #000;
}

.social_media_panel ul {
    list-style: none;
    padding: 0;
    margin: 0 -2%;
    clear: both;
}

.social_media_panel li {
    width: 25%;
    float: left;
    padding: 0 2%;
    position: relative;
}

.social_media_panel li:nth-child(2)::before {
    background: url(images/v-line-2.png) 0 0 no-repeat;
    background-size: 1px 100%;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.social_media_panel li:nth-child(3)::after,
.social_media_panel li:nth-child(2)::after {
    background: url(images/v-line-2.png) 0 0 no-repeat;
    background-size: 1px 100%;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}

.social_media_panel li h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    float: left;
}

.social_media_panel li strong {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-top: 8px;
}

.social_media_panel li strong img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.social_media_panel li strong img:last-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.social_media_panel li a {
    width: 100%;
    float: left;
    display: block;
    clear: both;
    margin-top: 20px;
    height: 399px;
    overflow: hidden;
    overflow-y: scroll;
} */
.media_panel {
    background: rgba(0, 17, 34, 1);
    width: 100%;
    float: left;
    padding: 85px 0 150px;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 2;
}
.container {
    width: 100%;
    max-width: 1575px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.media_gallery {
    width: 100%;
    float: left;
}
.gallery_nav a {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #686868;
    text-transform: uppercase;
    display: block;
    float: left;
}
.h_txt h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 49px;
    letter-spacing: 12px;
    position: static;
    visibility: visible !important;
    opacity: 1 !important;
}
.gallery_container {
    width: 100%;
    float: left;
}
.gallery_container .g_tab_cont {
    width: 100%;
    float: left;
  
}

.sidebar {
    background:#D9DDFF;
    color: BLACK;
    width: 390px;
    height: 100vh;
    position: fixed;
    top: 0;
    
    transition: all 0.3s ease;
    padding-top: 60px;
    overflow-y: auto;
}

.sidebar.show {
    left: 0;
}

.sidebar-header {
    padding: 20px;
    text-align: center;
    background-color: #D9DDFF;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 10px 20px;
   border-bottom: 1px solid #999999;
    cursor: pointer;
    font-family: Oswald;
    font-weight: 600px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 10%;
}
/* 
.sidebar ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
} */

.sidebar ul li:last-child {
    border-bottom: none;
}
.sidebar {
    width: 250px;
    background-color: #D9DDFF;
    color: black;
    position: fixed;
    left: 100%;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-250px);
}
.sidebar.open {
    transform: translateX(0);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #D9DDFF;
}

.sidebar-header h2 {
    margin: 0;
    font-size: 16px;
}

.close-btn {
    background: #D9DDFF;
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;

}

.menu li a {
    color: black;
    text-decoration: none;
    display: block;
}
/* 
.menu li a:hover {
    background-color: #c1d1e3;
} */

.main-content {
    flex: 1;
    padding: 20px;
    margin-left: 250px;
    transition: margin-left 0.3s;
}

.open-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: 53px;
    right: 161px;
}

@media (max-width: 768px) {
    .sidebar {
        transform: translateX(-250px);
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
    }

    .open-btn {
        display: block;
    }
}
@media (width: 2560px) {
.chart{
    padding-left: 27%;
}
}

.toggle-btn {
    position: fixed;
    top: 20px;
margin-left: 7px;
    cursor: pointer;
    z-index: 999;
}

.toggle-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;

    justify-content: center;
    align-items: center;
}

.toggle-icon:before {
    content: '\2630'; /* Unicode character for hamburger icon */
    font-size: 20px;
    color: #fff;
}
.footer_bottom {
    width: 100%;
    float: left;
    background: url(images/h-line-footer.png) left top no-repeat;
    background-size: 100%;
}
.linear{
    background-image: linear-gradient(45deg,#FFFFFF00,#FFFFFF,#FFFFFF00);
}
.oswald{
font-family: oswald;
/* letter-spacing: 4px; */
}
.sans{
    font-family: Source Sans Pro;  
}
.linear2 {
    border: none;
    border-right: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(45deg, #FFFFFF00, #FFFFFF, #FFFFFF00);
    text-align: left;
    display: inline-block;
}
.image-container{
     position: relative;
}
.image-container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity here */
    z-index: 1;
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-prev,
.owl-next {
    width: 70px;
    height: 70px;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    background: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    display: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
/* .owl-nav .owl-prev,
.owl-nav .owl-next {
    width:70px;
    height:70px;
    color: white;
 
    padding: 10px;
    cursor: pointer;
border: 1px solid white;
} */
.owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-]{
    background: none !important;
    border-radius: 50% !important;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    
}
.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
.marquee-content img {
    width: 200px;
    height: auto;
    display: inline-block;
    margin-right: 20px; /* Space between images */
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@media (max-width: 768px) {
    .linear2{
        border-image-slice: 0;
    }

}
input[type="checkbox"] {
    /* Hide the default checkbox */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    background-color: #0A2A43; /* Your custom background color */
  }
  input[type="checkbox"]::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: green; /* Your accent color */
    position: relative;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  input[type="checkbox"]:checked::before {
    opacity: 1;
  }
  input[type="checkbox"]::after {
    content: "\2713"; /* Unicode character for check mark */
    font-size: 16px;
    color: white; /* Color of the check mark */
    position: absolute;
  
    transform: translate(38%, -128%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;
  }
  /* Center Mode Styling */
.swiper-container {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  width: 100%;
  padding: 0 10px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 33.33%; /* Adjust width based on the number of slides you want to show */
  padding: 20px; /* Adjust padding as needed */
  box-sizing: border-box;
  transition: transform 0.3s ease;
  opacity: 0.5; /* Adjust opacity as needed */
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1); /* Adjust scale as needed */
}

/* Navigation Arrows */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}
input::placeholder{
    color: white;
}

li{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400px;
    font-family: source sans pro;
    color: white;
    padding-top: 20px;
  }