/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {
	/** Colors **/
	--primaryColor: #793dc7;
	--primaryColorRGB: 121, 61, 199;
	
	/** Fonts **/
	--paragraphFont: 'Montserrat', sans-serif;
	--headingFont: 'Orbitron', sans-serif;
}

a[href] {
	outline: none !important;
}

body, p, li {
	font-family: var(--paragraphFont) !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--headingFont) !important;
}

p:last-child {
	margin: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.container {
    width: calc(100% - 40px) !important;
    max-width: 1200px !important;
    margin: 0 auto;
}



/**** Header ****/

header#site-header {
    background: transparent;
    position: fixed;
    top: 15px;
    left: 0;
    width: 100%;
	transition: all 0.3s;
}

header#site-header.fix {
    top: 0;
    padding: 10px 0;
    background: linear-gradient(180deg,rgba(44,38,61,.8),rgba(44,38,61,.72));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

header#site-header nav#site-navigation {
    justify-content: space-between;
}

header#site-header nav#site-navigation:after {
    display: none;
}

header#site-header nav#site-navigation .middle-site-logo {
    width: auto !important;
}

header#site-header nav#site-navigation .middle-site-logo .custom-logo {
    max-height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1 !important;
    top: 0;
}

header#site-header.fix nav#site-navigation .middle-site-logo .custom-logo {
    max-height: 55px;
}

header#site-header nav#site-navigation>.main-menu {
    float: none !important;
    width: 39% !important;
	margin: 20px 0 0;
	transition: all 0.3s;
}

header#site-header nav#site-navigation>.main-menu.right-menu {
	width: 32% !important;
}

header#site-header.fix nav#site-navigation>.main-menu {
    margin: 10px 0;
}

header#site-header nav#site-navigation>.main-menu>li {
    margin-right: 15px;
}

header#site-header nav#site-navigation>.main-menu>li:last-child {
    margin: 0;
}

header#site-header nav#site-navigation>.main-menu>li>a {
    line-height: normal;
    padding: 10px 15px;
    border-radius: 100px;
    background: transparent;
	border: none;
	font-weight: 500;
	font-family: var(--headingFont);
    backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	-moz-backdrop-filter: blur(0px);
	-ms-backdrop-filter: blur(0px);
	-o-backdrop-filter: blur(0px);
    transition: all 0.4s ease-in-out;
}

header#site-header nav#site-navigation>.main-menu>li.current-menu-item>a,
header#site-header nav#site-navigation>.main-menu>li.current_page_item>a,
header#site-header nav#site-navigation>.main-menu>li>a:hover {
    background: rgba(var(--primaryColorRGB), 0.3);
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	-moz-backdrop-filter: blur(3px);
	-ms-backdrop-filter: blur(3px);
	-o-backdrop-filter: blur(3px);
}

header#site-header.fix nav#site-navigation>.main-menu>li.current-menu-item>a,
header#site-header.fix nav#site-navigation>.main-menu>li.current_page_item>a,
header#site-header.fix nav#site-navigation>.main-menu>li>a:hover {
    background: var(--primaryColor);
}











/**** Home ****/

header.page-header {
    display: none;
}

#launch-btn .elementor-button {
    background: var(--primaryColor);
    color: #fff;
	position: relative;
	transition: all 0.4s ease-in-out;
}

#launch-btn .elementor-button:hover {
    box-shadow: 0 4px 10px #00000066;
    background: #fff;
    color: var(--primaryColor);
}

#launch-btn .elementor-button:before,
#launch-btn .elementor-button:after {
	content: '';
    position: absolute;
    right: -13px;
    top: -21px;
    width: 28px;
    height: 62px;
    background-image: url(images/spacejammit-rocket.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    transform: rotate(24deg);
    filter: drop-shadow(0 2px 5px #00000059);
}

#launch-btn .elementor-button:after {
    background-image: url(images/spacejammit-rocket.png);
	opacity: 0;
}

#launch-btn .elementor-button:hover:before {
    opacity: 0;
}


#launch-btn .elementor-button:hover:after {
    opacity: 1;
}

#ban-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
	z-index: -9;
}

#ban-bot>.elementor-container,
#home-vid>.elementor-container,
#price-sec>.elementor-container {
    justify-content: space-between;
}

#ban-bot .elementor-inner-column {
    width: 23.7%;
}

#ban-bot .elementor-inner-column>.elementor-widget-wrap {
    border-radius: 10px;
    backdrop-filter: blur(0.8px);
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.88),hsl(0deg 0% 100% / 60%));
    border: 0.75px solid #b7b7b7;
    padding: 15px;
}

.elementor-widget-heading.elementor-element.grad .elementor-heading-title {
    background-image: linear-gradient(90deg,#3f02c1,#ea1fbd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	display: inline-block;
}

#ban-bot .elementor-inner-column .elementor-widget-text-editor {
    /* text-shadow: 0 2px 3px var(--primaryColor); */
    color: #000
}

#home-vid>.elementor-container {
	width: 100%;
	display: block;
}

#home-vid .slick-list {
	padding-bottom: 15px;
}

#home-vid .elementor-column {
    width: 24%;
	transform-origin: center;
	transition: all 0.4s ease-in-out;
    margin: 0px 10px;
}

#home-vid .elementor-column:hover {
    transform: scale(1.06);
}

#tv {
    position: relative;
    -webkit-box-reflect: below -10px linear-gradient(transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,#ffffff30);
}

#tv:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(images/tv.png) no-repeat top left;
    background-size: contain;
    pointer-events: none;
}

#tv>.elementor-widget-container {
    margin-top: 55px;
    margin-bottom: 72px;
    box-shadow: 0 52px 20px #00000063;
    width: 55%;
    margin-left: 68px;
    height: 290px;
}

#tv .elementor-wrapper.elementor-fit-aspect-ratio {
    padding: 0;
    height: 100%;
}

#price-sec .elementor-column {
    width: 31.5%;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing {
    border-radius: 10px;
    backdrop-filter: blur(0.8px);
    background: linear-gradient(180deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.24));
    border: 0.75px solid #b7b7b7;
    overflow: hidden;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item {
    border-radius: 0;
    border: none;
    padding: 30px;
    height: 100%;
    box-shadow: none;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-icon {
    display: none;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .main-title {
    margin-left: -30px;
    margin-right: -30px;
    padding: 12px 10px;
    background: #793dc7;
    color: #fff;
    margin-top: -30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .header {
    background: transparent;
    padding: 0;
    margin: 0 0 15px;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .header:after {
    display: none;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .header .title {
    background-image: linear-gradient(60deg,#3f02c1,#3f02c1,#ea1fbd,#ea1fbd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 5px;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .header .subtitle {
    color: #3C4043;
    font-size: 14px;
    font-weight: 500;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag {
    padding: 0;
    font-family: var(--headingFont);
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag:after {
	display: none;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag .price-tag {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag .price-tag>span {
    color: var(--primaryColor);
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag .price-tag>del {
    color: var(--primaryColor);
    opacity: 0.4;
    text-decoration: line-through;
    font-size: 25px;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag .price-currency {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag .price-tag>del .price-currency {
    font-size: 17px;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .eael-pricing-tag .price-period {
    color: #666;
	font-family: var(--paragraphFont);
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .body ul {
    margin: 0;
    text-align: left;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .body ul li {
    color: #fff;
    font-size: 14px;
    border-color: rgba(var(--primaryColorRGB), 0.2);
}

#price-sec .elementor-widget-eael-pricing-table,
#price-sec .elementor-widget-eael-pricing-table>.elementor-widget-container,
#price-sec .elementor-widget-eael-pricing-table .eael-pricing {
    height: 100%;
}

.elementor-element.cc-btn.elementor-widget.elementor-widget-button .elementor-button-link.elementor-button {
    background: var(--primaryColor);
    border: 2px solid;
    border-color: var(--primaryColor);
}

.elementor-element.cc-btn.elementor-widget.elementor-widget-button .elementor-button-link.elementor-button:hover {
    background: #fff;
    color: var(--primaryColor);
}

.elementor-element.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider .elementor-divider-separator {
    border-color: var(--primaryColor);
}

#pricing .elementor-widget-eael-pricing-table .eael-pricing-item .body ul li .li-icon {
    margin-left: 0;
    color: var(--primaryColor) !important;
    fill: var(--primaryColor) !important;
}

#pricing .elementor-widget-eael-pricing-table .eael-pricing-item .body ul li .li-icon i {
    color: inherit;
}

#cta .elementor-inner-section {
    border-radius: 15px;
    box-shadow: 0 8px 30px #0000002e;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	position: relative;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper:before {
    content: "Follow Us on:";
    margin-right: auto;
    color: #fff;
    font-family: var(--headingFont);
	font-size: 16px;
	font-weight: 500;
	margin-left: 15%;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item {
    margin: 0 10px 0 0;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item:last-child {
    margin: 0 0 0 0;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon {
    border-radius: 50%;
    background: var(--primaryColor);
    font-size: 20px;
    padding: 0;
    display: flex;
    line-height: normal;
    width: 50px;
    height: 50px;
    transition: all 0.4s ease-in-out;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon:hover {
    background: rgba(var(--primaryColorRGB), 0.5);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

#cta #supp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#cta #supp:before {
    content: "Email Us on:";
    margin-right: auto;
    color: #fff;
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    margin-left: 15%;
}

#cta-blog .elementor-widget-text-editor a,
#cta .elementor-widget-text-editor a:hover {
    color: #fff !important;
    text-decoration: underline;
}

#cta-blog .elementor-widget-text-editor a:hover {
    background: var(--primaryColor);
    text-decoration: none;
}

#ben>.elementor-container {
    justify-content: space-between;
}

#ben .elementor-inner-column {
    width: 23.8%;
}

#ben .elementor-inner-column .elementor-widget-text-editor ul:last-child {
    margin-bottom: 0;
}

#ben .elementor-inner-column>.elementor-widget-wrap {
    border-radius: 10px;
    backdrop-filter: blur(0.8px);
    background: linear-gradient(180deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.24));
    border: 0.75px solid #b7b7b7;
    padding: 15px;
}

#ben .elementor-inner-column .elementor-heading-title {
    background-image: linear-gradient(60deg,#3f02c1,#3f02c1,#ea1fbd,#ea1fbd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	line-height: 1.2;
}

.single-post .elementor-widget-text-editor a,
.page-id-22 .elementor-widget-text-editor a {
    color: var(--primaryColor);
    font-weight: 500;
    text-decoration: underline;
}



/***** FAQ *****/

.cc-faq.elementor-widget-accordion .elementor-accordion-item {
    border: none;
    margin: 0 0 20px;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item:last-child {
    margin: 0 0 0 0;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
    border: 1px solid;
    border-radius: 10px;
    border-color: var(--primaryColor);
    color: var(--primaryColor);
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    background: var(--primaryColor);
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content {
    border: 1px solid;
    border-radius: 0 0 10px 10px;
    border-color: var(--primaryColor);
    box-shadow: 0 3px 10px #00000026;
	border-top: none;
	background: #fff;
	color: #3C4043;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
    font-family: var(--headingFont);
    font-weight: 500;
    font-size: 15px;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title * {
	color: inherit;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content a {
    color: var(--primaryColor);
    font-weight: 500;
    text-decoration: underline;
}

.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content li:last-child,
.cc-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content ol:last-child {
	margin-bottom: 0;
}




/***** Contact *****/

div#full-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#full-form,
div#full-form>* {
	position: relative;
}

div#f-col, div#h-col, div#h-h-col {
    margin-bottom: 16px;
}

div#f-col {
    width: 100%;
}

div#h-col {
    width: 48.5%;
}

div#h-h-col {
    width: 32%;
}

div#full-form .wpcf7-form-control {
    min-height: 45px;
    font-size: 14px;
    border-radius: 8px;
    resize: none;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    padding: 10px 12px;
    font-weight: 300;
    background: linear-gradient(180deg,rgba(44,38,61,.5),rgba(44,38,61,.36));
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 0.5px solid hsla(0,0%,83.1%,.23921568627450981);
    color: #fff;
	display: block;
    transition: all 0.15s ease-in-out;
}

div#full-form .wpcf7-form-control::placeholder {
    color: #ffffff7d;
}

div#full-form select.wpcf7-form-control {
    position: relative;
    -webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

div#full-form .wpcf7-form-control-wrap + i {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
}

div#full-form select.wpcf7-form-control option {
    color: var(--primaryColor);
}

div#full-form select.wpcf7-form-control option:focus-within,
div#full-form select.wpcf7-form-control option:focus,
div#full-form select.wpcf7-form-control option:hover,
div#full-form select.wpcf7-form-control option:checked,
div#full-form select.wpcf7-form-control option.active {
    background: var(--primaryColor) !important;
	color: #fff;
}

div#sub-col {
    width: 100%;
    margin: 10px 0 0;
}

div#sub-col .wpcf7-submit {
    display: block;
    width: 100%;
    font-family: var(--headingFont);
    font-size: 14px;
    font-weight: 500;
    background: var(--primaryColor);
    border-radius: 100px;
    line-height: normal;
    text-transform: none;
    color: #fff;
    border: 2px solid;
    border-color: var(--primaryColor);
    padding: 12px 0;
    transition: all 0.4s ease-in-out;
}

div#sub-col .wpcf7-submit:hover {
    color: var(--primaryColor);
	background: #fff;
}

div#full-form.get-touch div#sub-col {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

div#full-form.get-touch div#sub-col .wpcf7-submit {
    letter-spacing: normal;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: var(--primaryColor);
    font-weight: normal;
    font-size: 21px;
    line-height: normal;
    height: 45px;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 0 8px 8px 0;
    box-shadow: -5px 0 20px rgba(var(--primaryColorRGB), 0.5);
}


/***** Footer *****/

#footer {
    background: url(https://spacejammit.com/wp-content/uploads/2023/02/spacejammit-bg-img.jpg) no-repeat center;
    background-size: cover;
}

#footer #footer-widgets {
    background: linear-gradient(180deg,rgba(44,38,61,.8),rgba(44,38,61,.72));
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
	text-align: center;
}

#footer #footer-widgets .footer-box {
    padding: 0;
	margin: 0;
}

#footer #footer-widgets .widget_nav_menu .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#footer #footer-widgets .widget_nav_menu .menu li {
    padding: 0 15px 0 0;
    border: none;
    margin: 0 15px 0 0;
    border-right: 1px solid #ffffff1c;
}

#footer #footer-widgets .widget_nav_menu .menu li:last-child {
    padding: 0 0 0 0;
    border: none;
    margin: 0 0 0 0;
}

#footer #footer-widgets p,
#footer #footer-widgets li {
	color: #fff;
}

#footer #footer-widgets a:hover {
	color: var(--primaryColor);
}


/***** Blog *****/

.blogContent {
	padding: 40px 0 0 0;
}

.blog_section {
    padding: 40px 0 70px 0;
}

.blog-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
}

.blog-row .blog-col .blog-image img {
    width: 100%;
    display: block;
    height: 220px;
    object-fit: cover;
    object-position: center;
	border-radius: 10px;
}

.blog-row .blog-col .section-content {
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(0.8px);
    background: linear-gradient(180deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.24));
	border-bottom: 4px solid;
    border-color: var(--primaryColor);
    box-shadow: 5px 5px 25px #0000001a;
}

.blog-row .blog-col .section-content>h3 {
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 8px;
}

.blog-row .blog-col .section-content .entry-content {
    font-size: 14px;
    line-height: 1.5;
}

.blog-row .blog-col .section-content>h3 a:hover,
.blog-row .blog-col .section-content .entry-content a:hover,
.elementor-element.elementor-widget.elementor-widget-text-editor a:hover {
    color: var(--primaryColor);
}


/***** Single Blog *****/


#single-banner {
    padding: 200px 0 100px;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#single-banner .bg-overlay {
    background-color: #000;
    opacity: 0.2;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#single-banner .post-title {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3em;
}

.elementor-element.elementor-widget.elementor-widget-text-editor del {
    color: inherit;
}

.elementor-element.elementor-widget.elementor-widget-text-editor .highlight {
    padding: 2px 5px;
    background: linear-gradient(90deg,#3f02c1,#ea1fbd);
    color: #fff;
}

#cta-blog .elementor-inner-section {
    border-radius: 15px;
    box-shadow: 0 8px 30px #0000002e;
}

.elementor-widget-text-editor a {
    color: inherit;
}



/***** Contact Us *****/


#cont-sec .elementor-inner-section {
    max-width: 800px;
    margin: 0 auto;
	border-radius: 10px;
    box-shadow: 0 8px 30px #0000002e;
}

#cont-sec .elementor-inner-section>.elementor-container {
    flex-wrap: wrap;
}

#cont-sec .elementor-inner-section .elementor-inner-column {
    width: 100%;
    flex: auto;
}

#query {
    margin: 0 0 30px;
    text-align: center;
}

#query>.elementor-widget-wrap {
    padding: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: hsla(0,0%,100%,.64);
    border-radius: 10px;
}


/***** Pricing *****/

.page-template-pricing-template #price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .body ul li {
    color: #3C4043;
}

#planChange {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#planChange .text {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--headingFont);
    color: #cbcbcb;
}

#planChange .month {
    order: -1;
    display: inline-flex;
    color: var(--primaryColor);
}

#planChange input {
    -webkit-appearance: none;
    display: block;
    margin: 0 15px;
    outline: none;
    border: 2px solid var(--primaryColor);
    border-radius: 200px;
    width: 70px;
    height: 36px;
    position: relative;
	z-index: 1;
}

#planChange input:before,
#planChange input:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: rotate(0deg) translateY(-50%);
    background-image: linear-gradient(90deg,#3f02c1,#ea1fbd);
    margin: 0;
    line-height: normal;
	animation: planBtn 3s linear infinite;
    transform-origin: top;
	transition: all 0.3s;
}

#planChange input:after {
	z-index: -1;
	filter: blur(8px);
}

@keyframes planBtn {
	from {
		transform: rotate(0deg) translateY(-50%);
	}
	to {
		transform: rotate(360deg) translateY(-50%);
	}
}

#planChange input:checked ~ .month {
	color: #cbcbcb;
}

#planChange input:checked ~ .year {
	color: var(--primaryColor);
}

#planChange input:checked:before,
#planChange input:checked:after {
	left: 35px;
}

.eael-pricing-tag.year-tablePrice,
.yearTableBody {
    display: none;
}

section#down-btn .elementor-widget-image img {
    width: auto;
    max-height: 70px;
}

section#pricing {
    position: relative;
}

section#pricing>.elementor-container,
section#pricing .elementor-top-column,
section#pricing .elementor-top-column>.elementor-widget-wrap {
    position: static;
}

div#tabRobot {
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: -60px;
}

div#tabRobot img {
    height: auto;
    max-width: 170px;
}

#roboText {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 285px;
    right: 125px;
    backdrop-filter: blur(1px);
    background: linear-gradient(180deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.24));
    border: 0.75px solid #b7b7b7;
    border-radius: 10px;
    box-shadow: 0 5px 15px #0000008c;
    padding: 15px;
}

#roboText .changeText {
    color: #fff;
}

#roboText .robo-join {
    color: #fff;
    font-size: 13px;
	text-decoration: none;
	font-weight: 500;
    position: absolute;
    right: 15px;
    padding: 3px 12px;
    background: var(--primaryColor);
    display: inline-block;
    border-radius: 100px;
    font-family: var(--headingFont);
    transition: all 0.4s ease-in-out;
}

#roboText .robo-join:hover {
	transform: scale(1.03);
}


/***** 404 *****/

body.error404 {
    background: url(images/error.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

div#err-cont {
    text-align: center;
}

div#err-cont .error-title {
    color: #fff;
    font-size: 40px;
	font-family: var(--headingFont);
	margin: 0 0 30px;
}

div#err-cont .err-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 100px;
	border: 2px solid var(--primaryColor);
    background: var(--primaryColor);
    color: #fff;
    line-height: normal;
    font-family: var(--headingFont);
}

div#err-cont .err-btn:hover {
    color: var(--primaryColor);
	background: #fff;
}

#menu-item-1472 .menu-link {
	background: #000 !important;
    color: yellow !important;
    font-weight: bold !important;
}





/***** Responsive Start *****/

/** UPDATED WIDTH FROM 30->39 **/
@media only screen and (max-width: 1024px) {

header#site-header nav#site-navigation>.main-menu {
    width: 39% !important;
}

}


@media only screen and (max-width: 959px) {

header#site-header div#site-logo img.custom-logo {
    width: auto;
    max-height: 80px;
}

#cta .elementor-widget-social-icons .elementor-social-icons-wrapper:before {
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
}

header#site-header div#site-header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header#site-header div#site-header-inner:after {
    display: none;
}

#cta #supp:before {
    margin-left: 0;
}



}




@media only screen and (max-width: 767px) {

.blog-row {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 20px;
}




}



@media only screen and (max-width: 600px) {

div#h-col,
div#h-h-col {
    width: 100%;
}

#home-banner h1.elementor-heading-title {
    font-size: 40px;
}

.elementor-column.elementor-top-column,
.elementor-column.elementor-inner-column {
    width: 100% !important;
}

.elementor-column.elementor-top-column:not(:last-child),
.elementor-column.elementor-inner-column:not(:last-child) {
    margin-bottom: 20px;
}

.sec-title h2.elementor-heading-title {
    font-size: 28px !important;
    line-height: 1.2em !important;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item .header .title {
    font-size: 26px;
}

.elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}

#ban-bot .elementor-inner-column>.elementor-widget-wrap,
#ben .elementor-inner-column>.elementor-widget-wrap {
    padding: 15px !important;
}

#cta .elementor-inner-section,
#cta-blog .elementor-inner-section {
    padding: 20px !important;
}

#single-banner .post-title,
section#inner-banner h1.elementor-heading-title {
    font-size: 35px;
	line-height: 1.1em !important;
}

.elementor-widget-text-editor br,
.elementor-heading-title br {
    display: none;
}

.elementor-element.elementor-widget-divider--view-line.elementor-widget .elementor-divider-separator {
    width: 100px;
}

section#anyFile .elementor-widget-wrap.elementor-element-populated {
    padding: 20px 15px 22px !important;
}

.blog-row {
    grid-template-columns: 100%;
}

section#anyFile h2.elementor-heading-title {
    font-size: 20px !important;
}

header#site-header div#site-logo img.custom-logo {
    max-height: 50px;
}
	
header#site-header.fix div#site-logo img.custom-logo {
    max-height: 35px;
}

header#site-header {
    top: 0;
    padding: 10px 0;
}

header#site-header div#site-logo #site-logo-inner {
	height: auto;
}

#cont-sec .elementor-inner-section {
    padding: 20px;
}

div#single-banner,
section#inner-banner {
    padding: 150px 0 70px;
}

div#launch-btn>.elementor-widget-container {
    margin: 0 0 10px;
}

#price-sec .elementor-widget-eael-pricing-table .eael-pricing-item {
    padding: 20px 15px;
}

section#down-btn>.elementor-container {
    justify-content: space-between;
}

section#down-btn .elementor-top-column {
    width: 48% !important;
    margin: 0 !important;
}

section#down-btn .elementor-widget-image img {
    max-height: 50px;
}

section#pricing {
    padding: 100px 0 60px;
}

div#tabRobot img {
    max-width: 120px;
}

#roboText {
    width: 280px;
    right: 85px;
}




}




@media only screen and (max-width: 400px) {

#single-banner .post-title, section#inner-banner h1.elementor-heading-title {
    font-size: 28px;
}

.sec-title h2.elementor-heading-title {
    font-size: 24px !important;
}

#home-banner h1.elementor-heading-title {
    font-size: 32px;
}

#ben .elementor-inner-column>.elementor-widget-wrap .elementor-heading-title,
#ban-bot .elementor-inner-column>.elementor-widget-wrap .elementor-heading-title {
    font-size: 18px;
}


}




@media only screen and (max-width: 300px) {

section#down-btn .elementor-widget-image img {
    max-height: 40px;
}

}



/***** Global Style *****/

a#scroll-top {
    width: auto;
    height: auto;
    background: transparent !important;
    filter: drop-shadow(0 2px 2px #00000059);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: linear-gradient(180deg,rgba(44,38,61,.8),rgba(44,38,61,.72));
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.7215686274509804);
    border-radius: 10px;
}

::selection {
    background: rgba(var(--primaryColorRGB), 0.6);
    color: #fff;
    text-shadow: none;
}

header#site-header .oceanwp-mobile-menu-icon .mobile-menu {
    line-height: normal;
    font-size: 18px;
}

div#sidr {
	background: var(--primaryColor);
}

div#sidr .sidr-class-sf-menu li {
    border-color: #ffffff26;
}

div#sidr .sidr-class-toggle-sidr-close,
div#sidr .sidr-class-sf-menu li a {
    background: var(--primaryColor);
    color: #fff;
}

div#sidr #sidr-id-menu-item-1472 a {
	background: #000000;
    color: yellow;
}

  /*--------------------- contact-form-error-css -------------------------*/

form.wpcf7-form.invalid div.wpcf7-response-output,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #fff !important; clear: both; color: #a94442; background-color: #f2dede; border-color: #ebccd1; margin-left: 0px; padding: 10px 15px; line-height: normal; margin: 15px 0 0; font-size: 14px;}
.wpcf7-not-valid { border-color: red !important;}
span.wpcf7-not-valid-tip {display: none;}
form.wpcf7-form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok { border: 2px solid #fff !important;display: inline-block;width: 100%; color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;clear: both;margin-left: 0px;padding: 10px 15px; line-height: normal; margin: 15px 0 0; font-size: 14px;}

.screen-reader-response {display: none;}

.wpcf7 .ajax-loader {display: none;}
.wpcf7 form.submitting .ajax-loader {display: inline-block;}

/*--------------------- close -------------------------*/