@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,500&display=swap);
.btn-rounded {
    padding: 10px 20px;
    border: 1px solid #59e1eb;
    border: 1px solid #ce38ff;
    border-radius: 18px;
    text-transform: uppercase
}

.btn-rounded-plain {
    padding: 10px 20px;
    color: #fff;
    background: #fbba00;
    border-radius: 18px;
    display: inline-block;
    text-transform: uppercase
}

.btn-large {
    padding: 2rem 5rem;
    font-size: 28px;
    font-weight: 900
}

@media(max-width: 768px) {
    .btn-large {
        padding: 1rem 5rem;
        font-size: 35px
    }
}

@media(max-width: 576px) {
    .btn-large {
        padding: .75rem 2rem;
        font-size: 23px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
    display: inline
}

html,
body,
h1,
h2,
h3,
h4,
p,
figure {
    padding: 0;
    margin: 0
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

header,
section {
    display: block
}

html,
body {
    height: 100%;
    min-width: 320px;
    background: #1a1a1a;
    font-family: "Roboto", sans-serif
}

header {
    background-color: }

header img {
    vertical-align: text-top;
    margin-right: 15px
}

header h1 {
    font-size: 17px;
    padding: 0px 10px
}

header h1 a {
    color: #ce38ff}

@media(max-width: 600px) {
    header h1 {
        font-size: 12px
    }
}

.thumb {
    background: #000;
    color:#ffffff;
    width: 80%;
    margin: auto
}

.thumb span {
    display: block;
    padding: 5px 0 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 100
}

.thumb img {
    width: 100%
}

.thumb a {
    color: }

.thumb a.hover {
    color: }

@media(max-width: 768px) {
    .thumb {
        width: 100%
    }
}

.widget-3 {
    text-align: center;
    padding: 75px 0 0
}

.widget-3 .tri-col {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%
}

.widget-3 h2 {
    font-size: 45px
}

.widget-3 p {
    font-size: 22px;
    max-width: 60%;
    margin: auto
}

.widget-3 p,
.widget-3 div {
    padding-top: 20px
}

@media(max-width: 768px) {
    .widget-3 .tri-col {
        width: 100%;
        flex: 0 0 100%
    }
}

@media(max-width: 576px) {
    .widget-3 h2 {
        font-size: 24px;
        font-weight: 100
    }
    .widget-3 p {
        font-size: 12px;
        line-height: 22px;
        max-width: 100%;
        padding: 0
    }
}

.footer .footer-top {
    background-color: #1a031d;
    padding: 5rem 0
}

.footer .footer-bottom {
    background-color:  #1a031d;
    height: 100px
}

.footer .footer-column {
    margin-right: 3rem;
    max-width: 150px
}

.footer .footer-wrapper {
    position: relative
}

.footer .footer-category-title {
    text-transform: capitalize;
    color: #ce38ff;
    font-size: 22px;
    font-family: "roboto";
    margin-bottom: 1rem;
    display: inherit
}

.footer a {
    color: #ffffff;
    font-size: 19px;
    font-family: "roboto";
    font-weight: 100;
    display: block;
    margin-bottom: 1.25rem;
    text-transform: capitalize
}

.footer .flex-wrapper {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer .logo-footer {
    height: 36px;
    width: 260px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat
}

.footer .copyright {
    color: #ffffff;
    font-size: 20px
}

.footer .copyright .blue {
    display: inline;
    color: #ce38ff;
    margin-bottom: 0
}

.footer .newsletter-box {
    margin-left: auto
}

.footer .newsletter-text {
    font-size: 19px;
    font-family: "roboto";
    color: #061419;
    margin: 1rem 0 .5rem;
    display: block
}

.footer .footer-division {
    display: flex;
    flex-direction: row-reverse
}

.footer .copyright-wrapper {
    margin-left: auto
}

@media(max-width: 1450px) {
    .copyright-wrapper {
        margin-right: 1rem
    }
}

@media(max-width: 992px) {
    .footer .footer-category-title {
        margin-block-start: 0
    }
    .footer .footer-division {
        display: block;
        width: 50%
    }
    .footer .newsletter-box {
        position: relative;
        margin-left: 0;
        width: 100%
    }
    .footer .footer-column {
        margin-right: 0;
        max-width: 100%
    }
    .footer .logo-footer {
        width: 120px;
        height: 17px
    }
    .footer .copyright {
        font-size: 8px
    }
    .footer .copyright .blue {
        font-size: 8px
    }
}

.container-inner,
.container-wide {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 0 15px
}

.container-wide {
    max-width: 1600px
}

.container-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto
}

.article-content {
    width: 100%;
    background-color: #fff
}

.article-content .container-inner-2 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center
}

.row {
    display: flex;
    flex-wrap: wrap
}

.mt-20 {
    margin-top: 20px
}

.mt-40 {
    margin-top: 40px
}

.display-none {
    display: none
}

.display-block {
    display: block
}

@media(max-width: 1475px) {
    .container-inner {
        width: auto
    }
}

@media(max-width: 1200px) {
    .display-xl-none {
        display: none
    }
    .display-xl-block {
        display: block
    }
    .container-inner {
        width: auto
    }
}

@media(max-width: 992px) {
    .display-lg-none {
        display: none
    }
    .display-lg-block {
        display: block
    }
}

@media(max-width: 768px) {
    .display-md-none {
        display: none
    }
    .display-md-block {
        display: block
    }
}

@media(max-width: 576px) {
    .display-sm-none {
        display: none
    }
    .display-sm-block {
        display: block
    }
}

@media(max-width: 360px) {
    .display-xs-none {
        display: none
    }
    .display-xs-block {
        display: block
    }
}

.input {
    display: flex;
    height: 60px !important
}

.input .input-field {
    width: 276px;
    border-radius: 0;
    border: 0
}

.input .input-button {
    width: 123px;
    background: transparent linear-gradient(116deg, #59e1eb 0%, #47B3CD 100%) 0% 0% no-repeat padding-box;
    font-size: 15px;
    color: #fff;
    font-family: "roboto";
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

@media(max-width: 576px) {
    .input {
        height: 42px !important
    }
    .input .input-button {
        font-size: 12px;
        font-weight: 100
    }
    .input .input-field {
        width: calc(100% - 123px)
    }
}

.navbar {
    background-color: #000000;
    width: 100%
}

.navbar .navbar-logo {
    background-image: url(images/logo.png);
    width: 260px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

.navbar .navbar-wrapper {
    display: flex;
    height: 80px
}

.navbar .logo {
    display: inline-block
}

.navbar .navbar-centering-div {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.navbar .navbar-centering-div:last-of-type {
    margin-left: auto
}

.navbar .nav-buttons {
    margin-left: auto
}

.navbar a {
    color: #ffffff;
    font-family: "roboto";
    margin: 0 .5rem;
    font-size: 15px
}

.navbar a.active,
.navbar a:active,
.navbar a:hover {
    color: #ce38ff;
}

@media(max-width: 1200px) {
    .navbar .navbar-logo {
        width: 175px;
        height: 25px
    }
}

@media(max-width: 815px) {
    .nav-buttons a {
        font-size: 12px
    }
    .nav-buttons a:not(:last-child) {
        display: none
    }
}

@media(max-width: 400px) {
    .navbar .navbar-logo {
        width: 150px;
        height: 20px
    }
    .navbar a {
        font-size: 10px;
        margin: 0rem
    }
}

.model-col {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    position: relative
}

.model-col .model-name-tag {
    width: 347px;
    height: 80px;
    position: absolute;
    bottom: 110px;
    left: -20px
}

.model-wrapper {
    position: relative;
    display: flex
}

@media(max-width: 1460px) {
    .model-col .model-name-tag {
        width: 238px;
        height: 60px;
        left: 20px
    }
}

@media(max-width: 992px) {
    .model-col .model-name-tag {
        width: 182px;
        height: 43px
    }
}

@media(max-width: 768px) {
    .model-col,
    .model-middle {
        width: 100%;
        flex: 0 0 100%
    }
}

body#home #carousel .mySlides {
    display: none
}

body#home #carousel .prev,
body#home #carousel .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #ce38ff;
    font-weight: bold;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

body#home #carousel .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

body#home #carousel .dot-content {
    background-color: #000;
    text-align: center
}

body#home #carousel .dot-content .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 10px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

body#home #carousel .dot-content .active {
    background-color: #5d0971}

body#home #carousel .prev:hover,
body#home #carousel .next:hover {
    background-color: rgba(0, 0, 0, .8)
}

body#home #carousel .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
      to {
        opacity: 1
    }
}

body#home #carousel .carousel-slide1 {
    height: 700px;
    background-image: url(/templates/essence-game/163/uploads/364-img_carousel1_-20220607142554.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

body#home #carousel .carousel-slide1 .carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

body#home #carousel .carousel-slide1 .carousel-content .splash-text {
    max-width: auto;
    width: 100%;
    padding-left: 10px
}

body#home #carousel .carousel-slide1 .carousel-content .splash-text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold
}

body#home #carousel .carousel-slide1 .carousel-content .splash-text h1 span {
    color: #ce38ff}

body#home #carousel .carousel-slide1 .carousel-content .splash-text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold
}

body#home #carousel .carousel-slide1 .carousel-content .splash-text h2 span {
    color: #ce38ff}

body#home #carousel .carousel-slide1 .carousel-content .intro-btn {
    padding: 20px 10px
}

body#home #carousel .carousel-slide1 .carousel-content .intro-btn a {
    font-size: 30px;
    background: #5d0971;
    color: #fff;
    border-radius: 18px;
    padding: 15px 40px;
    transition: .4s
}

body#home #carousel .carousel-slide1 .carousel-content .intro-btn a:hover {
    box-shadow: 0px 0px 10px #fff;
    transition: .4s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px
}

body#home #carousel .carousel-slide2 {
    height: 700px;
    background-image: url(/templates/essence-game/163/uploads/364-img_carousel3_-20220607142554.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

body#home #carousel .carousel-slide2 .carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

body#home #carousel .carousel-slide2 .carousel-content .splash-text {
    max-width: auto;
    width: 100%;
    padding-left: 10px
}

body#home #carousel .carousel-slide2 .carousel-content .splash-text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold
}

body#home #carousel .carousel-slide2 .carousel-content .splash-text h1 span {
    color: #ce38ff}

body#home #carousel .carousel-slide2 .carousel-content .splash-text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold
}

body#home #carousel .carousel-slide2 .carousel-content .splash-text h2 span {
    color: #ce38ff}

body#home #carousel .carousel-slide2 .carousel-content .intro-btn {
    padding: 20px 10px
}

body#home #carousel .carousel-slide2 .carousel-content .intro-btn a {
    font-size: 30px;
    background: #5d0971;
    color: #fff;
    border-radius: 18px;
    padding: 15px 40px;
    transition: .4s
}

body#home #carousel .carousel-slide2 .carousel-content .intro-btn a:hover {
    box-shadow: 0px 0px 10px #fff;
    transition: .4s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px
}

body#home #carousel .carousel-slide3 {
    height: 700px;
    background-image: url(/templates/essence-game/163/uploads/364-img_carousel2_-20220607142554.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

body#home #carousel .carousel-slide3 .carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

body#home #carousel .carousel-slide3 .carousel-content .splash-text {
    max-width: auto;
    width: 100%;
    padding-left: 10px
}

body#home #carousel .carousel-slide3 .carousel-content .splash-text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold
}

body#home #carousel .carousel-slide3 .carousel-content .splash-text h1 span {
    color: #ce38ff}

body#home #carousel .carousel-slide3 .carousel-content .splash-text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold
}

body#home #carousel .carousel-slide3 .carousel-content .splash-text h2 span {
    color: #ce38ff}

body#home #carousel .carousel-slide3 .carousel-content .intro-btn {
    padding: 20px 10px
}

body#home #carousel .carousel-slide3 .carousel-content .intro-btn a {
    font-size: 30px;
    background: #5d0971;
    color: #fff;
    border-radius: 18px;
    padding: 15px 40px;
    transition: .4s
}

body#home #carousel .carousel-slide3 .carousel-content .intro-btn a:hover {
    box-shadow: 0px 0px 10px #fff;
    transition: .4s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px
}

@media(max-width: 800px) {
    body#home #carousel .carousel-slide1,
    body#home #carousel .carousel-slide2,
    body#home #carousel .carousel-slide3 {
        background-position: 60%
    }
    body#home #carousel .carousel-slide1 .carousel-content,
    body#home #carousel .carousel-slide2 .carousel-content,
    body#home #carousel .carousel-slide3 .carousel-content {
        padding-left: 10px
    }
}

@media(max-width: 500px) {
    body#home #carousel .carousel-slide1,
    body#home #carousel .carousel-slide2,
    body#home #carousel .carousel-slide3 {
        background-position: 70%
    }
    body#home #carousel .carousel-slide1 .carousel-content .splash-text h1,
    body#home #carousel .carousel-slide2 .carousel-content .splash-text h1,
    body#home #carousel .carousel-slide3 .carousel-content .splash-text h1 {
        font-size: 50px
    }
    body#home #carousel .carousel-slide1 .carousel-content .splash-text h2,
    body#home #carousel .carousel-slide2 .carousel-content .splash-text h2,
    body#home #carousel .carousel-slide3 .carousel-content .splash-text h2 {
        font-size: 30px
    }
}

@media(max-width: 400px) {
    body#home #carousel .carousel-slide1 {
        background-position: 64%
    }
    body#home #carousel .carousel-slide1 .carousel-content .splash-text {
        font-size: 25px
    }
    body#home #carousel .carousel-slide1 .carousel-content .intro-btn {
        padding: 20px 10px
    }
    body#home #carousel .carousel-slide1 .carousel-content .intro-btn a {
        font-size: 25px;
        background: #fbba00;
        color: #fff;
        border-radius: 18px;
        padding: 15px 10px;
        transition: .4s
    }
}

body#home .splash-bottom {
    position: relative
}

body#home .splash-bottom h1 {
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ce38ff}

body#home .intro-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

body#home .intro-section .text-intro {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-size: 18px
}

body#home .intro-section .text-intro h3 {
    color: #ce38ff}

body#home .intro-section .text-intro p {
    padding: 10px
}

body#home .intro-section .text-intro .title-intro {
    display: none;
    color: #ce38ff}

body#home .intro-section .img-intro img {
    width: 100%
}

body#home .section-1 {
    background-image: url(/templates/essence-game/163/uploads/332-img_background_section1-20220318114907.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

body#home .section-2 {
    background-image: url(/templates/essence-game/163/uploads/332-img_background_section2-20220318115043.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

body#home .section-3 {
    background-image: url(/templates/essence-game/163/uploads/332-img_background_section3-20220318115043.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

body#features .section-3 {
     background-image: url(/templates/essence-game/163/uploads/332-img_background_features-20220318114907.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

body#dolls .section-1 {
     background-image: url(/templates/essence-game/163/uploads/332-img_background_dolls-20220318114907.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}


body#home .section-1 .section-1-content {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

body#home .section-1 .section-1-content .section-1-img img {
    width: 100%;
    height: auto;
    margin-bottom: -3px
}

body#home .section-1 .section-1-content .section-1-text {
    color: #fff;
    max-width: 700px;
    width: 100%
}

body#home .section-1 .section-1-content .section-1-text h1 {
    color: #ffffff;
    margin-block-end: 0;
    margin-block-start: 0
}

body#home .section-1 .section-1-content .section-1-text p {
    font-weight: 100;
    font-family: "roboto", sans-serif;
    margin-block-end: 0
}


body#home .section-2 .section-2-content {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center
}

body#home .section-2 .section-2-content .section-2-img img {
    width: 100%;
    height: auto;
    margin-bottom: -3px
}

body#home .section-2 .section-2-content .section-2-img img:last-child {
    display: none
}

body#home .section-2 .section-2-content .section-2-text {
    color: #fff;
    max-width: 700px;
    width: 100%;
    padding-left: 10px
}

body#home .section-2 .section-2-content .section-2-text h1 {
    color: #ffffff}

body#home .section-2 .section-2-content .section-2-text p {
    font-family: "roboto", sans-serif;
    font-weight: 100;
    padding: 0px 0 10px
}


body#home .section-3 .section-3-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center
}

body#home .section-3 .section-3-content .vr {
    cursor: pointer;
    width: 50%;
    transition: .5s;
    background: rgba(255, 255, 255, .171);
    align-items: center;
    display: flex;
    flex-direction: column
}

body#home .section-3 .section-3-content .vr .model img {
    margin-bottom: -5px
}

body#home .section-3 .section-3-content .vr:hover {
    width: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7021183473) 22%, rgba(0, 0, 0, 0) 66%)
}

body#home .section-3 .section-3-content .fuckdoll {
    cursor: pointer;
    transition: .5s;
    background: rgba(255, 255, 255, .171);
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column
}

body#home .section-3 .section-3-content .fuckdoll .model img {
    margin-bottom: -3px
}

body#home .section-3 .section-3-content .fuckdoll:hover {
    width: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7021183473) 22%, rgba(0, 0, 0, 0) 66%)
}

body#home .section-3 .section-3-content .section-3-text {
    max-width: 550px;
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body#home .section-3 .section-3-content .section-3-text h1 {
    color: #ffffff}

body#home .section-3-text-mobile {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    display: none
}

body#home .section-3-text-mobile p {
    padding: 10px
}

body#home .section-1-box {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: -20px auto 50px;
    display: flex
}

body#home .section-1-box .box1,
body#home .section-1-box .box2,
body#home .section-1-box .box3 {
    margin: 0 10px
}

body#home .section-1-box .box1 img,
body#home .section-1-box .box2 img,
body#home .section-1-box .box3 img {
    width: 100%;
    transition: .3s
}

body#home .section-1-box .box1 img:hover,
body#home .section-1-box .box2 img:hover,
body#home .section-1-box .box3 img:hover {
    width: 95%
}

body#home .section-2-box {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: -20px auto 50px;
    display: flex;
    justify-content: center
}

body#home .section-2-box .box1,
body#home .section-2-box .box2,
body#home .section-2-box .box3 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 40px;
    width: auto;
    transition: .3s
}

body#home .section-2-box .box1 .title,
body#home .section-2-box .box2 .title,
body#home .section-2-box .box3 .title {
    text-align: center;
    background-color: #fff
}

body#home .section-2-box .box1 .img,
body#home .section-2-box .box2 .img,
body#home .section-2-box .box3 .img {
    border: 10px solid #fff;
    height: auto
}

body#home .section-2-box .box1 .img img,
body#home .section-2-box .box2 .img img,
body#home .section-2-box .box3 .img img {
    width: 100%
}

body#home .section-2-box .box1 .text,
body#home .section-2-box .box2 .text,
body#home .section-2-box .box3 .text {
    max-width: 350px;
    width: 100%;
    margin: 0 auto
}

body#home .section-2-box .box1 .text p,
body#home .section-2-box .box2 .text p,
body#home .section-2-box .box3 .text p {
    font-family: "roboto", sans-serif;
    font-weight: 100;
    padding: 20px;
    text-align: center
}

body#home .section-2-box .box1:hover,
body#home .section-2-box .box2:hover,
body#home .section-2-box .box3:hover {
    transform: scale(1.1)
}

body#home .section-btn {
    padding: 60px 0px 100px
}

body#home .section-btn a {
    font-size: 30px;
    color: #fff;
    background: #5d0971;
    border-radius: 18px;
    padding: 15px 40px;
    transition: .4s
}

body#home .section-btn a:hover {
    box-shadow: 0px 0px 10px #fff;
    transition: .4s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px
}

@media(max-width: 990px) {
    body#home .splash .splash-content {
        flex-direction: column-reverse
    }
    body#home .splash .splash-content .splash-text {
        text-align: center;
        padding-left: 0px;
        font-size: 25px
    }
    body#home .splash .splash-content .splash-text .intro-btn {
        padding: 20px 0px
    }
    body#home .splash .input {
        margin: 0 auto
    }
    body#home .splash .input-field {
        width: 414px
    }
    body#home .splash-bottom {
        position: relative
    }
    body#home .splash-bottom h1 {
        display: none
    }
    body#home .intro-section {
        display: flex;
        flex-direction: column-reverse
    }
    body#home .intro-section .text-intro {
        margin: 0 auto;
        width: 100%;
        max-width: 1400px;
        padding: 20px 0px;
        text-align: center;
        color: #fff;
        line-height: 1.8
    }
    body#home .intro-section .text-intro .title-intro {
        display: block
    }
    body#home .intro-section .text-intro .title-intro h1 {
        font-size: 45px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ce38ff    }
    body#home .intro-section .img-intro img {
        width: 100%
    }
    body#home .section-3 .section-3-content .vr:hover {
        width: 50%;
        background: radial-gradient(circle, #2d4754 22%, rgba(0, 0, 0, 0) 66%)
    }
    body#home .section-3 .section-3-content .fuckdoll:hover {
        width: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.7021183473) 22%, rgba(0, 0, 0, 0) 66%)
    }
    body#home .section-3 .section-3-content .section-3-text {
        display: none
    }
    body#home .section-3-text-mobile {
        max-width: 1400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        color: #fff;
        padding: 25px 0;
        text-align: center;
        display: block
    }
    body#home .section-3-text-mobile h1 {
        color: #ce38ff    }
}

@media(max-width: 620px) {
    body#home .section-1-box,
    body#home .section-2-box {
        margin: -15px auto 0px;
        display: flex;
        flex-direction: column
    }
    body#home .section-1-box .box1,
    body#home .section-1-box .box2,
    body#home .section-1-box .box3,
    body#home .section-2-box .box1,
    body#home .section-2-box .box2,
    body#home .section-2-box .box3 {
        margin: 10px auto;
        width: 70%
    }
}

@media(max-width: 500px) {
    body#home .section-1 .section-1-content,
    body#home .section-1 .section-2-content,
    body#home .section-2 .section-1-content,
    body#home .section-2 .section-2-content {
        text-align: center;
        flex-direction: column-reverse
    }
    body#home .section-1 .section-1-content .section-2-img img,
    body#home .section-1 .section-2-content .section-2-img img,
    body#home .section-2 .section-1-content .section-2-img img,
    body#home .section-2 .section-2-content .section-2-img img {
        display: none
    }
    body#home .section-1 .section-1-content .section-2-img img:last-child,
    body#home .section-1 .section-2-content .section-2-img img:last-child,
    body#home .section-2 .section-1-content .section-2-img img:last-child,
    body#home .section-2 .section-2-content .section-2-img img:last-child {
        display: block;
        width: 90%
    }
    body#home .section-1 .section-1-content .section-1-img img,
    body#home .section-1 .section-2-content .section-1-img img,
    body#home .section-2 .section-1-content .section-1-img img,
    body#home .section-2 .section-2-content .section-1-img img {
        display: block;
        width: 80%
    }
    body#home .section-1 .section-1-content .section-1-text h1,
    body#home .section-1 .section-1-content .section-2-text h1,
    body#home .section-1 .section-2-content .section-1-text h1,
    body#home .section-1 .section-2-content .section-2-text h1,
    body#home .section-2 .section-1-content .section-1-text h1,
    body#home .section-2 .section-1-content .section-2-text h1,
    body#home .section-2 .section-2-content .section-1-text h1,
    body#home .section-2 .section-2-content .section-2-text h1 {
        font-size: 20px
    }
    body#home .section-1 .section-1-content .section-1-text p,
    body#home .section-1 .section-1-content .section-2-text p,
    body#home .section-1 .section-2-content .section-1-text p,
    body#home .section-1 .section-2-content .section-2-text p,
    body#home .section-2 .section-1-content .section-1-text p,
    body#home .section-2 .section-1-content .section-2-text p,
    body#home .section-2 .section-2-content .section-1-text p,
    body#home .section-2 .section-2-content .section-2-text p {
        font-size: 15px
    }
    body#home .section-btn a {
        font-size: 15px
    }
    body#home .section-3-text-mobile {
        max-width: 1400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        color: #fff;
        padding: 25px 0;
        text-align: center;
        display: block
    }
    body#home .section-3-text-mobile h1 {
        font-size: 25px
    }
    body#home .section-3-text-mobile p {
        font-size: 15px
    }
    body#home .section-3 .section-3-content .vr .logo img {
        width: 90%;
        margin-left: 10px
    }
    body#home .section-3 .section-3-content .fuckdoll .logo img {
        width: 90%;
        margin-left: 10px
    }
    body#home .intro-section .text-intro {
        font-size: 15px
    }
}

body#dolls .doll-text .section-3-text-mobile {
    max-width: 850px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-weight: lighter;
    line-height: 1.6
}

body#dolls .doll-text .section-3-text-mobile h1 {
    color: #ce38ff}


body#dolls .section-1 .section-1-content {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

body#dolls .section-1 .section-1-content .section-1-img img {
    width: 100%;
    height: auto;
    margin-bottom: -3px
}

body#dolls .section-1 .section-1-content .section-1-text {
    color: #fff;
    max-width: 700px;
    width: 100%;
    text-align: center
}

body#dolls .section-1 .section-1-content .section-1-text h1 {
    color: #ce38ff;
    margin-block-end: 0;
    margin-block-start: 0
}

body#dolls .section-1 .section-1-content .section-1-text p {
    font-weight: 100;
    font-family: "roboto", sans-serif;
    margin-block-end: 0
}

body#dolls .feat-box {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: -20px auto 50px;
    display: flex;
    justify-content: center
}

body#dolls .feat-box .box1,
body#dolls .feat-box .box2,
body#dolls .feat-box .box3 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 40px;
    width: auto;
    transition: .3s
}

body#dolls .feat-box .box1 .title,
body#dolls .feat-box .box2 .title,
body#dolls .feat-box .box3 .title {
    text-align: center;
    background-color: #fff
}

body#dolls .feat-box .box1 .img,
body#dolls .feat-box .box2 .img,
body#dolls .feat-box .box3 .img {
    border: 10px solid #fff;
    background-color: #fff;
    height: auto
}

body#dolls .feat-box .box1 .img img,
body#dolls .feat-box .box2 .img img,
body#dolls .feat-box .box3 .img img {
    width: 100%
}

body#dolls .feat-box .box1 .text,
body#dolls .feat-box .box2 .text,
body#dolls .feat-box .box3 .text {
    max-width: 350px;
    width: 100%;
    margin: 0 auto
}

body#dolls .feat-box .box1 .text p,
body#dolls .feat-box .box2 .text p,
body#dolls .feat-box .box3 .text p {
    font-family: "roboto", sans-serif;
    font-weight: 100;
    padding: 20px;
    text-align: center
}

body#dolls .feat-box .box1:hover,
body#dolls .feat-box .box2:hover,
body#dolls .feat-box .box3:hover {
    transform: scale(1.1)
}

body#dolls .section-btn {
    padding: 60px 0px
}

body#dolls .section-btn a {
    font-size: 30px;
    color: #fff;
    background: #5d0971;
    border-radius: 18px;
    padding: 15px 40px;
    transition: .4s
}

body#dolls .section-btn a:hover {
    box-shadow: 0px 0px 10px #fff;
    transition: .4s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px
}

body#dolls .customize-section {
    font-family: "roboto";
    color: #fff;
    line-height: 1.7;
    margin-top: 2rem
}

body#dolls .customize-section h1 {
    color: #ce38ff;
    font-size: 37.5px;
    font-weight: 250
}

body#dolls .customize-section p {
    margin-top: 1rem;
    font-size: 22.5px;
    font-weight: 100
}

body#dolls .customize-section img {
    margin-bottom: 1rem;
    width: 100%
}

body#dolls .customize-section .btn-rounded-plain {
    margin: 5rem auto
}

body#dolls .customize-section .button-wrapper {
    text-align: center
}

@media(max-width: 830px) {
    body#dolls .feat-box {
        margin: -15px auto 0px;
        display: flex;
        flex-direction: column
    }
    body#dolls .feat-box .box1,
    body#dolls .feat-box .box2,
    body#dolls .feat-box .box3 {
        margin: 10px auto;
        width: 70%
    }
}

@media(max-width: 500px) {
    body#dolls .section-btn a {
        font-size: 20px
    }
    body#dolls .doll-text .section-3-text-mobile p {
        font-size: 14px
    }
    body#dolls .customize-section h1 {
        color: #ce38ff;
        font-size: 25px;
        font-weight: 250
    }
    body#dolls .customize-section p {
        margin-top: 1rem;
        font-size: 15px;
        font-weight: 100
    }
    body#dolls .section-1 .section-1-content .section-2-img img,
    body#dolls .section-1 .section-2-content .section-2-img img,
    body#dolls .section-2 .section-1-content .section-2-img img,
    body#dolls .section-2 .section-2-content .section-2-img img {
        display: none
    }
    body#dolls .section-1 .section-1-content .section-2-img img:last-child,
    body#dolls .section-1 .section-2-content .section-2-img img:last-child,
    body#dolls .section-2 .section-1-content .section-2-img img:last-child,
    body#dolls .section-2 .section-2-content .section-2-img img:last-child {
        display: block
    }
    body#dolls .section-1 .section-1-content .section-1-text,
    body#dolls .section-1 .section-1-content .section-2-text,
    body#dolls .section-1 .section-2-content .section-1-text,
    body#dolls .section-1 .section-2-content .section-2-text,
    body#dolls .section-2 .section-1-content .section-1-text,
    body#dolls .section-2 .section-1-content .section-2-text,
    body#dolls .section-2 .section-2-content .section-1-text,
    body#dolls .section-2 .section-2-content .section-2-text {
        text-align: left
    }
    body#dolls .section-1 .section-1-content .section-1-text h1,
    body#dolls .section-1 .section-1-content .section-2-text h1,
    body#dolls .section-1 .section-2-content .section-1-text h1,
    body#dolls .section-1 .section-2-content .section-2-text h1,
    body#dolls .section-2 .section-1-content .section-1-text h1,
    body#dolls .section-2 .section-1-content .section-2-text h1,
    body#dolls .section-2 .section-2-content .section-1-text h1,
    body#dolls .section-2 .section-2-content .section-2-text h1 {
        font-size: 18px
    }
    body#dolls .section-1 .section-1-content .section-1-text p,
    body#dolls .section-1 .section-1-content .section-2-text p,
    body#dolls .section-1 .section-2-content .section-1-text p,
    body#dolls .section-1 .section-2-content .section-2-text p,
    body#dolls .section-2 .section-1-content .section-1-text p,
    body#dolls .section-2 .section-1-content .section-2-text p,
    body#dolls .section-2 .section-2-content .section-1-text p,
    body#dolls .section-2 .section-2-content .section-2-text p {
        font-size: 11px
    }
    body#dolls .feat-box .box1 .text p,
    body#dolls .feat-box .box2 .text p,
    body#dolls .feat-box .box3 .text p {
        font-size: 15px
    }
    body#dolls .feat-box .box1:hover,
    body#dolls .feat-box .box2:hover,
    body#dolls .feat-box .box3:hover {
        transform: scale(1.1)
    }
    body#dolls .section-btn a {
        font-size: 20px
    }
}

body#features {
    background: linear-gradient(175deg, black 22%, rgba(0, 0, 0, 0) 66%)
}

body#features .feature-section {
    display: flex;
    margin-top: 5rem
}

body#features .feature-section .feature-col:nth-of-type(1) {
    display: none
}

body#features .feature-section .feature-col:nth-of-type(2) {
    width: 35%
}

body#features .feature-section .feature-col:nth-of-type(3) {
    width: 50%;
    margin-left: 15%
}

body#features .feature-section .feature-col h1,
body#features .feature-section .feature-col p,
body#features .feature-section .feature-col .features span {
    font-family: "roboto"
}

body#features .feature-section .feature-col h1 {
    font-weight: 500;
    font-size: 40px;
    color: #ce38ff}

body#features .feature-section .feature-col p {
    margin: 2rem 0;
    line-height: 28px;
    color: #fff
}

body#features .feature-section .feature-col p,
body#features .feature-section .feature-col .features span {
    font-size: 18px
}

body#features .feature-section .feature-col .features span {
    display: block;
    margin: .5rem 0;
    color: #fff;
    line-height: 1.8
}

body#features .feature-section .feature-col img {
    width: 100%
}

body#features .feature-section .feature-col .note {
    padding-bottom: 40px
}

body#features .feature-section .feature-col .note a {
    color: #fff;
    font-size: 18px;
    font-family: "roboto";
    text-decoration: none
}

body#features .feature-section .feature-col .note a span {
    color: #ce38ff;
    font-size: 20px;
    font-family: "roboto";
    font-weight: 900;
    text-decoration: none
}

body#features .feature-section .btn-rounded-plain {
    font-size: 25px;
    padding: 1.5rem 3rem;
    margin: 3rem 0
}

body#features .section-3 .section-3-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center
}

body#features .section-3 .section-3-content .vr {
    cursor: pointer;
    width: 50%;
    transition: .5s;
    background: rgba(39, 58, 95, .274);
    align-items: center;
    display: flex;
    flex-direction: column
}

body#features .section-3 .section-3-content .vr .model img {
    margin-bottom: -5px
}

body#features .section-3 .section-3-content .vr:hover {
    width: 60%;
    background: radial-gradient(circle, #2d4754 22%, rgba(0, 0, 0, 0) 66%)
}

body#features .section-3 .section-3-content .fuckdoll {
    cursor: pointer;
    transition: .5s;
    background: rgba(255, 255, 255, .171);
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column
}

body#features .section-3 .section-3-content .fuckdoll .model img {
    margin-bottom: -3px
}

body#features .section-3 .section-3-content .fuckdoll:hover {
    width: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7021183473) 22%, rgba(0, 0, 0, 0) 66%)
}

body#features .section-3 .section-3-content .section-3-text {
    max-width: 550px;
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body#features .section-3 .section-3-content .section-3-text h1 {
    color: }

body#features .section-3-text-mobile {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    display: none
}

body#features .section-btn {
    padding: 60px 0px
}

body#features .section-btn a {
    font-size: 30px;
    color: #fff;
    background: #5d0971;
    border-radius: 18px;
    padding: 15px 40px;
    transition: .4s
}

body#features .section-btn a:hover {
    box-shadow: 0px 0px 10px #fff;
    transition: .4s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px
}

@media(max-width: 1400px) {
    body#features .feature-section .feature-col:nth-of-type(2) {
        width: 45%
    }
    body#features .feature-section .feature-col:nth-of-type(3) {
        width: 50%;
        margin-left: 5%
    }
}

@media(max-width: 900px) {
    body#features .feature-section {
        margin-top: 0rem
    }
    body#features .feature-section .feature-section,
    body#features .feature-section .feature-col:nth-of-type(1) {
        display: block;
        margin-bottom: 3rem
    }
    body#features .feature-section .feature-col:nth-of-type(1),
    body#features .feature-section .feature-col:nth-of-type(2) {
        width: 100%
    }
    body#features .feature-section .feature-col:nth-of-type(3) {
        display: none
    }
    body#features .feature-section .button-wrapper {
        text-align: center
    }
    body#features .section-3 .section-3-content .vr:hover {
        width: 50%;
        background: radial-gradient(circle, #2d4754 22%, rgba(0, 0, 0, 0) 66%)
    }
    body#features .section-3 .section-3-content .fuckdoll:hover {
        width: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.7021183473) 22%, rgba(0, 0, 0, 0) 66%)
    }
    body#features .section-3 .section-3-content .section-3-text {
        display: none
    }
    body#features .section-3-text-mobile {
        max-width: 1400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        color: #fff;
        padding: 25px 0;
        text-align: center;
        display: block
    }
    body#features .section-3-text-mobile h1 {
        color: #ce38ff    }
}

@media(max-width: 792px) {
    body#features .feat-box {
        margin: -15px auto 0px;
        display: flex;
        flex-direction: column
    }
    body#features .feat-box .box1,
    body#features .feat-box .box2,
    body#features .feat-box .box3 {
        margin: 10px auto;
        width: 70%
    }
}

@media(max-width: 576px) {
    body#features .feature-section {
        margin-top: 0
    }
    body#features .feature-section .feature-col h1 {
        font-size: 28px;
        font-weight: 100
    }
    body#features .feature-section .feature-col .features span {
        margin: 1rem 0
    }
    body#features .section-3-text-mobile {
        max-width: 1400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        color: #fff;
        padding: 25px 0;
        text-align: center;
        display: block
    }
    body#features .section-3-text-mobile h1 {
        font-size: 25px
    }
    body#features .section-3-text-mobile p {
        font-size: 15px
    }
    body#features .section-3 .section-3-content .vr .logo img {
        width: 90%;
        margin-left: 10px
    }
    body#features .section-3 .section-3-content .fuckdoll .logo img {
        width: 90%;
        margin-left: 10px
    }
    body#features .section-btn a {
        font-size: 20px
    }
    body#features .btn-rounded-plain {
        font-size: 23px
    }
}

body#gameplay {
    background: linear-gradient(175deg, black 22%, rgba(0, 0, 0, 0) 66%)
}

body#gameplay .gameplay-wrapper h1,
body#gameplay .thumbnails-wrapper h1 {
    font-size: 45px;
    font-weight: 200;
    color: #ce38ff;
    text-align: left
}

body#gameplay .gameplay-wrapper {
    margin-top: 5rem;
    text-align: center
}

body#gameplay .gameplay-wrapper video {
    width: 100%;
    margin-top: 1rem
}

body#gameplay .gameplay-wrapper p {
    color: #fff;
    font-size: 30px;
    margin: 2rem 0;
    font-weight: 100;
    line-height: 40px
}

body#gameplay .gameplay-wrapper .btn-large {
    margin: 1rem 0 5rem
}

body#gameplay .gameplay-wrapper .title-wrapper {
    text-align: left
}

body#gameplay hr {
    width: 80%;
    background-color: #ce38ff;
    height: 3px;
    border: none;
    border-radius: 90%
}

body#gameplay .title {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 20px 10px;
    color: #fff
}

body#gameplay .section-1-box {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 90px auto;
    display: flex
}

body#gameplay .section-1-box .box1,
body#gameplay .section-1-box .box2,
body#gameplay .section-1-box .box3 {
    margin: 0 10px
}

body#gameplay .section-1-box .box1 img,
body#gameplay .section-1-box .box2 img,
body#gameplay .section-1-box .box3 img {
    width: 90%;
    transition: .3s
}

body#gameplay .section-1-box .box1 img:hover,
body#gameplay .section-1-box .box2 img:hover,
body#gameplay .section-1-box .box3 img:hover {
    width: 95%
}

body#gameplay .multi-mode {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 50px auto
}

body#gameplay .multi-mode .multi-img img {
    width: 100%
}

body#gameplay .multi-mode .text-multi {
    text-align: center;
    padding: 20px 0;
    line-height: 1.8;
    font-weight: 200
}

body#gameplay .multi-mode .text-multi h1 {
    color: #ce38ff}

body#gameplay .multi-mode .text-multi p {
    color: #fff
}

@media(max-width: 768px) {
    body#gameplay .gameplay-wrapper h1 {
        font-size: 30px
    }
    body#gameplay .gameplay-wrapper p,
    body#gameplay .gameplay-wrapper .btn-large {
        margin: 1rem 0
    }
    body#gameplay .gameplay-wrapper p {
        font-size: 20px
    }
    body#gameplay .gameplay-wrapper .btn-large {
        font-size: 20px
    }
    body#gameplay .section-1-box {
        margin: 15px auto 0px;
        display: flex;
        flex-direction: column
    }
    body#gameplay .section-1-box .box1,
    body#gameplay .section-1-box .box2,
    body#gameplay .section-1-box .box3 {
        margin: 10px auto;
        width: 70%
    }
}

body#article {
    background: linear-gradient(175deg, black 22%, rgba(0, 0, 0, 0) 66%)
}

body#article .article-wrapper {
    padding: 5rem 0
}

body#article .article-wrapper .title-wrapper {
    border-bottom: 1px solid #e6e6e6
}

body#article .article-wrapper .title-wrapper h1,
body#article .article-wrapper .title-wrapper h3,
body#article .article-wrapper .title-wrapper h6 {
    display: block
}

body#article .article-wrapper .title-wrapper h1,
body#article .article-wrapper .title-wrapper h3 {
    color: #fff;
    font-weight: 100
}

body#article .article-wrapper .title-wrapper h1 {
    font-size: 45px
}

body#article .article-wrapper .title-wrapper h3 {
    font-size: 22px;
    margin-block-end: 1em
}

body#article .article-wrapper .title-wrapper h6 {
    font-size: 15px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #ce38ff}

body#article .article-wrapper .article-body img {
    width: 100%
}

body#article .article-wrapper .article-body .content-block {
    margin: 3rem 0
}

body#article .article-wrapper .article-body .content-block h1,
body#article .article-wrapper .article-body .content-block p {
    font-weight: 100;
    color: #fff
}

body#article .article-wrapper .article-body .content-block h1 {
    font-size: 37.5px;
    color: }

body#article .article-wrapper .article-body .content-block p {
    font-size: 22.5px;
    line-height: 30px;
    margin: 2rem 0
}

body#article .article-wrapper .article-body .content-block .button-wrapper {
    text-align: center
}

@media(max-width: 576px) {
    body#article .article-wrapper .title-wrapper h1 {
        font-size: 35px
    }
    body#article .article-wrapper .article-body .content-block h1 {
        font-size: 30px
    }
}

body#compliance {
    font-family: "times"
}

body#compliance #body-inner {
    padding: 5rem 0
}

body#compliance .title-wrapper {
    margin-bottom: 1rem;
    width: 75%
}

body#compliance .title-wrapper h1 {
    font-size: 32px;
    color: #fff
}

body#compliance .content-wrapper {
    border-top: 1px solid #000
}

body#compliance .content-wrapper p {
    color: #fff;
    font-size: 18px;
    margin: 2rem 0
}

#error-page {
    font-family: "roboto";
    padding: 3rem 0;
    color: #fff;
    background-image: url(/templates/essence-game/163/images/back.png)
}

#error-page .container-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#error-page .container-inner .content-wrapper h1 {
    font-family: "roboto";
    font-size: 90px;
    text-align: center;
    margin-block-end: 0;
    margin-block-start: 0
}

#error-page .container-inner .content-wrapper p {
    font-size: 18px;
    margin-block-end: 0;
    margin-block-start: 0
}

#error-page .container-inner .error-content {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px
}

#error-page .container-inner .error-content .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 30px
}

#error-page .container-inner .error-content .text p {
    font-size: 20px
}

#error-page .container-inner .error-content .img {
    background-image: url(/templates/essence-game/163/images/error.png);
    background-size: cover;
    height: 300px;
    width: 300px
}

#error-page .container-inner .button {
    background: #ce38ff;
    width: 300px;
    height: 50px;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .5s
}

#error-page .container-inner .button a {
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: "roboto";
    font-size: 18px;
    text-transform: uppercase
}

#error-page .container-inner .button a:hover {
    color: #fff
}

#error-page .container-inner .button:hover {
    box-shadow: 0px 0px 10px orange;
    transition: .4s;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 15px
}

@media(max-width: 660px) {
    #error-page .container-inner .title-wrapper img {
        width: 100%
    }
    #error-page .container-inner .error-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    #error-page .container-inner .error-content .text p {
        font-size: 20px;
        text-align: center
    }
}

body#form .form-section-wrapper {
    background: transparent radial-gradient(closest-side at 50% 48%, #2B6D72 0%, #061419 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 5rem 0
}

body#form .form-section-wrapper .container-inner {
    max-width: 820px
}

body#form .form-section-wrapper .title-wrapper {
    margin-bottom: 1rem
}

body#form .form-section-wrapper .title-wrapper h1,
body#form .form-section-wrapper .title-wrapper h2 {
    display: block
}

body#form .form-section-wrapper .title-wrapper h1 {
    font-size: 45px
}

body#form .form-section-wrapper .title-wrapper h2 {
    font-size: 18px;
    font-weight: 300
}

body#form .form-section-wrapper .form-box {
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: #0000009A
}

body#form .form-section-wrapper .form-box .form-box-inner {
    margin: 3rem 5rem;
    position: relative
}

body#form .form-section-wrapper .form-box .form-box-inner input,
body#form .form-section-wrapper .form-box .form-box-inner textarea {
    width: 100%;
    font-style: italic;
    margin-bottom: 2rem
}

body#form .form-section-wrapper .form-box .form-box-inner input {
    height: 53px
}

body#form .form-section-wrapper .form-box .form-box-inner textarea {
    height: 142px
}

body#form .form-section-wrapper .form-box .form-box-inner textarea::placeholder {
    font-family: "roboto";
    font-weight: 100;
    font-style: italic
}

body#form .form-section-wrapper .form-box .form-box-inner .button-wrapper {
    text-align: center
}

body#form .form-section-wrapper .form-box .form-box-inner .button-wrapper .btn-large {
    padding: 1rem 15rem
}

@media(max-width: 576px) {
    body#form .form-section-wrapper {
        padding: 2.5rem 0
    }
    body#form .form-section-wrapper .title-wrapper h1 {
        font-size: 30px
    }
    body#form .form-section-wrapper .title-wrapper h2 {
        font-size: 18px;
        font-weight: 300
    }
    body#form .form-section-wrapper .form-box .form-box-inner {
        margin: 1.5rem
    }
    body#form .form-section-wrapper .form-box .form-box-inner input,
    body#form .form-section-wrapper .form-box .form-box-inner textarea {
        margin-bottom: 1rem
    }
    body#form .form-section-wrapper .form-box .form-box-inner .button-wrapper {
        text-align: center
    }
    body#form .form-section-wrapper .form-box .form-box-inner .button-wrapper .btn-large {
        padding: 1rem 5rem
    }
}

.input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.input[type=submit]:hover {
  background-color: #45a049;
}

.contact-container {
  border-radius: 5px;
  background-color: #000;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 60px;
 padding-bottom: 70px;

}

.contact {
	color: #fff;
}

.faq-section{
	padding-bottom: 50px;
}
.faq-section h1{
	font-family: 'nexa_bold', Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	margin-bottom: 30px;
}
.faq-section ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq-section ul li{
	list-style: none;
	background: #000000;
	padding:20px;
	margin-bottom: 35px;
	color: #fff;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.faq-section ul li h2{
	color: #fff;
	padding: 0 5px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.faq-section ul li h2 img{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.faq-section ul li .content{
	padding: 0 5px;
}

