/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/




html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}





@font-face {
    font-family: 'Zero G';
   src: url("/wp-content/fonts/Zero-G-Regular.otf") format("truetype"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
   src: url("/wp-content/fonts/Poppins-Regular.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
   src: url("/wp-content/fonts/Poppins-Bold.ttf") format("truetype"); 
    font-weight: bold;
    font-style: normal;
}



body {
	 font-family: 'Poppins';
	background-color:black;
	color:white;
	position:relative;
}

body.no-scroll {
	
	overflow-y:hidden !important;
	height:100%;
	
}

.no-scroll #header {
	   overflow-y: scroll;

  
}
#header {
	padding:30px 60px;
	display: flex;
    justify-content: space-between;
	position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
	transition:0.3s ease-in-out;
}
#header-bg {
	background: linear-gradient(
180deg
, #000000 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	opacity:0;
	transition:0.3s ease-in-out;
}
.header-scrolled #header-bg {
	opacity:1;
	
	
}
#header #branding img {
	width:163px;
	height:auto;
}

#header #menu .menu {
	display:flex;
	margin-top:10px;
}
#header #menu .menu li.menu-item-has-children:after {
	content: '';
    background-image: url(/wp-content/uploads/2022/01/arrow-dropdown.png);
    display: inline-block;
    width: 7px;
    height: 4px;
    background-size: cover;
    margin-left: 5px;
    vertical-align: middle;
	transition:0.3s ease-in-out;
	top:1px;
	position:absolute;
	pointer-events:none;
}
form input, form textarea {
	font-family: 'Poppins';
}
#header #menu .menu-item#menu-item-16 {
	margin-right:25px;
}
@keyframes header-dropdown-arrow-1 { 
	 0% { 
		 margin-top:0px;
		 } 
	
	 50% { 
		 margin-top:5px;
		 } 
	100% { 
		 margin-top:0px;
		 } 
}
#header #menu .menu li.menu-item-has-children:hover:after {
	animation: header-dropdown-arrow-1 0.3s ease-in-out; 
}
#header #menu .sub-menu {
	opacity:0;
	pointer-events:none;
	transition:0.3s ease-in-out;
	background: rgba(0, 0, 0, 0.9);
	border: 1px solid #0B3FE4;
	border-radius: 10px;
	min-width:350px;
	padding:30px;
		position:absolute;
	left:-125px;
}
#header #menu .menu-item .sub-menu .menu-eq{
	display:none !important;
}
#header #menu .menu-item .sub-menu a {
	height:auto;
}
#header #menu .sub-menu a {
	max-width:260px;
	line-height: 140%;
}
#header #menu .sub-menu li:last-child a {
	margin-bottom:0px !important;
}
#header #menu .menu-item:hover .sub-menu {
	opacity:1;
	pointer-events:auto;

}

#header #menu .menu-item {
	margin:0 15px;
	position:relative;
}
#header #menu .menu-item a {
	font-family: 'Zero G';
	font-size:9px;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	transition:0.3s;
	position:relative;
	overflow-x: hidden;
    display: inline-block;
    height: 30px;
	padding:1px;
}
#header #menu .menu-item a:after {
   /* content: ''; */
    background-image: url(/wp-content/uploads/2022/01/menu-hover-curve.png);
    height: 5px;
    width: 100%;
    display: block;
    margin-top: 8px;
    background-size: contain;
    background-repeat-y: no-repeat;
    transition: 0.3s;
    opacity: 0;
	animation: menu-curve-flow 60s linear infinite;
}
#header #menu .menu-item:hover .menu-eq {
	opacity:1;
}
.menu-eq {
	position:absolute;
	    position: absolute;
    top: 13px;
	width:max-content;
	transform:rotate(180deg);
	transition:0.3s ease-in-out;
	opacity:0;
}

.menu-eq span {
	display:inline-block;
	width:3px;
	background-color:#0B3FE4;
	height:3px;
	margin:0 2px;
	animation: menu-eq-anim 1s linear infinite;
}
.menu-eq span:nth-child(3n) {
	animation: menu-eq-anim 500ms linear infinite;
}
.menu-eq span:nth-child(2n) {
	animation: menu-eq-anim 700ms linear infinite;
}
@keyframes menu-eq-anim {
	0% {height: 3px}
	50% {height: 10px}
	100% {3px}
	
}
@keyframes menu-curve-flow {
	0 {
		background-position-x:0px;
	}
	100% {
		background-position-x:1000px;
	}
}
#header #menu .menu-item#menu-item-16 a {
	margin-bottom:30px;
	display:inline-block;
}
#header #menu .menu-item a:hover {
	color: rgba(255,255,255,1);
}
#header #menu .menu-item .sub-menu a:hover {
	color: #F118E9;
}
#header #menu .menu-item a:hover:after {
	opacity:1;
}

h1 {
	font-family: 'Zero G';
	font-size: 40px;
line-height: 140%;
text-transform: uppercase;
color: #0B3FE4;
	overflow-wrap: normal;
}


h2 {
	font-family: 'Zero G';
	font-size: 26px;
line-height: 140%;
text-transform: uppercase;
color: #0B3FE4;
	overflow-wrap: normal;
}


h3 {
	font-family: 'Zero G';
	font-size: 18px;
line-height: 140%;
text-transform: uppercase;
overflow-wrap: normal;
	color: #0B3FE4;
}

h3 {
	font-family: 'Zero G' !important;
	font-size: 18px;
line-height: 140%;
text-transform: uppercase;
overflow-wrap: normal;
	color: #0B3FE4;
}

h4 {
	font-family: 'Zero G' !important;
	font-size: 16px;
line-height: 140%;
text-transform: uppercase;
overflow-wrap: normal;
	color: #0B3FE4;
}


h5 {
	font-family: 'Zero G';
	font-size: 12px;
line-height: 140%;
text-transform: uppercase;
overflow-wrap: normal;
	color: #0B3FE4;
}


h6 {
	font-family: 'Zero G';
	font-size: 8px;
line-height: 140%;
text-transform: uppercase;
color: #FFFFFF;
	overflow-wrap: normal;
}


.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding:0px !important;
}
.elementor-widget:not(:last-child) {
	margin-bottom:0px !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width:1200px !important;
}
#homepage-screen-1 {
	text-align:center;
}
#homepage-screen-1 h1 {
	color: #0B3FE4;
	text-shadow: 0px 4px 19px rgba(0, 0, 0, 0.65);
	-webkit-text-stroke: 2px #AC18F1;
	margin-top:30vh;
	
}
#mainpage-screen-1-wrap {
	background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0.6));
	min-height: 100vh;
}
.container {
	    max-width: 1200px;
    margin: 0 auto;
	position:relative;
}
#content {
	overflow-x: hidden;
}
#homepage-screen-1 span {
	font-size: 18px;
	line-height: 140%;
	color: #0B3FE4;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.44);
	margin-top:15px;
	max-width:300px;
	display:block;
	margin: 40px auto 0;
}

.blue-button-1 {
	font-family: 'Zero G';
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:20px;
	background: #0B3FE4;
	border-radius: 60px;
	transition: 0.3s ease-in-out;
	display:inline-block;
	cursor:pointer;
}

.blue-button-1:hover {
	background: #F118E9;
}
#wt-cli-privacy-save-btn {
	font-family: 'Zero G';
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:20px;
	background: #0B3FE4;
	border-radius: 60px;
	transition: 0.3s ease-in-out;
	display:inline-block;
	cursor:pointer;
}
#wt-cli-privacy-save-btn:hover {
	background: #F118E9;
}
#wt-cli-accept-all-btn {
	font-family: 'Zero G';
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:20px;
	background: #0B3FE4 !important;
	border-radius: 60px;
	transition: 0.3s ease-in-out;
	display:inline-block;
	cursor:pointer;
}
#wt-cli-accept-all-btn:hover {
	background: #F118E9 !important;
}
.blue-button-2 {
	font-family: 'Zero G';
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #0B3FE4;
	padding:20px;
	background: transparent;
	border-radius: 60px;
	border: 1px solid #0B3FE4;
	transition: 0.3s ease-in-out;
	display:inline-block;
	cursor:pointer;
}
.blue-button-2:hover {
	background-color: #0B3FE4;
	color:white;
}
.default-link {
	
}
#homepage-screen-1 .blue-button-1 {
	margin-top:55px;
	margin-bottom:140px;
}
#homepage-screen-1 #discount-watermark {
    position: absolute;
    bottom: 330px;
    right: 0px;
  
 display:none;
	cursor:pointer;
	transition: 0.3s ease-in-out;

}
#homepage-screen-1 #discount-watermark:hover {
	right:-20px;
}
#homepage-screen-1 #discount-watermark img {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 104px;
    height: 104px;
    object-fit: contain;
	top: calc(50% - 52px);
	left: calc(50% - 52px);
	position:absolute;
	animation: discount-watermark-spi 25s linear infinite;
	pointer-events:none;
}
#homepage-screen-1 #discount-watermark #discount-watermark-circle {
	border: 1px solid #0B3FE4;
    border-radius: 50%;
	height: 120px;
    width: 120px;
	transition: 0.3s ease-in-out;
}
#homepage-screen-1 #discount-watermark #discount-watermark-circle:hover {
	width:154px;
	height:154px;
    right: -17px;
    bottom: 313px;
	background-color:white;
	

}
#homepage-screen-1 #discount-watermark:hover img {

}
@-moz-keyframes discount-watermark-spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes discount-watermark-spi { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes discount-watermark-spi { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

#under-footer {
		display:flex;
		 justify-content: space-between;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 0px 0 35px 0;
	}
#under-footer #under-footer-left {
	margin-top:20px;
}
#under-footer #under-footer-left span {
		font-size: 14px;
		color:white;
		opacity:0.5;
	margin-right:50px;
	transition:0.3s ease-in-out;
	}
#under-footer #under-footer-left span:hover {
	opacity:1;
}
#under-footer #under-footer-left span:hover a {
	color: #F118E9;
}
#under-footer #under-footer-left span:first-child:hover {
	opacity:0.5;
}
#under-footer #under-footer-left span:last-child {
	margin-right:0px;
}
#under-footer #under-footer-left span a {
	font-size: 14px;
		color:white;
	text-decoration:none;
	transition: 0.3s ease-in-out;
}
#footer-img-glow {
	position:absolute;
	bottom:0px;
	width: 100%;
    text-align: right;
	    z-index: -1;
}
#copyright {
	display:flex;
	text-decoration:none;
	transition:0.3s ease-in-out;
}
#copyright span {
	transition:0.3s ease-in-out;
}
#copyright:hover span {
	opacity:1;
}
#copyright-left {
	margin-top:10px;
}
#copyright-left span {
	display:block;
	font-size: 14px;
line-height: 140%;
color: #FFFFFF;
opacity: 0.5;
}
#copyright-left img {
	    width: 80px;
    height: auto;
    display: block;
	filter: grayscale(1) brightness(4.5);
    opacity: 0.2;
	transition:0.3s ease-in-out;
}
#copyright:hover #copyright-left img {
	filter:none;
	opacity:1;
}
#copyright:hover #copyright-right img {
	opacity:1;
}
#copyright:hover #copyright-right img:nth-child(3) {
	filter:none;
	opacity:1;
}
#copyright:hover #copyright-right img:nth-child(1) {
animation: footer-anim-rotate-1 4s linear infinite;
}
#copyright:hover #copyright-right img:nth-child(2) {
animation: footer-anim-rotate-2 4s linear infinite;
}
#copyright:hover #copyright-right img:nth-child(4) {
animation: footer-anim-rotate-3 4s linear infinite;
}
#copyright:hover #copyright-right img:nth-child(5) {
animation: footer-anim-rotate-4 4s linear infinite;
}
#copyright:hover #copyright-right {
	animation: footer-anim-pulse-1 2s ease-in-out infinite;
}

@keyframes footer-anim-pulse-1 { 
    0% { 
        -webkit-transform: scale(1);
        transform:scale(1);
    } 
	
	  1% { 
        -webkit-transform: scale(1.1);
        transform:scale(1.1);
    } 
	 40% { 
        -webkit-transform: scale(1);
        transform:scale(1);
    } 
	 41% { 
        -webkit-transform: scale(1.1);
        transform:scale(1.1);
    } 
	80% {
		 -webkit-transform: scale(1);
        transform:scale(1);
	}
		 100% { 
        -webkit-transform: scale(1);
        transform:scale(1);
    } 
}

@keyframes footer-anim-rotate-1 { 
	 0% { 
		 transform: rotate( 210deg );
		 } 
	
	 100% { 
		 transform: rotate( -150deg );
		 } 
}
@keyframes footer-anim-rotate-2 { 
	 0% { 
		 transform: rotate( 173deg );
		 } 
	
	 100% { 
		 transform: rotate( -186deg );
		 } 
}
@keyframes footer-anim-rotate-3 { 
	 0% { 
		 transform: rotate( -5deg );
		 } 
	
	 100% { 
		 transform: rotate( -367deg );
		 } 
}
@keyframes footer-anim-rotate-4 { 
	 0% { 
		 transform: rotate( 30deg );
		 } 
	
	 100% { 
		 transform: rotate( -327deg );
		 } 
}
#copyright-right img {
	vertical-align:top;
	position:absolute;
	opacity:0.2;
	transition:0.3s ease-in-out;
	left:0;
}
#copyright-right img:nth-child(3) {
filter: grayscale(1) brightness(4.5);
    opacity: 0.2;
    height: 20px;
    width: auto;
    left: 15px;
    top: 11px;
}
#copyright-right {
	margin-left:10px;
	width:46px;
	    position: relative;
	margin-top:5px;
}
#copyright-right  img:nth-child(5) {
	width: 46px;
    height: 46px;
    transform: rotate(
30deg
);
}
#copyright-right  img:nth-child(1) {
	width: 46px;
    height: 46px;
    transform: rotate(
210deg
);
}
#copyright-right  img:nth-child(2) {
	width: 46px;
    height: 46px;
	    transform: rotate(
173deg
);
}
#copyright-right  img:nth-child(4) {
	width: 46px;
    height: 46px;
	    transform: rotate(
-5deg
);
}

#footer-top {
	display:flex;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top:50px;
	padding-bottom:60px;
}
#footer-top .footer-top-single {
	width:33%;
}

#footer-top h6 {
	color: #0B3FE4;
	margin-bottom:40px;
}
.footer-top-single-socials a {
	width:44px;
	height:44px;
	margin-right: 13px;
	display: inline-block;
	background-size: cover;
	transition: 0.3s ease-in-out;
	background-color: white;
    border-radius: 50%;
	padding: 11px 0;
	text-align:center;
}
 .footer-top-single-socials a:hover {
	background-color:#F118E9;
}
 .footer-top-single-socials a img {
	width:auto;
	height:22px;
}
#footer-planet-logo {
	height: 96px;
    float: right;
    width: auto;
	margin-top: 5px;
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(2) a:nth-child(1) {
	
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(2) a:nth-child(1):hover {
	
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(2) a:nth-child(3) {
	
	margin-right:0px;
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(2) a:nth-child(2):hover {
	
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(2) {
	margin-bottom: 60px;
}


#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(1) {

}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(1):hover {
	
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(2) {
	
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(2):hover {
	
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(3) {

}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(3):hover {

}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(4) {
	
	margin-right:0px;
}
#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(4) a:nth-child(4):hover {
	
}


#footer-top .footer-top-single:nth-child(2) a {
	font-weight: normal;
font-size: 16px;
line-height: 35px;
color: #FFFFFF;
	text-decoration:none;
	display:block;
	transition:0.3s ease-in-out;
}
#footer-top .footer-top-single:nth-child(2) a:hover {
	color: #F118E9;
}
#footer-top .footer-top-single:nth-child(3) a {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
    max-width: 220px;
    margin-top: 5px;
}
#footer-top .footer-top-single:nth-child(3) a:hover {
	color: #F118E9;
}
#footer-top .footer-top-single:nth-child(3) span {
	max-width:220px;
	    display: inline-block;
	font-size: 16px;
line-height: 25px;
color: #FFFFFF;
}
#footer-top .footer-top-single:nth-child(3) img {
	width:67px;
	height:auto;
	    float: right;
}


.button-pink-1 {
	font-family: 'Zero G';
	font-size: 10px;
	padding:20px;
	border-radius: 60px;
	border: 1px solid #F118E9;
	color:#F118E9;
	display: inline-block;
	transition:0.3s ease-in-out;
}
.button-pink-1:hover {
	background-color: #F118E9;
	color:white;
}
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	font-family: 'Zero G';
	font-size: 10px;
	padding:20px;
	border-radius: 60px;
	border: 1px solid #F118E9;
	color:#F118E9 !important;
	display: inline-block;
	transition:0.3s ease-in-out;anchor-point
	background:transparent !important;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover {
	background-color: #F118E9 !important;
	color:white !important;
}
#cookie-law-info-bar {
	background-color: black !important;
}
.cli-style-v2 .cli-bar-message {
	color:#7F7F7F;
}
.cli-modal-content {
	background-color:black;
	border: 1px solid #0B3FE4;
padding:50px;
border-radius: 20px;
}
.cli-privacy-content-text {
	color:#7F7F7F;
}
.wpcf7-submit {
font-family: 'Zero G';
    font-size: 10px;
    padding: 15px 20px;
    border-radius: 60px !important;
    border: 1px solid #F118E9;
    color: #F118E9;
    display: inline-block;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    cursor: pointer;
    margin-top: 40px;
}
.wpcf7-submit:hover {
	background-color: #F118E9;
	color:white;
}

#mainpage-screen-2 {
	padding:160px 0 180px 0;
}
#mainpage-screen-2 h2 {
	color: #0B3FE4;
	display:block;
	text-align: center;
    margin-bottom: 5px;
}
#mainpage-screen-2 h5 {
	margin-bottom:75px;
		text-align:center;
	margin-top:20px;
	color: #F118E9;
}
#mainpage-screen-2 .button-pink-1 {
	margin-top:70px;
}
#mainpage-screen-2 iframe {
	max-width:1200px !important;
}
#mainpage-screen-6 {
	padding:180px 0;
}
#mainpage-screen-6 h2 {
	color: #0B3FE4;
	text-align:center;
	margin-bottom:75px;
}
#mainpage-screen-6 .button-pink-1 {
	margin-top:50px;
}
.elementor-accordion-icon-opened .fa-minus:before {
	content: '';
    background-image: url(/wp-content/uploads/2022/01/accordion-minus.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
}
.elementor-accordion-icon-closed .fa-plus:before {
	content: '';
    background-image: url(/wp-content/uploads/2022/01/accordion-plus.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
	transition:0.3s ease-in-out;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
float: right !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 0;
}
.elementor-accordion .elementor-tab-title {
	padding:0px !important;
	transition: 0.3s ease-in-out;
	display:flex;
}
.elementor-accordion .elementor-tab-title a {
		font-family: 'Zero G';
	font-size: 16px;
line-height: 150%;
color: #0B3FE4;
	transition: 0.3s ease-in-out;
	max-width:960px;
}
.elementor-accordion  .elementor-accordion-item:hover .elementor-tab-title a {
	color: #F118E9;
}
.elementor-accordion  .elementor-accordion-item:hover .fa-plus:before {
	filter: hue-rotate(
70deg
);
}
.elementor-accordion .elementor-tab-content {
	padding:0px !important;
}
.elementor-accordion .elementor-accordion-item:first-child {
	border-top:1px solid rgba(255,255,255,0.2) !important;
}
.elementor-accordion .elementor-accordion-item {
	border:none !important;
	border-bottom:1px solid rgba(255,255,255,0.2) !important;
	padding:25px 0;
	position:relative;
}

.elementor-accordion .elementor-tab-content {
	border-top:none !important;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color:white !important;
	
}
.elementor-widget-accordion .elementor-active {
	margin-bottom:25px !important;
	max-width:960px;
}
.elementor-widget-accordion .elementor-accordion-icon {
	transition:0.3s ease-in-out;
}
.elementor-widget-accordion .elementor-active .elementor-accordion-icon {
	filter: grayscale(1) brightness(3.5);
}
.elementor-accordion .elementor-tab-content {
	font-size: 16px;
line-height: 140%;
max-width:770px;
color: #ACACAC !important;
	
}


#mainpage-screen-5 {
	padding-top:100px;
}
#mainpage-screen-5 h2 {
	text-align:center;
	color:#0B3FE4;
}
#mainpage-screen-5 #mainpage-screen-5-top span {
	font-size: 18px;
	line-height: 140%;
	color:rgba(255,255,255,0.5);
	margin:20px 0 80px 0;
	text-align:center;
	display:block;
}
#mainpage-screen-5-wrap {
	overflow-y: auto; 
	cursor: grab;
padding-bottom: 50px;
}
#mainpage-screen-5-wrap::-webkit-scrollbar {
    width: 1em;
	height:1px;
}
#mainpage-screen-5-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#mainpage-screen-5-wrap::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
#mainpage-screen-5-wrap-container {
	display: flex;
	width: 2200px;
  justify-content: space-around;
}
.mainpage-screen-5-wrap-single {
		background: #101010;
border-radius: 10px;
	padding:40px 35px;
	width:380px;
	    height: fit-content;
    min-height: 895px;
	margin-top:20px;
}
.mainpage-screen-5-wrap-single-desc-3 {
	text-align:center;
}
.mainpage-screen-5-wrap-single-desc-3 h5 {
	color: #F118E9 !important;
}
#mainpage-screen-5-wrap .mainpage-screen-5-wrap-single:nth-child(3) {
margin-top: 0px;
	
		border:2px solid white;
}
#mainpage-screen-5-wrap .mainpage-screen-5-wrap-single:nth-child(5) .mainpage-screen-5-wrap-single-price span:nth-child(2) {
width:100%;
	    font-size: 13px;
    line-height: 22px;
}
#mainpage-screen-5-wrap .mainpage-screen-5-wrap-single:nth-child(5) .mainpage-screen-5-wrap-single-price span:nth-child(1) {
	width:0;
}
#mainpage-screen-5-wrap .mainpage-screen-5-wrap-single:nth-child(5) .mainpage-screen-5-wrap-single-price span:nth-child(3) {
	width:0;
}
#mainpage-screen-5 .button-pink-1 {
	margin-top:70px;
}
.mainpage-screen-5-wrap-single-popular {
	text-align:center;
	
}
.mainpage-screen-5-wrap-single-popular img {
	width: 17px;
height: 17px;
	margin-right:5px;
	vertical-align: middle;
}
.mainpage-screen-5-wrap-single-popular h6 {
	display:inline-block;
	color:#0B3FE4;
}
#mainpage-screen-5 h3 {
	text-align:center;
	margin-top:20px;
	color: #0B3FE4;
}
.mainpage-screen-5-wrap-single-desc-1 {
	font-size: 14px;
line-height: 140%;
/* identical to box height, or 20px */

text-align: center;
margin-top:15px;
color: rgba(255,255,255,0.5);
}
.mainpage-screen-5-wrap-single-price {
	text-align:center;
	margin-top:25px;
	display:flex;
	justify-content:center;
}

.mainpage-screen-5-wrap-single-price span:nth-child(1) {
		font-family: 'Zero G';
	font-size: 8px;
line-height: 140%;
color: #FFFFFF;
		width:55px;
}
.mainpage-screen-5-wrap-single-price span:nth-child(2) {
		font-family: 'Zero G';
font-size: 23px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
margin:0 10px;
color: #FFFFFF;
	vertical-align: top;
	
}
.mainpage-screen-5-wrap-single-price span:nth-child(3) {
		font-family: 'Zero G';
	font-size: 8px;
line-height: 140%;
color: #FFFFFF;
	margin-top: 12px;
	width:55px;
	margin-top:0px;
	text-align:left;
}
#mainpage-screen-5 .blue-button-2 {
	margin-top:55px;
}
.mainpage-screen-5-wrap-single-desc-2 {
	margin-top:50px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mainpage-screen-5-wrap-single-desc-2 {
	padding:30px 0 20px 0;
}
.mainpage-screen-5-wrap-single-desc-2 span {
	font-size: 14px;
line-height: 140%;
display:block;
	max-width:250px;
color: #FFFFFF;
	display:inline-block;
}
.mainpage-screen-5-wrap-single-desc-2 img {
	display:inline-block;
	width:13px;
	height:10px !important;
	margin-right:10px;
	vertical-align: top;
    margin-top: 4px;
}
.mainpage-screen-5-wrap-single-desc-2 p {
	margin-bottom:15px;
	display:flex;
}
.mainpage-screen-5-wrap-single-desc-3 h5 {
	margin-bottom:10px;
	color:white;
}
.mainpage-screen-5-wrap-single-desc-3 span {
	display:block;
	margin-top:15px;
	font-weight: bold;
font-size: 14px;
line-height: 140%;
color: rgba(255,255,255,0.8);
	
}
#mainpage-screen-5-bg-img {
	position:absolute;
}
#mainpage-screen-5-bg-img img {
		max-width:1000px;
	width:90%;
	margin:0 auto;
}
#mainpage-screen-3 h2 {
	color: #0B3FE4;
	max-width:500px;
	margin-bottom:75px;
}
#mainpage-screen-4 {
background-color:#0C0C0C;
	padding:240px 0 260px 0;
	clip-path: polygon(0% calc(0% + 120px), 100% 0%, 100% 100%, 0% calc(100% - 150px));
	background-image: url(/wp-content/uploads/2022/01/Reason-glow-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -200px
}
#mainpage-screen-4 h2 {
	color: #0B3FE4;
}
#mainpage-screen-4-h2-bottom {
	margin-top:145px;
}
#mainpage-screen-4-slider-bottom {
	margin-top:50px;
}
#mainpage-screen-4-bottom  {
	text-align:center;
	margin-top:110px;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag {
	cursor:grab;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item {
	height:520px;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item .mainpage-credits-slider-single-wrap {
transition: 0.3s ease-in-out;
   position:absolute;
    border: 5px solid transparent;
    padding: 20px 10% !important;
	text-align:center;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item .sa_hover_container {
	overflow-x:hidden;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item .sa_hover_container img {
	
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item img {
	border-radius:50%;
	transition: 1s ease-in-out;
	width: 310px;
    height: 310px;
    object-fit: cover;
}

@keyframes hue-rotate-360 {
	0% {
		filter: hue-rotate( 
0deg
 );
	}
	100% {
		filter: hue-rotate( 
360deg
 );
	}
}
#logo-sprite {
	width:163px;
	height:31px;
	background: 
url('/wp-content/uploads/2022/02/logo-srpite-2.png') 0px 0px;
	display: inline-block;
	background-size: auto 100%;
	animation: logo-cycle 3s steps(30) infinite;
}
@keyframes logo-cycle {
	
   100% {
		background-position: -4890px 0;
	}

}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item h4 {
	margin:20px 0 35px 0;
	text-align:center;
	color: #0B3FE4;
	transition:0.3s ease-in-out;
	height:25px;
}
#mainpage-screen-4-slider-bottom .owl-carousel .owl-stage-outer {
	overflow:visible;
}
#mainpage-screen-4-slider-bottom .owl-carousel .owl-stage {
	margin-left:-40px;
}
#mainpage-screen-4-bottom h2 {
	text-align:left;
}
#mainpage-screen-4-bottom-logos h6 {
	color: #0B3FE4;
	margin-top:110px;
 
}
#mainpage-screen-4-bottom-logos-wrap {
	display:flex;
	margin-top:50px;
	justify-content: center;
}
#mainpage-screen-4-bottom-logos-wrap img {
	margin:0 45px;
}
#mainpage-screen-4-bottom-logos-wrap img:nth-child(1) {
	width:94px;
	height:50px;
	
}
#mainpage-screen-4-bottom-logos-wrap img:nth-child(2) {
	width:129px;
	height:23px;
	
	    margin-top: 14px;
}
#mainpage-screen-4-bottom-logos-wrap img:nth-child(3) {
	width:118px;
	height:49px;
}
#mainpage-screen-4-top h2 {
	text-align: center;
    max-width: 430px;
    display: block;
    margin: 0 auto;
}
#mainpage-screen-4-top-wrap {
	margin-top:75px;
	display:flex;
}
#mainpage-screen-4-top-wrap-left {
	width:50%;
	padding-right:120px;
}
#mainpage-screen-4-top-wrap-right {
	width:50%;
}
#mainpage-screen-4-top-wrap-right .mainpage-screen-4-top-wrap-right-single:first-child {
		border-top: 1px solid rgba(255,255,255,0.2);
}
.mainpage-screen-4-top-wrap-right-single {
	display:flex;
	padding:40px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mainpage-screen-4-top-wrap-right-single-left {
	width:110px;
}
.mainpage-screen-4-top-wrap-right-single-right {
	width: calc(100% - 110px);
}
.mainpage-screen-4-top-wrap-right-single-right h4 {
	color: #0B3FE4;
	margin-bottom:10px;
	transition:0.3s ease-in-out;
}
.screen-4-h4-left {
	margin-left:35px;
}
.mainpage-screen-4-top-wrap-right-single-right .text-1 {
	color: #7F7F7F;
	max-width:450px;
}
#mainpage-screen-4-top-wrap-right a {
	margin-top:60px;
	display:inline-block;
	
}
#mainpage-screen-4-top-wrap-right a h3 {
	transition: 0.3s ease-in-out;
	color:white;
}
#mainpage-screen-4-top-wrap-right a h3:after {
	content: '';
    background-image: url(/wp-content/uploads/2022/01/Arrow-link-blue.png);
    width: 19px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 2px;
    filter: grayscale(1) brightness(4.5);
	transition:0.3s ease-in-out;
}
#mainpage-screen-4-top-wrap-right a:hover h3 {
	color: #0B3FE4;
}
#mainpage-screen-4-top-wrap-right a:hover h3:after {
	filter:none;
	margin-left:22px;
}
#mainpage-screen-4-top-wrap-left img {
	width:480px;
	height:480px;
	border-radius:50%;
	object-fit: cover;
}

.owl-nav .owl-next {
	background-image:url('/wp-content/uploads/2022/01/arrow-right-blue.png') !important;
	width:50px;
	height:50px;
	font-size: 0px !important;
	background-size: cover !important;
	    filter: hue-rotate(
65deg
);
    transition: 0.3s ease-in-out;
}
.owl-nav .owl-prev {
	background-image:url('/wp-content/uploads/2022/01/arrow-right-blue.png') !important;
	width:50px;
	height:50px;
	font-size: 0px !important;
	background-size: cover !important;
	    filter: hue-rotate(
65deg
);
    transition: 0.3s ease-in-out;
	    transform: rotate(
180deg
);
	margin-right: 10px;
}
.owl-nav .owl-prev:hover {
	filter:none;
}
.owl-nav .owl-next:hover {
	filter:none;
}
.sa_owl_theme .owl-nav {
	position: absolute;
    top: -115px;
	right:0px;
}

#mainpage-screen-3 .owl-carousel.owl-drag .owl-item {
	text-align:center;
	margin-right:55px;
	transition:0.3s ease-in-out;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:hover {

}
#mainpage-screen-3 .owl-stage {
width: max-content !important;
	cursor:grab;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:last-child {
	text-align:center;
	margin-right:0px;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item h5 {
	margin-top:17px;
	margin-bottom:5px;
	color: #0B3FE4;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item .text-2 {
	transition:0.3s ease-in-out;
	color: #7F7F7F;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:hover .text-2 {
	color:white;
} 
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item img {
	border-radius:50%;
	transition:0.3s ease-in-out;
	opacity:0.7;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:hover img {
	border-radius:10px;
	opacity:1;
} 
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item iframe {
	margin-top:15px;
	height:0px;
	transition:0.3s ease-in-out;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:hover iframe {
		height:80px;
}
#mainpage-screen-3 .owl-carousel .owl-stage-outer {
	overflow: visible;
	height:450px;
}
#mobile-burger {
	position:absolute;
	right:15px;
	top:20px;
	width:34px;
	height:20px;
	background-image: url('/wp-content/uploads/2022/01/Burger.png');
	    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 10px;
	display:none;
	transition:0.3s ease-in-out;
}
#mobile-burger:after {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: black;
    left: 5px;
    top: -2px;
	animation: burger-dot-1 2s ease-in-out infinite;
}
@keyframes burger-dot-1 {
	0%  {left: 5px;}
	50% {left: 25px;}
	100% {left: 5px;}
}
@keyframes burger-dot-2 {
	0% {left: 25px;}
	50% {left: 5px;}
	100% {left: 25px;}
}
#mobile-burger:before {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: black;
    left: 25px;
    top: 15px;
	animation: burger-dot-2 2s ease-in-out infinite;
}
#footer-privacy-link {
	cursor:pointer;
}
#footer-terms-link {
	cursor:pointer;
}
#licensing-popup-close {
		position:absolute;
	right: 35px;
    top: 35px;
	width:34px;
	height:20px;
	background-image: url('/wp-content/uploads/2022/01/Burger-Close.png');
	   background-size: contain;
    background-repeat: no-repeat;
	transition:0.3s ease-in-out;
	cursor:pointer;
}
#licensing-popup-close:hover {
	opacity:0.5;
}
.cli-switch input:checked + .cli-slider {
	background-color:#0B3FE4;
}
#cliModalClose {
		position:absolute;
	right: 35px;
    top: 35px;
	width:34px;
	height:20px;
	background-image: url('/wp-content/uploads/2022/01/Burger-Close.png');
	   background-size: contain;
    background-repeat: no-repeat;
	transition:0.3s ease-in-out;
	cursor:pointer;
	    padding: 0;
    min-width: 0;
    border-radius: 0;
}
#cliModalClose svg {
	display:none;
}
#cliModalClose:hover {
	opacity:0.5;
}
#contact-popup-close {
		position:absolute;
	right: 35px;
    top: 35px;
	width:34px;
	height:20px;
	background-image: url('/wp-content/uploads/2022/01/Burger-Close.png');
	   background-size: contain;
    background-repeat: no-repeat;
	transition:0.3s ease-in-out;
	cursor:pointer;
	
}
#contact-popup-close:hover {
	opacity:0.5;
}
#select-beats-screen-1 {
	margin: 205px 0 190px 0;
}
#select-beats-screen-1 h1 {
	margin-bottom:75px;
}
#select-beats-screen-1 iframe {
	max-width:100% !important;
}
#licensing-screen-1 {
	margin:205px 0 0 0;
}
#licensing-screen-1 span {
	margin-top:120px;
	max-width:470px;
	display:block;
}
.licensing-page-pricing #licensing-page-below-pink-button {
	margin-top:65px;
}
.licensing-page-pricing .button-pink-1 {
	margin-top:20px !important;
}
.licensing-page-pricing {
	background-image: url(/wp-content/uploads/2022/01/Reason-glow-min.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: left -100px;
}
	#licensing-popup {
		display:none;
		opacity: 0;
    position: fixed;
		pointer-events:none;
		transition:0.3s ease-in-out;
		z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 5vw 20px;
    background-color: rgba(0,0,0,0.6);
	}
	#licensing-popup iframe {
		    width: 100%;
    height: 50vh;
	}
	#licensing-popup h2 {
		color:white;
		margin-bottom:40px;
	}
	#licensing-popup .container {
		background: #131313;
/* Main */
padding:65px 50px;
border: 1px solid #0B3FE4;
	}
	.licensing-popup-active {
		opacity:1 !important;
		pointer-events:auto !important;
	}







	#contact-popup {
		display:none;
		opacity: 0;
    position: fixed;
		pointer-events:none;
		transition:0.3s ease-in-out;
		z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 5vw 20px;
    background-color: rgba(0,0,0,0.6);
		overflow-y:scroll;
	}
	#contact-popup iframe {
		    width: 100%;
    height: 50vh;
	}
	#contact-popup h2 {
		color:white;
		margin-bottom:40px;
	}
	#contact-popup .container {
		background: #131313;
/* Main */
padding:65px 50px;
border: 1px solid #0B3FE4;
		border-radius:20px;
	}
	.contact-popup-active {
		opacity:1 !important;
		pointer-events:auto !important;
	}
#contact-popup .wpcf7 {
	max-width:475px;
}
#contact-popup h2 {
	font-size: 18px;
line-height: 140%;
	color: #0B3FE4;
}
#contact-popup .container {
	width: fit-content;
}




#about-us-screen-1 {
	margin:205px 0 0 0;
	
}
#about-us-screen-1 h2 {
	margin-top:130px;
		margin-bottom:65px;
}
#about-us-screen-1-wrap {
	display:flex;

}

.about-us-screen-1-wrap-left-single {
	margin-bottom:50px;
	padding-left:80px;
}
#about-us-screen-1-wrap-left video {
	display:none;
}
.about-us-screen-1-wrap-left-single .text-1 {
	color:rgba(255,255,255,0.8);
	font-size: 16px;
    line-height: 140%;
}
.about-us-screen-1-wrap-left-single h5 {
	margin-bottom:25px;
	color: #F118E9;
}
#about-us-screen-1-wrap .about-us-screen-1-wrap-left-single:last-child {
	
}
#about-us-screen-1-wrap-left {
	width:50%;
}
#about-us-screen-1-wrap-right {
	width:50%;
	text-align: right;
}

#about-us-screen-1-wrap-right img {
	width:410px;
	height:auto;
	margin-top:180px;
}
#about-us-screen-1-wrap-right video {
	width:410px;
	height:auto;
	margin-top:180px;
}
.about-us-screen-2 {
	margin-top:150px;
}
.about-us-screen-2 h2 {
	margin-bottom:40px !important;
}
.about-us-screen-2 .text-1 {
	max-width:345px;
	margin-bottom:80px;
	color:rgba(255,255,255,0.8);
	font-size: 16px;
line-height: 140%;
}
#about-us-screen-3 span {
	margin-top:50px;
	color:rgba(255,255,255,0.8); 
	margin-left:80px;
	max-width:530px;
	display: inline-block;
	font-size: 16px;
line-height: 140%;
}
#about-us-screen-3-logos {

	display:flex;
	flex-wrap: nowrap;
    justify-content: space-between;
	max-width: 800px;
    margin: 120px auto 0;
}
#about-us-screen-3-logos .about-us-screen-3-logos-single-main {
	text-align:center;
	height:60px;
}
#about-us-screen-3-logos .about-us-screen-3-logos-single-main img {
	width:auto;
	height:100%;
	margin:0;
}
#about-us-screen-3-logos .about-us-screen-3-logos-single:nth-child(1)  .about-us-screen-3-logos-single-main img  {
	    height: 26px;
    margin-top: 17px;
}
#about-us-screen-3-logos .about-us-screen-3-logos-single .about-us-screen-3-logos-single-second {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
	margin-top:30px;
	align-items: center;
}
#about-us-screen-3-logos .about-us-screen-3-logos-single .about-us-screen-3-logos-single-second span {
	width:33%;
	margin: 10px 0;
}
#about-us-screen-3-logos .about-us-screen-3-logos-single .about-us-screen-3-logos-single-second  img {
	max-height:40px;
	max-width: 40px;
}
.about-us-screen-3-logos-single {
	width: 195px;
}
#about-us-screen-3-logos img {

}
#about-us-screen-3 {
	margin:100px 0 200px 0;
}
#about-us-screen-3-logos span {
	margin-top:0px;
	margin-left:0px;
	width: 25%;
    text-align: center;
}
#about-us-scren-3-insta {
	position: absolute;
    right: 0;
    top: 90px;
	width:81px;
	height:81px;
	text-align:center;
	padding-top:28px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius:50%;
		transition:0.3s ease-in-out;
}
#about-us-scren-3-insta:hover {
	background-color:rgba(241, 24, 233,0.1);
}
#about-us-scren-3-insta img {
	width:25px;
	height:25px;
}
#contact-us-form {
	margin-top:50px;
}
#contact-us-form h2 {
	margin-bottom:60px;
}
#contact-form-terms {
	margin-top:40px;
	font-size: 14px;
line-height: 140%;
/* or 20px */


/* Gray brand */

color: #7F7F7F;

opacity: 0.8;
}
#contact-form-terms a {
	color:#0B3FE4;
	cursor:pointer;
	transition:0.3s ease-in-out;
}
#contact-form-terms a:hover {
	color: #F118E9;
}
.wpcf7-form-control-wrap {}

.wpcf7-form-control-wrap input {
	background-color: transparent;
    width: 100%;
	font-size: 18px;
line-height: 140%;
color: #7F7F7F;
transition:0.3s ease-in-out;
opacity: 0.8;
	padding:15px 0;
	border:none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom:25px;
}
.wpcf7-not-valid-tip {
	font-size: 10px;
    position: absolute;
    top: 25px;
}
.wpcf7-response-output {
	position:absolute;
	background-color: #ffb900;
	font-size: 12px;
	padding:10px !important;
	color:black;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
	color:white;
}

.wpcf7-form-control-wrap input:focus-visible {
	outline:none;
	color:white;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.wpcf7-form-control-wrap textarea {
	background-color: transparent;
    width: 100%;
	font-size: 18px;
line-height: 140%;
color: #7F7F7F;
transition:0.3s ease-in-out;
opacity: 0.8;
	padding:15px 0;
	border:none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	height: 150px;
}

.wpcf7-form-control-wrap textarea:focus-visible {
	outline:none;
	color:white;
	border-bottom: 1px solid rgba(255,255,255,1);
}
#contact-us-screen-1 {
	
	}
	#contact-us-screen-1-left img {
		width:620px;
		height: 620px;
    object-fit: contain;
		margin-top:100px;
	border-radius:50%;
		
	}
#contact-us-screen-1-left h5 {
	text-align:center;
	color: #F118E9;
}
#contact-us-screen-1-left h6 {
	text-align:right;
}
	#contact-us-screen-1-right {
		padding-top:70px;
		padding-left:80px;
	}
	#contact-us-screen-1-right h6 {
		color: #0B3FE4;
		margin-bottom:25px;
	}
	.contact-us-screen-1-right-top-single {
		margin-bottom:40px;
	}
	.contact-us-screen-1-right-top-single  .text-1 {
		color:rgba(255,255,255,0.8);
		display:block;
		max-width:270px;
		    font-size: 16px;
    line-height: 140%;
	}
	.contact-us-screen-1-right-top-single a {
		transition: 0.3s ease-in-out;
	}
	.contact-us-screen-1-right-top-single a:hover {
		color:#F118E9;
	}
	#contact-us-screen-1-right-top .contact-us-screen-1-right-top-single:nth-child(2) .text-1:nth-child(2) {
		margin-bottom:10px;
	}
#services-screen-1 {
	margin-top: 205px;
}
.services-screen-single {
	padding-top:200px;
}
.services-screen-single .text-1 {
	font-size: 16px;
line-height: 140%;
color: rgba(255,255,255,0.8);

}
.services-screen-single .text-1 span {
	font-weight:bold;
}
.services-screen-single .text-1 a {
	color:#0B3FE4;
	transition:0.3s ease-in-out;
	display:inline-block;
}
.services-screen-single .text-1 a img {
	height:20px;
	width:20px;
}
.services-screen-single-left h2 {
	    max-width: 520px;
}

.services-screen-single-left video {
	width:150px !important;
	margin-top:80px !important;
	margin-left:100px !important;
}
.services-screen-single .text-1 a:hover {
	filter: hue-rotate(
65deg
);
}
.services-screen-single-right h2 {
	margin-bottom:20px;
}
.services-screen-single-left {
	padding-right: 80px;
}
.services-screen-single-left h6 {
	margin-top: 20px;
}
.services-screen-single-left img {
	animation: hue-rotate-360 5s linear infinite;
}
.services-screen-single-right-top {
	padding-bottom:40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.services-screen-single-right-middle-right-numbers {
	    font-family: 'Zero G';
    font-size: 26px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
    color: #FFFFFF;
}
.services-screen-single-right-middle-right-numbers span {
	font-size: 18px;
line-height: 140%;
	margin-right:15px;
	vertical-align: middle;
}

.services-screen-single-right-middle {
	padding:40px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display:flex;
}
.services-screen-single-right-middle-left {
	padding-right:50px;
	width:50%;
}
#services-screen-single-last .services-screen-single-right-middle-left {
	
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.services-screen-single-right-middle-right {

	width:50%;
}
.services-screen-single-right-middle-left h6:nth-child(1) {
	color: #0B3FE4;
}
.services-screen-single-right-middle-left .text-2 {
	margin-top:20px;
	font-size: 14px;
line-height: 140%;
color: #7F7F7F;
}
.services-screen-single-right-middle-right .text-2 {
	margin-top:20px;
	font-size: 14px;
line-height: 140%;
color: #7F7F7F;
}
.services-screen-single-right-middle-right h6:nth-child(1) {
	color: #0B3FE4;
}
.services-screen-single-right-bottom {
	padding-top:40px;
}

.services-screen-single-right-middle-left .services-screen-single-right-middle-left-single {
	margin-bottom:50px;
	width: 50%;
}
.services-screen-single-right-middle-left .services-screen-single-right-middle-left-single:last-child {
	margin-bottom:0px;
}

.services-screen-single-right-middle-right .services-screen-single-right-middle-right-single {
	margin-bottom:50px;
}
.services-screen-single-right-middle-right .services-screen-single-right-middle-right-single:last-child {
	margin-bottom:0px;
}
#services-screen-single-last {
	margin-bottom:175px;
}
#services-screen-single-last .services-screen-single-right-top h5 {
	margin-top:35px;
}

	#license-arrows {
		display:none;
		text-align: center;
		margin-bottom:30px;
	}
#license-arrows img {
	margin:0 5px;
	width:40px;
	height:40px;
	animation: license-arrows-anim 2s ease-in-out infinite;
	filter:hue-rotate(
65deg
);
}
@keyframes license-arrows-anim {
	0% {
		margin:0 10px;
	}
	50% {
		margin:0 20px;
	}
	100% {
		margin:0 10px;
	}
}
#license-arrows img:nth-child(1) {
	transform:rotate(180deg);
}
#services-top-glow-1 {
	position:absolute;
	left:0;
	z-index:50;
	width:400px !important;
}
#services-top-glow-1  .elementor-widget-container {
	text-align:left;
	padding:0 !important;
}


@media only screen and (min-width:1240px) {
	
	
	
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:nth-child(1) {
	width: 260px !important;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:nth-child(4n) {
	width: 260px !important;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:nth-child(3n+2) {
	width: 160px !important;
}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item:nth-child(3n) {
	width: 160px !important;
}

}

@media only screen and (max-width:1240px) {
	.services-screen-single-left {
		padding-right:20px;
	}
	#footer-planet-logo  {
		float: none;
    display: block;
    text-align: center;
    margin: 40px auto 0;
		
	}
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item img {
		width:250px;
		height:250px;
	}
	.mainpage-screen-5-wrap-single-desc-3 h5 {
	font-size:12px !important;
}
	#licensing-screen-1 span {
		font-size: 14px;
    line-height: 140%;
	}
	#services-screen-single-last .services-screen-single-right-middle-left-single {
		width:100%;
	}
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item {
		height:43vw;
	}
	.menu-eq {
		display:none;
	}
	#header #menu .menu-item#menu-item-16 {
		margin-right:auto;
	}
	#about-us-screen-1-wrap-right img {
		width:250px;
	}
	#about-us-screen-1-wrap-right video {
		width:250px;
		margin-top:150px;
	}
	.about-us-screen-2 {
		margin-top:50px;
	}
	#services-top-glow-1 {
		display:none;
	}
	 .header-mobile-active #header-bg {
		display:none;
	}
		.header-mobile-active #mobile-burger:after {
		opacity:0;
	}
		.header-mobile-active #mobile-burger:before {
		opacity:0;
	}
	#mainpage-screen-4-slider-bottom .owl-carousel .owl-stage {
		margin-left:0px;
	}
	#services-screen-1 {
	margin-top: 130px;
}
	#contact-us-screen-1-right {
		padding-left:0px;
	}
	#about-us-screen-3-logos span {
		margin-top:0px;
		width:33%;
	}
	#about-us-screen-3 span {
		margin-left:0px;
		margin-top:40px;
	}
	#about-us-screen-3-logos img {
		
		
	}
	#about-us-scren-3-insta {
		display:none;
	}
	#about-us-screen-1 {
		margin-top:130px; 
	}
	#about-us-screen-1  .elementor-container {
		display:block;
	}
	#about-us-screen-1-wrap-left {
		width:100%;
	}
		#about-us-screen-1-wrap-right {
		width:100%;
	}
	.about-us-screen-1-wrap-left-single {
		padding-left:0px;
		margin-bottom:40px;
	}
	#about-us-screen-1-wrap-right {
		text-align:center;
	}
	#about-us-screen-1 h2 {
		margin-top:60px;
		margin-bottom:40px;
	}
	#licensing-screen-1 {
	margin:130px 0 0 0;	
	}
	#licensing-screen-1 span {
		margin-top:40px;
	}
	#select-beats-screen-1 {
		margin:130px 0 120px 0;
	}
	.header-mobile-active {
		background: #101010;
		border-radius: 0px 0px 20px 20px;
		height:100vh !important;
	}
	#header #menu .menu-item {
		margin:0;
	}
	#header #menu .menu-item  a {
		color: rgba(11, 63, 228, 0.8);
		font-size: 15px;
line-height: 140%;
	}
	
	#header #menu .menu-item:hover .sub-menu {
		position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 10px 0 20px 0;
		background-color: black;
    padding: 15px 0 0 0;
	}
	.header-mobile-active #mobile-burger {
		background-image:url('/wp-content/uploads/2022/01/Burger-Close.png');
	}
	#mobile-burger {
		display:inline-block;
	}
	#header {
		padding:20px 15px;
		height: 74px;
    overflow-y: hidden;
		display: block;
	}
	
	h2 {
		font-size:18px;
		line-height:25px;
	}
	h3 {
		font-size: 14px;
line-height: 140%;
	}
	h4 {
		font-size: 12px;
line-height: 140%;
	}
	
		h5 {
		font-size: 10px;
line-height: 140%;
	}
	.text-1 {
		font-size: 14px;
line-height: 140%;
	}
	
	#footer-img-glow {
		display:none;
	}
	.container {
		padding:0 20px;
	}
	.elementor-widget-container {
			padding:0 20px;
	}
	.elementor-accordion .elementor-tab-title a {
		width: calc(100% - 70px);
	}
	#under-footer {
		flex-wrap:wrap;
		text-align: center;
	}
	#under-footer-left {
		width:100%;
		margin-top:30px;
	}
	#under-footer-right {
		width:100%;
		margin-top:40px;
	}
	#copyright {
		width:136px;
		margin:0 auto;
	}
	#copyright #copyright-left img {
	filter:none;
	opacity:1;
}
#copyright #copyright-right img {
	opacity:1;
}
#copyright #copyright-right img:nth-child(3) {
	filter:none;
	opacity:1;
}
#copyright #copyright-right img:nth-child(1) {
animation: footer-anim-rotate-1 4s linear infinite;
}
#copyright #copyright-right img:nth-child(2) {
animation: footer-anim-rotate-2 4s linear infinite;
}
#copyright #copyright-right img:nth-child(4) {
animation: footer-anim-rotate-3 4s linear infinite;
}
#copyright #copyright-right img:nth-child(5) {
animation: footer-anim-rotate-4 4s linear infinite;
}
#copyright #copyright-right {
	animation: footer-anim-pulse-1 2s ease-in-out infinite;
}
	#footer-top {
		flex-wrap:wrap;
		text-align:center;
		padding-bottom:0px;
	}
	#footer-top .footer-top-single {
		width:100%;
		margin-bottom: 40px;
	}
	#footer-top .footer-top-single:nth-child(3) img {
		float: none;
    display: block;
    text-align: center;
    margin: 40px auto 0;
	}
	#footer-top h6 {
		margin-bottom:25px;
	}
	#footer-top .footer-top-single:nth-child(1) .footer-top-single-socials:nth-child(2) {
		margin-bottom:40px;
	}
	.elementor-accordion .elementor-tab-title a {
		font-size: 12px;
		line-height:140%;
	}
	.button-pink-1 {
		font-size: 7px;
		line-height:10px;
	}
	.wpcf7-submit {
		font-size: 7px;
		line-height:10px;
	}
	#contact-form-terms {
		font-size: 12px;
line-height: 140%;
	}
	.services-screen-single-right-middle-left .text-2 {
			font-size: 12px;
line-height: 140%;
	}
	.services-screen-single-right-middle-right .text-2 {
				font-size: 12px;
line-height: 140%;
	}
	.elementor-accordion .elementor-tab-content {
		
	}
	#mainpage-screen-6 h2 {
		margin-bottom:40px;
	}
	.elementor-accordion .elementor-tab-content {
		font-size:14px;
		line-height:140%;
	}
	#mainpage-screen-6 {
		padding:120px 0;
	}

	.blue-button-2 {
		font-size: 7px;
		line-height:10px;
	}
	#mainpage-screen-5 .blue-button-2 {
		margin-top:40px;
	}
		#mainpage-screen-5-wrap-container {
		width:1900px;
	}
	.mainpage-screen-5-wrap-single {
		width:350px;
			padding: 40px 35px 0px 35px;
		min-height:895px;
	}
	#mainpage-screen-5-wrap {
		overflow-x:scroll;
	padding: 0 10px 50px;
	}
	#mainpage-screen-5 .elementor-widget-container {
		padding:0;
	}
	#mainpage-screen-5-wrap .mainpage-screen-5-wrap-single:nth-child(2) {
		
		
		padding: 24px 35px 0px 35px;
	}
	#mainpage-screen-5 .button-pink-1 {
		margin-top:40px;
	}
	#mainpage-screen-5 #mainpage-screen-5-top span {
		margin:20px 0 40px 0;
	}
	#mainpage-screen-4 {
		clip-path: polygon(0% calc(0% + 40px), 100% 0%, 100% 100%, 0% calc(100% - 40px));
	}
	#mainpage-screen-4 {
		padding: 80px 0;
	}
	#mainpage-screen-4-bottom-logos h6 {
		margin-top:80px;
	}
	#mainpage-screen-4 .sa_owl_theme .owl-nav {
		top:-86px;
	}
	#mainpage-screen-4-h2-bottom {
		margin-top:120px;
	}
	#mainpage-screen-4-top-wrap {
		margin-top:45px;
		flex-wrap:wrap;
	}
	#mainpage-screen-4-top-wrap-left {
		width:100%;
		padding-right:0px;
		text-align:center;
	}
		#mainpage-screen-4-top-wrap-right {
		width:100%;
			margin-top:40px;
		
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item {
		margin-right:0px;
		padding: 0 20px;
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item img {
		width:300px;
		height:300px;
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item.active img {
		    border-radius: 10px;
    opacity: 1;
		object-fit:cover;
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item.active iframe {
		    height: 80px;
	}
		#mainpage-screen-3 .owl-carousel.owl-drag .owl-item.active .text-2 {
		   color:white;
	}
	#mainpage-screen-3 .owl-carousel .owl-stage-outer {
		height:550px;
	}
	#mainpage-screen-3 h2 {
		width:calc(100% - 110px);
	}
	#mainpage-screen-3 .sa_owl_theme .owl-nav {
		top: -130px;
	}
	#mainpage-screen-2 {
		padding: 20px 0 120px 0;
	}
	 h1 {
		font-size: 24px;
line-height: 150%;
	}
	#homepage-screen-1 span {
		font-size: 14px;
line-height: 140%;
	}	
	.blue-button-1 {
		font-size: 7px;
line-height: 150%;
		text-align:center;
	}
	#homepage-screen-1 .blue-button-1 {
		margin-bottom:100px;
	}
	#discount-watermark {
		display:none;
	}
	#homepage-screen-1 h1 {
		margin-top:220px;
	}
	
	#header #menu {
		position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 50px 0;
	}
	#header #menu .menu {
		flex-wrap:wrap;
		display: block;
	}
	#header #menu .menu-item {
		width:100%;
		text-align:center;
		    max-width: 355px;
    margin: 0 auto;
		position: relative;
		margin-bottom:15px;
	}
	#header #menu .menu li.menu-item-has-children:after {
		top: 6px;
    right: 40px;
		position:absolute;
		background-image: url(/wp-content/uploads/2022/01/Arrow-dropdown-blue.png);
		width: 12px;
    height: 6px;
		
	}
	
	#header #menu .sub-menu a {
		font-size: 11px;
line-height: 150%;
		max-width: 320px;
	}
	#header #menu .menu-item#menu-item-16 a {
		margin-bottom:0px;
	}
	#select-beats-screen-1 h1 {
		margin-bottom:40px;
	}
	#header #menu .menu-item a:after {
		opacity:0 !important;
	}
	#licensing-popup h2 {
		max-width:80%;
	}
	#contact-popup h2 {
		max-width:80%;
	}
	#about-us-screen-3 {
		margin:100px 0;
	}
	.services-screen-single {
		padding-top:120px;
	}
	#services-screen-single-last {
		margin-bottom:120px;
	}
	#header #menu .sub-menu {
		position:relative;
		opacity: 1;
    pointer-events: auto;
	left:0px;
 
  
    border: none;
    margin: 0px 0 30px 0;
    background-color: transparent !important;
    padding: 15px 0 0 0;
	}
	#header #menu .menu-item#menu-item-16 {
		background-color: black;
    padding: 20px 0 0px 0;
    border-radius: 20px;
	}
	#header #menu .menu-item#menu-item-16 .sub-menu .menu-item:last-child {
		padding-bottom:20px;
	}
	#header #menu .menu li.menu-item-has-children:after {
		display:none;
	}
}



@media only screen and (max-width:1024px) {
	.services-screen-single-left {
		padding-right:0px;
	}
	.services-screen-single-left h6 {
		margin-bottom:50px;
	}
	.services-screen-single-left h2 {
		max-width:100%;
		text-align:center;
	}
	.services-screen-single-right-bottom {
		text-align:center;
	}
		#services-screen-single-last .services-screen-single-right-middle-left-single {
		width:50%;
	} 
	#about-us-screen-1-wrap-right video { 
	margin-top:30px;
	}
	.services-screen-single-left-video {
		text-align:center;
	}
	.services-screen-single-left-video video {
		margin-left:0px !important;
		margin-top:40px !important;
	}
	.services-screen-single {
		display:block;
	}
	.services-screen-single-left {
		width:100% !important;
	}
		.services-screen-single-right {
		width:100% !important;
			margin-top:50px;
	}
}


@media only screen and (max-width:991px) {
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item {
		height:49vw;
	}
}
@media only screen and (max-width:768px) {
	#homepage-screen-1 h1 {
		-webkit-text-stroke: 1px #AC18F1;
	}
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item img {
		width:auto;
		height:auto;
	}
	.about-us-screen-1-wrap-left video {
	display:block;
}
	#about-us-screen-1 {
		
	}
	#about-us-screen-1-wrap-left video {
		display:block;
		width:280px;
		margin:0 auto;
	}
	#about-us-screen-1-wrap-right {
		display:none;
	}
	#homepage-screen-1 .elementor-widget-container {
		padding:0px;
	}
		#services-screen-single-last .services-screen-single-right-middle-left-single {
		width:100%;
			
	}
	.services-screen-single-right-middle-right-numbers {
		text-align:center;
	}
	.services-screen-single .text-1 {
		font-size: 14px;
line-height: 140%;
	}
	.about-us-screen-1-wrap-left-single .text-1 {
		font-size: 14px;
line-height: 140%;
	}
	.about-us-screen-2 .text-1 {
		font-size: 14px;
line-height: 140%;
	}
	#about-us-screen-3 span {
		font-size: 14px;
line-height: 140%;
	}
	#footer-top .footer-top-single:nth-child(2) a {
		font-size: 14px;
    line-height: 220%;
	}
	#footer-top .footer-top-single:nth-child(3) a {
		font-size: 14px;
    line-height: 150%;
	}
		#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item {
		height:56vw;
	}
	#homepage-screen-1 .blue-button-1 {
	
	}
	#license-arrows {
		display:block;
	}
	.services-screen-single-right-middle {
		display:block;
	}
	.services-screen-single-right-middle-right {
		margin-top:40px;
		width:100%;
		text-align:center;
	}
	.services-screen-single-right-middle-left {
		width:100%;
		padding-right:0px;
		text-align:center;
	}
		#contact-us-screen-1 {
		margin:130px 0 145px 0;
	}
	#contact-us-screen-1-right {
		width:100%;
		padding-left: 0px;
	}
	#contact-us-screen-1 .elementor-container {
		display:block;
	}
	#contact-us-screen-1-left img {
		width:440px;
		height:440px;
		margin-top:70px;
	}
	#contact-us-screen-1-left {
		width:100%;
	}
	#contact-us-screen-1-left .elementor-widget-image  {
		text-align:center;
	}
	#about-us-screen-3-logos span {
		margin-top:0px;
		width:50%;
	}
	.about-us-screen-2 .sa_owl_theme .owl-nav {
		top:-195px !important;
	}
	#about-us-screen-1-wrap-right video {
		margin-top:20px;
	}
	#about-us-screen-3-logos {
		flex-wrap:wrap;
	}
	#about-us-screen-3-logos .about-us-screen-3-logos-single .about-us-screen-3-logos-single-second {
		max-width: 220px;
    margin: 20px auto;
	}
	
	.about-us-screen-3-logos-single {
		width:100%;
		    margin-bottom: 50px;
	}
	#about-us-screen-3-logos .about-us-screen-3-logos-single:last-child {
		margin-bottom:0px;
	}
	#licensing-popup .container {
		padding:37px 20px;
	}
	#contact-popup .container {
		padding:37px 20px;
	}
	#about-us-screen-3-logos {
		margin-top:50px;
	}
	.screen-4-h4-left {
		margin-left:0px;
	}
	#mainpage-screen-4-top-wrap-left img {
		width:250px;
		height:250px;
	}
	#mainpage-screen-4-bottom-logos-wrap img {
		margin: 0 15px;
	}
	#mainpage-screen-4-bottom-logos-wrap img:nth-child(1) {
		width:71px;
		height: 37px;
	}
	#mainpage-screen-4-bottom-logos-wrap img:nth-child(2) {
		width:97px;
		height: 17px;
		margin-top: 10px;
	}
	#mainpage-screen-4-bottom-logos-wrap img:nth-child(3) {
		width:88px;
		height: 36px;
	}
}

@media only screen and (max-width:630px) { 
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item {
		height:65vw;
	}
}

@media only screen and (min-width:480px) { 

#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item:hover .mainpage-credits-slider-single-wrap {
	margin-top:-15px;
	box-shadow: 0px 0px 35px #f118e9;
	background-color:black;
	border: 5px solid white;
}
	
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item:hover h4 {
	margin-top:25px;
	color:white;
}

#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item:hover img {
	
	
	animation: hue-rotate-360 5s linear infinite;
}
}
@media only screen and (max-width:480px) { 
	#homepage-screen-1 .elementor-widget {
		height:100vh;
	}
		#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item img {
		width:auto;
		height:auto;
	}
	
			#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item {
		height:420px;
	} 

	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item .mainpage-credits-slider-single-wrap {
			padding:20px 30px !important;
	max-width: 320px;
		margin-left:-100px;
	}
		#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item.active .mainpage-credits-slider-single-wrap {
		
	
		margin-left:0px;
	}
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item:after {
		content:'';
	}
		#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item.active {
		
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item iframe {
		height:80px;
	}
#mainpage-screen-3 .owl-carousel.owl-drag .owl-item .sa_hover_container {
		margin-left:-100px !important;
	max-width: 280px;
	}
		#mainpage-screen-3 .owl-carousel.owl-drag .owl-item.active .sa_hover_container {
		margin-left:0px !important;
	}
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item.active .mainpage-credits-slider-single-wrap  {
	margin-top:-15px;
	box-shadow: 0px 0px 35px #f118e9;
	background-color:black;
	border: 5px solid white;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item.active .mainpage-credits-slider-single-wrap h4 {
	margin-top:25px;
	color:white;
	height:10px;
}
#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item.active .mainpage-credits-slider-single-wrap img {
	
	
	animation: hue-rotate-360 5s linear infinite;
}
}
@media only screen and (max-width:440px) { 
	#contact-us-screen-1-left img {
		height:auto;
		width:100%;
		margin-top:20px;
	}
	.mainpage-screen-5-wrap-single {
		width:310px;
	}
		#mainpage-screen-5-wrap-container {
		width: 1700px;
	}
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item .mainpage-credits-slider-single-wrap {
	
		margin-left:-70px;
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item .sa_hover_container {
		margin-left:-70px !important;
	max-width: 280px;
	}
}
@media only screen and (max-width:410px) { 
	#mainpage-screen-4-slider-bottom .owl-carousel.owl-drag .owl-item .mainpage-credits-slider-single-wrap {
		max-width:280px;
		margin-left:-50px;
	}
		#homepage-screen-1 .blue-button-1 {
	
	}
	#mainpage-screen-3 .owl-carousel.owl-drag .owl-item .sa_hover_container {
		margin-left:-50px !important;
			max-width: 250px;
	}
	.blue-button-1 {
		font-size:6px;
	}
	#homepage-screen-1 h1 {
		font-size:20px;
	}
}