/*-----------------------------------------------------------------
[Table of contents]

00. General Style
01. Header/Navbar
02. Project
03. Customize
04. About
05. Service
06. Testimonial
07. Next Page
08. Single Project
09. Contact

==================================================================*/

/* ==========================================================================
                            [00] General Style
   ========================================================================== */

/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*preloader */
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #181818;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#preloader p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.loader-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader-logo img {
  height: 40px;
}

.mt-full {
  margin-top: 100vh !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: #ffff;
}

::-webkit-scrollbar-thumb {
  background: #222222;
}

/* ----------------------------------------------------------------
                        [ 01 Navbar/Header ]
-----------------------------------------------------------------*/

.bg_block_first {
  z-index: 97;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  background: #179a38;
}

.bg_block_second {
  z-index: 97;
  position: fixed;
  width: 100%;
  height: 0;
  bottom: 0;
  background: #179a38;
}

.nav-burger {
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 99;
}

.toggle-btn {
  position: relative;
  width: 50px;
  height: 50px;
  right: 0px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 100%;

  cursor: none;
  transition: all 0.4s ease;
}

.burger-menu {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.toggle-btn:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.one {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background: #179a38;
}

.two {
  display: block;
  position: relative;
  width: 25px;
  height: 2px;
  background: #179a38;
  margin-top: 4px;
}

.tre {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background: #179a38;
  margin-top: 4px;
}

.menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 98;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-text p {
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}

.data {
  text-align: center;
  width: 70%;
}

.hide {
  display: none;
}

.data ul {
  padding: 0;
}

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

.menu li {
  color: #fff;
}

.menu-link {
  font-family: "Commissioner", serif;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-weight: 800;
  margin: 5px 0;
  padding: 0 10px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.menu-link.hide {
  opacity: 0;
  visibility: hidden;
}

.menu-link:hover {
  opacity: 0.5;
}

.menu-link.active {
  opacity: 1;
}

.bg-nav {
  position: fixed;
  z-index: 22;
  background: #222222;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.links {
  margin: 0;
}

.multimenu {
  position: absolute;
  margin: 10px 0;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.multimenu.active {
  opacity: 1;
  visibility: visible;
}

ul.multimenu li {
  display: inline;
  margin: 0 10px;
}

ul.multimenu li a {
  transition: all 0.3s ease;
  font-family: "Commissioner", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

ul.multimenu li a:hover {
  opacity: 0.5;
}

a:hover {
  text-decoration: none;
  
}

/* social media */
.social {
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
}

.social ul {
  padding: 0;
  margin: 0;
}

.social ul li {
  display: inline;
  margin: 0 10px;
}

.social a {
  font-size: 14px;
  color: #179a38;
  opacity: 1;
  transition: all 0.2s ease;
}

.social a:hover {
  opacity: 0.5;
}

.c-magnetic .span {
  display: inline-block;
  /* pointer-events: none; */
}

/* copyright */
.copyright {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 30px;
}

.copyright p {
  margin: 0;
  color: #179a38;
  font-family: "Commissioner", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* logo */
.logo {
  position: fixed;
  left: 40px;
  top: 30px;
  z-index: 99;
}

.logo img {
  height: 30px;
}

/* preload block */
.block_first {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 50%;
  top: 0;
  background: #179a38;
}

.block_second {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #181818;
}

body {
  background: #fff;
  height: 100%;
  overflow: hidden;
}

/* ==========================================================================
                            [02] Project
   ========================================================================== */

.bg {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.project-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.project-0 {
  background: url("../img/portfolio/0.jpg") no-repeat;
}

.project-1 {
  background: url("../img/portfolio/1.jpg") no-repeat;
}

.project-2 {
  background: url("../img/portfolio/2.jpg") no-repeat;
}

.project-3 {
  background: url("../img/portfolio/3.jpg") no-repeat;
}

.project-4 {
  background: url("../img/portfolio/4.jpg") no-repeat;
}

.project-5 {
  background: url("../img/portfolio/5.jpg") no-repeat;
}

.project-6 {
  background: url("../img/portfolio/6.jpg") no-repeat;
}

.project-7 {
  background: url("../img/portfolio/7.jpg") no-repeat;
}

.project-8 {
  background: url("../img/portfolio/8.jpg") no-repeat;
}

.project-9 {
  background: url("../img/portfolio/9.jpg") no-repeat;
}

.project-10 {
  background: url("../img/portfolio/10.jpg") no-repeat;
}

.project-11 {
  background: url("../img/portfolio/11.jpg") no-repeat;
}

.project-15 {
  background: url("../img/portfolio/15.jpg") no-repeat;
}

.project-100 {
  background: url("../img/portfolio/100-2.jpg") no-repeat;
}

.project-101 {
  background: url("../img/portfolio/101-2.jpg") no-repeat;
}

.project-102 {
  background: url("../img/portfolio/102.jpg") no-repeat;
}

.project-103 {
  background: url("../img/portfolio/103-2.jpg") no-repeat;
}

.project-104 {
  background: url("../img/portfolio/104-2.jpg") no-repeat;
}

.project-105 {
  background: url("../img/portfolio/105-2.jpg") no-repeat;
}

.project-106 {
  background: url("../img/portfolio/106.jpg") no-repeat;
}

.project-grihutik {
  background: url("../img/portfolio/grihutik.jpg") no-repeat;
}


.overlay-bg {
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1;
  mix-blend-mode: saturation;
  height: 100%;
  background: #000;
}

.project-text {
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  text-align: center;
}

html,
body {
  position: relative;
  font-family: "Commissioner";
  overflow-x: hidden;
}

.swiper-container {
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.3, 0.91, 0.39, 1);
  transition-delay: 0.4s;
}

.title-work {
  pointer-events: none;
  position: absolute;
  transform: translateY(-50%);
  left: 15%;
  z-index: 3;
}

.title-work h2 {
  position: relative;
  overflow: hidden;
  color: #000000;
  font-family: "Commissioner", serif;
  font-weight: 900;
  font-size: 60px;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  font-style: normal;
}

.head-text {
  display: block;
}

.tag-head {
  position: relative;
  overflow: hidden;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}

ul.tag-work {
  padding: 0;
  margin: 0;
}

ul.tag-work li {
  display: inline;
  color: #fff;
  font-weight: 500;
  margin-right: 25px;
  font-size: 15px;
  line-height: 20px;
  /* font-style: normal; */
}

ul.tag-work li:not(:first-child)::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 7px;
  margin-top: 8px;
  margin-left: -17px;
  position: absolute;
}

.up-down {
  position: fixed;
  transform: translatey(-50%);
  top: 50%;
  right: 2%;
  z-index: 10;
  cursor: none;
}

.up-down .to-up {
  margin-bottom: 50px;
}

.up-down .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(5, 116, 1, 0);
  border-radius: 30px;
}

.up-down .circle:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.up-down .circle .arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 20px;
  left: 19px;
}

.up-down .to-up .circle .arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.up-down .to-down .circle .arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
}

/* custom pagination swiper */

.swiper-pagination-fraction {
  height: 30px;
  position: fixed;
  right: 2.7%;
  transform: translateY(-50%);
  top: 50%;
  bottom: 0;
  color: #fff;
  font-family: "Commissioner", sans-serif;
  font-size: 12px;
}

.swiper-pagination-fraction span {
  font-size: 16px;
  font-weight: 700;
}

/* Button */

.btn-discover {
  height: 50px;
  position: relative;
  overflow: hidden;
  pointer-events: visible;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
}

.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  width: 160px;
  margin-top: 0;
  margin-right: 10px;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 30px;
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 10px;
  width: 15px;
  height: 2px;
  background: #fff;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -4px;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  margin: 0 0 0 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Commissioner", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.learn-more:hover .circle {
  width: 100%;
}

.learn-more:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
  transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
  color: #fff;
  margin-left: 45px;
  letter-spacing: 1px;
}

/* ==========================================================================
                            [03] Customize
   ========================================================================== */

/* custom cursor */
/* .cursor {
    display: none;
    cursor: none;
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    left: 50%;
    right: 50%;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(5px, 5px);
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.empty {
    opacity: 0;
}

.cursor.empty {
    opacity: 0;
}

.empty-cursor {
    cursor: none;
} */

/* ----------------------------------------------------------------
                         [ 04 About ]
-----------------------------------------------------------------*/
.about {
  position: fixed;
  width: 100%;
  z-index: -1;
  height: 100vh;
}

.about-bg-0 {
  background: url("../img/portfolio/0.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-1 {
  background: url("../img/portfolio/1.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-2 {
  background: url("../img/portfolio/2.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-3 {
  background: url("../img/portfolio/3.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-4 {
  background: url("../img/portfolio/4.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-5 {
  background: url("../img/portfolio/5.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-6 {
  background: url("../img/portfolio/6.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-7 {
  background: url("../img/portfolio/7.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-8 {
  background: url("../img/portfolio/8.jpg") center center no-repeat;
  background-size: cover;
}

.about-bg-9 {
  background: url("../img/portfolio/9.jpg") center center no-repeat;
  background-size: cover;
}
.about-bg-10 {
  background: url("../img/portfolio/10.jpg") center center no-repeat;
  background-size: cover;
}
.about-bg-11 {
  background: url("../img/portfolio/11.jpg") center center no-repeat;
  background-size: cover;
}
.about-bg-12 {
  background: url("../img/portfolio/12.jpg") center center no-repeat;
  background-size: cover;
}
.about-bg-15 {
  background: url("../img/portfolio/kozlova.jpg") center center no-repeat;
  background-size: cover;
}

.about-grihutik {
  background: url("../img/portfolio/grihutik.jpg") center center no-repeat;
  background-size: cover;
}
.about-drobot {
  background: url("../img/portfolio/drobot.jpg") center center no-repeat;
  background-size: cover;
}
.about-kuzhanova {
  background: url("../img/portfolio/irina-kuzhanova.jpg") center center no-repeat;
  background-size: cover;
}
.about-mihedko {
  background: url("../img/portfolio/nikolay-mihedko.jpg") center center no-repeat;
  background-size: cover;
}
.about-sheleh {
  background: url("../img/portfolio/ekateryna-sheleh.jpg") center center no-repeat;
  background-size: cover;
}
.about-us-text h3 {
  font-size: 40px;
  font-family: "Commissioner", serif;
  color: #179a38;
  font-weight: 900;
  font-style: normal;
}

.about-us-text p {
  color: #179a38;
  font-size: 14px;
  line-height: 28px;
  margin-top: 60px;
}

.main-title h1 {
  color: #000000;
  font-family: "Commissioner", serif;
  font-weight: 900;
  font-size: 80px;
  margin: 0;
  letter-spacing: 2px;
  font-style: normal;
}

.dash {
  height: 2px;
  width: 50px;
  background: #179a38;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  margin-top: 20px;
}

.about h3 {
  color: #179a38;
  font-family: "Commissioner", sans-serif;
  font-weight: 800;
  font-size: 17px;
  margin: 0;
}

.responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* ==========================================================================
                            [05] Service/Client
   ========================================================================== */

.title-content h2 {
  font-family: "Commissioner", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  color: #179a38;
}

.title-content::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 10px;
  background: #179a38;
}

.service-item {
  background: #179a38;
  transition: all 0.3s ease;
  padding: 30px 30px;
  border: 1px solid rgb(29, 29, 29);
  overflow: hidden;
}

#service {
  background: #181818;
}

.front {
  z-index: 3;
}

.service-icon {
  margin: 20px 0;
}

.service-icon img {
  width: 40px;
}

.service-text {
  padding: 20px 0;
}

.service-text h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-list {
  padding: 0;
  margin-top: 20px;
}

.service-line {
  margin-top: 20px;
  width: 30px;
  height: 2px;
  background: #fff;
}

.service-list li {
  opacity: 0.5;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}

.service-list li:hover {
  opacity: 1;
}

#client {
  background: #181818;
}

.client-icon img {
  width: 100%;
}

/* ==========================================================================
                            [06] Testimonial
   ========================================================================== */

#testimonial {
  background: #ffffff;
}

.testimonial {
  position: relative;
}

.testimonial-item {
  padding: 30px;
  position: relative;
}

.quot-left {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  color: #afb4b0;
  font-size: 70px;
  opacity: 0.7;
}

.quot-right {
  position: absolute;
  height: 100px;
  top: 0;
  right: 0;
  color: #afb4b0;
  font-size: 70px;
  opacity: 0.7;
}

.testimonial-item p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
}

.line-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 5px;
  background-color: #f95343;
  z-index: 2;
}

p.author-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #179a38;
}

/* ----------------------------------------------------------------
                        [ 07 Next Page ]
-----------------------------------------------------------------*/

.strokes span {
  color: #000000;
}

.next-page {
  background: #179a38;
  height: 200px;
  padding-bottom: 200px;
  padding-top: 100px;
}

.next-page h3 a {
  font-family: "Commissioner", serif;
  color: #fff;
  font-weight: 900;
  font-size: 80px;
  font-style: normal;
}

.next-page span:hover {
  color: #fff;
}

.next-page p {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

/* ----------------------------------------------------------------
                        [ 08 Single Project ]
-----------------------------------------------------------------*/

.project-detail-1 {
  background: url("../img/portfolio") center center no-repeat;
  background-size: cover;
}

.detailes {
  margin: 30px 0;
}

.detailes h3 {
  color: #000000;
  font-family: "Commissioner", serif;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
}

.detailes p {
  margin: 0 !important;
}

/* ==========================================================================
                            [ 09 Contact ]
   ========================================================================== */
.email a {
  color: #fff;
  font-size: 17px;
  position: relative;
}

button {
  outline: none;
}
input:-webkit-autofill {
  color: #fff !important;
  -webkit-box-shadow: inset 0 0 0px 9999px #fff;
}
.contact p {
  color: #000000;
  margin: 0;
}
.btn-sends {
  color: #179a38;
  background-color: transparent;
  border-color: transparent;
  border: 1px solid #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 40px;
}
.contact i {
  color: #fff;
  margin-bottom: 20px;
}

.email a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.email:hover a::after {
  width: 100%;
}

label {
  color: #fff;
  margin: 10px 0;
}

.form-control {
  font-size: 14px;
  background: transparent;
  line-height: 1.25;
  padding: 0;
  color: #179a38;
  padding-left: 10px;

  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px #179a38 solid;
  border-radius: 0;
  outline: none;
}

input,
textarea {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background: transparent;
}
textarea {
  padding-top: 10px;
}
.help-block.with-errors {
  color: rgb(245, 92, 92);
  margin-top: 10px;
  font-size: 12px;
}

.alert-success {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* ==========================================================================
                            [10] Project-transition
   ========================================================================== */

.over-1 {
  position: absolute;
  width: 20%;
  height: 0;
  background: #181818;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.over-2 {
  position: absolute;
  width: 20%;
  height: 0;
  left: 20%;
  background: #181818;
  z-index: 2;
  bottom: 0;
}

.over-3 {
  position: absolute;
  width: 20%;
  height: 0;
  left: 40%;
  background: #181818;
  z-index: 2;
  bottom: 0;
}

.over-4 {
  position: absolute;
  width: 20%;
  height: 0;
  left: 60%;
  background: #181818;
  z-index: 2;
  bottom: 0;
}

.over-5 {
  position: absolute;
  width: 20%;
  height: 0;
  left: 80%;
  background: #181818;
  z-index: 2;
  bottom: 0;
}

.border-fixed {
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  z-index: 99999;
}

.over-1-border {
  pointer-events: none;
  position: absolute;
  width: 20%;
  height: 100%;
  background: transparent;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.over-2-border {
  pointer-events: none;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 20%;
  background: transparent;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
  z-index: 1;
  bottom: 0;
}

.over-3-border {
  pointer-events: none;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 40%;
  background: transparent;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
  z-index: 1;
  bottom: 0;
}

.over-4-border {
  pointer-events: none;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 60%;
  background: transparent;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
  z-index: 1;
  bottom: 0;
}

.topbutton {
  width: 70px;
  border: 2px solid #000000;
  background: #179a38;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  color: #ffffff;
  font-family: "Commissioner";
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.arrow-down {
  margin: 30px;
}

.arrow-down span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #000000;
  border-right: 5px solid #000000;
  transform: rotate(45deg);
  margin: -16px;
  animation: arrow-down 2s infinite;
}

.arrow-down span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
