* {
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
}

a{
    color: #03070D;
}
ul, li, p {
    margin: 0;
    padding: 0;
}

p{
    font-size: 14px;
    font-weight: 400;
}

h1 {
    font-size: 90px;
    font-weight: 500;
    color: white;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.mh {
    min-height: 220px;
}

.l-55 {
    left: 55px;
}

.list-unstyled li {
    padding-left: 12px;
}

.project .list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 16px;
}

.news .list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 16px;
}

.service .list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 16px;
}

.mt-200 {
    margin-top: 200px;
    background-color: white;
}

@media (max-width:991px) {
    .mh {
        min-height: auto;
    }
    .l-55 {
        left: 0;
    }
}

/* NAVBAR */
nav {
    font-size: 20px;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 450px;
}

nav ul li {
    padding: 15px 20px;
}

nav ul li a {
    border-bottom: 2px solid transparent;
    transition: 0.5s;
}

nav ul li a:hover {
    border-bottom: 2px solid #1BF2CB;
    transition: 0.5s;
}

.sous-navPro,
.sous-navHow {
    top: 180px;
    color:#0D2340;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(-20px);
    text-transform: uppercase;
}

.nav-pro:hover .sous-navPro,
.nav-how:hover .sous-navHow {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    transform: translateY(0px);
}

/* UP */
.up {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-image: linear-gradient(to right top, #0d2340, #0e304d, #103d5a, #124a67, #165873);
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
}

.opacity {
    opacity: 1;
    transition: 0.5s;
}

/* CAROUSEL */
.carousel-indicators li{
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid transparent;
    padding: 3px;
    background-clip: content-box;
    border-radius: 50%;
}

.carousel-indicators li.active{
    border: 1px solid #1BF2CB;
}

/*.carousel-inner {
    height: 100vh;
}*/

.carousel-inner h1 {
    z-index: 1;
    width:570px;
    margin-left: 260px;
    margin-top: 370px;
}

.carousel-inner img {
    z-index:0;
    top: 160px;
}

.carousel-content {
    position: absolute;
    top: 0;
    width: 100%;
}


.title {
    display: inline-block;
}

@media (max-width: 1199px) {

    .carousel-inner h1 {
        width: 500px;
        font-size: 55px;
        margin-left: 230px;
        margin-top: 260px;
    }

    .carousel-inner img {
        left: 200px;
        top: 140px;
        width: 250px;
    }

}

@media (max-width: 991px) {

    .carousel-inner h1 {
        margin-left: 90px;
        margin-top: 220px;
    }

    .carousel-inner img {
        left: 70px;
        top: 120px;
    }

}

@media (max-width: 767px) {

    .carousel-inner h1 {
        margin-left: 50px;
        margin-top: 160px;
    }

    .carousel-inner img {
        left: 70px;
        top: 90px; 
        width: 180px;
    }

}

@media (max-width:575px) {
    .title {
        transform: translateX(30px);
    }
}

/* PROPOS */
.propos {
    background: transparent linear-gradient(254deg, #0D2340 0%, #03070D 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0;
    color: white;
    border-top: 2px solid #1BF2CB;
    transform: translateY(-10px);
}

/* NEWS */
.news {
    color: #0D2340;
    padding: 90px 0;
    overflow: hidden;
}

@media(min-width:992px) and (max-width:1200px){
    .news h3 {  
        min-height: 190px;
    }
}

.news .carte {
    background-color: white;
    position: relative;
    bottom: 75px;
    color: #0D2340;
    transition: 0.5s;
}

.news .carte:hover {
    transform: translateY(-20px);
    box-shadow: 0px 35px 15px 10px rgba(0,0,0,.15);
    transition: 0.5s;
}

.news-wrap {
    background-color: #1BF2CB;
    background-clip: content-box;
    padding: 60px 0 0 0;
}

.news-wrap-after {
    position: absolute;
    width: 1400px;
    height: 100%;
    background-color: #1BF2CB;
    right: -1400px;
    top: 0;
}

@media(max-width:991px) {

    .news .carte {
        width: 350px;
        margin: auto;
    }

}

/* SERVICES */
.services {
    background: transparent linear-gradient(125deg, #0D2340 0%, #165873 100%) 0% 0% no-repeat padding-box;
    color: #1BF2CB;
    padding: 130px 0;
}

.services .one {
    position: absolute;
    left:-150px;
    top: -55px;
}

.services .two {
    position: absolute;
    left:-80px;
    top: -55px;
}

.services .three {
    position: absolute;
    left:-45px;
    top: -55px;
}

@keyframes jump {
    from {transform: translateY(0);}
    to {transform: translateY(-10px);}
}

.move:hover img {
    animation-name: jump;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media(max-width:991px) {

    .services .one {
        position: absolute;
        left:20px;
        top: -55px;
    }
    
    .services .two {
        position: absolute;
        left:-20px;
        top: -55px;
    }
    
    .services .three {
        position: absolute;
        left:-25px;
        top: -55px;
    }

}

/* PROJECTS */
.projects {
    padding: 150px 0;
    color: #0D2340;
}

.blue {
    width: 100%;
    height: 190px;
    background-color: #88F2F2;
}

.pro {
    transition: 0.5s;
}

.pro:hover {
    transform: scale(1.1);
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.5s;
}

/* KNOWHOW */
.knowhow {
    padding: 150px 0;
    background: transparent linear-gradient(142deg,  #165873 0%,#0D2340 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.knowhow h4 {
    color: #1BF2CB;
}

.knowhow span {
    text-transform: uppercase;
    font-weight: bold !important;
}

.knowhow .one {
    position: absolute; left:-140px; top: -60px;
}

.knowhow .two {
    position: absolute; left:-90px; top: -60px;
}

.knowhow .three {
    position: absolute; left:-40px; top: -60px;
}

@media(max-width:991px) {

    .knowhow .one {
        position: absolute; left:20px; top: -60px;
    }
    
    .knowhow .two {
        position: absolute; left:-20px; top: -60px;
    }
    
    .knowhow .three {
        position: absolute; left:-25px; top: -60px;
    }

}

/* ABOUT US */
.about {
    padding: 75px 0;
    color: #0D2340;
    background: transparent linear-gradient(28deg, #1BF2CB 0%, #88F2F2 100%) 0% 0% no-repeat padding-box;
    margin-top: 450px;
    height: 500px;
}

.about .container {
    transform: translateY(-430px);
}

.about span {
    text-transform: uppercase;
    font-weight: bold !important;
}

@media(max-width:991px) {
    .about {
        height: 1000px;
    }
}

/* TEAM */
.team {
    color: #0D2340;
    padding: 80px 0;
    background: transparent linear-gradient(25deg, #1BF2CB 0%, #88F2F2 100%) 0% 0% no-repeat padding-box;
}

/* TECHNO */
.techno {
    padding: 150px 0 100px;
    color: #0d2340;
}

/* PROJECT */
.project {
    padding: 150px 0 100px;
    color: #0d2340;
    border-top: 2px solid #1BF2CB;
}

/* NEWS */
.news {
    padding: 150px 0 100px;
    color: #0d2340;
    border-top: 2px solid #1BF2CB;
}

/* SERCICES */
.service {
    padding: 150px 0 100px;
    color: #0d2340;
    border-top: 2px solid #1BF2CB;
}

/* CONTACT */
.contact {
    padding: 70px 0;
    background: transparent linear-gradient(142deg,  #88F2F2 0%, #165873 100%) 0% 0% no-repeat padding-box;
}

.aboutContact {
    padding: 150px 0;
    color: #0d2340;
}

.contact input,
select {
    height: 50px;
    margin-bottom: 25px;
    border:none !important;
}

select {
    appearance: none;
    background-image: url(../img/chevron-down-outline.svg);
    background-position: 95% center;
    background-size: 14px;
    background-repeat: no-repeat; 
}

textarea {
    min-height: 200px;
    border:none !important
}

label {
    font-weight: bold;
    font-size: 14px;
    color: white;
    position: absolute;
    top: -30px;
    text-transform: uppercase;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.ioniconSelect {
    color:red;
}

::placeholder, select {
    font-size: 14px;
    font-weight: bold;
    color: #0D2340;
}

.btn-submit {
    background-color: #1BF2CB;
    color: #0D2340;
    padding: 17px 90px;
    border-radius: 0;
    font-weight: bold;
    transition: 0.5s;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 9px 5px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

/* MOREKNOW */
.moreKnow {
    padding: 50px 0 150px;
    color: #0d2340;
}

.moreKnow .content {
    background: transparent linear-gradient(236deg, #1BF2CB 0%, #0FBCA5 77%, #0AA696 100%) 0% 0% no-repeat padding-box;
    margin-top: 3px;
    min-height: 250px;
}

/* MOREPRO */
.morePro {
    padding: 50px 0 150px;
    color: #0d2340;
}

.morePro .content {
    background: transparent linear-gradient(237deg, #165873 0%, #0B2C3A 100%) 0% 0% no-repeat padding-box;
    margin-top: 3px;
    min-height: 250px;
    color: #fff;
}

/* MORENEWS */
.moreNews {
    padding: 50px 0 150px;
    color: #0d2340;
}

.moreNews .content {
    background: transparent linear-gradient(237deg, #165873 0%, #0B2C3A 100%) 0% 0% no-repeat padding-box;
    margin-top: 3px;
    min-height: 250px;
    color: #fff;
}

/* FOOTER */
footer {
    color: white;
    padding: 70px 0;
    background: transparent linear-gradient(18deg, #0D2340 0%, #165873 100%) 0% 0% no-repeat padding-box;
}

footer p {
    margin-bottom: 10px;
}
