@charset "UTF-8";

/*
 * Theme Name: hungnh portfolio 2023
 * Theme URI: 
 * Version: 1.0.2
 * Author: hungnh
 * Author URI: 
 * Textdomain: 
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animeFill {
  to {
    fill: rgba(77, 124, 255, 0.642);
  }
}

@keyframes animeBorder {
  to {
    border-color: rgba(77, 124, 255, 0.137);
  }
}

@keyframes scroll-to-top {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes scale-up {
  20% {
    background-color: var(--white-color);
    transform: scaleY(1.5);
  }

  40% {
    transform: scaleY(1);
  }
}

@keyframes movingBorders {
  0% {
    border-color: #fce4e4;
  }

  50% {
    border-color: #ffd8d8;
  }

  90% {
    border-color: #fce4e4;
  }
}

button:hover {
  background-color: #eee;
  transform: scale(105%);
  animation: movingBorders 3s infinite;
}

button svg {
  fill: rgb(255, 110, 110);
  margin-right: 13px;
}

@keyframes beatingHeart {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.15);
  }

  30% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.15);
  }

  60% {
    transform: scale(1);
  }
}

@keyframes item_not_found_1 {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0);
  }

  38% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(62deg);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(calc(77vh - 250px)) rotate(40deg);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(64deg);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(calc(78vh - 250px)) rotate(50deg);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(64deg);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(calc(79vh - 250px)) rotate(55deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(65deg);
  }
}

@keyframes item_not_found_2 {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0);
  }

  38% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-100deg);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(calc(77vh - 250px)) rotate(-50deg);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-100deg);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(calc(78vh - 250px)) rotate(-70deg);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-100deg);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(calc(79vh - 250px)) rotate(-90deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-100deg);
  }
}

@keyframes item_not_found_3 {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0);
  }

  38% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-36deg);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(calc(77vh - 250px)) rotate(-10deg);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-40deg);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(calc(78vh - 250px)) rotate(-20deg);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-40deg);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(calc(79vh - 250px)) rotate(-30deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(calc(80vh - 250px)) rotate(-40deg);
  }
}

@keyframes item_not_found_1_desktop {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0);
  }

  38% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(62deg);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(49vh) rotate(40deg);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(64deg);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(50vh) rotate(50deg);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(64deg);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(51vh) rotate(55deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(64deg);
  }
}

@keyframes item_not_found_2_desktop {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0);
  }

  38% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(-100deg);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(49vh) rotate(-50deg);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(-100deg);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(50vh) rotate(-70deg);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(-100deg);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(51vh) rotate(-90deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(52vh) rotate(-100deg);
  }
}

@keyframes item_not_found_3_desktop {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0);
  }

  38% {
    animation-timing-function: ease-out;
    transform: translateY(53vh) rotate(-36deg);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(50vh) rotate(-10deg);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(53vh) rotate(-40deg);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(51vh) rotate(-20deg);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(53vh) rotate(-40deg);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(52vh) rotate(-30deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(53vh) rotate(-40deg);
  }
}

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

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}

.preloader .loader {
  display: flex;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}

.preloader .loader .bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  animation: scale-up 1s linear infinite;
}

.preloader .loader .bar:nth-child(2) {
  height: 35px;
  margin: 0 5px;
  animation-delay: 0.25s;
}

.preloader .loader .bar:nth-child(3) {
  animation-delay: 0.5s;
}

#footer__socials--list {
  display: flex;
  flex-direction: row;
  gap: 1em;
  transition: 0.4s ease-in-out;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 30px 0;
}

#footer__socials--list .footer__socials--item {
  position: relative;
  width: 3em;
  height: 3em;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s all;
}

#footer__socials--list .footer__socials--item .socials__item--link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer__socials--list .footer__socials--item .socials__item--link .username {
  position: absolute;
  left: -3em;
  top: -6em;
  z-index: 1;
  transition: 0.1s ease-in-out;
  padding: 1em;
  border-radius: 0.375rem;
  font-size: 0.7em;
  margin-top: 1em;
  font-weight: bold;
  visibility: hidden;
  background-color: whitesmoke;
  text-align: center;
  min-width: 100px;
  border: 1px solid currentColor;
}

#footer__socials--list .footer__socials--item .socials__item--link .account {
  margin: auto;
}

#footer__socials--list .footer__socials--item-instagram .instagram {
  margin-top: 0.1em;
  fill: #cc39a4;
}

#footer__socials--list .footer__socials--item-instagram:hover {
  background-color: #cc39a4;
}

#footer__socials--list .footer__socials--item-instagram:hover .username {
  transform: translateY(-0.5em);
  visibility: visible;
  color: #cc39a4;
}

#footer__socials--list .footer__socials--item-instagram:hover .instagram {
  fill: #fff;
}

#footer__socials--list .footer__socials--item-github:hover {
  background-color: #000;
}

#footer__socials--list .footer__socials--item-github:hover .username {
  transform: translateY(-1em);
  visibility: visible;
  color: #000;
}

#footer__socials--list .footer__socials--item-github:hover .git {
  fill: #fff;
}

#footer__socials--list .footer__socials--item-facebook:hover {
  background-color: #0882de;
}

#footer__socials--list .footer__socials--item-facebook:hover .username {
  transform: translateY(-1em);
  visibility: visible;
  color: #0882de;
}

#footer__socials--list .footer__socials--item-facebook:hover .facebook {
  fill: #fff;
}

#footer__socials--list .footer__socials--item-linkedin:hover {
  background-color: #0a66c2;
}

#footer__socials--list .footer__socials--item-linkedin:hover .username {
  transform: translateY(-1em);
  visibility: visible;
  color: #0a66c2;
}

#footer__socials--list .footer__socials--item-linkedin:hover .linkedin {
  fill: #fff;
}

#footer__socials--list .footer__socials--item-dribbble:hover {
  background-color: #c32361;
}

#footer__socials--list .footer__socials--item-dribbble:hover .username {
  transform: translateY(-1em);
  visibility: visible;
  color: #c32361;
}

#footer__socials--list .footer__socials--item-dribbble:hover .dribbble {
  fill: #fff;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.with-arrow {
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #337ab7;
  color: #fff;
  border: 2px solid #337ab7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #3c87c8 !important;
  border-color: #3c87c8 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #4d4d4d;
  border: 1px solid #d9d9d9;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #337ab7;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn-fancy {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
}

.btn-fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: #000;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.btn-fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.btn-fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #fff;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.btn-fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #fff;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.btn-fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #fff;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.btn-fancy:hover {
  color: #fff;
  background: #000;
}

.btn-fancy:hover::before {
  width: 0.9375rem;
  background: #fff;
}

.btn-fancy:hover .text {
  color: #fff;
  padding-left: 1.5em;
}

.btn-fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.btn-fancy:hover .bottom-key-1,
.btn-fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

.view-details {
  text-align: right;
}

.view-details .cta {
  border: none;
  background: none;
}

.view-details .cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 0.8em;
  padding-right: 15px;
  text-transform: uppercase;
}

.view-details .cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.view-details:hover svg {
  transform: translateX(0);
}

.view-details:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.view-details:active svg {
  transform: scale(0.9);
}

.view-details .hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.view-details .hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 70px;
  transition: all 0.3s ease;
  display: none;
  cursor: pointer;
  z-index: 10;
}

.scroll-to-top button {
  font-size: 20px;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  border: 1px solid #b7c2c2;
  border-radius: 0.375rem;
  cursor: pointer;
  animation: scroll-to-top 1s infinite;
}

/* Phone */
.phone {
  position: relative;
  z-index: 2;
  width: 12rem;
  height: 12rem;
  background-color: inherit;
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Top */
.menu {
  /*   background-color: blue; */
  font-size: 80%;
  opacity: 0.4;
  padding: 0.8rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

.battery {
  width: 0.85rem;
  height: 0.45rem;
  background-color: black;
}

.network {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.8px 7.2px 6.8px;
  border-color: transparent transparent black transparent;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0.12rem 0.5rem;
}

/* Middle */
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px auto;
  text-align: center;
  width: 70%;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
}

.circle {
  position: relative;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
  margin: auto;
}

.crescent {
  position: absolute;
  border-radius: 100%;
  top: -5%;
  right: -10px;
  width: 3.5rem;
  height: 3.5rem;
  background: white;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

label,
.toggle {
  height: 2rem;
  border-radius: 100px;
}

.content label {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: relative;
  margin: 1rem 0;
  cursor: pointer;
}

.toggle {
  position: absolute;
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.names {
  font-size: 90%;
  font-weight: bolder;
  color: black;
  width: 65%;
  margin-left: 16.5%;
  margin-top: 3.5%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dark {
  opacity: 0.5;
}

.mark {
  border-radius: 100px;
  background-color: black;
}

.time {
  color: black;
}

/* -------- Switch Styles ------------*/
[type="checkbox"] {
  display: none;
}

/* Toggle */
[type="checkbox"]:checked + .app .toggle {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #34323d;
}

[type="checkbox"]:checked + .app .dark,
[type="checkbox"]:checked + .app .light {
  opacity: 1;
  color: white;
  margin-bottom: 0;
}

/* App */
[type="checkbox"]:checked + .app .body {
  background-color: #26242e;
  color: white;
}

/* Circle */
[type="checkbox"]:checked + .app .crescent {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #26242e;
}

[type="checkbox"]:checked + .app .circle {
  background: linear-gradient(40deg, #8983f7, #a3dafb 70%);
}

[type="checkbox"]:checked + .app .main-circle {
  background: linear-gradient(40deg, #8983f7, #a3dafb 70%);
}

[type="checkbox"]:checked + .time {
  color: white;
}

[type="checkbox"]:checked + .app .body .phone .menu .time {
  color: white;
}

[type="checkbox"]:checked + .app .body .phone .menu .icons .network {
  border-color: transparent transparent white transparent;
}

[type="checkbox"]:checked + .app .body .phone .menu .icons .battery {
  background-color: white;
}

[type="checkbox"]:checked + .app .body {
  border-radius: 40px;
}

.menu {
  /*   background-color: blue; */
  font-size: 80%;
  opacity: 0.4;
  padding: 0.8rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header {
  padding: 1.5em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

header.fixed {
  position: fixed;
  background: rgb(255, 255, 255);
  transition: 250ms;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

header .section-hh-navbar-brand {
  width: fit-content;
}

header .section-hh-navbar-brand .section-hh-logo {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 5px;
  padding: 7px;
  border: 1px solid #000;
  display: block;
  text-align: center;
  background: #000;
}

header .section-hh-navbar-brand .section-hh-logo span {
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
  color: #fff;
}

header .section-hh-navbar-brand .section-hh-logo:hover {
  text-decoration: none !important;
}

header .section-hh-navbar-brand .section-hh-logo:active,
header .section-hh-navbar-brand .section-hh-logo:focus {
  outline: none;
  text-decoration: none;
}

#footer {
  padding: 8em 0;
  display: block;
  width: 100%;
  background: #edf2f7;
}

#footer #footer__logo {
  font-size: 8rem;
  font-family: sign;
  text-transform: capitalize;
}

#footer #footer__logo p {
  font-size: 2.5rem;
  font-family: sign_two;
  margin-bottom: 0.5rem;
}

#footer .subscribe .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  background: #fafafa;
  font-weight: 400;
  margin-bottom: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#footer .subscribe .form-control:focus,
#footer .subscribe .form-control:active {
  box-shadow: none;
  border: 2px solid rgba(51, 122, 183, 0.8);
}

#footer .subscribe .btn-custom {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

h1.not-found__title {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 10%;
  height: 100%;
  max-height: -webkit-fill-available;
  width: 100%;
  z-index: 1;
  padding-top: 80px;
  margin: 0;
}

h1.not-found__title span {
  position: absolute;
  top: -999vw;
}

h1.not-found__title svg {
  height: 20vh;
  margin: 0 0.5vw;
  transition: height 0.1s ease-in-out;
}

h1.not-found__title svg:nth-of-type(1) {
  animation: item_not_found_1 1.6s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

@media (min-width: 1056px) {
  h1.not-found__title svg:nth-of-type(1) {
    animation-name: item_not_found_1_desktop;
  }
}

h1.not-found__title svg:nth-of-type(2) {
  animation: item_not_found_2 2s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

@media (min-width: 1056px) {
  h1.not-found__title svg:nth-of-type(2) {
    animation-name: item_not_found_2_desktop;
  }
}

h1.not-found__title svg:nth-of-type(3) {
  animation: item_not_found_3 2.4s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

@media (min-width: 1056px) {
  h1.not-found__title svg:nth-of-type(3) {
    animation-name: item_not_found_3_desktop;
  }
}

article.not-found__decs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: calc(100% - 40px);
  z-index: 100;
}

article.not-found__decs h2 {
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.1em;
  font-weight: 500;
  margin-top: 0;
}

article.not-found__decs p {
  font-size: clamp(18px, 2vw, 20px);
  margin-bottom: 0;
}

article.not-found__decs a {
  color: #337ab7;
}

/* =================== SCROLLBAR ================ */
/* ============================================== */
::-webkit-scrollbar {
  width: 0.7rem;
  background-color: hsl(190, 12%, 90%);
}

::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb {
  background-color: hsl(190, 12%, 75%);
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(190, 8%, 60%);
}

/* ================ END SCROLLBAR =============== */
/* ================ CUSTOM CLASS =============== */
.height-fit-content {
  height: fit-content !important;
}

.name-section {
  position: relative;
}

.outer-shadow {
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #eee;
}

.hover-in-shadow {
  position: relative;
  z-index: 1;
}

.hover-in-shadow:hover {
  box-shadow: 0 0 0 #d0d0d0, 0 0 0 #f8f8f8;
}

.hover-in-shadow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  z-index: -1;
}

.hover-in-shadow:hover::after {
  box-shadow: inset 3px 3px 3px #d0d0d0, inset -3px -3px 3px #f8f8f8;
}

/* ============= END CUSTOM CLASS =============== */
* {
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #fafafa;
  color: gray;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  color: #337ab7;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

a:hover {
  color: #337ab7;
}

a:focus,
a:active {
  outline: none;
}

p,
span {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: "Karla", Arial, sans-serif;
}

ul,
ol {
  display: block;
  margin-bottom: 1.5em;
}

span {
  margin: 0;
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#section-hh-page {
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  height: 100vh;
}

.menu-show #section-hh-page {
  position: relative;
}

.menu-show #section-hh-page:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  animation: all linear 0.3s;
}

#section-hh-main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4em 40px 40px 40px;
  width: 360px;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 1002;
  text-align: center;
  transform: translateX(360px);
  transition: all linear 0.3s;
}

#section-hh-main-nav .section-hh-nav-toggle {
  position: absolute;
  top: 10px;
  right: 25px;
  padding: 20px;
  height: 44px;
  width: 44px;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#section-hh-main-nav .section-hh-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

.menu-show #section-hh-main-nav {
  transform: translateX(0px);
}

#section-hh-main-nav ul {
  padding: 0;
  margin: 0 0 3em 0;
}

#section-hh-main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

#section-hh-main-nav ul li a {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

#section-hh-main-nav ul li a:hover,
#section-hh-main-nav ul li a:active,
#section-hh-main-nav ul li a:focus {
  color: rgb(0, 0, 0);
  outline: none;
  text-decoration: none;
}

#section-hh-main-nav ul li.active a {
  color: #337ab7;
}

#section-hh-main-nav .form-group {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #section-hh-main-nav .form-group {
    width: 100%;
  }
}

#section-hh-main-nav .form-group input::-webkit-input-placeholder {
  color: #333333;
}

#section-hh-main-nav .form-group input::-moz-input-placeholder {
  color: #333333;
}

#section-hh-main-nav .form-group input::-ms-input-placeholder {
  color: #333333;
}

#section-hh-main-nav .form-group input::-o-input-placeholder {
  color: #333333;
}

#section-hh-main-nav .form-group input::input-placeholder {
  color: #333333;
}

#section-hh-main-nav #search {
  font-size: 14px;
  width: 100%;
  padding-right: 3em;
  border: none;
  border: 2px solid #f2f2f2;
  background: #fafafa;
  color: #333333 !important;
}

#section-hh-main-nav button {
  position: absolute;
  top: 0;
  right: -4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #337ab7;
  color: #fff;
  border: none;
  padding: 16px;
}

#section-hh-main-nav #email {
  font-size: 18px;
  width: 100%;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
}

#section-hh-subscribe,
#section-hh-instagram,
#section-hh-contact,
#section-hh-work,
#section-hh-blog,
#section-hh-progress,
#section-hh-contact,
#section-hh-about {
  padding: 10em 0;
  clear: both;
  position: relative;
}

.rotate {
  position: absolute;
  top: 0.4em;
  left: -30px;
}

.rotate .heading {
  font-family: "Karla", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  position: relative;
}

.rotate .heading:after {
  position: absolute;
  top: 10px;
  right: -40px;
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
}

.about-desc {
  padding-top: 1em;
}

.about-desc h2 {
  line-height: 1.3;
}

.about-desc h2 span {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 50px;
  font-family: "Playfair Display", Georgia, serif;
}

.about-desc .desc {
  padding-left: 6em;
  position: relative;
}

.about-desc .rotate {
  position: absolute;
  top: 7px;
  left: 30px;
}

.about-desc .rotate .heading {
  font-family: "Karla", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left top 0;
  position: relative;
}

.about-desc .rotate .heading:after {
  position: absolute;
  top: 8px;
  right: -40px;
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
}

.bold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 250px;
  color: #f0f0f0;
  font-weight: 700;
  z-index: -1;
}

.intro-heading {
  margin-bottom: 3em;
}

.intro-heading h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
  color: #000;
  position: relative;
}

.intro-heading span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #bfbfbf;
  font-weight: 600;
}

.services-img,
.work-img,
.gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.progress-head {
  font-size: 22px;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border: 1px solid #000;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  font-size: 32px;
  line-height: 125px;
  text-align: center;
  position: absolute;
  top: 7.5%;
  left: 7.5%;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-value {
  color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #fdba04;
}

.progress.yellow .progress-value {
  color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
  border-color: #ed687c;
}

.progress.pink .progress-value {
  color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
  border-color: #1abc9c;
}

.progress.green .progress-value {
  color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(125deg);
    transform: rotate(125deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}

.services-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}

.services-flex .one-third {
  width: 55%;
  padding: 3em 2em 3em 0;
}

.services-flex .one-forth {
  width: 45%;
}

.services-flex .one-forth .one-third,
.services-flex .one-forth .one-forth {
  display: inline-block;
}

.services-flex .one-third,
.services-flex .one-forth {
  display: inline-block;
}

.services {
  margin-bottom: 4em;
}

.services h3 {
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.services ul li {
  list-style: none;
  margin-bottom: 10px;
}

.services ul li::before {
  content: "•";
  color: #000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.work-entry {
  display: block;
  margin-bottom: 5em;
  width: 100%;
  float: left;
}

.work-entry .work-img {
  width: 100%;
  height: 700px;
  margin-bottom: 40px;
  display: table;
  text-align: center;
  text-decoration: none;
}

.work-entry .work-img .display-t {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
  position: relative;
  z-index: 0;
}

.work-entry .work-img .display-t:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-entry .work-img .display-t .work-name {
  display: inline-block;
  padding: 4em 3em;
  background: #fff;
  -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-entry .work-img .display-t .work-name h2 {
  margin: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-entry .work-img:hover .display-t:after {
  opacity: 1;
}

.work-entry .work-img:hover .display-t .work-name {
  padding: 4.5em 3.5em;
}

.work-entry .work-img:hover .display-t .work-name h2 {
  font-size: 34px;
}

#section-hh-blog .owl-carousel {
  z-index: 0;
}

#section-hh-blog .owl-carousel .owl-stage-outer {
  z-index: -1;
}

#section-hh-blog .owl-theme .owl-nav [class*="owl-"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  /* background: #fff; */
  padding: 5px 5px;
  opacity: 1;
}

#section-hh-blog .owl-theme .owl-nav [class*="owl-"] .owl-direction {
  background: transparent;
  color: #000;
  box-shadow: none;
  border: none;
}

.article {
  display: block;
  margin-bottom: 6em;
}

.article .blog-img {
  margin-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.article .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.article .blog-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article .blog-img .link {
  position: absolute;
  bottom: 0;
  left: 90%;
  display: table;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.article .blog-img .link .read {
  display: table-cell;
  vertical-align: middle;
  font-family: "Karla", Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0;
  position: relative;
}

.article .blog-img .link .read:after {
  position: absolute;
  top: 10px;
  left: -50px;
  content: "";
  background: #fff;
  width: 40px;
  height: 1px;
}

.article .blog-img:hover .overlay {
  opacity: 1;
}

.article .blog-img:hover .link {
  opacity: 1;
  bottom: 50px;
}

.article .blog-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.article .desc {
  position: relative;
}

.article .desc .meta {
  position: absolute;
  top: -80px;
  left: 20px;
  background: #ffe9e3;
  color: #000;
  padding: 20px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
}

.article .desc h2 {
  font-size: 24px;
}

.article .desc h2 a {
  text-decoration: none;
  color: #000;
}

.article:hover .meta {
  background: #fff;
}

.f-entry {
  position: relative;
  margin-bottom: 40px;
}

.f-entry .desc h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.f-entry .desc h3 a {
  color: #4d4d4d;
  text-decoration: none;
}

.f-entry .desc span {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.row-padded-bottom {
  margin-bottom: 4em;
}

.col-pb-sm {
  margin-bottom: 5em !important;
}

.col-pb-sm:last-child {
  margin-bottom: 0;
}

.section-hh-nav-toggle {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 0;
  float: right;
}

.section-hh-nav-toggle .menubar {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.section-hh-nav-toggle .menubar span {
  position: relative;
  background-color: transparent;
  height: 2px;
  width: 20px;
  display: block;
  margin: 7px;
  border-radius: 20px;
}

.section-hh-nav-toggle .menubar .first-span {
  width: 35px;
}

.section-hh-nav-toggle .menubar .first-span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

.section-hh-nav-toggle .menubar .second-span {
  width: 35px;
}

.section-hh-nav-toggle .menubar .second-span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 75%;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}

.section-hh-nav-toggle .menubar .third-span {
  width: 35px;
}

.section-hh-nav-toggle .menubar .third-span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}

.section-hh-nav-toggle .menubar:hover {
  opacity: 1;
}

.section-hh-nav-toggle .menubar:hover .second-span::before,
.section-hh-nav-toggle .menubar:hover .first-span::before {
  width: 100%;
}

.section-hh-nav-toggle .navigation-close {
  position: absolute;
  top: 6%;
  right: 4%;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.section-hh-nav-toggle .navigation-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.section-hh-nav-toggle .navigation-close .close-first,
.section-hh-nav-toggle .navigation-close .close-second {
  height: 2px;
  width: 35px;
  background-color: rgb(0, 0, 0);
  display: block;
  margin: 4px;
  cursor: pointer;
  padding: 1px;
  border-radius: 20px;
}

.section-hh-nav-toggle .navigation-close .close-first {
  transform: rotate(45deg);
}

.section-hh-nav-toggle .navigation-close .close-second {
  transform: rotate(-45deg);
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 60px;
}

.contact-info li span {
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-info li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.contact-info li a {
  color: #337ab7;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: transparent;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.form-control:focus,
.form-control:active {
  box-shadow: none;
  border: transparent;
}

input[type="text"] {
  height: 40px;
}

.form-group {
  margin-bottom: 22px;
}

.section-hh-social-icons a:hover,
.section-hh-social-icons a:focus {
  text-decoration: none !important;
}

.section-hh-social-icons i {
  font-size: 24px;
  color: #337ab7;
}

.js .animate-box {
  opacity: 0;
}

.tag-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5em;
  color: #050505;
  position: relative;
  font-family: "Karla", Arial, sans-serif;
}

.related-title {
  font-size: 20px;
  color: #050505;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Karla", Arial, sans-serif;
  text-align: left;
}
