@font-face {
  font-family: "Raleway Light";
  src: url("../fonts/Raleway-Light.ttf"); }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf"); }

@font-face {
  font-family: "Raleway Medium";
  src: url("../fonts/Raleway-Medium.ttf"); }

@font-face {
  font-family: "Raleway Bold";
  src: url("../fonts/Raleway-Bold.ttf"); }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

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

a, a:hover, a:focus {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0; }

html {
  font-size: 16px; }

body {
  overflow-x: hidden !important;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #40c1ef; }

body {
  background: url("../images/intro-background.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }

/* ***** INTRO SECTION ***** */
.intro-section .intro {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .intro-section .intro img {
    margin: auto; }
  .intro-section .intro .title {
    margin-top: 20px;
    color: #174556;
    font-family: 'Raleway Bold';
    font-size: 26px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px; }
  .intro-section .intro .scroll {
    position: absolute;
    bottom: 10px;
    font-family: 'Raleway Bold';
    font-size: 14px;
    cursor: pointer;
    color: #174556; }
    .intro-section .intro .scroll img {
      width: 45px;
      animation: arrow-up-down 2s infinite; }

@keyframes arrow-up-down {
  0% {
    transform: translateY(7px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(7px); } }

/* ***** WORKS SECTION ***** */
.works-section {
  padding: 50px 10px; }
  .works-section .title {
    font-size: 24px;
    font-family: 'Raleway Bold';
    color: #174556;
    margin-bottom: 30px; }
  .works-section .work-item {
    transition: background-color .4s ease;
    padding: 5px; }
    .works-section .work-item .work {
      background-color: #E0E0E0;
      border-radius: 5px;
      padding: 10px;
      transition: background-color .4s ease;
      overflow: hidden; }
      .works-section .work-item .work .images img {
        width: 100%;
        border-radius: 5px;
        transition: opacity .4s ease;
        cursor: zoom-in; }
      .works-section .work-item .work .images a:not(:first-child) {
        display: none; }
      .works-section .work-item .work .info {
        padding: 8px 10px 0px 10px;
        position: relative; }
        .works-section .work-item .work .info .website {
          position: absolute;
          top: -39px;
          background-color: #ededed;
          padding: 4px 10px;
          border-radius: 5px;
          display: inline-block;
          font-family: 'Raleway Bold';
          opacity: 0;
          transition: opacity .4s ease;
          color: #40c1ef;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: calc(100% - 20px); }
        .works-section .work-item .work .info .name {
          font-family: 'Raleway Bold';
          font-size: 18px;
          color: #174556; }
        .works-section .work-item .work .info .category {
          font-size: 14px; }

.works-section .work-item:hover .work {
  background-color: #ededed; }
  .works-section .work-item:hover .work img {
    opacity: .7; }

.works-section .work-item:hover .info .website {
  opacity: 1; }

.lg-outer .lg-image {
	max-height: 89%;
    padding-bottom: 44px;
}

/* ***** LETTERS SECTION ***** */
.letters-section {
  padding: 30px 10px;
  background-color: #E0E0E0; }
  .letters-section .title {
    font-size: 24px;
    font-family: 'Raleway Bold';
    color: #174556;
    margin-bottom: 30px; }
  .letters-section .swiper-slide a {
    display: block;
    margin-bottom: 10px; }
    .letters-section .swiper-slide a img {
      width: 100%;
      cursor: zoom-in; }
  .letters-section .swiper-slide .name {
    font-family: 'Raleway Medium';
    color: #174556; }

.swiper-button-disabled {
  opacity: 0 !important; }

.swiper-button-prev, .swiper-button-next {
  background-image: url("../images/slider-arrow.png");
  background-size: contain;
  width: 32px;
  height: 56px; }

.swiper-button-next {
  transform: rotate(-180deg); }

/* ***** CONTACT SECTION ***** */
.contact-section {
  padding: 50px 10px; }
  .contact-section .title {
    font-size: 24px;
    font-family: 'Raleway Bold';
    color: #174556;
    margin-bottom: 15px; }
  .contact-section li {
    font-size: 18px;
    font-family: 'Raleway Bold';
    color: #174556;
    margin-bottom: 5px; }
    .contact-section li:last-child {
      margin-bottom: 0px; }
    .contact-section li a {
      color: #40c1ef; }
      .contact-section li a img {
        display: inline-block;
        width: 48px;
        margin: 5px 2px; }

/* ***** FOOTER ***** */
footer {
  background-color: #174556;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Raleway Medium'; }
