/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*Global Styles*/

@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');

:root{
	--title-color: #f7d00e;
	--subtitle-color: #eb7557;
	--button-color: #f7d00e;
	--button-color-hover: #eb7557;
	--white-color: #FFFFFF;
	--light-grey: #ededed;
	--dark-grey: #111111;
	--black-color: #000000;
}

html, body{
	font-family: "Comic Relief", system-ui;
	scroll-behavior: smooth;
}

body {
    background-color: #fff9e4;
}

.wco-container{
	width: 100%;
	margin: auto;
	padding: 0 40px;
}

.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.padding-big{
	padding: 40px 0;
}

.title-style{
	padding: 40px 0;
}

.title-style h1{
	font-size: 48px;
}

.title-style h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--subtitle-color);
	text-align: center;
}

.subtitle-style{
	padding: 20px 0;
}

.subtitle-style h3{
	font-size: 18px;
	line-height: 30px;
}

.subtitle-style p{
	font-size: 14px;
	line-height: 24px;
}

.form-item{
	margin-bottom: 20px;
}

.form-item input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid var(--dark-grey);
    color: var(--black-color);
    outline: none;
    width: 100%;
    text-indent: 15px;
    background-color: var(--white-color);
}

.form-item button {
	width: 100%;
	background: var(--button-color);
	color: var(--white-color);
	height: 50px;
    border-radius: 30px;
	border: none;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.form-item button:hover{
	background: var(--button-color-hover);
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.form-item p{
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
}

h3{
	font-size: 24px;
}

.anchor{
	position: relative;
	bottom: 100px;
}

/*Global Styles End*/

/*navigation*/

.navigation {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 0;
	background: #F7D00E;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 208, 14, 0)), to(rgba(247, 208, 14, 1)));
	background: -o-linear-gradient(bottom, rgba(247, 208, 14, 0) 0%, rgba(247, 208, 14, 1) 100%);
	background: linear-gradient(0deg, rgba(247, 208, 14, 0) 0%, rgba(247, 208, 14, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7D00E", endColorstr="#F7D00E", GradientType=0);
	z-index: 100;
}

.navigation .items .item{
	padding: 0 10px;
}

.navigation a {
	color: var(--black-color);
	font-size: 14px;
}

.navigation .hamburger{
	display: none;
}

.navigation .nav-parts{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navigation-one .nav-parts .logo-cont {
	width: 100px;
	margin-left: 0;
	margin-right: auto;
}

.navigation-two .nav-parts .logo-cont {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.navigation-one .items {
	margin: auto 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.navigation-two .items {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 20px;
}

.navigation .nav-parts .logo-cont img{
	width: 100%;
}

.mobile-menu{
	display: none;
}

/*navigation end*/

/*block-1*/

.block-1 {
	padding-top: 100px;
	min-height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/main-block-bg.webp);
	background-attachment: fixed;
}

.block-1 .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.block-1 .title-style {
	padding-bottom: 20px;
}

.block-1 .subtitle-style h3{
	text-align: center;
}

.block-1 .title-style h1 {
    color: var(--subtitle-color);
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}

.block-1 .parts {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.block-1 .parts .part {
	width: 100%;
	position: relative;
	margin: auto;
	/* background: #fb923242; */
	/* backdrop-filter: blur(30px); */
	padding: 40px;
	border-radius: 0;
}

.block-1 .subtitle-style h3 {
	color: var(--black-color);
	text-align: center;
	padding: 20px;
	-webkit-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	        transform: rotate(-2deg);
}

.block-1 .parts .part-1{
	display: block;
}

.block-1 .parts .part-1 .subcont{
	margin: auto 0;
}

/*block-2*/

.block-2{

}

.block-2 .items{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.block-2 .items .item {
	width: 100%;
	min-height: 200px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 80px;
	background: var(--light-grey);
	border-radius: 0;
}

.block-2 .items .item img {
	width: 30%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	border-radius: 0;
	-webkit-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.block-2 .items .item:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.imgs_block_one .items .item:hover img{
	-webkit-transform: rotate(-2deg) !important;
	    -ms-transform: rotate(-2deg) !important;
	        transform: rotate(-2deg) !important;
}

.block-2 .items .item .text {
	width: 68%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto 0;
}

.block-2 .items .item h4 {
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px;
	color: var(--title-color);
	font-weight: 700;
}

.block-2 .items .item h5 {
	font-size: 14px;
	text-align: left;
	color: var(--black-color);
	padding-bottom: 20px;
}

.imgs_block_one .items .item img{
	border-radius: 50%;
}

.imgs_block_one .items .item{
	background: none;
}

.block-2 .items .item.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.block-2 .items .item.revers h4{
	text-align: right;
}

.block-2 .items .item.revers h5{
	text-align: right;
}

/*block-3*/

.block-3 {
	background: var(--white-color);
}

.contact-cont .block-3{

}

.block-3 .title-style{
	padding-bottom: 20px;
}

.contact-cont .block-3 .subtitle-style p {
	color: var(--black-color);
}

.block-3 .parts .part{
	width: 50%;
}

.block-3 .parts .part-1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 40px;
}

.block-3 .parts .part-1 .subcont{
	margin: auto 0;
}

.block-3 .parts .part-2{
	padding-left: 40px;
}

/*block-4*/

.block-4{

}

.block-4 .title-style h2{
	text-align: center;
}

.block-4 .banner-cont{
	margin-bottom: 40px;
}

.block-4 .banner-cont img {
	width: 100%;
	border-radius: 40px;
	-webkit-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	        transform: rotate(-2deg);
}

.block-4 .content p {
	text-align: center;
	color: var(--black-color);
	font-size: 14px;
	line-height: 24px;
}

/*footer*/

.footer{
	background: var(--black-color);
}

.footer .items{

}

.footer .items .item{
	padding: 0 10px;
}

.footer .items .item a{
	color: var(--white-color);
}

/*success-page*/

.success-page {
	height: 100vh;
	background-color: var(--white-color);
}

.success-page .wco-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

.success-page .bread-crumbs {
	width: 100%;
	padding-top: 100px;
}

.success-page .title-style{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.success-page h1{
	color: var(--gold-color);
	text-align: center;
	margin: auto;
}

/*single-page*/

.single-page {
	background-color: var(--white-color);
	padding-top: 150px;
}

.single-page h2{
	font-weight: 700;
	padding-bottom: 20px;
}

.single-page .content p{
	padding-bottom: 10px;
}

.single-page .content .last-updated{
	opacity: 0.3;
}

.single-page .content .contact-info{
	font-weight: 700;
}

.single-page .content strong{
	font-weight: 700;
}

.single-page .title-style{
	padding-bottom: 20px;
}

.bread-crumbs{
	padding-bottom: 20px;
}

.bread-crumbs p{
	margin-left: 10px;
}

.bread-crumbs .rel-link{
	opacity: 0.3;
}

/*icons-block*/

.icons-block{

}

.icons-block .items{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.icons-block .items .item {
	width: 24%;
	background: var(--white-color);
	padding: 20px;
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	border-radius: 40px;
	-webkit-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	        transform: rotate(-2deg);
}

.icons-block .items .item i {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    color: var(--button-color);
}

.icons-block .items .item:hover {
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	border-radius: 50%;
}

.icons-block .items .item img {
	width: 40px;
	display: block;
	margin: auto;
	margin-bottom: 40px;
	-webkit-filter: invert(1);
	        filter: invert(1);
}

.icons-block .items .item h4 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	text-align: center;
	color: var(--button-color);
}

.icons-block .items .item p {
	text-align: center;
	font-size: 12px;
	color: var(--black-color);
}

/*img-block2*/

.img-block2{

}

.img-block2 .items {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.img-block2 .items .item {
	width: 48%;
	padding: 20px;
	background-color: var(--white-color);
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	-webkit-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	        transform: rotate(-2deg);
	border-radius: 40px;
}

.img-block2 .items .item:hover{
	-webkit-transition: ease-in-out 0.4s;
	-o-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.img-block2 .items .item img{
	width: 100%;
	margin-bottom: 40px;
	border-radius: 40px;
}

.img-block2 .items .item .text {
	width: 100%;
}

.img-block2 .items .item h5 {
	color: var(--black-color);
}

/*img-block3*/

.img-block3{

}

.img-block3 .items .item {
	width: 24%;
	padding: 0;
	background-color: var(--white-color);
}

.img-block3 .items .item img{
	width: 100%;
	margin-bottom: 40px;
}

/*main-block-two*/

.main-block-two{
	background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(247, 208, 14, 1)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(247, 208, 14, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(247, 208, 14, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F7D00E", GradientType=0);
	overflow: hidden;
}

.main-block-two .parts{

}

.main-block-two .parts .part{
	width: 50%;
}

/*about_game_block_two*/

.about_game_block_two{

}

.about_game_block_two .parts{

}

.about_game_block_two .parts .banner-cont {
	width: 50%;
	padding-right: 40px;
}

.about_game_block_two .parts .banner-cont img{
	position: sticky;
	top: 100px;
}

.about_game_block_two .parts .content{
	width: 50%;
	padding-left: 40px;
}

.about_game_block_two .parts .content p {
	text-align: left;
	color: var(--black-color);
	font-size: 18px;
	line-height: 30px;
}

.about_game_block_two .parts {
	position: relative;
}

/*contacts_block_two*/

.contacts_block_two{
	background-color: var(--white-color);
}

.contact-cont .contacts_block_two .subtitle-style p {
	color: var(--black-color);
}

.contacts_block_two .parts{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contacts_block_two .parts .part{
	width: 100%;
	padding: 0;
}

/*main-block-tree*/

.main-block-tree{
	overflow: hidden;
}

.main-block-tree .parts {
	padding-top: 0;
}

/*icons_block_two*/

.icons_block_two .items{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.icons_block_two .items .item{
	width: 100%;
	margin-bottom: 40px;
}

/*page404*/

.page404{
	height: 100vh;
}

.page404 .title-style{
	padding-top: 150px;
}

.page404 .title-style h1{
	text-align: center;
}

@media(max-width: 980px){

	.title-style h1 {
		font-size: 30px;
	}

	.block-1 .title-style h1 {
		font-size: 30px;
	}

	.subtitle-style h3 {
		font-size: 14px;
		line-height: 14px;
	}

	.navigation a {
		font-size: 13px;
	}

	.navigation .items .item {
		padding: 0 5px;
	}

	.title-style h2 {
		font-size: 24px;
	}

	.block-2 .items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.block-2 .items .item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.block-2 .items .item img {
		width: 100%;
	}

	.block-2 .items .item h4 {
		font-size: 16px;
		text-align: center;
	}

	.block-2 .items .item h5 {
		text-align: center;
	}

	.block-2 .items .item.revers h4 {
		text-align: center;
	}

	.block-2 .items .item.revers h5 {
		text-align: center;
	}

	.block-2 .items .item .text {
		width: 100%;
		padding: 20px;
	}

	.block-3 .parts{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.block-3 .parts .part{
		width: 100%;
		padding: 0;
	}

	.block-3 .parts .part-1{
		padding-bottom: 40px;
	}

	.about_game_block_two .parts .content p {
		font-size: 14px;
		line-height: normal;
	}

	.footer .items .item a{
		font-size: 13px;
	}

	.single-page .content p{
		font-size: 14px;
	}

	.icons-block .items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.icons-block .items .item {
		width: 100%;
		margin-bottom: 40px;
	}

	.navigation .nav-parts .logo-cont {
		width: 70px;
		margin-left: 0;
	}

	.img-block2 .items .item {
		width: 100%;
	}

	.about_game_block_two .parts {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.about_game_block_two .parts .banner-cont{
		padding: 0;
		width: 100%;
	}

	.about_game_block_two .parts .content{
		padding: 0;
		width: 100%;
	}

	.img-block3 .items .item {
		width: 100%;
	}

}

@media(max-width: 768px){

	.wco-container{
		padding: 0 20px;
	}

	.navigation .items{
		display: none;
	}

	.navigation .hamburger {
		display: block;
		width: 40px;
		margin-left: auto;
		margin-right: 0;
		position: absolute;
		right: 20px;
		top: 30px;
	}

	.navigation .hamburger div {
		background-color: var(--white-color);
		height: 2px;
		width: 100%;
		margin-bottom: 6px;
	}

	.mobile-menu {
	    display: block;
	    position: fixed;
	    left: -100%;
	    top: 0;
	    background: var(--title-color);
	    height: 100vh;
	    width: 100%;
	    z-index: 500;
	    padding-top: 40px;
	    -webkit-transition: ease-in-out 0.4s;
	    -o-transition: ease-in-out 0.4s;
	    transition: ease-in-out 0.4s;
	}

	.mobile-menu.open{
		left: 0;
		-webkit-transition: ease-in-out 0.4s;
		-o-transition: ease-in-out 0.4s;
		transition: ease-in-out 0.4s;
	}

	.mobile-menu .items .item{
		padding-bottom: 20px;
	}

	.mobile-menu .items .item a{
		color: var(--white-color);
	}

	.mobile-menu .close{
		width: 20px;
		position: absolute;
		right: 20px;
		top: 40px;
	}

	.mobile-menu .close img{
		width: 100%;
		display: block;
	}

	.block-1 .parts{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.block-1 .parts .part{
		width: 100%;
	}

    .main-block-two .parts .part {
        padding: 0;
    }

	.footer .items{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.footer .items .item {
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}

}