.header-wrapper{
    background-color: #fff!important;
    box-shadow: 0 1px 2px #00000033;;
    z-index: 99;
}
#header-menu > .menu-item > a {
    color: #28292b;
  /*  text-transform: uppercase;*/
    font-weight: 700;
}
.wrapper-banner{
    position: relative;
    overflow: hidden;
}
.banner-home .banner-inner{
    background: linear-gradient(60deg, rgb(68 190 76) 0%, rgba(0, 172, 193, 1) 100%);
    padding: 15px;
    height: 320px;
}
.wrapper-banner .banner_desc {
    font-size: 1.2em;
    max-width: 750px;
}
.btn-search{
    width: 200px;
}
/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.image-waves{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 0 12px;
}
.icon-ezgif{
    position: absolute;
    right: 0;
    bottom: -48px;
    z-index: 100;
}
.heading {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev{
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '\f105';
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\f104';
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.home-slides-swiper .swiper-wrapper{
    height: 350px;
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.home-slides-swiper{
    height: 400px;
}
.post-sidebar .btn-readmore{
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
}
.post-sidebar .btn-readmore:hover a{
    text-decoration: underline;
    color: #000;
}
.widget-title{
    padding: 8px 15px;
    display: flex;
    font-weight: bold;
    font-size: 1.2em;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: none;
    background: #fff;
}
.post-thumnail-widget{
    width: 76px;
    height: 76px;
    margin-right: 10px;
}
.post-text-widget{
    font-size: 14px;
    color: #000;
}
.post-text-widget h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.post-text-widget .rating .founded_year{
    font-size: 13px;
}
.list-new .list-group-item{
    padding-left: 0;
    padding-right: 0;
}
.category_item {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 15px;
}
.category_item img {
    height: 98px;
    -o-object-fit: contain;
    object-fit: contain;
}
.top-trending .top-trending-row .top-trending-item .top-trending-item__image {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 15px;
}
.top-trending .top-trending-row .top-trending-item .top-trending-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.top-trending .top-trending-row .top-trending-item .top-trending-item__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    padding: 4px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1em;
    border: 1px solid #29912f;
    color: #29912f;
    margin-bottom: 4px;
}
.top-trending .top-trending-row .top-trending-item .top-trending-item__content .top-trending-item__desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #6c757d;
    font-size: .975em;
}
.top-trending .top-trending-row .top-trending-item .top-trending-item__content .top-trending-item__name a {
    font-size: 1.15em;
    color: #212529;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    margin-bottom: 4px;
}
.top-trending .top-trending-row .top-trending-item {
    width: 33.33333%;
}
.sidebar .sidebar_heading {
    font-size: 1.3em;
    font-weight: 700;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.box_new___cover .card-img-overlay {
    top: unset;
    z-index: 2;
}
.box_new___cover::before {
    opacity: .7;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#111)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#111));
    background-image: -o-linear-gradient(transparent,#111),-o-linear-gradient(transparent,#111);
    background-image: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.envelope {
    padding: 1em;
    border: 5px solid transparent;
    background: linear-gradient(white, #ffe8a5) padding-box, repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0 / 5em 5em;
}
.envelope .h4 {
    color: #ff0000;
}
.wp-caption-text{
    text-align: center;
    font-style: italic;
    color: #807b7b;
}
#breadcrumbs{
    margin-bottom: 0;
}
#breadcrumbs a{
    color: #44be4c;
}
.tutorial-detail {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 6px!important;
    background: var(--bs-white);
}
.tutorial-detail .card-body .card-title,
.block-content-top .card-title{
    font-size: 2em;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}
.tutorial-detail .card-body .card-meta ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #6c757d;
    font-style: italic;
}
.tutorial-detail .card-body .card-meta ul li:not(:first-of-type) {
    margin-left: 20px;
}
.tutorial-detail .card-body .card-meta ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    background-color: rgb(68, 190, 76);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.single-post .sidebar {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.sidebar-radius {
    border-radius: 6px!important;
}
.support_item .support_item__image {
    border-radius: 5px;
    overflow: hidden;
}
.support_item__desc {
    color: rgb(33, 37, 41);
    font-size: 13px;
}
.support_item__name {
    font-size: 1em;
    font-weight: 700;
    color: #343a40;
    margin: 3px 0 5px;
}
.btn-message{
    display: inline-block;
    padding: 3px 8px;
    color: #4a4f52;
    border: 1px solid #bababa;
    text-align: center;
    border-radius: 4px;
    font-size: .9em;
    background-color: #f8f9fa;
}
.support .modal-content{
    border-radius: 10px;
    border: 0;
    overflow: hidden;
}
.support .btn-close {
    margin: 0;
    position: absolute;
    top: 0%;
    right: 0px;
}
.support .modal-body {
    background-color: #e6e5e5;
    background-image: -o-linear-gradient(left,#e6e5e5 10%,#c1bebe 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#e6e5e5),to(#c1bebe));
    background-image: linear-gradient(to right,#e6e5e5 10%,#c1bebe 100%);
    background-repeat: repeat-x;
    padding: 0;
}
.support .modal-body ul li:not(:last-of-type) a {
    border-bottom: 1px solid #a9a9a9;
}
.support .modal-body ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2em;
    color: #212529;
    padding: 15px;
}
.support .modal-body ul li a i {
    font-size: 30px;
    margin-right: 15px;
}
.support .modal-body ul li a .desc {
    display: inline-block;
    margin-left: auto;
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 8px 2px 18px;
    position: relative;
    background-color: var(--bs-white);
    font-style: italic;
    text-align: center;
    width: 95px;
}
.support .modal-body ul li a .desc.desc-online:before {
    background-color: #e9f9e2;
}
.support .modal-body ul li a .desc:before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.support .modal-body ul li a .desc.desc-online:after {
    background-color: rgb(41, 145, 47);
}
.support .modal-body ul li a .desc:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.support .modal-dialog {
    max-width: 400px;
}
.support .modal-body ul li a .desc.desc-offline:before {
    background-color: #fff5c8;
}
.support .modal-body ul li a .desc:before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.support .modal-body ul li a .desc.desc-offline:after {
    background-color: #ffc400;
}
.support .modal-body ul li a .desc:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.support .modal-body ul li a img {
    height: 30px;
    margin-right: 15px;
}
.sidebar_heading a{
    font-weight: 400;
    font-size: .75em;
    color: #343a40;
}
.sidebar_blog__item .sidebar_blog__image {
    border-radius: 5px;
    overflow: hidden;
    height: 70px;
    width: 100%;
    position: relative;
}
.sidebar_blog__item .sidebar_blog__image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.sidebar_blog__item .sidebar_blog__content .sidebar_blog__title a {
    font-size: 15px;
    line-height: 1.5;
    color: #343a40;
    margin-bottom: 5px;
    margin-top: 1px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.sidebar_blog__item .sidebar_blog__content .sidebar_blog__desc li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #6c757d;
    font-size: 0.925em;
}
.sidebar_blog__item .sidebar_blog__content .sidebar_blog__desc li:not(:first-of-type) {
    margin-left: 10px;
}
.sidebar_blog__item .sidebar_blog__content .sidebar_blog__desc li:before {
    content: "";
    height: 5px;
    width: 5px;
    background-color: #44be4c;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.sidebar_blog__item+.sidebar_blog__item {
    margin-top: 1rem;
}
.sidebar_blog__item .sidebar_blog__content .sidebar_blog__title a:hover {
    color: #44be4c;
}
.utility_item .card-body {
    padding: 0.75rem 0.75rem 0.5rem;
    font-weight: 400;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #212529;
}
.utility_item:hover .card-body {
    color: #44be4c;
}
.utility_item .card-header img {
    width: 50px;
}
.sidebar_game__item .game_item__content .game_item__name a {
    font-size: 15px;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.sidebar_game__item .game_item__content .game_item__desc {
    font-size: .925em;
    color: #6c757d;
}
.game_item__link a{
    color: #44be4c;
    padding: 4px 22px;
    background-color: #e9e9e9;
}
.game_item__link:hover a{
    color: #fff;
    background-color: #44be4c;
    border: 1px solid #44be4c;
}
.sidebar_game__item+.sidebar_game__item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9e9e9;
}
.swiper-slide .box_new__item{
    width: 100%;
    height: 350px;
}
.box_new__item .card-header img {
    height: 218px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-slide .box_new__item .card-body {
    position: absolute;
    bottom: 0;
    padding: 5px 1rem;
    background: #000000bf;
    width: 100%;
    color: #fff;
    height: 100px;
    margin: 0;
}
.swiper-slide .box_new__item .card-img-overlay{
    text-align: left;
    top: 44%;
    background: #000000bf;
}
.swiper-slide .box_new__item .card-text p{
    font-size: 14px;
}
.swiper-slide .box_new__item .card-title{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
