html,body { margin: 0;padding: 0;font-family: 'Century Gothic';position: relative; }
body { min-height: 100vh;display: flex;position: relative; }
p { margin: 0px;padding: 0px; }
img { width: 100%;height: auto; }
a { text-decoration: none; }


#content-whatsapp { width:50px;height:50px;position:fixed;bottom:35px;right:35px;z-index:11; }
#content-whatsapp > a > img { width:50px;height:auto;cursor:pointer; }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex:1;
    z-index: 10;
}
.header .link {
    transition: 0.2s;
}
.header .link:hover, .header .link.active
,.dropdown .link:hover, .dropdown .link.active 
{
    color: #7aabff;
    border-radius: 50px;
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.header .center {
    display:flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.header_body {
    display: flex;
    flex-direction: row;
    background-color: rgba(66, 66, 66, 0.7);
    flex: 1;
    padding: 0 100px;
}
.header_body .content {
    display:flex;
    flex-direction: row;
    flex:1;
}
.header_body .logo {
    display: flex;
    cursor: pointer;
}
.header_body .item, .dropdown .item {
    margin: 5px 10px;
    color: #fff;
    max-width: 120px;
}
.btn {
    padding: 10px 20px;
    font-size: .9rem;
}
.header_body .port, .dropdown .port {
    background-color: rgba(79, 118, 186, 1);
    border-radius: 20px 0 20px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    align-content: center;
}
.header_body .menu_mobile {
    display: none;
}
.dropdown {
    position: fixed;
    display: none;
    flex-direction: column;
    z-index: 10;
    top: 10px;
    left: 30px;
    max-width: 300px;   
    background-color: rgba(66, 66, 66, 0.6);
    border-radius: 20px;
    width:100%;
}
@keyframes bkdd {
    0% { background-color: rgba(66, 66, 66, 0.6); }
    100% { background-color: rgba(66, 66, 66, 0.95); }
}
.dropdown:hover {
    background-color: rgba(66, 66, 66, 0.95);
    animation: bkdd .5s ease;
}
.dropdown:hover .content {
    display: flex;
}
.dropdown .logo_content {
    display:flex;
    flex:1;
}
.dropdown .logo {
    display: flex;
    cursor: pointer;
    max-width: 120px;
}
.dropdown .menu {
    display: flex;
    flex-direction: row;
    flex:1;
    padding: 5px 10px;
}
.dropdown .menu_mobile {
    display: flex;
    flex-direction: column;
    width:40px;
    justify-content:space-around;
    padding: 12px 15px;
    align-items: center;
    cursor: pointer;
}
.menu_mobile .mline {
    display: block;
    background-color: white;
    height: 3px;
    border-radius: 3px;
    width:70%;
}
.dropdown .content {
    display:none;
    flex-direction: column;
    align-items: center;
    margin:15px 0;
    animation: afade .5s ease;
}
.dropdown .content a {
    margin-bottom:15px !important;
}
.dropdown .content a:last-child { margin-bottom:0; }
@keyframes afade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
@media(max-width:970px) {
    .header {
        display:none;
    }
    .dropdown {
        display:flex;
    }
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.full {
    min-height: 100vh;
    width: 100%;
}

video {
    /* object-fit: fill; */
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section {
    /* z-index: 4; */
}

.section_home {
    background-color: rgba(11, 11, 11, 1);
    z-index: 5;
}

.inner ,
.projects ,
.workswith_content ,
.companies ,
.content {
    z-index: 3;
}

.section_services {
    background-color: rgba(1, 1, 1, 0);
    overflow: hidden;
    display: flex;
    justify-content: center;

}

.section_aboutus {
    background-color: rgba(1, 1, 1, 0);
    overflow: hidden;
    display: flex;
    justify-content: center;

}

.wrap {
    position: relative;
}

.bkfixed {
    display:block;
    position: fixed;
    background-color: antiquewhite;
    width: 100%;
    max-width: 1080%;
    height:100vh;
    top:0px;
    background-image: url('../img/bk_wave.png');
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.services_imgs {
    display: flex;
    align-self: center;
    margin-top: 75px;
    flex-wrap: wrap;
    justify-content: center;
}
.services_img {
    max-width: 180px;
    margin: 10px;
}

.section_services p,
.section_aboutus p {
    text-align: center;
}

.section_services>.inner,
.section_aboutus>.inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    max-width: 1200px;
    margin: 100px 25px 0 25px;
}


p.title {
    font-weight: bold;
    font-size: 1.25rem;
}

p.body {
    font-size: 1rem;
}

.line {
    width: 100%;
    height: 3px;
    background-color: rgba(66, 66, 66, 0.7);
    margin: 40px 0;
}

span.bold {
    font-weight: bold;
}

.section_aboutus p.body {
    margin-bottom: 25px;
}


.section_aboutus .port_content {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 35px 0;
    background-color: rgba(217, 217, 217, 0.5);
    border-radius: 20px;
}
.section_aboutus .port_content a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background-color: rgba(79, 118, 186, 1);
    border-radius: 15px 0 15px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.section_aboutus .projects {
    display: flex;
    flex-direction: row;
    margin-top: 85px;
    justify-content: center;
}
.section_aboutus .projects .container_text {
    display: flex;
    flex-direction: column;
    align-self: center;
    color: #fff;
    background-color: rgba(66, 66, 66, 0.7);
    max-width: 400px;
    border-radius: 25px 0 0 25px;
}
.section_aboutus .projects .text {
    margin: 40px 55px;
}
.section_aboutus .projects .title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.section_aboutus .projects .media 
,.section_aboutus .customizeyouneed .media
{
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    max-width: 600px;
}


.section_aboutus .customizeyouneed {
    display: flex;
    flex-direction: row;
    margin-top: 85px;
    justify-content: center;
}
.section_aboutus .customizeyouneed .container_text {
    display: flex;
    flex-direction: column;
    align-self: center;
    color: #fff;
    font: 0.9rem;
    background-color: rgba(66, 66, 66, 0.7);
    max-width: 400px;
    border-radius: 0 25px 25px 0;
    width: 100%;
}
.section_aboutus .customizeyouneed .text {
    margin: 30px 30px;
}
.section_aboutus .customizeyouneed .title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.section_aboutus .customizeyouneed .port_content {
    justify-content: flex-start;
    margin-top: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: unset;
    background-color: unset;
    border-radius: 20px;
}
.section_aboutus .customizeyouneed .port_content a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background-color: rgba(45, 161, 76, 1);
    border-radius: 15px 0 15px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.section_clients {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 100px 0 0 0;
    background-color: rgba(0, 66, 66, 0.7);
}

.section_clients>.bkgrey {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(66, 66, 66, 0.7);
    top: 100px;
    bottom: 0;
    z-index: 2;
}

.section_clients .workswith_content {
    display: flex;
    flex-direction: row;
    z-index: 3;
    flex:1;
}

.section_clients .workswith_content .container_text {
    display: flex;
    margin-top: 80px;
    flex-direction: row;
    align-self: center;
    color: #fff;
}

.section_clients .workswith_content .text {
    max-width: 500px;
    margin: 20px;
}

.section_clients .workswith_content .title {
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.section_clients .workswith_content .body {
    font-size: 1.2rem;
}

.section_clients .workswith_content .media {
    display: flex;
    align-self: flex-end;
}


.section_portifolio {
    margin: 100px 25px;
    background-color: rgba(1, 1, 1, 0);
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.section_portifolio .companies {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 15px;
    border-radius: 25px;
}
.section_portifolio .gallery-wrapper {
    overflow-x: hidden;
    max-width:1200px;
    margin: 20px 0;
}
.section_portifolio .gallery-wrapper .gallery {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    will-change: transform;
    animation: scrolling 20s ease-in-out .001s infinite;
    animation-timeline: view();
}
.section_portifolio .gallery-wrapper .gallery .item {
    width:120px;
    height:80px;
    flex-shrink: 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.section_portifolio .gallery-wrapper .gallery img {
    width:unset;
    height:unset;
}

.logo_bottom {
    display: flex;
    flex:1;
    justify-content: center;
    margin: 100px 0;
}

.logo_bottom .content {
    display: flex;
}

@keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
}

@media (max-width:1200px)
{
    .section_services>.inner {
        margin: 100px 25px 0 25px;
    }

    .section_aboutus>.inner {
        display: flex;
        margin: 100px 25px 0 25px;
    }
    .section_aboutus .projects {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .section_aboutus .projects .container_text {
        display: flex;
        flex-direction: column;
        align-self: center;
        color: #fff;
        background-color: rgba(66, 66, 66, 0.7);
        max-width: 600px;
        border-radius: 0 0 25px 25px;
    }
    .section_aboutus .projects .text {
        margin: 30px;
    }
    .section_aboutus .projects .title {
        font-weight: bold;
        margin-bottom: 15px;
    }
    .section_aboutus .projects .media 
    ,.section_aboutus .customizeyouneed .media 
    {
        display: flex;
        max-width:600px;
        border-radius: 25px 25px 0 0;
    }

    
    .section_aboutus .customizeyouneed {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section_aboutus .customizeyouneed .container_text {
        display: flex;
        flex-direction: column;
        align-self: center;
        color: #fff;
        background-color: rgba(66, 66, 66, 0.7);
        max-width: 600px;
        border-radius: 0 0 25px 25px;
    }

    .section_aboutus .customizeyouneed .text {
        /* margin: 50px 65px; */
        margin: 30px;
        border-radius: 0 0 25px 25px;
    }
    .section_aboutus .customizeyouneed .title {
        font-weight: bold;
        margin-bottom: 15px;
    }
}

@media(max-width:720px)
{
    .section_aboutus .media
    ,.section_aboutus.customizeyouneed.media 
    {
        display: flex;
        max-width:700px;
        margin:0 30px;
        border-radius: 25px;
        z-index: 2;
    }
    .section_aboutus .projects .container_text 
    ,.section_aboutus .customizeyouneed .container_text 
    {
        transform: translateY(-10px);
        border-radius: 25px;
    }
    .services_img {
        max-width: 150px;
        margin: 10px;
    }
    .section_aboutus .projects .media 
    ,.section_aboutus .customizeyouneed .media 
    {
        display: flex;
        max-width:600px;
        border-radius: 25px;
    }
    .section_clients .workswith_content {
        flex-direction: column;
    }
    .section_clients .workswith_content .container_text {
        background-color: rgba(66, 66, 66, 0.7);
        margin-top: 0px;
        width: 100%;
        justify-content: center;
    }
    .section_clients>.bkgrey {
        display: none;
    }
    .section_clients .workswith_content .media {
        align-self: center;
    }
}