

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;    
    
  }



  .destroy {
    overflow: hidden;
}
  #whole {
    padding-top: 2%;
    
  }
  body{
    font-family: montserrat;
    background-color: #E0E0DB;
    width: 100%;
  }
  
  nav {
    background: #2a2829;
    height: 80px;
    width: 100%;
    
}

label.logo {
    line-height: 80px;
    padding-left: 5%;
    padding-bottom: 5%;

    font-size: 32px;
}

nav ul {
    float: right;
    margin-right: 55px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: white;
    font-size: 20px;
    padding: 7px 7px;
    border-radius: 3px;
    letter-spacing: -0.5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
       font-size: 17.9289px; font-weight: 300; 
       line-height: normal ; 
}

a.active, a:hover {
    text-decoration: underline;
    border-bottom-color: white;
    text-underline-offset: 0.4em;
    transition: 0.5s;
    
  }

.checkbtn {
   
    color: white;
    float: right;
    line-height: 70px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.hamburger {
    display: inline-block;
    width: 30px;
    height: 0.1px;
    position: relative;
    transition: all 0.3s;
    margin-right: -5px;

}

.hamburger:before, .hamburger:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: white;
    transition: all 0.3s;
}

.hamburger:before {
    top: 0;
    transform: translateY(-10px);
}

.hamburger:after {
    bottom: 0;
    transform: translateY(10px);
}

#check:checked ~ .checkbtn .hamburger:before {
    transform: rotate(45deg);
}

#check:checked ~ .checkbtn .hamburger:after {
    transform: rotate(-45deg);
}

@media (max-width: 952px) {
    label.logo {
        font-size: 23px;
        padding-left: 33px;
        
    }
  
    nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
      
        
    }
    
    ul {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #2a2829;
        margin-top: 50px;
         opacity: 0;
        text-align: center;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
       
        
    }
    nav ul li {
        display: block;
        margin: 0px 0px;
        line-height: 55px;
        
    
       
     
    }
 
    nav ul li a {
        font-size: 35px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif

    }
    a:hover, a.active {
        background: none;
        color: white;
    }
    #check:checked ~ ul {
        left: 0;
        opacity: 1;
        transition: all 0.3s ease-out;
        transition: all 0.3s ease-in;
    }
    
}

.section {
    background:no-repeat;
    background-size: cover;
    height: calc(100vh);
    padding-top: -170vh;
    
}
  

#flexbox-text {


  padding-left: 4%;
  
  font-size: 7.7vw;
  color: white;
  font-weight: lighter;
  font-family: 'orpheus pro';
  
   
}

@media (max-width:1000px) {
    #flexbox-text {
        font-size: 4.3em;
        margin-top: -4vh;
         
    }
    .algo-text {
        font-size: 30px;
    }
}
.para-text {
    height: auto;
}


  
    
    

.para-text {
    margin-left: -2%;
    padding-top:15%; padding-right: 25%;
}
.body-heading {
    
    font-family: orpheus pro;
    font-weight: lighter;

    font-size:50px;
    line-height: 60px;
  }
  .learn-more {
      background-size: 1em;
     font-size: 1.1em;
     margin-top: -7%;
     cursor: pointer;
      background-color: #253551;
      color: white;
     border: none;
  
     width: 270px;
     height: 80px;
     left: -1%;
     
  }
  .learn-more:hover {
   background-color: #3b414e;
   transition: 0.3s;

  }
  .contain {
    background: #2a2829;
 
    background-color: #2a2829;

width: 100%;

color: white;
}

.get-p, .wrappo,  .para-text, .main, .main-one, .get-body, .aside, .problem, .fixer, .aside-one {
    font-family: system-ui;
            font-size: 18px;
            font-weight: 370;
            line-height: 1.7em;   
}
.text-body {
     padding-bottom: 100px;
}
.wrapper{
    display:flex;
   padding: 5%;
   height: auto;
   flex-direction: row;
   gap: 120px;
    
}

.main-one {
     width: 50%;
}
.aside-one {
    width: 20%;
}

@media (max-width:1000px) {
    .wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
       
    }
    .main-one {
        width: 100%;
        font-size: 15px;
    }
   .aside-one {
      width: 100%;
      font-size: 17px;
   }
}

  @media (min-width:1000px){
          .para-text{
            margin-top: -10%;
          }
       
  }
  #view-all{
    background-color: white;
    color: black;
    margin-top: 4%;
    margin-bottom: 5%;

 }
#view-all:hover {
     background-color: rgb(176, 176, 176);
}
 .container {
    background: #2a2829;
  
    width: 100%;
    height: auto;
    color: white;
  }
  @media (max-width:1440px) {
        .container {
            height: auto;
        }
  }
  .services{
     padding-left: 4%;
     padding-top: 7%;
     font-size: 4.5em;
     font-weight: lighter;
  
     
  }
  .dark-box {
        display: flex;
        padding-left: 4%;
        padding-top: 2%;
        
  }
  .text-header{
       font-size: 1.7em;
       padding-top: 20px;
      width: 27%;
      font-family: orpheus pro;
  }
  .text-body {
       width: 50%;
       padding-left: 4%;
       font-size: 1.2em;
       font-weight: 350;
       font-style: normal;
       font-optical-sizing: auto;
       font-family: 'sen', sans-serif;
  }
  .hr{
    width: 75%;
    justify-content: center;
     margin-left: 4%;
     margin-top: 2%;
  }
  #view-all{
     background-color: white;
     color: black;
      
   
  }

  .foot-algo {
    padding-left: 4%;
    padding-top: 5%;
    color: #253551;
    font-style: bold;
    font-size: 25px;
}
.wrappo-two {
padding-left: 10%;
}
.wrappo{
   display: flex;
   padding: 2%;
   margin-left: 2%;
   
}


.get-p{
    padding-top: 2%;
    margin-bottom: -2%;
    width:48%;
}
.get-body{
   padding-left: 4%;
   color: white;
   padding-top: 7%;
   padding-bottom: 7vh;
}
.get-body h1 {
    font-size: 4em;
    padding-bottom: 0.5em;
}
.get-in-touch{
   width: 100%;
   height: auto;
   background-color: #2a2829;

}
.algo-text{
   font-size: 4.5em;
   padding-left: 4%;
   padding-top: 3%;
   padding-bottom: 7%;
   font-family: orpheus pro;
   width: 75%;
   height: auto;
   line-height: 1.3em;
}
#view-all {
    color: black; margin-left: 4%;
    margin-left: 4%; margin-top: 1.8%;
}
.contain {
    height: auto;
    max-height: 63vh;
}
#flexbox-text {
    margin-top: 16vh;
  }


@media (max-width:1000px) {
    .contain {
        
        max-height: 50vh;
       
    }
    #flexbox-text {
        margin-top: 10vh;
    }
    
    .get-body h1 {
        font-size: 1.7em;
    }
   #view-all {
    margin-left: 6%;
   }
    #algo-text {
        height: auto;
        
    }
  
 .services {
     font-size: 2.5em;
     padding-bottom: 20px;
     padding-left: 6%;
     font-family: orpheus pro;
 }
 

 .body-heading {
   font-size: 30px;
 
 }

 .para-text {
    margin-left: 1%;
    
    width: 170%;
  
    
 }

 .main {
    margin-top: -5%;
    display: block;
   
    
 }
 .learn-more {
    width: 20em;
    height: 3.1em;
 }



 .dark-box {
    display: block;
    
    padding-left: 6%;
 }
 .last {
margin-top: -10%;
margin-bottom: 1em;
 }
 .text-header{
    width: 100%;
    font-size: 1.25em;
 }
 .text-body {
    width: 92%;
    padding-top: 3%;
    padding-bottom: 14%;
    margin-left: -4%;
    font-size: 1.04em;

   
 }
 .hr{
    width: 87%;
    margin-left: 6%;
 }
 .algo-text {
    font-size: 2.5em;
    padding-top: 1.2em;
    width: 88%;

 }

 .get-in-touch {
    height: auto;
 }
.get-p{
    padding-top: 2%;
    width: 70%;
    font-size: 17px;
    
}
.wrappo {
    display: block;
  margin-top: 3%;
    margin-bottom: 5%;
   font-size: 17px;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.wrappo-one {
    padding-bottom: 3%;

     margin-left: 3%;
}
.wrappo-two {
    margin-left: -7vw;
}
.foot-algo {
    margin-left: 3%;
}
}
@media (max-width:500px) {
    .container {
        height: 70em;
    }
    #view-all, .learn-more {
        width: 70vw;
        justify-content: center;
    }
    .contain {
        
        max-height: 68vh;
       
    }
     
 
}
