:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --background-color: #f4f4f4;
    --text-color: #333;
    --card-background: #fff;
}

a {
    color: inherit;
    text-decoration: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-image: linear-gradient(to right, rgb(219 234 254), rgb(224 242 254), rgb(219 234 254), rgb(224 242 254));
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media(max-width: 768px) {
    .container {
        max-width: 768px;
        padding: 0 10px;
    }
}

header {
    background-color: var(--primary-color);
    color: white;
    padding: 20px 0;
    width: 100%;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin-left: 2rem;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .nav-menu {
        right: 0;
        display: none;
        width: 30%;
        position: absolute;
        top: 70px;
        background-color: #f3ebeb38;
        padding: 1rem;
        -webkit-backdrop-filter: blur(5px);
        /* Safari 9+ */
        backdrop-filter: blur(5px);
        /* Chrome and Opera */
        box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.027);
    }

    .nav-menu.active {
        display: flex;
        flex-direction: column;
    }

    .nav-menu li {
        margin: 5px 0;
    }

    .hamburger {
        display: block;
    }

    .nav-menu li a {
        color: black;
    }

}

.menu-item {
    font-size: 1.1rem;
    color: white;
}

.submenu {
    display: none;
    /* आइटम छिपा हुआ है */
    position: absolute;
    right: auto;
    /* सबमेनू को दाईं ओर प्रदर्शित करें */
    top: 5%;
    /* सबमेनू को मेनू आइटम के ऊपरी भाग के साथ संरेखित करें */
    background-color: #f3ebeb38;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.027);
    border-radius: 0.5rem;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 20px;
}

.submenu a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.submenu a:hover {
    background-image: linear-gradient(to right, rgb(28, 101, 196), rgb(38, 102, 145), rgb(59, 123, 207), rgb(14, 77, 119));
    border-radius: 0.5rem;
}

@media(max-width: 768px) {
    .menu-item {
        color: #000;
    }

    .submenu {
        right: 100%;
        /* सबमेनू को दाईं ओर प्रदर्शित करें */
        top: 40%;
        /* सबमेनू को मेनू आइटम के ऊपरी भाग के साथ संरेखि त क*/
        color: black;
        background-color: #f3ebebf0;
        padding-top: 2px;
    }
}

/****Main****/
.not {
    margin: 5px auto;
    padding: 8px 16px 8px 16px;
    color: #e9edee;
    --tw-bg-opacity: 1;
    background-color: rgb(15 32 73);
    border-radius: 17px;
}

.box1 {
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;

}

.h1name {
    font-size: 56px;
    font-weight: 700;
    gap: 0.5rem;
}

.pname {
    font-size: 30px;
    width: 420px;
}

/*BOX*/
.azbox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.abox {
    width: 25%;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.boxb {
    padding: 0.25rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
        /* #ffffff*/
    ;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
        /* #e5e7eb */
    ;
    border-radius: 0.5rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.boxb a {
    line-height: 1.2;
}

.boxh5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
        /* #111827 */
    ;
}

.boxp {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    font-weight: 400;
    margin-bottom: 0.125;
    margin: 0;
}


.wrapper {
    width: 90%;
    max-width: 1200px;
    margin-inline: auto;
    position: relative;
    height: 80px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

@keyframes scrollleft {
    to {
        left: -200px;
    }
}

.itemx {
    width: 220px;
    height: 75px;
    background-color: #0473eb;
    border-radius: 6px;
    position: absolute;
    left: max(calc(200px * 8), 100%);
    animation-name: scrollleft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.itemx1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
    background-color: rgb(77, 72, 6);
}

.itemx2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
    background-color: #3803b4b9;
}

.test-head-name1 {
    margin: 2px;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    text-align: center;
    justify-content: center;
}

.test-head-name {
    margin: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemx3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
    background-color: rgb(38, 108, 236);
}

.itemx4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
    background-color: #4f0992;
}

.itemx5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
    background-color: crimson;
}

.itemx6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
    background-color: blueviolet;
}

.itemx7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
    background-color: rgb(39, 165, 22);
}

.itemx8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
    background-color: #0473eb;
}



.nbox {
    width: 33.333333%;
    height: 1180px;
    border: 2px solid #c026d3;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    overflow: hidden;
    margin-top: 4px;
    border-radius: 18px;


}

.boxba {
    text-align: center;
    padding: 0.25rem;
    margin-top: 0.25;
}

.boxh1a {
    border: 2px solid #f50303;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
    padding: 4px 0;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0.25rem;
}

.btns {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 6px;
    border: none;
    padding: 4px 0;
    line-height: 1;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgb(34 0 255 / 76%);
    transition: transform 0.2s;
}

.page-link {
    margin: 0 0 3px 0;
    font-weight: 500;
    
}

.details {
    margin-top: 15px;
    background-color: #dbdbdb;
    padding-top: 10px;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 10px;
    margin-bottom: 0px;
}

.detailsh1 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
    border-radius: 18px;
    font-weight: 500;
    font-size: 20px;
    display: inline;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 8px 0;
    margin-bottom: 10px;
}

.detailsp {
    justify-content: center;
    margin: auto;
    margin-bottom: 4px;
    background-color: #dbdbdb;
    border: none;
    padding: 4px 4px;
    font-size: 18px;
    border-radius: 4px;
    color: #000;

}

.detailli {
    color: #000;
}

@media screen and (max-width: 768px) {
    .detailsp {
        font-size: 13px;
    }

    .detailli {
        font-size: 13px;
    }
}

/***Main Close***/
.at{
    margin: auto;
    max-width: 1200px;
}
/**footer**/
.footer {
    background: #76cfe6;
    padding-top: 10px;
    text-align: center;
}

.container-footer {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-align: center;

}

.container-footer a {
    text-decoration: none;
    background-color: transparent;
}

.heading {
    padding: 15px;
}

.heading a {
    color: #080808;
}

.footer-menu a {
    margin: 0 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
}

.width-rights {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 0 0 200px rgba(243, 240, 240, 0.062);
    background-color: #f4f4f442;

}

.container-rights {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding: 10px;
}