@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
nav{
    display: flex;
    height: 80px;
    width: 100%;
    background: #1b1b1b;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 100px;
    flex-wrap: wrap;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.32),
    0 6px 16px 0 rgba(0, 0, 0, 0.24),
    0 6px 24px 0 rgba(0, 0, 0, 0.20),
    0 6px 32px 0 rgba(0, 0, 0, 0.14);
  }
  nav .logo{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  nav ul li{
    margin: 0 5px;
  }
  nav ul li a{
    color: #f2f2f2;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  nav ul li a.active,
  nav ul li a:hover{
    color: #111;
    background: #fff;
  }
  nav .menu-btn i{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }
  sub{
    font-size: 40px;
    color: red;
  }
  input[type="checkbox"]{
    display: none;
  }
  body{
    background-color: coral;
    height: 100%;
    width: 100%;
    /*background-image: url("https://blog.gymstreak.com/content/images/2020/03/fitness-club-interior-gym-nobody-P8GRAFE.jpg");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, #225552, #317773, #398d88);
    
  }
  @media (max-width: 1000px){
    nav{
      padding: 0 40px 0 50px;
    }
  }
  @media (max-width: 850px) {
    nav .menu-btn i{
      display: block;
    }
    #click:checked ~ .menu-btn i:before{
      content: "\f00d";
    }
    nav ul{
      position: absolute;
      top: 80px;
      left: -100%;
      background: #111;
      height: 100vh;
      width: 100%;
      text-align: center;
      display: block;
      transition: all 0.3s ease;
      z-index: 2;
    }
    #click:checked ~ ul{
      left: 0;
    }
    nav ul li{
      width: 100%;
      margin: 40px 0;
    }
    nav ul li a{
      width: 100%;
      margin-left: -100%;
      display: block;
      font-size: 20px;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    #click:checked ~ ul li a{
      margin-left: 0px;
    }
    nav ul li a.active,
    nav ul li a:hover{
      background: none;
      color: cyan;
    }
  }
.port{
    width: 100%;
    height: 800px;
    padding-top: 5%;
}
.por{
    width: 80%;
    height: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid black;
    box-shadow: -30px -30px 20px rgba(0,0,0,0.5);
    background-color: #00203fff;
    background-color: #1b1b1b;
}
.portf{
    width: 70%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.portfo{
    width: 80%;
    height: 100%;
    margin-left: 10%;
}
.po{
    width: 30%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    
}
.folio{
    width: 98%;
    height: 100%;
    box-shadow: -10px 10px 20px rgba(0,0,0,0.5);
}
h1{
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 30px;
    padding-top: 50px;
    letter-spacing: 2px;
    color: #fff;
}
p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #8e8b8b;
    color: #fff;
}
img{
    width: 100%;
    height: 100%;
}
.foli{
    display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  padding: 0 3% 0 58%;
  text-align: center;
  flex-wrap: wrap;
    width: 80%;
    height: 50px;
    background-color: white;
    margin-left: 10%;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
}
.f2 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  
  .f2 ul li a {
    color: #111;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  
  .f2 ul li a:hover {
    cursor: pointer;
    color: #8e8b8b;
  }
  @media (max-width: 1050px) {
    .foli{
        padding: 0 3% 0 52%;
    }
    .folio{
        width: 100%;
        margin-left: 0;
        height: 70%;
    }
    .po{
        padding-top: 15%;
    }
  }

  @media (max-width: 820px){
    .portf{
        width: 69%;
        height: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .portfo{
        width: 90%;
        height: 100%;
        margin-left: 10%;
    }
    .po{
        width: 31%;
        height: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
        
    }
    .foli{
        padding: 0 3% 0 32%;
    }
  }
  @media (max-width: 650px){
    .port{
        height: 1200px;
    }
    .por{
        display: block;
    }
    .portf{
        width: 100%;
        height: 55%;
        padding-top: 3%;
        margin-bottom: 15%;
    }
    .portfo{
        width: 80%;
        height: 100%;
        margin-left: 10%;
    }
    .po{
        width: 80%;
        height: 35%;
        padding-bottom: 5%;
        padding-left: 20%;
        
    }
  }
  /*@media (max-width: 820px) {
    .foli{
        padding: 0 3% 0 44%;
    }
  }
  @media (max-width: 650px) {
    .foli{
        padding: 0 3% 0 32%;
    }
  }
  @media (max-width: 620px) {
    .por{
        width: 100%;
        margin-left: 0%;
    }
    .foli{
        width: 100%;
        margin-left: 0%;
    }
  }
  @media (max-width: 520px) {
    .foli{
        padding: 0 3% 0 20%;
    }
  }
  @media (max-width: 400px) {
    .foli{
        padding: 0 3% 0 10%;
    }
  }*/
  
  @media (max-width: 570px) {
    .box1{
        font-size: 30px;
        width: 350px;
    }
    .introd{
        width: 90%;
        margin-left: 5%;
    }
}

@media (max-width: 500px){
    .port{
        height: 1300px;
    }
    .portfo h1{
        font-size: 50px;
    }
    .foli{
        padding: 0 3% 0 10%;
    }
}
@media (max-width: 465px){
  .port{
      height: 1500px;
  }
  .portf{
    margin-bottom: 15%;
  }
  .portfo h1{
      font-size: 50px;
  }
  .po{
    padding-top: 15%;
    padding-bottom: 2%;
  }
  .foli{
      padding: 0 3% 0 3%;
  }
}
@media (max-width: 390px){
  .port{
      height: 1800px;
      width: 100%;
      margin-left: 0%;
  }
  .portf{
    width: 100%;
    margin-bottom: 30%;
  }
  .portfo h1{
      font-size: 50px;
  }
  .portfo p{
    font-size: 20px;
  }
  .po{
    padding-top: 15%;
    padding-bottom: 2%;
  }
  .foli{
      padding: 0 3% 0 3%;
  }
}