

@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&display=swap");


* {
    color: white;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: 'dosis' !important;
    word-spacing: 3px;
    letter-spacing: 1px;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 'dosis';
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

.nav {
    align-items: center;
    justify-content: space-between;
}
body {
    background-color: white;
    color: #0000;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: #4d4d4d;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

header {
    width: 100%;
    background-color: #1c1a2d;
    display: flex;
    margin-top: 3rem;
}

.nav {
    width: 100%;
    display: flex;
    position: relative;
    max-width: 1440px;
    margin: auto;
    padding: 10px 0;
}

.search-bar {
    height: 36px;
    width: 391px;
    border-radius: 29px;
    font-family: sans-serif;
    padding: 4px 11px 4px 41px;
    font-size: 15px;
    background-color: #F5F5F5;
    border: none;
}

.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin: 6px;
    border-radius: 10px;
}

.nav-title a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 18px;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
}

.nav>.nav-links>a:hover {
    background-color: white;
}

.nav>#nav-check {
    display: none;
}

.wrapper {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 80px 20px;
    box-sizing: border-box;
}

.wrapper h2 {
    padding: 0 0 20px;
}

.wrapper p {
    margin-bottom: 40px;
}

@media (max-width:600px) {
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }


    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
        z-index: 999;
    }

    .nav>.nav-links>a {
        display: block;
        width: 100%;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}

.Width_Section {
    width: 1440px !important;
    justify-content: center;
}

.Flex_Section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Games_Box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Games_Box>.Image_Box {
    margin: 0 10px;
    margin-top: 20px;

}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 1441px) {
    .Width_Section {
        width: 100% !important;
    }
}

.Image_Box>a>img {
    width: 247px;
    height: 247px;
    object-fit: cover;
    transition: all .3s ease;
}



.Image_Box>a>img:hover {
    transform: scale(1.07);
}

.Navbar_Hover {
    box-shadow: inset 0 0 0 0 #555;
    color: #54b3d6;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    cursor: pointer;
}

.Navbar_Hover:hover {
    color: #fff;
    /* box-shadow: inset 200px 0 0 0 #000; */
}

.Navbar_Hover {
    color: #54b3d6;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.Game_Slider>.Slide_Games_Box {
    display: flex;
    background-color: #3f056c9c;
}

.Game_Slider {
    overflow-y: scroll;
    display: flex;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 0px 0px 10px 10px;
}

.Game_Slider::-webkit-scrollbar {
    width: 1px !important;
    height: 4px;
}

.Game_Slider::-webkit-scrollbar-thumb {
    background: #4d4d4d;
    border-radius: 3px !important;
}

.Game_Slider::-webkit-scrollbar-button {
    background: #24242400;
    border-radius: 0px !important;
}

.Game_Slider::-webkit-scrollbar-track {
    background-color: #000;
}

.Slide_Games_Box>div {
    margin: 15px;
}


.Banner_Image {
    background: url(../Assets/gamebanner_home.png) no-repeat center top;
    margin-top: 15px;
    padding-top: 0px;
    text-align: center;
    background-attachment: initial;
    background-position: center center;
    min-height: 480px;
    width: 100%;
    background-size: cover;
}


.Game_Tags {
    font-size: 24px;
    width: 96%;
    margin: 0 2%;
    background-color: #3f056c9c;
    padding-left: 20px !important;
    padding-top: 10px !important;
    border-radius: 10px 10px 0px 0px;
}



.Description_Text>span {
    color: white;
    font-size: 23px;
}

.Description_Text {
    padding: 0 20px;
    box-sizing: border-box;
}


.b-banner {
    margin-top: 15px;
    padding-top: 0px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.b-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(000, 000, 000, 0.3);
    width: 100%;
    height: 100%;
}

.Banner_Button {
    z-index: 999;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
    background-color: rgb(172, 54, 250);
    padding: 10px 30px;
    border-radius: 10px;
    border: 2px solid white;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: 50%;
    width: 200px;
}

.slider-image {
    padding-bottom: 40px;
}

.Banner_Image_Set .slider-image ul {
    list-style: none;
}

.Banner_Image_Set .slider-image ul li img {
    width: 100%;
}

.owl-controls .owl-pagination {
    text-align: center;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    height: 10px;
    width: 10px;
    display: block;
    background: lightgray;
    border-radius: 100%;
    margin: 0 5px;
}


.owl-controls .owl-pagination .owl-page.active span {
    background: green;
}



@media (max-width: 768px) {

    .b-banner img {
        width: 100%;
    }

    .Banner_Button {
        width: 150px;
        font-size: 20px;
        padding: 10px 20px;
    }

    .Banner_Image_Set {
        padding: 0 10px;
    }

    .Games_Box {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 0 10px;
    }

    .Image_Box {
        width: 46%;
        float: left;
        margin: 2% !important;
        height: 100%;

    }

    .Image_Box a {
        display: block;
    }

    .Image_Box>a>img {
        width: 100%;
        height: auto;
        display: block;
    }

    .column {
        padding: 0 10px !important;
        display: block;
        min-height: auto !important;
    }


    #myInput {
        box-sizing: border-box;
        background-image: url('searchicon.png');
        background-position: 14px 12px;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 14px 20px 12px 45px;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    #myInput:focus {
        outline: 3px solid #ddd;
    }


    .search-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .search a:hover {
        background-color: #ddd;
    }

    .copyright>p {
        width: 100%;
        text-align: center !important;
        padding: 20px 0;
        overflow: hidden;
    }

    .footer-menu {
        text-align: center;
        padding-top: 10px;
    }

    .row.primary {
        display: block !important;
    }

    .column.links {
        width: 50%;
        float: left;
        display: block;
    }

    .column>h3 {
        font-size: 16px !important;
    }

    .about p {
        text-align: left !important;
        font-size: 14px;
    }

    .column>ul li a {
        font-size: 14px;
    }

    .Footer_Ul>li {
        margin: 5px 0 !important;
    }

    .footer-menu>a {
        font-size: 14px;
    }

    .subscribe>div>input,
    .subscribe>div>a {
        padding: 10px !important;
        font-size: 14px !important;
    }

    .Description_Text>span {
        font-size: 16px;
        line-height: 22px;
    }

    .nav {
        padding: 5px 0;
    }

    .Banner_Image_Set .slider-image ul li img {
        height: 200px;
        object-fit: cover;
    }


}









/* New Game Styles */






/* Games */

.Main_First_Image {
    width: 300px;
    height: 300px;
    background-color: #ffffffad;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.Main_First_Image>div {
    width: 280px;
    height: 280px;
    border-radius: 10px;
}

.Main_Second_Image {
    width: 300px;
    height: 300px;
    background-color: #ffffffad;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.Main_Second_Image>div>div>img {
    width: 50%;
    height: 50%;
    margin: 5px;
    border-radius: 10px;
}


.Main_Second_Image>div>div {
    display: flex;
    width: 280px;
}

.Main_Responsive_Home {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 20px;
}

.Main_Responsive_Home>div {
    margin: 0 -50px;
}

.Size_Image_Home>img {
    width: 100%;
}



.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin: 6px;
    border-radius: 10px;
}

.nav>.nav-btn {
    display: block;
}

.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 18px;
    /* width: 60%; */
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: black;
    transition: 0.5s ease;
}

.nav>.nav-links>a:hover {
    color: #FF9F11;
    text-decoration: underline;
}

.nav>#nav-check {
    display: none;
}

@media (max-width:600px) {
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 15px;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }


    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid darkgray;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 66px;
        left: 0px;
    }

    .nav>.nav-links>a {
        display: block;
        width: 100%;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}

.Width_Section {
    width: 1440px !important;
    justify-content: center;
}

.Flex_Section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Games_Box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Games_Box>.Image_Box {
    margin: 0 10px;
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.main-game-box {
    padding: 0 0 0 87px;
    margin: 50px 0;
}

.image-main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffad;
    border: 1px solid white;
    overflow: hidden;
    width: 388px !important;
    height: 388px !important;
    border-radius: 55px;
}

.image-main-box .image-main-img {
    width: 388px !important;
    height: 388px !important;
}

@media (max-width: 1441px) {
    .Width_Section {
        width: 100% !important;
    }
}

.Image_Box>a>img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease;
}

.Image_Box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffad;
    width: 168px !important;
    height: 168px !important;
    border-radius: 10px;
    border: 1px solid white;
    overflow: hidden;
}

.Image_Box>a>img:hover {
    transform: scale(1.07);
    transition: all .3s ease;
}

.Div_For_Four>div>a>img {
    width: 125px;
    border-radius: 10px;
    transition: all .3s ease;
}

.Div_For_Four>div>a>img:hover {
    transform: scale(1.07);
    transition: all .3s ease;
}

.Div_For_Four>div {
    display: flex;
    margin: 0px;
}

.Div_For_Four>div>a {
    margin: 5px;
}

.Navbar_Right {
    float: right;
    justify-content: flex-end;
    margin-right: 0px !important;
}

footer {
    background-color: #157fae;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
}

footer * {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.row {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.row.primary {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: stretch;
}

.column {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

.column>h3 {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1.4em;
    white-space: nowrap;
}

.column>ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.column>ul>li:not(:first-child) {
    margin-top: 0.8em;
}

.column>ul li a {
    color: #ffffff;
    text-decoration: none;
}

.column>ul li a:hover {
    color: #2a8ded;
}

.about p {
    text-align: justify;
    line-height: 2;
    margin: 0;
}

.subscribe>div>input,
.subscribe>div>a {
    font-size: 1em;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.subscribe div a {
    background-color: #FF9F11;
    padding: 10px 201px;
    text-decoration: none;
    color: #ffffff;
}

.subscribe div a:hover {
    background-color: #000;
}

.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
}

.social i {
    color: #bac6d9;
}

.copyright {
    padding: 0.3em 0em;
    background-color: #fff;
    text-align: center;
}

.footer-menu {
    float: left;
}

.footer-menu>a {
    color: #000;
    padding: 6px;

    text-decoration: none;
}

.footer-menu>a:hover {
    color: #27bcda;
}

.copyright>p {
    font-size: 0.9em;
    text-align: center;
}

@media screen and (max-width: 850px) {
    .row.primary {
        grid-template-columns: 1fr;
    }

}

.Footer_Ul {
    margin-top: 5px !important;
    text-align: center;
}

.Footer_Ul>li {
    margin: 10px;
}

.Footer_H3 {
    margin-top: 10px;
}

.Extra_Footer_H3 {
    margin-bottom: 20px;
}

.subscribe>div>input {
    margin-bottom: 25px;
}

#preloader {
    background: #000 url(../Assets/preloader.gif) no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

@media (max-width: 1600px) {
    #preloader {
        background-size: 50%;
    }
}

@media (max-width: 500px) {
    #preloader {
        background-size: 60%;
    }
}

@media (max-width: 700px) {
    #preloader {
        background-size: 100%;
    }
}

.Game_Name {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.Games_Section_Box {
    background-color: #00000082;
    width: 160px;
    height: 110px;
    border-radius: 10px;
    border: 2px solid white;
    text-align: center;
    transition: all .3s ease;
}

@media (max-width: 600px) {
    .Games_Section_Box {
        background-color: #bf9e27 !important;
        width: 110px;
        height: 110px;
        border-radius: 10px;
        border: 2px solid white;
        text-align: center;
        transition: all .3s ease;
    }

    .dropdown {
        left: 77px;
        top: 14px;
    }
}

@media (max-width: 465px) {
    .Dnone {
        display: none;
    }
}

.Color_Hover:hover {
    background-color: #ffff0082 !important;
    transition: all .3s ease;
}

.Games_Section_Box:hover {
    background-color: #ff000082;
    transition: all .3s ease;
}

.Games_Section_Box>a {
    margin: 15px 0;
    text-decoration: none;
    display: block;
}

.Game_Svg>svg {
    width: 50px;
}

.Main_Page_First {
    display: flex;
    /* justify-content: space-around; */
    flex-direction: row;
    flex-wrap: wrap;
}

.Main_Page_First>div {
    margin: 5px -15px;
}

@media (max-width: 700px) {
    .Sec_Width>section {
        display: block;
    }
}

.nav {
    height: 72px !important;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.Games_Section_Box {
    background: #ffff !important;
}

.Image_Box {
    float: left;
    margin: 20px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* width: 168px !important;
    height: 168px !important; */
    border-radius: 21px;
    border: 1px solid white;
    overflow: hidden;
}

.Image_Box>a>img {
    width: 169px !important;
    height: 169px !important;
    /* object-fit: cover; */
    border-radius: 10px;
    transition: all .3s ease;
}

@media (max-width: 1024px) {
    /* .nav .nav-links {
        width: 80%;
    } */

    .main-game-box {
        padding: 0 0 0 110px;
    }

    .search-bar {
        margin: 0 118px 1px 0;
    }


    .side {
        width: 300px !important;
    }

    .image-main-box {
        width: 279px !important;
        height: 279px !important;
    }

    .image-main-box .image-main-img {
        width: 279px !important;
        height: 279px !important;
    }

    .flex {
        margin-left: -22px !important;
    }

    .right {
        width: 72% !important;
    }

    .top {
        margin-top: -19px !important;
    }

}

@media (max-width: 768px) {
    .search-bar {
        margin: 0;
        width: 353px;
    }

    .main-game-box {
        padding: 0 0 0 100px;
    }

    .right {
        width: 62% !important;
    }
}

@media (max-width: 426px) {
    /* .nav .nav-links {
        width: 100% !important;
    } */

    .subscribe div a {
        padding: 10px 142px !important;
    }

    .nav-dropdown {
        position: relative !important;
        left: 0px !important;
        top: -2px;
    }

    .main-game-box {
        padding: 0 0 0 47px;
    }

    .search-bar {
        margin: 24px 0 17px 42px !important;
    }

    .nav .nav-links a {
        text-align: center;
    }

    .flex {
        flex-direction: column;
    }

    .right {
        width: 100% !important;
        margin-left: 0;
    }

    .top {
        margin-top: 0 !important;
        margin-left: 0;
    }

    .Main_Page_First {
        margin-left: 55px !important;
    }
}

@media (max-width: 401px) {
    .Image_Box {
        width: 154px !important;
        height: 154px !important;
    }

    .Main_Page_First {
        margin-left: 43px !important;
    }

    .Image_Box>a>img {
        width: 154px !important;
        height: 154px !important;
    }
}

@media (max-width: 358px) {
    .Image_Box {
        width: 140px !important;
        height: 140px !important;
    }
}

@media (max-width: 376px) {
    .search-bar {
        width: 292px;
    }

    .subscribe div a {
        padding: 10px 118px !important;
    }

    .Image_Box {
        width: 148px !important;
        height: 148px !important;
    }

    .Image_Box a img {
        width: 148px !important;
        height: 148px !important;
    }

    .Main_Page_First {
        margin-left: 30px !important;
    }
}

@media (max-width: 360px) {
    .Image_Box {
        width: 138px !important;
        height: 138px !important;
    }
}

@media (max-width: 340px) {
    .Image_Box {
        width: 135px !important;
        height: 135px !important;
    }

    .Image_Box img {
        width: 138px !important;
        height: 138px !important;
    }
}

@media (max-width: 320px) {
    .search-bar {
        width: 245px;
    }

    .subscribe div a {
        padding: 10px 107px;
    }

    .Image_Box {
        width: 125px !important;
        height: 125px !important;
    }

    .Image_Box a img {
        width: 125px !important;
        height: 125px !important;
    }

    .right {
        margin-left: 0 !important;
    }

    .Main_Page_First {
        margin-left: 41px !important;
    }
}

@media (max-width: 308px) {
    .Image_Box {
        width: 120px !important;
        height: 120px !important;
    }

    .Game_Name {
        font-size: 10px;
    }

    .Main_Page_First {
        margin-left: 0 !important;
    }

    .Main_Page_First>div {
        margin: 5px -19px;
    }

    .Game_Svg img {
        width: 34% !important;
    }
}

@media (max-width: 304px) {
    .main {
        padding: 0 !important;
    }

    .right {
        margin-left: 0 !important;
    }

    .flex {
        margin-left: -33px !important;
    }
}


h1.main_header{
    font-size: 1.25rem;
    /* margin-top: 5px; */
    /* text-align: center; */
    /* background: #030115; */
    margin-bottom: 25px;
    /* padding: 0.9rem; */
    /* border-radius: 8px; */
    color: white;
    border-bottom: 1px solid;
}

.main_box{
    background-image: url("https://pokiigame.com/_next/static/media/footer.5bdee055.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

nav.nav_back{
    background-color: rgb(5 0 31) !important;
}

a.nav-link{
    color: white!important;
}

.inter_desc{
    margin-top: 11px;
    font-size: 0.9rem;
    line-height: 27px;
    word-spacing: 7px;
    font-variant: stacked-fractions;
    font-family: sans-serif;
}

section.back_onn{
    background-color: #05011e;
    text-align: center;
}

a{
    color: white!important;

}

.all_link a{
   gap: 1rem;
}

h1.main_titlee{
    font-size: 1.25rem;
    /* background: #030115; */
    /* padding: 12px; */
    color: white;
    font-weight: bold;
    border-bottom: 1px solid white;
}

h2.main_titlee11{
    font-size: 1.25rem;
    color: rgb(255 255 255);
    padding-bottom: 5px;
}

.normal_text{
    font-size: 1rem;
    line-height: 26px;
    color: #000000;
}

.all_content{
    color: rgb(255 255 255);

}

img{
    width: 100%;
        border: 2px solid #05011e;
        border-radius: 35px !important;
}


.app-card{
    border-radius: 0px!important;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    padding: 0px!important;
    text-align: center!important;
    margin: 12px 1px!important  ;

}
.cusBadge {
    padding: 4px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 2px solid #05011e;
    color: #c9cccc;
    font-weight: normal;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.cusH {
    margin: inherit !important;
}

.main_top{
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff!important;
    border: 1px solid #ffffff!important;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255)!important;
    border-color: rgb(255, 255, 255)!important;
}

label.form-label{
    color: black;
}

h1.main_heading{
    font-size: 1.5rem!important;
    text-align: center;
    padding: 5px;
    background: #05011e99;
    border-radius: 11px;
    margin-bottom: 2rem;
}