@font-face {
    font-family: DMsans-medium;
    src: url(/fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMsans-bd;
    src: url(/fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SB;
    src: url(/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: DMsans-regular;
    src: url(/fonts/DMSans-Regular.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body{
    overflow-x: hidden;
}
/* work sextion  */


.work-container{
    min-height: 50vh;
    
}
.elipse-container{
    transition: 0.6s ease-in-out;
    position: fixed;
    z-index: -1;
    top: 4vw;
    left: -18vw;
    animation-name: moveAnimation;
    animation-duration: 1ms; /* Firefox requires this to apply the animation */
    animation-direction: alternate;
    animation-timeline: scroll(block nearest);
}@keyframes moveAnimation {
    0% {
      left: -20vw;
    }
    10%{
        left: -14vw;
        top:5vw;
    }
    20%{
        left: -18vw;
    }
    30%{
        left: -10vw;
    }
    40%{
        left: -8vw;
        top:6vw;
    }
    45%{
        left: -10vw;
    }
    55%{
        left: -15vw;
    }
    65%{
        left:-15vw
    }
    70%{
        left:-20vw;
    }
    80%{
        left:-15vw;
    }
    88%{
        left:-8vw;
    }
    100%{
        left: -14vw;
    }
    
  }

.elipse-container img{
    width: 40vw;
    animation-name: rotateAnimation;
     
    animation-duration: 1ms; /* Firefox requires this to apply the animation */
    animation-direction: alternate;
    animation-timeline: scroll(block nearest);
}

@keyframes rotateAnimation {
    0% {
      width: 40vw; 
      
    }
    10%{
        width: 30vw; 
    }
    20%{
        width: 30vw; 
    }
    25%{
        width: 30vw;
    }
    40%{
        width: 25vw;
    }
    45%{
        width: 25vw;
    }
    55%{
        width: 25vw;
    }
    70%{
        width: 40vw;
    }
    80%{
        width: 25vw;
    }
    88%{
        width: 30vw;
    }
    100%{
        width: 25vw;
    }
    
  }
.work-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }
.ellipse-style1{
    
    background-size: 25vw;
}
.ellipse-style2{
    background-size: 30vw;
}
.look-work{
    margin-left: 30vw;
    font-size: 1.3vw;
    margin-top: 12vw;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    
    transition: all .5s ease-in-out;
    
}
.look-work .heading1{
    padding-left: 1vw;
    font-weight: 600;
}
.look-work .look-line1{
    font-size: 2.5vw;
    padding-left: 1vw;
    color: #B1AFE6;
}

.look-line2{
    margin-left: 30vw;
    height: 0vw;
    margin-top: 0vw;
    border-left:.18vw solid #8280CB;
    opacity: 1;
    position: fixed ;
    top:28vw;
    
    z-index: 4;
    animation: appear;
    animation-timeline: scroll(block nearest);
    
    z-index: 1;
    
}
@keyframes appear {
    0%{
        opacity: 1;
        height: 15vw; 
      }
      10%{
        opacity: 0;
        height: 0vw; 
      }
  }
.cards-container{
    
    width: 100%;
    margin-top: 10vw;
}
.section-container{
    position: absolute;
     
}
.sticky {
     display: none;
  }
  
.show-projects{
    display: flex;
    width: 100vw;
    justify-content: center;
    align-self: center;
    margin: 5vw 0vw;
    
}
.show-projects p{
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vw;
}
.show-projects p button{
    background-color: transparent;
    color: #8CAAE4;
    border: 0;
    font-family: inherit;
    font-size: 2.2vw;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
}
.project-details-container{
    width: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-family: "Montserrat", sans-serif;
   
    animation: apearence2 ease-in-out;
    animation-timeline: view();
    animation-range: entry 00% cover 50%;
}

.project-details-container2{
    width: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    animation: apearence1 ease-in-out;
    animation-timeline: view();
    animation-range: entry 00% cover 50%;
    
}
.project-details-container2 div{
    margin-left: 23vw;
}
.project-details-container2.active{
    
    transform: translateX(0%);
    opacity: 1;
    transition: all 0.8s ease-in-out; 
}
.project-details-container.inactive{
    transform: translateX(-10%); 
        opacity: 0;
        transition: all 0.8s ease-in-out; 
}
.project-details-container.active{
    
        transform: translateX(0%);
        opacity: 1;
        transition: all 0.8s ease-in-out; 
}
.project-details-container2.inactive{
    transform: translateX(10%); 
        opacity: 0;
        transition: all 0.8s ease-in-out; 
}
.project-details-container h3, .project-details-container2 h3{
    font-size: 2.5vw;
    color: #8CAAE4;
    font-weight: 600;

}
.work-details{
    font-size: 2vw;
    color: #000;
}
.work-discription{
    font-family: "Roboto", sans-serif;
    font-size: 1.6vw;
    color: grey;
    margin: 2vw 0;
    width: 55%;
}
.case-study{
    font-size: 1.6vw;
    font-family: "Roboto", sans-serif;
    color: #FF2B01;
    text-decoration: underline;
    
    
}
.addition-type1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
    animation: apearence1 ease-in-out;
    animation-timeline: view();
    animation-range: entry 00% cover 50%;
}
@keyframes apearence1 {
    from{
        opacity: 0;
        transform: translateX(100px);
        
    }
    to{
        opacity: 1;
        transform: translateX(00px);
        
    }
}
.addition-type2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
    animation: apearence2 linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.web{
    display: block;
}
.mobile{
    display: none;
}
@keyframes apearence2 {
    from{
        opacity: 0;
        transform: translateX(-100px);
        
    }
    to{
        opacity: 1;
        transform: translateX(0px);
        
    }
}
.footer-section{
    width: 100vw;
}
.addition-description-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    width: 50%;
    padding-left: 10vw;
}

.addition-description-1 h3{
    font-size: 2.5vw;
    color: #8CAAE4;
    font-weight: 600;
}
.addition-type1 img{
    width: 50%;
}
.addition-type2 img{
    width: 50%;
}

.show{
    display: block;
}
.hide{
    display: none;
}
/* work title section */

@media (max-width:768px) {
    
    .heading1 {
       font-size: 5vw; 
    }
    .look-work .look-line1{
        font-size: 5vw;
    }
    .look-line2{
        margin-left: 30vw;
       
        margin-top: 25vw;
        border-left:.18vw solid #8280CB;
        opacity: 1;
        position: fixed ;
        top:25vw;
       
        z-index: 4;
        animation: appear;
        animation-timeline: scroll(block nearest);
        
        z-index: 1;
        
    }
    @keyframes appear {
        0%{
            opacity: 1;
            height: 25vw; 
          }
          10%{
            opacity: 0;
            height: 0vw; 
          }
      }
    
    .elipse-container{
        transition: 0.6s ease-in-out;
        position: fixed;
        z-index: -1;
        top: 30vw;
        left: -18vw;
        animation-name: moveAnimation;
        animation-duration: 1ms; /* Firefox requires this to apply the animation */
        animation-direction: alternate;
        animation-timeline: scroll(block nearest);
    }@keyframes moveAnimation {
        0% {
          left: -50vw;
          top:10vw;
        }
        10%{
            left: -30vw;
            top:10vw;
        }
        20%{
            left: -30vw;
        }
        30%{
            left: -40vw;
        }
        40%{
            left: -40vw;
            
        }
        45%{
            left: -60vw;
        }
        55%{
            left: -40vw;
        }
        65%{
            left:-50vw
        }
        70%{
            left:-50vw;
        }
        80%{
            left:-30vw;
        }
        88%{
            left:-50vw;
        }
        100%{
            left: -10vw;
        }
       
        
      }
    
    .elipse-container img{
        width: 40vw;
        animation-name: rotateAnimation;
         
        animation-duration: 1ms; /* Firefox requires this to apply the animation */
        animation-direction: alternate;
        animation-timeline: scroll(block nearest);
    }
    
    @keyframes rotateAnimation {
        0% {
          width:80vw; 
          
        }
        10%{
            width: 50vw; 
        }
        20%{
            width: 60vw; 
        }
        25%{
            width: 70vw;
        }
        45%{
            width: 80vw;
        }
    
        55%{
            width: 65vw;
        }
        65%{
            width: 80vw;
        }
        70%{
            width: 70vw;
        }
        80%{
            width: 60vw;
        }
        88%{
            width: 75vw;
        }
        100%{
            width: 50vw;
        }
        110%{
            width: 60vw;
        }
        
      }
      .project-details-container{
        padding: 0 3vw;
      }
      .project-details-container h3, .project-details-container2 h3,.addition-description-1 h3{
        font-size:4.5vw;
      }
      .work-discription{
        font-size: 3.8vw;
        margin: 4vw 0;
        width: 90%;
      }
      .work-details{
        font-size: 4vw;
      }
      .case-study{
        font-size: 4vw
      }
      .project-details-container div{
        width: 80%;
      }
      .addition-type1{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5vw;
        animation: apearence1 linear;
        animation-timeline:view();
        animation-range: entry 0% cover 40%;
    }
    @keyframes apearence1 {
        from{
            opacity: 0;
            transform: translateX(100px);
            
        }
        to{
            opacity: 1;
            transform: translateX(0px);
            
        }
    }
    .addition-type2{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5vw;
        animation: apearence2 linear;
        animation-timeline: view();
        animation-range: entry 0% cover 40%;
    }
    @keyframes apearence2 {
        from{
            opacity: 0;
            transform: translateX(-100px);
            
        }
        to{
            opacity: 1;
            transform: translateX(0px);
            
        }
    }
    .show-projects p{
        font-size: 4vw;
    }
    .show-projects p button{
        font-size: 4vw;
        margin: 4vw 0;
    }
    .work-container{
        min-height: 50vw;
        height: initial;
    }
    .cards-container{
        padding: 2vw 0;
        
    }
    .section-container{
        position: absolute;
        margin-top: 10vw;
    }
    .web{
        display: none;
    }
    .mobile{
        display: block;
    }
    .aditional-container{
        position: static;
    }
    .addition-description-1{
        width: 80%;
    }
    .addition-type1, .addition-type2{
        flex-direction: column;
        margin-bottom: 8vw;
    }
    .addition-type1 img, .addition-type2 img{
        margin-top: 4vw;
        width: 100vw;
    }
}