body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

section.header {
  height: 100vh;
  width: 100%;
  background: url("../img/bg66.png");
  background-size: cover;
  transition: 0.5s;
}

.head-box {
  display: flex;
  width: 100%;
  background: rgba(0, 0, 0, 1);
  justify-content: space-between;
  padding: 1rem calc(1.75vw + 23px);
  position: fixed;
  top: 44.4px;
  z-index: 1000;
  transition: 0.5s;
  align-items: center;
  height: 100px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  border-top: 2px solid black;
}

.head-box ul {
  display: flex;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}

.menu-li {
  list-style: none;
  text-align: right;
  margin-left: 40px;
  margin-bottom: 0;
  height: 64px;
  position: relative;
  z-index: 1;
}

.head-box ul li {
  position: relative;
}

.head-box ul li ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.head-box ul li ul {
  display: block;
  margin: 0;
  width: max-content;
  padding-top: 16px;
}

.head-box ul li ul li {
  list-style: none;
  margin-right: 0;
  text-align: left;
  top: 50px;
}

.head-box ul li a {
  color: white;
  width: 100%;
}

.head-box ul li a:hover {
  text-decoration: none;
}

.menu-li:hover ul li a {
  color: white;
}

.menu-li:hover {}

.menu-li {
  padding: 24px 0 24px 0;
}

.demo-gallery>ul {
  margin-bottom: 0;
}

.demo-gallery>ul>li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 200px;
}

.demo-gallery>ul>li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}

.home .demo-gallery {
  padding-bottom: 80px;
}

.demo-gallery {
  margin: 25px 0;
}

.container {
  max-width: 1920px;
}

section.content {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  padding-bottom: 95px;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

.text-center {
  text-align: center;
}

.pair {
  background: #f8f8f8;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

header.fixed {
  background: #fff;
  border-bottom: 1px solid #cecece;
}

.header-unpin {
  position: fixed;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: all 0.3s ease-in-out;
}

.header-pin {
  position: fixed;
  background: #fff;
  opacity: 1;
  border-bottom: 1px solid #cecece;
  transform: translate3d(0, 0%, 0);
  transition: all 0.6s ease-in-out;
}

.header-inner {
  padding: 25px 0;
  overflow: hidden;
}

.logo {
  color: #000;
  float: left;
  font-size: 1.6em;
}

header ul {
  float: right;
  position: relative;
  top: 4px;
}

header ul li {
  float: left;
  list-style: none;
  margin-left: 25px;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header ul li a {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 0.8em;
}

header ul:hover li {
  opacity: 0.7;
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header ul li:hover {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header ul li:hover a {
  color: #000000;
}

h3 {
  font-size: 1.7em;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #000;
  display: flex;
}

h4 {
  margin-bottom: 25px;
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}

a {
  color: #000;
}

p {
  line-height: 1.7em;
  margin-bottom: 2em;
  color: #2b2b2b;
}

.mcbutton {
  padding: 11px 45px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 10px;
  color: #000;
  border: 2px solid #000;
  font-weight: 600;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  position: relative;
  width: 100%;
  text-align: center;
}

.mcbutton::before,
.mcbutton::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}

.mcbutton::before {
  left: 0;
  top: 0;
}

.mcbutton::after {
  right: 0;
  bottom: 0;
}

.mcbutton:hover::before,
.mcbutton:hover::after {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.mcbutton span::before,
.mcbutton span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.mcbutton span::before {
  left: 0;
  top: 0;
}

.mcbutton span::after {
  right: 0;
  bottom: 0;
}

.mcbutton:hover span::before,
.mcbutton:hover span::after {
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.mcbutton.primary {
  background: #ffc107;
}

.mcbutton.black {
  background: #1b1b1b;
  color: #fff;
}

.lead .mcbutton.primary {
  border-color: #a2a2a2;
}

.lead .mcbutton {
  padding: 16px 45px;
  font-size: 0.6em;
}

.mcbutton i {
  color: inherit;
  font-size: 1.5em;
  margin-right: 10px;
}

a {
  text-decoration: none;
}

ol {
  margin-left: 2em;
  margin-bottom: 2em;
}

ul {
  margin-left: 1em;
  margin-bottom: 0;
}

ul ul {
  margin-left: 1em;
}

strong {
  font-weight: 600;
  color: #1f1f1f;
}

.intro {
  width: 100%;
  margin: 0 auto;
  background: url(../img/head.jpg);
  background-size: cover;
  margin-bottom: 0px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  min-height: 579px;
  max-height: 579px;
}

.intro h1 {
  margin-top: 0;
  font-size: 3.3em;
  color: #000;
  font-weight: 100;
  margin-bottom: 35px;
  text-align: center;
}

.tagline {
  color: #3a3a3a;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 17px;
}

.lead {
  margin-bottom: 2em;
}

.lead .mcbutton {
  border-color: #595959;
  cursor: pointer;
}

.heading-icon {
  margin-right: 16px;
}

.box-container {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 1.4em;
  width: 100%;
}

.box {
  list-style-type: none;
  float: left;
  opacity: 1;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
  height: 55vh;
  overflow: hidden;
}

.box.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
  padding: 10px;
  position: relative;
}

.box a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.box img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

.box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s;
}

.three-cols .box {
  width: 100%;
}

.four-cols .box {
  width: 23.1%;
}

.four-cols .box:nth-child(4n + 0) {
  margin-right: 0;
}

.four-cols .box:nth-child(4n + 1) {
  clear: both;
  margin-left: 0;
}

.options-list {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #ececec;
  border-radius: 2px;
}

.options-list .option {
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.options-list .option .name {
  font-weight: 600;
  display: inline-block;
  width: 23%;
  float: left;
  text-align: left;
  padding: 14px 17px;
  color: #000;
  font-size: 0.89em;
}

.options-list .option .value {
  display: inline-block;
  width: 65%;
  float: left;
  padding: 14px 17px;
  text-align: left;
  line-height: 1.7em;
  font-size: 0.89em;
  border-left: 1px solid #eee;
}

.options-list .option .type {
  color: #ed7205;
  font-weight: 600;
}

.params-list {
  margin-bottom: 11em;
}

.option-code {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 48px;
}

.inline-inner {
  padding: 40px;
}

.inline-close-btn {
  background: #ffc107;
  width: 200px;
  display: block;
  margin: auto;
  height: 53px;
  text-align: center;
  line-height: 53px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #eee;
}

.inline-close-btn:hover {
  border-color: #000;
}

.especifications {
  width: 100%;
  max-width: 543px;
  margin: auto;
}

.especifications ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

.especifications li {
  text-align: left;
  list-style: initial;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #2b2b2b;
  opacity: 0;
  line-height: 1.7em;
  transform: translate3d(-10px, 0, 0);
}

.especifications li.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

.especifications li i {
  color: #000;
}

.footer-btns {
  margin-top: 50px;
}

footer {
  text-align: center;
  color: #666;
  margin: 2rem 0;
}

footer a {
  color: #000;
}

.copyright {
  font-size: 0.8em;
}

@media (min-width: 390px) {
  .three-cols .box {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .intro h1 {
    font-size: 4.3em;
  }

  .intro {
    max-height: 70vh;
    min-height: 640px;
    padding-top: 0px;
  }

  .intro h1,
  .tagline {
    text-align: left;
  }

  .tagline {
    font-size: 100%;
  }

  .three-cols .box {
    width: 33.3%;
  }

  .three-cols .box:nth-child(3n + 0) {
    margin-right: 0;
  }

  .three-cols .box:nth-child(3n + 1) {
    margin-left: 0;
  }

  .mcbutton {
    width: auto;
  }
}

@media (min-width: 992px) {
  .box:hover img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
  }

  .box:hover a::before {
    opacity: 0.3;
    transition: opacity 0.5s;
  }
}

/* path {
    stroke-opacity: 0;
}

path.hw {
    stroke-opacity: 1;
}
 */

.container {
  max-width: 1620px;
}

.head-gallery {
  height: 250px;
  width: 100%;
  background: url("../img/bg66.png");
  background-size: cover;
  transition: 0.5s;
  position: relative;
}

.gallery-text {
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 25px;
  left: 40px;
}

.gallery-text::before {
  content: "";
  width: 150%;
  height: 4px;
  background: white;
  position: absolute;
  bottom: -10px;
}

section.footer {
  background: black;
  position: relative;
  height: 20vw;
  display: flex;
  align-items: center;
}

.footer-ul {
  padding: 0;
  margin: 0;
}

.footer-li {
  list-style: none;
}

.footer-li:hover a {}

.footer-a {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer-head-text {
  font-size: 25px;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  margin: 10px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}

.footer-ext-text {
  font-size: 20px;
  font-weight: lighter;
  padding: 10px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.icons {
  color: white;
  font-size: 1.5vw;
  margin-right: 7px;
  transition: 0.3s;
}

.icons:hover {
  transition: 0.3s;
  color: red;
}

.social {
  position: relative;
  display: flex;
  justify-content: right;
}

.footer-content-text {
  color: #a2a2a2;
  margin-left: 15px;
}

.nicola-tesla {
  font-size: 16px;
  color: red;
  font-weight: lighter;
  padding: 10px;
  position: absolute;
  bottom: -45px;
  left: 0;
}

.long {}

.footer-li {
  overflow: hidden;
  position: relative;
}

.footer-icons {
  color: white;
  margin-right: 5px;
  margin-left: -18px;
  transition: 0.2s ease-in-out;
}

.footer-li:hover .footer-icons {
  margin-left: 0;
  transition: 0.2s ease-in-out;
}

.logo-down-text {
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-smoothing: antialiased;
  font-size: 2.5vh;
  line-height: 24px;
  position: absolute;
  width: max-content;
  text-align: center;
  bottom: 27.5vh;
  font-family: "Karla", sans-serif;
  letter-spacing: 3px;
  font-weight: lighter;
  background: rgba(0, 0, 0, 0.4);
  padding: 7px 25px;
}

.logo-down-text-div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.logo-down-textt {
  bottom: 20.9vh;
}

.logo {
  max-width: 250px;
}




.logo-div {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 35vh;
}

.hover-div-left,
.hover-div-mid,
.hover-div-right {
  height: 75vh;
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  background: url("../img/h1.jpeg");
  transition: 0.4s ease;
  position: relative;
  padding-top: 70px;
}

.hover-div-left:hover {
  background-position: -150px 0;
  transition: 0.4s ease;
}

.hover-div-mid:hover {
  background-position: -150px 0;
  transition: 0.4s ease;
}

.hover-div-right:hover {
  background-position: -50px 0;

  transition: 0.4s ease;
}

.hover-div-mid {
  background: url("../img/h2.jpeg");
}

.hdr1 {
  background: url("../img/h3.jpeg");
  background-size: cover;
  background-position: -40px 0;
}

.hdr2 {
  background: url("../img/kk2.png");
}

.hover-div-right {
  height: 35vh;
}

.hover-title {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 26px;
  width: 100%;
  transition: 0.5s ease;
  height: max-content;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Bodoni Moda", serif;
  font-weight: lighter;
  color: white;
}

.hover-div-left:hover .hover-title {
  padding-left: 20px;
  transition: 0.5s ease;
}

.hover-div-left:hover .hover-text {
  height: 270px;
  transition: 0.5s ease;
  margin-top: 10px;
  opacity: 1;
}

.hover-div-mid:hover .hover-title {
  padding-left: 20px;
  transition: 0.5s ease;
}

.hover-div-mid:hover .hover-text {
  height: 210px;
  transition: 0.5s ease;
  margin-top: 10px;
  opacity: 1;
}

.hover-div-right:hover .hover-title {
  padding-left: 20px;
  transition: 0.5s ease;
}

.hover-div-right:hover .hover-text {
  height: 150px;
  transition: 0.5s ease;
  margin-top: 10px;
  opacity: 1;
}

.hdr2:hover .hover-text {
  height: 100px;
}

.hover-text {}

.text-div {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 50px;
}

.hover-text {
  height: 0px;
  transition: 0.5s ease;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  padding-left: 40px;
  opacity: 0;
}

.hover {
  height: 200px;
  transition: 0.5s;
}

.miniLogo {
  width: clamp(2rem, 10vh, 4.5rem);
  height: clamp(2rem, 10vh, 4.5rem);
  left: 10vh;
  top: 13px;
  transition: 0.5s;
}

.bigLogo {
  top: 23px;
  transition: 0.5s;
  width: 150px;
  height: 150px;
}

a:hover {
  cursor: pointer;
}

.about {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 40vh;
}

.text-about {
  color: rgba(255, 255, 255, 0.5);
  max-width: 1000px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 60px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7rem;
}

section.contact-content {
  height: 100vh;
  display: flex;
  align-items: center;
}

.contact-text {
  color: #595959;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 40%;
  border-right: 3px solid red;
  margin: 15px 0;
  margin-bottom: 40px;
}

.contact-list {}

.contact-li {
  margin-bottom: 20px;
}

.contact-li span {
  color: red;
  font-weight: bold;
}

.contact-div-main {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  height: 100%;
  border-radius: 16px;
}

.small-list {
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.small-list i {
  color: white;
  font-size: 20px;
}

.small-list-items {
  display: none;
  left: -100%;
  transition: 0.5s ease;
}

.close-div {
  position: absolute;
  right: 20px;
  top: 55px;
  padding: 0 25px;
}

.hover-div-left,
.hover-div-mid,
.hover-div-right {
  background-size: cover;
}

.close-div i {
  font-size: 30px;
  color: black;
  font-weight: bold;
}

.top-box {
  background: white;
  display: flex;
  padding: 0.62rem 0;
  width: 100%;
  position: fixed;
  z-index: 100001;
  height: 45px;
  overflow: hidden;
}

.top-box  .container {
  max-width: none !important;
}

.icons-top {
  color: black;
  font-size: clamp(0.5rem, 2.5vw, 1rem);
  margin-right: 8px;
}

.item-pag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}

.display-flex {
  display: flex;
  justify-content: space-between;
}

.left-icon-list {
  display: flex;
}

.show-div-ext {
  background: white;
  position: absolute;
  top: 80px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 35px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.show-box-list-open {
  height: 100%;
}

.show-box-list-open:hover+.show-div-ext {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}

.show-div-ext:hover {
  opacity: 1;
  visibility: visible;
}

.menu-li {
  position: relative;
}

.show-box-ul {
  padding: 0;
  margin: 0;
  display: block !important;
}

.show-box-li {
  list-style: none;
  margin-bottom: 15px;
}

.show-box-a {
  color: black !important;
  font-weight: bold;
}

.close-div-ul {
  padding: 0;
  margin: 0;
  padding-top: 14px;
}

.close-div-li {
  list-style: none;
  margin-left: 1rem;
  padding: 0.44rem 0;
}

.close-div-a {
  font-weight: lighter;
}

.product-items {
  height: 26px;
  overflow: hidden;
  transition: 0.5s;
}

.product-items:hover {
  height: max-content;
  transition: 0.5s;
}

.footer-contact-div {
  width: 100%;
  height: 100%;
}

.footer-mini-title {
  font-weight: bold;
  color: white;
  border: none;
  outline: none;
}

.footer-text-mini {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.about-title {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
}

.form-ext-input {
  border-bottom: 3px solid black;
  border-radius: 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.form-ext-input:focus {
  border-color: black !important;
  box-shadow: none !important;
}

.form-ext-input::placeholder {}

.form-ext-input:focus {
  box-shadow: none;
}

.contact-form-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form {
  display: block;
  margin: auto;
  height: 100%;
  padding: 0 3vw;
  margin-top: 60px;
}

.inp-big {
  background: black;
  color: rgba(255, 255, 255, 0.7) !important;
}

.inp-big::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.contact-button {
  background: black;
  border-radius: 0%;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  border: none;
  border: 2px solid black;
}

.contact-button:hover {
  background: white;
  color: black;
  border: 2px solid black;
}

.contact-button:focus {
  background: #1b1b1b;
  color: white;
}

.inp-eex {}

.middle {
  display: block;
  margin: auto;
}

.middle-text {
  text-align: center;
}

.contact-mini-logo {
  width: 70px;
  height: 70px;
  background: black;
  padding: 7px;
  margin-bottom: 20px;
}

.sticky-head {}

.will-close {
  transition: 0.4s;
}

.opacity-0 {
  margin-top: -55px;
  transition: 0.4s;
}

.ext-top-text {
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 0;
}

.ext-top-show {
  transition: 0.4s;
  bottom: -32px;
}

.box-shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}

.menu-li-ext {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.menu-li-ext a {
  color: black !important;
}

.head-box-ext {
  background: white;
  height: 70px;
}

.miniLogo-ext {
  width: 45px;
  height: 45px;
  transition: 0.5s ease;
  background: black;
  padding: 5px;
}

.show-li-height {
  line-height: 39px;
}

@media only screen and (max-width: 1280px) {
  .top-box {
    padding: 0.48rem 0 !important;
  }

  .hidden-to-small {
    display: none;
  }

  .icons-top {
    font-size: 1rem !important;
  }

  .social {
    justify-content: left;
  }

  .display-flex {
    justify-content: center;
  }

  .icons {
    font-size: 24px;
  }

  .head-box {
    padding: 0 20px;
    top: 32px;
  }

  section.footer {
    height: auto;
  }

  .big-list {
    display: none !important;
    position: absolute;
  }

  .small-list {
    display: flex;
    position: relative;
    z-index: 10001;
  }

  .small-list-items {
    display: flex;
    position: fixed;
    background: white;
    z-index: 100004;
    width: 100%;
    height: 100vh;
    justify-content: center;
    padding-top: 25vh;
  }

  .small-list-items-show {
    left: 0;
    transition: 0.5s ease;
  }

  .hover-title {
    font-size: 17px;
  }

  .hover-text {
    font-size: 14px;
  }

  .hover-div-left:hover .hover-text,
  .hover-div-mid:hover .hover-text,
  .hover-div-right:hover .hover-text {
    height: 163px;
  }

  .text-div {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 991px) {
  section.content {
    height: auto;
    padding: 30px 10px;
  }

  section.footer {
    padding: 80px 40px;
  }

  .footer-head-text {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  }

  .footer-a {
    font-size: clamp(1rem, 1.75vw, 2rem);
  }

  .footer-ext-text {
    font-size: clamp(1rem, 1.75vw, 2rem);
    text-align: center;
    right: 0;
  }

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

  .nicola-tesla {
    width: 100%;
    text-align: center;
  }

  .hover-div-left,
  .hover-div-mid,
  .hover-div-right {
    margin-bottom: 30px;
  }

  .long {
    margin-top: 80px;
    height: 200px;
  }
}

@media (min-height: 600px) and (max-width: 450px) {
  .logo-down-text {
    font-size: 4vw;
  }

  .logo {
    max-width: 25vh;
  }
}

@media (max-width: 1700px) and (min-width: 991px) {
  section.footer {
    padding: 15px 50px;
  }
}

@media (max-width: 700px) {
  section.footer {
    padding: 20px 10px;
  }

  .text-div {
    padding: 10px 20px;
  }

  .text-div:hover .hover-title {
    padding-left: 15px;
  }

  .hover-div-right {
    padding-top: 20px;
  }

  .hover-title {
    font-size: 14px;
  }

  .hover-text {
    padding: 0;
    margin: 0 !important;
    font-size: 11px;
  }
}


@media screen and (max-width: 768px) {
  .logo-down-text { 
    font-size: 16px;
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .logo{
    max-width: 150px;
  }
}

@media screen and (max-height: 768px) {
  .logo{
    max-width: 150px;
  }
  .logo-down-text{
    bottom:20vh;
  }
}
@media screen and (max-height: 500px) {
  .logo{
    max-width: 150px;
  }
  .logo-down-text{
    bottom:14vh;
  }
}

@media screen and (max-height: 400px) {
  .logo{
    max-width: 150px;
  }
  .logo-down-text{
    bottom:10vh;
  }
}