@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
a {
    display: block;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
.button {
    cursor: pointer;
    background-color: #00bf62;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    padding: 15px;
    font-weight: 500;
}
header {
    background-color: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    position: fixed;
    height: 90px;
    display: flex;
    justify-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header .mobile {
    z-index: 99;
    background-color: #FFF;
}
.mobile .brand {
    flex: 1;
}
.mobile .brand img {
    width: 150px;
}
.mobile button {
    background-color: transparent;
    border: none;
    font-size: 22px;
    margin-left: 10px;
}
.menu-mobile {
    position: fixed;
    top: -500px;
    left: 0;
    z-index: 50;
    background-color: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .2s ease;
}
.mobile {
    display: none;
}
header .container {
    justify-items: center;
    justify-content: space-between;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

header .brand {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

header nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}
header img {
    width: 200px;
}
header nav a {
    display: block;
    padding: 20px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;

}

.nav-link {
    background-color: #00bf62;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
}  
.container {
    max-width: 1000px;
    margin: 0 auto;
}
.main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main-left {
    flex: 1;
    margin-right: 20px;
}
.main-left h1 {
    font-size: 38px;
}
.main-left a {
    margin-top: 30px;
}
.main-right {
    flex: 1;
}
.main-right img {
    animation: move 2s infinite alternate;
    max-width: 500px;
}
.down  {
    position: absolute;
    bottom: 20px;
    font-size: 30px;
    color: #cfcccc;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}


.about {
    display: flex;
}
.about-left {
    width: 50%;
}
.about-right {
    width: 50%;
}
.about-right h1 {
    margin-bottom: 50px;
}

.about-left img {
    height: 600px;
}
section h1 {
    font-size: 28px;
}
.about-itens {
    display: flex;
    margin-bottom: 80px;
}
.about-figure {
    background-color: #e4def9;
    height: 50px;
    width: 45px;
    max-width: 60px !important;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 22px;
}
.about-right h3, .about-right p {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}
.what {
    position: relative;
   margin-top: 100px;
}

.what h1 {
    text-align: center;
    margin-bottom: 10px;
}
.what h3 {
    text-align: center;
    margin-bottom: 50px;
}


.what-about {
    display: flex;
}
.what-video {
    margin-right: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.what-text {
    flex: 1;
}
.what-text h1 {
    text-align: left;
    line-height: 35px;
}
.span-green {
    color: #00bf62;
}
section {
    min-height: 100vh;
}
.how-it-works {
    margin-top: -50px;
    
}
.how-it-works h1 {
    text-align: center;
    margin-bottom: 50px;
}
.how-it-works img {
    margin: auto;
    max-width: 800px;
    display: block;
    margin-bottom: 50px;
}
.how-it-works-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.how-it-works-block {
    width: 30%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.how-it-works-figure {
    background-color: #dcedfe;
    color: #1785f2;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features {
   margin-top: 150px;
}
.features  h1 {
    text-align: center;
    margin-bottom: 50px;
}

.features-content {
    display: flex;
}
.features-left p {
    margin-bottom: 10px;;
}
.features-left h1 {
    text-align: left;
}
.features-left i {
    color: #00bf62;
    font-size: 30px;
    margin-right: 10px;
}
.features-right img {
    width: 450px;
}

.easy-form {
    display: flex;
    align-items: center;
}
.easy-form-left {
    flex: 1;
}
.easy-form-right {
    flex: 1;
}
.easy-form-left img {
    width: 400px;
}

.experience h1 {
    text-align: center;
}
.experience-header p {
    display: block;
    margin: auto;
    margin-top: 20px;
    max-width: 700px;
    text-align: center;
}

.experience-list {
    display: flex;
    justify-content: space-between;
}
.experience-item {
    max-width: 30%;
}
.demo {
    margin-top: 200px;
}

.demo-video {
    
    display: flex;
    margin-bottom: 50px;
}
.demo-text {
    flex: 1;
    margin-right: 20px;
}
.demo-video-content {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}
.demo-video-content iframe {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}

.demo-connect {
    display: flex;
}
.demo-connect-left {
    flex: 1;
    margin-right: 30px;
}
.demo-connect-right {
    flex: 1;
}
.api-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.api-images img {
    width: 150px;
    height: 150px;
}

.plans {
    margin-top: 150px;
    margin-bottom: 100px;
 
}
.plans h1 {
    text-align: center;
    margin-bottom: 50px;
}
.plans-area {
    display: flex;
    justify-content: space-between;
}
.plan-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
}
.plan-item-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-color: #f8f9fa;
}
.plan-item-header h3 {
    text-align: center;
    color: #00bf62;
}

.plan-item-header span {
    font-size: 15px;
}
.plan-item-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.plan-item-body p {
    margin-bottom: -5px;
    font-size: 14px;
}
.plan-item-body i {
    font-size: 10px;
}
.plus-starter {
    color: #1785f2;
    font-size: 16px !important;
}
.plus-pro {
    color: #00bf62;
    font-size: 16px !important;
}

.agency-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.plan-item-body a {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #00bf62;
    color: #fff;
    margin-top: 30px;
}

.faq {
    margin-bottom: 200px;
    margin-top: 150px;
}
.faq h1 {
    margin-bottom: 50px;
    text-align: center;
}
.faq-item {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

footer {
    padding: 50px;
    background-color: #2b3238;
    color: #fff;
    
}

.footer-body {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #606060;
    padding-bottom: 10px;
    color: rgb(217, 223, 227);
}
.footer-body p {
    font-weight: 300;
    font-size: 15px;
    
}
.footer-header img {
    width: 200px;
    margin-bottom: 20px;
}
.socials {
    display: flex;
    justify-content: space-between;
}
.socials i {
    font-size: 20px;
    color: #fff;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
}

.footer-footer {
    color: rgb(217, 223, 227);
}
.footer-call {
    display: flex;
    justify-content: space-between;

    background-color: #00bf62;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
    gap: 50px;

}
.footer-call div:first-child {
    
}   
.footer-call div {
    flex: 1;
}
.footer-call a {
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    width: 200px;
    font-weight: 500;
    color: #000;
}

@keyframes move {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

@media (max-width:768px){

    .desktop {
        display: none !important;
    }
    header {
        height: 60px;
        padding: 10px;
    }
    .main {
        margin-top: 80px;
    }
    .mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .button {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section {
        margin-bottom: 100px;
    }
    .menu-mobile.active {
        top: 50px;
    }
    .menu-mobile nav {
        display: flex;
        flex-direction: column;
    }	
    .menu-mobile nav a {
        display: block;
    }
    
    .container {
        width: 100%;
        padding: 10px;
    }
    .main, 
    .about,
    .easy-form,
    .what-about,
    .features-content,
    .experience-list,
    .demo-video ,
    .demo-connect,
    .plans-area,
    .footer-body,
    .footer-call{
        flex-direction: column;
    }
    
    h1 {
        font-size: 20px !important;
        text-align: center;
    }
    p {
        font-family: 15px;
    }
    .button {
        width: 100%;
    }
    .main-left {
        margin-right: 0;
    }
    .about-itens {
        margin-bottom: 20px;
    }
    .about-right h3, .about-right p {
        text-align: left;
    }
    .about-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .about-right {
        text-align: center;
    }
    .about-left  img {
        margin-bottom: 20px;
    }
    .plan-item {
        width: 100%;
        max-width: none;
        margin-bottom: 50px;
    }
    .api-images  {
        display: none;
    }
    .experience-item {
        width: 100%;
    }
    .experience-body {
        text-align: center;
    }
    .experience-item-header {
        display: flex;
        justify-content: center;
    }
    .experience-item-header img {
        width: 200px;
    }
    .how-it-works img {
        width: 90%;
    }
    .features-right {
        display: flex;
        justify-content: center;
    }
    
    .easy-form-left {
        margin-bottom: 20px;
    }
    .easy-form-left img {
        width: 260px;
    }
    .easy-form-right{
        text-align: center;
    }
    .features-right {
        display: none;
    }
    .features-right img {
        width: 200px;
    }
    .how-it-works-blocks {
        flex-direction: column;
    }
    .how-it-works-block {
        width: 100%;
    }
    
    .what-video {
        margin-right: 0;
        margin-bottom: 20px;
    }
    /*.how-it-works {
        margin-top: 100px;
    }*/
    .about-right {
        width: 100%;
    }
    .main-right img {
        width: 300px;
        margin-top: -93px;
    }
    .about-left img {
        height: 300px;
    }
    .experience-item {
        max-width: none;
    }
    .demo {
        margin-top: 50px;
    }
    .demo-connect-left{
        margin-right: 0;
    }
    footer {
        padding: 10px;
    }
    .footer-call {
        gap: 0;
    }
    .footer-call a {
        width: 100%;
    }
    .footer-call h1 {
        font-size: 18px;
    }
    .faq {
        margin-top: 100px;
    }
    .features {
        margin-top: 120px;
    }
}   
