/*Global-styling*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  line-height: 1.5;
  overflow-x: hidden;
  background: #fff3d9;
  font-family: "helvetica";
}
:before,
:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.content {
  justify-content: space-between;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.container {
  max-width: 1140px;
  margin: auto;
}

/*style header*/
.header {
  padding: 15px 20px;
  position: absolute;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.nav ul {
  display: flex;
}
.nav ul li a {
  line-height: 40px;
  margin: 5px;
  padding: 0px 22px;
  box-shadow: 0 0 10px #b8390e;
  display: flex;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #3b0918;
  letter-spacing: 0.1rem;
}
.header .logo span{
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 100%;
  margin: 5px;
  padding: 0px 22px;
  display: flex;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #3b0918;
}
.menu-bar {
  color: #fff3d9;
  font-size: 1rem;
  cursor: pointer;
  display: none;
}

/*start style profile*/
.profile {
  position: relative;
}
.profile .onscreen {
  padding: 50px 0;
  height: 100vh;
}
.profile .profile-text,
.profile .profile-img,
.profile .pdf {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.profile .profile-text {
  padding-top: 190px;
  color: #3b0918;
}
.profile .profile-text p {
  max-width: 350px;
  margin: auto;
  color: #b8390e;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.profile .profile-text h2 {
  font-size: 2rem;
  margin: 0;
}
.profile .profile-text h1 {
  font-size: 1rem;
  margin: 0;
}
.profile .profile-text a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #dc4731;
  text-decoration: underline;
}
.profile .profile-text h2,
.profile .profile-text h1,
.profile .profile-text a,
.profile .profile-img {
  max-width: 350px;
  display: block;
  margin: auto;
  border-radius: 50%;
}
.profile .profile-img .img-box img {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 50%;
  padding: 15px;
}
/*End styling profile*/

/* about-skill styling*/
section .about-skills {
  padding: 200px;
}
.about-skills .container {
  background-color: #3b0918;
}
.about-skills {
  display: flex;
}
.about-skills .about-section .about-text {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 50px auto;
  justify-content: space-around;
}
.about-skills .about-section .about-text span {
  text-align: center;
  font-size: 0.9rem;
  color: #dc4731;
  padding: 2px;
}
.about-skills .about-section .about-text h1 {
  text-align: center;
  font-size: 1.5rem;
  color: #fff3d9;
  text-transform: uppercase;
}
.about-skills .about-section .about-text p {
  font-size: 1rem;
  color: #fff3d9;
}
.about-skills .about-section .about-text .about-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-skills .about-section .about-text .about-social .fab {
  font-size: 1.3rem;
  color: #dc4731;
  padding: 10px;
  animation: bounceIn 3s ease infinite;
}
.about-skills .about-section .about-hold {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 50px auto;
}
.about-skills .about-section .about-hold .about-web {
  width: 50%;
}
.about-skills .about-section .about-hold .about-web span {
  font-size: 1rem;
  color: #dc4731;
}
.about-skills .about-section .about-hold .about-web h1 {
  font-size: 1.5rem;
  color: #fff3d9;
}
.about-skills .about-section .about-hold .about-web .about-box {
  padding: 5px;
  color: #fff3d9;
}
.about-skills .about-section .about-hold .about-web .about-box .about-icon {
  font-size: 2rem;
  color: #b8390e;
  padding-bottom: 5px;
}
.about-skills
  .about-section
  .about-hold
  .about-web
  .about-box
  .about-skill-text
  strong {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #b8390e;
}
.about-skills
  .about-section
  .about-hold
  .about-web
  .about-box
  .about-skill-text
  p {
  font-size: 1rem;
  color: #fff3d9;
}
.fa-html5 {
  color: hotpink;
}
.fa-css3-alt {
  color: blue;
}
.fa-js-square {
  color: yellow;
}
.fa-pen-square {
  color: blue;
}
.about-skills .about-section .about-hold .about-graphics {
  width: 40%;
}
.about-skills .about-section .about-hold .about-graphics span {
  font-size: 1rem;
  color: #dc4731;
}
.about-skills .about-section .about-hold .about-graphics h1 {
  font-size: 1.5rem;
  color: #fff3d9;
}
.about-skills .about-section .about-hold .about-graphics .about-box {
  padding: 5px;
  color: #fff3d9;
}
.about-skills
  .about-section
  .about-hold
  .about-graphics
  .about-box
  .about-icon {
  font-size: 2rem;
  color: #b8390e;
  padding-bottom: 5px;
}
.about-skills
  .about-section
  .about-hold
  .about-graphics
  .about-box
  .about-skill-text
  strong {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #b8390e;
}
.about-skills
  .about-section
  .about-hold
  .about-graphics
  .about-box
  .about-skill-text
  p {
  font-size: 1rem;
  color: #fff3d9;
}
/*about-skill end styling*/
/*start of project section*/
.project {
  padding: 10px 0;
}
.project .pro-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 10px auto;
  justify-content: space-around;
}
.project .pro-text h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  color: #3b0918;
}
.project .pro-text span {
  text-align: center;
  font-size: 1rem;
  color: #dc4731;
}
.project .pro-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project .pro-item .pro-img {
  margin: 10px;
}
.project .pro-item .img-left img {
  padding: 10px;
}
.project .pro-item .pro-right .pro-title {
  font-size: 1rem;
  text-align: center;
}
.project .pro-item .pro-right .button {
  text-align: center;
  margin-top: 10px;
}
.project .pro-item .pro-right .button .btn {
  background-color: #3b0918;
  border: none;
  border-radius: 2px;
  color: #fff3d9;
  padding: 10px 25px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.project .pro-item .pro-right .button .btn:hover {
  background-color: #dc4731;
}
/*Project styling start*/

/*contact styling start*/
.contact .container {
  background-color: #3b0918;
  padding: 20px;
}
.contact .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff3d9;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contact-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .contact-content .column {
  width: calc(50% - 30px);
}
.contact .contact-content .text {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #b8390e;
}
.contact .contact-content .left p {
  text-align: justify;
  color: #fff3d9;
}
.contact .contact-content .left .icons {
  margin: 10px 0;
}
.contact .contact-content .row {
  display: flex;
  height: 65px;
  align-items: center;
}
.contact .contact-content .row .info {
  margin-left: 30px;
}
.contact .contact-content .row .info .head {
  font-size: 1rem;
}
.contact .contact-content .row .info .sub-title {
  font-size: 1.2rem;
  color: #dc4731;
  font-weight: 600;
}
.contact .contact-content .row i {
  font-size: 1.2rem;
  color: #b8390e;
  margin-left: 10px;
}
.contact .contact-content .info {
  font-weight: 500;
  color: #fff3d9;
  font-size: 1rem;
}
.contact .right form .fields {
  display: flex;
}
.contact .right form .field,
.contact .right form .fields .field {
  height: 45px;
  width: 100%;
  margin-bottom: 10px;
}
.contact .right form .textarea {
  height: 80px;
  width: 100%;
}
.contact .right form .name {
  margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea {
  height: 90%;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}
.contact .right form .textarea textarea {
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area {
  display: flex;
  align-items: center;
}
.right form .button-area button {
  color: #fff;
  display: block;
  width: 160px !important;
  height: 45px;
  outline: none;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #b8390e;
}
.right form .button-area button:hover {
  color: #dc4731;
  background: #fff3d9;
}
/*contact styling end*/

/*Footer styling start*/
footer {
  display: flex;
  justify-content: center;
  padding: 15px 23px;
  background-color: #b8390e;
  font-weight: 700;
}
footer span a {
  color: #3b0918;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
footer span {
  color: #fff3d9;
}
/*Footer styling end*/

/* Start of media-Q section*/
@media screen and (max-width: 900px) {
.profile .profile-text,
.profile .profile-img,
.profile .pdf {
  flex: 0 0 100%;
  max-width: 100%;
}
.profile .onscreen {
  padding: 100px 0;
}
.profile .profile-text{
   order: 2;
   padding-top: 10px;
   text-align: center;
  }
  .profile .profile-img .img-box img{
  width: 40%;
}
.nav ul li a {
    display: none;
  }
   .nav ul.show{
     left: 100;
   }
     .menu-bar {
    display: block;
    color: #3b0918;
    z-index: 999;
    float: right;
    cursor: pointer;
    padding: 0px 22px;
    margin-top: 10px;
    align-items: center;
  }
  .fa-bars {
    font-size: 1.5rem;
  }
    .nav .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #3b0918;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    display: block;
    transition: all .5s;
  }
    .nav .nav-links li {
    margin-top: -5%;
  }
  .nav .nav-links li a {
    display: inline-block;
    margin: 10px 10px;
    padding: 5px 10px;
    font-size: 1rem;
    color: #fff3d9;
  }
}

@media screen and (max-width: 500px) {
    .profile .profile-img .img-box img{
   width: 60%;
}
.about-skills .about-section .about-text h1{
  font-size: 1rem;
}
.about-skills .about-section .about-hold .about-web h1{
  font-size: 1rem;
}
.about-skills .about-section .about-hold .about-graphics h1{
  font-size: 1rem;
}
.about-skills .about-section .about-hold {
    flex-direction: column;
}
.about-skills .about-section .about-hold .about-web h1 {
   font-size: 1rem;
}
.about-skills .about-section .about-hold .about-graphics h1 {
    font-size: 1rem;
}
.about-skills .about-section .about-hold .about-web {
    width: 70%;
}
.about-skills .about-section .about-hold .about-graphics {
    padding-top: 20px;
    width: 70%;
}
.project .pro-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
}
.project .pro-item .img-left img {
    height: 40vh;
}
contact-content {
    flex-direction: column;
}
.contact .contact-content .column {
  width: 100%;
}
.contact .contact-content .left{
  padding-bottom: 40px;
}
}

@media screen and (max-width: 400px) {
.project .pro-item {
    padding-left: 10%;
}

} 

