/* core wp content styles*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.blogimg {width: 100%; height: auto;}

/* header */
.header-col:first-child,
.header-col:last-child {
    width: auto;
}
.logo a {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.01em;;
}
.logo a span {
    letter-spacing: -0.02em;;
}
.navbar ul.dropdown-menu {
    display: none;
    background-color: #191919;
    border: 0;
}
.navbar ul.dropdown-menu li  {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}
.navbar ul.dropdown-menu li:last-child {
    padding-bottom: .5rem;
}
.navbar ul.dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.navbar ul.dropdown-menu .dropdown-item:focus, 
.navbar ul.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: unset;
}
.navbar ul.dropdown-menu.show {
    display: block;
}
.navbar ul li.open-modal a {
    color: #191919;
    background-color: #fedc54;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    transition: all 200ms ease-in;
}
@media (max-width: 1199.98px) {
    .header-col:last-child {
        width: auto;
    }
    .logo a {
        font-size: 36px;
    }
    .navbar ul {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .navbar ul li {
        margin: 12px 20px;
    }
}    
@media (max-width: 767px) {
    .header-col:last-child {
        width: auto;
    }
    .logo a {
        font-size: 28px;
    }
    .header-col:first-child {
        width: 270px;
    }
    .navbar {
        transition: none;
    }
    .navbar.active {
        transition: opacity .34s ease,visibility .34s ease,transform .34s ease,-webkit-transform .34s ease,-moz-transform .34s ease,-o-transform .34s ease;
    }
    .navbar ul.dropdown-menu {
        position: inherit;
        margin-bottom: 3rem;
    }
    .navbar ul.dropdown-menu li {
        padding-top: 0;
        margin-top: .75rem;
    }
    .navbar ul.dropdown-menu li a {
        text-align: inherit;
    }
}
@media (max-width: 400px) {
    .logo a {
        font-size: 24px;
        font-weight: 700;
    }
    .header-col:first-child {
        width: 250px;
    }    
}
  


/* common */
.section {
    padding: 0;
    padding-top: 6rem;
}
.section-title {
    padding-top: 3rem;
}
.section-first {
    padding-top: 3rem;
}
.section.last {
    padding-bottom: 6rem;
}
.section-title h1 {
    font-size: 2.875rem;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section {
        padding-top: 3rem;
    }
    .section.last {
        padding-bottom: 3rem;
    }
}


/* home slider */
.game-slide-image {
    width: 100%;
    position: relative;
}
.game-slide-image:before {
    display: none;
}
.game-slide-image .canvas {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding-top: 47%;
}
.game-slide-image .canvas:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.51%, #191919 100%), linear-gradient(90deg, rgba(25, 25, 25, 0.8) 33.23%, rgba(255, 255, 255, 0) 83.44%);    
    left: 0;
    top: 0;
}
.game-slide-content {
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}
.game-slider {
    padding: 0;
}
.game-slide-title {
    font-size: 40px;
}
.game-slide-title span {
    color: #4A8EFF;
}
.game-slider .carousel-indicators {
    left: unset;
    right: 3rem;
    bottom: 1rem;
}
.game-slider .carousel-indicators button {
    opacity: 1;
}
.game-slider .carousel-indicators .active {
    background-color: #4A8EFF;
}
.game-slider-link {
    right: 3rem;
    bottom: -2rem;
    font-size: 1.5rem;
}
.game-slider .carousel-control-prev {
    width: 10rem;
}
.game-slider .carousel-control-next {
    width: 10rem;
}
.bi-caret-right-fill::before,
.bi-arrow-right.bi-big::before {
    content: '';
    background-image: url('../img/icon-slider-right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}
.bi-caret-left-fill::before,
.bi-arrow-left.bi-big::before {
    content: '';
    background-image: url('../img/icon-slider-left.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}
.bi-arrow-right::before {
    content: '';
    background-image: url('../img/icon-slider-right-small.svg');
    background-size: cover;
    background-repeat: no-repeat;   
    width: 18px;
    height: 18px;
}
.game-slider-fluid .game-slide-content {
    left: calc((100% - 1360px)/2);
    max-width: 1280px;
}
.game-slider-fluid .game-slide-image .canvas {
    padding-top: 0;
    height: 640px;
}
@media (max-width: 1585px) {
    .game-slider .carousel-control-prev,
    .game-slider .carousel-control-next {
        width: 4rem;
    }
}
@media (max-width: 1478px) {
    .game-slider .carousel-control-prev,
    .game-slider .carousel-control-next {
        width: 2rem;
    }    
    .bi-caret-left-fill::before, .bi-arrow-left.bi-big::before,
    .bi-caret-right-fill::before, .bi-arrow-right.bi-big::before {
        width: 2rem;
        height: 2rem;
    }
}
@media (max-width: 1434px) {
    .game-slider .carousel-control-prev {
        display: none;
    }
}
@media (max-width: 1399.98px) {
    .game-slider .carousel-control-prev {
        display: flex;
    }
    .game-slider-fluid .game-slide-content {
        left: calc((100% - 1140px)/2);
        max-width: 80%;
    }    
}
@media (max-width: 1199px) {
    .game-slider-fluid .game-slide-content {
        left: 5rem;
        max-width: 90%;
    }
    .game-slider-fluid .game-slide-image .canvas {
        padding-top: 47%;
        height: 100%;
    }    
}
@media (max-width: 1023px) {
    .game-slider .carousel-control-next, .game-slider .carousel-control-prev {
        display: none;
    }
}
@media (max-width: 991px) {
    .game-slide-title {
        font-size: 30px;
    }
}    
@media (max-width: 767px) {
    .game-slide-content {
        margin-top: 0;
        width: 80%;
        left: 2rem;
    }
    .game-slide-title {
        font-size: 26px;
    }
    .game-slider .carousel-indicators {
        right: 1rem;
    }
    .game-slider-link {
        right: 1rem;
        font-size: 1rem;
    }    
    .game-slider-fluid .game-slide-content {
        left: 2rem;
    }
}
@media (max-width: 575px) {
    .game-slide-title {
        font-size: 22px;
    }
    .game-slide-image .canvas {
        padding-top: 60%;
    }
}
@media (max-width: 400px) {
    .game-slide-title {
        font-size: 18px;
    }    
}




/* home services */
.services-accordion .accordion-body ul li,
.services-accordion .accordion-body ol li {
    font-size: 1.125rem;
    font-weight: 400;
}
.accordion-button {
    padding:  0 0 30px 50px!important
}
.accordion-button:before {
    right: unset;
    left: 0;
    top: 3px;
    background-image: url('../img/icon-service-arrow.svg');
    transform: none;
}
.accordion-button.collapsed:before {
    background-image: url('../img/icon-service-plus.svg');
}
.services-link {
    margin-top: 0;
}
.service-preview-image img {
    border-radius: 21px;
}
.service-preview-title {
    text-align: center;
}
.services-slider {
    margin-top: 0;
}
.services-slider .art-item img {
    border-radius: 21px;
    width: 100%;
}
.services .art-gallery-link {
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.01em;
    display: inline-block;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    .services-slider .swiper-wrapper {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -webkit-flex-direction: initial;
        -moz-box-orient: initial;
        -moz-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        height: initial !important;
        overflow: initial; 
    } 
    .services-slider .swiper-slide+* {
        margin-top: 0;
    }
}




/* home partners */
.partners .col-item {
    margin-bottom: 1.75rem;
}
.partners .col-item img {
    border-radius: 13px;
    box-shadow: 0 0 20px 3px rgb(74 142 255 / 75%);
}
.partners-title {
    font-size: 52px;
    width: unset;
    margin-bottom: 5rem;
}
.partners-title span {
    color: #4A8EFF;
}
.partner-item {
    margin: 0;
}
@media (max-width: 767px) {
    .partners-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}


/* home about */
.about .row-items {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}
.about .col-item {
    width: auto;
}
.about-item {
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.about-item>span {
    color: #fff;
}
.about-item .canvas {
    position: absolute;
    font-size: 96px;
    font-weight: 800;
    color: #4A8EFF;
    opacity: .15;
}
@media (max-width: 991px) {
    .about .row-items {
        margin-top: 4rem;
        justify-content: space-around;
    }
    .about .col-item {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .about-title br {
        display: none;
    }
    .about .col-item {
        width: 100%;
    }
}






/* home reviews */
.review-item {
    background: linear-gradient(180.28deg, rgba(255, 255, 255, 0.22) 0.25%, rgba(255, 255, 255, 0) 110.23%);
    border-radius: 10px;
    overflow: hidden;
}
.reviews-slider .swiper-slide {
    width: 583px;
}
.review-item-author {
    margin-top: 2rem;
}
.review-item-image img {
    box-shadow: 0 0 90px 5px #4a8eff;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .reviews-slider .swiper-slide {
        width: inherit;
    }
}    



/* get in touch */
.connect .container {
    text-align: center;
}
.connect-button {
    color: #191919;
    background-color: #fedc54; 
    font-size: 2.5rem; 
    font-weight: 600;
    padding: 0.75rem 3rem; 
    border-radius: 3rem;
    box-shadow: 0 0 32px 3px rgb(255 255 255 / 25%);
    transition: all 200ms ease-in;
}
.connect-button:hover {
    color: #191919;
    background-color: rgba(255,255,255,.5);
}
.connect-button.game-market {
    font-size: 1.5rem;
    line-height: 1.1;
}
.connect .col-text {
    font-size: 24px;
    font-weight: 400;
    margin-top: 4rem;
}
@media (max-width: 767px) {
    .connect-button {
        width: auto;
        text-align: center;
        padding: 1rem 2rem;
    }
    .connect .container {
        justify-content: center;
    }    
    .connect .col-text {
        font-size: 1.2rem;
        margin-top: 2rem;
    }    
}
@media (max-width: 1023px) {
    .connect-button {
        font-size: 32px;
    }
}





/* page */
.page .single-excerpt p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -.01em;
}
.page .single-excerpt p:last-child {
    margin-bottom: 0;
}
.page .single-link {
    margin-bottom: 0;
    text-align: center;
}
.page .single-image {
    width: 100%;
    height: auto;
    margin-top: 0;
}
.page .single-image:before {
    display: none;
}
.page .single-image img {
    border-radius: 21px;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    object-fit: inherit;
}
.page .related .info-title {
    font-size: 52px;
    font-weight: 700;
    color: rgba(255,255,255,.8);
}
.page .related .canvas {
    position: relative;
    padding-top: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,.5);
    background-blend-mode: darken;
    border-radius: 21px;
    overflow: hidden;
}
.page .related .caption {
    position: absolute;
    bottom: 0;
}
.page .related .title {
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem;
}
.page .related a {
    color: rgba(255,255,255,.8);
}
.page .related .desc {
    background-color: rgba(196, 196, 196, 0.3);
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255,255,255,.8);
    padding: 1rem;
}
@media (max-width: 1199px) {
    .page .single-link img {
        width: 40px;
        height: 40px;
    }
    .page .single-title,
    .page .related .info-title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .page .single-link img {
        width: 30px;
        height: 30px;
    }
    .page .single-title,
    .page .related .info-title {
        font-size: 2rem;
    }
    .page .related .title {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .single-head .col-info {
        order: 2;
        margin-top: 2rem;
    }
    .single-head .col-img {
        order: 1;
    }
    .page .related .col-item {
        margin-bottom: 2rem;
    }
}




/* single page content */
.single-content table th,
.single-content table td {
    color: rgba(255,255,255,.8);
}
.single-content h2,
.single-content h3,
.single-content p,
.single-content ul li,
.single-content ol li {
    color: rgba(255,255,255,.8);
}
.single-content ol, 
.single-content ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.single-content img {
    border-radius: 4px;
    opacity: .9;
}

@media (max-width: 991px) {
    .single-content img {
        width: auto;
        max-width: 100%;
        height: auto;
    }    
}
@media (max-width: 767px) {

    .single-content h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: .5rem;
    }
    .single-content h3 {
        font-size: 1.25rem;
    }
    .single-content p,
    .single-content ul li,
    .single-content ol li {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}





/* portfolio case page and single case */
.portfolio-categories>* {
    margin-right: 0;
}
.type-select .select-selected {
    color: #191919;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 20px;
    transition: all 200ms ease-in;
}
.type-select .select-selected:hover {
    background-color: rgba(255,255,255,.75);
}
.type-select .select-selected:after {
    display: none;
}
.type-select .select-items {
    top: 110%;
}
.btn-select.art a {
    z-index: 5;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -.01em;
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #4A8EFF;
    border-radius: 10px;
    padding: 5px 20px;
    transition: all 200ms ease-in;
}
.btn-select.art a:hover {
    background-color: #aaa;
}
#pofw_loading {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.game-modal .modal-header {
    justify-content: flex-end;
}
.game-modal .btn-close {
    background-image: url('../img/carousel-icon-close.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    right: 1rem!important;
    top: 1rem!important;
    width: 40px;
    height: 40px;
    padding: 0!important;        
}
.game-modal-slider {
    width: 100%;
}
.game-modal-info {
    width: 100%;
}
.game-modal-image img {
    border-radius: 20px;
}
.game-modal .modal-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 3rem;
}
.game-modal-info p {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 2rem;
}
.game-modal-info strong {
    font-weight: 700;
    color: #4A8EFF;
}
.game-modal-date {
    text-align: right;
}
.game-modal .modal-dialog {
    background: unset;
    backdrop-filter: unset;
}

#allcorrect_filtercase_filters_button {
    display: none;
}
.service-preview-image-first:before {
    padding-top: 68.5%;
    padding-top: calc(61% + 4.1rem);
}
.portfolio-row .col {
    margin-bottom: 2rem;
}
.portfolio-row .col-pre {
    display: none;
}
.portfolio-row .service-preview-image {
    border-radius: 21px;
}
.portfolio-row .service-preview-image:before {
    padding-top: 56%;
}
.single-case .single-head {
    margin-bottom: 3rem;
}
.single-case .single-info {
    width: 100%;
}
.single-case .single-content p {
    margin-bottom: 1rem;
}
.single-case_type .section.info {
    margin-bottom: 2rem;
}
@media (max-width: 1199px) {
    .game-modal .modal-title {
        font-size: 30px;
        margin-bottom: 1rem;
    }    
    .game-modal-info p {
        font-size: 18px;
        margin-bottom: 1rem;
    }

}
@media (max-width: 991px) {
    .portfolio-row .col-pre {
        display: block;
    }    
}



/* blog */
.blog-content .blog-preview-v2 .article-preview-content {
    position: absolute;
    left: 2rem;
    right: 2rem;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}    
.blog-col {
    margin-bottom: 3rem;
}
.blog-preview-content {
    margin-top: .5rem;
}
/* blog2 */
.blog2 .blog-preview-image img,
.blog2 .blog-preview-image_height-lg,
.blog2 .blog-preview-image {
    border-radius: 21px;
}
.blog2 .blog-preview-image.normal-size {
    height: auto;
}
.blog2 .blog-preview-image.normal-size img {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
}
.blog2 .blog-preview-text {
    font-size: 22px;
    font-weight: 400;
}
.blog2 .blog-preview-tax {
    font-size: 22px;
    font-weight: 700;
    color: #4A8EFF;
    margin-bottom: 1rem;
}
.blog2 .blog-preview-date {
    font-size: 22px;
    font-weight: 300;
    margin-top: 1rem;    
}

.blog2 .blog-row-grid .blog-preview-text {
    font-size: 18px;
    font-weight: 400;
}
.blog2 .blog-row-grid .blog-preview-tax {
    font-size: 18px;
    font-weight: 700;
    color: #4A8EFF;
    margin-bottom: 1rem;
}
.blog2 .blog-row-grid .blog-preview-date {
    font-size: 18px;
    font-weight: 300;
    margin-top: 1rem;    
}
.blog2 .line {
    width: 100%;
    display: block;
    border-bottom: 2px solid #C4C4C4;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 1220px) {
    .blog2 .blog-preview-image_height-lg {
        height: 360px;
    }
}    
@media (max-width: 949px) {
    .blog2 .blog-row-grid .blog-preview-text {
        display: none;
    }
    .blog2 .blog-preview-date {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .blog2 .blog-row-grid .blog-preview-tax {
        display: none;
    }
    .blog2 .blog-row-grid .blog-preview-content {
        margin-top: 1rem;
    }
}

/* join-us */
.section-joinus {
    padding: 50px 0;
}




/* art gallery */
.artgallery .col-item {
    margin-bottom: 1.5rem;
}
.artgallery img {
    width: 100%;
    border-radius: 21px;
}
.artgallery .container-title {
    background-color: #4A8EFF;
    margin-bottom: 3rem;
}
.artgallery .col-title h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.artgallery .section-slider img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.artgallery .section-slider img.custom {
    height: 500px;
}
.artgallery .section-slider .container-fluid {
    position: relative;
}
.artgallery .section-slider .carousel-indicators button {
    opacity: 1;
    margin: 0!important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
}
.artgallery .section-slider .carousel-indicators button+* {
    margin-left: 1rem!important;
}
.artgallery .section-slider .carousel-indicators .active {
    background-color: #4A8EFF;
}
.artgallery .section-category .col-item {
    margin-bottom: 1.5rem;
}
.artgallery .section-category .canvas {
    width: 100%;
    padding-top: 66%;
    position: relative;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 21px;
    overflow: hidden;
}
.artgallery .section-category .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: .5rem;
    width: 100%;
}
.artgallery .section-category p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}


/* page about */
.about2 .section {
    padding: 0;
    margin-top: 6rem;
}
.about2 .section.first {
    margin-top: 0;
}
.about2 .section.last {
    margin-bottom: 12rem;
}
.about2 .section h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.33;
}
.about2 .section p {
    font-size: 24px;
    font-weight: 400;
}
.about2 .section img.responsive {
    width: auto;
}
.about2 .section h2 span {
    color: #4A8EFF;
}
.about2 .section .col-text-around {
    flex-direction: column;
    justify-content: space-around;
    display: flex;    
}
.about2 .nums .row-items {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}
.about2 .nums .col-item {
    width: auto;
}
.about2 .nums .about-item {
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.about2 .nums .about-item>span {
    color: #fff;
}
.about2 .nums .about-item .canvas {
    position: absolute;
    font-size: 96px;
    font-weight: 800;
    color: #4A8EFF;
    opacity: .15;
}
.about2 .section h3 {
    font-size: 32px;
    font-weight: 700;
}
.about2 .section h3 span {
    color: #4A8EFF;
}
.about2 .line {
    margin-top: 14rem;
    margin-bottom: 14rem;
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: relative;
}
.about2 .line .item {
    max-width: 500px;
    width: 500px;
    position: absolute;
    text-align: center;
}
.about2 .line .item-top::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #4A8EFF;
    box-shadow: 0 0 30px 10px rgba(74,142,255,.4);
    margin-top: 2rem;
}
.about2 .line .item-bottom::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #4A8EFF;
    box-shadow: 0 0 30px 10px rgba(74,142,255,.4);
    margin-bottom: 2rem;
}

.about2 .line .item-1 {
    left: -250px;
    top: -14px;
}
.about2 .line .item-2 {
    left: 5%;
    left: calc(33% - 250px);
    bottom: -20px;
}
.about2 .line .item-3 {
    right: 5%;
    right: calc(33% - 250px);
    top: -14px;
}
.about2 .line .item-4 {
    right: -250px;
    bottom: -20px;
}
.about2 .line .item h4 {
    font-size: 24px;
    font-weight: 700;
}
.about2 .line .item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    margin-bottom: 0;
}
.about2 .btn {
    font-size: 48px;
    color: #fff;
    background-color: #4A8EFF;
    border-radius: 58px;
    padding: 1rem;
    width: 100%; 
    box-shadow: 0 0 32px 3px rgb(255 255 255 / 25%);
    transition: all 200ms ease-in;
}
.about2 .btn:hover {
    background-color: rgba(255,255,255,.5);
}
@media (max-width: 1199.98px) {
    .about2 .section img.responsive {
        width: 100%;
    }
    .about2 .btn {
        font-size: 40px;
    }
}
@media (max-width: 991.98px) {
    .about2 .line {
        height: unset;
        background-color: unset;
        margin-top: 0;
        margin-bottom: 0;

    }
    .about2 .line .item {
        position: inherit;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        max-width: 100%;
        width: 100%;
        padding-left: 5rem;
        text-align: left;
        margin-bottom: 2rem;        
    }
    .about2 .line .item::before {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);

        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #4A8EFF;
        box-shadow: 0 0 30px 10px rgba(74,142,255,.4);
        margin-top: 0;
    }
    .about2 .line .item::after {
        display: none;
    }
    .about2 .nums .row-items {
        margin-top: 4rem;
        justify-content: space-around;
    }
    .about2 .nums .col-item {
        margin-bottom: 2rem;
    }
    .about2 .btn {
        margin-bottom: 2rem;
        font-size: 32px;
    }
}
@media (max-width: 767.98px) {
    .about2 .section h2 {
        font-size: 40px;
    }
    .about2 .section {
        margin-top: 3rem;
    }
    .about2 .section.first {
        margin-top: 3rem;
    }
    .about2 .section.last {
        margin-bottom: 3rem;
    }    
    .about2 .nums .col-item {
        width: 100%;
    }
}



/* page joinus2 */
.joinus2 .section {
    padding: 0;
    margin-top: 6rem;
}
.joinus2 .section.first {
    margin-top: 0;
}
.joinus2 .section.last {
    margin-bottom: 12rem;
}
.joinus2 .section img.responsive {
    width: 100%;
}
.joinus2 .first h2 {
    margin-bottom: 2.5rem;
}
.joinus2 .first h2 span {
    color: #4A8EFF;
}
.joinus2 .first .btn-link {
    font-size: 29px;
    color: #fff;
    background-color: #4A8EFF;
    padding: .4rem 2rem;
    border-radius: 57px;
    box-shadow: 0 0 30px 1px rgba(255,255,255,.3);
    transition: all 200ms ease-in;
}
.joinus2 .first .btn-link:hover {
    background-color: rgba(255,255,255,.5);
}
.joinus2 h3 {
    font-size: 32px;
    font-weight: 700;    
}
.joinus2 h3 span {
    color: #4A8EFF;
}
.joinus2 .section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.joinus2 .who span {
    font-weight: 700;
    color: #4A8EFF;
}
.joinus2 .who .btn-link {
    font-size: 20px;
    color: #fff;
    background-color: #4A8EFF;
    padding: .4rem 1.5rem;
    border-radius: 43px;
    box-shadow: 0 0 30px 1px rgba(255,255,255,.3);
    margin-top: 1rem;
    transition: all 200ms ease-in;
}
.joinus2 .who .btn-link:hover {
    background-color: rgba(255,255,255,.5);
}
.joinus2 .who .col-img {
    text-align: center;
}
.joinus2 .who .row-item {
    margin-top: 2rem;
}
.joinus2 .what .row-item {
    margin-top: 3rem;
}
.joinus2 .what .col-icon .canvas {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4A8EFF;
    box-shadow: 0 0 30px 1px rgba(255,255,255,.3);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}
.joinus2 .send .col-text {
    text-align: center;
}
.joinus2 .send .col-btn.first {
    text-align: right;
}
.joinus2 .send .col-btn.second {
    text-align: left;
}
.joinus2 .send .row-btn {
    margin-top: 4rem;
}
.joinus2 .send .btn-link {
    font-size: 29px;
    color: #fff;
    background-color: #4A8EFF;
    padding: .4rem 1.5rem;
    border-radius: 43px;
    box-shadow: 0 0 30px 1px rgba(255,255,255,.3);
    margin-top: 1rem;
    min-width: 215px;
    transition: all 200ms ease-in;
}
.joinus2 .send .btn-link:hover {
    background-color: rgba(255,255,255,.5);
}
@media (max-width: 1199.98px) {
    .joinus2 .first h2 {
        font-size: 45px;
    }
}
@media (max-width: 991.98px) {
    .joinus2 .first h2 {
        font-size: 40px;
    }
    .joinus2 .first h2 br {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .joinus2 .first .col-text {
        order: 2;
    }
    .joinus2 .first .col-img {
        order: 1;
        margin-bottom: 2rem;
    }
    .joinus2 .section h2 {
        font-size: 40px;
    }
    .joinus2 .section {
        margin-top: 3rem;
    }
    .joinus2 .section.first {
        margin-top: 3rem;
    }
    .joinus2 .section.last {
        margin-bottom: 3rem;
    }
    .joinus2 .what h3 {
        margin-bottom: 3rem;
    }
    .joinus2 .what .row-item {
        margin-top: 0;
    }
    .joinus2 .col-item {
        margin-bottom: 2rem;
    }
    .joinus2 .what .col-icon {
        display: flex;
        justify-content: center;
    }
    .joinus2 .send .col-btn.first,
    .joinus2 .send .col-btn.second {
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .joinus2 .who .col-img img {
        width: auto;
        max-width: 100%;
    }
}


/* game art */
.gameart .s1 {
    height: 50rem;
    padding: 0;
    position: relative;
    background-image: url('../img/gameart/s1-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}
.gameart .s1 .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25,25,25,0.30) 0%, rgba(25,25,25,1) 100%);
    z-index: -1;
}
.gameart .s1 .container {
    background: rgba(0,0,0,0);
    position: relative;
    height: 100%;
    overflow: hidden;
}
.gameart .s1 h1 {
    font-size: 2.875rem;
    font-weight: 600;
    color: #fff;
}
.gameart .s1 .row-caption {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
}
.gameart .s1 .row-caption p {
    font-size: 1.375rem;
    font-weight: 300;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.gameart .s1 .btn {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fedc54;
    color: #000;
    padding: 1rem 3rem;
    border-radius: 58px;
    transition: all 200ms ease-in;
}
.gameart .s1 .btn:hover {
    background-color: rgba(255,255,255,.5);
}
.gameart .s1 .row-icons {
    position: absolute;
    left: 40px;
    bottom: 1rem;
    width: 100%;
    padding-right: 40px;
}
.gameart .s1 .row-icons p {
    font-size: 1.125rem;
    font-weight: 600;
}
.gameart .s1 .row-icons .col-item-v2 {
    display: flex;
}
.gameart .s1 .row-icons .col-item-v2 svg {
    display: inline-block;
    min-width: 20px;
    margin-right: 1rem;
}
.gameart .s1 .row-icons .col-item-v2 p {
    display: inline-block;
}
.gameart .s2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.gameart .s2 .col-item {
    text-align: center;
}
.gameart .s2 .canvas {
    padding-left: 1rem;
    padding-right: 1rem;
}
.gameart .s2 p {
    font-size: 1.75rem;
    font-weight: 300;
    color: #fff;
}
.gameart .s2 p.digit {
    font-size: 3.25rem;
    font-weight: 600;

}
.gameart .s2 .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.gameart .s3 {
    background-color: #fff;
    padding-bottom: 3rem;
}
.gameart .s3 h2 {
    color: #000;
    text-align: center;
}
.gameart .s3 .carousel-indicators {
    position: inherit;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 1.5rem;
}
.gameart .s3 .carousel-indicators .col-item {
    margin-bottom: 1.5rem;
}
.gameart .s3 .carousel-indicators [data-bs-target] {
    width: 100%;
    height: auto;
    opacity: 1;
}
.gameart .s3 .owl-nav {
}
.gameart .s3 .owl-nav .owl-prev {
    position: absolute;
    left: -2rem;
    top: 30%;    
}
.gameart .s3 .owl-nav .owl-next {
    position: absolute;
    right: -2rem;
    top: 30%;
}
.gameart .s3 .owl-nav button:focus,
.gameart .s3 .owl-nav button:active:focus {
    outline: none;
}
.gameart .s3 .col-caption {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}
.gameart .s3 .col-caption p {
    color: #000;
    font-size: 1.25rem;
    font-weight: 300;
}
.gameart .s3 .col-btn {
    text-align: center;
    position: relative;
}
.gameart .s3 .col-btn .btn {
    font-size: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #4A8EFF;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 58px;
    transition: all 200ms ease-in;
}
.gameart .s3 .col-btn .btn:hover {
    background-color: rgba(0,0,0,.75);
}
.gameart .s3 .col-btn .btn:before {
    content: '';
    display: block;
    width: 45px;
    height: 100px;
    position: absolute;
    left: 20%;
    top: -1rem;
    background-image: url('../img/gameart/icon-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gameart .s4 {
    padding-bottom: 3rem;
}
.gameart .s4 h2 {
    font-size: 3.25rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}
.gameart .s4 .col-item {
    margin-bottom: 2.5rem;
}
.gameart .s4 .canvas {
    padding-left: .5rem;
    padding-right: .5rem;
}
.gameart .s4 .btn {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    background-color: #4A8EFF;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: all 200ms ease-in;
}
.gameart .s4 .btn:hover {
    background-color: rgba(0,0,0,.5);
}




.gameart .s4 .row-categories .col-item {
    margin-bottom: 1.5rem;
}
.gameart .s4 .row-categories .canvas {
    width: 100%;
    padding-top: 66%;
    position: relative;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 21px;
    overflow: hidden;
}
.gameart .s4 .row-categories .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: .5rem;
    width: 100%;
}
.gameart .s4 .row-categories p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}





.gameart .section.partners {
    background-color: rgba(255,255,255,1);
}
.gameart .partners-title {
    color: #000;
    width: 100%;
    text-align: center;
}
.gameart .partners-title span {
    color: #4A8EFF;
}
.gameart .section.reviews {
    background-color: rgba(255,255,255,1);
    padding-bottom: 3rem;
}
.gameart .review-item {
    background: linear-gradient(180.28deg, rgba(255, 255, 255, 0.52) 0.25%, rgba(255, 255, 255, 0) 110.23%);
    background-color: #000;    
}
.gameart .section.reviews h2 {
    text-align: center;
    color: #000;
}
.gameart .s5 h2 {
    text-align: center;
}
.gameart .wpcf7 .form-control-first {margin-top: 0}
.gameart .wpcf7 .form-check-input {display: inline-block; margin-top: 0;}
.gameart .wpcf7-form-control-wrap.your-check {
    display: inline-block;
    padding-top: 1rem;
}
.gameart .wpcf7-acceptance .wpcf7-list-item-label {color: #fff; font-size: .8rem;}
.gameart .wpcf7-acceptance span.wpcf7-list-item {margin: 0 0 2rem 0;}
.gameart .wpcf7-submit {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fedc54;
    color: #000;
    padding: 1rem 3rem;
    border-radius: 58px;
    transition: all 200ms ease-in;
}
.gameart .wpcf7-submit:hover {
    background-color: rgba(255,255,255,.5);
}
.gameart .wpcf7 div.wpcf7-response-output {
    margin: 1rem; 
    padding: 1rem; 
    font-size: 1rem; color: #fff;
}
.gameart-button {
    margin-top: 1rem;
    color: #fff;
    font-size: 18px;
    background-color: #4A8EFF;
    padding: 1rem 3rem;
    border-radius: 2rem;
    box-shadow: 0 0 32px 3px rgb(255 255 255 / 25%);
}

@media (max-width: 1450px) {
    .gameart .s3 .owl-nav {
        display: none;
    }
}
@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {
    .gameart .s1 {
        height: 35rem;
    }
    .gameart .s1 h1,
    .gameart .s2 p.digit {
        font-size: 2rem;
    }
    .gameart .s1 .row-caption p {
        font-size: 1.125rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .gameart .s1 .btn {
        font-size: 1.135rem;
        font-weight: 400;
    }
    .gameart .s2 p {
        font-size: 1.125rem;
    }
    .gameart .s3 h2,
    .gameart .s4 h2,
    .gameart .partners-title,
    .gameart .section.reviews h2,
    .gameart .s5 h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .section {
        padding-top: 3rem;
    }
    .gameart .s3 .col-caption {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .gameart .s3 .col-btn .btn {
        font-size: 1.125rem;
    }
    .gameart .s3 .col-btn .btn:before {
        left: 18%;
    }
    .gameart .s4 .btn {
        font-size: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .gameart .wpcf7-submit {
        font-size: 1.125rem;
    }
}
@media (max-width: 991.98px) {
    .gameart .s3 .col-btn .btn {
        margin-top: 4rem;
    }
    .gameart .s3 .col-btn .btn:before {
        width: 35px;
        height: 70px;
        left: 50%;
        transform: translateX(-50%);
        top: -1rem;
        background-image: url('../img/gameart/icon-arrow-down.svg');
    }
}
@media (max-width: 767.98px) {
    .gameart .s1 {
        height: auto;
        min-height: 30rem;
    }
    .gameart .s1 .row-caption,
    .gameart .s1 .row-icons {
        position: inherit;
        top: unset;
        left: unset;
        bottom: unset;
        padding-right: inherit;
        transform: unset;
    }
    .gameart .s1 .row-caption {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .gameart .s1 .row-icons {
        margin-bottom: 3rem;
    }
    .gameart .s1 .row-caption h1 br,
    .gameart .s1 .row-caption p br {
        display: none;
    }
    .gameart .s2 {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .gameart .s3 .col-caption {
        margin-top: 0;
    }
    .gameart .s4 {
        padding-bottom: 1rem;
    }
    .gameart .s5 .col-item {
        margin-bottom: 2rem;
    }
}
@media (max-width: 575.98px) {
    .gameart .s1 .row-caption {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .gameart .s1 .row-icons {
        margin-bottom: 2rem;
    }    
    .gameart .s1 h1,
    .gameart .s2 p.digit {
        font-size: 1.75rem;
    }
}




/* game localization */
/* child of gameart */
.gamelocal {}
.gamelocal .s1 {
    background-image: url('../img/gamelocal/local_head_85q.jpg');
    height: 50rem;
    background-position: top center;
}
.gamelocal .s2 {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.gamelocal .s2 .col-title h2 {
    text-align: center;
    margin-bottom: 6rem;
}
.gamelocal .s2 .col-item {
    margin-bottom: 2rem;
}
.gamelocal .s2 .canvas {
    padding-left: 2rem;
    padding-right: 2rem;
}
.gamelocal .s2 p {
    line-height: 1.6;
    font-size: 1.25rem;
}
.gamelocal .s2 p.digit {
    font-size: 1.75rem;
    font-weight: 600;
}
.gamelocal .s2 p b {
    font-weight: 600;
}
.gamelocal .s2 .line {
    height: 4px;
    background-color: #4A8EFF;
}
.gamelocal .s3 .owl-carousel {
    padding-left: 0;
    padding-right: 0;
}
.gamelocal .s3 .owl-nav {
    display: block;
}
.gamelocal .s3 .owl-nav .owl-prev {
    left: 32%;
    top: 40%;
    transform: translateY(-50%);
}
.gamelocal .s3 .owl-nav .owl-next {
    right: 32%;
    top: 40%;
    transform: translateY(-50%);
}
.gamelocal .s3 .col-btn .btn {
    margin-top: 0;
}
.gamelocal .s3 .col-btn .btn:before {
    display: none;
}
.gamelocal .s3 .owl-theme .owl-dots {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.gamelocal .s4 p {
    line-height: 1.6;
}
.gamelocal .s4 .col-subhead {
    margin-bottom: 4rem;
}
.gamelocal .s4 .col-item {
    display: flex;
}
.gamelocal .s4 .icon-item {

}
.gamelocal .s4 .icon-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #4A8EFF;
}
.gamelocal .s4 .content {
    padding-left: 1.5rem;
}
.gamelocal .s4 .content p {
    font-size: 1.25rem;
}
.gamelocal .s4 .content p b {
    font-weight: 600;
}

@media (max-width: 1800px) {
    .gamelocal .s1 {
        height: 40rem;
    }    
}
@media (max-width: 1600px) {
    .gamelocal .s3 .owl-nav .owl-prev,
    .gamelocal .s3 .owl-nav .owl-next {
        top: 33%;
    }
    .gamelocal .s1 {
        height: 35rem;
    }
}
@media (max-width: 1536px) and (max-height: 864px) {
    .gamelocal .s1 {
        height: 32rem;
    }
}
@media (max-width: 1440px) and (max-height: 900px) {
    .gamelocal .s1 {
        height: 32rem;
    }
}
@media (max-width: 1366px) and (max-height: 768px) {
    .gamelocal .s1 {
        height: 26rem;
    }
}
@media (max-width: 1280px) and (max-height: 720px) {
    .gamelocal .s1 {
        height: 25rem;
    }
}
@media (max-width: 1199.98px) {
    .gamelocal .s1 {
        height: 25rem;
    }
    .gamelocal .s3 .owl-nav {
        display: none;
    }    
}    
@media (max-width: 767.98px) {
    .gamelocal .s1 {
        height: auto;
        min-height: 25rem;
        display: flex;
        align-items: center;
    }
    .gamelocal .s2 {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
}    




/* game localization testing */
/* child of gameart */
.gametest {}
.gametest .s1 {
    background-image: url('../img/gametest/local_head_85q.jpg');
}




/* voiceover */
/* child of gameart */
.voiceover {}
.voiceover .s1 {
    background-image: url('../img/voiceover/local_head_85q.jpg');
}
.voiceover .s2 .col-num p {
    font-size: 12.5rem;
    line-height: .75;
    color: #1c74e6;
    text-align: right;
    margin-bottom: 0;
}
.voiceover .s2 .col-text {
    padding-top: 4rem;
}
.voiceover .s2 .col-text p {
    font-size: 1.125rem;
}
.voiceover .s2 .col-text p b {
    font-size: 1.375rem;
}
.voiceover .s2 .col-text p:last-child {
    margin-bottom: 0;
}
.voiceover .s4 .canvas {
    width: 100%;
}
@media (max-width: 1199.98px) {
    .voiceover .s2 .row-item {
        margin-bottom: 2rem;
    }
    .voiceover .s2 .col-num p {
        font-size: 8rem;
        text-align: center;
    }
    .voiceover .s2 .col-text {
        padding-top: 2rem;
    }
}
@media (max-width: 767.98px) {
    .voiceover .s2 .col-num p {
        font-size: 4rem;
    }
    .voiceover .s2 .col-text {
        padding-top: 0;
    }
    .voiceover .s2 .col-text p {
        font-size: 1rem;
    }
    .voiceover .s2 .col-text p b {
        font-size: 1.1rem;
    }
}    



/* narrative */
/* child of gameart voiceover */
.narrative .s1 {
    background-image: url('../img/narrative/local_head_85q.jpg');
}
.narrative .s2 .col-subtitle {
    margin-bottom: 3rem;
}



/* modal lightbox */
.modal-backdrop.show {
    opacity: 1!important;
    background: rgba(25,25,25,.8);
    backdrop-filter: blur(14px);
}
.lightbox-carousel .carousel-control {
    /*position: fixed;*/
}
.lightbox-carousel .carousel-item .ratio {
    background-color: unset!important;
}
.lightbox-carousel .carousel-control-prev-icon {
    background-image: url('../img/carousel-icon-left.svg');
}
.lightbox-carousel .carousel-control-next-icon {
    background-image: url('../img/carousel-icon-right.svg');
}
.lightbox .btn-close svg {
    display: none;
}
.lightbox .btn-close {
    background-image: url('../img/carousel-icon-close.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    right: 1rem!important;
    top: 1rem!important;
    width: 40px;
    height: 40px;
    padding: 0!important;    
}


/* google recaptcha */
.grecaptcha-badge { visibility: hidden; }

/* footer */
.footer-main-col:first-child,
.footer-main-col:last-child {
    width: auto;
}
.footer-info-row {
    align-items: flex-start;
}
.footer-info-col {
    width: 30%;
}
.footer-social-col {
    width: auto;
}
.footer-subscribe-col {
    width: 30%;
    min-width: 320px;
}
/* unisender subscribe footer form */
.footer-subscribe p {
    font-size: 1rem;
    line-height: 1.4;
}
.footer-subscribe form {
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}
.footer-subscribe .subscribe-form-item__label {
    display: none;
}
.footer-subscribe .form-control {
    min-width: 150px;
    background-color: rgba(255,255,255,.5);
    padding: .75rem;
    margin: 0;
}
.footer-subscribe .btn {
    margin-left: 1rem;
    color: #191919;
    background-color: #fedc54;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 1.5rem;
    transition: all 200ms ease-in;
}
.footer-subscribe .btn:hover {
    color: #191919;
    background-color: rgba(255,255,255,.5);
}
.footer-terms {
    margin-top: 1rem;
    color: rgba(255,255,255,.5);
    font-size: .8rem;
}
.footer-logos {
    margin-top: 3rem;
}
.footer-logos a:last-child {
    margin-left: 1rem;
}
.footer-company-col {
    width: 100%;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .artgallery .section-slider img.custom {
        height: auto;
    }
    .artgallery .section-slider .carousel-indicators {
        flex-wrap: wrap;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }
    .artgallery .section-slider .carousel-indicators button {
        margin-left: .5rem!important;
        margin-right: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .footer-info-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-info-col {
        width: 75%;
    }
    .footer-info-col+* {
        margin-top: 0;
    }
    .footer-subscribe-col {
        margin-top: 2rem;
    }
    .footer-subscribe {
        margin-bottom: 2rem;
    }
    .footer-subscribe .subscribe-form-item--input-email {
        width: 100%;
    }
    .footer-subscribe .btn {
        padding: .5rem;
    }
}
@media (max-width: 450px) {
    .artgallery .col-title h2 {
        font-size: 1.4rem;
    }
    .footer-info-col,
    .footer-subscribe-col,
    .footer-social-col {
        width: 100%;
        min-width: unset;
    }
    .footer-social-col {
        margin-top: 2rem;
    }
}
@media (max-width: 350px) {
    .artgallery .section-slider .container-fluid {
        padding: 0;
    }
    .artgallery .col-title h2 {
        font-size: 1.2rem;
        font-weight: 400;
    }
}




/* back to top button */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: none;
    background-color: rgba(255, 255, 255, .5);
    border-radius: .5rem;
    padding: .5rem;
    border: 2px solid rgba(0,0,0,.5);
    z-index: 9999;
}
.back-to-top:focus {
    outline: none;
    box-shadow: none;
}


/* helper*/
span.nobr {
    white-space: nowrap;
}



/* get prices contact form 7 */
.pricing .wpcf7 p {font-size: 20px; font-weight: 500; line-height: 1.5;}
.pricing .wpcf7 p.first {margin-top: 2rem;}
.pricing .wpcf7 p.select {font-weight: 700; margin-top: 4rem; margin-bottom: 2rem;}
.pricing .wpcf7 p a {text-decoration: underline;}
.pricing .wpcf7 .wpcf7-list-item-label {font-size: 20px;}
.pricing .wpcf7 .form-check-input {display: inline-block; margin-top: 0;}
.pricing span.wpcf7-list-item {
    margin: 0 0 1rem 1.7rem;
    display: block;
}
.pricing .wpcf7 .col-img img {width: 100%;}
.pricing .pricing-rule {margin-top: 0;}
.pricing .form-control-lg {
    font-size: 48px!important;
}
.pricing .wpcf7-acceptance .wpcf7-list-item-label {color: #fff; font-size: 1rem; font-weight: 500;}
.pricing .wpcf7-acceptance .wpcf7-list-item-label a {color: #fff; text-decoration: underline;}
.pricing .wpcf7-acceptance span.wpcf7-list-item {margin: 0 0 0 1.7rem;}
.pricing-submit {text-align: center;}
.pricing-submit .btn {
    color: #191919;
    background-color: #fedc54; 
    font-size: 2.5rem; 
    font-weight: 600;
    padding: 0.75rem 3rem; 
    border-radius: 3rem;
    transition: all 200ms ease-in;
}
.pricing-submit .btn:hover {
    background-color: rgba(255,255,255,.5);
}
.pricing .wpcf7 div.wpcf7-response-output {margin: 1rem; padding: 1rem; font-size: 1rem; color: #fff;}
.pricing-foot {flex-wrap: wrap;}
.pricing-input {width: 100%;}
.pricing-submit {width: 100%; margin-top: 60px;}
@media (max-width: 767px) {
    .pricing .col-text {order: 2;}
    .pricing .col-img {order: 1;}
    .pricing .form-control-lg {font-size: 32px!important;}
    .pricing-submit .btn {
        font-size: 2rem;
    }
}

/* get in touch contact form 7 */
.touch .wpcf7 .wpcf7-textarea {min-height: 80px;}
.touch .wpcf7 .form-control {margin-bottom: 0; margin-top: 2.5rem;}
.touch .wpcf7 .form-control-first {margin-top: 0}
.touch .wpcf7 .custom-file {margin-top: 2.5rem;}
.touch .wpcf7 .form-check-input {display: inline-block; margin-top: 0;}
.touch .wpcf7-acceptance .wpcf7-list-item-label {color: #000; font-size: 1rem;}
.touch .wpcf7-acceptance span.wpcf7-list-item {margin: 0 0 2rem 0;}
.touch .codedropz-upload-wrapper {font-size: .9rem; color: #000;}
.touch .codedropz-upload-inner h3 {font-size: 1rem; color: #000;}
.touch .codedropz-upload-handler {border: 1px solid #000; border-radius: 0; }
.touch .codedropz-upload-handler a {font-size: 1rem; color: #000;}
.touch .wpcf7 div.wpcf7-response-output {margin: 1rem; padding: 1rem; font-size: 1rem; color: #000;}
.touch .wpcf7-submit {
    color: #191919;
    background-color: #fedc54; 
    font-size: 1.2rem; 
    font-weight: 600;
    padding: 0.75rem 3rem; 
    border-radius: 3rem;
    transition: all 200ms ease-in;
}
.touch .wpcf7-submit:hover {
    background-color: rgba(0,0,0,.25);
}




/* list item firefox bug fix*/
.page-id-4806 .single-content ol {
  counter-reset: list-item;
}


.blockquote {
    position:relative;
    border-top: 1px solid rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.8);
    margin-bottom: 3rem;
}
.blockquote .bio {
    position: relative;
    z-index: 2;
}
.blockquote-content {
    padding: 2rem;
}
.blockquote-content::before {
    content: '\201C';
    color: #4a8eff;
    background-color: #191919;
    font-size: 6rem;
    line-height: 1;
    display: block;
    position: absolute;
    top: -1.5rem;
    left: 50%;
}
@media (max-width: 767px) {
    .blockquote-content {
        padding: 1rem;
    }
}