@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Lilita One', cursive !important;
}

body.active {
    overflow: hidden;
}

body.active .header {
    background: transparent;
    z-index: 6;
}

body.active .header .header-logo {
    opacity: 0;
}

.post, .page {
    margin: 0 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: auto !important;
}

.title {
    position: relative;
    margin-bottom: 70px;
    font-size: 34px;
    color: #e800bd;
    text-transform: uppercase;
    text-align: center;
}

.title::before {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    margin: 0 auto 10px;
    background-color: #0063da;
}

.custom-btn {
    font-family: 'Quicksand', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 30px auto 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 24px;
    background-color: #e800bd;
    transition: all .3s ease-in-out;
    text-decoration: none;
    transform: scale(1);
}

.custom-btn:hover {
    color: #fff;
    background-color: #ce00a8;
    transform: scale(1.1);
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
    border-color: #0063d9 !important;
}

wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin: 0;
    border-color: #ed0168 !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.main-page {
    background-image: url(/wp-content/themes/dgn-games/assets/img/bottom-image.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    z-index: 5;
}

body.error404 .header {
	-webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
	box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

.header-logo a img {
    height: 65px;
    object-fit: contain;
    object-position: center;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu ul li {
    margin-right: 50px;
}

.header-menu ul li:last-child {
    margin-right: 0;
}

.header-menu ul li a {
    padding: 15px 20px;
    color: #878787;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.header-menu ul li a:hover {
    color: #fff;
    background-color: #0C1B85;
    font-size: 24px;
}

.header-menu ul li.current-menu-item a {
    color: #0C1B85;
}

.header-menu ul li.current-menu-item a:hover {
    color: #fff;
}

.header-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 22px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ce00af;
    transition: all .3s ease-in-out;
}

.header-button a:hover {
    color: #fff;
    background-color: #b30098;
}

.main {
    position: relative;
    width: 100%;
    height: 750px;
    margin-top: 111px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -450px;
    background-attachment: fixed;
    background-size: 100%;
}

.main h1 {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #ce00af;
    font-size: 120px;
    text-transform: uppercase;
    text-align: center;
}

.main img.arc-w {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.main img.animals {
    position: absolute;
    right: 10%;
    bottom: -80px;
    width: 50%;
    z-index: 1;
}

#lottie {
    position: absolute;
    right: 5%;
    bottom: -120px;
    width: 50%;
    height: 700px;
    z-index: 1;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
	background-image: url('/wp-content/uploads/2023/01/bkg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main::after {
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/arc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.games {
    padding: 200px 0 100px 0;
}

.about-main {
    padding: 100px 0;
}

.about-main .about-content {
    position: relative;
    width: 430px;
    max-width: 100%;
    margin: 0 650px;
}

.about-main .about-content::before {
    content: "";
    display: inline-block;
    width: 280px;
    height: 500px;
    background-image: url(/wp-content/uploads/2023/01/Mouse.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -340px;
}

.about-main .about-content h2.title {
    margin-bottom: 30px;
    text-align: left;
}

.about-main .about-content h2.title::before {
    width: 100px;
    margin: auto 0 10px;
}

.about-main .about-content p {
    font-family: 'Quicksand', sans-serif;
    width: 430px;
    max-width: 100%;
    margin: 0;
    color: #020c56;
    font-size: 21px;
}

.about-main .about-content .custom-btn {
    margin: 30px 0 0;
}

.join {
    padding: 200px 0 200px 0;
    overflow: hidden;
}

.join .join-content {
    position: relative;
    width: 430px;
    max-width: 100%;
    margin: 0 300px;
}

.join .join-content::after {
    content: "";
    display: inline-block;
    width: 570px;
    height: 800px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/join-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    right: -520px;
}

.join .join-content h2.title {
    margin-bottom: 30px;
    text-align: left;
}

.join .join-content h2.title::before {
    width: 100px;
    margin: auto 0 10px;
}

.join .join-content p {
    font-family: 'Quicksand', sans-serif;
    width: 430px;
    max-width: 100%;
    margin: 0;
    color: #020c56;
    font-size: 21px;
}

.join .join-content .custom-btn {
    margin: 0;
    margin-top: 30px;
}

.footer {
    font-family: 'Quicksand', sans-serif;
    padding: 25px 0;
    background-color: #ededed;
}

.footer .footer-copyright {
    margin-bottom: 30px;
    color: #404248;
    font-size: 18px;
    text-align: center;
}

.footer .footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-social ul li {
    margin-right: 10px;
}

.footer .footer-social ul li:last-child {
    margin-right: 0;
}

.footer .footer-social ul li a {
    display: block;
    width: 45px;
    height: 45px;
}

.game-page {
    position: relative;
    margin-top: 111px;
    padding: 100px 0 50px 0;
    background-image: url(/wp-content/themes/dgn-games/assets/img/games-background.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-page .container .row {
    justify-content: center;
}

.game-page .games-card {
    margin-bottom: 60px;
}

.games-card .mobile-content {
    display: none;
}

.games-card__marketplace ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.games-card__marketplace ul li {
    margin-right: 10px;
}

.games-card__marketplace ul li:last-child {
    margin-right: 0;
}

.games-card__marketplace ul li a {
    display: block;
    width: 130px;
    height: 40px;
}

.contacts {
    position: relative;
    margin-top: 111px;
    padding: 70px 0;
    background-image: url(/wp-content/themes/dgn-games/assets/img/contact-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
}

.form br {
	display: none !important;
}

/* form.form p {
    display: none;
}

form.form .custom-row p {
    display: none !important;
} */

.form .custom-input {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    padding: 0 20px;
    background: #fff;
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
}

.form .custom-input.wpcf7-not-valid {
	border: 2px solid #ca5457 !important;
}

.form .custom-input:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #e800bd;
}

.form .custom-input::placeholder {
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 500;
}

.form textarea.custom-input {
    padding: 20px;
    height: 180px;
}

.form input[type="submit"] {
    font-family: 'Quicksand', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    background: #e800bd;
    border: 0;
    border-radius: 0;
}

.upload {
    font-family: 'Quicksand', sans-serif;
    position: relative;
    display: flex;
}

.upload > p {
	margin: 0;
}

.upload span.wpcf7-form-control-wrap {
	display: table-cell;
    width: 398px;
    max-width: 100%;
    height: 80px;
}

.upload span.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 21px;
    color: #fff;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
}

.upload span.label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-right: 15px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/attachment.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.wpcf7-form .upload span.file {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #0063da;
}

.wpcf7-form .upload #file {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.support {
    position: relative;
    margin-top: 111px;
    padding: 70px 0;
    background-image: url(/wp-content/themes/dgn-games/assets/img/support-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.support .support-faq {
    width: 820px;
    max-width: 100%;
    margin: 120px auto 0;
}

.support .support-faq .support-faq__card {
    position: relative;
    margin-bottom: 30px;
}

.support .support-faq .support-faq__card img {
    width: 100%;
    height: 220px;
    object-position: center;
    object-fit: cover;
}

.support .support-faq .support-faq__card .link {
    font-family: 'Quicksand', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #000b55;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.support .support-faq .support-faq__card .link:hover {
    background-color: rgba(0,11,85,.8);
}

.careers {
    position: relative;
    margin-top: 111px;
    padding: 100px 0 230px 0;
    background-image: url(/wp-content/themes/dgn-games/assets/img/careers-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tribe {
    margin-bottom: 80px;
}

.tribe h1.title {
    margin-bottom: 25px;
}

.tribe p {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
    width: 750px;
    max-width: 100%;
    color: #000b55;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.values {
    margin-bottom: 80px;
}

.values .values-list {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: rgba(255,255,255,.6);
    border-radius: 30px;
}

.values-list.slick-slider .slick-slide > div:first-child {
    margin-bottom: 50px;
}

.values-list__card .values-list__row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.values-list__card .values-list__row:last-child {
    margin-bottom: 0;
}

.values-list__row .values-list__blocks:nth-of-type(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    margin-right: 50px;
}

.values-list__row .values-list__blocks:nth-of-type(2) {
    width: 500px;
    max-width: 100%;
}

.values-list__row .values-list__blocks img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.values-list__blocks .strong {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color: #6600bb;
    font-weight: 700;
    text-align: center;
}

.values-list__blocks p {
    font-family: 'Quicksand', sans-serif;
    color: #000b55;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.values .values-list__mob.slick-slider {
    display: none;
}

.values-list::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -220px;
    content: "";
    display: inline-block;
    width: 250px;
    height: 680px;
    background-image: url(/wp-content/uploads/2023/01/Geraffe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.values-list.slick-slider .slick-prev {
    width: 40px;
    height: 60px;
    left: 30px;
    z-index: 2;
}

.values-list.slick-slider .slick-prev:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/slick-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.values-list.slick-slider .slick-next {
    width: 40px;
    height: 60px;
    right: 30px;
    z-index: 2;
}

.values-list.slick-slider .slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/slick-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.values-list.slick-slider .slick-dots {
    display: none !important;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.values-list.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 1;
}

.values-list.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #001683;
}

.positions {
    margin-bottom: 80px;
}

.positions .searchandfilter,
.positions .nav-tabs {
    margin-bottom: 50px;
    border-bottom: 0;
}

.positions .searchandfilter ul,
.positions .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.positions .searchandfilter ul li {
    padding: 0;
}

.positions .searchandfilter ul li li label {
    margin: 0;
    padding: 7px 30px;
    color: #001683;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}

.positions .nav-tabs .nav-link {
	margin: 0;
    padding: 7px 30px;
    color: #001683;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
	border: 0;
    border-radius: 50px;
}

.positions .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #001683;
	border: 0;
    border-radius: 50px;
}

.positions .nav-tabs .nav-link:hover {
	border: 0;
}

.positions .searchandfilter ul li li input {
    display: none;
}

.positions .searchandfilter ul li li.sf-option-active label {
    color: #fff;
    background-color: #001683;
    border-radius: 50px;
}

.positions-list,
.positions .tab-content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.positions-list .positions-card,
.tab-content .positions-card {
    font-family: 'Quicksand', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tab-content .positions-card.hidden {
	display: none;
}

.positions-list .positions-card .strong a,
.tab-content .positions-card .strong a {
    color: #001797;
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
}

.positions-list .positions-card a.custom-btn,
.tab-content .positions-card a.custom-btn {
    margin: 0;
}

.positions-tabs {
    font-family: 'Quicksand', sans-serif;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.positions-tabs ul {
    justify-content: center;
}

.positions-tabs ul li {
    margin-right: 10px;
}

.positions-tabs ul li:last-child {
    margin-right: 0;
}

.positions-tabs ul li .nav-link {
    padding: 7px 30px;
    color: #001683;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}

.positions-tabs ul li .nav-link.active {
    background-color: #001683;
    border-radius: 50px;
}

.positions-tabs .tab-content {
    margin-top: 40px;
}

.positions-tabs .tab-content .tab-pane > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.positions-tabs .tab-content .tab-pane .strong {
    color: #001797;
    font-size: 28px;
    font-weight: 400;
}

.positions-tabs .tab-content .tab-pane .custom-btn {
    margin: 0;
}

.positions-slider.slick-slider .slick-prev {
    width: 40px;
    height: 60px;
	top: 5%;
    left: -65px;
    transform: rotate(90deg) translateX(-50%);
    z-index: 2;
}

.positions-slider.slick-slider .slick-prev:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/slick-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 1;
}

.positions-slider.slick-slider .slick-next {
    width: 40px;
    height: 60px;
	top: 85%;
    left: -65px;
    transform: rotate(90deg) translateX(-50%);
    z-index: 2;
}

.positions-slider.slick-slider .slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/slick-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 1;
}

.positions-slider.slick-slider .slick-dots {
    display: none !important;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.positions-slider.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 1;
}

.positions-slider.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #001683;
}

.tab-content {
	display: flex !important;
	flex-direction: column !important;
}

.tab-content > .tab-pane {
	display: block !important;
	height: 0 !important;
}

.tab-content > .active {
	display: block !important;
	height: auto !important;
}

.single-positions {
    margin-top: 111px;
    padding: 70px 0;
    background-image: url("/wp-content/themes/dgn-games/assets/img/single-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-positions__content {
    padding: 50px 30px 250px 30px;
    background-color: rgba(255,255,255,.6);
    border-radius: 50px;
}

.single-positions h2,
.single-positions h3,
.single-positions h4,
.single-positions h5,
.single-positions h6 {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    color: #001683;
    text-decoration: underline;
    text-align: center;
}

.single-positions ul {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.single-positions ul li {
    position: relative;
    margin-bottom: 10px;
    color: #000b55;
    font-size: 18px;
}

.single-positions ul li::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000b55;
    vertical-align: middle;
}

.single-positions ul li:last-child {
    margin-bottom: 0;
}

.developer-form h2 {
    font-family: 'Lilita One', cursive;
    margin-bottom: 50px;
    color: #e800bd;
    text-decoration: none;
}

.process h2.title {
    margin-bottom: 25px;
}

.process p {
    margin: 0 auto 60px;
    font-family: 'Quicksand', sans-serif;
    width: 750px;
    max-width: 100%;
    color: #000b55;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.process .process-steps.slick-slider {
    display: none;
}

.process .row {
    justify-content: center;
}

.process .row .col-lg-4:first-child .process-card p {
	max-width: 280px;
}

.process .row .col-lg-4:first-child .process-card::before {
    position: absolute;
    top: 0;
    right: 15px;
    content: "";
    display: block;
    width: 100px;
    height: 230px;
    background-image: url(/wp-content/uploads/2023/01/Mouse-copy-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.process .row .col-lg-4:nth-of-type(3) .process-card::before {
    position: absolute;
    top: -70px;
    right: 20px;
    content: "";
    display: block;
    width: 81px;
    height: 143px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/bunny.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.process .row .col-lg-4:last-child .process-card::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
    content: "";
    display: block;
    width: 270px;
    height: 300px;
    background-image: url(/wp-content/uploads/2023/01/Panda.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.process-card {
    position: relative;
    margin-bottom: 30px;
    padding: 35px;
    background-color: rgba(255,255,255,.4);
    border-radius: 25px;
}

.process-card .count {
    position: absolute;
    top: -20px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e800bd;
    font-size: 24px;
    width: 45px;
    height: 45px;
    background-color: #c5dcea;
    border: 6px solid #9ec5dc;
    border-radius: 50px;
}

.process-card .strong {
    color: #e800bd;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process-card p {
    min-height: 125px;
    margin: 0;
    text-align: left;
}

.about-us {
    margin-top: 111px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/bg-about.jpg);
	background-size: 105%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.about {
    position: relative;
    padding-top: 150px;
    height: 1000px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/about-main.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.4);
}

.about::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background-image: url(/wp-content/themes/dgn-games/assets/img/about-arc.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

body.home .about::after {
    display: none;
}

.about-text {
    position: relative;
    width: 520px;
    max-width: 100%;
    margin: 0 260px;
    z-index: 1;
}

.about-text::after {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    right: -65%;
    content: "";
    display: block;
    width: 360px;
    height: 650px;
    background-image: url(/wp-content/uploads/2023/01/Cheetah.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-text .title {
    margin-bottom: 25px;
    text-align: left;
}

.about-text .title::before {
    margin: 0 0 10px;
}

.about-text p {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px;
    color: #000b55;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.story {
    margin-top: -70px;
    padding-bottom: 300px;
}

.story .title {
    margin-bottom: 25px;
}

.story p {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px;
    color: #000b55;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 950px;
    margin: 0 auto 200px;
}

.story .timeline li img {
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}

.story .timeline li:nth-of-type(3) img {
    width: 85px;
}

.story .timeline li:nth-of-type(4) img {
    width: 85px;
}

.story .timeline li:nth-of-type(5) img {
    top: -107px;
}

.story .timeline li:nth-of-type(6) img {
    width: 100%;
    height: 110px;
    top: -98px;
}

.story .timeline li .strong {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 10px;
    color: #020c56;
    font-size: 21px;
    font-weight: 700;
}

.story .timeline li p {
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    color: #020c56;
    font-size: 16px;
    line-height: 23px;
    text-transform: none;
}

.story .timeline-mobile {
    display: none;
}

.adv {
    padding-bottom: 350px;
}

.adv .title {
    margin-bottom: 25px;
}

.adv p.subtitle {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px;
    color: #000b55;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 950px;
    margin: 0 auto 15px;
}

.adv p.subtitle:nth-of-type(2) {
    margin-bottom: 60px;
}

.adv .row {
    width: 992px;
    max-width: 100%;
    margin: 0 auto;
}

.adv-blocks .strong {
    color: #e806be;
    font-size: 50px;
    text-align: center;
}

.adv-blocks.ml .strong::after {
    content: "M";
    display: inline-block;
}

.adv-blocks p {
    width: 100%;
    margin: 0;
    color: #000b55;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.location {
    margin-bottom: 100px;
}

.location-list {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.location-list__card {
    display: flex;
    justify-content: center;
}

.location-list__card .text {
    padding-top: 35px;
}

.location-list__card .text .strong {
    margin-bottom: 30px;
    color: #e806be;
    font-size: 34px;
    text-transform: uppercase;
}

.location-list__card .text p {
    width: 420px;
    max-width: 100%;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.location-list.slick-slider .slick-prev {
    width: 40px;
    height: 60px;
    left: -15px;
}

.location-list.slick-slider .slick-prev:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/slick-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
    opacity: 1;
}

.location-list.slick-slider .slick-next {
    width: 40px;
    height: 60px;
    right: -15px;
}

.location-list.slick-slider .slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/slick-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
    opacity: 1;
}

.location-list.slick-slider .slick-dots {
    bottom: 50px;
}

.location-list.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
}

.location-list.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffff;
}

.life {
    padding-bottom: 30px;
}

.life .life-text {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.life .life-text .title {
    margin-bottom: 20px;
    text-align: left;
}

.life .life-text .title::before {
    margin: 0 0 10px;
}

.life .life-text p {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.dashboard {
    padding: 30px 15px;
    background-color: rgba(255,255,255,.7);
    border-radius: 30px;
    text-align: center;
}

.dashboard #sb_instagram {
    padding: 0 !important;
}

#sb_instagram .sb_instagram_header {
    padding: 0 30px !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    padding: 15px 25px !important;
    font-size: 16px !important;
    transition: all .3s ease-in-out !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a:hover {
    background-color: #b30098 !important;
}




/* Timeline */
.timeline {
    position: relative;
}

.timeline li {
    list-style: none;
    float: left;
    width: 16.66666667%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

ul.timeline:nth-child(1) {
    color: #4caf50;
}

.timeline li:before {
    position: relative;
    content: "";
    width: 25px;
    height: 25px;
    border: 10px solid #0063da;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #fff;
    color: #000;
    transition: all ease-in-out .3s;
    cursor: pointer;
    z-index: 1;
}

.timeline li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #dcdcdc;
    top: 10px;
    left: -50%;

    transition: all ease-in-out .3s;
}

.timeline li:first-child:after {
    content: none;
}

.timeline li.active-tl {
    color: #555555;
}

.timeline li.active-tl:before {
    background: #4caf50;
    color: #F1F1F1;
}

.timeline li.active-tl+li:after {
    background: #4caf50;
}

/* Custom select */
.custom-select {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.custom-select br {
	display: none;
}

.custom-select select {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 0;
    background-color: transparent;
    /* Styling the select text color */
    font-size: 24px;
    color: #000b55;
    font-weight: 500;
    /* removes the fucking native down arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 0.50em solid transparent;
    border-right: 0.50em solid transparent;
    border-top: 0.90em solid #000b55;
    pointer-events: none;
}

@-moz-document url-prefix() {
    .custom-select select {
        padding-right: 1.75em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .custom-select select {
        padding-right: 2em;
    }
}

.error {
	position: relative;
    display: flex;
    align-items: center;
	margin-top: 111px;
	padding: 100px 150px;
    height: calc(100vh - 290px);
}

.error::after {
	content: "";
    display: block;
	width: 800px;
    height: 650px;
    background-image: url(/wp-content/themes/dgn-games/assets/img/animals.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.error .error-content h1 {
	margin-bottom: 30px;
	color: #FF0098;
    font-size: 200px;
	line-height: 1;
}

.error .error-content p {
	font-family: 'Quicksand', sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #020c56;
	font-size: 34px;
    font-weight: 500;
    text-align: center;
}

.error .error-content .back {
	width: 100%;
    max-width: 100%;
    margin: 0;
}

.error .error-content a.custom-btn {
	background-color: #0D0999;
}

/* Flip card effect */
.flip {
    position: relative;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 1.5s;
    transition-property: transform, opacity;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip:hover>.front {
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.flip {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.flip>.front,
.flip>.back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 220px;
    background: #313131;
}

.flip>.back {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    background-color: #000b55;
}

.flip>.front p,
.flip>.back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #999;
}

.flip>.back p {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

/* Hamburger menu */
.hamburger-menu {
    display: none;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.button_container {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: .7;
}
.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #0063da;
}
.button_container.active .middle {
    opacity: 0;
    background: #0063da;
}
.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #0063da;
}
.button_container span {
    background: #ce00af;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 5;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open .header-button {
    display: block;
    width: 220px;
    margin: 30px auto 0;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    opacity: 0;
}

.overlay ul li:last-child {
    margin-bottom: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #000b55;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media only screen and (max-width: 1700px) {
	.error::after {
		width: 650px;
    	height: 520px;
	}
}

@media only screen and (max-width: 1600px) {
	.about-us {
		background-size: 115%;
	}
	
	.error .error-content h1 {
		font-size: 170px;
	}
	
	.error .error-content p {
		width: 95%;
		font-size: 26px;
	}
	
	.error .error-content .back {
		width: 95%;
	}
}

@media only screen and (max-width: 1440px) {
    .header-menu ul li {
        margin-right: 40px;
    }

    .main {
        height: 600px;
		background-position: 0px -100px;
    }
	
	#lottie {
	    bottom: -90px;
    	height: 520px;
	}
	
	.about-us {
		background-size: 130%;
	}

    .process-card {
        padding: 25px;
    }

    .process-card p {
        font-size: 17px;
    }
	
	.error {
		padding: 100px 100px;
	}
	
	.error::after {
    	width: 500px;
    	height: 400px;
	}
}

@media only screen and (max-width: 1400px) {
	.process-card {
		min-height: 253px;
	}
	.process .row .col-lg-4:first-child .process-card p {
    	max-width: 230px;
	}
	.process .row .col-lg-4:first-child .process-card::before {
		height: 255px;
	}
}

@media only screen and (max-width: 1200px) {
	.header-logo a img {
		width: 100%;
	}
	
    .header-menu ul li {
        margin-right: 15px;
    }

    .header-menu ul li a {
        padding: 15px;
        font-size: 18px;
    }

    .main {
        height: 400px;
    }

    .main::after {
        height: 200px;
        bottom: -35px;
    }
	
	#lottie {
    	bottom: -50px;
    	height: 365px;
    	background-size: contain;
	}

    .main h1 {
        font-size: 90px;
    }

    .about-main .about-content {
        margin: 0 400px;
    }

    .join .join-content {
        margin: 0 50px;
    }

    .values .values-list {
        width: 700px;
    }

    .values-list__card .values-list__row {
        margin-bottom: 50px;
    }

    .values-list__row .values-list__blocks:nth-of-type(2) {
        width: 350px;
    }

    .values-list__blocks p {
        font-size: 16px;
    }

    .values-list__blocks .strong {
        font-size: 18px;
    }
	
	.process-card {
    	padding: 20px;
	}

    .process p {
        width: 460px;
        min-height: 175px;
        font-size: 16px;
    }
	
	.process-card .strong {
		font-size: 28px;
	}
	
	.process .row .col-lg-4:first-child .process-card p {
    	max-width: 200px;
	}
	
	.process .row .col-lg-4:last-child .process-card::after {
		right: -170px;
	    width: 200px;
	}
	
	.process .row .col-lg-4:first-child .process-card::before {
		top: 10px;
	    right: 10px;
    	height: 180px;
	}

    .about {
        height: 850px;
    }
	
	.about-us {
		background-size: 165%;
	}

    .about-text {
        margin: 0 100px;
    }

    .about-text::after {
        top: 55%;
        right: -56%;
        width: 347px;
        height: 500px;
    }

    .story .timeline li:nth-of-type(6) img {
        width: 100%;
        height: 110px;
        top: -89px;
    }
	
	.error .error-content h1 {
    	font-size: 100px;
	}
	
	.error .error-content p {
    	width: 100%;
    	font-size: 17px;
	}
	
	.error .error-content a.custom-btn {
		font-size: 18px;
	}
}

@media only screen and (max-width: 992px) {
    .custom-btn {
        font-size: 21px;
    }

    .header {
        padding: 15px 0;
    }

    .header-logo a img {
        width: 100%;
    }

    .header-menu ul li {
        margin-right: 5px;
    }

    .header-menu ul li a {
        padding: 10px;
        font-size: 16px;
    }

    .main {
        height: 350px;
    	margin-top: 100px;
    	background-size: cover;
    }

    .main::after {
        height: 160px;
        bottom: -25px;
    }

    .main img.animals {
        right: 5%;
        width: 60%;
    }

    #lottie {
        right: 0;
        width: 60%;
		bottom: -50px;
	    height: 295px;
    }

    .main h1 {
        font-size: 60px;
    }

    .games {
        padding: 120px 0 50px 0;
    }

    .about {
        background-attachment: local;
    }

    .about-main .about-content::before {
        width: 210px;
        height: 360px;
        left: -240px;
    }

    .about-main .about-content {
        margin: 0 240px;
    }

    .about-main .about-content p {
        font-size: 18px;
    }

    .about-main .about-content .custom-btn {
        margin: 30px 0;
    }

    .join {
        padding: 100px 0 100px 0;
        overflow: hidden;
    }

    .join .join-content {
        margin: 0;
    }

    .join .join-content p {
        width: 350px;
        font-size: 18px;
    }

    .join .join-content::after {
        width: 450px;
        height: 590px;
        right: -340px;
    }

    .game-page {
        margin-top: 80px;
    }

    .games-card__marketplace ul {
        flex-direction: column;
    }

    .games-card__marketplace ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .games-card__marketplace ul li a {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    .careers {
        margin-top: 80px;
        padding: 100px 0 100px 0;
    }

    .values-list::before {
        display: none;
    }

    .process p {
        min-height: 150px;
    }
	
	.process .row .col-lg-4:first-child .process-card::before {
    	top: 15px;
    	right: 15px;
    	height: 200px;
	}

    .about-us {
        margin-top: 80px;
        background-position: center 130%;
		background-size: auto;
    }

    .about {
        height: 650px;
        overflow: hidden;
    }

    .about-text {
        margin: 0;
    }

    .about-text::after {
        top: 38%;
        right: -20%;
        width: 240px;
        height: 440px;
    }

    .about-text p {
        width: 390px;
        max-width: 100%;
        font-size: 16px;
    }

    .story {
        margin: 0;
        padding-bottom: 100px;
        overflow: hidden;
    }

    .story p {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 60px;
    }

    .story .timeline {
        display: none;
    }

    .story .timeline-mobile {
        display: block;
    }

    .timeline-mobile.slick-slider .slick-list {
        margin-left: -30px;
        margin-right: -30px;
    }

    .timeline-mobile.slick-slider .slick-list .slick-current .timeline-mobile__card::after {
        content: "";
        display: block;
        width: 50%;
        height: 3px;
        background: #dcdcdc;
        position: absolute;
        top: 45%;
        transform: translateY(-50%) scale(1);
        left: 75%;
        opacity: 1;
        transition: all .3s ease-in-out;
    }

    .timeline-mobile.slick-slider .slick-list .slick-current .timeline-mobile__card::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        border: 10px solid #0063da;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 45%;
        transform: translateY(-50%) scale(1);
        left: 97%;
        z-index: 1;
    }

    .timeline-mobile__card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 300px;
        padding: 0 30px;
    }

    .timeline-mobile__card i.icon img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        object-position: center;
    }

    .timeline-mobile__card .strong {
        font-family: 'Quicksand', sans-serif;
        margin: 15px 0;
        color: #020c56;
        font-size: 28px;
        font-weight: 700;
    }

    .timeline-mobile__card p {
        color: #020c56;
        font-size: 18px;
        line-height: 25px;
        text-transform: none;
        margin: 0;
        text-align: center;
    }

    .adv p.subtitle {
        width: 100%;
        font-size: 16px;
    }

    .location-list__card .text .strong {
        font-size: 28px;
    }

    .location-list__card .text p {
        width: 250px;
        font-size: 16px;
    }

    .location-list__card img {
        width: 40%;
    }

    .location-list.slick-slider .slick-dots {
        bottom: 0;
    }

    .life .life-text p {
        font-size: 16px;
    }

    .support {
        position: relative;
        margin-top: 80px;
    }
	
	.error {
    	padding: 100px 30px;
	}
	
	.error::after {
    	width: 400px;
    	height: 310px;
	}

}

@media only screen and (max-width: 768px) {
    .header-button {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

    .main {
		height: 300px;
        background-attachment: local;
        background-size: cover;
        background-position: center;
    }
	
	#lottie {
    	right: 0;
    	width: 60%;
    	bottom: -50px;
    	height: 260px;
	}

    .about-us {
        background-position: center 115%;
    }

    .about-main .about-content {
        width: 55%;
    }

    .about-main .about-content p {
        font-size: 16px;
    }

    .join .join-content p {
        width: 280px;
        font-size: 16px;
    }

    .join .join-content::after {
        right: -260px;
    }

    .games-card {
        text-decoration: none;
    }

    .games-card .mobile-content {
        display: block;
    }

    .games-card .mobile-content p {
        margin-bottom: 30px;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    body.home .games-card .mobile-content p {
        color: #000;
    }

    .flip:hover>.front {
        transform: none;
    }

    .flip:hover>.back {
        display: none;
    }

    .games-card__marketplace ul {
        flex-direction: row;
    }

    .games-card__marketplace ul li {
        width: 100%;
        margin: 0;
        margin-right: 30px;
    }

    .games-card__marketplace ul li a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .title {
        margin-bottom: 30px;
    }

    .careers {
        padding: 50px 0 50px 0;
    }

    .tribe p {
        width: 100%;
        font-size: 16px;
    }

    .positions-tabs ul li .nav-link {
        font-size: 18px;
    }

    .positions-tabs .tab-content .tab-pane .strong {
        font-size: 21px;
    }

    .positions-tabs .tab-content .tab-pane .custom-btn {
        font-size: 18px;
    }
	
	.positions-list, .positions .tab-content {
		width: 450px;
	}
	
	.positions-list .positions-card .strong a, .tab-content .positions-card .strong a {
		font-size: 21px;
	}
	
	.positions-list .positions-card a.custom-btn, .tab-content .positions-card a.custom-btn {
		font-size: 18px;
	}

    .process {
        overflow: hidden;
    }

    .process p {
        width: 100%;
        min-height: auto;
        margin: 0 auto 20px;
    }

    .process .process-steps.slick-slider {
        display: block;
    }

    .process .row {
        display: none;
    }
	
	.process-card p {
		margin: 0;
	}
	
	.process .process-steps.slick-slider .slick-list .slick-slide:nth-of-type(2) .process-card p {
		max-width: 320px;
	}

    .process-steps.slick-slider .slick-list .slick-slide:nth-of-type(2) .process-card::before {
        position: absolute;
        top: 0;
        right: 30px;
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        background-image: url(/wp-content/uploads/2023/01/Mouse-copy-2.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .process-steps.slick-slider .slick-list .slick-slide:nth-of-type(4) .process-card::before {
        position: absolute;
        top: -70px;
        right: 20px;
        content: "";
        display: block;
        width: 81px;
        height: 143px;
        background-image: url(/wp-content/themes/dgn-games/assets/img/bunny.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .process-steps.slick-slider .slick-list .slick-slide:nth-of-type(6) .process-card::after {
        display: none;
    }

    .process .process-steps.slick-slider .slick-list {
        padding: 70px 40px 40px 30px;
        margin-left: -40px;
        margin-right: -40px;
    }

    .process .process-steps.slick-slider .process-card {
        min-height: 246px;
        margin: 0 30px;
    }

    .process .process-steps.slick-slider .slick-dots {
        display: none;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }

    .process .process-steps.slick-slider .slick-dots li button:before {
        font-size: 14px;
        color: #001683;
        opacity: .2;
    }

    .process .process-steps.slick-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #001683;
    }

    .about-text {
        margin: 0;
    }

    .adv {
        padding-bottom: 200px;
    }

    .adv-blocks {
        margin-bottom: 30px;
    }

    .adv-blocks .strong {
        font-size: 36px;
    }

    .adv .row .col-3 {
        width: 50%;
    }

    .location-list__card {
        align-items: center;
        flex-direction: column;
    }

    .location-list__card img {
        width: 240px;
    }

    .location-list__card .text .strong {
        margin-bottom: 15px;
        text-align: center;
    }

    .location-list__card .text p {
        width: 100%;
        text-align: center;
    }

    .location-list.slick-slider .slick-dots {
        display: none !important;
    }

    .location-list.slick-slider .slick-prev {
        left: 0;
    }

    .location-list.slick-slider .slick-next {
        right: 0;
    }

    .life .life-text .title {
        text-align: center;
    }

    .life .life-text .title::before {
        margin: 0 auto 10px;
    }

    .life .life-text p {
        text-align: center;
    }

    form.form .row .col-6 {
        width: 100%;
    }

    .custom-select select {
        font-size: 18px;
    }

    .upload {
        margin-bottom: 30px;
    }

    .support .support-faq {
        width: 100%;
        max-width: 100%;
        margin: 50px auto 0;
    }

    .support .support-faq .support-faq__card {
        margin-bottom: 30px;
    }
	
	.support .support-faq .support-faq__card img {
		height: 270px;
	}
	
	.error {
		justify-content: center;
		padding: 0;
	}
	
	.error::after {
		display: none;
	}

}

@media (max-width: 640px) {
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 600px) {
	.positions .searchandfilter, .positions .nav-tabs {
		margin-bottom: 70px;
	}
	
	.positions-list, .positions .tab-content {
    	width: 320px;
	}
	
	.positions-list .positions-card, .tab-content .positions-card {
		flex-direction: column;
		margin-bottom: 15px;
	}
	
	.positions-list .positions-card .strong a, .tab-content .positions-card .strong a {
		display: block;
    	margin-bottom: 10px;
	}
	
	.positions-list .positions-card a.custom-btn, .tab-content .positions-card a.custom-btn {
		display: none;
	}
	
	.positions-slider.slick-slider .slick-prev {
		top: -40px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
	}
	
	.positions-slider.slick-slider .slick-next {
		top: auto;
		left: 50%;
		bottom: -70px;
		transform: translate(-50%, -50%) rotate(90deg);
	}
}

@media only screen and (max-width: 576px) {
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 50% !important;
        padding: 5px !important;
    }

    #sb_instagram #sbi_images {
        padding: 10px !important;
    }

    #sb_instagram .sb_instagram_header {
        padding: 0 15px !important;
    }

    #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
        padding: 15px !important;
    }

    .title {
        margin-bottom: 30px;
    }

    .header {
        padding: 15px 0;
    }

    .overlay ul li a {
        font-size: 28px;
    }

    .main {
        background-position: center;
        background-size: cover;
    }

    .main::after {
        height: 100px;
        bottom: -15px;
    }

    .main h1 {
        top: 30%;
        left: 50%;
        font-size: 50px;
    }

    #lottie {
        width: 350px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -90px;
    }

    .main img.animals {
        width: 350px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -90px;
    }

    .about-us {
        background-position: center 100%;
    }

    .about-main {
        padding: 30px 0 50px 0;
    }

    .about-main .about-content::before {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        transform: none;
        display: block;
        width: 160px;
        height: 290px;
        margin: 0 auto 50px;
    }

    .about-main .about-content {
        width: 100%;
        margin: 0;
    }

    .about-main .about-content h2.title {
        text-align: center;
    }

    .about-main .about-content h2.title::before {
        margin: 0 auto 10px;
    }

    .about-main .about-content p {
        width: 100%;
        text-align: center;
    }

    .about-main .about-content .custom-btn {
        margin: 30px auto 0;
    }

    .join {
        padding: 30px 0 50px 0;
    }

    .join .join-content::after {
        display: none;
    }

    .join .join-content::before {
        content: "";
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        transform: none;
        display: block;
        width: 350px;
        max-width: 100%;
        height: 450px;
        margin: 0 auto 50px;
        background-image: url(/wp-content/themes/dgn-games/assets/img/join-image.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .join .join-content{
        width: 100%;
        margin: 0;
    }

    .join .join-content h2.title {
        text-align: center;
    }

    .join .join-content h2.title::before {
        margin: 0 auto 10px;
    }

    .join .join-content p {
        width: 100%;
        text-align: center;
    }

    .join .join-content .custom-btn {
        margin: 30px auto 0;
    }

    .footer .footer-copyright {
        font-size: 16px;
    }

    form.form .row .col-6 {
        width: 100%;
    }

    .upload {
        margin-bottom: 15px;
    }

    .values .values-list__mob.slick-slider {
        display: block;
    }

    .values .values-list__pc.slick-slider {
        display: none;
    }

    .values-list.slick-slider .slick-dots {
        display: flex !important;
    }

    .values-list.slick-slider .slick-slide > div:first-child {
        margin-bottom: 0;
    }

    .values-list__card .values-list__row {
        flex-direction: column;
    }

    .values-list__row .values-list__blocks:nth-of-type(1) {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .values-list__row .values-list__blocks:nth-of-type(2) {
        width: 100%;
    }

    .values-list__blocks p {
        margin: 0;
        text-align: center;
    }

    .process-card {
        margin: 0 15px 30px;
    }

    .process-card .strong {
        margin-bottom: 15px;
    }
	
	.process .process-steps.slick-slider .slick-list .slick-slide:nth-of-type(2) .process-card p {
    	width: calc(100% - 100px);
	}
	
	.process-steps.slick-slider .slick-list .slick-slide:nth-of-type(2) .process-card::before {
		right: 15px;
	}
	
	.process-steps.slick-slider .slick-list .slick-slide:nth-of-type(4) .process-card::before {
	    top: -60px;
	    height: 115px;
	}

    .about {
        padding-top: 50px;
        height: 850px;
        background-size: 400%;
    }

    .about-text {
        width: 100%;
    }

    .about-text::after {
        display: none;
    }

    .about-text::before {
        position: relative;
        top: 0;
        transform: none;
		left: 50%;
	    transform: translateX(-50%);
        right: auto;
        content: "";
        display: inline-block;
        width: 300px;
        height: 290px;
        margin: 0 auto 30px;
        background-image: url(/wp-content/uploads/2023/01/Cheetah.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .about-text .title {
        text-align: center;
    }

    .about-text .title::before {
        margin: 0 auto 10px;
    }

    .about-text p {
        width: 100%;
        text-align: center;
    }

    .timeline-mobile__card p {
        font-size: 16px;
        line-height: 22px;
    }

    .timeline-mobile__card .strong {
        font-size: 24px;
    }

    .positions-list {
        width: 420px;
    }

    .positions-list .positions-card .strong {
        width: 100%;
    }

    .positions-list .positions-card .strong a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
    }

    .positions-list .positions-card .strong a::after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url("/wp-content/themes/dgn-games/assets/img/next.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        vertical-align: middle;
    }

    .positions-list .positions-card a.custom-btn {
        display: none;
    }

    .positions .searchandfilter ul li li label {
        padding: 7px 15px;
        font-size: 18px;
    }

    .positions .searchandfilter ul {
        flex-wrap: wrap;
    }

    .searchandfilter ul li li {
        padding: 5px 0;
    }
	
	.error {
		height: calc(100vh - 280px);
	}

}

@media only screen and (max-width: 480px) {
    .positions-tabs .tab-content .tab-pane > div {
        flex-direction: column;
    }

    .positions-tabs .tab-content .tab-pane .strong {
        margin-bottom: 15px;
    }

    .positions-tabs ul li .nav-link {
        font-size: 16px;
        padding: 7px 15px;
    }

    .values .values-list {
        padding: 20px;
    }

    .values-list.slick-slider .slick-dots {
        display: flex;
    }

    .values-list.slick-slider .slick-next,
    .values-list.slick-slider .slick-prev {
        display: none !important;
    }
}

@media only screen and (max-width: 400px) {

    .timeline-mobile__card {
        min-height: auto;
    }

    .timeline-mobile.slick-slider .slick-list .slick-current .timeline-mobile__card::after {
        display: none;
    }

    .timeline-mobile.slick-slider .slick-list .slick-current .timeline-mobile__card::before {
        display: none;
    }

    .timeline-mobile.slick-slider .slick-dots {
        display: none;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
    }

    .timeline-mobile.slick-slider .slick-dots li button:before {
        font-size: 14px;
        color: #001683;
        opacity: .2;
    }

    .timeline-mobile.slick-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #001683;
    }
}

@media only screen and (max-width: 375px) {
    .main img.animals {
        width: 100%;
    }

    #lottie {
        width: 100%;
    }

    .join .join-content::before {
        height: 380px;
    }
}

@media only screen and (max-width: 320px) {}