
/* CSS */




@import url('https://fonts.googleapis.com/css?family=Grand+Hotel|Long+Cang|Pacifico|Poiret+One&display=swap');

@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;

}

.intro {
	font-size: 2.5em;
	font-family: 'Long Cang', cursive;
  margin-bottom: 100px;

}


.header-animate-wg {
  animation: header-animate-enter-top 1s forwards, 
             header-animate-leave-fade 1s forwards 1s;
             text-align: center;
             /*position: absolute;*/
             width: 100%
}

.header-animate {
	/*position: relative;*/
}

.header-animate-im {
  animation: 
  			 header-animate-enter-center 1s both 2s,
             header-animate-leave-fade 1s forwards 3s;
              position: absolute;
              text-align: center;
              width: 100%;
}

.header-animate-me {
  /* animation: header-animate-enter-center 1s both 4s, */
  animation: header-animate-enter-center 1s both 4s,
             /* header-animate-leave-fade 1s forwards 5s; */
             header-animate-leave-fade 3s forwards 5s;
             position: absolute;
             text-align: center;
             width: 100%;
}

.header-animate-we {
  /* animation: header-animate-enter-center 1s both 4s, */
  animation: header-animate-enter-center 1s both 8s,
             /* header-animate-leave-fade 1s forwards 5s; */
             header-animate-leave-fade 1s;
             position: absolute;
             text-align: center;
             width: 99vw;
}

/* .logo {
	animation: header-animate-enter-center 1s both 8s,
			   header-animate-leave-fade 1s;
               text-align: center;
               position: absolute;
               width: 100%;
               font-size: 22px;
               font-family: 'Long Cang', cursive;


} */

.header-animate-designer {
	animation: header-animate-enter-center 1s both 6s,
			   header-animate-leave-fade 1s forwards 7s;
               text-align: center;
               position: absolute;
               width: 100%;

}

/* .header-animate-and {
	animation: header-animate-enter-center 1s both 8s,
			   header-animate-leave-fade 1s forwards 9s;
               text-align: center;
               position: absolute;
               width: 100%;

} */

/* .header-animate-dev {
	animation: header-animate-enter-center 1s both 10s,
			   header-animate-leave-fade 1s forwards 11s;
               text-align: center;
               position: absolute;
               width: 100%;


} */



@keyframes header-animate-enter-top {
  from { top: -100px; opacity: 0 }
  to { top: 0; opacity: 1; }
}

@keyframes header-animate-enter-center {
  from { top:0; opacity: 0 }
  to { top: 0; opacity: 1; }
}

/*@keyframes header-animate-enter-top {
  from { top: -100px; opacity: 0; }
  to { top: 0; opacity: 1; }
}*/

@keyframes header-animate-leave-fade {
  from { opacity: 1; }
  to { opacity: 0; }
  
}

a.logo {
	color: black;
	text-decoration: none;
 
}

.ux {
  text-decoration: none;
  color: #000;
  /* font-family: 'Long Cang', cursive; */
  /* font-size: 1.8rem; */
}

.ux:visted {
  color: purple;
}

.ux:focus {
  color: #000;
}

.ux:hover {
  color: #1a0dab;
  transition: all .5s;
}



h1.sub-headings {
	font-family: 'Poiret One', cursive;
  text-align: center;
/*  margin-top: 50px;
 margin-bottom: 30px; */
  margin-top: 100px;

}

h1.sub-headings.about-me-heading {
/*  margin-bottom: 0;
*/

}

.sub-headings {
	font-family: 'Poiret One', cursive;
  margin-bottom: 100px;

}

.contact-sub-headings {
	font-family: 'Poiret One', cursive;
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sub-headings-one {
	text-align: center;
	font-family: 'Poiret One', cursive;
	padding-bottom: 20px;

}

.about-me-image {
	/*float: left;
	padding-right: 15px;*/
}

.about-me-image:hover {
  cursor: pointer;
  transition: all 1s;
  
}

.about-me-container {
  text-align: center;
  
}
.about-me-container-text {
	padding-top: 70px;
  font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    padding-left:30px;
    padding-right:30px;

}

.about-me-container-text::first-letter {
  font-size: 3em;
  font-family:'Long Cang', cursive;
  line-height: 1;
}

.professional-btns {
	text-align: center;
  margin: 50px 0;
}

.professional-btns p {
	display: inline-block;
	margin-right: 20px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    /*padding: 0.75em 1em;*/
    color: black;
    user-select: none;
  font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.04rem;
    padding: 1.5rem 3rem;
    cursor: pointer;
    border-radius: .4rem;
    border: 0.3rem solid #000;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #000;

}


.professional-btns p a {
	text-decoration: none;
	color: black;
}

.contact-btn-1 {
/*  transition: transform .6s .25s ease-out;
*/  transition: all 1s;
}

.contact-btn-last {
  margin-top: 100px;

}

.contact-btn-2 {
/*  transition: transform .6s .25s ease-out;
*/  transition: all 1s;
 
}

.contact-btn-1:hover{
  transform:scale(1.2);
  rotate: 25deg;

}  

.contact-btn-2:hover{
  transform:scale(1.2);
}  

.socials {
  text-align: center;
}

.socials-para {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}

.socials-para a {
  text-decoration: none;
  color: #333;
  margin-right: 10px;
}

.socials-para a:hover {
    color: #1a0dab;
    transition: all .5s;

}
.frame-btn {
    transition: transform .6s .25s ease-out;

}

.frame-btn:hover {
  transform: scale(1.2);
}

.what-i-can-do {
	clear: both;
}

/*.group-one {
	width: 200px;
    float: left;
}

.group-two {
	width: 200px;
	float: left;
}
*/

.group-container {
	text-align: center;
	font-size: 18px;
}

.graphics-styles {
  text-align: center;

}

.group-one, .group-two, .group-three {
	display: inline-block;
	padding-right: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #333;
  width: 20%;

}

.work {
  margin: 0 20px;
}

.graphics-one, .graphics-two, .graphics-three, .graphics-four {
  display: inline-block;
  /*border: 1px solid #ccc;*/
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;

}

.desc {
 padding:10px;
 font-family: 'Ubuntu', sans-serif;
 color: #333;

}

.graphics-size {
object-fit: cover;
width: 300px;
height: 336px;
border: black solid;


}

i.far.fa-object-ungroup, i.far.fa-file-code, i.far.fa-keyboard {
	font-size: 48px;
}

/* The browser window */
.container-browser {
  border: 3px solid #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 25%;
}

/* Container for columns and the top "toolbar" */
.row {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
}

.left {
  width: 15%;
}

.right {
  width: 10%;
}

.middle {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Three dots */
.dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* Style the input field */
input[type=text] {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: white;
  margin-top: -8px;
  height: 25px;
  color: #666;
  padding: 5px;
}

/* Three bars (hamburger menu) */
.bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}

/* Page content */
.content {
  padding: 10px;
}

.browser-frames-work {
	text-align: center;
  margin-bottom: 50px;
}

.frame-one, .frame-two, .frame-three {
	display: inline-block;
	margin-right: 10px;
}


.frame-btn {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
	padding: 0.3em 0.3em;    color: black;
    user-select: none;
 font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.04rem;
    cursor: pointer;
    border-radius: .4rem;
    border: 0.3rem solid #000;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #000;
    width: 80%;
    margin: auto;
    margin-top:10px;

}

.frame-btn a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.logo-contact {
	 text-align: center;
     width: 100%;
     font-size: 32px;
     font-family: 'Grand Hotel', cursive;

}

.logo-contact a {
	color: black;
               text-decoration: none;
}

.sentence {
  font-size: 26px;
  padding: 20px;
}
.contact-container form {
}

/* .contact-container input#name, input#email, textarea, select {
	display: block;
	margin-top: 20px;
    margin-bottom: 40px;
    width: 25%;
}  */
/* 
form input#name, input#email, textarea {
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
} */

input#name, input#email, select#subject, textarea#message, input.submit-btn {
	margin:auto;
	margin-bottom: 20px;
} 


.mainformstyle {
  text-align: center;
}

label {
  font-family: 'Ubuntu', sans-serif;
}

form label:nth-child(2) {
  display: block;
}

input[type=email] {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 4mm solid rgba(204, 85, 0, .8);
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;


}

textarea {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 4mm solid rgba(71, 207, 115, .6);
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;

}

input {
	color: black;
	font-size: 16px;
}

.p-btn {
text-align: center;
}

.box select {
  	/*background: #C0C0C0;
    color: white;
    padding: 10px;
    width: 175px;
    border: none;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;*/
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    /* padding: 0.75em 1em; */
    color: black;
    user-select: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04rem;
    padding: 1.5rem 3rem;
    cursor: pointer;
    border-radius: .4rem;
    border: 0.3rem solid #000;
    background: white;
    overflow: hidden;
    font-size: 14px;

}

select#subject:focus {
    outline: none;
}

.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}

.name {
    font-family: 'Ubuntu', sans-serif;
    color: #333;
}

.submit-btn {

	display: inline-block;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    /*padding: 0.75em 1em;*/
    color: black;
    user-select: none;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.04rem;
    /* padding: 0.5rem 3rem; */
    padding: 1.5rem 6rem;
    cursor: pointer;
    border-radius: .4rem;
    border: 0.3rem solid #000;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #000;
}

textarea:focus, input:focus{
    outline: none;
}
footer ul {
	display: inline;
}



.copyright {
/*	float: left;
*/  color: #333;
    width: 100%;
    text-align: center;
}
footer ul li {
	list-style-type: none;
	float: right;
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
      color: #333;


}

footer i {
	margin-right: 2px;
}

footer a {
	cursor: pointer;
	text-decoration: none;
	color: black;
}

form {
	padding-bottom: 100px;
}

.fa-codepen {
color: #47cf73;
}

.fa-github {
	color: #CC5500;
}

.fa-edit {
	color: #0f15a0;
}

.fa-dribbble {
	color: #b2215a;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media (max-width:667px) { 
    
  
   /* h1.sub-headings {
        margin-top:100px;
    }*/


      
      .about-me-image {
        float: none;
    }
        .mobile-abou-div {
        text-align: center;
    }

    h1.sub-headings.about-me-heading {
      margin-bottom: 20px;
    }

  	/* .about-me-container-text {
  		text-align: initial;
  		padding-top: 10px;
  		margin: 0 20px;
  		text-align:center;
      padding-left: 20px;
      padding-right:20px;
  	} */

    .what-i-can-do {
      padding-top: 20px;
    }

  	.contact-sub-headings {
  		font-size: 4em;
  	}

  	.sub-headings-one {
  		/*font-size: 3em;*/
  		display: none;
  	}

  	.box select {
  		padding: 0;
  		width: 70%;
  		border: 2px solid black;
  	}

  	.contact-container input#name, input#email, textarea, select {
  		width: 80%;

  	}

  	input#name, input#email, select#subject, textarea#message, input.submit-btn {
  		margin: 0;
  		margin-bottom: 40px;
  		margin-top: 0;
  	}

  	.submit-btn {
  		padding: 2rem 2rem;
  		width: 60%;
  		border: solid 2px black;
  	}
  	.professional-btns p {
  	    display:block;
  	    margin: 20px 10px;
  	}

  	input.submit-btn {
  		height: 50px;
  	}

    .frame-one, .frame-two, .frame-three {
      margin-right: 0;
      margin-top: 10px;
    }

    .frame-one img,  .frame-two img,  .frame-three img  {
      width: 100%;
    }

    footer {
      margin-top: 100px;
    }

  	footer ul li {
  		margin-right: 10px;
  		margin-top: 20px;
  		float: left;
  		margin-left: 0;
  	}

}

@media (min-width:933px) and (max-width: 1389px) {
  .frame-one img, .frame-two img, .frame-three img  {
    width: 300px; 
   
  }
}

@media (min-width:1016px) and (max-width: 1506px) {
  .graphics-size  {
    width: 220px !important;
    height: 300px;
  }
}

@media (min-width:1347px) {
  .graphics-size {
    /* width: 440px; */
    width: 340px;
  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
.about-me-image {
  float: none;
}
.intro {
  font-size: 1.5rem;
  /* margin-bottom: 0; */
}

.about-me-container-text {
  padding-top: 0;
}

h1.sub-headings {
  margin-top: 0;

}

.about-me-container-text {
  text-align: left;
}

.group-one, .group-two, .group-three {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.socials-para {
  display: block;
}

.socials {
  margin-bottom: 60px;
}

.work {
  /* padding: 0 20px; */
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

    .about-me-container-text {
      padding-top: 0;
    }

    .work {
      /* padding: 0 20px; */
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  

  	footer ul li {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    clear: left;
  	}

  	.box select {
  		padding: .2rem .2rem;
  	}

  	.submit-btn {
  		padding: 3rem 3rem;
  		width: 50%;
  		border: solid 2px black;
  	}

  	input.submit-btn {
  		height: 50px;
}

  }


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {


    

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .work {
      /* padding-left: 20px;
      padding-right: 20px; */
    }

    /* .frame-one, .frame-two, .frame-three {
      display: block;
      margin-right: 0;
    } */

}

@media only screen 
  and (min-width: 922px) 
  and (max-width: 1376px) 
  {
    /* .frame-one, .frame-two, .frame-three {
      display: block;
      margin-right: 10px;
    } */

    .frame-btn {
      
    }


  }
