@import url("https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Poppins:wght@300;500;600;700&display=swap");
body {
  height: 100vh;
  margin: 0;
  font-family: 'Poppins', 'sans-serif';
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.nav-container {
  background: #181818;
}

.nav-container a {
  color: white;
}

.surajlogo {
  width: 30%;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}

header .logo {
  color: #ffffff;
  font-weight: bold;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header ul a {
  display: block;
  padding: 0 1em;
}

.social-header, .hero-design {
  display: none;
}

.hero {
  background: #393939;
  color: white;
  display: -ms-grid;
  display: grid;
  text-align: center;
  padding: 4em;
}

.scroll {
  width: 60px;
  margin: auto;
  margin-top: 10em;
}

section {
  padding: 4em 2em;
  text-align: center;
}

.featured {
  position: relative;
}

.transformation {
  background: #F5F5F5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  padding: 20px 30px 20px 30px;
}

.featured::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #BCF7D7;
  top: 20px;
  left: 0;
  z-index: -1;
}

.subtitle {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #014B23;
  letter-spacing: .2em;
  font-size: .85em;
}

.featured-title {
  color: black;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -.4em;
  display: block;
}

.featured-title2 {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -.4em;
  display: block;
}

.featured-desc {
  color: #252525;
  margin-bottom: 3em;
  font-size: .9em;
  line-height: 1.8em;
  font-weight: 500;
}

.featured-desc2 {
  color: white;
  margin-bottom: 3em;
  font-size: .9em;
  line-height: 1.8em;
  font-weight: 500;
}

.skills {
  background: #6E00FF;
}

.skills-container ul li {
  background: white;
  padding: 2em;
  border-radius: 1em;
  margin-bottom: 1em;
  padding: 10px;
  -webkit-box-shadow: 1px -1px #d4d4d4;
          box-shadow: 1px -1px #d4d4d4;
}

.skills-container ul li .icon-container {
  height: 100px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 0 auto;
}

.skills-container ul li .icon-container.one {
  width: 100px;
}

.skills-container ul li .icon-container.two {
  width: 100px;
}

.skills-container ul li .icon-container.three {
  width: 100px;
}

.skills-container ul li .skill-title {
  font-weight: bold;
}

.skills-container ul li .featured-desc {
  margin-bottom: 2em;
}

.skills-container ul li .featured-desc2 {
  margin-bottom: 2em;
}

.portfolio1 {
  background: #525255;
}

.portfolio2 {
  background: #333333;
}

.portfolio-container a img {
  border-radius: 1em;
  margin-bottom: 2em;
  width: 60%;
}

.subtitle1 {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #F4C605;
  letter-spacing: .2em;
  font-size: .85em;
}

.subtitle2 {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #3AFCF5;
  letter-spacing: .2em;
  font-size: .85em;
}

@media only screen and (min-width: 1250px) {
  .featured, .portfolio1, .portfolio2 {
    text-align: left;
  }
  .featured .right, .portfolio1 .right, .portfolio2 .right {
    border-radius: 1em;
    margin-left: 6em;
    z-index: 1;
  }
  .featured .right-b, .portfolio1 .right-b, .portfolio2 .right-b {
    position: relative;
    margin-left: 13em;
  }
  .featured, .portfolio-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% auto;
        grid-template-columns: 40% auto;
  }
  .left, .portfolio-left {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .skills {
    margin-top: 15em;
    margin-bottom: -1em;
    padding-top: 7em;
    height: 100px;
  }
  .skills-container ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
    grid-gap: 1em;
    margin-top: -200px;
  }
  .portfolio {
    padding-top: 7em;
  }
  .portfolio-container img {
    margin-left: 10em;
    width: 500px;
  }
  .hero {
    height: 80vh;
  }
  .nav-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66% auto;
        grid-template-columns: 66% auto;
    background: unset;
  }
  .nav-container header {
    background: #151515;
  }
  .nav-container2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66% auto;
        grid-template-columns: 66% auto;
    background: unset;
  }
  .nav-container2 header {
    background: #F4C605;
  }
  header {
    padding: 2em 2em 2em 4em;
  }
  .social-header {
    padding: 2em 4em 2em 0;
  }
  section {
    padding: 4em;
  }
  .social-header {
    display: inline;
    background: #151515;
  }
  .social-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 7em;
    float: right;
  }
  .social-header ul img {
    width: 20px;
  }
  .hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    background: unset;
    padding: 0;
  }
  .hero .content {
    position: relative;
    background: #393939;
    padding: 6em 8em 0em 4em;
    text-align: center;
  }
  .hero .content h1 {
    width: auto;
    font-size: 3em;
    line-height: 1.2em;
    color: #F4C605;
  }
  .hero .content p {
    width: auto;
    font-size: 1.5em;
    line-height: 1.2em;
    padding: 0px 0px 20px 0px;
  }
  .meet {
    position: absolute;
    top: 25em;
  }
  .hero-design {
    display: unset;
    margin-left: -50%;
    margin-top: 15%;
    width: 110%;
    z-index: 10;
    color: black;
  }
  .uxd {
    margin-left: 13em;
    margin-right: 13em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% auto;
        grid-template-columns: 33% auto;
  }
  .uxd .white {
    color: white;
  }
  .uxd .black {
    color: black;
  }
  .dev {
    margin-left: 10em;
    margin-right: 10em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% auto;
        grid-template-columns: 33% auto;
  }
  .dev .white {
    color: white;
  }
  .dev .black {
    color: black;
  }
  .film {
    margin-left: 9em;
    margin-right: 10em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% auto;
        grid-template-columns: 33% auto;
  }
  .film .white {
    color: white;
  }
  .film .black {
    color: black;
  }
  .featured {
    position: relative;
  }
  .featured::before {
    content: "";
    position: absolute;
    margin-left: 1em;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #BCF7D7;
    top: 120px;
    left: 0;
    z-index: -1;
  }
  .portfolio1 img {
    float: right;
    max-width: 500px;
  }
  .portfolio2 img {
    float: right;
    max-width: 500px;
  }
  header {
    padding: 2em 2em 2em 10em;
  }
  .social-header {
    padding: 2em 10em 2em 0;
  }
  section {
    padding: 5em 10em 4em 10em;
  }
  .hero .content {
    padding: 6em 8em 6em 10em;
  }
  .filmmaker {
    width: 80%;
  }
  .devwork {
    margin-top: 6em;
    margin-left: 8em;
    margin-bottom: 1em;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100% auto;
        grid-template-columns: 100% auto;
    width: 80%;
  }
  .graphic:hover {
    -webkit-box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
            box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
    border-radius: 10px;
    background: #C8F0F5;
  }
  .ux:hover {
    -webkit-box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
            box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
    border-radius: 10px;
    background: #F8D761;
  }
  .transformation {
    background: #F5F5F5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    padding: 70px 200px 70px 200px;
  }
  .workex {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100% auto;
        grid-template-columns: 100% auto;
    width: 100%;
  }
  .softwares {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100% auto;
        grid-template-columns: 100% auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1550px) {
  header {
    padding: 2em 2em 2em 20em;
  }
  .featured::before {
    content: "";
    position: absolute;
    margin-left: 10em;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #BCF7D7;
    top: 120px;
    left: 0;
    z-index: -1;
  }
  .social-header {
    padding: 2em 20em 2em 0;
  }
  section {
    padding: 6em 20em 4em 20em;
  }
  .hero .content {
    padding: 9em 20em 6em 20em;
  }
}
/*# sourceMappingURL=final.css.map */