*{
    margin: 0;
    padding: 0;
}
body{
    font-family: sans-serif;
}
nav{
    margin:0px 50px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
}
.container-body{
    background-color: #fff;
    max-width: 2100px;
    margin:auto;
    min-height: 100vh;
}
.button-container{
    display: flex;
}

.container-box{
    padding-top: 50px;
}
.container-box>h1{
    font-size: 50px;
    padding-bottom: 25px;
    color: #000;
}
.container-box>p{
    font-size: 18px;
    color: #000;
}

.container{
    display: flex;
    margin-top: 50px;
}

.main-container{
    padding: 40px 60px 100px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url(indocam-logo.png);
    height: calc(100vh - 150px);
    background-position: center;
    opacity: 0.5;
    color: #fff;
    margin: auto;
    
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(indocam-logo.png);*/
    /*height: auto;*/
    /*width: 800px;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*top: 0px;*/
    /*bottom: 0px;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*opacity: 0.5;*/
    /*color: #fff;*/
    /*z-index: -1;*/
    /*margin: auto;*/
}
.sarl-list li a{
    font-size: 22px;
    text-decoration: none;
    color: #000;
}
.sarl-list li{
    font-size: 22px;
    margin-bottom: 15px;
}
.transit-list li{
    font-size: 22px;
    margin-bottom: 15px;
}
.transit-list li a{
    font-size: 22px;
    text-decoration: none;
    color: #000;
}
.services{
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    margin-top:100px;
}
/* .watermark-img{
    opacity: 0.5;
    z-index: 9;
    color: #fff;
    display: flex;
}
.m-auto{
    margin: auto;
} */


.button-container{
    padding-top: 20px;
}

.btn-indocam{
    padding: 8px 30px 8px 20px;
    background-color: #014f86;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn-logistic{
    padding: 8px 30px 8px 20px;
    /* background-color: #014f86; */
    text-decoration: none;
    color: #014f86;
    border-radius: 5px;
    font-size: 25px;
    border: 2px solid #014f86;
    margin-left: 30px;
    display: flex;
    align-items: center;

    justify-content: center;
}

.second-container{
    background-color: #264653;
    display: flex;
    padding: 40px 60px;
    justify-content: space-between;
}

.second-container>h1{
    color: #fff;
}
.data>h1{
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.data>p{
    color: #faf9f9;
}

.vertical-line {
    width: 3px;              
    height: 100px;           
    background-color: #415a77; 
    margin-left: 20px;       
}

.get-in-touch-btn{
    padding: 10px 22px;
    background-color: #264653;
    border: 0;
    margin: 30px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.get-in-touch-btn:hover{
    opacity: .7;
}

.navbar{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.indocam-logo{
    width: 60px;
    margin-right: 10px;
}