@import url("assets/kokila/kokilai.ttf");

body {
    font-size: 16px;
    font-family: "kokila" !important;
}
.wrapper {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
}
.wrapper > * {
    padding: 10px;
    margin: 10px;
    flex: 1 100%;
    border: radius 10px;
}

.header {
    height: 120px;
}
.footer {
    height: 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer,
footer::before,
footer::after {
    box-sizing: border-box;
}
.marquee {
    margin-top: 2%;

    overflow: hidden;
    font-family: "Pridi", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #f0f0f0;
    background: linear-gradient(41deg, rgb(7, 30, 124), rgb(72, 136, 226));
}

.marquee__inner {
    display: flex;
}

.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 10px 15px;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes marqueeLine {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.main {
    object-fit: contain;
    overflow: hidden;
    height: 460px;

    font-size: 20px;
    text-align: center;
}
.aside1 {
    height: 450px;
    overflow: hidden;
}
.imgg {
    overflow: hidden;

    height: 50%;
    width: 100%;
    margin-bottom: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 2%;
}
.carousel slide {
    height: 100%;
    width: 100%;
}
.imgg2 {
    overflow: hidden;

    height: 50%;
    width: 100%;
    border: #000 2px solid;
    margin-top: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 4%;
}

@media all and (min-width: 800px) {
    .main {
        flex: 2;
        order: 2;
    }
    .aside1 {
        flex: 1;
        order: 1;
    }
    .footer {
        order: 4;
    }
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    overflow-wrap: break-word;
    align-items: center;
    text-decoration: none;
    padding: 10px;
}

nav li {
    height: 50px;
    text-decoration: none;
}
nav {
    margin-bottom: 30px;
}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}
nav a:hover {
    color: white;
    text-decoration: none;
}
nav .t:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 21, 181);
}
nav .f:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 21, 181);
}
nav li:first-child {
    margin-right: auto;
}

.sidebar {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: rgba(120, 118, 145, 0.596);
    backdrop-filter: blur(12px);
    box-shadow: -10px 0 10px rgba(132, 130, 149, 0.584);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li {
    width: 100%;
}
.sidebar a {
    width: 100%;
}
.menu-button {
    display: none;
}
@media (max-width: 1115px) {
    .hideOnMobile {
        display: none;
    }
    .menu-button {
        display: block;
    }
}
@media (max-width: 400px) {
    .sidebar {
        width: 100%;
    }
}
#f {
    margin-right: 160px;
}

.l {
    color: #f0f0f0;
    margin-top: auto;
}
.s {
    background-color: rgb(255, 255, 255);
    color: rgb(21, 21, 181);
    border-radius: 22px;
}
.f {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(21, 21, 181);
}
.t {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(21, 21, 181);
    margin-left: 20px;
}
.s:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 21, 181);
}
.t:hover {
    color: #f0f0f0;
    background-color: blue;
}

.start {
    text-align: center;
    height: px;
    color: black;
    background-color: #f0f0f0;
    text-decoration: none;
    padding: 13px;
    border-radius: 15px;
}
.logo {
    padding-right: 1%;
    margin-top: 10px;
    height: 100px;
    width: 110px;
    overflow: hidden;
    object-fit: contain;
}

i {
    padding-right: 10px;
}

.impd {
    cursor: pointer;
}

@media all and (min-width: 600px) {
    .aside {
        flex: 1;
    }
}
@media (min-height: 809px) {
    .main {
        height: 550px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 550px;
    }
}
@media (min-height: 935px) {
    .main {
        height: 650px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 650px;
    }
}
@media (min-height: 1102px) {
    .main {
        height: 790px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 790px;
    }
}
@media (min-height: 1102px) {
    .main {
        height: 850px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 850px;
    }
}

@media (min-height: 1500px) {
    .main {
        height: 1220px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 1220px;
    }
}

@media (min-height: 1700px) {
    .main {
        height: 1400px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 1400px;
    }
}

@media (min-height: 1900px) {
    .main {
        height: 1600px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 1600px;
    }
}

@media (min-height: 2000px) {
    .main {
        height: 1700px; /* Increase height when screen height is 600px or more */
    }
    .aside1 {
        height: 1700px;
    }
}

.clear {
    clear: both;
}
.headerr {
    color: #f0f0f0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    line-height: 2em;
    text-align: center;
    background-color: rgb(49, 49, 202);
}

.containerr {
    background-color: #f0f0f0;
    height: 100%;
    width: 100%;
}
.sectionn {
    text-align: center;
    width: 50%;
    height: auto;
    display: block;
    clear: right;
    float: left;
}
.articlee {
    background: rgb(233, 231, 231);

    width: 100%;
    opacity: 3px;
    border-radius: 15px;
    margin-left: 4%;

    text-align: start;
}
.articlee p {
    font-size: 18px;
}

#mytxt {
    border: #000;
    font-size: 14px;
}
.mytxt {
    border: #000;
    font-size: 14px;
}

.asidee {
    width: 50%;
    text-align: center;
    float: left;
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
}
.footerr {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    height: 35px;
    line-height: 2em;
}
.mybigtext {
    font-size: 18px;
    text-align: start;
    color: rgb(46, 46, 160);
}
.mytxt {
    text-align: start;
}

.detailss .p {
    border-radius: 15px;
    background-color: rgba(27, 0, 0, 0.575);
}

.contain1 {
    display: flex;
    justify-content: left;
    height: 400px;
    border: #000 solid 1px;
    margin-top: 2%;
}

.imgg2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (divide 9 by 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Media query for medium screens */

/* Media query for large screens */
@media (min-width: 1500px) {
    body {
        font-size: 22px;
    }
}

@media (min-width: 2000px) {
    body {
        font-size: 29px;
    }
}
@media (min-width: 3000px) {
    body {
        font-size: 31px;
    }
}
.articlee {
    font-size: 20px;
}

@media (min-width: 1500px) {
    .articlee {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .articlee {
        font-size: 40px;
    }
}
@media (min-width: 3000px) {
    .articlee {
        font-size: 63px;
    }
}
.detailss {
    font-size: 20px;
}
@media (min-width: 1500px) {
    .detailss {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .detailss {
        font-size: 40px;
    }
}
@media (min-width: 3000px) {
    .detailss {
        font-size: 63px;
    }
}
.headerr {
    font-size: 20px;
}
@media (min-width: 1500px) {
    .headerr {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .headerr {
        font-size: 40px;
    }
}
@media (min-width: 3000px) {
    .headerr {
        font-size: 38px;
    }
}
.random-slide-text {
    font-size: 20px;
}
@media (min-width: 1500px) {
    .random-slide-text {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .random-slide-text {
        font-size: 40px;
    }
}
@media (min-width: 3000px) {
    .random-slide-text {
        font-size: 38px;
    }
}

.slide-text {
    font-size: 20px;
}
@media (min-width: 1500px) {
    .slide-text {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .slide-text {
        font-size: 40px;
    }
}
@media (min-width: 3000px) {
    .slide-text {
        font-size: 38px;
    }
}

.footer {
    margin: 0px;
}

@media (min-width: 1900px) {
    .footer {
        margin-bottom: 10px;
    }
}

@media (min-width: 2000px) {
    .footer {
        margin-bottom: 30px;
    }
}
@media (min-width: 2200px) {
    .footer {
        margin-bottom: 30px;
    }
}
@media (min-width: 2500px) {
    .footer {
        margin-bottom: 40px;
    }
}
@media (min-width: 2700px) {
    .footer {
        margin-bottom: 60px;
    }
}
@media (min-width: 3000px) {
    .footer {
        margin-bottom: 85px;
    }
}

@media (min-width: 1500px) {
    .marquee__line {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .marquee__line {
        font-size: 40px;
    }
}
@media (min-width: 3000px) {
    .marquee__line {
        font-size: 63px;
    }
}

/*
temp update */
.temp {
    font-size: 25px;
    margin-right: 6%;
}

.logoo {
    overflow: hidden;
    height: 40px;
    width: 50px;
}
/* date and time fuction wiht thr co tapd ()*/

.unique-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.unique-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%; /* Ensure slides fill the container */
}

.unique-slider-slide {
    flex: 0 0 100%; /* Each slide takes the full width */
}

.unique-slider-slide img,
.unique-slider-slide video {
    width: 100%; /* Ensure images and videos fill their containers */
    height: auto; /* Maintain aspect ratio */
}

@media (min-width: 768px) {
    .unique-slider-container {
        flex-wrap: nowrap; /* Prevent slides from wrapping on larger screens */
    }
    .unique-slider-slide {
        flex: 0 0 auto; /* Allow slides to have their own width */
        width: 100%; /* Each slide takes the full width */
    }
}

/* new css */
.idkk {
    display: inline;
}
.logo-content {
    margin-bottom: 20px;

    padding-right: 150x;
    height: 100%;
}
@media (min-width: 1900px) {
    .logo-content {
        width: 500px;
    }
}

@media (min-width: 2500px) {
    .logo {
        width: 700px;
        height: 300px;
    }
}

@media (min-width: 1800px) {
    .logo {
        padding-top: 10px;
        width: 150px;
        height: 140px;
    }
}

.down-text {
    font-size: smaller;
    margin-bottom: 20px;
}

.slide-content {
    padding: 10px;
}

.my1txt {
    display: flex;
    justify-content: space-around;
}
.first--txt {
    color: #f0f0f0;
    font-size: 20px;
}
.second--txt {
    color: #f0f0f0;
    font-size: 20px;
}

.articlee p {
    font-size: 14px;
}

.articlee h2 {
    font-size: 16px;
}

.accordion-body .containerr .sectionn .articlee ul li {
    font-size: small;
}

.accordion-button {
    background-color: rgb(64, 64, 192);
    color: #f0f0f0;
}

.down-content-slider-container {
    width: 100%;

    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /* border: #f0f0f0 2px solid; */
}

/* Styles for slides */
.down-content-slide {
    display: none;
    height: 100%;
    width: 100%;
}

/* Style for videos */
.down-content-video {
    width: 100%;
    height: 100%;
}

.top-txt-1 {
    color: #f0f0f0;

    display: block;
    font-size: 23px !important;
    text-align: start;
}

.my-btn-holder {
    position: relative;

    height: 50px;
    width: 300px;
    margin-right: 40%;
}
.t {
    position: absolute;
    top: 0;
}
.f {
    position: absolute;
    width: 130px;
    text-decoration: none;
}

.myaddress {
    font-size: 27px;
    border-radius: 10px;
    background-color: #ce0610;
    border: transparent 2px solid;
}

@media (min-width: 2000px) {
    .containerr .sectionn .articlee p {
        font-size: 23px;
    }
}
@media (min-width: 2000px) {
    .containerr .sectionn .articlee ul li {
        font-size: 20px;
    }
}
