@font-face {
    font-family: 'Proxima_Nova_Soft';
    src: url('../../fonts/FontsFree-Net-Proxima-Nova-Soft-W03-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Big_Shoulders_Text';
    src: url('../../fonts/BigShouldersText-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Big_Shoulders_extrabold';
    src: url('../../fonts/BigShouldersDisplay-ExtraBold.ttf') format('truetype');

}
@font-face {
    font-family: 'Big_Shoulders_semibold';
    src: url('../../fonts/BigShouldersDisplay-SemiBold.ttf') format('truetype');

}

body {
    font-family: 'Proxima_Nova_Soft';
    background-color: #BA0767;
    overflow-x: clip;
    box-sizing: border-box;
    overflow-y: scroll;
    margin: 0;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}

section {
    position: relative;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: white;
}

#home {
    height: 100vh;
    color: white;
    background-color: #BA0767;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#home h1 {
    font-family: 'Big_Shoulders_Text';
    font-size: calc(5vw + 4vh);
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    line-height: 13vh;
}
#home p{
    width: calc(30vw + 30vh);
    font-size: calc(1vw + 1vh);
    line-height: 4.5vh;
    margin-top: -6vh;
    margin-bottom: 8vh;
}
.home_button{
    width: 15vw;
    background-color: #fff;
    height: 7vh;
    display: flex;
    border-radius: 10vw;
    justify-content: center;
    align-items: center;
    
}
.home_button a{
    font-size: 1vw;
    color: #BA0767 !important;
    text-transform: uppercase;
}
.div_home {
    width: 80vw;
    padding-left: 8vw;
}

#eclipse {
    position: relative;
    width: 6vw;
    top: 0vh;

}

.div_image_home {
    display: flex;
    align-items: flex-end;
    position: absolute;
    justify-content: flex-end;
    bottom: 0vh;
    height: 50vh;
    flex-wrap: wrap;
    padding-left: 90vw;
    flex-direction: row;
}

.circle_home_capabilities {
    display: flex;
    width: calc(35vw + 35vh);
    height: calc(35vw + 35vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: absolute;
    top: 66vh;
    left: 41vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle_2_capabilities {
    display: flex;
    width: calc(10vw + 10vh);
    height: calc(10vw + 10vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: absolute;
    top: 16vh;
    left: 25vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#team{
    height: auto;
    color: #000;
    background-color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    align-content: center;
    align-items: center;
    
}
.team_container{
    padding-top: 2vh;
    height: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.team_content{
    font-family: 'Big_Shoulders_Text';
    padding-bottom: 5vh;
  
}
.team_content p{
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: 800;
    letter-spacing: .025em;

}
.team_content h1{
    text-transform: uppercase;
    font-size: 3.8vw;
    font-weight: 800;
    /* letter-spacing: 0.5px; */
    line-height: 0vh;
    font-family : 'Big_Shoulders_extrabold'


}
.team_image {
    width: 19vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 2vh;
    height: 47vh;
    background-color: #BA0767;
    
}
.div_team_image{
    height: 78%;
    width: 100%;
}
.team_image:hover{
    background-color: #BA0767;

}

.team_image img{
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
}


.team_image_content{
    width: 90%;
    color: #fff;
    height: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.team_image_content h1{
    font-family: 'Big_Shoulders_semibold';
    font-size: 2vw;
    /* font-weight: 800; */
    line-height: 0px;
    letter-spacing: 1.2px;
}
.team_image:hover .team_image_content {
    color: #fff;

}
.team_image_content p{
    font-family: 'Big_Shoulders_Text';
    font-size: 1vw;
    /* font-weight: 100; */
    line-height: 0px;
    letter-spacing: 1.4px;
    /* padding-bottom: 3vh; */
    margin-top: -0vw;

}
.team_images{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20vh;
    justify-content: space-around;
}
.bottom {

  top: 30vh !important;
}

@media (max-width : 1024px){
    #eclipse {
 
  width: 8vw;
    }
    .home_button {
  width: 30vw;
 
  height: 4vh;}
  .home_button a {
  font-size: 2vw;
  }
  .team_content p {
 
  font-size: 5vw;
  }
  .team_content h1 {
  
  font-size: 4.5vw;
  }
  .team_container {
 
  width: 90%;
  }
  .team_image {
  width: auto !important;
  }
  
  .team_image_content h1 {
  
  font-size: 4vw;
  }
  .team_image_content p {
  
  font-size: 2.5vw;
  }
}
@media (max-width:768px) {
    #home h1 {
        letter-spacing: -2.5px;
        line-height: 18vw;
        width: 93vw;
        font-size: calc(7vw + 5vh);
        margin-top: -32vw;
    }
    #eclipse {
        width: 15vw;
    }
    #home p{
        width: 92vw;
    font-size: calc(2vw + 1.2vh);
    line-height: 4.5vh;
    margin-top: -6vh;
    margin-bottom: 8vh;
    }
    .home_button {
        width: 49vw;
        height: 6vh;
    }
    .home_button a {
        font-size: 4vw;
    }
    .circle_home_capabilities {
        top: 81vh;
        left: -6vw;}
        .circle_2_capabilities {
            top: 10vh;
            left: 53vw;
        }
        .team_content p {
            font-size: 6vw;
        }
        .team_content h1 {
            font-size: 12.5vw;
        }
        .team_content {
            margin-left: 10vw;
        }
        .team_image_content h1 {
            font-size: 7vw;
        }
        .contact_text {
            left: 8vw !important;
            top: 18vw  !important;
           
        }
        .contact_info {
            top: 25vh !important;
        }
        .social_media {
            top: 109vw !important;
        }
        .bottom {
            top: 102vw !important;
        }
        .menu {
            top: 21vw !important;
        }
        #logo_contact {
            top: 17vw !important;
        }
        .circle1_contact {
          
            bottom: 16vh  !important;
        }
    
    
}