/*
Theme Name: Cryptical Child
Author: 
Description: Your description goes here
Version: 1.0
Template: cryptical

This is the child theme for Cryptical theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* Common CSs Start */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
.py-100 {
    padding: 70px 0!important;
}
.py-70 {
    padding: 70px 0!important;
}
.py-50 {
    padding: 50px 0!important;
}
.py-40 {
    padding: 40px 0!important;
}
.py-20 {
    padding: 40px 0!important;
}
.common-col h2.elementor-heading-title {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    line-height: 55px;
    font-family: 'Red Hat Display', sans-serif !important;
}

.common-col h4.elementor-heading-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins';
}

.common-col p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
}

.btn-primary .elementor-button::Before, .btn-secondary .elementor-button::before {border-radius: 0;content: '';height: 100%;width: 0;background: #354252;position: absolute;right: 0;left: 0;bottom: 0;top: 0;transition: 0.3s;z-index: -1;}

.btn-primary .elementor-button:hover::Before, .btn-secondary .elementor-button:hover::before {
    width: 100%;
    transition: 0.5s;
}

.btn-primary .elementor-button::Before {
    background: #fff !important;
}
.btn-secondary .elementor-button:hover {color: #fff !important;}
.btn-primary .elementor-button ,.btn-secondary .elementor-button{
 padding: 19px 43px;
 font-size: 14px !important;
 border: 1px solid #fff;
 text-transform: capitalize;
 position: relative;
 font-family: 'Poppins' !important;
 z-index: 99;
 overflow: hidden;
 font-weight: 500 !IMPORTANT;
 line-height: 9px !important;
 display: flex;
 border-radius: 26px;
}

body .btn-primary .elementor-button{
	   background: var(--e-global-color-primary);
	   color: #fff;
	   border-color: #354252 !important;
}
.btn-secondary .elementor-button{
	background: #0000 !important;
	color: #000000 !important;
	border: 1px solid #1c47fe00;
}

.btn-primary , .btn-secondary {
    display: inline-block;
    width: auto !important;
}
body .btn-primary .elementor-button:hover {
    color: #354252;
}
.btn-secondary {
    margin-left: 20px !important;
}
.btn-wrapper {
    margin-top: 25px;
}
.btn-wrapper .elementor-widget-wrap {
    padding: 0 !important;
}
.btn-primary.elementor-widget:not(:last-child),.btn-secondary.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}


h1,h2,h3,h4,h5{
	 font-family: 'Red Hat Display', sans-serif;
}
body{font-family: 'Poppins', sans-serif;}


span.high-light {
    color: #57d5fd;
    font-weight: inherit !important;
    position: relative;
}
#header-area .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

/* Common CSs End */


#header-area .btn-secondary {
    margin: 0 auto !important;
}

#hero-area .btn-primary .elementor-button {
    background: #0000;
    border-color: #000;
    color: #000;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg {
}

.elementor-widget-button .elementor-button .elementor-align-icon-right {
    margin-left: 10px;
    position: absolute;
    right: 15px;
}



span.elementor-button-content-wrapper {
    align-items: center;
}

span.elementor-button-icon.elementor-align-icon-left {
    position: absolute;
    left: 10px;
}



span.elementor-button-icon.elementor-align-icon-right svg {
    height: 14px;
}

span.elementor-button-icon.elementor-align-icon-left svg {height: 27px !important;width: 24px;}

span.elementor-button-icon.elementor-align-icon-right svg {
    height: 14px;
}

span.elementor-button-icon.elementor-align-icon-left svg {height: 27px !important;width: 24px;}
#header-area .btn-primary .elementor-button,#header-area .btn-secondary .elementor-button {
    padding: 19px 34px;
}
.hero-area .common-col h2.elementor-heading-title {
    font-size: 55px !important;
    line-height: 61px;
    font-weight: 900 !important;
}
#hero-area .btn-primary .elementor-button::before {
    background: #354252 !important;
}

#hero-area .btn-primary .elementor-button:hover {
    color: #fff !important;
}

#hero-area .img-bottom.elementor-widget-image {
    position: absolute;
    bottom: -16px;
    top: auto;
    right: 0;
    webkit-animation: kenburns-bottom-right 30s ease-out infinite;
    animation: kenburns-bottom-right 30s ease-out infinite;
    left: 0;
    z-index: -1;
}

#hero-area  .elementor-widget-wrap.elementor-element-populated {
    position: static !important;
}

#hero-area .elementor-column {
    position: static;
}

#hero-area  .elementor-container.elementor-column-gap-default {
    position: static;
    height: 580px;
    align-items: normal;
    display: flex;
}

#hero-area .img-bottom.elementor-widget-image img {
    width: 100%;
    webkit-animation: kenburns-bottom-right 15s ease-out infinite;
    /* animation: kenburns-bottom-right 15s ease-out infinite; */
}

section#hero-area {
    z-index: 4;
    position: relative;
    padding-top: 100px !important;
    overflow: hidden;
}

#header-area {
    z-index: 999;
    background: #fff;
}

@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

section#app-area {
    background: linear-gradient(108.21deg, #FFFFFF -18.92%, #EFEAE7 100.82%);
    border-radius: 316px 0px 0px 0px;
}
.large-circle.elementor-widget.elementor-widget-image,.small-circle.elementor-widget.elementor-widget-image {
    position: absolute;
    width: auto;
}

.large-circle.elementor-widget.elementor-widget-image {
    top: -113px;
    left: -70px;
}

.small-circle.elementor-widget.elementor-widget-image {
    right: -130px;
    top: -21px;
}

section#expert-area::after,section#cons-area:after {
    background: linear-gradient(108.21deg, #FFFFFF -2.21%, #EFEAE7 100.47%) !important;
    border-radius: 0px 0px 0px 316px;
    z-index: 0;
   position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
section#expert-area::before,section#cons-area::before {
    background: #354251;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

body .workplace-inner .elementor-widget-wrap.elementor-element-populated {
    height: 424px;
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
}

body .workplace-inner  .btn-primary.elementor-widget.elementor-widget-button {
    position: absolute;
    bottom: 20px;
}
.workplace-inner h2.elementor-heading-title {
    font-weight: 400 !important;
}

.workplace-inner h4.elementor-heading-title {
    font-weight: 700;
}
section#workplace-area {
    border-radius: 0px 0px 316px 0px;
}

#rev-area .elementor-testimonial__text {
    font-size: 30px;
    font-style: normal;
    font-family: 'Poppins';
    line-height: 52px;
    width: 70%;
    margin-bottom: 45px;
    display: block;
}

.rev-area cite.elementor-testimonial__cite {
    flex-direction: row;
    align-items: center;
}

.rev-area cite.elementor-testimonial__cite * {
    font-family: 'Poppins' !important;
}
span.elementor-testimonial__title {
    margin-left: 6px !important;
}
.rev-area .elementor-swiper-button {
    background: #0000;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px;
    top: auto;
    color: #000;
    bottom: -85px;
}

.rev-area .elementor-swiper-button.elementor-swiper-button-next {
    left: 91px;
    right: auto;
}

.rev-area .elementor-swiper-button:hover {
   background: rgba(53, 66, 81, 0.15);
    
}


.rev-area .elementor-swiper-button.elementor-swiper-button-prev {
    left: 35px;
}
#rev-area .swiper-container {
    overflow: visible;
}

.elementor-27 .elementor-element.elementor-element-4527503 {
    overflow: hidden;
}

#rev-area .swiper-slide-next {position: relative;transition: 1s;transform: translate(-121px, -61px);}

#rev-area .swiper-slide-next .elementor-testimonial__text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px !important;
    width: 50%;
}

.elementor-widget-testimonial-carousel .swiper-slide {image-rendering: -webkit-optimize-contrast;transform: translate(0px, 0px);transition: 1s;}


.owl-carousel .owl-nav.disabled {
    display: block !important;
    /* position: absolute; */
    top: 45%;
    /* bottom: auto; */
    width: 100% !important;
}

body .owl-carousel .owl-nav button {
    height: 40px;
    width:40px;
    background: #0000;
    position: absolute;
    border: 1px solid #000 !important;
    border-radius: 50px;
    padding: 10px;
    top: auto;
    color: #000;
    z-index: 99;
    position: static;
    top: auto;
    margin-right: 25px;
    bottom: 0;
}

body .owl-carousel .owl-nav button span {
    font-size: 44px;
    line-height: 21px;
    color: #000;
}

button.owl-prev {
    right: auto;
    left: -50px;
}

button.owl-next {
    left: auto;
    right: -50px;
}


body .owl-carousel .owl-nav button:focus {
    border: 0;
    outline: 0;
}

.owl-dots {
    display: block !important;
    width: 75%;
    margin: 5px auto;
    text-align: center;
}

button.owl-dot {
    height: 2px;
    width: 170px;
    background: #b6e3dda8 !important;
    margin: 0 6px;
}

button.owl-dot.active {
    background: #000 !important;
}
.owl-carousel.owl-drag .owl-item {
    transform: translate(12px, 76px);
    transition: 2s;
}

.owl-carousel.owl-drag .owl-item.active {
    transform: translate(0px, 0px);
    transition: 1s;
}
.form-area .elementor-widget-form .elementor-field-group .elementor-field {
    padding: 20px;
    font-family: 'Poppins';
    font-size: 14px;
}

.form-area .elementor-widget-form textarea#form-field-message {
    border-radius: 21px !important;
}

textarea#form-field-message {}

.form-area .elementor-field-group {
    margin-bottom: 30px !important;
}

.form-area .elementor-button[type="submit"] {
    background: #fff;
    border-radius: 22px;
    color: #000 !important;
    font-size: 14px;
    font-family: 'Poppins';
    padding: 15px 30px;
}

.form-area a {
    color: #fff;
    font-weight: 600;
}
section#cons-area {
    border-radius: 0px 0px 316px 0px;
}
.article-area .elementor-post__badge {
    color: #fff;
    background: #354251 !important;
    padding: 14px 25px !important;
    right: auto !important;
    left: 0;
}

.article-area  .elementor-post__text {
    margin: 0 auto !important;
    order: 2;
    text-align: left;
    padding: 0 !important;
}

a.elementor-post__thumbnail__link {
    order: 0;
    margin-bottom: 0 !important;
}

#article-area h3.elementor-post__title {
    margin-bottom: 0;
}


.article-area .elementor-post__card {
    background: #0000 !important;
    box-shadow: none !important;
}


.article-area .elementor-post__text h3.elementor-post__title a {
    font-family: 'Poppins' !important;
    color: #000 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px !important;
}

.article-area .elementor-post__meta-data {padding: 10px 0 !important;text-align: left;text-transform: uppercase;font-family: 'Poppins' !important;margin-top: 11px !important;border: 0 !important;}


.article-area .elementor-post__thumbnail.elementor-fit-height {
    border-radius: 13px;
}
section#cons-area:after {
    background: #f4f9f9 !important;
}

section#newsletter-area {
    padding: 20px 32px;
    background: #FFFFFF;
    box-shadow: 0px 24px 64px rgba(65, 35, 0, 0.0818048);
    border-radius: 12px;
}

.newsletter-area button.elementor-button.elementor-size-sm {
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 400;
}
.newsletter-area h2.elementor-heading-title {
    color: #000;
    font-size: 35px !important;
    font-weight: 900 !important;
}
.footer-mid span.elementor-icon-list-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins' !important;
}

.footer-mid {
    margin-top: 55px;
}

.footer-mid h2.elementor-heading-title.elementor-size-default {
    font-size: 22px;
    font-family: 'Poppins';
}

.footer-mid h3.elementor-image-box-title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
    margin-top: 0;
}

.footer-mid p.elementor-image-box-description {
    font-family: 'Poppins';
}
section#footer-bottom h2 {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
}
section#footer-area::before,section#footer-area::after {
    background: #354251;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    content: '';
}

section#footer-area {
    position: relative;
    z-index: 999;
}



section#footer-area::after {
    background: #fff;
    border-radius: 50px;
    border-radius: 0px 0px 0px 316px;
}