@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_semobold';
    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 {

    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;
}

.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;
}
.works{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    width: 60vw;
    left: 12vw;
    
   
}
.works a{
    display: inline-block;
    font-family: 'Big_Shoulders_Text';
    font-size: 2.5vw;
    opacity: 25%;
    padding-left: 2vw;
    color: white;
    white-space: nowrap;
}
 .works_slide:hover{
    animation-play-state: paused;
}
.works_slide{
    display: flex;
    flex-wrap: nowrap;
    animation: 100s slide infinite linear;
}
.works a:hover{
    opacity: 100% !important;
}
@keyframes slide{
    from{
        transform:translateX(12%) ;
    }
    to{
        transform:translateX(-80%) ;

    }
}
#eclipse_double {
    position: absolute;
    width: calc(41vw + 41vh);
  }
  .circle_home_portfolio{
    display: flex;
    width: calc(35vw + 35vh);
    height: calc(35vw + 35vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: absolute;
    top: 85vh;
    left: 53vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .section_work{
    height: auto !important;
  }
.slide_work_portfolio , .slide_work_portfolio2 , .slide_work_portfolio3 , .slide_work_portfolio4 , .slide_work_portfolio5{
    background-color: #E3FE55;
    overflow: hidden;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
  .slide_work_portfolio_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 999;
    bottom: 0vh;
    align-content: flex-start;
    height: 70vh;
  
}
.slide_work_portfolio_text {
    margin-right: 5vw;
    z-index: 999;
    display: flex;
    width: 58vw;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    left: 8vw;
    color: #211E1F;
}
.slide_work_portfolio_text p {
    line-height: 3.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.3vw;
    align-content: center;
    text-align: left;
    width: 30vw;
    font-weight: 400;
    margin-top: -2vh;
}
.slide_work_portfolio_text h1{
    line-height: 5vh;
    font-size: 4.5vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.slide_work_portfolio_phone{
    width: 26vw;
    position: relative;
    top: -0vh;
}
.slide_work_portfolio_button{
    display: flex;
    background-color: #211E1F;
    border-radius: 10vw;
    width: 20vw;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-top: 10vh;

}
.slide_work_portfolio_button a{
    text-decoration: none;
    padding: 0.5vh 2vh;
    font-size: 1.1vw;
    text-transform: uppercase;
    color: #F6F7F8;
}

#Testimonials{
    color: white;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    overflow: hidden;
    background-color: #BA0767;
    position: relative !important;
}
.Testimonials_title{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    width: 85vw;
    padding-bottom: 0vh;
}
.Testimonials_title h1{
    line-height: 5vh;
    font-size: 6.5vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.slider{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-top: 10vh;
}



.flex { display: -webkit-flex; display: flex; -webkit-flex-direction: row;  
    flex-direction: row; -webkit-justify-content: flex-start; justify-content: flex-start;}
.slide{
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.slide-image{
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.slider-wrapper { margin-left: 2vw;}
.slide-image img {width: 7vw;
    height: 7vw;
    border-radius: 50%;
    cursor: pointer;}
.slide-content {    
    width: 62vw;
    color: #fff;
    padding: 2vw 5vw 1vw 0vw;
}
.profil_name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2vw;
}
.profil_name h3{
    font-size: 2vw;
    font-weight: 400;
    line-height: 0vh;
}
.profil_name p{
    font-size: 1.5vw;
    font-weight: 400;
    position: relative;
    line-height: 0vh;
    top: -1vw;
}
.slide-text {
    font-size: 1.5vw;
    line-height: 2.2vw;
    opacity: 0.8;
    padding-bottom: 0vw;
    overflow-y: auto;
    height: 21vh;
}

.slide-text::-webkit-scrollbar {
    height: 40vh;
    width:  0.5vh;
}

.slide-text::-webkit-scrollbar-track {
    background: #f1f1f184; /* Track color */
    
}

.slide-text::-webkit-scrollbar-thumb {
    background: #fff; /* Thumb color */
    border-radius: 6px; /* Rounded corners */
}

.slide-text::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover color */
}
.slide-more {font-weight: 400; letter-spacing: 0.1vw; float: left; font-size: 0.9vw;}
.slide-bullet {width: 0.5vw; height: 0.5vw; background-color: #0b8bcc; border-radius: 200%; position: relative; margin-left: 1.2vw;}
.slide-nav {margin-left: 64vw; margin-top: -5.5vw;}

div.overlay-blue {width: 100%; height: 100%; position: absolute; top: 0; transition: 0.5s ease all;}
div.overlay-blue:hover {background-color: rgba(13, 27, 43, 0.5);}

.arrows{width: 3.5vw;
    
    position: relative;
}
.arrow {display: inline-block; position: absolute; width: 1.2vw; height: 1.2vw; background: transparent; text-indent: -9999px; border-top: 0.15vw solid #fff; border-left: 0.15vw solid #fff; transition: all .1s ease-in-out; text-decoration: none; color: transparent;
}
.arrow:hover {border-color: #0A8ACB; border-width: 0.25vw;
}
.arrow:before {display: block; height: 200%; width: 200%; margin-left: -50%; margin-top: -50%; content: ""; transform: rotate(45deg);}
.arrow.prev {transform: rotate(-45deg); left: 0;}
.arrow.next {transform: rotate(135deg); right: 0;}

.slider-scroll-container {
    width: 97%;
    overflow-x: auto;
    padding-bottom: 2vh;
    margin-left: 11vw;
}

.slider-scroll-container::-webkit-scrollbar {
    width: 50vw;
    height: 0.5vh;
}

.slider-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f184; /* Track color */
    
}

.slider-scroll-container::-webkit-scrollbar-thumb {
    background: #fff; /* Thumb color */
    border-radius: 6px; /* Rounded corners */
}

.slider-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover color */
}
#contact {
    color: #000;
    background-color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 80vh;
}

.contact_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}

.contact_text {
    z-index: 999;
    display: flex;
    width: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 75vh;
    position: relative;
    left: 8vw;
}

.contact_text p {
    line-height: 4.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.4vw;
    align-content: center;
    text-align: left;
    width: 34vw;
    font-weight: 400;
    margin-top: -2vh;
}

.contact_text h1 {
    line-height: 0vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.contact_info {
    position: absolute;
    display: flex;
    width: 90vw;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    left: 8vw;
    top: 35vh;
}

.contact_info p {
    display: flex;
    font-size: 1.5vw;
    letter-spacing: 0.5px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contact_info img {
    width: 1.3vw;
    padding-right: 1vw;
}

.bg_circle_contact {
    display: flex;
    position: absolute;
    /* bottom: 0vh; */
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    z-index:-1;
}

.circle1_contact {
   
    display: flex;
    width: calc(35vw + 35vh);
    height: calc(35vw + 35vh);
    border: 0.1px solid #BA0767;
    border-radius: 50%;
    position: relative;
    bottom: 53vh;
    left: -9vw;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle2_contact {
    display: flex;
    width: calc(10vw + 10vh);
    height: calc(10vw + 10vh);
    border: 0.1px solid #BA0767;
    border-radius: 50%;
    position: relative;
    top: 19vh;
    left: 28vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.social_media{
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 90vw;
    top: 50vh;
    left: 8vw;
    z-index:999;
}
.social_media img{
    width: 3.5vw;
    padding-right: 2vw;
}
.social_media a:first-child{
    padding-left: 2vw;
}
hr{
    border: 1px solid #BA0767;
    width: 25vw;
    opacity: 100%;
}
.bottom{
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index :999;
    top:35vh;
   
}
.menu{
    
  display: flex;
    position: absolute;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    width: 45vw;
    left: 8vw;
    top: 33vh;
}
.menu a{
    color: #000 !important;
    font-size: 1vw;

}
.copyright{
    display: flex;
    position: absolute;
    width: 50vw;
    top: 31vh;
    left: 67vw;
}
.copyright p{
   font-size: 1.1vw;
}
.mini_eclipse_double{
    display: none;
}
#logo_contact{
    display: none;
}
@media (max-width : 1024px){
    .works a {
   
    font-size: 3vw;
    }
    #eclipse {
    
    width: 8vw;
    }
    .slider {
  
  margin-top: 0vh;
}
.Testimonials_title h1 {
 
  font-size: 8vw;
}
.slide-text {
  font-size: 1.5vw;
  line-height: 3vw;
}
.profil_name h3 {
    font-size: 3vw;
}
.profil_name p {
    font-size: 2.5vw;
}
 .circle1_contact {
   
    bottom: 20vw;
    }
    .circle2_contact {
   
    top: 22vw;
    }
     .contact_text p {
   
    font-size: 3vw;
    width: 71vw;
    margin-top: 1vh;
    
    }
  .contact_info {
  
    top: 30vh;
  
}
.contact_info p {
   
    font-size: 3vw;
    
}
.contact_info img {
  width: 2.5vw;
  
}
.social_media {
    top: 50vh;
}
.social_media img {
   width: 5.5vw;
}
.menu {
    top: 33vw;
    left: 1vw;
}
.menu a {
    font-size: 1.9vw;
}
.copyright {
    display: flex;
    position: absolute;
    width: 50vw;
    top: 32vw;
    left: 50vw;
}
.copyright p {
    font-size: 2vw;
}
.bottom {
   
    top: 53vh;
}
}
@media (max-width:768px) {
    #home h1 {
        letter-spacing: -2.5px;
        line-height: 18vw;
        width: 75vw;
        font-size: calc(7vw + 5vh);
        margin-top: -32vw;
    }
    #eclipse {
        width: 15vw;
    }
    .works a {
        font-size: 6vw;
    }
    .mini_eclipse_double {
        border: 1px solid white;
          background-color: transparent;
          border-radius: 50%;
          position: absolute;
          width: calc(10vw + 10vh);
          height: calc(10vw + 10vh);
          top: 17%;
          left: 52%;
          display: flex;
      }
      .circle_home_portfolio {
       
        top: 73vh;
        left: -16vw;
      
    }
    .testimonials_content{
        top: -6vw;
    position: relative;
    }
    .Testimonials_title h1 {
        font-size: 12vw;
    }
    .slide-content {
        width: 74vw;
       
    }
    .slide-text {
        font-family: 'Proxima_Nova_Soft';
        font-size: 3vw;
        line-height: 5vw;
        letter-spacing: 0.5px;
        height: auto;
    }
    .circle1_contact {
        bottom: 46vw;
        width: 100vw;
    height: 100vw;
    left : 1vw;
    }
    .circle2_contact {
        width: calc(10vw + 10vh);
        height: calc(10vw + 10vh);
        top: 9vw;
        left: 50vw;
    }
    .contact_text h1 {
        line-height: 0vh;
        font-size: 11vw;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
    .contact_text {
        display: flex
;
        width: 90vw;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        height: 75vh;
        position: relative;
        left: 8vw;
        top: 27vw;
        z-index: 999;
    }
    .contact_text p {
        font-size: 4.5vw;
        width: 90vw;
        margin-top: 1vh;
        text-align: center;
    }
    .contact_info {
        position: absolute;
        display: flex
;
        width: 90vw;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        left: 8vw;
        top: 35vh;
        z-index: 999;
    }
       .contact_info p {
        font-size: 5vw;
    }
    .contact_info img {
        width: 3.5vw;
    }
    .social_media img {
        width: 8vw;
    }
    .social_media {
        top: 56vh;
    }
    hr {
        width: 18vw;
        opacity: 25%;
    }
    .bottom {
        top: 53vh;
    }
    .copyright {
        display: flex
;
        position: absolute;
        width: 83vw;
        top: 36vw;
        left: 10vw;
    }
    .menu {
        display: flex
;
        position: absolute;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 83vw;
        left: 8vw;
        top: 12vh;
        z-index: 999;
    }
    .menu a {
       
        font-size: 4vw;
       
    }
    .copyright p {
        font-size: 3vw;
    }
    #logo_contact{
   
        width: 32vw;
        position: relative;
        top: 16vw;
        left: 37vw;
        display: block;
    }
}