
  
/*-------------Section1-------------*/
.home-banner {
    z-index: -2;
    display: flex;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}

.home-banner .home-banner-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: hidden;
    background: radial-gradient(rgb(255, 255, 255, .1), rgb(4, 38, 160, 1));


}

.bubbles {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-basis: 40%;
    width: 100%;
    box-sizing: border-box;

}

.home-banner .home-banner-container .bubbles:nth-child(1) {
    flex-direction: row;
    justify-content: flex-start;
    flex-basis: 20%;
    box-sizing: border-box;




}

.home-banner .home-banner-container .bubbles:nth-child(1) .right-header {
    display: flex;
    flex-direction: row;
    margin-left: 6em;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 60%;
    height: 80%;
    box-sizing: border-box;
}

.home-banner .home-banner-container .bubbles:nth-child(1) .left-header {
    margin-left: 20em;
}

.home-banner .home-banner-container .bubbles:nth-child(1) .right-header .list-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 100%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;


}

.home-banner .home-banner-container .bubbles:nth-child(1) .right-header .list-items .items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-basis: calc(100%/4);
    color: var(--color-blue);
    font-weight: 600;
    z-index: 1;
    color: white;
    transition: all 1s ease;
    font-size: 1.3rem;
    text-decoration: none;
}


.header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 14%;
    height: 80%;


}

.logo-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;

}

.company-logo {
    width: 100px;
    height: 100px;
    z-index: 1;
    opacity: 1;
    margin: 0;

}

#trusted-com {
    text-transform: uppercase;
}



.home-banner .home-banner-container .bubbles:nth-child(1) .right-header .list-items .items:hover {
    transform: scale(1.1);
    transition: all 1s ease;
    color: #363538;
    opacity: .8;
    cursor: pointer;
}

.home-banner .home-banner-container .bubbles:nth-child(2) {
    flex-direction: row;
    justify-content: center;
    flex-basis: 80%;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 0;

}

#item1 {
    justify-content: center;
}


.home-banner .home-banner-container .bubbles:nth-child(2) .content-division {
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-top: 2rem;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 70%;
    height: 60%;
    box-sizing: border-box;
}

.home-banner .home-banner-container .bubbles:nth-child(2) .content-division::before {
    content: "";
    background-image: url(image/KSA1-3.png);
    margin-top: 4rem;
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4;
    width: 80%;
    height: 60%;
    position: absolute;
}

#top-about {
    margin-top: 3rem;
}

.home-banner .home-banner-container .bubbles:nth-child(2) .content-division:nth-child(2) {
    flex-direction: column;
    font-size: 1rem;
    padding-left: 15em;
    align-items: flex-start;

}

.home-banner .home-banner-container .bubbles:nth-child(2) .content-division:nth-child(2) .team-section:nth-child(1) {
    margin-top: 5rem;
}

.team-section {
    margin-top: 1rem;
    display: flex;
    max-height: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.content-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 10%;
    color: #fff;
    padding: 0 3rem 0 3rem;
    z-index: 3;
    text-shadow: 1px 1px 2px #000;


}

#tittle-company {
    font-size: 3rem;
    justify-content: center;
    align-items: center;
}

.home-banner .home-banner-container .bubbles:nth-child(2) .content-division:nth-child(1) .content-details:nth-child(2) {
    flex-basis: 40%;
    flex-direction: column;
    color: black;
    align-items: flex-start;
    justify-content: flex-start;
    text-shadow: none;



}

p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    font-size: 1.3rem;
    z-index: 3;
    margin-top: .1rem;
    color: black;
    letter-spacing: 1px;
    text-shadow: .1px 0.1px 0.5px black;
}

.meet-team-section {
    display: flex;
    width: 100vw;
    height: 100vh;
    /*
    background-image: url(image/team.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    */
        background: radial-gradient(rgb(255, 255, 255, .1), rgb(4, 38, 160, .6));





}

.meet-team-section .team-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;

   
}

.team-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: 1;



}

.team-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: 5%;
    width: 100%;
    color: var(--color-blue);
    font-size: 1.5rem;
    z-index: 2;



}

#team-tittle {
    font-size: 3rem;
}

#team-sub-tittle {
    margin: 0;
}

.meet-team-section .team-container .team-content:nth-child(2) {
    flex-direction:row;
    flex-grow: 1;
    padding-left: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    column-gap: 1em;
}

.team-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in;
    width: calc((100% / 5) - 1em);

}

.team-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all .5s ease-in;
    padding: 0 1rem 0 1rem;
    flex-basis: 70%;

}

.meet-team-section .team-container .team-content:nth-child(2) .team-card .team-details:nth-child(2) {
    flex-basis: 30%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 1rem;
    padding: 0 1rem 0 1rem;
}

.meet-team-section .team-container .team-content:nth-child(2) .team-card .team-details:nth-child(1) .team-pic-container::before {
    content: "";
    background-color: rebeccapurple;
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    left: 1px;

}

.meet-team-section .team-container .team-content:nth-child(2) .team-card .team-details:nth-child(1) .team-pic-container::after {
    content: "";
    background-color: rebeccapurple;
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    right: 1px;

}

.team-pic-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-bottom: 5px solid rebeccapurple;
}










.eugene-img {
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url(image/Eugene.2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center ;
 
    

}

.rodel-img {
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;

    justify-content: center;
    background-image: url(image/Roedil_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;



}


.angel-img {
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-image: url(image/Angel_3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;


}

.frankie-img {
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url(image/Frankie_4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center -5px;


}

.team-img {
    transition: all 1s ease-in-out;
}

.mary-img {

    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    display: flex;

    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url(image/Mae2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;


}

.team-rule {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    font-size: 1em;
    color: var(--color-blue);
    padding: 0 1rem 0 1rem;
    margin: 0;


 

}

.team-name {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    padding: 0 1rem 0 1rem;
    margin: 0;
    color: #000;
    text-shadow: .5px .5px  #fff;

}

.team-profile {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 40vh;
    position: absolute;
    right: 1rem;
    margin-top: -20%;
    z-index: 5;
}

.meet-team-section .team-container .team-content:nth-child(2) .team-card .team-profile p {
    width: 90%;
    font-size: 1.3rem;
}


.meet-team-section .team-container .team-content:nth-child(2) .team-card:hover .team-details .team-pic-container .team-img {
    transform: scale(1);
    cursor: pointer;
    border-radius: 0%;
    width: 200px;
    height: 200px;
    transition: all 1.3s ease-in-out;
}

.meet-team-section .team-container .team-content:nth-child(2) .team-card:hover .team-details .team-pic-container {
    border-bottom: none;
    transform: translateY(1rem);
    cursor: pointer;
    transition: all 1.3s ease-in-out;
}


.meet-team-section .team-container .team-content:nth-child(2) .team-card:hover .team-details:nth-child(1) {
    transform: scale(1);
    transition: all 1.3s ease-in-out;
    cursor: pointer;

}

.meet-team-section .team-container .team-content:nth-child(2) .team-card:hover .team-profile {
    display: flex;


}

.meet-team-section .team-container .team-content:nth-child(2) .team-card .team-profile p {
    font-size: 1.1rem;
    color: var(--color-blue);


}

.meet-team-section .team-container .team-content:nth-child(2) .team-card:hover .team-details:nth-child(2) {
    transform: scale(1.1);
    transition: all 1.3s ease-in-out;
    cursor: pointer;
}
#mary:hover .frankie{

    background-color: black;


}