@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/* font-family: "RobotoMedium"; */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* font-family: "RobotoBold"; */
@font-face {
  font-family: "RussoOne";
  src: url("../fonts/RussoOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: "OpenSans", sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
main {
  overflow: hidden;
}
.nospacing {
  padding: 0 !important;
  margin: 0 !important;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 36px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "RussoOne", sans-serif !important;
}
header {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 30px;
}
header h1 {
  font-size: 50px;
  margin-bottom: 50px;
  font-family: "RussoOne", sans-serif !important;
  position: relative;
}
header span {
  display: block;
}
header h5 {
  font-size: 14px;
}
header p {
  margin-bottom: 65px;
  padding: 0 170px;
  color: #fff;
}
header .more {
  display: inline-block;
  padding: 15px 49.8px;
  background: linear-gradient(90deg, #ff7527, #ffad80, #ff7527);
  background-size: 200%;
  background-position: right center;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 125px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
header .logo a {
  position: relative;
}
header .more:hover {
  background-position: left center;
}
header .more:active {
  transform: translate(1px, 2px);
}
section.five-rasons {
  padding: 150px 0;
}
section.five-rasons h3 {
  margin-bottom: 100px;
}
.five-reasons-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  text-align: center;
}
.five-reasons-wrapper .five-reasons__item {
  margin-bottom: 35px;
}
.five-reasons-wrapper .img {
  margin-bottom: 25px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.video-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 150px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.video-section.active {
  height: 100vh;
}
section.video-section .container {
  position: relative;
  z-index: 3;
}
section.video-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/interlace.png);
  z-index: 2;
}
#customElement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/video-section-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
section.video-section h4 {
  margin-bottom: 30px;
  position: relative;
}
section.video-section p {
  margin-bottom: 60px;
}
section.video-section .play {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
section.video-section .play:before {
  content: "";
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  background: linear-gradient(90deg, #ff7527, #ffad80, #ff7527);
  background-size: 200%;
  background-position: right center;
  border-radius: 50%;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
}
section.video-section .play:hover:before {
  background-position: left center;
}
section.video-section .play img {
  position: relative;
}
section.video-section .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.3s ease;
}
.embed-container .pause {
  z-index: 100;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.embed-container .pause span {
  width: 100%;
  height: 6px;
  border-radius: 65px;
  background: red;
  cursor: pointer;
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
}
.embed-container .pause span:nth-child(1) {
  transform: rotate(45deg);
}
.embed-container .pause span:nth-child(2) {
  transform: rotate(-45deg);
}
section.video-section iframe {
  width: 100%;
  height: 100%;
}
section.video-section .embed-container.active {
  visibility: visible;
  opacity: 1;
}
section.tiles {
  padding-top: 150px;
}
section.tiles h2 {
  margin-bottom: 100px;
}
section.tiles .tiles__item p {
  font-size: 14px;
  margin: 0;
  padding: 50px;
  display: inline-block;
}
section.tiles .tiles__item:nth-child(odd) p {
  padding-right: 15px;
}
section.tiles .tiles__item:nth-child(even) p {
  padding-left: 15px;
}
section.tiles .tiles__item:nth-child(odd) p:last-of-type {
  padding-bottom: 0;
  padding-top: 20px;
}
section.portfolio {
  padding: 150px 0;
  background: #f4f4f4;
}
section.portfolio h2 {
  margin-bottom: 100px;
}
.portfolio__item .inner {
  widows: 350px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all 0.3s linear;
}
.portfolio__item .inner p {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 20px;
  width: 100%;
  top: 120%;
  left: 50%;
  transition: all 0.3s ease;
  font-family: "RussoOne", sans-serif !important;
}
.portfolio__item:hover .inner p {
  top: 50%;
}
.portfolio__item .inner:before {
  content: "";
  background: linear-gradient(90deg, #ff7527, #ffad80, #ff7527);
  background-size: 200%;
  background-position: right center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.portfolio__item .inner:hover {
  background-size: 120%;
}
.portfolio__item .inner:hover:before {
  opacity: 1;
  width: 85%;
  height: 85%;
}
.portfolio__item:nth-child(1) .inner {
  background-image: url(../images/portfolio1.jpg);
}
.portfolio__item:nth-child(2) .inner {
  background-image: url(../images/portfolio2.jpg);
}
.portfolio__item:nth-child(3) .inner {
  background-image: url(../images/portfolio3.jpg);
}
.portfolio__item:nth-child(4) .inner {
  background-image: url(../images/portfolio4.jpg);
}
.portfolio__item:nth-child(5) .inner {
  background-image: url(../images/portfolio5.jpg);
}
.portfolio__item:nth-child(6) .inner {
  background-image: url(../images/portfolio6.jpg);
}
.more-projects {
  text-align: center;
  margin-top: 70px;
}
.more-projects a {
  display: inline-block;
  padding: 15px 25.2px;
  background: linear-gradient(90deg, #ff7527, #ffad80, #ff7527);
  background-size: 200%;
  background-position: right center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}
.more-projects a:hover {
  transform: translateY(-1px);
  background-position: left center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.more-projects a:active {
  transform: translateY(2px);
}
section.other-projects {
  padding: 150px 0;
}
section.other-projects h3 {
  margin-bottom: 100px;
}
.other-projects__item {
  margin-bottom: 20px;
}
.other-projects__item .inner {
  width: 350px;
  height: 350px;
  position: relative;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 10px;
}
.other-projects__item:first-child .inner {
  width: 350px;
  height: 720px;
}
.other-projects__item .inner p {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 20px;
  width: 100%;
  top: 150%;
  transition: all 0.3s ease;
  font-family: "RussoOne", sans-serif !important;
}
.other-projects__item .inner:before {
  content: "";
  background: linear-gradient(90deg, #ff7527, #ffad80, #ff7527);
  background-size: 200%;
  background-position: right center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.other-projects__item:nth-child(1) .inner:before {
  height: 40%;
}
.other-projects__item:nth-child(1) .inner:hover:before {
  height: 40%;
}
.other-projects__item .inner:hover {
  background-size: 120%;
}
.other-projects__item .inner:hover p {
  top: 50%;
  left: 50%;
}
.other-projects__item .inner:hover:before {
  opacity: 1;
  width: 85%;
  height: 85%;
}
.other-projects__item:nth-child(1) .inner {
  background-image: url(../images/eli.jpg);
}
.other-projects__item:nth-child(2) .inner {
  background-image: url(../images/tc.jpg);
}
.other-projects__item:nth-child(3) .inner {
  background-image: url(../images/parki.jpg);
}
.other-projects__item:nth-child(4) .inner {
  background-image: url(../images/fotozoni.jpg);
}
.other-projects__item:nth-child(5) .inner {
  background-image: url(../images/ploshadi.jpg);
}
footer {
  background: #333;
  padding-top: 85px;
  padding-bottom: 20px;
}
footer .cityes-wrapper {
  margin-bottom: 80px;
  display: flex;
}
footer .cityes-column p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
footer .bottom-line {
  position: relative;
  color: #fff;
  font-size: 14px;
}
footer .bottom-line img {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .bottom-line span {
  display: block;
}
footer .bottom-line a {
  color: #fff;
  margin-right: 30px;
  text-decoration: underline;
}
section.form-section {
  padding: 90px 0;
  background: #333;
  color: #fff;
  text-align: center;
}
section.form-section h4 {
  margin-bottom: 10px;
  text-align: center;
}
section.form-section .form-section__item:first-child {
  margin-bottom: 60px;
}
/*FORM*/
.form-inputs {
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.form-inputs input {
  width: 70%;
  border-radius: 3px;
  padding: 9px 13px;
  color: #333;
  border: none;
}
.form-inputs input::placeholder {
  font-style: italic;
}
.form-inputs:last-child {
  margin-bottom: 0px;
}
.form-section .form-inputs p {
  width: 66%;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  text-align: left;
}
.form-section .form-inputs input[type="checkbox"] {
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.form-section .form-inputs a {
  color: #fff;
  text-decoration: underline;
}
.form-section .sbmt input {
  width: 180px;
  display: inline-block;
  padding: 15px 0px;
  background: linear-gradient(90deg, #ff7527, #ffad80, #ff7527);
  background-size: 200%;
  background-position: right center;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.form-section .sbmt input:hover {
  transform: translateY(-1px);
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  background-position: left center;
}
.form-section .sbmt input:active {
  transform: translate(1px, 2px);
}
