img {
	object-fit: cover;
}

body {
	background-color: #fff;
}


.custom-logo {
	width: auto !important;
}

main {
	margin-top: 20px;
}

.main-section {
	margin-bottom: 30px;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.searchBg {
	width: 100%;
	height: auto;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: visible;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
	overflow-x: clip;
}

.ellipsisBanner {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, -50px);
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, -50px);
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	font-size: 16px;
	font-weight: 600;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	font-size: 16px;
	font-weight: 600;
}


.footer_142699 .inner {
	min-height: 200px;
}


.closeSearch {
	display: none;
}


.app-billet.card33 .img-container {
	width: 75px;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-part-Three .img-container {
	min-height: 550px;
}

.left-part-Two .img-container {
	min-height: 550px;
}

img.lazy {
	width: auto !important;
	height: auto !important;
}

img.lazy {
	opacity: 1;
}


.latest-reviews_section {
	margin: 20px 0;
}

.title-container:hover .title-section-popular {
	color: #fff !important;
}


.main-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg1920.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 752px;
}

.index-top {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 0 15px;
	width: 100%;
}

.index-top .new-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog-list_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.news_section .blog-list_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.top-games_section .blog-list.for-horizontal.full-width>li {
    width: 24.33%;
    padding: 10px;
}


@media only screen and (min-width: 1201px) {
	.new-container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
}

.index-top .index-title {
	width: 100%;
	max-width: 508px;
	margin: 0 0 0 57px;
}

.read-more-btn, .simple-btn.default-btn, .blog-billet.card28 .btn, .review-billet.card20 .category-list>li span, .review-billet.card24{
	border: 1px solid #e6e9ee;
}

.index-top .index-img {
	background-image: url(../images/bannerBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 439px;
	margin: 40px -66px 0 0;
}

:root {
    --primary-color: #19366f;
}

.index-wrap,
.main-bg {
	width: 100%;
}

.header_142699 {
	background-color: initial;
}

.header_142699 .nav-list>li {
	color: #fff;
}

.header_142699 .nav-list>li>a {
	color: #fff;
}


.latest-posts_section {
	margin: 206px 0 82px;
}

.footer_142699 {
	background-color: #051540;
}


.index-top .index-title h1 {
	font-family: Lato, sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 16px;
}

a {
    color: #19366f;
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
}

a:hover {
    color: #40d4f5 !important;
}

.index-top a{
	color: #fff;
}

.header_142699{
	background-color: #1b376e;
}


.header_142699 .inner{
	height: 60px;
}

@media only screen and (max-width: 1024px) {
   .index-top .index-title,.index-top .new-container {
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
   .new-container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
   .new-container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
   .index-top .index-title {
        display: flex
;
        justify-content: center;
        padding: 58px 0 28px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
   .index-wrap .index-top .index-title {
        padding: 60px 0 38px;
        padding: 60px 0 8px;
    }
}

@media only screen and (max-width: 1024px) {
   .index-top .index-title,.index-top .new-container {
        align-items: center;
        flex-direction: column;
    }
}


@media only screen and (max-width: 1024px) {
   .index-top .index-img {
        width: 100%;
        max-width: 673px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
   .index-wrap .index-top .index-img {
        width: 100%;
        margin: -90px 0 0;
        background-size: contain;
        background-position: 50%;
        height: 365px;
    }

	.main-bg{
		height: 800px;
	}
}

@media screen and (max-width:768px) {
	.popular-reviewed_section {
		padding: 10px 0 0px;
	}

	.swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, -10px);
	}

	.swiper-button-next {
		right: var(--swiper-navigation-sides-offset, -10px);
	}

	.blog-billet.card33.vertical .img-container {
		height: 150px;
	}

	.latest-posts_section {
		padding-top: 0px;
		margin-top: 10px;
	}

	.header_142699 .nav-menu {
		width: 100%;
	}

	.header_142699 .form-container {
		width: 100%;
		width: 100%;
		display: none;
		height: 100vh;
		top: 0;
		background: #fff;
		transform: translateY(0%);
		padding-top: 100px;
	}

	.closeSearch {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.left-part-Three .img-container {
		min-height: 300px;
	}

	.left-part-Two .img-container {
		min-height: 300px;
	}

	.header_142699 .nav-list>li>a{
		color: #051540;
	}
}

@media (max-width: 840px) {
    .blog-list_grid.big-billet-left, .blog-list_grid.big-billet-right {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

	.top-games_section .blog-list.for-horizontal.full-width>li {
        width: 50%;
	}
}

@media (max-width: 590px) {
    .blog-list_grid.big-billet-left, .blog-list_grid.big-billet-right {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

	.top-games_section .blog-list.for-horizontal.full-width>li {
        width: 100%;
    }
}
