/* ========== Reset ========== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

header,
section {
    padding: 5vh 20vh;
}

ul {
    list-style: none;
}

.sec2,
.sec4,
.sec6 {
    background-color: rgba(241, 241, 241, 0.712);
}

/* ========== Text ========== */

a {
    text-decoration: none;
}

h1 {
    font-size: 60px;
}

p,
span {
    color: grey;
}

/* ========== Section Introduction ========== */

.sec-intro {
    padding: 5% 0;

}

.sec-intro h2 {
    font-size: 50px;
}

.sec-intro .line {
    height: 1px;
    width: 3%;
    border: none;
    background-color: black;
    margin: 2vh 48%;
}

.sec-intro p {
    color: grey;
    padding: 0 15%;
    font: 1.4em sans-serif;
    line-height: 1.4;
}

/* ========== flex elements  ========== */

.flex {
    display: flex;
}

/* ========== Button ========== */

.red {
    color: #fff;
    background-color: rgb(223, 76, 76);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

/* ============================================================

/* ========== Header ========== */

header {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    background-color: rgba(80, 80, 80, 0.336);
    position: fixed;
    width: 100%;

}

header a {
    margin: 0 1vh;
    color: white;
}

.navbar ul {
    display: flex;
    gap: 5vh;
}

/* ========== Section 1 ========== */

.sec1 {
    background-image: url(assets/slideshow-2.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding: 20%;
    color: white;
}

/* ========== Section 2 ========== */

.sec2 .about-p {
    font: 1em sans-serif;
    width: 60%;
    padding-right: 2%;
    line-height: 170%;
}

.sec2 .about-p p {
    text-align: left;
    padding-bottom: 25px;
}

.sec2 ul {
    width: 40%;
    padding-left: 2%;
}

.sec2 li div {
    justify-content: space-between;
    padding: 2px 0;
}

.sec2 strong {
    font: 1em sans-serif;
    color: grey;
}

.sec2 h6 {
    font: 1em sans-serif;
    padding-bottom: 8px;
}

.progress-bar {
    margin-bottom: 20px;
    width: 100%;
    background-color: rgb(228, 228, 228);
}

.progress-fill {
    padding: 0;
    background-color: rgb(255, 79, 79);
}

#fill-1 {
    width: 80%;
}

#fill-2 {
    width: 95%;
}

#fill-3 {
    width: 85%;
}

#fill-4 {
    width: 70%;
}

/* ========== Section 3 ========== */

.sec3 #team {
    justify-content: space-between;
    padding: 1vh;
}

.card {
    width: 25%;
    margin: 1vh;

}

.card h3,
span {
    margin: 2vh 0;
    text-align: center;
}

.img {
    background-position: center;
    background-size: cover;
    height: 50%;
    width: 100%;
    border-radius: 10px;
    height: 50vh;
}

#img1 {
    background-image: url(assets/member-1.jpg);
}

#img2 {
    background-image: url(assets/member-2.jpg);
}

#img3 {
    background-image: url(assets/member-3.jpg);
}

#img4 {
    background-image: url(assets/member-4.jpg);
}

.question {
    display: flex;
    padding: 12vh 15vh 3vh;
    font-size: 50px;
    justify-content: space-between;
}

/* ========== Section 4 ========== */

.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3vh;
}

.in-content {
    display: flex;
    padding: 2vh;
}

.in-content i {
    font-size: 6vh;
    color: rgb(255, 74, 74);
}

.in-content p,
h3 {
    text-align: left;
    padding: 1vh;
    padding-left: 2vh;
}

.in-content h3 {
    font-size: 25px;
}

.in-content p {
    font: 1em sans-serif;
    line-height: 4vh;
}

/* ========== Section 5 ========== */

#Client {
    justify-content: center;
    gap: 2%;
    margin-bottom: 5vh;
}

.img-client {
    width: 15vh;
    border: 5px solid rgb(255, 74, 74);
    border-radius: 100px;
    margin-bottom: 2vh;
}

#Client-p {
    font-size: 30px;
    line-height: 1.5;
}

#Client-p i {
    margin: 0 10px;
}

/* ========== Section 6 ========== */

#div-1 {
    width: 50%;
}

#Contact-p {
    font-size: 40px;
    text-align: start;
    color: black;
}

#AllAddress div {
    margin: 20px;
}

#AllAddress i {
    font-size: 50px;
    color: rgb(255, 74, 74);
}

#AllAddress h3 {
    padding: 1vh 0;
    font-size: 30px;
}

#Email-a {
    color: gray;
}

#form {
    width: 50%;
    padding: 50px;
}

form {
    display: grid;
    gap: 30px;
}

input,
textarea {
    height: 50px;
    border-style: none;
    border: 1px solid rgb(230, 230, 230);
    margin: 0;
}

input::placeholder {
    color: rgb(212, 212, 212);
    text-align: start;
    padding: 10px;
    font-size: 20px;
}

textarea::placeholder {
    color: rgb(212, 212, 212);
    text-align: start;
    padding: 10px;
    font-size: 20px;
}

textarea {
    height: 150px;
}

#but-form {
    width: 190px;
    height: 50px;

    i {
        margin: 0 7px;
    }
}

/* ========== Footer ========== */

footer {
    background-image: url(assets/world_map.jpeg);
    background-size: cover;
    color: white;
}

footer img {
    margin: 5vh;
}

footer section {
    justify-content: space-between;
    padding: 0 20vh 8vh;
}

.div-fot {
    text-align: start;
    width: 25%;
}

footer section h3 {
    padding: 20px 0;
    font-size: 30px;
}

.div-fot p {
    text-align: start;
    margin: 20px 0;
}

.div-fot .ppp {
    margin: 10px;
}

.div-fot a {
    color: #999999;
}

.div-end {
    background-color: #1a1a1a;
    height: 100px;
    padding: 1vh 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.div-end a {
    color: white;
}

.div-end i {
    margin: 0 15px;
    font-size: 20px;
}

#button-fot {
    text-align: start;
}

#button-fot button {
    margin: 5px;
    padding: 10px 10px;
    border-style: none;
    border-radius: 3px;
    border: 1px solid #999999;
    background: transparent;
    color: #999999;
}
