html {
    overflow-x: hidden !important;
}
/* .preloader {
    display: none !important;
} */
video#banner-video {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -120px;
    /* opacity: 1;*/
} 

/* div#banner-image{
    opacity: 0;
} */

.theme-base-sporkit-light {
    background: #6F8B3E;
    padding: 50px 150px;
}

.theme-base-sporkit-dark {
    background: #000000;
    padding: 50px 150px;
}

.theme-base-sporkit-light h2, .theme-base-sporkit-dark h2 {
    margin: 0px;
    filter: drop-shadow(0px 0px 2px black);
    color: #FFFFFF;
}

.theme-base-sporkit-light h3, .theme-base-sporkit-dark h3 {
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.theme-base-sporkit-light p, .theme-base-sporkit-dark p {
    margin-top: 30px;
    font-size: 28px !important;
    line-height: 1.2em !important;
}
.image.home-x-box-screen::before {
    content: '';
    background: url('../images/home-app-screens/joystick.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 9999;
    height: 35%;
    bottom: -25px;
    left: -540px;
    right: 0;
    filter: drop-shadow(-4px 0px 80px #000000);
    transform: rotate(15deg);
}

.image.home-x-box-screen {
    height: 650px;
    overflow: hidden;
    overflow-y: scroll;
    border: 3px solid #ffaa17;
    border-radius: 7px;
}
.image.home-x-box-screen img {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}
.image.home-x-box-screen::-webkit-scrollbar {
  display: none;
}

.div-controller{
    background: url('../images/casestudy/hexedcriminal/beta-gaming.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    width: 100%;
    height: 425px;
}
.div-studios.case-study div h3 {
    font-size: 30px !important;
    text-align: center;
    color: rgb(255 170 38 / 103%);
}

.div-studios.case-study div p {
    text-align: center;
    width: 75%;
    margin: 12px auto 0 auto;
}
section.about-app-section.hexedcriminal {
    background: url('../images/casestudy/hexedcriminal/game-characters-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-app-section.hexedcriminal .sec-title h2 {
    opacity: 1;
    color: #000000 !important;
}
img.web-img.character-imgs {
    width: 65% !important;
    filter: drop-shadow(50px 0px 150px #ffaa17);
}

.rev-col img.character-imgs {
    float: right;
}
.case-study-highlight-section .service-details .featured {
    padding: 0px !important;
}
section.case-study-highlight-section .mr-points {
    width: 100% !important;
    padding: 20px 30px 20px !important;
}
section.case-study-highlight-section p.pera.first {
    font-size: 30px !important;
}
.image-col.case-study-highlight{
    background: url('../images/casestudy/hexedcriminal/highlight-bg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.case-study-highlight-section .service-details .featured .image-col
{
    margin-bottom: 0px !important;
}
img.game-img-highlight {
    width: 55% !important;
    filter: drop-shadow(50px 0px 150px #ffaa17) !important;
}

.image-col.case-study-highlight .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
#case-study .page-banner .image-layer {
    opacity: 1 !important;
    filter:  none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    -moz-filter: none !important;
}
#case-study .page-banner .banner-inner {
    height: 100vh !important;
}
.case-section-one {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
img.header-img-casestudy {
    filter: drop-shadow(0px 20px 50px black);
}
.app-features-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px !important;
    margin: 0 auto;
}
.app-features {
    background: var(--thm-black);
    padding: 35px 65px;
    border-radius: 12px;
    display: grid;
    place-content: center;
}
.app-features img {
    width: 64px;
    margin: 0 auto;
    display: flex;
}
.app-features p.pera-light {
    margin: 0px;
}
.about-app-section p, .colors-section p {
    font-weight: 700 !important;
    font-size: 22px !important;
    /* margin-top: -60px; */
}
.about-app-section .sec-title h2 , .colors-section .sec-title h2{
    color: #ffffff !important;
    opacity: 0.5;
    font-size: 78px;
    filter: drop-shadow(-5px 1px 4px white);
}
.app-available-section {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-available-section .sub-awards {
    width: 64px;
}
.abt-mob {
    margin-top: -200px;
}
.abt-mob img {
    filter: drop-shadow(15px 15px 200px #ffffff57);
}
.app-available-section .sub-awards:first-child {
    width: auto;
}
section.app-features-section {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -400px !important;
    padding-bottom: 50px;
}
section.about-app-section {
    background: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
}
section.colors-section {
    background: #000000;
    padding-top: 400px;
    padding-bottom: 100px;
    margin-top: -200px;
}
section.app-demo-section {
    padding-top: 100px;
    background: url('../images/casestudy/jackledaddy/this_is_musicapp_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 500px;
    background-size: contain;
}
section.app-demo-section.sporkit-section {
    background: url('../images/casestudy/sporkit/this_is_sporkit_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
section.screens-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f1f1;
}
.casestudy-gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.casestudy-gallery .inner-container 
{
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 25px;
}
.casestudy-gallery .inner-container .element.long-element {
    width: 100%;
    height: 636px;
}
.casestudy-gallery img {
    margin: 30px 20px;
    border-radius: 25px;
}
.app-colors-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.app-colors {
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
    width: 165px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.color-rose {background: linear-gradient(315deg, #f5138e, #ff07b6);filter: drop-shadow(0px 45px 30px #d7117d69);}
.color-yellow {background: linear-gradient(127deg, #ffd34f, #ffa031);filter: drop-shadow(0px 45px 30px #dc9a345c);}
.color-purple {background: linear-gradient(311deg, #7613f5, #ec07ff);filter: drop-shadow(0px 45px 30px #890dda69);}
.color-blue {background: linear-gradient(310deg, #5500ff, #03cbf3);filter: drop-shadow(0px 45px 30px #2e4bde73);}
.color-green {background: linear-gradient(127deg, #20f673, #2c871f);filter: drop-shadow(0px 45px 30px #229c3869);}
.color-rose p {
    color: #f5138e !important;
}
.color-yellow p {
    color: #ffd34f !important;
}
.color-purple p {
    color: #7613f5 !important;
}
.color-blue p {
    color: #5500ff !important;
}
.color-green p {
    color: #20f673 !important;
}
.app-colors p {
    margin: 0px !important;
    background: #ffffff;
    padding: 5px 25px;
    font-weight: 900 !important;
    width: 165px;
    text-align: center;
}
.app-demo-section h2.text-center, .screens-section h2.text-center{
    opacity: 0.2;
    font-size: 200px;
    filter: drop-shadow(-5px 1px 4px #000000);
    color: #000000;
}
.app-demo-section p, .screens-section p {
    font-weight: 700 !important;
    font-size: 36px !important;
    
}
iframe.iframe.iframe-browse {
    margin: 0 auto;
    display: flex;
    border-radius: 38px;
    top: 73px;
    position: relative;
}
.demo-mob img:nth-child(2) {
    top: 72px;
    z-index: 1
}
.demo-mob {
    position: relative;
}
.demo-mob img {
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
}


.sporkit-banner-img {
    width: 55%;
    -webkit-animation: rotation 200s linear infinite;
    -moz-animation: rotation 200s linear infinite;
    animation: rotation 200s linear infinite;
    margin: 0 auto;
    display: flex;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


a.abt-link {
    color: #FFFFFF !important;
    text-decoration: none;
    transition: all .3s;
}
a.abt-link:hover {
    color: #ffaa17 !important;
}
section.contact-section-2 .contact-sec {
    padding: 120px 0px 120px;
}
.contact-section-2 .col-lg-6.contact-sec:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 50px 120px 50px;
}
.col-lg-6.contact-sec:first-child {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact-section-2 .testimonials-five__carousel .owl-nav {
    display: none !important;
}
section.contact-section-2 .owl-dots {
    display: none !important;
}
section.contact-section-2 .footer-nine__contact__text {
    color: #000000 !important;
    font-size: 28px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
}
section.contact-section-2 .work-wrap.d-md-flex {
    justify-content: center;
    align-items: center;
}
section.contact-section-2 .side-header-text {
    color: #000000 !important;
    font-weight: 700 !important;
}
a.location-link {
    text-align: center;
    color: #000000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
}
img.skyline-img {
    width: 100% !important;
    margin: 0 auto;
}
.link-box.mobile-game-btn {
    display: flex !important;
    justify-content: center !important;
}
img.game-img-blockchain, img.game-img-blockchain-2, img.game-img-realtime, img.game-img-multiplayer, img.game-img-survival, img.game-img-platform, img.game-img-platform-2, img.game-img-shooting {
    z-index: 999 !important;
    position: absolute !important;
    filter: drop-shadow(0px 0px 60px #ffaa17) !important;
}
img.game-img-blockchain {
    top: 25% !important;
    right: 38% !important;
    width: 10% !important;
}
img.game-img-blockchain-2 {
    bottom: 14% !important;
    left: 18% !important;
    width: 12% !important;
}
img.game-img-realtime {
    bottom: 0 !important;
    left: 0 !important;
    width: 44% !important;
}
img.game-img-multiplayer {
    bottom: 0 !important;
    right: 0 !important;
    width: 44% !important;
}
img.game-img-survival {
    bottom: 4%;
    right: 26%;
    width: 24% !important;
}
img.game-img-platform {
    bottom: 4%;
    right: 8%;
    width: 18% !important;
}
img.game-img-platform-2 {
    top: 22%;
    left: 8%;
    width: 32% !important;
}
img.game-img-shooting {
    top: 22%;
    right: 8%;
    width: 34% !important;
}

.awards-section .testi-block .inner {
    padding: 40px 70px !important;
    min-height: 510px !important;
}

.awards-section .testi-block .info {
    padding: 0px !important;
    min-height: auto;
    height: 130px;
}

.awards-section .testi-block .info .image {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    left: 0;
    top: -22px;
    right: 0;
}

.awards-section .testi-block .info .image img {
    filter: none !important;
}

p.testimonials-five-card__text {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1.4em;
}
.awards {
    width: 100%;
    height: 100px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.sub-awards {
    width: 95px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin: 0 0px 0px 20px
}
p.awards-text {
    margin: 0 auto;
    font-size: 18px !important;
    font-weight: 700;
    color: #FFFFFF;
}
img.awards-img {
    width: 100% !important;
}

.sub-items {
    margin-left: 20px;
    display: none;
}

.field-inner .sub-items p.pera {
    font-size: 15px !important;
    margin-top: 8px;
    font-weight: 400;
}
button#btn-close-modal {
    position: absolute;
    top: -30px;
    right: -8px;
    background: transparent !important;
    border: 0px;
    font-weight: 900;
    font-size: 24px;
}
a.header-links.cta-header {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}
.header-class-phn {
    position: absolute;
    transform: rotate(90deg);
    left: -30px;
    top: 1px;
}
.cta-div-header {
    display: flex;
}
.success-msg, .danger-msg{

    display: none;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;

}
.text-black {

	font-weight: 900 !important;

}
.text-black-light {

    font-weight: 900 !important;
    color: #FFFFFF !important;

}
.text-bold {

	font-weight: 700 !important;

}
.text-light {

	font-weight: 400 !important;
	color: #000000 !important;

}
.text-thin {

	font-weight: 100 !important;

}
.text-lowercase {

	text-transform: lowercase !important;

}
.text-uppercase {

	text-transform: uppercase !important;

}
.text-capitalize {

	text-transform: capitalize !important;

}
.text-initial {

	text-transform: initial !important;

}
.text-italic {

	font-style: italic !important;

}
.text-position {

	position: relative !important;
	right: 5px !important;

}
.text-left {

	text-align: left !important;

}
.text-right {

	text-align: right !important;

}
.text-center {

	text-align: center !important;

}
.theme-color {

	color: #ffaa17 !important;

}
.letter-spacing-0 {

	letter-spacing: 0px !important;

}
.letter-spacing-1 {

	letter-spacing: 2px !important;

}
.letter-spacing-2 {

	letter-spacing: 2px !important;

}
.letter-spacing-3 {

	letter-spacing: 3px !important;

}
.letter-spacing-4 {

	letter-spacing: 4px !important;

}
.letter-spacing-8 {

	letter-spacing: 8px !important;

}
.line-break {

	display: block !important;

}
.pera {

    line-height: 1.4em !important;
    color: #000000 !important;
    font-weight: 400 !important;

}
.pera-light {

    line-height: 1.4em !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;

}
.game-headings {

    font-size: 36px !important;
    line-height: 1em !important;

}
.game-headings-2 {

    font-size: 80px !important;
    line-height: 1em !important;

}
.game-headings-3 {

    font-size: 70px !important;
    line-height: 1em !important;

}
.game-headings-2 span:nth-child(3) {

    font-size: 52px !important;
    position: relative !important;
    bottom: 8px !important;

}
.thin-text {

    font-size: 58px !important;

}

h3.letter-spacing-0.game-headings span:nth-child(1) {

    font-size: 24px !important;

}
p.pera-web-services {

    line-height: 1.4em !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin: 0 auto;
    padding: 0px 30px;

}
.process-one__list li {

	color: #000000 !important;
    font-weight: 400 !important;

}
.services-heading {

	font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    letter-spacing: 2px !important;
    margin: 0px !important;

}
.services-pera {

	padding: 0px !important;
	margin: 0px !important;
	line-height: 1.2em !important;
	font-size: 16px !important;
	font-weight: 400 !important;

}
.name {

    font-weight: 700 !important;
    letter-spacing: 0px !important;

}
.designation {

    font-weight: 900 !important;

}
p.service-nine__text {

    line-height: 1.8em !important;
    font-size: 16px !important;
    font-weight: 700 !important;

}
img.ser-icon {

    width: 33%;

}
.theme-btn {

	border-radius: 50px !important;

}
.btn-title {

	font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 16px !important;

}
.brand-name-1 {

	font-size: 50px !important;

}
.brand-name-2 {

    font-size: 75px !important;

}
.margin-top-15 {

	margin-top: 15px !important;

}
.small-notes {

	font-size: 24px !important;
	line-height: 1.2em !important;

}
.small-headings {

	font-size: 28px;

}
.small-headings-2 {

    font-size: 15px;

}
.contact-pg {

	max-width: 100% !important;
	
}
p {

	font-size: 20px !important;

}
h4.faq-heading {

    font-size: 25px;
    margin: 0px;
    line-height: 1.1em;
    letter-spacing: 0px;

}
.text.bullets li::before {

    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: #ffaa17 !important;
    padding-right: 10px;

}
.contact-info-two__card a {

    font-weight: 700;

}
.map-box {

    margin-bottom: 60px;

}
img.web-img {

    width: 85% !important;

}
.brand-tabs {

	font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2em !important;
    text-align: center !important;

}
li.filter {

    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: initial !important;

}
.abt-tabs li.tab-btn {

    font-weight: 900 !important;
    line-height: 2em !important;
    letter-spacing: 0px !important;

}
table.faq-table.mb-3 {

    margin: auto;

}
table.faq-table.mb-3 td, table.faq-table.mb-3 th {

    border: 1px solid;
    padding: 4px 15px;
    font-weight: bold;
    color: #000000;

}
h3.service-nine__title {

    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700 !important;
    letter-spacing: 0px;

}
span.gln-icon::before {

    content: '';
    background: url('../icons/GLN1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 112px;
    position: absolute;
    left: -30px;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    filter: drop-shadow(0px 2px 3px black);

}
.banner-section ul {

    font-weight: 900;

}
/*FOOTER CSS*/
.footer-nine__copyright {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.footer-nine__widget__title {
    text-transform: uppercase !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    font-size: 20px !important;
}
.footer-nine__subscribe__text, .footer-nine__links__list li a {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.8em !important;
}
.footer-nine__contact__list li a {
    font-weight: 700;
    letter-spacing: 0px;
}
.heading-cta {
	float: inherit !important;
	font-size: 42px !important;
    line-height: 1em !important;
    font-weight: bold !important;
    text-align: center;
    text-transform: initial !important;
}
.pera-cta {
	font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    margin-top: 22px !important;
    text-align: right !important;
}
/*HEADER CSS*/
.mobile-nav__container li a {
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-size: 35px !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    position: relative;
    left: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.mobile-nav__container li a:hover {
    color: #ffaa17 !important;
    position: relative;
    left: 8px;
}

.mobile-nav__container .submenu li a {
    font-size: 25px !important;
    line-height: 1.2em !important;
    text-transform: capitalize !important;
}
.side-header-text {
	font-weight: 400 !important;
	color: #000000 !important;
	line-height: 1.4em !important;
	display: block !important;
	font-size: 18px;
}
.header-links {
    font-weight: 700;
    font-size: 18px;
    line-height: 0em !important;
    letter-spacing: 0px !important;
}

/*HOME*/
h2.banner-heading {
    font-size: 65px;
    line-height: 1.0em;
    text-transform: uppercase;
}
.tabs-pera {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.4em !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.tech img {
    width: 40% !important;
    margin: 0 auto;
}
span.icon-text {
    text-align: center;
    margin: 0 auto;
    color: #ffaa17 !important;
    font-weight: 900;
    font-size: 18px;
}
.tech .inner-box {
    display: grid;
}
img.app-icons {
    /* border: 2px solid; */
    border-radius: 25px;
}

/*GAME DEVELOPMENT*/

.icon-img {
    width: 128px !important;
    height: 128px !important;
}
.container-fluid .image-col {
    padding: 0px !important;
}
.container-fluid .text-col {
    padding: 0px 50px 0px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.container-fluid.game-tech .text-col {
    padding: 0px 180px 0px 50px;
}
.game-tech .service-details .image:hover img {
    filter: none !important;
}
.game-tech .service-details .image img {
    margin: 0 auto;
}
.game-tech .service-details h3 {
    text-align: center;
}
.game-tech .row.clearfix {
    justify-content: center;
    align-items: center;
}
.container-fluid .text-col.two {
    justify-content: flex-end !important;
}
.container-fluid .text-col .inner {
    max-width: 700px;
}
.container-fluid .image-col img {
    border-radius: 0px !important;
}
.featured.odd {
    background: #ffaa171a !important;
}
.game-tech .content-side {
    padding: 0px !important;
}
.process-item img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.process-container {   
    display: flex;
}
.process-item {
    margin-right: -35px;
    margin-left: -35px;
    position: relative;
}
.process-item h3 {   
    font-size: 24px;    
    text-align: center;
    font-weight: 900;
    line-height: 1.2em !important;
    margin: 30px auto 15px auto;
}
.process-item p.pera {   
    text-align: center;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    padding: 0px 45px;
}
.process-item.one::before {
    background: url('../icons/process/1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.two::before {
    background: url('../icons/process/2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.three::before {
    background: url('../icons/process/3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.four::before {
    background: url('../icons/process/4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.five::before {
    background: url('../icons/process/5.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.six::before {
    background: url('../icons/process/6.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item::before {
    content: '';
    width: 128px;
    height: 128px;
    position: absolute;
    left: -18px;
    right: 0;
    margin: 0 auto;
    top: 75px;
}
.div-dark {
    background: #000000 !important;
}
.game-custome-div {
    max-width: 890px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.game-custome-div h2:last-child {
    font-size: 100px;
    margin-top: -5px;
}
.game-custome-div h3 {
    margin: 0px !important;
}
.div-dark .row {
    justify-content: center;
    align-items: center;
}
.div-studios {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.div-studios div {
    margin: 0px 12px;
    position: relative;
}
.div-studios div p {
    font-size: 18px !important;
}
.div-studios div h3, .mr-points h3 {
    font-weight: 900 !important;
    font-size: 70px !important;
    color: rgb(255 170 38 / 60%);
    font-style: italic;
    margin: 0px !important;
}
.mr-points h3 {
    font-size: 55px !important;
}
.market-release h2.mr-1 {
    font-weight: 900 !important;
    text-align: center;
}
.market-release h2.mr-2, .market-release h2.mr-3 {
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.mr-1, h2.mr-2, h2.mr-3 {
    font-style: italic;
    filter: drop-shadow(-3px 3px 1px #ffaa17);
}
.market-release h2.mr-2 {
    letter-spacing: 0.7em;
    margin-right: -0.7em;
    font-size: 50px;
}
.market-release h2.mr-3 {
    letter-spacing: 0.99em;
    margin-right: -0.99em;
    font-size: 80px;
}
.market-release {
    position: relative;
}
.mr-points {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 35px auto;
    width: 890px;
    background: #000000 !important;
    padding: 20px 30px 0px;
}
.mr-points div p 
{
    color: #FFFFFF !important;
}
p.pera.first {
    font-size: 34px !important;
}
@media (max-width: 767px) {
    
    video#banner-video {

        top: 0px !important;
        height: 100vh;
        width: auto;

    }

    .case-study-hexe-hightlight-div .inner {
        padding: 0px 22px;
    }
    .mr-points h3 {
        text-align: center;
    }
    .awards {
        position: absolute;
        top: 100%;
    }
    .process-container {
        display: block;
    }
    .image.home-x-box-screen::before
    {
        display: none !important;
    }
    .hexed-criminal-section {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .image.home-x-box-screen 
    {
        overflow-y: hidden !important;
    }
    section.contact-section-2 .contact-sec 
    {
        padding: 30px 0px 10px;
    }
    .contact-section-2 .col-lg-6.contact-sec:nth-child(2)
    {
        padding: 10px 50px 30px 50px;
    }
    .game-custome-div h2:last-child {
        font-size: 65px !important;
    }
    .div-dark {
        padding: 0px 15px !important;
    }
    .div-studios {
        display: block !important;
    }
    .game-headings-3 {
        font-size: 55px !important;
    }
    .mr-points {
        display: block;
        width: auto;
        padding: 20px !important;
    }
    .mr-points div p {
        text-align: center !important;
        margin: 0px !important;
    }
    .container-fluid.game-tech .text-col {
        padding: 0px 50px 0px 50px;
    }
    .market-release h2.mr-3 {
        letter-spacing: 5px !important;
        margin: 0px !important;
        font-size: 60px !important;
    }
    .market-release h2.mr-2 {
        margin: 0px !important;
        letter-spacing: 5px !important;
        font-size: 30px;
    }
    img.header-img-casestudy {
        margin: 100px auto 0px auto;
        width: 60%;
        display: flex;
    }
    .mob-2 {
        display: none !important;
    }
    .about-app-section .sec-title h2, .colors-section .sec-title h2 {
        font-size: 45px;
        text-align: center !important;
    }
    .about-app-section p, .colors-section p {
        text-align: center !important;
        font-size: 18px !important;
        line-height: 1.5em !important;
    }
    .abt-mob {
        display: none !important;
    }
    .app-colors-inner {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .app-colors {
        margin: 30px auto !important;
    }
    .app-demo-section h2.text-center, .screens-section h2.text-center {
        font-size: 65px !important;
    }
    .app-demo-section p, .screens-section p {
        font-size: 22px !important;
    }
    .demo-mob {
        display: none;
    }
    
    section.colors-section {
        margin: 0px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    a.app-demo {
        display: flex !important;
    }
    .case-study-highlights {
        font-size: 65px !important;
    }
    .casestudy-gallery {
        display: block;
    }
    .div-studios div {
        margin-top: 40px !important;
    }
    .sporkit-img-plate {
        margin-top: 200px;
    }
    
    .sporkit-img-plate img {
        width: 90% !important;
        margin: 0px !important;
    }
    .core-section {
        padding: 0px 0px 100px !important;
    }
    section.app-demo-section.sporkit-section {
        display: none;
    }
    .theme-base-sporkit-light p, .theme-base-sporkit-dark p {
        font-size: 22px !important;
        margin-top: 20px !important;
        line-height: 1.2em !important;
    }
    .theme-base-sporkit-light, .theme-base-sporkit-dark {
        padding: 30px 30px;
    }
    .reverse-section {
        flex-direction: column-reverse;
    }
    section.about-app-section.hexedcriminal h2 {
        text-align: center;
    }
    
    img.web-img.character-imgs {
        margin: 0 auto;
        display: flex;
        float: none;
    }
    .last-sec-hexe {
        padding: 25px !important;
    }
    .case-study-hexe-hightlight-div {
        padding: 0px 0px !important;
    }
    .case-study-hexe-hightlight-div .inner h2 {
        font-size: 34px;
    }
    
    .case-study-hexe-hightlight-div .inner p {
        font-size: 16px !important;
    }
}
.case-study-hexe-hightlight-div {
    background-color: #ECD19A;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.last-sec-hexe {
    padding: 50px;
}
.reverse-section {
    padding: 0px !important;
    display: flex;
}
.core-section {
    padding: 100px 0px 100px;
}
a.app-demo {
    margin: 0 auto 75px auto;
    justify-content: center;
    align-items: center;
    background: #ffaa17;
    color: #FFFFFF;
    border-radius: 50px !important;
    width: 115px;
    padding: 5px 0px !important;
    font-weight: bold;
    display: none;
}
/*POPUP*/
section.contact-section.popup-sec.contact-two {
    z-index: 999 !important;
    padding: 40px 10px !important;
    max-width: 1100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #ffaa17;
}
section.contact-section.popup-sec.contact-two .sec-title {
    margin: 0px !important;
}
section.contact-section.popup-sec.contact-two .footer-nine__contact__text {
    margin: 0 auto 10px !important;
    max-width: 100% !important;
    font-weight: 900 !important;
    color: #000000 !important;
}
.field-inner p.pera {
    margin: 0px;
    font-size: 16px !important;
}
input.popup-txt {
    height: 45px !important;
    padding: 10px 30px !important;
}
section.contact-section.popup-sec.contact-two .default-form .form-group textarea {
    height: 90px;
    padding: 10px 30px !important;
}
a#loading {
    background: none;
}

/*RESPONSIVE*/

@media (max-width: 767px) {

    .search-popup__inner {

        overflow: auto !important;
        display: block !important;

    }

    p {
        font-size: 18px !important;
    }

    h3 {
        font-size: 30px !important;
        line-height: 1.2em !important;
    }

    .pera-cta {
        font-size: 18px !important;
    }

    .heading-cta {
        font-size: 26px !important;
    }
    
    .footer-nine {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-nine .col-md-12.col-lg-3:last-child {
        margin-top: 20px;
    }
    
    section.featured-section, section.agency-section, .we-do-section {
        padding-top: 50px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    .sec-title .lower-text {
        padding: 5px 0px 0px !important;
    }

    .mixitup-gallery .filters.centered li {
        margin: 4px 10px !important;
    }


    .banner-carousel .content-box {
        display: block !important;
    }

    .banner-carousel .content-box .content {
        display: block !important;
    }

    .banner-carousel .content-box .sub-title {
        font-size: 20px !important;
    }

    h2.banner-heading {
        font-size: 45px;
    }

    .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fact-counter .column .inner .count-outer {
        font-size: 40px !important;
    }

    .fact-counter .column .inner {
        padding: 50px 0px !important;
    }

    /*LOGO PAGE*/
    .process-one__image::after{
        display: none !important;
    }

    .process-one__image {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .process-one .row {
        margin-bottom: 10px !important;
    }

    h4.faq-heading {
        font-size: 18px !important;
        margin-bottom: 3px !important;
        line-height: 1.4em;
    }

    /*WEBSITE*/

    .testimonials-five__carousel .owl-nav {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
    }

    button.owl-next {
        margin-left: 10px !important;
    }

    button.owl-prev {
        margin-right: 10px !important;
    }
    
    .rev-col .row {
        flex-direction: column-reverse;
    }

    .small-notes-res {
        line-height: 0.4em !important;
        font-size: 16px !important;
        text-align: center !important;
        margin-top: 55px !important;
        margin-bottom: 0px !important;
    }

    /*GAME DEVELOPMENT*/

    .brand-name-2 {
        font-size: 45px !important;
    }

    /*NAV CTA BTN*/

    .header-style-six .header-upper .right-menu .mobile-nav-toggler {
        margin-left: 0px !important;
        margin-right: 15px !important;
    }

    .right-menu.rev-col {
        flex-direction: row-reverse !important;
    }

    .cta-div-header {
        display: flex !important;
    }

    .mob-container {
        display: flex !important;
    }

    div#logo-main {
        order: 3 !important;
        margin: 0 auto !important;
    }

    .main-header .header-upper .logo-box .logo img {
        max-width: 35% !important;
    }

    .main-header .header-upper .logo-box .logo a {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    a.header-links.cta-header {
        position: absolute;
        font-size: 18px;
        left: 90px;
    }
    
}