/* *****************************************************
   *****************************************************
*/

/* Transit_Logistics_layout style sheet */

/* header */
.header {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}
.header .background-clip {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* navbar */
.navbar {
    background: transparent;
}
.navbar .row {
    width: 70%;
    margin: auto;
}
.navbar .row .nav-side .navbar-nav {
    margin-top: 2%;
    width: 100%;
}
.navbar .row .nav-side .navbar-nav .nav-item {
    margin-left: 2%;
}
.navbar .row .nav-side .navbar-nav .nav-item a {
    color: #FFFFFF;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400px;
    font-style: normal;
}
.navbar .navbar-brand:hover {
    border-bottom: 2px solid #000000;
}
.navbar:hover {
    background-color: #FFFFFF;
}
.navbar:hover .row .nav-side .navbar-nav .nav-item a {
    color: #000000;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400px;
    font-style: normal;
}

/* *********************************************************************************** */

/* section 1 : motto */
.motto {
    text-align: center;
    color: black;
}
.motto h1 {
    padding: 5%;
    width: 65%;
    margin: auto;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
}

/* ************************************************************************************* */

/* section 2 : rubber_trading */
.rubber_trading h1 {
    background-color: #DDE6ED;
    text-align: center;
    margin: 0;
    padding: 2%;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
}
.rubber_trading .picture {
    width: 70%;
    margin: auto;
    text-align: center;
}
.rubber_trading .text {
    width: 70%;
    margin: auto;
    text-align: justify;
}
.rubber_trading .text h6 {
    margin-top: 2%;
    line-height: 2em;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* ************************************************************************************* */

/* section 3 : values */

.values {
    background-color: #DDE6ED;
    color: #FFFFFF;
    text-align: center;
    padding: 2%;
}
.values H1 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
    margin-bottom: 1%;
    color: #000000;
}
.values .carousel {
    background-color: #000000;
    color: #FFFFFF;
    min-height: 70vh;
    max-height: 70vh;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 3%;
}
.values .carousel .carousel-inner .carousel-item .row {
    width: 70%;
    margin: auto;
    margin-top: 10%;
}
.values .carousel .carousel-inner .carousel-item .row .text-side h1 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
    color: orange;
    font-weight: bold;
}
.values .carousel .carousel-inner .carousel-item .row .text-side .text-p {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
    font-size: larger;
    margin-top: 2%;
    text-align: justify;
}
/* ************************************************************************************* */

/* footer */

.footer {
    background-color: #FBA834;
    color: #000000;
    padding: 2%;
}
.footer .get_started .card {
    background-color: #000000;
    color: #FFFFFF;
    width: 80%;
    margin: auto;
    margin-top: 3%;
}
.footer .get_started .card .row .col-sm-9 {
    padding: 2%;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
    text-align: left;
}
.footer .get_started .card .row .col-sm-9 h3 {
    color: #FBA834;
}
.footer .get_started .card .row .col-sm-3 .btn {
    background-color: #FBA834;
    color: #000000;
    margin: auto;
    margin-top: 15%;
    width: 200px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400px;
    font-style: normal;
}
.footer .links {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400px;
}
.footer .links .row {
    width: 80%;
    margin: auto;
    margin-top: 2%;
}
.footer .links .row li {
    text-decoration: none;
}
.footer .links .row li a {
    text-decoration: none;
    color: #000000;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400px;
    font-style: normal;
}
