/*
Theme Name: Twenty Twenty-One Child
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyone

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

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


body{
	color: #fff!important;
	background-color: #000000!important;
	font-family: "Roboto", sans-serif;
}
h1, h2, ul, li, .color_text p{
	font-family: "Roboto Condensed", sans-serif!important;
}
h3, h4, h5, h6, p,  a{
  font-family: "DM Sans", sans-serif!important;  
}
.footer_text{
    font-family: "DM Sans", sans-serif!important; 
}
.page-template-contect_us h4{font-family: "Roboto Condensed", sans-serif!important;}
a{
	text-decoration: none!important;
}
.container-fluid{
	max-width: 2350px;

}
.header_button {
    font-size: 1.5vw;
    color: #fff;
    border: 2px solid #9FF818;
    padding: 7px 30px 7px;
    border-radius: 2rem;
}
.header-heading h1{
	font-size: 8.5vw;
	line-height: 8.5vw;
}
.effect_section h2{
	font-size: 7vw;
	line-height: 7.2vw;
}

.header_2_text{
	font-size:1.4vw;
	font-weight: 400;
	max-width: 89%;
}
.p_text-font{
	font-size: 1.4vw;
	color: #ADADAD;
	line-height: 1.8vw;
}
.p_text-font1 {
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.5vw;
}
.rounded_img{
	position: absolute;
	top: 0;
	left: 0;
}
.rounded_img1 {
    position: absolute;
    top: 40%;
    left: 15%;
    transform: translate(0%, 0%);
}
.p_text-font2{
	font-size: 1.6vw;
    line-height: 1.6vw;
    margin-top: 35px;
    margin-bottom: 0;
}
.p_text-fon3{
	font-size: 1.4vw;
	line-height: 1.8vw;
}
.p_text-font4{
	font-size: 1.6vw;
    line-height: 1.6vw;
    margin-top: 20px;
    margin-bottom: 0;
}
.footer_text{
font-size: 1vw;
    line-height: 1.4vw;
    font-weight: 200;
}

li::marker {
    font-size: 0;
}
ul.footer_links {
    padding-left: 0!Important;
}
.footer_links li a{
	border-bottom: 0px solid #fff;
    display: table;
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: 200;
    color: #fff;
}
.logo-display{
	display: inline-block;
}
.background_line{

}
.cssanimation, .cssanimation span {
    animation-duration: 1.8s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.bg-image{
	background-image: url(images/background_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-stage{
	display:flex;
	justify-content:center;
	align-items:center;
}
/*.owl-stage-outer {*/
/*    margin-left: 160px;*/
/*}*/
.round-text{
	animation-name: rotate;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*.galeery_img:nth-child(2) {*/

/*    display: flex;*/
/*    justify-content: end;*/
/*}*/
/*.galeery_img:nth-child(3) .gallery_div{*/
/*       position: absolute;*/
/*    left: 10px; */
/*}*/
/*.galeery_img:nth-child(3){*/
/*width:14%;*/
/*}*/

.galeery_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
ul#menu-primary-menu {
    padding-left: 0;
}
ul#menu-primary-menu a, .menu ul li a{
   color:#fff!important;
}
.menu ul{
  padding-left: 0!important;   
}
.bg-tee{
    left: 3%;
    position: absolute;
    opacity: 0.8;
    width: 38%;
    z-index: 0;
    top: -41%;
}
.header-text-1{
    position: relative;
    z-index: 1;
}
.bg-tee1 {
    position: absolute;
    right: 16%;
    bottom: 0%;
    width: 35%;
    opacity: 0.8;
    z-index:0;
}
.bg-tee2{
    position: absolute;
    right: 35px;
    z-index: 0;
    width: 7%;
    bottom: -2%;
    opacity: 0.4;
}
.all_foters, .header-section-index{
    position:relative;
    z-index:2;
}
.post_image img{
    height: auto!important;
    max-width: 100%!important;
    width:100%;
}
.post_image .post-thumbnail {
    max-width: 100%;
}
.single-block-title .entry-title{
   color: #9FF818;
    font-weight: 500;
    font-size: 3vw;
    line-height: 3.5vw; 
    z-index:2;
    position:relative;
}
.e-con-inner {
    max-width: 100% !important;
}
.elementor {
    width:100%!important;
    max-width:100%!important;
}
   .single .navbar-brand {
        display: none;
    }
    .post-thumbnail .wp-post-image {

    margin-top: 0!important;
}
.bg-tee4{
        position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 12%;
    z-index:0;
}
.author-box img{
    margin-right:20px;
}
.author-text{
    border-top: 1px solid #ffffff70;
}
.recent-text{
    color:#9FF818;
}
.bg-tee5 {
    left: 6%;
    position: absolute;
    opacity: 0.4;
    width: 9%;
    z-index: 0;
    top: -41%;
}
.author-box{
    position:relative;
    z-index:2;
}
.bg-tee6 {
    position: absolute;
    top: -41%;
    left: 27%;
    z-index: 0;
    opacity: 0.8;
    width: 42%;
}
.unparalled{
    position:relative;
    z-index:2;
}
.navigation_bar,.section3, .all_foters,.chang-darection{
    position:relative;
    z-index:2;
}
.p_text-fon4 {
    font-size: 2.8vw;
    line-height: 3.3vw;
}

.bg-tee8 {
    position: absolute;
    right: -11%;
    bottom: 5%;
    width: 46%;
    opacity: 0.8;
    z-index: 0;
}
.bg-tee9 {
    position: absolute;
    left: -5%;
    top: -40%;
    width: 19%;
    z-index: 0;
}
.chang-darection:nth-child(2){
  display: flex;
    flex-direction: row-reverse; 
    
}
.chang-darection:nth-child(2).bg-tee8 {
    position: absolute;
    right: -18%;
    bottom: -3%;
    width: 55%;
    opacity: 0.8;
    z-index:0;
  
}
.more-link{
    display:none;
}
.more-link1{
    color:#9FF818!important;
        border-bottom: 2px solid #9FF818;
}
.round-text1{
    position: absolute;
    right: 0;
    z-index: 1;
    top: -18%;
}
.blog_img_fe img{
   z-index: 2;
    position: relative; 
}

.blog .navbar-brand{
    display:none!important;
}
.blog_img_fe1 img{
width:90%!important;
}
.bg-tee10 {
    position: absolute;
    left: 6%;
    top: -45%;
    width: 21%;
    z-index: 0;
}
.p_text-fon9 p{
line-height: 8.5vw;
position: relative;
    
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    border: 1px solid #fff!important;
    border-radius: 10px!important;
    color: #fff!important;
    line-height: var(--global--line-height-body);
    padding: var(--form--spacing-unit);
    margin: 0 2px;
    max-width: 100%;
    background-color: #000;
    width:100%;
    
}
textarea {
    width: 100%;
    background-color: #000;
    border-radius: 10px!important;
    height: 200px;
    border: 1px solid #fff!important;
    color: #fff;
    padding:10px!important;
}
.left-right-border{
  border-right: 1px solid #fff;  
    border-left: 1px solid #fff;
  
}
span.ball:after {
    content: '';
    background: url(https://butterflai.live/wp-content/uploads/2024/06/Circle2-ezgif.com-optimize-1.gif);
    position: absolute;
    top: -60%;
    left: -20px;
    z-index: 0;
    width: 80px !important;
    height: 80px !important;
    max-width: 110px !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.galeery_img:nth-child(2n-1) {
    padding-top: 10%;
}
.ball{
       position: relative; 
}
.contenct_text{
    font-size: 4.2vw; color: #9FF818; font-weight: 600;
}
.wpcf7-submit{
    padding: 4px 20px 5px!important;
    font-size: 15px!important;
    border-radius: 20px!important;
    background-color: #9FF818!important;
    color: #000!important;    
}

.rl-border{
        border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer_social img{
    height:24px;
    width:24px;
}
div#player {
    pointer-events: none!important;
}
.contect_section .header-heading h1 {
    line-height: 8vw;
}
.ytp-autohide {

    pointer-events: none!important;
}
.case-header-box{
background-color:#C81331;
align-items: center;
padding: 5% 0px;
border-radius: 20px;    
}
.case-header-img{
   margin-left: -20%; 
}
.case-study-heading{
    color:#9FF818;
    font-family: "Roboto Condensed", sans-serif!important;
    font-weight:700;
    font-size:40px;
}
.case-yellow-box{
    background-color:#9FF818;
    border-radius: 10px;
}
.case-yellow-box-border{
    border-right: 1px solid #000;
}
.case-yellow-box h6{
    font-weight:900!important;
}
.bg-tee11{
    position: absolute;
    top: -34%;
    left: 35px;
    z-index: -1;
    width: 15%;
}

.wavy {
  animation-name: wavy;
  animation-duration: 60s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: relative;
  top: 0;
  left: 0;
}
@keyframes wavy {
  0% {
    top: 0px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: 0px;
  }
}

.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background)
{
        background-color: transparent!important;
        outline: 0!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-prev span, .owl-next span {
    font-size: 50px !important;
    position: absolute;
    top: 36%;
    transform: translate(-50%);

}
.owl-next span {
    right:0;
}
.owl-prev span {
    left:0;
}
    .logo-display img, .logo-display1 img{
        width:50px;
        height: 50px;
    }

.comparison_heading .header-heading h1 {
    font-size: 5vw;
    line-height: 7vw;
}
.bg-tee15 {
    position: absolute;
    left: 2%;
    top: -35%;
    width: 15%;
    z-index: 0;
}
.links-border {
    border-left: 1px solid #fff;
}
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
@media screen and (min-device-width: 1024px) and (max-device-width: 1180px){
  .rounded_img1 {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(0%, 0%);
    width: 64%;
}
}
@media screen and (min-device-width: 1500px){
   span.ball:after {
top: -80%;
left: -100%;
    
   }   
   
   span.ball:after {
       width: 100px !important;
    height: 100px !important;
   }
   
   
}
@media screen and (min-device-width: 1960px){
.header-heading h1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
} 
span.ball:after {
        top: -49%;
        left: -65%;
    }
    .footer_links li a {
         font-size: 20px;   
}
}
@media screen and (max-width: 1250) {
  .rounded_img1 {

    width: 65%;
}
}
@media screen and (max-width: 1500px) {
  .rounded_img1 {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(0%, 0%);
    width: 64%;
}
.navbar-brand{
	width:50%;
}
.owl-stage-outer {
    margin-left: 0px;
}
/*.galeery_img:nth-child(2) {*/

/*    display: block;*/
/*    justify-content: end;*/
/*}*/
/*.galeery_img:nth-child(3) .gallery_div{*/
/*       position: relative;*/
/*    left: 10px; */
/*}*/
/*.galeery_img:nth-child(3){*/
/*width:auto;*/
/*}*/

    .custom-logo-link{
        width:40%;
    }
    .header_button {
    padding: 3px 14px 3px;
}
}
@media only screen and (max-width: 1206px) {
.footer_links li a {

    font-size: 11px;

}
}
@media only screen and (max-width: 1199px) {
	.section5 h4 {
        font-size: 20px !important;
    }
.footer_links li a {

    font-size: 9px;

}
}
@media only screen and (max-width: 1024px) {
    
.bg-tee1 {

    right: 46%;
    bottom: -27%;

}
.case-header-img {
    margin-left: -20%;
    width: 65%;
}
span.ball:after {

top: -25%;
        left: -50%;
    width: 30px !important;
    height: 30px !important;

}
  .contect_section .bg-tee10 {
        position: absolute;
        left: 32%;
        top: -29%;
        width: 21%;
        z-index: 0;
    }
    input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
width:100%!important;
    
}
.contect_text {
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 20px;
}
.case-study-heading{
    font-size:40px;
}
.img_margin.cssanimation.sequence.subject::after {
    width: 150px!important;
    height: 150px!important;

}
.footer_links li a {
    font-size: 9px;
    line-height: 12px;

}
.section5 h4{
    font-size:20px!important;
}
}
@media screen and (max-width: 995px) {
    .footer_links li a {
    font-size: 6px;
    line-height: 10px;

}
}
@media screen and (max-width: 767px) {
    .single-block-title {
    padding: 0;
}
.links-border {
    border-left: 0px solid #fff;
}
.case-study-heading{
    font-size:30px;
}
.bg-tee15 {
   top: 3%;
    width: 20%;
	display:none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px;
    padding: 4px 10px;
}
.rl-border{
        border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
.contenct_text{
    font-size: 32px; color: #9FF818; font-weight: 600;
    line-height:35px;
}
    span.ball:after {
        top: -34% !important;
        left: -35% !important;
        width: 20px !important;
        height: 20px !important;
    }
.case-header-box{

padding: 5%;
   
}
.case-header-img {
        margin-left: 0%;
        width: 100%;
    }
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea
{
    font-size:15px;
    padding: 4px 10px!important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 15px;
    height:100px!important;
}
.bg-tee1 {
        right: 0;
        bottom: 0;
        width: 73%;

}
    .bg-tee {
        width: 18%;
        z-index: 0;
        top: -17%;
        left: 12%;
    }
.bg-tee2 {
        position: absolute;
        right: 10px;
        z-index: 0;
        width: 35%;
        bottom: -6%;
        opacity: 0.4;
}
.bg-tee2 .footer_text {
    font-size: 16px!important;
    line-height: 20px;

    margin-bottom: 12px;
}
.single-block-title h1{
        font-size: 25px!important;
    line-height: 27px!important;
}
  .rounded_img1 {
    position: absolute;
    top: 30%;
    left: 18%;
    transform: translate(0%, 0%);
    width: 65%!important;
}
.footer_text,.footer_links{
    font-size:15px;
}
 

.navbar-brand{
	width:40%;
}
.header_button {
    font-size: 14px;
    padding: 4px 14px 4px;

}
.header-heading h1, .effect_section h2 {
    font-size:40px;
    line-height: 42px;
}
.header_2_text, .p_text-font, .p_text-font1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.logo-display{
	display: block;
}
.mobile_margin{
	margin-top: 100%;
}
.p_text-font2 {
    font-size: 22px;
    line-height: 26px;
}
.p_text-fon3 {
    font-size: 20px;
    line-height: 25px;
}
 .p_text-font4 {
    font-size: 20px;
    line-height: 23px;
}
.img_margin{
	margin-top: 50px;
}
.footer_text {
    font-size: 18px;
    line-height: 22px;

}
.second-foter .footer_text {
        margin-bottom: 10px;
    text-align:center;
}
.footer_privecy{
	text-align: -webkit-right;
}
.p_text-fon4 {
    font-size: 25px;
    line-height: 30px;
}
.round-text1 {
    right: -50px;
    top: -23%;
}
.bg-tee8 {
    position: absolute;
    right: 0%;

}
    .round-text1 {
        right: auto;
        left: -5%;
        top: -20%;
    }
    .bg-tee9 {
    left: -1%;
    top: -40%;

}
.blog_img_fe1{
    display: flex;
    justify-content: end;
}
.blog_img_fe1 img{
width:90%!important;
}
.bg-tee6 {
    top: -77%;
    left: 27%;
}
.contect_section .header-heading h1 {
        font-size: 60px;
        line-height: 50px;
    }
    .contect_section .bg-tee10 {
        position: absolute;
        left: 15%;
        top: -62%;
        width: 28%;
        z-index: 0;
    }
    .effect_section h4{
       margin-top:15px; 
    }
    .case-yellow-box-border {
    border-right: 0;
}
.ball{
        font-size: 5vw!important;
}
.bg-tee11 {
display:none!important;
}

.wavy {
  animation-name: none;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: relative;
  top: 0;
  left: 0;
}
.footer_links li a{
    font-size:12px;
    line-height:16px;
}
.footer_links .right-text{
    text-align: -webkit-right!important;
    display:flex;
    justify-content:right;
}
.footer_links .center-text{
    text-align: -webkit-center!important;
     display:flex;
    justify-content:center;
}
.footer_links .left-text{
    text-align: -webkit-left!important;
     display:flex;
    justify-content:left;
}
.img_margin.cssanimation.sequence.subject::after {
    left: 39%;
    top: -12%;
}
.cssanimation video {

    width: 85%!important;
}
.img_margin.cssanimation.sequence.subject::after {

    left: 72%!important;
    top: -7%!important;
}
.page-id-426 h3{
    font-size:25px;
    line-height: 30px;
}
 ol {

    padding-left: 20px!important;
}
.mobile_reverse{
    flex-direction: column-reverse;
}
.comparison_heading .header-heading h1{
    font-size: 30px;
    line-height: 45px;
}
.comparison_heading1{
    line-height: 1.2;
}
}
@media screen and (max-width: 550px) {
        span.ball:after {
        top: -30% !important;
        left: -38% !important;
        width: 15px !important;
        height: 15px !important;
    }
    .img_margin.cssanimation.sequence.subject::after {
    width: 130px!important;
    height: 130px!important;
        left: 62%!important;
    top: -11%!important;
}
.cssanimation video {

    width:75%!important;
}
  .rounded_img1 {

    width: 75%!important;
}
}
@media screen and (max-width: 480px) {

.contect_section .bg-tee10 {
        position: absolute;
        left: 15%;
        top: -30%;
        width: 28%;
        z-index: 0;
    }
    span.ball:after {
        width: 15px !important;
        height: 15px !important;
    }
        .bg-tee {
        width: 22%;
        z-index: 0;
        top: -8%;
        left: 27%;
    }
    .ball {
        font-size: 7vw !important;
    }
    .logo-display img, .logo-display1 img{
        width:50px;
        height: 50px;
    }
.footer_text {
        font-size: 15px;
    }
}
@media screen and (max-width: 380px) {

.header-heading h1 {
    font-size: 46px;
    line-height: 46px;
}
.contect_section .bg-tee10 {
        position: absolute;
        left: 35%;
        top: -18%;
        width: 33%;
        z-index: 0;
    }
    .ball{
        font-size:9vw!important;
}


}

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

    .header_button {
        font-size: 8px;
        padding: 4px 14px 4px;
    }
    .custom-logo-link {
        width: 35%;
    }
    .header_2_text, .p_text-font, .p_text-font1 {
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
    }
    .header-heading h1 {
        font-size: 30px;
        line-height: 34px;
    }

    span.ball:after {
        top: -30% !important;
        left: -30% !important;
        z-index: 0;
        width: 10px !important;
        height: 10px !important;
    }
        .header-heading h1, .effect_section h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .footer_text {
        font-size: 12px;
        line-height: 17px;
    }
    .footer_links li {

    display: table;
    font-size: 10px;
}
.bg-tee {
        width: 32%;
        z-index: 0;
        top: -11%;
        left: 37%;
    }
    .footer_links li a {
        font-size: 7px;
        line-height: 10px;
    }
    .img_margin.cssanimation.sequence.subject::after {
        width: 120px !important;
        height: 120px !important;
        left: 53% !important;
        top: -11% !important;
    }
}


.single-post a {
    color: #9FF818;
}

.blog_list_img{
	height:353px;
	width:513px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position: relative;
    z-index: 2;
	border-radius: 20px;
}