:root {
    --primary-color: #113767;
    --secondary-color: #458893;
    --secondary-light: #d2e1e3;
    --font-color: #696687;
    --bg-color: #fff7d6;
    --bg-white: #fff;
    --heading-color: #313539;
    --border-radius: 12px;
    --border-radius-full: 18px;
    --border-color: transparent;
    --border-color-light: #ebebeb;
    --iframe-filter: grayscale(0%);
    --bg-grey: #f2f2f2;
    --bg-lightgrey: #f8f9fa;
    --btn-bg: #e2e8f0;
}

[data-theme="dark"] {
    --primary-color: #fd0;
    --secondary-color: #0077c8;
    --font-color: #b7b7b7;
    --bg-color: #26243c;
    --heading-color: #eee;
    --border-color: rgba(255, 255, 255, 0.2);
    --border-color-light: rgba(255, 255, 255, 0.15);
    --iframe-filter: grayscale(100%);
    --bg-grey: #000e28;
    --bg-lightgrey: #1e1b32;
    --btn-bg: #2a2a2a;
}

.noscroll {
    overflow: hidden;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    background: var(--bg-lightgrey);
    color: var(--font-color);
    font-family: "Host Grotesk", sans-serif;
}

body a,
button,
.btn {
    cursor: pointer !important;
    font-family: "Host Grotesk", sans-serif;
}

body a:hover {
    color: #000;
}

.clear {
    clear: both;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.d-grid {
    display: grid;
}

.align-self {
    align-self: center;
}

.align-end {
    align-self: end;
}

button,
input,
select,
label,
li,
span {
    -webkit-appearance: none;
    outline: none;
    font-family: "Host Grotesk", sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

iframe {
    border: none;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: "Host Grotesk", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    color: var(--font-color);
    font-family: "Host Grotesk", sans-serif;
}

li {
    list-style-type: none;
}

p.white {
    color: #eee;
}

.align-center {
    align-self: center;
}

.noscroll {
    min-height: 100vh;
    overflow: hidden;
}

.radius-image {
    border-radius: var(--border-radius);
}

.radius-image-full {
    border-radius: var(--border-radius-full);
}

/*-- container --*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
        position: relative;
    }
}

/*-- //container --*/
.btn-style {
    padding: 12px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    border-radius: var(--border-radius);
    letter-spacing: .5px;
}

.btn-small {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: var(--border-radius);
}

.btn-white {
    padding: 13px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: 0.3s ease-in;
    border-radius: var(--border-radius);
    background-color: #fff;
    color: var(--primary-color);
}

.title-big {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

h2.title-left {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: .5px;
}

.title-left {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--heading-color);
    letter-spacing: .5px;
}

.title-big span {
    font-weight: 300;
}

.title-small,
a.title-small {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .2px;
    display: block;
    color: var(--heading-color) !important;
    text-transform: initial;
}

h2.title {
    font-size: 45px;
    font-weight: 600;
}

h2.page-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .2px;
}


.header-section {
    max-width: 750px;
}

.section-title-left {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.category-title {
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: PT Serif !important;
}

@media (max-width: 1080px) {
    .title-big {
        font-size: 36px !important;
        line-height: 46px;
        margin: 0;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .category-title {
        font-size: 32px !important;
        line-height: 42px;
    }

    .title-big {
        font-size: 34px !important;
        line-height: 42px;
    }
}

@media (max-width: 736px) {
    .title-left {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 568px) {
    .title-big {
        font-size: 30px !important;
        line-height: 40px;
    }
}

@media (max-width: 415px) {
    .title-big {
        font-size: 28px !important;
        line-height: 34px;
    }

    .category-title {
        font-size: 28px !important;
        line-height: 38px;
    }

    .title-left {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 384px) {

    .btn-white,
    .btn-style {
        padding: 12px 26px;
    }

    .title-big {
        font-size: 26px !important;
        line-height: 32px;
        font-size: 16px;
    }

    .title-small {
        font-size: 18px !important;
    }

    p,
    a {
        letter-spacing: 0px;
    }

    p {
        font-size: 17px;
    }
}


img {
    border-radius: var(--border-radius);
}

/*-- theme css --*/

header {
    background: var(--secondary-light);
    position: sticky;
    width: 100%;
    height: 100px;
    top: 0px;
    z-index: 1;
}

.logo a img {
    height: 50px;
    border-radius: 0px;
}



.search-box {
    padding: 20px 0;
    display: none;
    text-align: center;
    margin: 0 auto;
    /* border-top: 1px solid #f1f0f0; */
}

.search-box input {
    width: 70%;
}

.search-box input.search-field {
    padding: 20px;
}

.search-box button {
    padding: 20px;
    background-color: var(--primary-color);
    color: #fff;
    border: 0px solid var(--primary-color);
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    height: 55px;
    position: absolute;
    right: 0;
}

.search-box.active {
    display: block;
    /* background: var(--bg-white); */
}

.search-toggle .fa-times {
    display: none;
}

.search-toggle.active .fa-search {
    display: none;
}

.search-toggle.active .fa-times {
    display: block;
    font-size: 20px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.search-box .wrap {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.search-box label {
    width: 100%;
}

.header-grid {
    display: grid;
    grid-template-columns: auto 1fr 40px;
    align-items: center;
    grid-gap: 30px;
}

.menu-search a i {
    line-height: 40px;
    font-size: 17px;
}

.menu-search a {
    width: 40px;
    height: 40px;
    display: block;
    background: var(--secondary-color);
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.menu-search a:hover {
    color: #fff !important;
}





.category-section {
    padding: 10px 0 30px;
    background: var(--secondary-light);
}

.category-list {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-content: space-between;
    grid-gap: 35px;
    text-align: center;
    overflow: auto;
}

.category-link:hover img {
    transform: scale(1.1);
    transition: .3s ease;
}

.category-link img {
    transition: .3s ease;
}

a.category-link span,
.category-list li span a {
    font-size: 18px;
    text-align: center;
    display: block;
    color: var(--heading-color);
    font-weight: 500;
    letter-spacing: .2px;
    white-space: nowrap;
    margin-bottom: 10px;
}

a.category-link span:hover,
.category-list li span a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

a.category-link img {
    width: 60px;
    display: inline-block;
    box-shadow: 0 5px 15px #0000001a;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
}

.blog-details p {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* margin-bottom: 6px; */
}

.blog-details p a {
    color: var(--font-color);
    margin-bottom: 6px;
    display: inline-block;
}

.blog-details p span {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-left: 10px;
}

.blog-style1,
.blog-style2,
.blog-style3,
.blog-style4,
.blog-style5 {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.blog-style1:hover,
.blog-style2:hover,
.blog-style3:hover,
.blog-style4:hover,
.blog-style5:hover {
    transform: scale(1.02);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}




.blog-style1 {
    display: block;
}

.blog-style1 img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    box-shadow: 0 5px 15px #0000001a;
}

.blog-style2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px #0000001a;
}

.blog-style2 img {
    min-height: 130px !important;
    max-height: 130px !important;
}

.blog-style3 {
    background: #fff;
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px #0000001a;
    display: block;
}

.blog-style3 img {
    max-height: 120px;
    object-fit: cover;
    width: 100%;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    box-shadow: 0 5px 15px #0000001a;
}

.blog-style4 {
    background: var(--primary-color);
    padding: 15px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px #0000001a;
    display: block;
}

.blog-style4 img {
    min-height: 150px !important;
    max-height: 150px;
    object-fit: cover !important;
    width: 100% !important;
}

.blog-style4 .title-small {
    color: #fff !important;
}


.bottom .col-lg-4 {
    padding-right: 5px;
}

.heading {
    background: var(--secondary-light);
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px #0000001a;
    padding: 15px 16px;
}

h4.section-title {
    font-size: 28px;
}

h4.section-title span {
    font-weight: 800;
}

h4.section-title span a {
    color: var(--heading-color);
}

.subscribe-form input {
    padding: 14px 20px;
    line-height: 30px;
    font-size: 18px;
    color: var(--font-color) !important;
    border-radius: var(--border-radius) !important;
    border: none;
    height: auto;
    margin-bottom: 10px;
}

.subscribe-form button {
    padding: 12px 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: var(--border-radius);
    letter-spacing: .5px;
    width: 100%;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}


.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    margin: 0px !important;
    width: 100%;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    /* margin-right: 5px; */
    position: absolute;
    right: 0;
    top: -20px;
    border-radius: 6px;
}

.form-group input:checked+label:before {
    background: var(--primary-color);
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    right: 10px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkboxes h4 {
    font-weight: 400;
    font-size: 22px;
}

.checkboxes h4 span {
    font-weight: 900;
}

.checkboxes .form-group {
    margin-bottom: 1rem;
    background: #fff;
    padding: 15px 20px;
    border-radius: var(--border-radius);
}


.blog-style5 .blog-details {
    padding: 15px 20px;
    display: block;
    white-space: inherit;
    /* height: 100px; */
}

.blog-style5 {
    box-shadow: 0 5px 15px #0000001a;
    background: #fff;
    border-radius: var(--border-radius);
    display: block;
}

.blog-style5 img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    max-height: 150px;
    object-fit: cover;
    width: 100%;
}

.horizontal-scroll {
    display: flex;
    gap: 20px;
    overflow: scroll;
}

.horizontal-scroll .blog-style5 {
    max-width: 240px;
    width: 240px;
    min-width: 240px;
}

.game-ad {
    background: var(--primary-color);
    padding: 30px;
    border-radius: var(--border-radius);
    text-align: center;
}

.game-ad h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 22px;
}

.ad-grid {
    background: var(--secondary-color);
    display: block;
}

.cat-bg {
    background: var(--secondary-light);
    padding: 5px 15px 15px;
    border-radius: 1rem;
    box-shadow: 0 5px 15px #0000001a;
    margin-top: 15px;
}

footer.py-5 {
    background: var(--primary-color);
}

.copyright {
    color: #fff;
    border-top: 1px solid #3a567a;
    padding-top: 30px;
    margin-top: 30px;
}

.copyright p {    
    color: #dedcdc;
    letter-spacing: .2px;
}

.copyright span {
    margin: 0 10px;
}

.copyright a {
    font-weight: 500;
}

.copyright a:hover {
    color: var(--secondary-color) !important;
    text-decoration: underline;
}

ul.nav-list li a {
    padding: 12px 30px;
    color: var(--bg-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    border: 1px solid var(--bg-color);
    border-radius: var(--border-radius);
    letter-spacing: .5px;
    display: block;
    text-align: center;
}

ul.nav-list li a:hover {
    background: var(--bg-color);
    color: #000 !important;
}

ul.nav-list .wp-block-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

footer h3.title-left {
    color: #fff;
}

.three-cat .heading a {
    display: block;
    box-shadow: 0 5px 15px #0000001a;
    padding: 7px;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 20px;
}

.three-cat .heading a {
    display: block;
    box-shadow: 0 5px 15px #0000001a;
    padding: 7px;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 20px;
}

.single-cat .heading a img,
.watch .heading a img,
.bottom .heading a img {
    display: block;
    box-shadow: 0 5px 15px #0000001a;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 60px;
    display: block;
}

.single,
.cat {
    background: var(--bg-lightgrey);
}

.featured-image img {
    min-height: 300px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.single-container {
    max-width: 750px;
    margin: 0 auto;
}

ul.single-info {
    margin-top: 20px;
}

ul.single-info li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    font-size: 18px;
}

ul.single-info li a {
    color: var(--font-color);
    font-size: 18px;
}

ul.single-info li a:hover {
    text-decoration: underline;
}

h3.single-title {
    font-size: 34px;
    font-weight: 800;
}

.article-topics {
    border-top: 1px solid #c0c0d4;
    border-bottom: 1px solid #c0c0d4;
    padding: 20px 0;
    margin: 40px 0;
}

a.topic-link {
    padding: 10px 22px;
    color: #000;
    font-weight: 600;
    background: var(--secondary-light);
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .5px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 8px;
    text-transform: capitalize;
}

a.topic-link:hover {
    background-color: #fd0;
}



@media screen and (max-width:1040px) {
    .category-list {
        justify-content: flex-start;
        overflow: auto;
        grid-gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .logo a img {
        height: 35px;
    }

    .blog-style3 img {
        max-height: 200px;
        object-position: top;
    }

    header {
        height: 90px;
    }

    h1.single-title {
        font-size: 30px;
    }
}

@media screen and (max-width:736px) {
    .copyright {
        text-align: center;
    }

    a.terms-conditions-link {
        margin-top: 10px;
        display: inline-block;
    }

    ul.nav-list li a {
        padding: 10px 30px;
        font-size: 16px;
    }

    ul.nav-list {
        grid-gap: 10px;
    }

    .subscribe-form button {
        font-size: 18px;
    }

    a.terms-conditions-link {
        font-size: 17px;
    }

    h3.single-title {
        font-size: 30px;
    }

    a.category-link span,
    .category-list li span a {
        font-size: 17px;
    }
}

@media screen and (max-width:568px) {
    .logo a img {
        height: 30px;
    }

    h1.single-title {
        font-size: 28px;
    }

    ul.single-info li a {
        font-size: 16px;
    }

    h4.section-title {
        font-size: 25px;
    }

    .checkboxes h4 {
        font-weight: 400;
        font-size: 20px;
    }

    h3.single-title {
        font-size: 28px;
    }

    .topic-link {
        padding: 8px 20px;
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .category-section {
        padding: 10px 0 20px;
    }
    .featured-image img {
        max-height: 300px;
    }
}

@media screen and (max-width:480px) {
    .logo a img {
        height: 28px;
    }

    header {
        height: 70px;
    }

    h1.single-title {
        font-size: 24px;
    }

    h3.single-title {
        font-size: 26px;
    }

    a.category-link span,
    .category-list li span a {
        font-size: 16px;
    }

    .featured-image img {
        max-height: 270px;
    }
}





.w3l-error-grid h1 {
    font-weight: 800;
    font-size: 120px;
    color: var(--heading-color);
}

.w3l-error-grid h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--heading-color);
    font-weight: 600;
    /* text-transform: capitalize; */
}

.w3l-error-grid .form-control {
    width: 100%;
    color: #666;
    background: var(--bg-white);
    padding: 12px 110px 12px 20px;
    font-size: 18px;
    line-height: 28px;
    height: 55px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    display: block;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}

.w3l-error-grid .center-align {
    max-width: 600px;
    margin: auto;
}

.w3l-error-grid .form-control:focus {
    box-shadow: none;
    background: var(--bg-white);
    border: 1px solid var(--bg-grey);
}

.w3l-error-grid button.btn.search {
    color: #fff;
    background: var(--primary-color);
    font-size: 18px;
    width: 100px;
    font-weight: 600;
    letter-spacing: 0px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    display: inline-block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.w3l-error-grid button.btn.search:hover {
    opacity: .8;
}

.w3l-error-grid .form-inline.search-form {
    position: relative;
    /* max-width: 400px; */
    margin: auto;
}

@media all and (max-width: 992px) {
    .w3l-error-grid h1 {
        font-size: 100px;
    }
}

@media all and (max-width: 568px) {
    .w3l-error-grid h1 {
        font-size: 80px;
    }
}

@media all and (max-width: 415px) {
    .w3l-error-grid h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 384px) {
    .w3l-error-grid .form-control {
        padding: 16px 20px 12px 20px;
    }

    .w3l-error-grid button.btn.search {
        position: relative !important;
        width: 100% !important;
        margin-top: 10px;
        border-radius: var(--border-radius);
    }
}




/*-- pagination --*/

.site-pagination li {
    display: inline-block;
    margin: 0 2px;
}

.site-pagination li>a.current,
.site-pagination li>a:hover,
.site-pagination li>span.current,
.site-pagination li>span:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.site-pagination li>a,
.site-pagination li>span {
    display: block;
    padding: 9px 18px;
    background-color: var(--bg-white);
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
    border-radius: var(--border-radius);
    font-weight: 700;
    font-size: 16px;
    color: var(--font-color);
    transition: background-color .15s linear, color .15s linear;
}

@media (max-width: 415px) {

    .site-pagination li>a,
    .site-pagination li>span {
        display: block;
        padding: 6px 15px;
        font-size: 17px;
    }
}

/*-- //pagination --*/



#movetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 0;
}

#movetop span.fa {
    color: var(--secondary-color);
    font-size: 30px;
    font-weight: 600;
}