* {
  font-family: 'Exo 2', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-style: italic;
  transition: all .2s linear; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

header {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }
  header .logo img {
    height: 4rem; }
  header .menu {
    font-size: 5rem;
    color: #F49800;
    cursor: pointer;
    display: none; }
  header nav {
    width: 60rem; }
    header nav ul {
      list-style-type: none;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      header nav ul li a {
        font-size: 2rem;
        color: #F49800;
        text-decoration: none; }
        header nav ul li a:hover {
          font-size: 2.5rem;
          border-bottom-width: 1px;
          border-bottom-style: solid; }

.home {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .home .content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 5rem; }
    .home .content h1 {
      font-family: 'Kaushan Script', sans-serif;
      font-size: 6rem;
      color: #455A64; }
    .home .content h3 {
      font-size: 3rem;
      margin: 1rem 0;
      color: #F49800; }
    .home .content h4 {
      font-size: 2rem;
      margin: 1rem 0;
      color: #455A64; }
    .home .content .profile img {
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      border: 5px solid #455A64; }
    .home .content .buttons {
      margin: 2rem 0; }
      .home .content .buttons a button {
        height: 4rem;
        width: 16rem;
        outline: none;
        border: none;
        border-radius: 5rem;
        margin-top: 1rem;
        color: #fff;
        cursor: pointer;
        font-size: 1.5rem; }
        .home .content .buttons a button:hover {
          opacity: .6; }
      .home .content .buttons a:nth-child(1) button {
        background: #F49800; }
      .home .content .buttons a:nth-child(2) button {
        background: #455A64;
        margin-left: 2rem; }
      .home .content .buttons a:nth-child(3) button {
        margin-left: 2rem;
        background: #F49800; }
  .home .image {
    background: #455A64;
    border-bottom-left-radius: 10%;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center; }
    .home .image img {
      width: 50vw; }

.video-container {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden; }
  .video-container video {
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 90vh; }
  .video-container #close-btn {
    position: fixed;
    top: 2rem;
    right: 4rem;
    cursor: pointer;
    color: #455A64;
    font-size: 5rem;
    z-index: 11; }

.toggleVid {
  opacity: 1;
  visibility: visible; }

.specialization {
  display: grid;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 7rem; }

.specialization h1 {
  font-family: 'Kaushan Script', sans-serif;
  font-size: 6rem;
  color: #455A64;
  text-align: center;
  padding: 4rem; }

.specialization .box-container {
  display: flex;
  padding: 0% 12%;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }

.specialization .box-container .box {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin: 2rem;
  padding: 1rem;
  border-radius: .5rem;
  background: #fff;
  width: 35rem;
  text-align: center; }

.specialization .box-container .box img {
  height: 20rem;
  width: 28rem;
  object-fit: contain; }

.specialization .box-container .box h3 {
  font-size: 2rem; }

.specialization .box-container .box p {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: none;
  color: #455A64; }
  .specialization .box-container .box p a {
    text-transform: none;
    color: #F49800;
    cursor: pointer; }

.aboutme {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 7rem; }
  .aboutme .image {
    background: #455A64;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
    height: 90rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .aboutme .image img {
      width: 40vw; }
  .aboutme .content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5rem; }
    .aboutme .content h1 {
      font-family: 'Kaushan Script', sans-serif;
      font-size: 6rem;
      margin: 4rem 0;
      color: #455A64; }
    .aboutme .content p {
      font-size: 2rem;
      margin: 1rem 0;
      color: #455A64;
      text-transform: none; }
    .aboutme .content .buttons {
      margin: 4rem 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .aboutme .content .buttons button {
        height: 4rem;
        width: 16rem;
        outline: none;
        border: none;
        border-radius: 5rem;
        margin-top: 1rem;
        color: #fff;
        cursor: pointer;
        font-size: 1.5rem;
        background: #F49800; }
        .aboutme .content .buttons button:hover {
          opacity: .6; }

.gallery {
  display: grid;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 7rem; }
  .gallery h1 {
    font-family: 'Kaushan Script', sans-serif;
    font-size: 6rem;
    color: #455A64;
    text-align: center;
    padding: 4rem; }
  .gallery .content {
    padding: 1rem;
    max-width: 100vw;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense; }
    .gallery .content .v-stretch {
      grid-row: span 2; }
    .gallery .content .h-stretch {
      grid-column: span 2; }
    .gallery .content .big-stretch {
      grid-row: span 2;
      grid-column: span 2; }
  .gallery .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: #455A64;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none; }
    .gallery .popup-image span {
      position: absolute;
      top: 0;
      right: 2rem;
      font-size: 5rem;
      font-weight: bolder;
      color: #F49800;
      cursor: pointer;
      z-index: 100; }
    .gallery .popup-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      object-fit: contain; }
  .gallery div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer; }

.reachout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 1rem; }
  .reachout .image {
    background: #455A64;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    height: 90rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .reachout .image img {
      width: 50vw; }
  .reachout .content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 5rem; }
    .reachout .content h1 {
      font-family: 'Kaushan Script', sans-serif;
      font-size: 6rem;
      color: #455A64; }
    .reachout .content h3 {
      font-size: 3rem;
      margin: 1rem 0;
      color: #455A64;
      text-transform: none; }
    .reachout .content h4 {
      font-size: 2rem;
      margin: 1rem 0;
      color: #455A64;
      text-transform: none; }
    .reachout .content .buttons {
      display: flex;
      margin: 2rem 0; }
      .reachout .content .buttons a button {
        height: 4rem;
        width: 16rem;
        outline: none;
        border: none;
        border-radius: 5rem;
        margin-top: 1rem;
        color: #fff;
        cursor: pointer;
        font-size: 1.5rem; }
        .reachout .content .buttons a button:hover {
          opacity: .6; }
      .reachout .content .buttons a:nth-child(1) button {
        background: #F49800; }
      .reachout .content .buttons a:nth-child(2) button {
        background: #455A64;
        margin-left: 2rem; }
      .reachout .content .buttons a:nth-child(3) button {
        margin-left: 2rem;
        background: #F49800; }
    .reachout .content .fields {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%; }
      .reachout .content .fields .input-box {
        width: 40vw; }
        .reachout .content .fields .input-box input, .reachout .content .fields .input-box textarea {
          border: 0.2rem solid #455A64;
          border-radius: .5rem;
          margin: 1rem 0;
          padding: 01rem;
          height: 3rem;
          width: 100%;
          outline: none;
          text-transform: none; }
        .reachout .content .fields .input-box textarea {
          text-transform: none;
          height: 12rem;
          padding: 1rem;
          resize: none; }
      .reachout .content .fields input[type="submit"] {
        height: 4rem;
        width: 16rem;
        outline: none;
        border: none;
        border-radius: 5rem;
        margin-top: 1rem;
        color: #fff;
        cursor: pointer;
        font-size: 1.5rem;
        background: #F49800; }
        .reachout .content .fields input[type="submit"]:hover {
          opacity: .6; }

.footer {
  display: grid;
  place-items: center;
  height: auto;
  width: 100%;
  background: #fff; }
  .footer .logo {
    margin: 2rem 0; }
    .footer .logo img {
      height: 15rem; }
  .footer .icons a {
    text-decoration: none;
    color: #455A64;
    font-size: 3rem;
    margin: 1rem; }
    .footer .icons a:hover {
      color: #F49800; }
  .footer h4 {
    color: #455A64;
    font-size: 1.5rem;
    padding: 2rem 0; }

#more1 {
  text-transform: none;
  display: none; }

#more2 {
  text-transform: none;
  display: none; }

#more3 {
  text-transform: none;
  display: none; }

#more4 {
  text-transform: none;
  display: none; }

#more5 {
  text-transform: none;
  display: none; }

#more6 {
  text-transform: none;
  display: none; }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@keyframes fadeIn {
  0%,
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    transform: translateX(-20px); }
  80% {
    transform: translateX(5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveUp {
  0% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0); } }

@keyframes fadeBgColor {
  0%,
  70% {
    background: none; }
  100% {
    background: #464646; } }

.animated.animationDelay {
  animation-delay: 0.4s; }

.animated.animationDelayMed {
  animation-delay: 1.2s; }

.animated.animationDelayLong {
  animation-delay: 1.6s; }

.animated.fadeBgColor {
  animation-name: fadeBgColor; }

.animated.bounceIn {
  animation-name: bounceIn; }

.animated.bounceInRight {
  animation-name: bounceInRight; }

.animated.bounceInLeft {
  animation-name: bounceInLeft; }

.animated.fadeIn {
  animation-name: fadeIn; }

.animated.fadeInDown {
  animation-name: fadeInDown; }

.animated.fadeInUp {
  animation-name: fadeInUp; }

.animated.moveUp {
  animation-name: moveUp; }

@media (max-width: 1120px) {
  html {
    font-size: 45%; } }

@media (max-width: 991px) {
  html {
    font-size: 35%; }
  header .menu {
    display: block; }
  header nav {
    position: fixed;
    top: 0;
    right: -200%;
    height: 100vh;
    width: 100vw;
    background: #fff; }
    header nav ul {
      flex-flow: column;
      justify-content: center;
      height: 100%; }
      header nav ul li {
        margin: 2rem 0; }
        header nav ul li a {
          color: #455A64;
          font-size: 5rem; }
  .gallery .popup-image img {
    width: 95%; }
  .toggle {
    right: 0%; } }

@media (max-width: 500px) {
  .home .content {
    width: 100%;
    text-align: center; }
    .home .content .profile img {
      width: 20rem;
      height: 20rem; }
  .home .image {
    display: none; }
  .specialization .box-container .box {
    width: 100%; }
  .aboutme {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center; }
    .aboutme .content {
      width: 100%;
      display: flex;
      justify-content: end; }
    .aboutme .image {
      background: none;
      height: auto; }
  .gallery .content .v-stretch {
    grid-row: span 1; }
  .gallery .content .h-stretch {
    grid-column: span 1; }
  .gallery .content .big-stretch {
    grid-row: span 1;
    grid-column: span 1; }
  .gallery .popup-image img {
    width: 95%; }
  .reachout {
    display: flex;
    flex-flow: column; }
    .reachout .content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .reachout .content .fields {
        width: auto;
        justify-content: center; }
        .reachout .content .fields .input-box {
          width: 90vw; }
    .reachout .image {
      background: none;
      height: auto; } }
