*{
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    font-family: "Eczar", serif;

}
a{
    cursor: pointer;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    cursor: url(./Assets/FEM-cursor-black.svg), auto;
}
body {
    background-color: #ffffff;
    margin: 0;
    color: #3B3F42;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding: 1rem 5% ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;  
    background: rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3); 
}
#headerimg{
    width: 100%;
    height: 600px;
}

.header::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


#logo{
    font-size: 2rem;
    text-decoration: none;
}

.navbar a{
font-size: 1.5rem;
text-decoration: none;
font-weight: 700;
margin-left: 5rem;
}
.navbar a:visited{
    color: #2D2D2D;
}

#check{
    display: none;
}

.Menu-iphone{
    position: absolute;
    right: 5%;
    font-size: 2.3rem;
    cursor: pointer;
    display: none;
    margin-bottom: 1.5rem;
}

#closicon{
   display: none;
} 
hr{
    width: 95%;
    color: #3B3F42;
    margin-left: 5rem;
}

.button-top{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #3B3F42;
    cursor: pointer;
    outline: none;
    border: 1px solid #333;
    border-radius: 50%;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    z-index: 9999; 
}
.button-top:hover, .button-top:focus{
    background-color: #2D2D2D;
    color: #dee0e0;
}

.mainSection{
    height: 90vh;
    background-image: url("Assets/FEM-header.svg");
    background-repeat:no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:baseline;
    width: 100%;
    margin-top: 9rem;
    padding: 4rem;
    color: #3B3F42;
    
    
}

.design-process{
    display: flex;
    flex-direction: row;
    color: #E3DFD6;
    
}
.design-process h3{
    margin-right: 2rem;
}
.design-process-1{
    background-color: #2D2D2D;
    height:fit-content;
    width: 100%;
    padding: 12rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: url(./Assets/FEM-cursor-wight.svg), auto;

}
.design-process-1 h2{
    text-transform: uppercase;
    animation: glow 2s ease-in-out infinite alternate;
    font-size: 8rem;
    color: #F3EFEE;;
}
@keyframes glow {
    from {
      text-shadow: 0 0 20px  #b7baba;
    }
    to {
      text-shadow: 0 0 30px #fbfcfc 0 0 10px #dee0e0;
    }
  }
  #quan-qal-research{
    background-color: #2D2D2D;
    height: fit-content; 
    color: #E3DFD6;
    cursor: url(./Assets/FEM-cursor-wight.svg), auto;
  }

  .design-process-stage{
    height: 5vh;
    width: 18%;
    border-radius: 100%;  
    color: #3B3F42;
    font-size: 2.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12rem 40%;
  }

.mainSection .left-section ,.mainSection .right-section{

    text-align: center;
}

.mainSection .right-section h1{
    font-size: 6rem;
}

.left-section img{
    animation:floatImage 4s ease-in-out infinite;
    width: 150px;
    height: 150px;
}

.social a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 20%;
    font-size: 2rem;
    margin: 3rem 1.5rem 0 0;

}
.social-footer a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2d2d2d;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    border-radius: 20%;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.social a:hover{
    background-color: #FDFABE;
    border-color: #FDFABE;
    box-shadow: 0 0 1rem #FDFABE;
}
.container{
    padding: 5rem;
    height: fit-content;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(20px);

} 
.phone-img{
    width:170px;
     height:360px;
}
.suervyInsights-container{
    display: flex;
    justify-content: space-between;
}
.suervyInsights{
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 38vw;
    padding: 10px;
}
.suervyInsights h2{
    font-size: 6rem;
}
.suervyInsights h6{
    font-size: 1.7rem;
    font-weight: 100;
}

.problem-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  padding-left: 1rem;
  margin: 3rem 0;

}
#seeprototype{
    margin-top: 3rem;
    padding: 1.2rem;
    background-color:#2D2D2D;
    color:  #E3DFD6;
    border: none;
    border-radius: 0.6rem;
    box-shadow: 0 0 0.5rem #8a8a89;
    cursor: pointer;
}
.problem-section p{
    font-size: 1.6rem;
}


.photo-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  margin: 3rem 0;
}

.photo-container img{
    width: 950px;
    height: 590px;
}
p {
    font-size: 1.8rem;
    line-height: 2;
}
h3{
    font-size: 2.4rem;
    margin-top: 1.2rem;
}

.Callenge{
    width: 77%;

}

.problem-section .challenge-info ul{
    list-style: none;

}
.blockquote-wrapper {
    display: flex;
    height: 40vh;
    padding: 0 20px;
 }
 
 /* Blockquote main style */
 .blockquote {
     position: relative;
     max-width: 620px;
     margin: 80px auto;
     align-self: center;
 }
 
 /* Blockquote header */
 .blockquote h1 {
     
     position: relative; /* for pseudos */
     font-size: 1.2;
     font-weight: normal;
     line-height: 1;
     margin: 0;
     border: 2px solid #E3DFD6;
     border: solid 2px;
     border-radius:20px;
     padding: 25px;
 }
 
 /* Blockquote right double quotes */
 .blockquote h1:after {
     content:"";
     position: absolute;
     border: 2px solid #2D2D2D;
     border-radius: 0 50px 0 0;
     width: 60px;
     height: 60px;
     bottom: -62px;
     left: 50px;
     border-bottom: none;
     border-left: none;
     z-index: 3; 
 }
 
 .blockquote h1:before {
     content:"";
     position: absolute;
     width: 80px;
     border: 6px solid #ffffff;
     bottom: -3px;
     left: 50px;
     z-index: 2;
 }
 
 /* increase header size after 600px */
 @media all and (min-width: 600px) {
     .blockquote h1 {
         font-size: 2rem;
         line-height: 1.2;
    }
 
 }
 
 /* Blockquote subheader */
 .blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 #bloc1  h1:after {
    content:"";
    position: absolute;
    border: 2px solid #2D2D2D;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 480px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

#bloc1 h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #ffffff;
    bottom: -3px;
    left: 480px;
    z-index: 2;
}
 
  
 .blockquote h4:first-letter {
   margin-left:-12px;
 }

 
.problem-section .challenge-info ul img{
    padding-top: 10px;
}
.problem-section .challenge-info ul li{
    font-size: 1.5rem;

}


.problem-section .challenge-info{
    font-size: 1rem;
    width: 77%;
    margin-top: 1rem;

}

.process{
    margin: 3rem 0;
 
  margin-left: 4rem;
  

}
.Problem-statment{
    margin: 9rem 0;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    color: white;
  text-align: center;
  background-color: #2D2D2D;
  cursor: url(./Assets/FEM-cursor-wight.svg), auto;
  
}
.Problem-statment span{
    font-style: italic;
}
.Problem-statment h2{
    font-family: "Dancing Script", cursive;
    font-size: 4rem;
    padding-bottom: 2rem;
}
.Problem-statment h4{
    font-size: 2rem;
    font-weight: 200;

}
.challenge-info img{
    margin-right: 2rem;
}

 .img-conta{
display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4rem 0rem;
}
#driver .Callenge{
    width: 83%;
}
#fuel .Callenge{
    width: 83%;
}


footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

footer p{
    font-size: 1.6rem;
    color: rgba(75, 74, 74, 0.715);
}
.high-fi{
    padding: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
 video{
    width:300px;
     height:600px;
}
.video1{
    width: 470px;
    height:550px;
}
.high-fi-text{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-right: 6rem;
   
}
.high-fi-text p{
    font-size: 1.6rem;
}

.high-fi-rev{
    padding: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.high-fi-text-rev{
    display: flex;
    flex-direction: column;
    width: 55%;
    margin-left: 6rem;

}
.high-fi-text-rev p{
    font-size: 1.6rem;
}
.prototype{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     align-items: center;
     margin-top: 2rem;
}

.prototype iframe{
    border: 0px solid rgba(246, 244, 244, 0.1);
    width:400px;
     height:800px;
     margin-top: 1rem;
}

hr{
    margin-left: 15%;
    width: 80%;
}
#test-container{
    background-color: #2D2D2D;
    height: 50vh; color:#F3EFEE;
    cursor: url(./Assets/FEM-cursor-wight.svg), auto;
    margin-bottom: 2rem;
}



@keyframes floatImage {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-2.5rem);
    }
    100%{
        transform: translateY(0);
    }
    
}

.latest-project-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    height: 90vh;
    background-color:#F5F2F0;
}
.latest-project{

    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 3rem;
  width: 400px;


    
}
.latest-project-cont h2{
    font-size: 3rem;
    margin: -3rem 2rem;
}
.project-card{
   flex: 1 1 21rem;
   margin: 20px 20px;
   box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
   flex-wrap: wrap;
   align-self: normal;
   display: flex;
   flex-direction: column;
   padding: 20px 30px;
   width: 200px;

}
.project-card img{
    width: 100%;
    height: 200px;
}
.project-card:hover{
    box-shadow: 0 4px 30px rgba(239, 236, 233, 0.331);
}

.project-card h4{
    font-size: 28px;
   margin: 15px 0;

}
.project-card p{
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.project-card button{
    background-color: #72271E;
    color: #ededeb;
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 15px;
    margin-top: auto;
}



@media (max-width:1024px)and (min-width:676px){
    .header{
        padding: 1.3rem 5%;

    }
    .mainSection{
        height: 40vh;
        margin-top: 10rem;
        padding-top: 10rem;

        
    }
    .mainSection .left-section img{
        width: 200px;
        height: 110px;

    }
    .mainSection .right-section{
        text-align: center;
        
    }
    .mainSection .right-section h1{
        font-size: 3.5rem;
    }
    .social a{
        margin: 2rem 1rem 0 0;
    }
    .container{
        padding: 4rem;
    }
    .design-process-1{
        height: 50vh;
    }
    .problem-section{
        flex-direction: column;
        padding-left: 0;
        padding-top: 1rem;
    }
    .Callenge{
        padding-left: 0;
        width: 100%;
    }
    .problem-section .challenge-info{
        direction: ltr;
        width: 100%;
    }
    .process {
        margin-left: 0;
    }
    .photo-container {
    
        flex-direction: column;
        padding-left:0;
    }
    .photo-container img{
        width: 600px;
        height: 500px;
    }
    .phone-img{
        width:150px;
         height:340px;
    }
    .photo-container .img-conta{
        display: flex;
        justify-content: center;
    }
    .photo-container .img-conta img{
        width: 640px;
        height: 500px;
    }
    
    .prototype iframe{
        border: 0px solid rgba(246, 244, 244, 0.1);
        width:250px;
         height:560px;
    }
    hr{
        
        margin-left: 0;
        width: 100%;
    }
    
    .design-process-1 h2{
        font-size: 6rem;
    }
    .design-process-stage{
        height: 30vh;
        width: 30%;
        font-size: 2rem;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 12rem 35%;
      }
      #quan-qal-research{
        height: 97vh;
        align-items: center;
        height: fit-content;
      }
      .prototype iframe{
        border: 0px solid rgba(246, 244, 244, 0.1);
        width:300px;
         height:700px;
         margin-top: 1rem;
    }
    #persona-container{
        height: fit-content;
    }
    #wireframe-container{
        height: fit-content;
    }
    #test-container{
        height: fit-content;
    }
    .latest-project{
        width: 400px;
    }
    .button-top{
        font-size: 22px;
        width: 40px;
        height: 40px;
    }
    .project-card{
        width:200px;

    }
    #ideate{
        margin-top: 0rem;
    }
    #test{
        margin-top: 0rem;
    }


    
}

@media (max-width:675px){
    .header{
        width: 100%;
    }
    .Menu-iphone{
        display: inline-flex;
    }
    #check:checked~.Menu-iphone #menuIcon {
        display: none;
    }

    #check:checked~.Menu-iphone #closicon {
        display: block;
    }
    .navbar{
        position: absolute;
        top:100%;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(50px);
        transition: .3s ease;
        overflow: hidden;
    }

    #check:checked~.navbar {
        height: 10.7rem;
    }
    .navbar a{
        display: block;
        font-size: 1.5rem;
        margin: 1.5rem 0;
        text-align: center;
        color:#0a0a0a;
    }
    .mainSection{
        flex-direction: column;
        height: fit-content;
        margin-top: 10rem;
        padding: 10rem 1rem;
        
        background-image: url("Assets/FEM-header-small.svg");
        
    
    }
    .container {
        
        padding: 2rem;

    }
    .problem-section p {
        font-size: 1.4rem;
    }
   
    .problem-section{
        flex-direction: column;
        padding-left: 0;
        padding-top: 1rem;
    }
    .Callenge{
        padding-left: 0;
        width: 100%;
    }
    #driver .Callenge{
        width: 100%;
    }
    #fuel .Callenge{
        width: 100%;
    }
    .problem-section .challenge-info{
        direction: ltr;
        width: 100%;
        margin-top: 1rem;
    }
    .process {
        margin-left: 0;
    }
    .photo-container {
    
        display: flex;
        flex-direction: column;
        padding-left:0;
    }
    .photo-container img{
        height: 230px;
        width: 330px;
    }
    .mainSection .left-section ,.mainSection .right-section{
        margin-right: 0;
    }
    .mainSection .left-section img{
        width: 115px;
        height: 100px;

    }
    .mainSection .right-section{
        text-align: center;
    }

    .mainSection .right-section h1{
        font-size: 1.9rem;
    }
    .social a{
        width: 3rem;
    height: 3rem;
    margin: 2rem 1rem 0 0;

    }
    footer{
        margin-top: 12rem;
    }
    
    .photo-container .phone-img{
        width:120px;
        height: 200px;
        margin-top: 1rem;
    }
     .img-conta{
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    hr{
        
            margin-left: 0;


    }
    .prototype iframe{
        width:270px;
         height:570px;
    }
    .Problem-statment{
        margin-left: 0;

      
    }
    .Problem-statment h3{
font-size: 1rem
    }
    .Problem-statment h2{
        font-size: 1.9rem
            }

    .design-process-1 h2{
        font-size: 3.5rem;

    }
    .design-process-1 h3{
        font-size: 1.5rem;
    }

    .design-process-stage{
        font-size: 1.7rem;
      }
    #quan-qal-research{
        width: 100%;
        margin: 0;
        height: fit-content;
      }

      #quan-qal-research hr{
        margin-left: 0;
        width: 100%;

      }
      #wireframe-container{
        height: fit-content;
    }
    .design-process-1{
        height: 30vh;
    }
    .design-process-1 h2{
        font-size: 2rem;
    }
    .design-process-1 h3{
        font-size: 1.1rem;
    }
    #user-flow{
        width: 350px;
        height: 200px;
    }
    #test-container{
       
        height: fit-content;
    }
    #persona-container{
        height: fit-content;
    }
    .latest-project{
        width: 380px;
    }
    .latest-project-cont{
        padding: 0px 0px;
    }
   .latest-project-cont h2{
    padding-left: 2rem;
   }
   .button-top{
    font-size: 18px;
    width: 40px;
    height: 40px;
}
#ideate{
    margin-top: 0rem;
}
#test{
    margin-top: 0rem;
}
.suervyInsights-container{
    flex-direction:column ;
    align-items: center;
    justify-content: center;
    
}
.suervyInsights{
    width: 100%;
}
.suervyInsights h2{
    font-size: 4rem;
}

.high-fi , .high-fi-rev{
    flex-direction: column;
    padding: 0rem;

}
.high-fi-text , .high-fi-text-rev{
    margin-right: 0rem;
    margin-top: 3rem;
    width: 100%;
    margin-bottom: 3rem;
    margin-left: 0rem;
}

video{
    width: 220px;
    height: 440px;
}
.video1{
    width: 260px;
    height: 480px;
}

   

}






