@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

html{
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;  
    -webkit-overflow-scrolling: touch;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}

li{
    list-style: none;
}


/* Header *//* Header */

#header{
    transition: 0.4s;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #ffffffe6;
    overflow: hidden;
    padding: 20px 5%;
    transition: ease-in-out all 0.5s;
    z-index: 999;
}

.headerSt{
    background-color: #fff!important;
    padding: 5px 5%!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%)!important;
}

.navv{
    padding: 1rem 0;
}

.navv .navigation {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navv.fix-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #243a6f;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.navigation .logo{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 6rem;
    text-decoration: none;
    white-space: nowrap;
}

.logo img {
    width: 200px;
}

.navigation .menu{
    width: 50%;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
}

.nav-link{
    position: relative;
    color: #131313;
    font-size: 1.2rem;
    text-transform: normal;
    text-shadow: 0 0 3px rgb(14 119 255 / 25%);
    letter-spacing: 0.15em;
    padding: 10px 25px;
    transition: ease-in-out all 0.5s;
}

.nav-item .nav-link:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #000000;
    width: 1px;
    opacity: .1;
    height: 2px;
    border-radius: 6px;
    -webkit-transition: opacity .4s ease-out 0s,width .5s ease-out .5s;
    transition: opacity .4s ease-out 0s,width .5s ease-out .5s;
}

.nav-link:hover:before,.nav-link:focus:before {
    width: 50px;
    opacity: 1;
    -webkit-transition: opacity 0s ease-out 0s, width .4s ease-out 0s;
    transition: opacity 0s ease-out 0s,width .4s ease-out 0s;
}

.nav-link:hover{
    color: #000;
}

.nav-link:link,
.nav-link:visited {
    padding: 0.8rem 1rem;
    transition: all 300ms ease-in-out;
}

.nav-link.icon {
    font-size: 3rem;
}

.hamburger {
    display: none;
}

.navigation input{
    display: none;
}

.navigation .button{
    display: none;
}

.nav-link.active{
    color: #000!important;
}

.nav-link.active:before,.nav-link.active:before {
    width: 50px;
    opacity: 1;
}

.nav-list ul{
    display: none;
}

@media only screen and (max-width: 920px) {
    .hamburger {
        display: block;
    }

    .hamburger-menu{
        width: 35px;
        height: 30px;
        position: relative;
        top: 0px;
        right: 0;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 99;
    }

    .line{
        width: 100%;
        height: 3px;
        background-color: black;
        transition: all 0.8s;
    } 

    .change .line-1{
        transform: rotateZ(-405deg) translate(-8px, 6px);
    }

    .change .line-2{
        opacity: 0;
    }

    .change .line-3{
        transform: rotateZ(405deg) translate(-8px, -6px);
    }

    .navigation .logo img{
        transition: .8s;
    }

    .logo img{
        width: 140px;
    }

    .navigation .button{
        display: block;
    }

    [id^=btn]:checked + .menu{
        opacity: 1;
        visibility: visible;
    }

    #header {
        padding: 20px 3%;
    }

    .headerSt {
        padding: 5px 2%!important;
    }

    .headerSt .menu{
        top: 80px;
    }

    .navigation .menu{
        width: 100%;
    }
    
    .menu{        
        visibility: hidden;
        position: fixed;
        top: 110px;
        left: 0;
        width: 100%;
        padding: 20px;
        background-color: #5e60ce;
        transition: .65s;
        opacity: 0;
        z-index: 100;
    }

    .menu .nav-list{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .menu ul{
        padding-left: 0;
    }

    .navv{
        padding: 5px 5px;
    }

    .nav-list .nav-item{
        margin: 5px 0;
    }

    .nav-list .nav-link{
        float: left;
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .navigation .logo {
        margin-right: 3rem;
    }

    .nav-item .nav-link:before{
        top: 0;
        background: #fff;
    }

    .nav-link:hover:before,.nav-link:focus:before {
        width: 60px;
        opacity: 1;
    }

    .nav-link:hover{
        color: #000;
    }

    .nav-list .iconMenuMobile{
        display: flex;
        justify-content: center;
        width: 70%;
    }

    .socialicons{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .socialicons i{
        font-size: 30px;
        color: #fff;
    }
}

/* vague *//* vague */

.div-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 300;
}

.div-shape-bottom {
    bottom: -2px;
}

.div-shape-top {
    top: -2px;
}

.div-shape[data-negative=false].div-shape-bottom, 
.div-shape[data-negative=true].div-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.div-12 .div-element.div-element-52674e7d > .div-shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 70px;
}

.div-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.div-shape-bottom:not([data-negative=true]) svg {
    z-index: 299;
}

.div-shape .div-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/* home *//* home *//* home *//* home */
/* home *//* home *//* home *//* home */
/* home *//* home *//* home *//* home */

.secFir{
    overflow: hidden;
}

.secService{
    overflow: hidden;
}

.coverHome{
    width: 100%;
    height: 95vh;
    position: relative;
    background: url('../img/coverHome.jpg') no-repeat top center / cover;
}

.coverHome::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff31;
}

.coverHome video{
    min-width: 100%;
}

.slogan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #020202;
    font-family: 'Lobster', cursive;
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 2px;
}

.txtcenter{
    text-align: center;
}

.lineh{
    position: relative;
    padding-bottom: 1rem;
}

.lineh::before{
    content: '';
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5e60ce;
    height: 3px;
    width: 70px;
}

.aboutus{
    font-family: 'Lobster', cursive;
    font-size: 3.5rem;
    font-weight: 200;
    color: #5e60ce;
    letter-spacing: 1px;
    margin: 3em 0 1.5em;	
}

.rowStory,
.rowCeo{
    margin-bottom: 5em;
}

.storyLeft{
    object-fit: cover;
    margin-bottom: 2em;
}

.storyRight{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.storyRight p{
    font-size: 1.12rem;
    margin-top: 3em;
}

.ceoLeft{
    text-align: center;
}

.ceoLeft h2{
    font-size: 1.6rem;
}

.ceoLeft p{
    font-size: 1.3rem;
    margin-top: 3em;
}

.rowCeo .ceoRight{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ceoRight img{
    max-height: 400px;
}

/* services *//* services *//* services *//* services */
/* services *//* services *//* services *//* services */
/* services *//* services *//* services *//* services */

.coverServices{
    width: 100%;
    height: 95vh;
    position: relative;
    background: url('../img/coverService.jpg') no-repeat center center / cover;
}

.coverServices::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff31;
}

.sloganServices{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #020202;
    font-family: 'Lobster', cursive;
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 2px;
}

.colServ{
    padding: 15px;
    margin-bottom: 3em;
}

.cardServ{
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px;
    overflow: hidden;
}

.cardServ .imgServ{
    position: relative;
    max-height: 270px;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.cardServ .imgServ::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(219, 213, 213, 0.164);
    z-index: 2;
}

.cardServ:hover .imgServ{
    transform: scale(1.02);
}

.cardServ .txtServ{
    padding: 1.5rem;
    text-align: center;
}

.txtServ h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.txtServ p{
    font-size: .85rem;
    margin-bottom: 0;
}

.txtServ .buttMen{
    font-size: .85rem;
    background: #b6af9f;
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    transition: .3s ease;
}

.txtServ .buttMen:hover{
    opacity: .9;
}

/* contact *//* contact *//* contact *//* contact */
/* contact *//* contact *//* contact *//* contact */
/* contact *//* contact *//* contact *//* contact */

.bodyContact .map{
    display: none;
}

.bodyContact .map{
    display: none;
}

.leftCont{
    margin-bottom: 3em;
}

.leftCont h3{
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #b6af9f;
    margin-bottom: 1.5rem;
}

.leftCont h4{
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.leftCont p{
    font-size: 1.1rem;
    font-weight: 300;
}

.leftCont p a{
    text-decoration: none;
    color: #000;
    font-weight: 300;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.leftCont p a:hover{
    color: #5e60ce;
}

.rightCont{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
}

.rightCont iframe{
    width: 100%;
}


/* footer *//* footer *//* footer *//* footer */
/* footer *//* footer *//* footer *//* footer */
/* footer *//* footer *//* footer *//* footer */

.map{
    height: 260px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
}

footer{
    background: #dad4d44f;
    color: #000;
    padding: 3rem 0 1rem;
}

.navfoot ul,
.locfoot ul {
    padding-left: 0;
}

.navfoot ul li,
.locfoot ul li{
    text-align: center;
    margin: 1rem 0;
}

.navfoot a,
.locfoot a{
    color: #000;
    transition: .3s;
}

.navfoot a:hover,
.locfoot a:hover{
    color: #5e60ce;
}

.iconf{
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconfoot i{
    font-size: 2.5rem;
}

.copyright{
    text-align: center;
    margin: 1rem 0;
}

/* contc *//* contc *//* contc */
/* contc *//* contc *//* contc */

.stickyContact{
    position: fixed;
    top: 90%;
    right: 1%;
    transform: translateY(-90%);
    display: flex;
    flex-direction: column;
    z-index: 99999;
}

.stickyContact a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #161616;
    border-radius: 50%;
    margin-top: .3rem;
}

.stickyContact a:hover{
    background: #5e60ce;
}

.stickyContact i{
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    padding: 20px;
}

@media only screen and (max-width: 920px) {
    .coverHome,
    .coverServices{
        height: 70vh;
    }

    .slogan,
    .sloganServices{
        font-size: 2.5rem;
    }

    .aboutus{
        font-size: 2rem;
    }

    .ceoLeft p{
        font-size: 1.6rem;
    }

    .ceoRight img{
        max-height: 300px;
    }

    .txtServ h3{
        font-size: 1.2rem;
    }

    .leftCont h4 {
        font-size: 1.1rem;
    }

    .leftCont p{
        font-size: .95rem;
    }

    .rightCont iframe{
        height: 300px;
    }

    .map {
        height: 150px;
    }

    .stickyContact i{
        font-size: 1.4rem;
        padding: 16px;
    }

    .storyRight h2,
    .ceoLeft h2 {
        font-size: 1.3rem;
    }

    .storyRight p,
    .ceoLeft p {
        font-size: 1rem;
    }

}