*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100%;
    background-image: linear-gradient(to left bottom, rgba(128,128,128, 0.7),rgba(0,0,128, 0.7)), url('portfolio/PORTFOLIO.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 50px; */
}

#container {
    position: relative;
    display: flex;
    align-items: center;	
    justify-content: space-around;
    width: 100%;
    background: #ccc; 
    position: -webkit-sticky;
	position: sticky;
    top: 0;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.logo img{
  width: 60px;
  height: 60px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.15);

}

#menu {
    position: relative;
    width: 30%;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.15);
    background: #ccc; 
}

#menu, #menu ul {
    list-style: none;
    display: block;
    align-items: center;
    justify-content: center;
}

#menu > li {
    float: left;
    position: relative;
    border-right: 1px solid rgba(0,0,0,.1);
    box-shadow: 1px 0 0 rgba(255,255,255,.25);
    perspective: 1000px;
    
}

#menu > li:first-child {
    border-left: 1px solid rgba(255,255,255,.25);
    box-shadow: -1px 0 0 rgba(0,0,0,.1), 1px 0 0 rgba(255,255,255,.25);
}

#menu a {
    display: block;
    position: relative;
    z-index: 10;
    padding: 13px 20px 13px 20px;
    text-decoration: none;
    color: rgba(75,75,75,1);
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2em;
    background: transparent;		
    text-shadow: 0 1px 1px rgba(255,255,255,.9);

}

#menu > li:hover > a {
    background: #333;
    color: rgba(0,223,252,1);
    text-shadow: none;
}

#menu li ul  {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 200px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: transparent;
}


#menu li:hover ul {
    
    padding: 15px 0;
    background: #333;
    opacity: 1;
    visibility: visible;
    box-shadow: 1px 1px 7px rgba(0,0,0,.5);
}

#menu li li a {
    padding-left: 15px;
    font-weight: 400;
    color: #ddd;
    text-shadow: none;
    border-top: dotted 1px transparent;
    border-bottom: dotted 1px transparent;
}

#menu li li a:hover {
    color: rgba(0,223,252,1);
    border-top: dotted 1px rgba(255,255,255,.15);
    border-bottom: dotted 1px rgba(255,255,255,.15);
    background: rgba(0,223,252,.02);
}

.text{
    width: 100%;
    height: inherit;
    /* border: 1px solid black; */
    display: flex;
    /* flex-direction: column; */
    align-items:center;
    justify-content:center;
    /* margin-top: 15%; */
}

.text img{
    width: 60%;
    height: 80vh;
    box-shadow: 1px 1px 7px #fff;
}

.social{
    flex-grow: 2;
    /* width: ; */
    height: 80VH;
    background-image: url(./portfolio/W.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
   display: flex;
   flex-flow: row-reverse;
   align-items:flex-end;
   justify-content: center;
   border-top: 1px solid black;
   border-radius: 20px;
   padding: 15px;
}


.social a img{
    width: 50px;
    height: 50px;
    margin-right: 10px;


}
.about-info{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100vh;
  
}

.img{
    width: 320px;
    height: 450px;
    border: 1px solid rgb(255, 255, 255);
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.img img{
    width: 330px;
    height: 450px;
    /* border-radius: 50px; */
 
}

.about {
    border-radius: 10px;
    background-color: #ccc;
    width: 62%;
    height: 450PX;
    font-size:18px;
    padding: 5px;
    line-height: 27px;
    /* color: white; */
}
.about-mess{
margin-bottom: 5px;
}
.name{
    text-align: center;
    font-weight: bold;
}
.motion-graphics{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color:rgba(0,223,252,1) ;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.motion-graphics img {
    width: 40%;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.motion{
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.motion div{
    width: 60%;
    height: 100vh;
    flex-wrap: wrap;
    margin-left: 30px;
    padding: 0;
    /* border: 1px solid red; */
}

.motion video{
    width: 200px;
    margin: 15px;
     /* height: 40px; */
}

.soft{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.soft img{
    width: 320px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    border: 2px solid black;
    border-radius: 15px;
}



.works{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.works img{
    width: 320px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    border: 2px solid black;
    border-radius: 15px;
}
.books{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.books img{
    width: 500px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    border: 2px solid black;
    border-radius: 15px;
   
}

.logos{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.logos img{
    width: 500px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    /* border: 2px solid rgb(4, 118, 34); */
    border-radius: 15px;
}

.flyers{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.flyers img{
    width: 500px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    border: 2px solid black;
    border-radius: 15px;
}


.port{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.port img{
    width: 500px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    border: 2px solid black;
    border-radius: 15px;
}

.lable{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.lable img{
    width: 500px;
    margin: 10px;
    box-shadow: 1px 1px 7px #fff;
    border: 2px solid black;
    border-radius: 15px;
}

.scroll{
        width: 100%;
        height: 500px;
        overflow: scroll;
}


.btn{
    height: 100vh;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn a{
    width: 400px;
    border-radius: 10px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: #ccc;
    padding: 10px;
}