/* Full-width container for specific sections */
.full-width-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

/* INTRO */
#aboutus {
  margin-top: 50px;
}

#aboutus .content {
    align-items: flex-start;
}

#aboutus .text {
    flex: .7;
    margin-top: 60px;
}

#aboutus .media {
    flex: .6;
}

#aboutus .media img {
    border-radius: 120px 160px 90px 220px;
}

/* TEAM */
#team .head {
    text-align: center;
    width: 70%;
    display: block;
    margin: auto;
    margin-bottom: 60px;
}

#team .text {
  background: #75757512;
  padding: 20px 30px;
  border-radius: 30px;
  margin: 20px 0;
}

.country {
    font-size: 2em;
    color: #0000004a;
    font-weight: 900;
}

.contact-cart {
    margin-bottom: 100px;
}

.contact-cart img {
    border-radius: 30px;
}

.role {
    font-size: 1.3em;
    color: #009fe3;
    margin: 5px 0 20px;
}

.position {
    font-size: 1.3em;
    color: #0b0b0b;
    margin-bottom: 20px;
    font-weight: 600;
}

.intro {
    font-size: 1.25em;
}

.contact p {
    display: inline-block;
}

.contact {
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 20px;
}

#team .btn {
    padding: 0;
    margin: 0 0 4px 12px;
}

#team a.btn.btn-link {
    font-size: 20px;
    color: var(--lightblue);
}

#team .text {
    flex: 1.2;
}

#team .media {
    flex: .8;
}

/* HOW WE WORK */


#howwework .text {
    flex: .7;
}

#howwework .media img {
    border-radius: 180px 90px 140px 160px;
}

#features {
    text-align: left;
}

#features .content {
    align-items: normal;
    gap: 100px;
}

.feature {
    flex: 1;
}

.feature h4 {
    display: inline;
}

.feature i.fa {
    color: #f7a600;
    display: inline-block;
    padding: 0 5px 0 0px;
    font-size: 25px;
}



/* PARALLAX IMG */
.reverse-parallax {
  background-image: url('content/home/hero-dark.jpg');
}



.footer {
    background-color: #002c58;
    color: white;
    padding: 30px 0;
}

.footer a.btn-primary {
    background-color: #f7a600;
    border-color: #f7a600;
    margin-top: 10px;
}

.footer a.btn-primary:hover {
    background-color: #d28c00;
    border-color: #d28c00;
}

.footer img {
    margin: 20px 0;
}

@media (max-width: 768px) {
    .headline {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .subheadline, .role, .position {
        text-align: center;
    }
}
