/* ///////////////////////////////////////////////////////////////////// 
//  01 - Universal
/////////////////////////////////////////////////////////////////////*/

html, body {
    height:100%;
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Dosis', sans-serif;
}
a {
	color: #9f52ff;
	transition: 0.4s ease all;
	outline: none;
}
a:hover,a:active,a:focus{
	text-decoration: none;
	color: #b97dff;
	opacity: 0.95;
	outline: none;
}
.btn {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 1.2em;
    transition: 0.4s ease all;
}
.btn:hover {
    background: #fff;
    color: #000;
}
.block_title {
    font-size: 4em;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
    margin-bottom: 70px;
}
.block_title:before,.block_title:after {
    content: "";
    background: #ccc;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 42%;
    vertical-align: middle;
}
.block_title:before {
    right: 0.5em;
    margin-left: -42%;
}
.block_title:after {
    left: 0.5em;
    margin-right: -42%;
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Header 
/////////////////////////////////////////////////////////////////////*/

header{
	background: url(../images/BG.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% -50px;
	min-height: 100vh;
	background-color: #111;
}
.age-gate-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.age-gate-overlay.hidden {
	display: none;
}
.age-gate-modal {
	max-width: 500px;
	width: 100%;
	background: rgba(18, 8, 39, 0.95);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 24px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 0 80px rgba(129, 53, 255, 0.3);
}
.age-gate-modal h2 {
	font-size: 3rem;
	margin-bottom: 0.5em;
	color: #dd8cff;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	text-shadow: 0 0 16px rgba(221, 140, 255, 0.7);
}
.age-gate-modal p {
	color: rgba(255,255,255,0.85);
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 1.8em;
}
.age-gate-actions {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.age-gate-actions .btn {
	min-width: 140px;
	border-color: #bb63ff;
	color: #fff;
	background: transparent;
	padding: 0.95em 1.4em;
	font-size: 1rem;
}
.age-gate-actions .btn:hover {
	background: rgba(187, 99, 255, 0.15);
	color: #fff;
}
.age-gate-actions #ageGateNo {
	border-color: rgba(255,255,255,0.35);
}
.age-gate-actions #ageGateNo:hover {
	background: rgba(255,255,255,0.1);
}
.center {
    text-align: center;
    color: #fff;
}
.bigheadline {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 6.5em;
    margin: 0;
    line-height: 0.95;
    color: #fff;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow:
        0 0 0 rgba(255,255,255,0.9),
        0 2px 0 rgba(255,255,255,0.9),
        0 4px 12px rgba(101, 39, 210, 0.35),
        0 8px 30px rgba(45, 15, 120, 0.2);
    -webkit-text-stroke: 1px rgba(159, 82, 255, 0.85);
}
.subheadline {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    margin: 0.5em auto 0;
    padding: 0 0.35em;
    line-height: 1.25;
    color: rgba(255,255,255,0.95);
}
.hero-description {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.1em;
    max-width: 600px;
    margin: 1em auto 0;
    line-height: 1.75;
    padding: 0 20px;
    color: rgba(255,255,255,0.9);
}
.hero-description {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
	max-width: 600px;
	margin: 0.0em auto 0;
	line-height: 1.75;
	padding: 0 20px;
}

.scrollDown {
    font-size: 4em;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 10%;
    left: 49%;
}
.scrollDown:hover{
	color: rgba(255, 255, 255, 0.4);
	transition: 0.4s ease all;
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Navigation 
/////////////////////////////////////////////////////////////////////*/

#navigation{
	background: #111;
}
.games-page-nav {
    background: #0d0d0d;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.logo {
	height: 76px;
	display: table;
	text-align: left;
}

.logo-text {
    font-size: 3em;
    padding: 0.2em 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    display: table-cell;
	vertical-align: middle;
}

.logo-text img {
    max-height: 50px;
    width: auto;
    display: inline-block;
}

.menu {
    float: right;
    font-size: 3em;
    color: #fff;
    padding-top: 10px;
}
.dropdown-menu {
    min-width: 240px;
    right: 0;
    left: auto;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 5px;
}
.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 1em 2em;
    margin-top: 5%;
}
.dropdown-menu ul li {
    padding: 0.3em 0em 0.6em 0em;
    font-size: 1.3em;
    position: relative;
}
.dropdown-menu ul li a {
    color: #9f52ff;
}
.dropdown-menu ul li a:hover,
.dropdown-menu ul li a:focus,
.dropdown-menu ul li a:active {
    color: #b97dff;
}
.dropdown-menu ul li a i {
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 25px;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-bottom: 8px solid white;
	float: right;
	margin-top: -5%;
	margin-right: 23px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  04 - Services
/////////////////////////////////////////////////////////////////////*/



.services {
    max-width: 100%;
    margin-bottom: 30px;
}
.exp {
    padding-top: 76px;
}
.service-area {
    margin: 80px 0px 40px 0px;
    padding: 40px 0;
    background: #fff;
}

.service-wrap {
    width: 100%;
    min-height: 260px;
    padding: 35px 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    transition: all 0.35s ease;
    box-shadow: 0 14px 40px rgba(25, 15, 60, 0.06);
}
.service-wrap:hover {
    transform: translateY(-6px);
    border-color: rgba(124, 40, 255, 0.5);
    box-shadow: 0 24px 60px rgba(124, 40, 255, 0.14);
}
.service-wrap i {
    margin-bottom: 22px;
    transition: all 0.3s ease;
    color: #8d4cff;
    font-size: 3.8em;
}
.service-wrap:hover i {
    color: #b66bff;
}
.service-wrap p {
    padding: 0 18px;
    font-size: 14px;
    color: rgba(38, 38, 38, 0.85);
    margin: 0;
    line-height: 1.8;
}
.service-wrap h3 {
    margin: 0 0 16px;
    color: #230d62;
    font-size: 1.6em;
    line-height: 1.2;
}
.pe-dj {
    font-size: 4.2em;
}

.demo-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 5, 18, 0.92);
    z-index: 99999;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}
.demo-modal-overlay.hidden {
    display: none;
}
.demo-modal {
    width: min(1160px, calc(100vw - 40px));
    height: calc(100vh - 40px);
    background: #080612;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 45px 120px rgba(0,0,0,0.5);
    position: relative;
    max-height: none;
    margin: auto;
}
.demo-modal-close {
    width: 42px;
    height: 42px;
    border: none;
    background: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.demo-modal-close:hover {
    background: rgba(255,255,255,0.24);
    transform: scale(1.05);
}
.demo-modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.demo-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: linear-gradient(90deg, #1e103f 0%, #0d071b 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    min-height: 56px;
}
.demo-modal-sidebar {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: linear-gradient(90deg, rgba(145, 78, 255, 0.95), rgba(77, 17, 255, 0.92));
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    border-radius: 999px;
    box-shadow: 0 20px 50px rgba(45, 22, 95, 0.45);
    pointer-events: none;
}
.demo-modal-frame {
    flex: 1;
    min-height: 0;
    background: #05060f;
}
.demo-modal-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: auto;
    display: block;
}

@media all and (max-width: 1024px) {
    .demo-modal {
        max-height: calc(100vh - 30px);
    }
    .demo-modal-frame {
        min-height: 420px;
    }
    .demo-modal-frame iframe {
        min-height: 420px;
    }
}

@media all and (max-width: 860px) {
    .demo-modal {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
    .demo-modal-content {
        min-height: 100%;
    }
    .demo-modal-frame {
        min-height: 100%;
    }
    .demo-modal-frame iframe {
        min-height: 100%;
    }
    .demo-modal-sidebar {
        top: 16px;
        left: 16px;
        padding: 12px 20px;
        font-size: 0.95rem;
        display: none;
        pointer-events: none;
    }
    .demo-modal-close {
        top: 16px;
        right: 16px;
        transform: none;
    }
}

/* Styles for mobile-only demo modal */
.mobile-demo-modal-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 120000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
}
.mobile-demo-modal-overlay.hidden { display: none; }
.mobile-demo-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #000;
    pointer-events: auto;
}
.mobile-demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: linear-gradient(90deg, #1e103f 0%, #0d071b 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    min-height: 56px;
}
.mobile-demo-close {
    width: 42px;
    height: 42px;
    border: none;
    background: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 1.8rem;
    border-radius: 50%;
    pointer-events: auto;
}
.mobile-demo-frame {
    flex: 1;
    min-height: 0;
    background: #000;
}
.mobile-demo-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto;
    position: relative;
    touch-action: manipulation;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: default;
    /* -webkit-user-select: text; */
}

/* ensure badge is visible in the mobile header */
.mobile-demo-modal-overlay .demo-mode-badge {
    position: static;
    display: inline-flex;
    margin: 0;
    pointer-events: none;
}

@media all and (max-width: 620px) {
    .demo-modal {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
    .demo-modal-close {
        top: 14px;
        right: 14px;
        width: 46px;
        height: 46px;
        font-size: 2rem;
        transform: none;
    }
    .demo-modal-frame {
        min-height: 100%;
    }
    .demo-modal-frame iframe {
        min-height: 100%;
    }
    .demo-modal-sidebar {
        top: 14px;
        left: 14px;
        padding: 10px 16px;
        font-size: 0.85rem;
    }
}

/* Demo mode badge shown in the shared demo header */
.demo-mode-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #6b3bff, #4b18ff);
    color: #fff;
    padding: 10px 20px;
    border-radius: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 30px rgba(75, 24, 255, 0.25);
    pointer-events: none;
    white-space: nowrap;
}

@media all and (max-width: 991px) {
    .service-wrap {
        min-height: auto;
        padding: 30px 20px;
    }
    .cs-style-3 figcaption {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        height: auto !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.75) !important;
        transition: none !important;
        pointer-events: auto !important;
    }
    .cs-style-3 figcaption a {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        z-index: 10;
        display: inline-block;
        background: rgba(255,255,255,0.1);
        padding: 8px 14px;
        border-radius: 6px;
        white-space: normal;
        max-width: 100%;
    }
}


/* ///////////////////////////////////////////////////////////////////// 
//  05 - Portfolio
/////////////////////////////////////////////////////////////////////*/


#portfolio {
    padding: 80px 0px 0px 0px;
}

#games-collection {
    padding-top: 90px;
    padding-bottom: 20px;
}

#navigation.nav-wrap + #games-collection {
    padding-top: 120px;
}

#games-collection .games-page-title {
    display: block;
    visibility: visible;
    opacity: 1;
    color: #111;
    margin: 0 0 28px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding-top: 10px;
}

#games-collection .games-page-title:before,
#games-collection .games-page-title:after {
    content: none;
}

.port {
	list-style: none;
	text-align: left;
	padding-bottom: 40px;
}

.port .item {
	display: inline-block;
	text-align: left;
	position: relative;
}

.port figure {
	position: relative;
	width: 100%;
	max-width: 300px;
	aspect-ratio: 3 / 4;
	display: block;
	margin: 0 auto;
	border-radius: 28px;
	overflow: hidden;
	background: linear-gradient(135deg, #171b2e 0%, #06070c 100%);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.14);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.port figure:hover {
	transform: translateY(-6px) scale(1.01);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
	border-color: rgba(124, 140, 255, 0.36);
}

.port figure::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(8, 12, 24, 0.08) 42%, rgba(8, 12, 24, 0.22) 100%);
	z-index: 1;
	pointer-events: none;
}

.port figure::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(124, 140, 255, 0.12), transparent 45%, rgba(255, 255, 255, 0.05));
	pointer-events: none;
	z-index: 1;
}

.port figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	position: relative;
	transform: scale(1.04);
	transition: transform 0.45s ease, filter 0.45s ease;
	filter: saturate(1.06) contrast(1.03) brightness(1.01);
}

.port figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px 22px 28px;
	background: transparent;
	color: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	overflow: visible;
}

.port figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.port figcaption span {
	display: inline-block;
	color: #d8d6ff;
	font-size: 0.95rem;
	opacity: 0.95;
}

.port figcaption span:before {
	content: 'by ';
	color: #7d8cff;
}

.port figcaption a {
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	margin-top: 4px;
	border-radius: 999px;
	background: linear-gradient(135deg, #9f52ff 0%, #7d30f5 100%);
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: 0 10px 24px rgba(159, 82, 255, 0.28);
	transition: all 0.3s ease;
	min-width: auto;
	white-space: nowrap;
	overflow: visible;
	z-index: 10;
	position: relative;
}

.port figcaption a:hover,
.port figcaption a:focus,
.port figcaption a:active {
    color: #fff;
    background: linear-gradient(135deg, #b97dff 0%, #9f52ff 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(159, 82, 255, 0.34);
}

.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: scale(1.08) translateY(-6px);
	-moz-transform: scale(1.08) translateY(-6px);
	-ms-transform: scale(1.08) translateY(-6px);
	transform: scale(1.08) translateY(-6px);
	filter: saturate(1.16) contrast(1.06) brightness(1.03);
}

.cs-style-3 figcaption {
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(22px);
	-moz-transform: translateY(22px);
	-ms-transform: translateY(22px);
	transform: translateY(22px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: relative;
	bottom: auto;
	right: auto;
}

.touch-device .cs-style-3 figcaption {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    height: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: transparent !important;
    transition: none !important;
    pointer-events: auto !important;
}

.touch-device .cs-style-3 figure img {
    -webkit-transform: scale(1.04) !important;
    -moz-transform: scale(1.04) !important;
    -ms-transform: scale(1.04) !important;
    transform: scale(1.04) !important;
}

.touch-device .cs-style-3 figcaption a {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 10;
}
.button{
	background: transparent;
	border: 1px solid #fff;
	padding: 10px 16px;
	border-radius: 999px;
	transition: all 0.3s ease;
}
.button:hover {
    background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%);
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.btn-center {
    display: block;
    padding: 80px 0px 60px 0px;
    text-align: center;
}
.big.button {
    border: 1px solid #000;
    font-size: 2em;
    color: #000;
    padding: 15px 30px;
}
.big.button:hover {
    background: #000;
    color: #fff;
}
.item-space {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .port figure {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 3 / 4;
    }

    .cs-style-3 figcaption {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        height: auto !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: transparent !important;
        transition: none !important;
        pointer-events: auto !important;
    }

    .cs-style-3 figcaption a {
        position: relative !important;
        display: inline-block;
        background: rgba(255,255,255,0.14);
        padding: 10px 16px;
        border-radius: 999px;
        white-space: normal;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .port figure {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 3 / 4;
        border-radius: 18px;
    }

    .port figcaption {
        padding: 18px 16px 20px;
    }

    .port figcaption h3 {
        font-size: 1.1rem;
    }

    .port figcaption span {
        font-size: 0.9rem;
    }

    .cs-style-3 figcaption a {
        width: 100%;
        text-align: center;
        padding: 10px 14px;
        white-space: normal;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    #portfolio {
        padding-top: 60px;
    }

    .port figure {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 3 / 4;
    }
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Testimonial 
/////////////////////////////////////////////////////////////////////*/

#testimonial {
    background: url(../images/parallax.jpg);
    padding: 80px 0px 80px 0px;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}

.testimonila-block {
    text-align: center;
}
.testimonila-block img {
    border-radius: 50%;
    border: 1px solid #000;
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 30px;
}
.testimonila-block p {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
}
.testimonila-block strong {
    font-size: 2em;
}


/* ///////////////////////////////////////////////////////////////////// 
//  07 - Contact
/////////////////////////////////////////////////////////////////////*/


#contact {
    color: #fff;
    background: linear-gradient(135deg, #06030b 0%, #130b20 45%, #1f1231 100%);
}

.mapWrap {
    position: relative;
    min-height: 520px;
    padding: 80px 0;
}
#googleMap {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact-area {
    background: transparent;
    width: 100%;
    position: relative;
    padding: 0;
}

.moreDetails {
    color: #fff;
    display: none;
}
.contact-hero {
    display: none;
}

.contact-section-title {
    display: none;
}

#contact-area .row {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
}

#contact-area .row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(185, 125, 255, 0.2), transparent 45%, rgba(255,255,255,0.06));
    pointer-events: none;
}

#contact-area .col-md-6 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 42px 38px;
    flex: 1;
}

#contact-area .col-md-6::after {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
}

#contact-area .col-md-6:last-child::after {
    display: none;
}

.contact-card {
    position: relative;
    overflow: visible;
}

#contact-area .contact-card::before {
    display: none;
}
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(185, 125, 255, 0.2), transparent 45%, rgba(255,255,255,0.06));
    pointer-events: none;
}
.con-title {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 2.45em;
    margin: 0 0 16px;
    padding-bottom: 0;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.moreDetails p {
    position: relative;
    z-index: 1;
    font-size: 1.04rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.86);
    max-width: 720px;
    margin: 0 0 24px;
}
.address {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 1;
}
.address li {
    font-size: 1.02em;
    position: relative;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.92);
}
.address li i {
    font-size: 20px;
    position: absolute;
    top: 1px;
    color: #d7a8ff;
}
.address li span {
    padding-bottom: 10px;
    position: relative;
    left: 30px;
    display: inline-block;
}
.address li a {
    padding-bottom: 10px;
    position: relative;
    left: 30px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
}
.address li a:hover {
    color: #d7a8ff;
    border-bottom-color: #d7a8ff;
}
.form-control {
    box-shadow: none;
    border: 1px solid #8E8E8E;
    border-radius: 0px;
    padding: 12px 12px;
    height: auto;
    background: rgba(255, 255, 255, 0.11);
}
.form-group input,.form-group textarea {
    color: #FFF;
}

/*Social media links*/

#social {
    background-color: rgba(0, 0, 0, 0.75) !important;
    padding: 30px 0px 30px 0px;
    position: relative;
}
.normal-txt {
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.scoialinks {
    list-style: none;
    text-align: center;
    padding: 0;
}
.social-icons {
    display: inline-block;
    padding: 0px 5px;
}
.social-icons a {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% 200%;
}

.social-icons a:hover {
    background-position: 0px -50px;
}
.facebook{
	background-image: url(../images/facebook.png);
}
.twitter{
	background-image: url(../images/twitter.png);
}
.google-plus{
	background-image: url(../images/google-plus.png);
}
.linkedin{
	background-image: url(../images/linkedin.png);
}
.wordpress{
	background-image: url(../images/wordpress.png);
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Footer 
/////////////////////////////////////////////////////////////////////*/



footer {
    width: 100%;
    background: #000;
    color: #fff;
}
.copyright {
    margin: 0;
    padding: 20px 0px;
}
.designed {
    margin: 0;
    padding: 20px 0px;
    text-align: right;
}
.designed a:hover {
    color: #e66f69;
}



/* ///////////////////////////////////////////////////////////////////// 
//  09 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/



@media all and (min-width: 1400px) {
	.centered p {
		font-size: 3em;
	}
	.bigheadline {
		font-size: 12em;
	}
	.subheadline {
		font-size: 3em;
	}
	.hero-description {
		font-size: 1.4em;
	}
}

@media all and (max-width: 1200px) and (min-width: 992px) {

	.services {
		max-width: 293px;
		height: 213px;
	}
	.service-wrap i {
	    font-size: 4em;
	    margin-top: 28px;
	}
	.service-wrap h3 {
	    font-size: 1.4em;
	}
	.service-wrap p {
	    font-size: 11px;
	    padding: 0px 35px;
	}
	.bigheadline {
		font-size: 9em;
	}
	.subheadline {
		font-size: 2.8em;
	}
	.hero-description {
		font-size: 1.15em;
	}
}

@media all and (max-width: 991px) and (min-width: 768px) {

	.services {
		max-width: 293px;
		height: 293px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.service-wrap p {
		padding: 0px 40px;
		font-size: 14px;
	}
	.pe-dj {
		font-size: 6em;
	}
	.bigheadline {
		font-size: 6.5em;
	}
	.subheadline {
		font-size: 2.2em;
	}
	.hero-description {
		font-size: 1em;
	}
}

@media all and (max-width: 991px) {

	header{
		background: #111 url(../images/BG-small.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: scroll;
		min-height: 100vh;
		padding-bottom: 0;
	}
}

@media all and (max-width: 768px) {
	.services {
		max-width: 293px;
		height: 293px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.pe-dj {
		font-size: 6em;
	}
	.service-wrap i {
		margin-top: 50px;
	}
	.centered p {
		font-size: 2em;
	}
	.bigheadline {
		font-size: 4.5em;
	}
	.subheadline {
		font-size: 1.6em;
	}
	.hero-description {
		font-size: 0.95em;
	}
	.item-space figure {
	    max-width: 360px;
	    margin: 0 auto;
	}
	.moreDetails {
		margin-bottom: 60px;
	}
	#contact-area .col-md-6::after {
		display: none;
	}
	#contact-area .col-md-6 {
		margin-bottom: 0;
	}
	#contact-area .row {
		flex-direction: column;
	}
	#contact-area .col-md-6:first-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.copyright, .designed {
		text-align: center;
	}
	.scrollDown {
	    top: 70%;
	    left: 46%;
	}
}
@media all and (max-width: 480px) {
	.bigheadline {
		font-size: 3em;
	}
	.subheadline {
		font-size: 1.2em;
		padding: 8px;
	}
	.hero-description {
		font-size: 0.85em;
		margin: 1em auto 0;
		padding: 0 15px;
	}
}

@media all and (max-width: 380px) {


	.logo-text {
	    font-size: 2em;
	}
	.centered p {
	    font-size: 1em;
	}
	.bigheadline {
	    font-size: 4em;
	}
	.subheadline {
	    font-family: 'Titillium Web',sans-serif;
	    font-size: 1.5em;
	    font-weight: 200;
	    margin: 0;
	}
	.testimonila-block p {
	    max-width: 90%;
	}
	.social-icons a {
	    width: 30px;
	    height: 30px;
	}
	
}

@media all and (max-width: 480px) {

	.scrollDown {
	    top: 70%;
	    left: 44%;
	}
}
