
@keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
.levitate {
            -webkit-animation-name: levitate;
            animation-name: levitate;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        }
        @keyframes rev-rotate {
            0% {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        
            100% {
                -webkit-transform: rotate(-360deg);
                -ms-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }
        
        @-webkit-keyframes rev-rotate {
            0% {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        
            100% {
                -webkit-transform: rotate(-360deg);
                -ms-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }
        
        @-moz-keyframes rev-rotate {
            0% {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        
            100% {
                -webkit-transform: rotate(-360deg);
                -ms-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }
        @keyframes zigZag {
            0% {
                -webkit-transform: rotate(0deg) translate(-10px, -10px);
                -ms-transform: rotate(0deg) translate(-10px, -10px);
                transform: rotate(0deg) translate(-10px, -10px);
            }
        
            20% {
                -webkit-transform: rotate(360deg) translate(-100px, -100px);
                -ms-transform: rotate(360deg) translate(-100px, -100px);
                transform: rotate(360deg) translate(-100px, -100px);
            }
        
            40% {
                -webkit-transform: rotate(0deg) translate(100px, 100px);
                -ms-transform: rotate(0deg) translate(100px, 100px);
                transform: rotate(0deg) translate(100px, 100px);
            }
        
            60% {
                -webkit-transform: rotate(360deg) translate(10px, 10px);
                -ms-transform: rotate(360deg) translate(10px, 10px);
                transform: rotate(360deg) translate(10px, 10px);
            }
        
            80% {
                -webkit-transform: rotate(0deg) translate(70px, 70px);
                -ms-transform: rotate(0deg) translate(70px, 70px);
                transform: rotate(0deg) translate(70px, 70px);
            }
        
            100% {
                -webkit-transform: rotate(360deg) translate(-10px, -10px);
                -ms-transform: rotate(360deg) translate(-10px, -10px);
                transform: rotate(360deg) translate(-10px, -10px);
            }
        }
        
        
.page_container{
    background-image: linear-gradient(to right, #09327f, #06183b);
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.hero-body {
    
    flex-grow: 1;
   
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}
.is-relative {
    position: relative !important;
}
.banner-10-trops {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;


}
.banner-10-trops div[class*="trops"] {
    position: absolute;
}
.trops-1 {
    top: 70%;
    left: 20%; 
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
}
.trops-2 {
    top: 30%;
    left: 50%;  
    animation: rev-rotate 30s alternate infinite; 
    -webkit-animation: rev-rotate 30s alternate infinite;  
}
.trops-3 {
    top: 50%;
    left: 55%;
    animation: rev-rotate 30s alternate infinite; 
    -webkit-animation: rev-rotate 30s alternate infinite; 
}
.trops-4 {
    top: 20%;
    left: 75%; 
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;  
}
 .trops-5 {
    top: 23%;
    left: 85%;
    animation: rev-rotate 30s alternate infinite; 
    -webkit-animation: rev-rotate 30s alternate infinite;    
}

.trops-6 {
    top: 58%;
    left: 97%;  
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
}
.trops-7 {
    top: 40%;
    left: 98%;
    animation: rev-rotate 30s alternate infinite; 
    -webkit-animation: rev-rotate 30s alternate infinite; 
}
.hero-body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.custom-shape-divider-bottom-1630583222 .shape-fill {
    fill: #0F5EF7;
}



.banner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.container {
    max-width: 1152px;
}

.title_big {
    color: #fff;
    font-weight: 600;
    line-height: 1.125;
    font-family: 'Nexa Bold', sans-serif;
    font-size: 51px;
}

.m_gray{
    color: #9698d6;
    font-weight: 400;
    line-height: 1.25

}
.singup{
     background-color:#3273dc ;
    color:#fff;
    padding: 11px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
}

.learnmore{
    padding: 11px 36px;
    border: none;
    color: #4d4cac;
    cursor: pointer;
    margin-left: 10px;
    background-color: white;
    text-decoration: none;
}
.vidio {
    padding: 10px;
   position: relative; 
    top: 2px;
    padding-right: 10px;
    color: #999;
    transition: all 0.4s;
    cursor: pointer;
}
.light-subtitle {
    font-size: 16px !important;
    margin: 20px !important;
    margin-top: 0px !important;
    padding: 2% 10% 2% 10%;
    margin-bottom: 0 !important;
}
.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}
.has-text-centered{
    padding: 13px;
}
.app-mockup{
    height: auto;
    max-width: 64%
}
.app{
    width: 8vw;
    margin-top: 20px;
    margin-left: -19%;
}

.floating-avatars .avatar.avatar-4th {
    left: 26%;
    top: 34%;
}
.floating-avatars .avatar.avatar-6th {
    left: 66%;
    top: 34%;
}
.floating-avatars .avatar {
    height: 65px;
    position: absolute;
   
}

.columnss{
    text-align: center;
}
.custom-shape-divider-bottom-1630583222 {
    
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.pulsate {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.0;
}
.columns1{
    display: flex;
}
.mockup-section {
    padding: 5rem 1.5rem !important;
}
.columns5{
    text-align: center;
}
.minimal-feature .minimal-title {
    padding: 10px 0;
    margin-bottom: 0 !important;
    font-size: 40px;
    color: #fff;

}
.content-wrapper {
    padding-top: 40px;
}
.section-title-wrapper {
    position: relative;
    padding: 55px 20px;
}
.bg-number {
    position: absolute;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 160px;
   
    opacity: 0.4;
    color:#fff;
    
  
}



.card1{
    font-size: 27px;
    font-weight: 700;
}

.m-white1{
    font-size: 12px;
}
.m-white{
   color: #fff ;
   font-size: 17px;
   
}
.title {
    font-size: 26px;
    padding: 11px 0px
}
.button:hover{
background-color: #06183b;
color: #fff;

}
.left-img {

    background: linear-gradient(45deg, #ff808b, #f79099) !important;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: absolute;
    margin-left: 32%;
    z-index: 1;
    font-size:60px;
    padding-top:8px;
}
.column2 img{
    height: 591px;
}
.right-img {
    
    background: linear-gradient(45deg, #ff808b, #f79099) !important;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: absolute;
    padding-top:8px;
    margin-left:-7%;
    z-index: 1;
    font-size: 60px;
}

.section.is-medium {
    padding: 7rem 1.5rem;
}
.column6{
    flex: none;
    width: 41.66667%;
    margin-left:11.33333%;
}
.tag{
    background-color: blue;
    color: #fff;
    padding: 8px 19px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 4px
}

.minimal-feature-image .main-image {
    position: relative;
    z-index: 2;
}

.colum{
    padding-right: 100px;
}
.minimal-feature{
    text-align: center;
    padding-top: 50px;

}
.minimal-feature1{
    
    padding-top: 50px;

}
.employees{
    padding-bottom: 60px;
}

.employees img{
    height:auto;
    max-width: 100%;
}
.columnsss{
    text-align: center;
    margin-bottom: 90px;
}
.btn1{
    padding-top: 30px;
}
.button{
    font-size: 13px;
    text-align: center;
    color: #fff;
    border: none;
    padding: 10px 20px;
    background-color: #e88989;
    border-radius: 23px;
    text-decoration: none;
}


.column.is-6, .column.is-6-tablet {
    -ms-flex: none;
    flex: none;
    width: 50%;
}
.why-img1 {
    margin-top: 8%;
    margin-left: -20%;
    z-index: 3;
    height: 100px;
    position: absolute;
   
}
.why-img2 {
    margin-top: 24%;
    margin-left: -10%;
    z-index: 4;
    height: 70px;
    position: absolute;

}
.why-img3 {
    margin-top: 35%;
    margin-left: -25%;
    z-index: 5;
    height: 90px;
    position: absolute;
}
.why-img4{
    height: auto;
    max-width: 100%;

}
.why-img5{
    height:auto;
    max-width: 100%;
}
.why-img6{
    height:auto;
    padding-left: 80px;
    max-width: 100%;
}
.column7{
    display: flex;
    margin-top: calc(6.5rem - .75rem);
}
.btn2{
    padding-top: 20px;
}
.btn2 img{
    width: 140px;
}
.why-img7 {
    height:auto;
    width:auto;
    padding-left: 88px;
    max-width: 100%;
}


.why-img8{
    height: auto;
    max-width:100%;
}
.light-text {
    color: #fff !important;
}
.column-singal{
    width: 50%;
}
.feature-content{
    font-size: 14px;
}
.section {
    padding: 3rem 1.5rem;
}


.column.is-5, .column.is-5-tablet {
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
}
.main-img{
    height: auto;
    max-width: 100%;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.conditions{
    color: #fff;
}
.grid-clients.five-grid .is-separator {
    border-top: 1px solid #0f5ef7;
}
.client{
    max-width: 100px;
}

.grid-clients.five-grid .column:nth-child(2), .grid-clients.five-grid .column:nth-child(3), .grid-clients.five-grid .column:nth-child(4),
.grid-clients.five-grid .column:nth-child(5) {
    border-right: 1px solid #0f5ef7;
}

.has-text-centered {
    text-align: center !important;
}
.bg-m-blue7 {
    background: linear-gradient(45deg, #0f5ef7, #0f5ef7) !important;
    padding: 14px 43px;
}


.is-2{
    
    font-size: 2.5rem;
}
.is-4{
    font-size: 1.5rem;
}
.tabbed-links{
    display: flex;
}
.contact-toggler .tabbed-links li.is-active {
    color: #707988;
    font-weight: 500;
    border-top: 2px solid #6EBDFF;
}
.contact-toggler .tabbed-links li {
    display: inline-block;
    padding: 10px;
    color: #cecece;
    border-top: 2px solid transparent;
    cursor: pointer;
}
.contact-toggler .contact-blocks .contact-block {
     display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    gap: 14px;
}
.form-coium{
    display: flex;
    padding: 16px;
    gap: 12px;

}

.no-padding-bottom{
    padding-bottom: 0px;
}

.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.contact-info span {
    display: block;
}
.contact-toggler .contact-blocks .contact-block .contact-info span:nth-child(2) {
    font-weight: 500;
    color: #039BE5;
}
.inputt{
    width: 100%;
    padding: 7px;
    border-radius: 10px;

}
.textarea{
    width:187%;
    border-radius: 12px;
}
