
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*** GENERIC CSS ***/
html,body {
    overflow-x: hidden;
}

body {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    background:#07031F url(../img/bg-banner.png) top right no-repeat;
}

@font-face {
    font-family: 'CreatoDisplayRegular';
    src: url('../fonts/CreatoDisplayRegular.eot');
    src: url('../fonts/CreatoDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/CreatoDisplayRegular.woff2') format('woff2'),
         url('../fonts/CreatoDisplayRegular.woff') format('woff'),
         url('../fonts/CreatoDisplayRegular.ttf') format('truetype'),
         url('../fonts/CreatoDisplayRegular.svg#CreatoDisplayRegular') format('svg');
}

@font-face {
    font-family: 'CreatoDisplayMedium';
    src: url('../fonts/CreatoDisplayMedium.eot');
    src: url('../fonts/CreatoDisplayMedium.eot') format('embedded-opentype'),
         url('../fonts/CreatoDisplayMedium.woff2') format('woff2'),
         url('../fonts/CreatoDisplayMedium.woff') format('woff'),
         url('../fonts/CreatoDisplayMedium.ttf') format('truetype'),
         url('../fonts/CreatoDisplayMedium.svg#CreatoDisplayMedium') format('svg');
}

@font-face {
    font-family: 'CreatoDisplayBold';
    src: url('../fonts/CreatoDisplayBold.eot');
    src: url('../fonts/CreatoDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/CreatoDisplayBold.woff2') format('woff2'),
         url('../fonts/CreatoDisplayBold.woff') format('woff'),
         url('../fonts/CreatoDisplayBold.ttf') format('truetype'),
         url('../fonts/CreatoDisplayBold.svg#CreatoDisplayBold') format('svg');
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'CreatoDisplayRegular';
    color: #fff;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #fff;
}

button {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#fff;
    font-weight: 400;
    font-family: 'CreatoDisplayBold';
}

h1 {
    font-size:96px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'CreatoDisplayBold';
    color: #fff;
    text-transform: capitalize;
}

h2 {
    font-size: 52px;
    font-family: 'CreatoDisplayBold';
}

h3 {
    font-size:40px;
}

h4 {
    font-size:24px;
    font-family: 'CreatoDisplayBold';
}

h5 {
    font-size:22px;
    font-family: 'CreatoDisplayBold';
}

h6 {
    font-size:18px;
    font-family: 'CreatoDisplayMedium';
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.section-title h6 {
    color: #6A6CFF;
    font-size: 24px;
    margin-bottom: 15px;
}

.section-title h2 {
    color:#fff;
    font-size: 48px;
    font-family: 'CreatoDisplayBold';
    margin-bottom: 20px;
}

.section-title.lg h2 {
    font-size: 56px;
}

.section-title.white h2,
.section-title.white p {
    color: rgba(255, 255, 255, 0.8);
}

.section-title.white .line {
    background: #fff;
}

.section-title p {
    margin-bottom: 25px;
}

.section-title h2 span {
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(274.84deg, #E323FF 29.63%, #853FE9 73.54%);
}

p {
    color: #9CA1C0;
    font-size: 16px;
    line-height: 160%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
    display: inline-block;
    border-radius: 0;
    line-height: 56px;
    min-width: 185px;
    padding: 0px 35px;
    border-radius: 50px;
    background: var(--Radial, radial-gradient(172.76% 159.2% at 0% 0%, #6A6CFF 0%, #100E2A 100%));
    font-size: 16px;
    font-family: 'CreatoDisplayMedium';
    color: #fff;
    border: none;
    border-radius: 50px;
    text-align: center;
}

.btn-default.bordered {
    border: 1px solid rgba(255, 255, 255, .7);
    line-height: 54px;
    background: linear-gradient(180deg, rgba(4, 5, 24, 0.00) 0%, #040518 81.38%);
}

.btn-default:hover {
    background: #fff;
    color: #000;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

/*** HEADER ***/
.header {
    padding:0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(106,108,255, 0.3);
}

.navbar-brand img {
    max-height: 55px;
}

.navbar-nav .nav-item {
    margin: 0px 0px 0px 45px;
}

.nav-link {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 88px;
    padding: 0px 0px !important;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.nav-link:hover,
.active>.nav-link:hover,
.active>.nav-link {
    color: #6A6CFF !important;
    color: #fff !important;
}

.nav-link img {
    margin-left: 5px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.menu-btn {
	border-radius:100%;
	display:inline-block;
    line-height: 4px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-btn .spans {
    width: 27px;
    position: relative;
    margin-left: auto;
}

.menu-btn span {
    height: 2px;
    background: #fff;
    display: inline-block;
    margin: 3.5px 0px;
    float: right;
    transition: all .3s;
    border-radius: 15px;
    width: 80%;
}

div.side-menu::-webkit-scrollbar-thumb {
    background: #c4c2bc;
    border-radius: 100px;
}

.side-menu::-webkit-scrollbar-track {
    background: #d9d7d1;
}

.side-menu::-webkit-scrollbar {
    width: 6px;
}

@supports (scrollbar-color: #c4c2bc #d9d7d1) {
    .side-menu {
        scrollbar-color: #c4c2bc #d9d7d1;
        scrollbar-width: thin;
    }
}

div.side-menu::-webkit-scrollbar-thumb {
    background: #c4c2bc;
    border-radius: 100px;
}

div.side-menu::-webkit-scrollbar-track {
    background: #d9d7d1;
}

div.side-menu::-webkit-scrollbar {
    width: 6px;
}

@supports (scrollbar-color: #c4c2bc #d9d7d1) {
    div.side-menu {
        scrollbar-color: #c4c2bc #d9d7d1;
        scrollbar-width: thin;
    }
}

.side-menu {
    background-color: #e2e0d9;
    background: #000;
	position:fixed;
	top:0px;
	right: -140%;
    width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
    overflow-y: scroll;
    padding: 120px 30px 30px 30px;
    scrollbar-color: #c4c2bc #d9d7d1;
    scrollbar-width: thin;
    background:#000 url(../img/mobile-bg.png) bottom right no-repeat;
    text-align: center;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul ul {
	padding: 0;
}

.side-menu ul li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    text-align: center;
}

.side-menu ul {
	padding-left:0px;
	margin-top:30px;
	overflow:hidden;
}

.side-menu ul li a {
    display: inline-block;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    padding: 14px 0px;
    color: #fff;
    font-family: 'CreatoDisplayRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
}

.side-menu .logo img {
    max-height: 100px;
}

.side-menu .details a {
    margin-bottom: 5px;
    font-size: 15px;
    display: inline-block;
}

.side-menu .details a:hover {
    color:#c1a53d;
}

.side-menu .details .social a i {
    font-size: 19px;
    margin: 0 10px;
}

.side-menu .details i {
    margin-right: 8px;
    font-size: 15px;
    vertical-align: middle;
}

.side-menu hr {
    width: 192px;
    border-color: #6A6CFF;
    opacity: 0.3;
    display: inline-block;
    margin-bottom: 0;
}

.side-menu .socialinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
}

.side-menu .socialinfo ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-menu .socialinfo li {
    margin:0px 10px;
    text-align: center;
    width: auto;
    display: inline-block;
}

.side-menu .socialinfo li a {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2B2644;
}

.side-menu .socialinfo li a:hover {
    background: var(--Radial, radial-gradient(172.76% 159.2% at 0% 0%, #6A6CFF 0%, #100E2A 100%));
    font-size: 16px;
}

.side-menu .socialinfo p {
    font-size: 16px;
    color: #FFF;
    margin: 0;
    font-family: "Manrope", sans-serif;
    margin-top: 25px;
}

.header.active {
    z-index: 99999999;
}

.header.active .menu-btn span {
    width: 100%;
}

.header.active .menu-btn span {
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.header.active .menu-btn span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.header.active .menu-btn span:nth-child(2) {
    display: none;
}

/*** BANNER ***/
.banner {
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
}

.banner h6 {
    color: #6A6CFF;
    font-size: 24px;
    margin-bottom: 25px;
}

.banner h1 {
    font-size: 56px;
    margin-bottom: 30px;
    background: linear-gradient(249deg, #FFF 36.17%, #ACB0B7 87.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner p {
    margin-bottom: 40px;
}

.banner .btn-default {
    margin-right: 5px;
}

/*** INFO ***/
.info {
    padding-bottom: 80px;
}

.advertisebox {
    border-radius: 30px;
    border: 1px solid rgba(106,108,255, 0.2);
    background: radial-gradient(73.11% 70.72% at 95.78% 0%, #121556 0%, #080923 100%);
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.advertisebox .al {
    position: absolute;
    top: 0;
    right: 0;
}

.advertisebox h3 {
    font-size: 48px;
    font-family: 'CreatoDisplayBold';
}

.advertisebox .text {
    padding: 260px 40px 40px 40px;
}

.advertisebox .text p {
    max-width: 60%;
}


/*** mostout ***/
.mostout {
    padding: 30px 0px 90px 0px;
    overflow: hidden;
}

.mostout .section-title p {
    padding: 0px 90px;
}

.clickbox {
    border-radius: 20px;
    border: 1px solid rgba(134,134,172, 0.3);
    background: var(--Radial, radial-gradient(110.47% 111.8% at 0% 0%, #25224B 0%, #0F0A2E 100%));
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
}

.clickbox .al {
    position: absolute;
    top: -120px;
    left: -120px;
    z-index: -1;
    display: none;
}

.clickbox:hover .al {
    display: block;
}

.clickbox .img {
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: rgba(106, 108, 255, 1);
    box-shadow: 0px 0px 0px 5px rgba(106, 108, 255, 0.2);
    margin-bottom: 20px;
}

.clickbox .img img {
    filter: invert(.5) brightness(7);
}

.clickbox:hover {
    background: var(--Radial, radial-gradient(172.76% 159.2% at 0% 0%, #6A6CFF 0%, #100E2A 100%));
}

.clickbox p {
    font-size: 14px;
    margin-top: 20px;
}

.clickbox:hover p {
    color: #fff;
}

.clickbox:hover .img {
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.clickbox:hover .img img {
    filter: none;
}

/*** experience ***/
.experience {
    background: radial-gradient(190.71% 113.68% at 0% 0%, #2F2762 0%, #0F0A2E 100%);
    padding: 110px 0px;
    position: relative;
}

.experience:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../img/line-1.png) top left no-repeat;
}

.experience:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../img/line-2.png) bottom left no-repeat;
}

.experience .accordion-item {
    margin: 15px 0px;
}

.experience .accordion, .experience .accordion-item, .experience .accordion-button, .experience .accordion-button:not(.collapsed) {
    background: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

.experience .accordion-header {
    margin-bottom: 0px !important;
}

.experience .al {
    position: absolute;
    top: -120px;
    left: -120px;
    display: block !important;
}

.experience .accordion-button.collapsed .al {
    display: none!important;
}

.experience .accordion-button.collapsed .img {
    background: rgba(106, 108, 255, 1);
    box-shadow: 0px 0px 0px 5px rgba(106, 108, 255, 0.2);
}

.experience .accordion-button .img {
    display: flex;
    position: relative;
    z-index: 3;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.experience .accordion-button .img img {
    filter:none;
}

.experience .accordion-button.collapsed .img img {
    filter: invert(.5) brightness(7);
}


.experience .accordion-button {
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-family: 'CreatoDisplayMedium';
    line-height: 28px;
    padding:30px 0px 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px !important;
    border: none;
    background: none !important;
}

.experience .accordion-item.active {
    border-radius: 20px !important;
    background: var(--Radial, radial-gradient(172.76% 159.2% at 0% 0%, #6A6CFF 0%, #100E2A 100%)) !important;
}

.experience .accordion-button.collapsed {
    padding:20px 0px 20px 30px;
    background: linear-gradient(90deg, rgba(21, 25, 60, 0.00) 0%, #1A153C 100%) !important;
}

.experience .accordion-button::after {
    display: none;
}

.experience .accordion-button:before {
    position: absolute;
    content: "+";
    right: 20px;
    top: auto;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    line-height: 28px;
}

.experience .accordion-button[aria-expanded="true"]:before {
    content: "-";
    font-size: 40px;
}

.experience .accordion-body {
    padding:0px 30px 32px 105px;
    margin-top: -20px;
    position: relative;
    z-index: 3;
}

.experience .accordion-body p {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.experience .accordion-item:last-of-type .accordion-button.collapsed, .experience .accordion-item:last-of-type .accordion-body {
    border-radius: 0px !important;
    border: 0px !important;
}

/*** Publisher ***/
.publisher {
    background: #000000;
    padding: 100px 0px;
}

.publisher .clickbox p {
    min-height: 68px;
}

/*** contact-form ***/
.contact-form {
    background: #000000;
    padding: 20px 0px 150px 0px;
    position: relative;
    overflow: hidden;
}

.zindex {
    position: relative;
    z-index: 99;
}

.contact-form:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../img/contact-form-1.png) bottom left no-repeat;
    background-size: 100% auto;
}

.contact-form:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/contact-form-2.png) bottom right no-repeat;
    background-size: 100% auto;
}

.contact-form .section-title h6 {
    margin-top: -140px;
}

.contact-form .bg {
    border-radius: 40px;
    border: 1px solid rgba(106, 108, 255, 0.3);
    background: var(--Radial, radial-gradient(110.47% 111.8% at 0% 0%, #25224B 0%, #0F0A2E 100%));
    padding: 45px 100px 80px 100px;
}

.form-control {
    display: inline-block;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    width: 100%;
    height: 64px;
    padding: 0px 24px;
    color: #fff;
    margin-bottom: 10px;
    outline: none !important;
    box-shadow: none !important;
}

.form-control::-webkit-input-placeholder, .form-control::placeholder {
    color: rgba(255, 255, 255, .5) !important;
}

textarea.form-control {
    height: 250px;
    padding: 15px 24px;
    resize: none;
}

select.form-control {
    background: rgba(255, 255, 255, 0.05) url(../img/select-arrow.png) 96% 50% no-repeat;
    color: rgba(255, 255, 255, .5);
}

select.form-control option {
    color: black;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
}

select.form-control:focus {
    background: rgba(255, 255, 255, 0.05) url(../img/select-arrow.png) 96% 50% no-repeat;
}

.form-check {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.form-check label {
    color: #9CA1C0;
    font-family: 'CreatoDisplayRegular';
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.form-check-input {
    appearance: none !important;
    border: 1px solid rgba(106, 108, 255, 0.5) !important;
    background: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
}

.form-check-input:checked {
    background: var(--Radial, radial-gradient(172.76% 159.2% at 0% 0%, #6A6CFF 0%, #100E2A 100%)) !important;
    background-size: 15px auto;
    top: 0;
    left: 0;
    border: none !important;
}

.form-check-input:checked:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/check-arrow.svg) 50% 50% no-repeat !important;
    background-size: 20px auto !important;
}

.form-check-input {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    position: relative;
}

/*** Footer ***/
.footer {
    background: #0F0A2B;
    border-bottom: 1px solid rgba(106,108,255,.3);
    padding: 50px 0px 0px 0px;
}

.footer p {
    color: #fff;
    margin: 0;
}

.footer ul {
    padding: 0;
    margin: 0px 0px 25px 0px;
    display: inline-block;
    width: 100%;
    list-style: none;
}

.footer ul li {
    display: inline-block;
    margin: 0px 35px 0px 0px;
}

.footer ul li a {
    color: #9CA1C0;
    font-size: 16px;
    font-family: 'CreatoDisplayMedium';
}

.footer ul li a:hover {
    color: #fff;
}

.footer .social li {
    margin:0;
    margin-left: 20px;
}

.footer .social li a {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2B2644;
}

.footer .social li a:hover {
    background: var(--Radial, radial-gradient(172.76% 159.2% at 0% 0%, #6A6CFF 0%, #100E2A 100%));
    font-size: 16px;
}

/*** Copyright ***/
.copyright {
    background: #0F0A2B;
    padding: 30px 0px;
}

.copyright p {
    font-size: 16px;
    color: #FFF;
    margin: 0;
    font-family: "Manrope", sans-serif;
}



/* new css for form
-------------------------------------------------------------------------- */
form#contactForm {
    position: relative;
    display: block;
}
#contactForm input.form-control.error {
    border: solid 3px red;
    color: red !important;
}
input#flexCheckChecked.error {
    border-color: red !important;
}
input#flexCheckChecked.error + label {
    color: red !important;
}

.form_messages {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.form_messages p {
    width:auto;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 15px 25px;
    display: inline-block;
}
.form_messages.error, .form_messages.success {
    padding-top: 30px;
    font-size: 14px;
}
.form_messages p {
    margin-bottom: 5px;
    font-size: 14px;
}
.form_messages.error p, .form_messages.error {
    color: red;
}
.form_messages.success p, .form_messages.success {
    color: #fff;
}
.form-process {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: transparent;
    width: 100%;
    height: 100%;
}
.g-recaptcha, .ordermobile{
    display: flex !important;
    justify-content: center !important;
}
.textarea-h{
    height: 250px !important ;
}
.form-process::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #25224B;
	opacity: 0.7;
	z-index: -1;
}
.css3-spinner {
	color: #dee2e6;
	position: relative;
	z-index: auto;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  animation-fill-mode: both;
}
.css3-spinner > .css3-spinner-scaler {
	width: 60px;
    height: 60px;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
	animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes scaleout {
    0% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }


