* {
  box-sizing: border-box;
}

:root {
  --reine-body-font-family: Jost;
  --reine-headings-font-family: Vollkorn;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", monospace;
  transition: all 0.3s linear;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.sec-title {
  font-family: "neue-haas-grotesk-display";
}

.fs-14 {
  font-size: 14px;
}

.default-padding {
  padding: 8rem 0;
}

.section-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-id {
  display: block;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.title-element {
  color: #363636;
  letter-spacing: -0.75px;
  font-weight: 400 !important;
  margin-bottom: 0;
  font-size: 40px;
  font-family: var(--reine-headings-font-family);
}

ul li {
  list-style-type: none;
}

.btn--tra-black {
  color: #262b2f !important;
  background-color: transparent !important;
  border-color: #262b2f !important;
}
.btn--tra-black:hover {
  color: #fff !important;
  background-color: #262b2f !important;
}
.btn--tra-black.w-full {
  padding: 13px 4rem;
}

nav .container {
  background-color: rgba(240, 235, 235, 0.11);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9999;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}
nav .container #logo-dark {
  display: none;
}
nav .container #logo-light {
  display: block;
}
nav .container.active {
  position: fixed;
  background-color: #fff;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
nav .container.active .nav-item a,
nav .container.active .nav-item i {
  color: #302f2f !important;
}
nav .container.active #logo-dark {
  display: block;
}
nav .container.active #logo-light {
  display: none;
}
nav .container.active .toggle-icon i {
  color: #000;
}
nav .container .brand {
  width: 120px;
}
nav .container .toggle-icon {
  display: none;
  cursor: pointer;
}
nav .container .toggle-icon i {
  color: #f5f1f1;
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  nav .container .toggle-icon {
    display: block;
  }
}
nav .container .nav-items-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 780px) {
  nav .container .nav-items-links {
    display: none;
  }
}
nav .container .nav-items-links .navbar-nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}
nav .container .nav-items-links .navbar-nav .nav-item a {
  color: #f3e6e3;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
nav .container .nav-items-links .navbar-nav .nav-item a:hover {
  letter-spacing: 1px;
}
nav .container .media i {
  color: #f3e6e3;
  font-size: 20px;
  padding-left: 1rem;
}
@media screen and (max-width: 500px) {
  nav .container .media {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  top: 45%;
  left: 180%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 50%;
  padding: 30px;
  border-top: #eea898;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mobile-nav.active {
  left: 100%;
}
@media screen and (min-width: 366px) {
  .mobile-nav.active {
    left: 86%;
  }
}
@media screen and (min-width: 780px) {
  .mobile-nav {
    display: none;
  }
}

#hero {
  background: url("img/background-image.jpg");
  background-color: #000;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 14rem 0;
  position: relative;
}
#hero .background-overlay {
  background: rgba(0, 0, 0, 0.5215686275);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#hero .hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  width: 75%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  #hero .hero-content {
    width: 100%;
  }
}
#hero .hero-content hr {
  width: 33%;
  margin: auto;
}
#hero .hero-content h1 {
  font-size: 5.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  #hero .hero-content h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  #hero .hero-content h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 300px) {
  #hero .hero-content h1 {
    font-size: 50px;
  }
}
#hero .hero-content p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}
@media screen and (max-width: 780px) {
  #hero .hero-content p br {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #hero .hero-content p {
    font-size: 16px;
  }
}

#about {
  background-color: #fff;
}
#about p {
  font-size: 14px;
}
#about .txt-block .btn {
  margin-top: 30px;
}
#about .elementor a {
  box-shadow: none;
  text-decoration: none;
}
#about .elementor-140 {
  width: 80%;
}
@media screen and (max-width: 780px) {
  #about .col-lg-6.col-sm-12:last-child {
    display: none;
  }
}

.skills img {
  width: 80px;
  margin-bottom: 30px;
}
.skills .text-extra-small {
  margin-bottom: 2px;
  font-size: 12px;
}
.skills h4 {
  line-height: 1.25;
  font-size: 24px;
}
.skills .offset-top-20.small {
  margin-top: 20px;
  font-size: 11px;
}

.clients img {
  width: 60px;
  margin-bottom: 30px;
}

.pricing .box-planning-type-1 {
  width: 100%;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.pricing .box-planning-type-1.active .box-planning-label {
  position: absolute;
  top: -35px;
  right: -35px;
  font-size: 11px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
.pricing .box-planning-type-1.active .box-planning-label .box-planning-svg {
  width: 150px;
  height: 150px;
  fill: #ff4514;
}
.pricing .box-planning-type-1.active .box-planning-label > span {
  right: 32px;
  top: 48px;
  transform: rotate(47deg);
  color: #fff;
  position: absolute;
}
.pricing .box-planning-type-1.active .box-planning-label {
  position: absolute;
  top: -35px;
  right: -35px;
  font-size: 11px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
.pricing .box-planning.active .box-planning-label {
  display: block;
}
.pricing .box-planning h2,
.pricing .box-planning .h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.pricing .box-planning .small {
  margin-top: 0;
  color: #434345;
  font-size: 10px;
}
.pricing .page .text-spacing-120 {
  letter-spacing: 0.12em;
}
.pricing hr:not([size]) {
  height: 1px;
}
.pricing .hr-gradient {
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d9d9d9), color-stop(100%, white));
  background: linear-gradient(to right, white 0%, #d9d9d9 50%, white 100%);
}
.pricing hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}
.pricing .box-planning-type-1 .list {
  font-size: 15px;
}
.pricing p,
.pricing .p,
.pricing .list {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pricing .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pricing .page .text-darker {
  color: #434345 !important;
}
.pricing .box-planning .list span + span,
.pricing .box-planning .list-separated span + span {
  margin-left: 6px;
}
.pricing .box-planning .btn {
  margin-top: 35px;
}
.pricing html *:last-child {
  margin-bottom: 0;
}
.pricing a.btn.d-block.btn-primary {
  color: #191919;
  background-color: transparent;
  border: 1px solid #ff4514;
}
.pricing a.btn.d-block.btn-primary:hover {
  background-color: #ff4514;
  border: 1px solid #302f2f;
  color: #fff;
}
.pricing .box-planning-type-1 {
  max-width: 300px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.pricing .box-planning {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 11%;
}

.footer-minimal {
  padding-top: 105px;
  padding-bottom: 120px;
  background: #343333;
  text-align: center;
}
.footer-minimal .brand .brand-logo {
  width: 300px;
}
.footer-minimal .footer-minimal-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0;
  gap: 10px;
  padding: 13px 0;
}
.footer-minimal .footer-minimal-nav li {
  list-style: none;
}
.footer-minimal .footer-minimal-nav li > a {
  color: #f3e6e3;
  text-decoration: none;
  font-size: 15px;
}
.footer-minimal p.rights {
  color: rgba(179, 179, 179, 0.4509803922) !important;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

.flip-clock-dot.top {
  top: 30px;
}

.flip-clock-dot.bottom {
  bottom: 30px;
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both;
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both;
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(1, 0.27, 0.32, 0.98);
}
.preloader.active {
  top: 100%;
}
.preloader .preload-circle {
  width: 130px;
  height: 130px;
  border-top: 3px solid #cdcdcd;
  border-left: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  animation: turnx 1s cubic-bezier(0.64, 0.51, 0.15, 1.02) infinite;
}
.preloader .logo {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes turnx {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}/*# sourceMappingURL=main.css.map */