@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
    margin: 0px;
}

:root {
    --gray: rgb(158, 158, 158);
    --black: rgb(10, 10, 10);
}

.fa-brands {
    color: var(--gray);
    font-size: 30px;
}
.arrows {
    color: rgb(255, 255, 255);
    font-size: 30px;
    display: flex;
    gap: 30px;
    padding: 30px 30px 30px;
}
.section {
    margin: 150px 0 0;
}
.container-1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: large;
    padding: 6px 11px;
    border: 2px solid var(--black);
    border-radius: 10px;
    margin: 0px;
}
.title-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: xx-large;
    margin: 0px;
}
hr {
    width: 100%;
    height: 2px;
    background-color: var(--black);
    border: 0;
    margin: 20px 0px ;
}
.description {
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-bottom: 100px;
}
.description-1 {
    display: flex;
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: large;    
}
.description-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: large;     
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;

}
.card-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.card {
    width: 350px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-description {
    margin: 0px 0px 0px 30px;
}
.card-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: large;
    width: fit-content;
    padding: 8px 13px;
    border: 2px solid var(--black);
    border-radius: 13px;
    margin: 0px;
}
.img img {
    max-width: 100%;
    height: 350px;
    border-radius: 0px 25px 25px 25px;
    background-image: url(./pexels-pixabay-220453.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: large;  
    font-weight: normal;
    margin: 10px 0px 0px;
}
.card-team {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    width: 350px;
    height: 460px;
    background-color: rgb(0, 72, 75);
}
.card-icon-1 {
    display: flex;
    gap: 25px;
    padding: 30px;
}
.card-team-description {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: large;  
    margin: 0px 30px;
}
.card-team-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: large;
    width: fit-content;
    padding: 8px 20px;
    color: white;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 13px;
    margin: 30px 30px 0px;    
    cursor: pointer;
}
footer{

    width: 100%;
    padding: 1% 0%;
    font-family: sans-serif;
}
.foot{    
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: large;
}
.name {
    flex: 1;
    text-align: left;
    color: var(--gray);
}
.copy , .link {
    flex: 1;
    text-align: center;
    color: var(--gray);
}
.copy{
    margin: 5px 0;
}
.link {
    color: var(--gray);
    font-size: 30px;
    display: flex;
    justify-content: right;
    gap: 25px;
}
.link img{
    width: 5%;
    height: 5%;
    padding: 2%;
}
.link a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: large;
    text-decoration: none;
}

@media (max-width: 1400px) {
    .section {
        margin: 150px 0 0;
    }
    .card {
        width: 300px;
        height: 410px;
    }
    .img img {
        max-width: 100%;
        height: 300px;
    }
    .card-team {
        width: 300px;
        height: 410px;
    }
}
@media (max-width: 1150px) {    
    h5 {
        font-size: medium;
    }
    .title-1 {
        font-size: x-large;
    }
    h3 {
        font-size: medium;
    }
    .description {
        gap: 15px;
        margin-bottom: 50px;
    }
    .description-1 {
        font-size: medium;
    }    
    .description-2 {
        font-size: medium;
    }    
    .card-name {
        font-size: medium;
    }
    .card-section {
        gap: 30px;
    }
    .card {
        width: 250px;
        height: 340px;
    }
    .card-description {
        margin: 0px 0px 0px 20px;
    }
    .card-team {
        width: 250px;
        height: 340px;
    }
    .card-team-description {
        font-size: medium;
    }
    .card-team-name {
        font-size: medium;
    }
    .img img {
        max-width: 100%;
        height: 250px;
    }
    .foot {
        font-size: medium;
    }
}
@media (max-width: 910px) {
    .container-1 {
        margin-bottom: 15px;
    }
    .card-section {
        justify-content: space-around;
    }
    .section {
        margin: 130px 0 0;
    }
    .description {
        flex-direction: column;
    }
    .card {
        width: 300px;
        height: 390px;
    }
    .card-team {
        width: 300px;
        height: 390px;
    }
    .img img {
        max-width: 100%;
        height: 300px;
    }
}
@media (max-width: 750px) {
    .card-description {
        margin: 14px 0px 0px 20px;
    }
    .card {
        width: 250px;
        height: 340px;
    }
    .card-team {
        width: 250px;
        height: 340px;
    }
    .img img {
        max-width: 100%;
        height: 250px;
    }
}
@media (max-width: 610px) {  
    hr{
        margin: 10px 0px;
    }  
    .section {
        margin: 140px 0 0;
    }
    h5 {
        font-size: small;
        padding: 3px 8px;
        border-radius: 8px;
    }
    .title-1 {
        font-size: large;
    }
    h3 {
        font-size: small;
    }
    .card {
        width: 250px;
        height: 320px;
    }
    .card-team {
        width: 250px;
        height: 320px;
    }
    .img img {
        max-width: 100%;
        height: 250px;
    }
    .card-team-description {
        font-size: small;
    }
    .card-team-name {
        font-size: small;
    }
    .foot {
        font-size: small;
    }
    .description {
        gap: 25px;
        margin-bottom: 50px;
    }
    .description-1 {
        font-size: small;
    }    
    .description-2 {
        font-size: small;
    }    
    .card-name {
        font-size: small;
        padding: 5px 10px;
        border: 2px solid var(--black);
        border-radius: 8px;
    }
    .card-section {
        gap: 50px;
    }

    .foot {
        display: flex;
        flex-direction: column;
    }
    .foot .name p{
        margin: 5px;
    }
    .foot .copy p{
        margin-top: 5px;
    }
}  
@media (max-width: 400px) {
    .section {
        margin: 130px 0 0;
    }
}