/*
    Theme Name: Quantilika
    Theme URI:
    Author: Amilkar Dominguez
    Author URI: http://amilkardominguez.com
    Description: Theme designed to Quantilika 2023
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: thenme
    Text Domain: quantilika
*/

body {
    font-family: 'Inter', sans-serif;
    color: #191616;
}

/*
sidenav start
*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #003065;
    overflow-x: hidden;
    transition: all 200ms ease;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
/*    font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.nav-main {
    /*background-color: red;*/
}

.nav-main ul {
    /*background-color: orange;*/
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-main li {
    /*background-color: green;*/
}

/*
sidenav end
*/

/*
Main style
*/
body {
    margin: 0;
}

button {
    background: transparent;
    border: none;
}

header {
    height: 80px;
    width: 100vw;
    /*background: aqua;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    height: 30px;
    width: 30px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;

}

.header-menu:hover {
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.20) 3px 3px 6px 0;
}

.header-options {
    cursor: pointer;
    height: 30px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

.header-options:hover {
    transform: scale(1.1);
}

.logo-wrapper {
    width: 100vw;
   /* height: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*gap: 0px;*/
    position: relative;
}

.logo {
    height: 400px;
    width: 400px;
    background-image: url(/wp-content/themes/quantilikatheme/img/logosix.svg);
    background-repeat: no-repeat;
    background-size: 400px 400px;
}

.chart-logo {
    height: 235px;
    width: 400px;
    background-image: url(/wp-content/themes/quantilikatheme/img/logomon.svg);
    background-repeat: no-repeat;
    background-size: 400px 235px;
    position: relative;
}

.chart-logo-right-line {
    position: absolute;
    height: 80px;
    width: 250px;
    top: -20px;
    left: 250px;
    background-image: url(/wp-content/themes/quantilikatheme/img/right_lines.svg);
    background-repeat: no-repeat;
    background-size: 250px 80px;
    animation-name: appear;
    animation-duration: 2s;
}

.right-logo-text {
    position: absolute;
    border: black 1px solid;
    border-radius: 50px;
    width: auto;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(180px, 20px);
}

.chart-logo-left-line {
    content: "";
    position: absolute;
    height: 80px;
    width: 250px;
    top: 25px;
    left: -110px;
    background-image: url(/wp-content/themes/quantilikatheme/img/left_lines.svg);
    background-repeat: no-repeat;
    background-size: 250px 80px;
    animation-name: appear;
    animation-duration: 2s;
}

.left-logo-text {
    position: absolute;
    border: black 1px solid;
    border-radius: 50px;
    width: auto;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-70px, 20px);
}

@keyframes appear {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.title-section {
    margin-top: 35px;
    margin-left: 10%;
    display: flex;
    align-items: center;
    gap: 4px;
    width: auto;
}

.title-section-arrow {
    font-size: 28px;
    color: #0372BC;
}

.services-container {
    display: flex;
    justify-content: center;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.service-item {
    font-size: 20px;
    padding: 12px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #191616;
    color: #BABABA;
    cursor: pointer;
    transition: all 200ms;
}

.service-item:hover {
    transform: scale(0.9);
}

.service-item > svg {
    width: 30px;
    height: 30px;
}

.service-active {
    color: #191616;
    border-bottom: 4px solid #191616;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.services-body-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
}

.services-body-text {
    max-width: 75%;
}

.services-grid-container {
    display: inline-flex;
    grid-template-columns: auto auto auto;
    padding: 10px;
    margin-top: 50px;
    width: 75%;
}

.services-grid-item {
    margin: 5px;
    border: 1px solid #EE063E;
    padding: 20px;
    font-size: 12px;
    text-align: center;
    position: relative;
    transition: all 400ms;
    width: 250px;
    flex-direction: column;
    display: flex;
 
    align-items: center;
}

.bordered-card:hover {
    box-shadow: 2px 2px 5px #ee063e6b;
}

.bordered-card:hover:after {
    width: 65px;
    height: 35px;
}

.bordered-card:hover:before {
    width: 65px;
    height: 35px;
}

.bordered-card:after {
    content: '';
    position: absolute;
    transition: all 400ms;
    width: 50px;
    height: 50px;
    top: -2px;
    left: -2px;
    border-top: 4px #EE063E solid;
    border-left: 4px #EE063E solid;
}

.bordered-card:before {
    content: '';
    position: absolute;
    transition: all 400ms;
    width: 50px;
    height: 50px;
    bottom: -2px;
    right: -2px;
    border-bottom: 4px #EE063E solid;
    border-right: 4px #EE063E solid;
}

.trajectory-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
}


.trajectory {
    border: 1px solid #EE063E;
    padding: 20px;
    font-size: 18px;
    transition: all 400ms;
    position: relative;
    width: 75%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trajectory-image>svg {
    width: 200px;
}

.trajectory-text {
    border-top: 1px solid #EE063E;
    border-bottom: 1px solid #EE063E;
    padding: 20px;
    text-align: justify;
}

.carrousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    height: 400px;
}


.carrousel-wrapper {
    height: 280px;
    max-width: 60%;
}

.customer-container {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: rgba(238, 6, 62, 0.05);
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border: 1px solid #EE063E;
    box-shadow: 0 0 18px 8px rgba(237, 43, 90, 0.42);
    transition: all 300ms, border-width 100ms;
    cursor: pointer;
}

.banner {
    height: 350px;
    width: 1200px;
    background-image: url(/wp-content/themes/quantilikatheme/img/banner1.svg);
    background-repeat: no-repeat;
    background-size: 1200px 350px;
}

.customer-container:hover {
    transform: scale(1.3);
    box-shadow: 0 0 20px 8px #ee063e6b;
    border-width: 0;
}

.customer-logo {
    width: 125px !important;
    filter: brightness(0) invert(0);
    opacity: 0.5;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    height: 350px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-menu li {
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .logo-wrapper {
        transform: scale(0.7);
    }

    .logo {
        height: 400px;
        width: 400px;
        background-size: 400px 400px;
    }

    .chart-logo-left-line {
        display: none;
    }

    .chart-logo-right-line {
        display: none;
    }

    .services-grid-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        width:105%;
    }
    .banner {
    height: 100px;
    width: 700px;
    background-image: url(/wp-content/themes/quantilikatheme/img/banner1.svg);
    background-repeat: no-repeat;
    background-size: 700px 100px;
     visibility: hidden;
}


.title-section {
    margin-top: 35px;
    margin-left: 10%;

    align-items: center;
    gap: 4px;
    width: auto;
}
}

/*
End main style
*/

.container-left {
    
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-left img {
    max-width: 100%;
    height: auto;
}

.container-left .text {
    width: 50%;
    padding: 20px;
}


