/**
* Template Name: Selecao
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --primary_color: #0baf9a;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: var(--primary_color);
    text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary_color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #ffffff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--primary_color);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
    background: #fff;
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.9);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    height: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    background: var(--primary_color);
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #fff;
    background: #32a78b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 0;
}

#hero .hero-shape .shape-contain {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 65%;
    height: 100%;
    background-color: var(--primary_color);
    clip-path: polygon(100% 0, 90% 22%, 95% 70%, 78% 100%, 0 100%, 0 70%, 0 39%, 0 0);
}

#hero .hero-shape .shape-contain>div {
    width: 50%;
    margin: 180px auto;
    padding-left: 8px;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}

#hero p {
    font-size: 20px;
    font-weight: 600;
    animation-delay: 0.4s;
    color: #fff;
}

@media (max-width: 993px) {
    #hero {
        height: 600px;
    }

    #hero .hero-shape .shape-contain {
        width: 100%;
        clip-path: polygon(100% 0, 100% 52%, 59% 37%, 14% 56%, 22% 81%, 0 100%, 0 0);
    }

    #hero .hero-shape .shape-contain>div {
        width: 100%;
        margin: 0;
        padding-left: 6px;
    }

    #hero h2 {
        margin: 0;
        margin-top: 80px;
        font-size: 30px;
    }

    #hero p {
        font-size: 16px;
        margin-top: 16px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #53f1cc7d;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    padding-top: 80px;
    text-align: justify;
}

.content h3 {
    font-weight: 600;
    font-size: 26px;
}

.content ul {
    list-style: none;
    padding: 0;
}

.content ul li {
    padding-left: 28px;
    position: relative;
}

.content ul li+li {
    margin-top: 10px;
}

.content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 25px;
    color: #3e8c81;
    line-height: 1;
}

.content p:last-child {
    margin-bottom: 0;
}

.content .btn-learn-more {
    font-family: "poppins";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #53f1cc7d;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #53f1cc7d;
}

.content .btn-learn-more:hover {
    background: #53f1cc7d;
    color: #fff;
    text-decoration: none;
}

.seller-support .line {
    height: 500px;
    width: 2px;
    background-color: var(--primary_color);
    margin: 0 auto;
}

.seller-support .section-title {
    position: absolute;
    padding: 6px 12px;
    background-color: var(--primary_color);
    color: #fff;
    border-radius: 8px;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 14px;
}

.seller-support .section1-title {
    top: 0%;
    left: 35.5%;
}

.seller-support .section2-title {
    top: 35%;
    right: 35%;
}

.seller-support .section3-title {
    top: 70%;
    left: 35.5%;
}

.seller-support .section {
    position: absolute;
    width: 40%;
    padding: 6px 12px;
    background-color: #fff;
    color: var(--primary_color);
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 14px;
}

.seller-support .section1 {
    top: 8%;
    left: 0%;
}

.seller-support .section2 {
    top: 43%;
    right: 0%;
}

.seller-support .section3 {
    top: 78%;
    left: 0%;
}

.brand-markting img {
    height: 300px;
    border-radius: 8px;
}

.customer-retention img {
    height: 100%;
}

.platform-endless img{
    height: 100%;
}

@media (max-width: 993px) {
    .section-title p {
        font-size: 24px;
    }

    .content h3 {
        font-size: 22px;
    }

    .seller-support .line {
        height: 550px;
    }

    .seller-support .section-title {
        font-size: 12px;
    }

    .seller-support .section1-title {
        top: 0%;
        left: 5%;
    }

    .seller-support .section2-title {
        top: 28%;
        right: 4.5%;
    }

    .seller-support .section3-title {
        top: 63%;
        left: 5%;
    }

    .seller-support .section {
        width: 49%;
        font-size: 10px;
    }

    .seller-support .section1 {
        top: 7%;
        left: 0%;
    }

    .seller-support .section2 {
        top: 35%;
        right: 0%;
    }

    .seller-support .section3 {
        top: 70%;
        left: 0%;
    }

    .customer-retention img {
        height: 300px;
    }

    .platform-endless img{
        height: 400px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #53f1cc;
    float: left;
    width: 44px;
    height: 44px;
    background: #0e001d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555974;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: var(--primary_color);
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: var(--primary_color);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--primary_color);
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: var(--primary_color);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
    background: var(--primary_color);
    color: #fff;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    margin-top: 70px;
    background: #f7f8f9;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #404356;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #e2e2e2;
    color: #000000;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #3aa8a8;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: var(--primary_color);
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

#hero-tittle {
    font-weight: 300 !important;
}

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

    /* For mobile phones: */
    #hero-tittle {
        font-size: 20px;
        width: 100%;
        margin-bottom: 300px !important;
        text-align: center;
    }
}

.card-title {
    text-align: center;
    color: black !important;
}

.featur-name {
    font-weight: 500 !important;
    color: #ffffff !important;
}

.li-margin {
    margin-left: 10px;
}
