@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@700&family=PT+Sans&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=PT+Sans&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400&family=PT+Sans&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada&family=Montserrat:wght@500&family=Roboto&display=swap');
@import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root{
    --background-color: linear-gradient(-45deg, rgba(29, 141, 172, 0.4) 50%, white 100%);
    --orange-color: #F77118;
    --blue-color: #00BDFF;
    --black-color: #000000;
}

body .header-section .top-header .open {
    background-color: #f77118;
    border-radius: 5px;
    padding: 1em;
    width: 92%;
    z-index: 1000;
    position: absolute;
}

.orange{
    color: #f77118;
}

.blue{
    color: #00BDFF;
}

button{
    outline: none;
    border: none;
}

.whatapp-icon {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.menu-text{
    color: black;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    cursor: pointer;
}


input, select{
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #131313;
    padding: 0 .2em;
    font-family: sans-serif;
}

form label{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.blue-btn {
    background-color: #044A5E;
    color: white;
    padding: 0.8em 1em;
    border-radius: 25px;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
    text-transform: uppercase;
}

form .mt-btn{
    margin-top: 1em;
}

.btn {
    padding: 0.8em 1em;
    border-radius: 5px;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
    text-transform: uppercase;
}

ul, li{
    list-style: none;
}

body{
    width: 100vw;
    min-height: 100vh;
    color: var(--orange-color);
}

.logo-text{
    display: none;
    color: var(--orange-color);
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 700;
    word-wrap: break-word;
}

.slogan{
    color: white;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 700;
    word-wrap: break-word;
}

.footer-section .logo-text {
    color: white;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 700;
    word-wrap: break-word;
}

.footer-section .logo{
    display: flex;
    gap: .4em;
    align-items: center;
}

/* HEADER SECTION */
span{
    color: #F77118;
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 700;
}

.span {
    color: #F77118;
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 700;
    display: none;
}

body .header-section{
    background-image: var(--background-color);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 1em 2rem;
}

body .header-section .top-header{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    align-items: start;
    /* background-color: black; */
    border-radius: 10px;
}

body .header-section .top-header .logo{
    display: flex;
    align-items: center;
    cursor: pointer;
}

body .header-section .top-header .header-menu{
    display: flex;
    align-items: center;
    gap: 2em;
}

/* Hamburguer Menu */
.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
}

.login-button button {
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #0187a7;
}

.login-button button a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

/* ----- */

body .header-section .top-header .header-menu li a{
    color: var(--black-color);
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
    text-transform: uppercase;
}

body .header-section .top-header .button-action a{
    background-color: var(--orange-color);
    color: white;
    padding: 0.8em 1em;
    border-radius: 25px;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
    text-transform: uppercase;
}

body .header-section .header-content{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4em;
}

body .header-section .header-content .left{
    width: 55%;
    min-height: 50%;
    /* background-color: chocolate; */
}

body .header-section .header-content  .heading-text{
    color: black;
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
}

body .header-section .header-content .paragraph-text{
    color: black;
    font-size: 18px;
    font-family: Montserrat Alternates;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 1em;
}

body .header-section .header-content .buttons{
    display: flex;
    gap: 1em;
    margin-top: 1em;
}

body .header-section .header-content .buttons .blue-btn{
    background-color: #044A5E;
    color: white;
    padding: 0.8em 1em;
    border-radius: 25px;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
    text-transform: uppercase;
}

body .header-section .header-content .buttons .orange-btn{
    color: var(--orange-color);
    border-radius: 35px;
    border: 1px solid #f77118;
}

body .header-section .header-content .right{
    width: 40%;
    height: 80%;
    /* background-color: #F77118; */
}

body .header-section .header-content .right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* *** HEADER SECTION *** */

/* STATISTIC SECTION */
.statistics-section{
    background: rgba(29, 141, 172, 0.20);
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2rem;
    overflow: hidden;
}

.statistics-section .statisticss-container{
    background-color: #F5F5F5;
    padding: 1em 2rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 3em;
    width: 85%;
    height: 90%;
}

.statistics-section .statisticss-container .statistics-container{
    display: flex;
    flex-direction: column;
    /* gap: 1em; */
    align-items: center;
    justify-content: center;
}

.statistics-section .statistics-container .statistic-number{
    color: var(--black-color);
    font-size: 45px;
    font-family: Montserrat;
    font-weight: 400;
    word-wrap: break-word;
}

.statistics-section .statistics-container  .statistic-text{
    color: var(--orange-color);
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}


/* Adavantage Video Section */
.advantage-video-section{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em 2rem;
    background-color: rgb(255, 255, 255);
}

.advantage-video-section h2{
    color: #044A5E;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    word-wrap: break-word;
}

.advantage-video-section p{
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

.advantage-video-section .advantage-video-container{
    width: 85%;
    height: 65vh;
}

/* BENEFITS */
.benefits-section{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em 2rem;
    background-color: rgba(210, 232, 238, 0.3);
}

.benefits-section .benefits-title{
    color: #044A5E;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 1em;
}

.benefits-section .benefits-container{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.benefits-section .benefits-container .benefits-card{
    width: 280px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}

.benefits-section .benefits-container .benefits-card .top-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center;
    gap: 1em;
    text-align: center;
}

.benefits-section .benefits-container .benefits-card .top-card img{
    width: 60px;
}

.benefits-section .benefits-container .benefits-card .top-card p{
    color: rgba(165, 121, 91, 0.99);
    font-size: 16px;
    font-family: "Montserrat Alternates";
    /* font-family: Montserrat; */
    font-weight: 600;
    word-wrap: break-word;
    text-transform: uppercase;
}

.benefits-section .benefits-container .benefits-card .bottom-card {
    color: #000;
    font-size: 16px;
    font-family: "Montserrat Alternates";
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
}

/* ABOUT SECTION */
.about-section{
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 1em 2rem;
    overflow: hidden;
    display: flex;
    background: linear-gradient(106deg, rgba(208.25, 244.87, 255, 0.05) 0%, white 100%);
    gap: 3em;
}

.about-section .about-content{
    width: 35%;
    min-height: auto;
    /* background-color: #2b00ff; */
}

.about-section .about-content .about-title {
    display: flex;
    gap: 1em;
    align-items: baseline;
    justify-content:baseline;
    margin-bottom: 4em;
}

.about-section .about-content .about-title .underline-text {
    color: var(--orange-color);
    font-size: 25px;
    /* font-family: Montserrat; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    border-bottom: 6px solid #00BDFF;
    text-transform: capitalize;
}

.about-section .about-content .about-title h3{
    color: var(--orange-color);
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    /* font-family: Montserrat; */
    font-weight: 600;
    word-wrap: break-word;
    text-transform: capitalize;
}

.about-content .about-main-content{
    margin-bottom: 2em;
}

.about-content .about-main-content .primary-text{
    color: black;
    font-size: 24px;
    font-family: Montserrat Alternates;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 1em;
}

.about-content .about-main-content .primary-text span{
    color: var(--blue-color);
}

.text-main{
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat Alternates;
    word-wrap: break-word;
}

/* .about-section{
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-height: 100vh;
} */

.about-section .about-ilustation{
    max-width: 50%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section .about-ilustation img{
    width: 90%;
    height: 75%;
    object-fit: contain;
}

/* Pricing SECTION */
.pricing-section{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 3rem;
    overflow: hidden;
    background: rgba(29, 141, 172, 0.20);
}

.pricing-section h2{
    color: #F77118;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    word-wrap: break-word;
}

.pricing-section p{
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

/* BLOCK */
.block{
    width: 100%;
    display: flex;
    margin-top: 2em;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: .5em;
}

.block h4{
    color: #044A5E;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    text-decoration: underline;
    word-wrap: break-word;
}

.block p{
    color: #044A5E;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
}

.block p span{
    color: rgba(255, 101.77, 0, 0.99);
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    word-wrap: break-word;
}

.block button{
    max-width: 180px;
}

.pricing-section .pricing-container{
    width: 100%;
    min-height: 60%;
    /* background-color: #ccc; */
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-evenly;
    gap: .5em;
}

.pricing-section .pricing-container .pricing-card{
    width: 300px;
    background-color: white;
    border: 1px solid #f77118;
    height: 100%;
    border-radius: 10px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.pricing-section .price-title{
    color: #1D8DAC;
    font-size: 18px;
    font-family: Montserrat;
    /* font-family: Montserrat Subrayada; */
    font-weight: 400;
    word-wrap: break-word;
}

.pricing-section .price-description{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1em;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-bottom: 1em;
    background-color: #1D8DAC;
    border-radius: 50px;
    border: none;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #F77118;
}

/* Style the tab content */
.tabcontent {
    display: none;
    /* padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.pricing-section .price-description .price-amout{
    display: flex;
    width: 100%;
    gap: .5em;
    align-items: baseline;
    justify-content: center;
}

.pricing-section .price-description .price-amout p{
    color: #044A5E;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
}

.pricing-section .price-description .price-amout span{
    color: #044A5E;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
    text-transform: uppercase;
}

.pricing-section .price-content-text{
    color: black;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    /* word-wrap: break-word; */
}

.pricing-section .column-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0.4em;
}

.pricing-section .column-list .price-item{
    display: flex;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    align-items: center;
    margin-bottom: 0.4em;
    gap: .2em;
}

/* Video SECTION */
.video-section{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 3rem;
    background: rgba(210, 232, 238, 0.30);
    overflow: hidden;
    background: rgba(210, 232, 238, 0.30);
    gap: 2em;
}

.video-section .video-ilustation{
    width: 50%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.requisitos-container{
    margin-top: 1em;
}

.requisitos-container .req-title{
    color: #F77118;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 600;
    word-wrap: break-word;
}

.requisitos-container .list-item{
    color: black;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}



.video-section .video-ilustation img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-section .video-details{
    width: 40%;
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.video-section .video-details .video-row-text{
    display: flex;
    gap: 1em;
    align-items: baseline;
    justify-content:baseline;
    margin-bottom: .5em;
}

.video-section .video-details .video-row-text .underline-text{
    color: var(--orange-color);
    font-size: 25px;
    /* font-family: Montserrat; */
    font-family: 'Montserrat',
    sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    border-bottom: 2px solid #00BDFF;
    text-transform: capitalize;
}

.video-section .video-details .video-row-text h3{
    color: var(--orange-color);
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    /* font-family: Montserrat; */
    font-weight: 600;
    word-wrap: break-word;
    text-transform: capitalize;
}

.video-section .video-details .video-text{
    color: black;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 1em;
}

.video-section .video-details p{
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat Alternates;
    word-wrap: break-word;
    margin-bottom: 1em;
}

.video-section .services-list{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.video-section .services-list .services{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: .5em;
    font-family: Montserrat;
    font-weight: 400;
}

.video-section .services-list .services .services-icon{
    width: 30px;
    height: 30px;
}

.video-section .services-list .services .services-icon img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* background-size: cover; */
}

.see-more-btn{
    background-color: #00BDFF;
    color: white;
    max-width: 150px;
    padding: 0.8em 1em;
    border-radius: 5px;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
}

/* Info SECTION */
.info-section{
    width: 100%;
    min-height: 25vh;
    display: flex;
    background:rgba(29, 141, 172, 0.01);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em 4em;
    text-align: center;
}

.info-section h3{
    color: #F77118;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
}

.info-section p{
    color: black;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    font-family: "Montserrat Alternates";
    word-wrap: break-word;
}

.info-section .info-column{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2em;
}

.info-section .info-column h3{
    color: #F77118;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
}

.info-section .info-column .list-info{
    color: #044A5E;
    font-size: 22px;
    font-family: "Montserrat Alternates";
    /* font-family: Montserrat; */
    font-weight: 500;
    word-wrap: break-word;
}

/* Advantage Section */
.advantage-section-1{
    width: 100%;
    min-height: 25vh;
    display: flex;
    gap: 1em;
    padding: 2em 4em;
    align-items: center;
    justify-content: space-evenly;
}

.advantage-section-1 .left-advantage{
    width: 45%;
}

.advantage-section-1 .left-advantage h3{
    color: rgba(255, 101.77, 0, 0.99);
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.advantage-text{
    color: black;
    font-size: 20px;
    /* font-family: "Montserrat Alternates"; */
    /* font-family: Montserrat; */
    font-weight: 600;
    word-wrap: break-word;
    margin: 1em 0;
}

.advantage-section-1 .advantage-list{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.advantage-section-1 .advantage-list .item-advantage{
    display: flex;
    width: 100%;
    gap: 1em;
    align-items: baseline;
    /* justify-content: center; */
}

.advantage-section-1 .advantage-list .item-advantage p{
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    /* font-weight: 400; */
    word-wrap: break-word;
}

.advantage-section-1 .right-advantage {
    width: 45%;    
}

.advantage-section-1 .right-advantage img{
    width: 80%;
}

/* Testimonies Section */
.testimonies-section{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 2em 3rem; */
    overflow: hidden;
    background: linear-gradient(106deg, rgba(208.25, 244.87, 255, 0.05) 0%, white 100%);
    /* gap: 2em; */
}

.testimonies-section .testemonies-row-text {
    display: flex;
    /* gap: 1em; */
    align-items: baseline;
    justify-content: baseline;
    margin-bottom: .5em;
}

.testimonies-section .testemonies-row-text .underline-text {
    color: var(--orange-color);
    font-size: 25px;
    /* font-family: Montserrat; */
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    border-bottom: 4px solid #00BDFF;
    text-transform: capitalize;
}

.testimonies-section .testimonies-content{
    width: 80%;
    min-height: 60%;
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
    /* align-items: center; */
}

.card .testimonies-card-header{
    width: 100%;
    margin-bottom: 1em;
    display: flex;
    gap: 1em;
    align-items: center;
}

.card .testimonies-card-header .circle-photo{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--orange-color);
}

.card .testimonies-card-header .circle-photo img{
    background-size: cover;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-radius: 25px;
}

.testimonies-nome{
    font-family: 'Montserrat Alternates', sans-serif;
    color: #131313;
    font-weight: 600;
}

.card .card-content{
    color: black;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

.card .card-content p{
    /* font-family: 'Roboto', sans-serif; */
    font-size: 16px;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    /* border-radius: 25px;
    background-color: #FFF; */

    width: 300px;
    /* height: auto; */
    background: rgba(29, 141, 172, 0.10);
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #F77118;
    transition: 1s ease-in-out;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}
/* FAQ SECTION */
.faq-section{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 3rem;
    overflow: hidden;
    background: rgba(29, 141, 172, 0.13)
}

.faq-topic{
    display: flex;
    flex-direction: column;
}

.faq-section .faq-content{
    width: 80%;
    min-height: 100px;
    /* background-color: black; */
    border-radius: 10px;
    padding: 1em;
}

.faq-section .faq-content .faq-question{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(29, 141, 172, 0.37);
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 1em;
}

.faq-section .faq-content .faq-question h5{
    color: black;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}

.faq-section .faq-content .faq-question .add-icon{
    cursor: pointer;
}


.topic {
    /* padding: 20px; */
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
}

.open {
    cursor: pointer;
    display: block;
    padding: 0px;
}

/* .open:hover {
    opacity: 0.7;
} */

.expanded {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.question {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.answer {
    font-size: 16px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat Alternates;
    color: #131313;
}

.faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    /* float: right; */
    position: relative;
    top: -55px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.faq-o {
    top: -50px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
}

/* footer */

.footer-section{
    position: relative;
    background: rgba(29.35, 71.27, 82.87, 0.99);
    width: 100%;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 3em;
}

.footer{
    width: 100%;
    display: flex;
    align-items: start;
}

.footer-section .company-adress{
    width: 50%;
}

.footer-section .campany-adress .adress-content{
    margin-top: 1em;
}

.adress-content{
    margin-top: 2em;
}

.footer-section .adress-item{
    display: flex;
    gap: .5em;
}

.footer-section .adress-text{
    color: white;
    font-size: 16px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
}

.footer-section .campany-services {
    width: 50%;
}

.services-row{
    display: flex;
    gap: 3em;justify-content: flex-end;
}

.services-row .column-services .service-topic{
    color: white;
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 900;
    word-wrap: break-word;
    margin-bottom: 1em;
}


.services-row .column-services .services-items .service-item{
    color: rgba(255, 255, 255, 0.925);
    font-size: 15px;
    font-family: Montserrat Alternates;
    font-weight: 500;
    word-wrap: break-word;
}

.footer-section .credits{
    color: white;
    font-size: 18px;
    font-family: Montserrat Alternates;
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 1em;
}

@media only screen and (max-width: 480px) {
    .faq-t {
        display: none;
    }

    .question {
        padding-right: 0px;
    }

    main {
        padding: 10px;
    }

    .answer {
        margin-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .faq-section .faq-content .faq-question h5 {
        font-size: 16px;
    }
}

.adress-icon img {
    width: 25px;
    height: 25px;
}

/* Responsive */
@media screen and (max-width: 980px) {
    .logo-text {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    body .header-section .top-header .header-menu {
        display: none;
    }

    .video-section .video-details .video-text {
        color: black;
        font-size: 18px;
        margin-bottom: 1em;
    }

    body .header-section .top-header .button-action a {
        display: none;
    }

    .pricing-section .pricing-container {
        width: 100%;
    }

    .mobile-menu-icon {
        display: block;
    }

    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }

    .mobile-menu .login-button {
        display: block;
        padding: 1rem 2rem;
    }

    .mobile-menu .login-button button {
        width: 100%;
    }

    .open {
        display: block;
    }

    .video-section .video-details .video-row-text {
        display: flex;
        /* gap: 1em; */
        align-items: baseline;
        justify-content: baseline;
        margin-bottom: 1em;
    }
    
    .video-section {
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
        padding: 2em;
    }

    .video-section .video-details {
        width: 100%;
    }

    .video-section .video-ilustation {
        width: 100%;
    }

    .footer {
        flex-direction: column;
        gap: 1em;
    }

    .footer-section .company-adress {
        width: 100%;
    }

    .footer-section .campany-services {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .credits-text {
        font-size: .9rem;
    }

    .services-row {
        display: flex;
        gap: 3em;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    body .header-section .header-content .heading-text {
        color: black;
        font-size: 24px;
        font-family: Montserrat;
        font-weight: 700;
        text-transform: capitalize;
        word-wrap: break-word;
    }
    
    body .header-section .header-content .paragraph-text {
        color: black;
        font-size: 14px;
        font-family: Montserrat Alternates;
        font-weight: 400;
        word-wrap: break-word;
        margin-top: 1em;
    }

    .statistics-section .statistics-container .statistic-text {
        color: var(--orange-color);
        font-size: 14px;
        font-family: Montserrat;
        font-weight: 500;
        word-wrap: break-word;
    }
    
    .statistics-section .statistics-container .statistic-number {
        color: var(--black-color);
        font-size: 18px;
        font-family: Montserrat;
        font-weight: 400;
        word-wrap: break-word;
    }

    .statistics-section {
        min-height: 20vh;
    }


    .about-section {
        flex-direction: column;
    }

    .about-section .about-content {
        width: 100%;
        height: auto;
    }
        
    .about-section .about-ilustation {
        min-width: 50%;
        /* height: 80%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block h4 {
        font-size: 20px;
    }

    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
        /* .statistics-section {
            background: rgba(29, 141, 172, 0.20);
            width: 100%;
            min-height: 25vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1em 2rem;
            overflow: hidden;
        }
    
        .statistics-section .statisticss-container {
            background-color: #F5F5F5;
            padding: 1em 2rem;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1em;
            flex-direction: column;
            width: 85%;
            height: 90%;
        } */
    .faq-section .faq-content {
        width: 100%;
    }

    .faq-section {
        padding: 2em 1rem;
    }

    .footer-section .adress-text {
        font-weight: 500;
    }

    .advantage-section-1 {
        flex-direction: column;
        padding: 2em 1em;
    }

    .advantage-section-1 .left-advantage {
        width: 100%;
    }

    .advantage-section-1 .right-advantage {
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .advantage-text {
        color: black;
        font-size: 17px;
        font-family: Montserrat;
        font-weight: 400;
        word-wrap: break-word;
        margin: 1em 0;
    }

    .advantage-video-section .advantage-video-container{
        width: 100%;
        height: 65vh;
    }
}

@media screen and (max-width: 670px) {
    /* body .header-section .header-content .right {
        display: none;
    } */
    
    body .header-section .header-content {
        display: flex;
        flex-direction: column;
        gap: 0em;
    }

    body .header-section .header-content .left {
        margin-top: 3em;
    }
    
    body .header-section .header-content .right {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .pricing-section {
        height: auto;
        padding: 2em 1rem;
    }

    .pricing-section .pricing-container {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
    }

    .testimonies-section {
        height: 100vh;
        padding: 0;
    }

    body .header-section .header-content .right img {
        width: 65%;
        height: 70%;
        object-fit: contain;
    }

    body .header-section .header-content .left {
        width: 100%;
    }

    body .header-section .header-content .heading-text {
        color: black;
        font-size: 20px;
        font-family: Montserrat;
        font-weight: 700;
        text-transform: capitalize;
        word-wrap: break-word;
    }

    body .header-section .header-content .buttons{
        gap: 0.3em;
    }


    /* .testimonies-section {
        padding: 2em 2rem;
    } */

    .footer-section .adress-text {
        color: white;
        font-size: 14px;
    }

    .adress-icon img{
        width: 20px;
        height: 20px;
    }

    .footer-section{
        padding: 2em 1em;
    }

    .statistics-section .statisticss-container {
        gap: .4em;
        width: 100%;
    }
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 470px){
    .testimonies-section {
        padding: 0em 0rem;
        height: 75vh;
    }

    .tab{
        font-size: 12px;
    }

    .whatapp-icon img{
        width: 28px;
        height: 28px;
    }

    .tab button {
        padding: 14px 8px;
    }
}

@media screen and (max-width: 970px){
    body .header-section .header-content .heading-text {
        color: black;
        font-size: 22px;
    }

    .column-services{
        width: 100%;
    }
    
    .tab{
        font-size: 12px;
    }

    .whatapp-icon{
        width: 28px;
        height: 28px;
    }
   
}