@import url("fonts/font.css");
@media (max-width: 992px) {
  .container {
    margin-left: 1em;
    margin-right: 1em; } }

.poster-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0px;
  margin: 0; }

.title-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0px;
  margin: 0;
  margin-bottom: 10px; }

.heading {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0px;
  margin: 0;
  margin-bottom: 16px; }

.body-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 3px; }

.body-paragraph {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 16px; }

.caption {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 3px; }

.detail-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 3px; }

.paragraph-link {
  color: inherit;
  border-bottom: 1px solid;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 4px; }

.paragraph-link:hover {
  color: #ff5555;
  border-bottom: 1px solid #ff5555; }

.intro-section {
  margin-top: 70px;
  margin-bottom: 40px; }

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

.project-link {
  color: rgba(0, 0, 0, 0.84);
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  margin-bottom: 15px; }

.project-link:hover {
  color: #0BCAC6;
  border-bottom: 1px solid #0BCAC6;
  transition: all 0.3s ease; }

a {  color: inherit;
      font-weight: 400;
      color: #0BCAC6;}

#contact-link {
  margin-top: 2.65em;
  margin-bottom: 0.3em; }

#contact-link:hover {
  border-bottom: 1px solid transparent; }

.social-section {
  margin-bottom: 3em; }

.social-link {
  color: #444;
  display: inline-block;
  text-decoration: none;
  margin-right: 1.25em;
  transition: all 0.3s ease;
  letter-spacing: 0; }

.social-link:hover {
  color: #0BCAC6; }

@media (max-width: 434px) {
  .back-icon {
    display: none; }
  #contact-link {
    margin-top: .875em;
    margin-bottom: 0em; }
  .social-section {
    margin-bottom: 3em; }
  .intro-section {
    margin-top: 4em;
    margin-bottom: 34px; }
  .project-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 13px; } }

.project-caption {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 7px; }

.project-title {
  margin-top: 147px;
  margin-bottom: 5px;
  font-weight: 700; }

.project-text-subtext {
  color: rgba(0, 0, 0, 0.84); }

.project-desc {
  color: rgba(0, 0, 0, 0.84); }

.case-study-description {
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 96px; }

.project-multimedia {
  margin-bottom: 124px; }

.project-img {
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12px; }

.project-img-detail {
  color: #444;
  text-align: center; }

.project-text-snippet {
  margin-bottom: 63px; }

.video-container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2.8em;
  background-color: #fafafa;
  max-width: 100%;
  margin-bottom: 0.5em; }

.project-video .project-video-player {
  display: block;
  position: relative;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 4px;
  max-width: 100%;
  cursor: pointer;
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24); }

.project-video .project-video-player-auto {
  display: block;
  position: relative;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 4px;
  max-width: 100%;
  cursor: default;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24); }

.project-video #controls {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: calc(50% - 2.25em);
  right: 0;
  left: 0;
  width: 4.5em;
  height: 4.5em;
  background-color: rgba(255, 0, 0, 0);
  z-index: 999;
  cursor: pointer; }

.project-video .playpause {
  background-color: transparent;
  background-image: url("../img/global/play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  border: none;
  opacity: 0.9; }

.project-footer {
  padding: 64px 16px;
  border-top: 1px solid #eee;
  text-align: center; }

.footer-caption {
  color: #444;
  margin-bottom: 5px;
  text-transform: uppercase; }

.footer-project-name {
  display: block;
  color: rgba(0, 0, 0, 0.84);
  text-decoration: none;
  transition: all 0.3s ease; }

.footer-project-name:hover {
  color: #0BCAC6; }

@media (max-width: 434px) {
  .project-title {
    margin-top: 4.1em;
    margin-bottom: 5px;
    font-weight: 700; } }

.hero-img {
  margin-top: 96px; }

.about-title-text {
  color: rgba(0, 0, 0, 0.84); }

.about-section {
  margin-bottom: 96px; }

.resume-heading {
  margin-bottom: -2px; }

.resume-body-text {
  color: #444; }

.resume-detail-text {
  color: #444; }

.all-projects-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 206px; }
  .all-projects-list li {
    margin-bottom: 64px; }

.all-projects-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease; }

.all-projects-link:hover .all-projects-name, .all-projects-link:hover .all-projects-description {
  color: #0BCAC6; }

.all-projects-name {
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 0;
  transition: all 0.3s ease; }

.all-projects-description {
  color: #444;
  margin-bottom: 0;
  transition: all 0.3s ease; }

.progress-header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  display: none; }

.progress-container {
  width: 100%;
  height: 0.125rem;
  background: rgba(238, 238, 238, 0.8); }

.progress-bar {
  height: 0.125rem;
  background: #ff5555;
  width: 0%; }

::-moz-selection {
  background: #f1f1f1; }

::selection {
  background: #f1f1f1; }

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.84);
  font-size: 16px;
  font-family: "Untitled Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  background: #fff;
  text-rendering: optimizeLegibility;
  cursor: default;
  transition: all 1s ease-in-out; }

a:focus {
  outline: none; }

a:active {
  outline: none; }

.back-icon {
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: 24px;
  height: 24px;
  padding: 0;
  opacity: 0.84;
  z-index: 999;
  background-image: url("../img/global/ic-back-24.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.back-icon:hover {
  opacity: 1; }

.page-title {
  display: none;
  position: fixed;
  top: 28px;
  color: #888;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hidden-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  visibility: hidden; }

.page-error-message {
  text-align: center;
  color: #444;
  margin-top: 36%;
  margin-bottom: 1px; }

.page-error-message-desc {
  text-align: center;
  color: #444; }

.error-logo {
  opacity: 1;
  position: fixed;
  top: 32px;
  left: 32px;
  width: 24px;
  height: 24px;
  background-image: url("../img/global/volkan-gunal-logo-dark-24.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.webShadow {
  box-shadow: 0 0 24px 0 rgba(45, 65, 76, 0.06), 0 8px 48px 0 rgba(45, 65, 76, 0.12);
  border-radius: 4px; }
