@media only screen and (min-width: 481px)
{

body
{
    font-family: 'Sawarabi Gothic', sans-serif;
      
    
}

.Sidenavmenu
{
display: none;

}

.mobil{
  display: none;
}

.Mob{
  display: none;
}

.form{
width: 550px;
padding: 6px;
margin-left: 12%;

}
input, textarea{
  background-color: #f1f1f1;
width: 100%;
padding: 6px;
outline: none;
border: none;
margin: 20px 0px;
font-size: 20px;
}

#btn{
width: 100%;
height: 50px;
  background-color: rgb(83, 83, 83); 
  color: rgb(255, 255, 255); 
  border-radius: 8px;

}

#btn:hover{
  transition: 0.3s;
  background-color: rgb(131, 2, 2); 
   
  

}

.Cimage
{
  position: absolute;
  z-index: 0;
  top: 60%;
  left: 55%;


}

.Cpic{
width: 90%;

}

#brand{
  width: 28%;
  transition: 0.5s;
  top: 0px;
  left: 35%;
  position: absolute;
  
  }

#biobox{
display: none;

}

  .brand2{
    width: 30%;
    transition: 0.5s;
    }

.navtit{
  margin-top: 15%;
  margin-left: 45%;


}

.topnav {
    height: 25%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow: hidden;
    transition: 0.5s;
    
  }
  
  .topnav a{

    color: #818181;
    transition: 0.3s;
    display: block;
    text-decoration: none;
  }

  .Bio {
    display: flex;
    margin-top: 10%;
    margin-left: 5%;
    text-decoration: none;
    font-size: 25px;
    width: 100%;
    text-align: center;
    color: #818181;
    transition: 0.3s;
  }
  
.BioT{
width: 50%;

}
  
  .topnav a:hover {
    color: #f1f1f1;
  }
  
  .topnav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    opacity: 0%;
  }

  
  
/*menu*/

.menu{
  display: flex;
  flex-direction: row;
  width: 100%;
}
 .menulinks a
 {
font-size: 20px;
margin-left: 40px;
color: #a30d0d;

 }

 .menulinks a:hover
 {
  background-color: #e64b4b;
  transition: 0.7s;
 }


}


.main{
text-align: center;
font-size: 20px;

}

.portfolio
{
  display: flex;
  justify-content: center;
}

.portfolioS
{
  display: flex;
  margin-left: 30%;
  margin-top: 5%;
}

.Brief
{
  display: flex;
  justify-content: center;
}

.Port
{
  margin: 10px;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  color: #a30d0d;
}

.PortC
{
  margin-top: 2px;
  padding: 5px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  color: #a30d0d;
}

.TE
  {
    margin-left: 42%;
    width: 20%;
    text-decoration: none;
    }

.T
  {
    width: 40%;
    }

    .TT
    {margin-top: 2%;
    width: 40%;
      }

.TTS{
    font-size: 30px;
    
}

.TTBS
{
    width: 90%;
    padding: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: #000000;

}

.TTB
{
    width: 50%;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    color: #000000;

}
  



.PorCA
{
width: 100%;
transition: transform .4s;

}

.PorCA:hover
{
  transform: scale(1.1);


}


.PorCC
{
width: 600px;
transition: transform .4s;

}

.PorCC:hover
{
  transform: scale(1.1);


}


.PorCB
{
width: 700px;
height: 450px;
transition: transform .4s;

}


.PorC
{
width: 700px;
height: 450px;
transition: transform .4s;

}

.PorC:hover
{
  transform: scale(1.1);


}

.PorCT
{
width: 620px;
height: 530px;
transition: transform .4s;

}

.PorCTT
{
width: 620px;
height: 530px;
transition: transform .4s;

}

.PorCT:hover
{
  transform: scale(1.1);


}

.PorCO
{
width: 150px;
height: 150px;

}

.PortCS
{
  transition: transform .4s;
  margin-left: 10%;

}


.PortCS:hover
{
  transform: scale(1.1);


}




.PorCBB
{
width: 1000px;
height: 450px;
transition: transform .4s;

}

.PorCBB:hover
{
  transform: scale(1.1);


}

.PorH
{
width: 490px;
height: 530px;
transition: transform .4s;

}

.PorHT
{
width: 490px;
height: 530px;
transition: transform .4s;

}

.PorH:hover
{
  transform: scale(1.1);


}

.PorHT:hover
{
  transform: scale(1.1);


}

.PorHH
{
width: 490px;
height: 800px;
transition: transform .4s;

}

.PorHH:hover
{
  transform: scale(1.1);


}

.PorHHH
{
width: 490px;
height: 1000px;
transition: transform .4s;
margin-top: 10%;

}

.PorHHH:hover
{
  transform: scale(1.1);


}














/*moblil*/

@media only screen and (max-width: 481px)
{


body
{
    font-family: 'Sawarabi Gothic', sans-serif;
  
    
}

.menu{

  display: none;
}

.Desk{
  display: none;
}

.form{
  width: 100%;
  padding: 6px;
  
  }
  input, textarea{
    background-color: #f1f1f1;
  width: 97%;
  outline: none;
  border: none;
  margin: 15px 0px;
  font-size: 20px;
  }
  
  #btn{
  width: 100%;
  height: 50px;
    background-color: rgb(83, 83, 83); 
    color: rgb(255, 255, 255); 
    border-radius: 8px;
  
  }
  
  #btn:hover{
    transition: 0.3s;
    background-color: rgb(131, 2, 2); 
     
    
  
  }
  


.brand{
  width: 100%;
  
  }

  #biobox{
    display: none;
    
    }
    
      .brand2{
        width: 100%;
        
        }

  .Cimage
{
  z-index: 0;
  margin-bottom: 5%;

}

.Cpic{
width: 75%;
margin-left: 11%;
}
  
  .navtit{
    margin-top: 55%;
    text-align: center;
    
  
  
  }
  
  .topnav {
      height: 25%;
      width: 100%;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #000000;
      overflow: hidden;
      transition: 0.5s;
      
    }

.topnav a{

  color: #818181;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}

.Bio {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  width: 93%;
  text-align: center;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.topnav a:hover {
  color: #f1f1f1;
}

.topnav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  opacity: 0%;
}


.topnav {padding-top: 15px;}

.topnav a {font-size: 18px;}

/*sidemenu*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  text-align: center;
  display: block;
  transition: 0.3s;
  margin-top: 10%;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav {padding-top: 15px;}
  .sidenav a {font-size: 40px;}

.portfolio
{
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.portfolioS
{
  margin-top: 15%;
  margin-left: 9%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.Brief
{
  margin-left: 0%;
  margin: 0%;
  padding: 0%;
  display: flex;
  flex-direction: row;
  justify-self: center;
  

}

.Port
{
  padding: 0%;
  margin-left: 0%;
  margin: 0%;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  color: #a30d0d;
}
.PorCB
{
width: 100%;
height: 100%;
transition: transform .4s;

}

.TTS{
  font-size: 30px;
  text-align: center;
}

.TTB
{
    width: 90%;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: #000000;

}

.TE
  {margin-top: 10%;
    text-decoration: none;
    }

.T
  {margin-top: 2%;
    width: 80%;
    }

    .TT
    {
      text-align: center;
      margin-left: 1%;
      margin-top: 2%;
      font-size: 20px;
    width: 50%;
    text-align: center;
      }

      .TTL
    {
      text-align: center;
      margin-left: 1%;
      margin-top: 2%;
      font-size: 20px;
      width: 100%;
    text-align: center;
      }

      .TL
      {
        font-size: 20px;
      width: 100%;
      height: 5%;
      text-align: center;
        }
  


      .PorCC
      {
      width: 100%;
      transition: transform .4s;
      
      }



.PorC
{
width: 100%;
height: 100%;
transition: transform .4s;

}

.PorCT
{
  padding: 0%;
  margin: 0%;
  margin-left: 1%;
width: 200px;
height: 80%;
transition: transform .4s;
}

.PorCTT
{
  padding: 0%;
  margin: 0%;
  margin-left: 1%;
width: 100%;
height: 100%;
transition: transform .4s;
}


.PorC:hover
{
  transform: scale(1.1);


}

.PorCT:hover
{
  transform: scale(1.1);


}

.PorCO
{
width: 60%;
height: 70%;
transition: transform .4s;

}

.PortCS
{
  transition: transform .4s;


}


.PortCS:hover
{
  transform: scale(1.1);


}

.PorHT
{
  padding: 0%;
  margin: 0%;
  margin-left: 1%;
width: 200px;
height: 100%;
transition: transform .4s;

}

.PorH
{
width: 100%;
transition: transform .4s;

}

.PorH:hover
{
  transform: scale(1.1);


}

.PorHH
{
width: 100%;
transition: transform .4s;

}

.PorHH:hover
{
  transform: scale(1.1);


}

.PorHHH
{
width: 100%;
transition: transform .4s;

}

.PorHHH:hover
{
  transform: scale(1.1);


}

.PorCBB
{
width: 100%;
height: 100%;
transition: transform .4s;

}

.PorCBB:hover
{
  transform: scale(1.1);


}



}