/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
body,
html {
  height: 100%;
}
body {
  background: #191919;
  background-size: 100%;
  color: #343d48;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
header {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* position: fixed; */
  left: 0;
  top: 0;
  padding: 30px 0;
  background-color: black;
  /* z-index: 999; */
}
header .logo {
  width: 160px;
  margin: 0px auto;
  padding: 0px;
}
header .logo img {
  width: 100%;
}
.intro {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #000000;
  min-height: 100vh;
  float: left;
}
.navigation {
  width: auto;
  position: fixed;
  left: 50%;
  bottom: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #303234;
  padding: 0.5rem 0.8rem;
  border-radius: 10px;
  transform: translateX(-50%);
  transition: 0.3s all;
  z-index: 999;
}
.navigation .menu {
  max-width: 100%;
  transition: width 750ms ease-in-out;
  overflow: hidden;
}
.navigation .menu ul {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navigation .menu ul li {
  margin: 0 0.5rem;
  height: 100%;
  font-size: 1rem;
}
.navigation .menu ul li a {
  background: #101010;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 18px;
  border: 1px solid transparent;
  transition: all 0.3s;
  line-height: 1;
}
.navigation .menu ul li a:hover {
  border: 1px solid #ffbe1a;
  color: #ffbe1a;
}
.navigation .menu ul li a.active {
  background: #ffbe1a;
  color: #040505;
}
.navigation .menu.active {
  width: 100%;
}
.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  background: #101010;
  border-radius: 10px;
  padding: 12px;
}
.menu-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.menu-icon .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.menu-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.menu-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.menu-icon.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.menu-icon.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.menu-icon.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.about {
  width: 100%;
  margin: 0px;
  padding: 5rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.about .about-details {
  width: 42%;
  margin: 0px 3rem 0 0rem;
  padding: 0px;
}
.about .thumbnail {
  width: 45%;
  margin: 0px;
  padding: 0px;
}
.about .thumbnail img {
  width: 100%;
}
section h3 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #c9c9c9;
  font-weight: 400;
}
section h2 {
  font-size: 2.25rem;
  margin: 0 0 2rem 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}
section p {
  font-size: 1.25rem;
  margin: 0 0 2rem 0;
  padding: 0;
  color: #c9c9c9;
  font-weight: 400;
  line-height: 1.5;
}
section h1 {
  font-size: 3rem;
  margin: 0 0 2rem 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}
.showcase {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.wrapper {
  width: 80%;
  margin: 0px auto;
  padding: 0px;
}
.title-with-cta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.title-with-cta .title {
  width: 87%;
  margin: 0px 0% 0 0;
  padding: 0px;
}
.title-with-cta .cta {
  margin: 1rem 0;
}
.cta {
  width: auto;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.cta a {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: #303234;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  display: flex;
}
.cta a:hover {
  color: #ffbe1a;
  border: 1px solid #ffbe1a;
}
.cta a span {
  background: #101010;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 10px;
  margin-right: 0.5rem;
  transition: all 0.3s;
  width: 24px;
  height: 24px;
  background: url(../images/arrow.png) right center no-repeat;
}
.cta a:hover span {
  background: url(../images/arrow.png) left center no-repeat;
}
.showcase .tile-holder {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
.showcase .tile-holder .tile-sm {
  width: 48.1%;
  margin: 0.6rem 0;
  padding: 0px;
  min-height: 560px;
  position: relative;
  border-radius: 20px;
}
.showcase .tile-holder .tile-sm .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 20px;
}
.showcase .tile-holder .tile-sm .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.showcase .tile-holder .tile-sm img {
  width: 100%;
  display: block;
}
.showcase .tile-holder .tile-lg {
  width: 100%;
  margin: 0.6rem 0;
  padding: 0px;
  min-height: 560px;
  position: relative;
  border-radius: 20px;
}
.showcase .tile-holder .tile-lg img {
  width: 100%;
  display: block;
}
.orange {
  background: #e54f30;
}
.green {
  background: #3dd119;
}
.blue {
  background: #5323c2;
}
.caption {
  width: 60%;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: #1e2122;
  border-radius: 10px;
  padding: 0.8rem;
  z-index: 2;
}
.caption .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.caption .head .left {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.caption .head .left img {
  width: auto;
}
.caption .head .tags {
  width: 50%;
  margin: 0px;
  padding: 0px;
}
.caption .head .tags ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.caption .head .tags ul li {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.caption .head .tags ul li a {
  display: inline-block;
  margin: 0px;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ffffff;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.caption .desc {
  width: 100%;
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin: 1rem 0;
  position: relative;
}
.caption .desc .btn {
  width: auto;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.caption .desc .btn a {
  color: #ffffff;
  display: block;
  background: #101010;
  padding: 0.5rem;
  border-radius: 10px;
}
.showcase .tile-holder .tile-lg .caption {
  width: 30%;
}
.experties {
  width: 100%;
  margin: 0px;
  padding: 5rem 0;
}
.experties h2 {
  width: 85%;
}
.experties .grid {
  width: 90%;
  margin: 0px auto;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experties .grid .left {
  width: 40%;
  margin: 0px;
  padding: 0px;
}
.experties .grid .left img {
  width: 100%;
}
.experties .grid .right {
  width: 50%;
  margin: 0px;
  padding: 0px;
}
.experties .grid .right .tags {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.experties .grid .right .tags ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.experties .grid .right .tags ul li {
  margin: 0px 0.5rem 0 0;
  padding: 0px;
  font-size: 0.875rem;
}
.experties .grid .right .tags ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 0.3rem 1rem;
}
.experties .grid .right h3 {
  margin: 1.2rem 0;
  font-size: 3rem;
  color: #ffffff;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}
.experties .grid .right p {
  margin: 0rem 0 0rem 0;
  font-size: 1.125rem;
  color: #c9c9c9;
  padding: 0 0 1.2rem 0;
  line-height: 1.5;
}
.client-showcase {
  width: 100%;
  margin: 0px 0 3rem 0;
  padding: 0px;
}
.client-showcase .cont {
  width: 55%;
  margin: 0px;
  padding: 0px;
}
.client-showcase .cont p {
  margin: 0;
  padding: 0;
}
.client-showcase .logos {
  width: 100%;
  margin: 1rem 0;
  padding: 0px;
}
.client-showcase .logos ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.client-showcase .logos ul li {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.contact-us {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contact-us .form-container {
  width: 100%;
  background: rgb(255, 190, 26);
  background: linear-gradient(
    180deg,
    rgba(255, 190, 26, 1) 0%,
    rgba(255, 184, 8, 1) 100%
  );
  border-radius: 30px;
  padding: 1.5rem 3rem;
}
.contact-us .form-container h4 {
  font-size: 3rem;
  color: #040505;
  margin: 0;
  padding: 0;
  font-weight: 800;
}
.contact-us .form-container .form {
  width: 100%;
  margin: 0px;
  padding: 2rem 0 0 0;
}
.contact-us .form-container .form ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0;
}
.contact-us .form-container .form ul li {
  width: auto;
  font-size: 1rem;
  margin: 0 1rem 0 0;
  padding: 0px;
}
.contact-us .form-container .form ul li:last-child {
  margin: 0;
}
.contact-us .form-container .form ul li.sm {
  width: 38%;
}
.contact-us .form-container .form ul li.lg {
  width: 80%;
}
.contact-us .form-container .form ul li.full {
  width: 90%;
}
.contact-us .form-container .form ul li input[type="text"] {
  border: none;
  background: rgba(255, 255, 255, 0.53);
  padding: 0rem 1rem;
  font-size: 1.2rem;
  color: #040505;
  width: 100%;
  font-style: italic;
  border-radius: 5px;
  font-weight: 600;
  height: 54px;
}
.nav-arrow {
  transform: rotate(-90deg);
}
.contact-us .form-container .form ul li input[type="text"]:focus {
  outline: none;
}
.contact-us .form-container .form ul li label {
  font-size: 1.875rem;
  color: #040505;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.contact-us .form-container .form ul li input[type="radio"] {
  display: none;
}
.contact-us .form-container .form ul li input[type="radio"]:checked + label {
  background-color: #0d0101 !important;
  color: white;
}
.contact-us .form-container .form ul li .custom-radio-button-label {
  transition: all 0.3s linear;
  float: left;
  display: block;
  /* -webkit-appearance: button; */
  -moz-appearance: button;
  -ms-appearance: button;
  background: rgba(255, 255, 255, 0.53);
  font-size: 1.2rem;
  padding: 0 10px;
  width: 22%;
  height: auto;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.contact-us .form-container .form ul li .custom-radio-button-label:hover {
  border: 1px solid #000;
}

.contact-us .form-container .form ul li fieldset {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-us .form-container .form ul li legend {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.contact-us .form-container .form ul li .control {
  position: relative;
  margin: 5px;
  cursor: pointer;
  width: 22%;
}
.contact-us .form-container .form ul li .control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.contact-us .form-container .form ul li .control__content {
  display: block;
  align-items: center;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  line-height: 32px;
  color: #0d0101;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 5px;
  width: 100%;
  text-align: center;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us .form-container .form ul li .control:hover .control__content {
  background-color: rgba(0, 0, 0, 1);
  color: #ffffff;
}

.contact-us
  .form-container
  .form
  ul
  li
  .control
  input:focus
  ~ .control__content {
  background-color: rgba(0, 0, 0, 1);
  color: #ffffff;
}

.contact-us
  .form-container
  .form
  ul
  li
  .control
  input:checked
  ~ .control__content {
  background-color: rgba(0, 0, 0, 1);
  color: #ffffff;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tacbox {
  display: block;
}
.tacbox label {
  font-size: 1rem !important;
  vertical-align: middle;
}
.tacbox label a {
  color: #040505;
}
.tacbox input[type="checkbox"] {
  height: 2em;
  width: 2em;
  vertical-align: middle;
}
.contact-us .form-container .form ul li button {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: #303234;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.contact-us .form-container .form ul li button:hover {
  color: #ffbe1a;
  border: 1px solid #ffbe1a;
}
.contact-us .form-container .form ul li button span {
  background: #101010;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 10px;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.contact-us .form-container .form ul li button:hover span {
  transform: translateX(10px);
}
.contact-us .form-container .btm-container {
  width: 100%;
  margin: 1rem 0;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-us .form-container .btm-container .left {
  width: 45%;
  margin: 0px;
  padding: 0px;
  font-size: 1.875rem;
  color: #040505;
  font-weight: 800;
}
.contact-us .form-container .btm-container .left a {
  color: #040505;
  text-decoration: none;
}
.contact-us .form-container .btm-container .left span {
  display: block;
  font-size: 1.125rem;
  color: #040505;
  font-weight: 400;
}
.contact-us .form-container .btm-container .right {
  width: 45%;
  margin: 0px;
  padding: 0px;
  font-size: 1.875rem;
  color: #040505;
  font-weight: 800;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.contact-us .form-container .btm-container .right a {
  color: #040505;
  text-decoration: none;
}
.contact-us .form-container .btm-container .right span {
  display: block;
  font-size: 1.125rem;
  color: #040505;
  font-weight: 400;
}
.contact-us .form-container .btm-container .right .social {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contact-us .form-container .btm-container .right .social ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-us .form-container .btm-container .right .social ul li {
  list-style: none;
  margin: 0px 0 0 1.5rem;
  padding: 0px;
  width: 33px;
}
.contact-us .form-container .btm-container .right .social ul li svg {
  width: 100%;
}
.contact-us .form-container .btm-container .right .social ul li a:hover svg {
  fill: red;
}
.blogs {
  width: 100%;
  margin: 0px 0 3rem 0;
  padding: 0px;
}
.blogs .title-with-cta .title {
  width: 65%;
}
.blogs .blog-articles {
  width: 100%;
  margin: 0px;
  padding: 2rem 0;
}
.blogs .blog-articles ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.5rem;
  padding: 0;
  margin: 0;
}
.blogs .blog-articles ul li {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.blogs .blog-articles ul li .thumb {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.blogs .blog-articles ul li .thumb img {
  display: block;
  width: 100%;
}
.blogs .blog-articles ul li .thumb span {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 0.3rem 1rem;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.blogs .blog-articles ul li .title {
  font-size: 24px;
  margin: 0px;
  padding: 1rem 0 0.5rem 0;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 700;
}
.blogs .blog-articles ul li .date {
  font-size: 14px;
  margin: 0px;
  font-weight: 300;
}
footer {
  width: 100%;
  margin: 0px;
  padding: 4rem 0 2rem 0;
  background: #191b1d;
  color: #ffffff;
}
footer .left {
  width: 50%;
  margin: 0px;
  padding: 0px;
}
footer .right {
  width: 50%;
  margin: 0;
  padding: 0px;
}
footer .right ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .right ul li {
  margin-left: 1rem;
}
footer .right ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .right ul li a:hover {
  color: #ffbe1a;
}

#curtain {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #1e1e2f;
  animation: loadingAnim 0.5s ease 0.5s 1 forwards;
  pointer-events: none;
}

@keyframes loadingAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

main {
  text-align: center;
  font-size: 1.2rem;
  padding: 1em 2em 4em;
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.6em;
  background: #1e1e2f;
}

::-webkit-scrollbar-thumb {
  background: #2c3e51;
  border-radius: 0.5em;
}

#preload_this_stupid_macho_man_gif {
  display: none;
  background-image: url("https://res.cloudinary.com/dh8f9mhto/image/upload/v1555700701/01%20-%20%20Fake%20Chat%20Landing%20Page/04.gif");
}

/* Chat Area - Containers */
main section {
  margin: 0;
  clear: both;
  float: left;
  width: 100%;
}
.margin-botton-message-consecutive {
  margin-bottom: 0.5rem;
}

.margin-botton-message-consecutive-gif {
  margin-bottom: 1.5rem;
  /* width: 100%; */
}

.margin-botton-message-nonconsecutive {
  margin-bottom: 1.5rem;
}

.consecutive-messages {
  padding: 1.5rem 0;
}

.message {
  display: inline;
  border-radius: 1.15em;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
}

.chat_left .message {
  float: left;
  background-color: #fff;
  color: #000000;
  word-wrap: break-word;
  width: 40%;
  text-align: left;
  border-bottom-left-radius: 0px;
  padding: 0.875rem;
}
.chat_left .message.image {
  background: none;
}
.chat_left .message.image .text {
  vertical-align: bottom;
  display: inline-block !important;
}
.chat_left .message.image .text img {
  display: block !important;
  width: 275px;
}
.chat_right .message {
  float: right;
  background-color: #ffbe1a;
  color: #000000;
  word-wrap: break-word;
  width: 40%;
  text-align: left;
  border-bottom-right-radius: 0px;
  padding: 0.875rem;
}
.chat_right .message.image {
  background: none;
}

.chat_right .message.image .text {
  display: inline-block !important;
  vertical-align: bottom;
}
.chat_right .message.image .text img {
  width: 275px;
  display: block !important;
  border-radius: 20px;
}

.image {
  height: 11.7em;
  font-family: "bra_rg_nr";
  line-height: 0;
  margin: 1em 0;
}

.image_in {
  display: inline-block;
  padding: 0.35em;
  border-radius: 1.15em;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.image .message {
  display: none;
  line-height: 2.3em;
}

.gif_container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 0.9em;
  height: 11em;
  width: 14.9em;
}

/* Chat Area - Portrait */
.portrait {
  display: inline;
  line-height: 2.3em;
  height: 2.3em;
  width: 2.3em;
  border-radius: 50%;
  background-size: cover;
}

.chat_left .portrait {
  float: left;
  margin-right: 0.7em;
  background-image: url("https://res.cloudinary.com/dh8f9mhto/image/upload/v1572229633/01%20-%20%20Fake%20Chat%20Landing%20Page/01.jpg");
}

.chat_right .portrait {
  float: right;
  margin-left: 0.7em;
  background-image: url("https://res.cloudinary.com/dh8f9mhto/image/upload/v1572229633/01%20-%20%20Fake%20Chat%20Landing%20Page/02.jpg");
}

/* Chat Area - Content */
.address {
  color: #35bcff;
  user-select: all;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
  user-select: none;
  border: none;
  outline: none;
  text-decoration: underline;
}

.address:hover {
  color: #28fff7;
}

.emoji {
  height: 0;
  width: 1.5em;
  margin-left: 0.1em;
  display: inline-block;
  position: relative;
}

.emoji_in {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-image: url("https://res.cloudinary.com/dh8f9mhto/image/upload/v1555700699/01%20-%20%20Fake%20Chat%20Landing%20Page/03.png");
  background-size: cover;
  top: -1.05em;
}

.gif {
  position: absolute;
  width: 15em;
  height: 11.5em;
  background-image: url("../images/img-6.gif");
  background-size: cover;
  display: inline-block;
  top: -0.05em;
  left: -0.05em;
  box-shadow: 0 0 10px -4px inset #000;
  filter: blur(0.7px);
}
.gif2 {
  position: absolute;
  width: 15em;
  height: 11.5em;
  background-image: url("../images/img-7.gif");
  background-size: cover;
  display: inline-block;
  top: -0.05em;
  left: -0.05em;
  box-shadow: 0 0 10px -4px inset #000;
  filter: blur(0.7px);
}

.gif_meta {
  position: absolute;
  bottom: 0.6em;
  right: 0.4em;
}

/* Chat Area - Meta */
.date {
  font-size: 0.5em;
  color: #adb5c1;
  font-weight: bold;
}

.chat_left .date {
  margin-left: 0.5em;
}

.chat_right .date {
  margin-right: 0.5em;
}

.status {
  font-size: 0.5em;
  letter-spacing: -0.2em;
  margin-right: 0.3em;
  color: #57d638;
}

.single,
.double {
  width: 1.19em;
  height: 0.68em;
}

section:not(:last-child) .single {
  display: none;
}

section:last-child .double {
  display: none;
}

/* Chat Area - Typing Animation */
.dot {
  transition: all 0.2s linear;
  -webkit-animation: typingAnim 1.5s infinite;
  animation: typingAnim 1.5s infinite;
  display: none;
}

.chat_left .dot {
  color: #dcc5dc;
}

.chat_right .dot {
  color: #c5d2dc;
}

.dot:nth-child(2) {
  animation-delay: 0.25s;
  margin-left: -0.2em;
}

.dot:nth-child(3) {
  animation-delay: 0.5s;
  margin-left: -0.2em;
}

@-webkit-keyframes typingAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typingAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 0.6em;
  }
}

@media screen and (orientation: portrait) {
  main {
    font-size: 1.2rem;
    padding: 0em 1em;
  }
}

/* Javascript Enabled */
.js .portrait {
  opacity: 0;
  transform: scale(0.8, 0.8) translateY(1em);
}

.js .message {
  opacity: 0;
  transform: scale(0.8, 0.8) translateY(1em);
}

.js main * {
  display: none;
}

.js .dot {
  display: inline;
}

.js svg path {
  display: inline;
}
.contact-us .form-container .form ul li label.error {
  font-size: 12px !important;
  position: absolute;
  bottom: -22px;
  left: 0;
  color: red;
}
.contact-us .form-container .form ul li #discuss label.error {
  bottom: -24px;
  width: 300px;
}
.contact-us .form-container .form ul li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about {
    width: 90%;
    margin: 0px auto;
    flex-direction: column-reverse;
  }
  .about .thumbnail {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about .about-details {
    width: 100%;
    margin: 0;
  }
  .title-with-cta {
    flex-direction: column;
  }
  .wrapper {
    width: 90%;
  }
  .title-with-cta .title {
    width: 100%;
  }
  section h2 {
    font-size: 2rem;
  }
  section p {
    font-size: 1.125rem;
  }
  section h1 {
    font-size: 2rem;
  }
  .showcase .tile-holder {
    flex-direction: column;
  }
  .showcase .tile-holder .tile-sm {
    width: 100%;
  }
  .experties h2 {
    width: 100%;
  }
  .experties .grid {
    flex-direction: column;
    width: 100%;
  }
  .experties .grid .right .tags ul {
    flex-wrap: wrap;
  }
  .experties .grid .left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .experties .grid .right {
    width: 100%;
  }
  .experties .grid .right .tags ul li {
    margin: 0 0.5rem 0.5rem 0;
  }
  .caption {
    width: 90%;
  }
  .client-showcase .cont {
    width: 100%;
  }
  .contact-us .form-container .form ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us .form-container .form ul li.sm {
    width: 100%;
    margin: 0;
  }
  .contact-us .form-container .form ul li.full {
    width: 100%;
  }
  .contact-us .form-container .form ul li.lg {
    width: 100%;
    flex-wrap: wrap;
  }
  .contact-us .form-container .form ul li input[type="text"] {
    text-align: center;
  }
  .contact-us .form-container .form ul li fieldset {
    flex-wrap: wrap;
  }
  .contact-us .form-container .form ul li .control {
    width: 45%;
  }
  .contact-us .form-container {
    padding: 1.5rem 1.5rem;
  }
  .contact-us .form-container h4 {
    font-size: 2rem;
    text-align: left;
  }
  .contact-us .form-container .form ul li label {
    font-size: 1.5rem;
  }
  .navigation .menu {
    width: 0;
  }
  .caption .desc {
    display: none;
  }
  .contact-us .form-container .form ul li .custom-radio-button-label {
    width: 45%;
    margin: 0.3rem 0;
    flex-wrap: wrap;
  }
  .navigation .menu ul {
    flex-direction: column;
  }
  .navigation {
    flex-direction: column-reverse;
  }
  .navigation .menu {
    width: 100%;
    display: none;
    transition: all 0.3s;
  }
  .navigation .menu.active {
    display: block;
  }
  .navigation .menu ul li {
    margin: 0.5rem;
    width: 100%;
  }
  .navigation .menu ul li:last-child {
    display: none;
  }
  .consecutive-messages {
    padding: 0.3rem 0;
  }
  .chat_left .message {
    float: left;
    background-color: #fff;
    color: #000000;
    word-wrap: break-word;
    width: 70%;
    text-align: left;
    padding: 0.875rem;
  }

  .chat_right .message {
    float: right;
    background-color: #ffbe1a;
    color: #000000;
    word-wrap: break-word;
    width: 70%;
    text-align: left;
    padding: 0.875rem;
  }
  .portrait {
    height: 0px;
  }
  .chat_left .portrait {
    display: none;
    background-image: none;
    /* background: #28fff7; */
  }
  .chat_right .portrait {
    display: none;
    background-image: none;
    /* background: #28fff7; */
  }
  .blogs .blog-articles ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
  }
  .showcase .tile-holder .tile-sm {
    width: 100%;
    margin: 0.6rem 0;
    padding: 0px;
    min-height: 360px;
    position: relative;
    border-radius: 20px;
  }
  .footer-new-nav {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
