/*  RESET browser defaults (Eric Meyer Global Reset)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* END RESET browser defaults */

/* FONTS */

@font-face {
  font-family: "argentum-medium";
  src: url("fonts/argentum-sans/ArgentumSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "argentum-light";
  src: url("fonts/argentum-sans/ArgentumSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "argentum-bold";
  src: url("fonts/argentum-sans/ArgentumSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "argentum-medium-italic";
  src: url("fonts/argentum-sans/ArgentumSans-MediumItalic.ttf")
    format("truetype");
}

@font-face {
  font-family: "argentum-light-italic";
  src: url("fonts/argentum-sans/ArgentumSans-LightItalic.ttf")
    format("truetype");
}

@font-face {
  font-family: "argentum-regular";
  src: url("fonts/argentum-sans/ArgentumSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "argentum-bold-italic";
  src: url("fonts/argentum-sans/ArgentumSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "rubik-bold";
  src: url("fonts/rubik/Rubik-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "rubik-light";
  src: url("fonts/rubik/Rubik-Light.ttf") format("truetype");
}

@font-face {
  font-family: "rubik-medium";
  src: url("fonts/rubik/Rubik-Medium.ttf") format("truetype");
}

/* GLOBAL */

.centered {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  right: 15px;
  top: 90%;
  z-index: 3;
}

body.menu-open {
    overflow-y: hidden !important;
	overflow-x:unset !important;
}

html{
	scroll-behavior: smooth;
}

#okmsg{
	text-align: center;
    width: 200px;
}

/* GLOBAL END */

/* CUSTOM STYLE */
body
 {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 12px;
}

body.no-scroll {
  overflow: hidden; /* Disable scrolling on body */
}

.underline{
  position: absolute;
  bottom: -1vw;
  z-index: 99;
  width: 21vw;
  left: calc((100% - 21vw) / 2);
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    width: 40px;
    outline: none;
    cursor: pointer;
    background: url(../images/backtop.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 41px;
    color: transparent;
}

@media(max-width:440px){
	#backToTop {
        bottom: 58px;
        right: 18px; 
    }
}

/* DIGITAL FORM */

.section {
    float: left;
    width: 100%;
}

.section .section-container {
    width: 85%;
    margin-left: 7.5%;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-family: rubik-bold;
    font-size: 30px;
    margin-bottom: 100px;
}

.section .section-container .section-description {
    text-align: center;
    font-family: rubik-bold;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.experience {
    position: fixed;
    bottom: 80px;
    right: 58px;
    cursor: pointer;
    width: 45px;
    height: 75px;
    z-index: 999;
}

.experience img {
    width: 40px;
    height: 40px;
	bottom:0;
	position:absolute;
	left: 32px;
}

.experience .title{
	left: 15px;
    position: absolute;
    text-align: center;
    width: 73px;
	font-family: rubik-bold;
	color: #68C34F;
	text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; 
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: white;
    width: 1000px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-section {
    width: 62%;
}

.form-section {
    width: 38%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.form-section h2 {
    margin-top: 0;
    font-family: rubik-bold;
    font-size: 37px;
}

.form-section form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-section label {
    margin: 10px 0 5px;
}

.form-section input,
.form-section textarea,
.form-section button {
    padding: 10px;
    border: 3px solid #68c34f;
    font-family: rubik-medium;
    color: black;
}

#digital_submit {
    cursor: pointer;
    color: white;
    background: #68c34f;
    font-family: rubik-bold;
}

#digital_submit:hover {
    border: 3px solid #68c34f;
    cursor: pointer;
    color: #68c34f;
    background: white;
    font-family: rubik-bold;
}

.form-section button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.form-section button:hover {
    background-color: #0056b3;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .popup-content {
        width: 700px;
    }

    .form-section h2 {
        font-size: 18px;
    }
	
	.g-recaptcha{
		zoom:0.61;
	}
}

@media (max-width: 760px) {
    .popup-content {
        flex-direction: column;
        width: 400px;
    }

    .form-section h2 {
        font-size: 20px;
        text-align: center;
    }

    .image-section {
        width: 100%;
    }

    .form-section {
        width: 100%;
    }
	
	.g-recaptcha{
		zoom:1;
	}
}

@media (max-width: 440px) {
    .experience {
    position: fixed;
    bottom: 109px;
    right: 45px;
    cursor: pointer;
    width: 45px;
    height: 75px;
    z-index: 999;
    }

    .form-section form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .form-section input,
    .form-section textarea,
    .form-section button {
        padding: 5px;
        border: 3px solid #68c34f;
        font-family: rubik-medium;
        color: black;
    }

    .popup-content {
        width: 300px;
        overflow-y: auto;
    }

    .form-section {
        padding: 20px 40px 20px 40px;
    }

    .img-captcha {
        height: 31px;
    }

    .form-section h2 {
        font-size: 15px;
    }
	
	.g-recaptcha{
		zoom:0.725;
	}
}



/* HEADER */

#header {
  background-color: white;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: rubik-bold;
}

#header-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#logo a {
  display: block;
  width: 240px;
  height: 80px;
  background: url("../images/header/logo_shs.png") no-repeat center center;
  background-size: contain;
}

#menu-container ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  height: 80px;
}

#menu-container ul li {
  margin-right: 50px;
  font-size: 15px;
}

#menu-container ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#menu-container ul li a:hover {
  color: #68c34f;
}

.menu-language-container {
  height: 80px;
  color: black;
}

.menu-language-container span {
  margin-right: 10px;
  font-size: 15px;
  color: black;
}

.menu-language-container .active a {
  font-weight: bold;
  color: #68c34f;
}

.menu-language-container a:hover {
  color: #68c34f;
}

.burger-menu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
}

.burger-menu div {
  width: 100%;
  height: 3px;
  background-color: black;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Burger menu animation */
.burger-menu.open .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.open .line2 {
  opacity: 0;
}

.burger-menu.open .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 180px;
  right: 0;
  height: calc(100% - 180px);
  width: 50%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 43px;
  font-size: 20px;
}

.mobile-menu ul li {
  padding: 10px 20px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.mobile-lang {
  display: flex;
}

#mobile-menu.show {
  transform: translateX(0);
}

@media (max-width: 1200px) {
  #menu-container {
    display: none;
  }

  .menu-language-container {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .mobile-menu {
    display: flex;
  }
}

@media (max-width: 440px) {
  .mobile-menu {
    width: 100%;
  }
}

/* BANNER HOUSE */

#banner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: 5%;
}

#banner .title {
  text-align: center;
  font-size: 4vw;
  width: 75%;
  margin-left: 15%;
  font-family: rubik-bold;
  position:relative;
}

#banner .house {
  position: relative;
}

#banner .house button {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  background-repeat: no-repeat;
}

#banner .house button img {
}

#banner .house img {
  width: 100%;
}


/* BUTTONS */

#banner .house #energy {
  left: 44vw;
  top: 26vw;
  background-image:url(../images/banner/energy.png);
}

#banner .house #energy:hover {
	background-image:url(../images/banner/energy-black.png);
}

#banner .house #lighting {
  left: 49vw;
  top: 22vw;
  background-image:url(../images/banner/lighting.png);
}

#banner .house #lighting:hover {
	background-image:url(../images/banner/lighting-black.png);
}

#banner .house #shading {
  left: 71vw;
  top: 19vw;
  background-image:url(../images/banner/shading.png);
}

#banner .house #shading:hover {
  background-image:url(../images/banner/shading-black.png);
}

#banner .house #climate {
  left: 43vw;
  top: 12vw;
  background-image:url(../images/banner/climate.png);
}

#banner .house #climate:hover {
  background-image:url(../images/banner/climate-black.png);
}

#banner .house #audio {
  left: 36vw;
  top: 9vw;
  background-image:url(../images/banner/audio.png);
}

#banner .house #audio:hover {
  background-image:url(../images/banner/audio-black.png);
}

#banner .house #security {
  left: 10vw;
  top: 26vw;
  background-image:url(../images/banner/security.png);
}

#banner .house #security:hover {
  background-image:url(../images/banner/security-black.png);
}

#banner .house #access {
  left: 28vw;
  top: 24vw;
  background-image:url(../images/banner/access.png);
}

#banner .house #access:hover {
  background-image:url(../images/banner/access-black.png);
}

#banner .house #socket {
  left: 20vw;
  top: 18vw;
  background-image:url(../images/banner/socket.png);
}

#banner .house #socket:hover {
  background-image:url(../images/banner/socket-black.png);
}

#banner .house #pool {
  left: 53vw;
  top: 32vw;
  background-image:url(../images/banner/pool.png);
}

#banner .house #pool:hover {
  background-image:url(../images/banner/pool-black.png);
}

#banner .house #solar {
  left: 60vw;
  top: 10vw;
  background-image:url(../images/banner/solar.png);
}

#banner .house #solar:hover {
  background-image:url(../images/banner/solar-black.png);
}

@media (max-width: 750px) {
    #banner .house button {
        width: 7vw;
        height: 7vw;
    }

    #banner .house #energy {
        left: 40vw;
        top: 26vw;
    }

    #banner .house #lighting {
        left: 49vw;
        top: 22vw;
    }

    #banner .house #shading {
        left: 71vw;
        top: 19vw;
    }

    #banner .house #climate {
        left: 43vw;
        top: 12vw;
    }

    #banner .house #audio {
        left: 36vw;
        top: 9vw;
    }

    #banner .house #security {
        left: 10vw;
        top: 26vw;
    }

    #banner .house #access {
        left: 28vw;
        top: 24vw;
    }

    #banner .house #socket {
        left: 20vw;
        top: 18vw;
    }
	
    #banner .house #pool {
        left: 53vw;
        top: 32vw;
    }

    #banner .house #solar {
        left: 60vw;
        top: 10vw;
    }
}

@media (max-width: 440px) {
    #banner .house button {
        width: 9vw;
        height: 9vw;
    }

    #banner .house #energy {
        left: 40vw;
        top: 26vw;
    }

    #banner .house #lighting {
        left: 49vw;
        top: 22vw;
    }

    #banner .house #shading {
        left: 71vw;
        top: 19vw;
    }

    #banner .house #climate {
        left: 43vw;
        top: 12vw;
    }

    #banner .house #audio {
        left: 33vw;
        top: 9vw;
    }

    #banner .house #security {
        left: 6vw;
        top: 26vw;
    }

    #banner .house #access {
        left: 28vw;
        top: 24vw;
    }

    #banner .house #socket {
        left: 20vw;
        top: 18vw;
    }
	
    #banner .house #pool {
        left: 53vw;
        top: 32vw;
    }

    #banner .house #solar {
        left: 60vw;
        top: 10vw;
    }
}

/* SERVICES */

#services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 80%;
  margin: 0 auto;
  height: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

.service-card {
  perspective: 2000px;
}

.service-inner {
  width: 100%;
  height: 19vw;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.service-card.flipped .service-inner {
  transform: rotateY(180deg);
}

.service-front,
.service-back {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #68c34f;
  color: white;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  gap: 13px;
  text-align:center;
}

.service-front {
  transform: rotateY(0deg);
  font-family: rubik-light;
  font-size: 2.1vw;
}

.service-back {
  transform: rotateY(180deg);
  padding: 10px 45px;
  text-align: center;
  font-family: rubik-light;
  font-size: 0.9vw;
  background: transparent;
  border: 3px solid #68c34f;
  color: black;
  overflow: hidden;
}

.service-card img {
  max-width: 60px;
  max-height: 60px;
}

.card-logo{
	width:17vw;
	height:auto;
	max-width:unset !important;
	max-height:unset !important;
}

.static-title {
  font-family: rubik-bold;
  font-size: 2.6vw;
  padding: 10px 45px;
  overflow: hidden;
  text-align: right;
}

.static-description {
  font-family: rubik-light;
  font-size: 0.9vw;
  padding: 1vw 1vw;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #services {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-front {
    font-size: 3vw;
  }
  .service-inner {
    height: 25vw;
  }
  .service-back {
    font-size: 1.5vw;
    padding: 10px 20px;
  }
  .static-description {
    font-size: 1.4vw;
  }
  .static-title {
    font-size: 3.3vw;
  }
}

@media (max-width: 768px) {
  #services {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-inner {
    height: 35vw;
  }
  .service-back {
    font-size: 2vw;
  }
  .service-front {
    font-size: 4.5vw;
  }
  .service-card img {
    max-width: 35px;
    max-height: 35px;
  }
  .static-description {
    font-size: 2vw;
  }
  .card-logo {
    width: 31vw;
   }
}

@media (max-width: 440px) {
  .service-inner {
    height: 70vw;
  }
  .service-back {
    font-size: 3vw;
	padding: 5px;
  }
  .service-front {
    font-size:4vw;
  }
  .static-title {
    font-family: rubik-bold;
    font-size: 6vw;
    padding: 10px 0px 10px 35px;
    overflow: hidden;
	text-align: left;
  }
  .static-description {
    font-size: 2.8vw;
  }
}

/* BENEFITS */

#benefits {
  background-color: black;
  color: white;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 13vw;
  height: 29vw;
}
#benefits .benefits-title {
  font-size: 2vw;
  width: 30%;
  text-align: right;
  font-family: rubik-bold;
}
#benefits .benefits-title p {
  width: max-content;
  position: relative;
  left: 10vw;
  top: -1vw;
}
#benefits .swiper-container-wrapper {
  width: 70%;
  position: relative;
}
#benefits .swiper-container {
  width: 100%;
  overflow: hidden;
}
#benefits .swiper-slide {
  padding: 20px;
  text-align: left;
  color: white;
  overflow:hidden;
}
#benefits .swiper-slide h3 {
  font-size: 2vw;
  margin-bottom: 1vw;
  text-align: left;
  font-family: rubik-light;
  color: #68c34f;
}
#benefits .swiper-slide p {
  font-size: 1vw;
  font-family: rubik-light;
}
#benefits .swiper-button-next {
  color: transparent !important;
  position: absolute !important;
  bottom: -30px !important;
  right: 6vw !important;
  top: 21vw !important;
  background: url(../images/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 18px !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  height: 18px !important;
}

@media (max-width: 1200px) {
  #benefits .benefits-title p {
    left: 7vw;
    top: -1vw;
    font-size: 2.5vw;
  }
  #benefits .swiper-slide h3 {
    font-size: 2.5vw;
  }
  #benefits .swiper-slide p {
    font-size: 1.1vw;
  }
  #benefits .swiper-button-next {
    right: 7vw !important;
    top: 21vw !important;
  }
}

@media (max-width: 768px) {
  #benefits {
    padding-top: 10vw;
    padding-bottom: 15vw;
	height: 48vw;
  }
  #benefits .benefits-title{
	width:40%;
  }
  #benefits .swiper-container-wrapper {
    width: 60%;
    position: relative;
  }
  #benefits .benefits-title p {
    left: 7vw;
    top: -1vw;
    font-size: 3.7vw;
  }
  #benefits .swiper-slide h3 {
    font-size: 3.5vw;
  }
  #benefits .swiper-slide p {
    font-size: 2vw;
  }
  #benefits .swiper-button-next {
    right: 10vw !important;
    top: 32vw !important;
  }
}

@media (max-width: 440px) {
  #benefits {
    padding-top: 15vw;
    padding-bottom: 22vw;
	height:80vw;
  }
  #benefits .swiper-container-wrapper {
    width: 50% !important;
  }
  #benefits .swiper-slide {
    padding: 0px 5px 5px 20px;
    text-align: left;
    color: white;
	height: 43vw !important;
  }
  #benefits .benefits-title {
    font-size: 5vw;
    width: 50%;
    text-align: left;
    font-family: rubik-bold;
  }
  #benefits .benefits-title p {
    left: 7vw;
    top: -12.5vw;
    font-size: 5vw;
  }
  #benefits .swiper-slide h3 {
    font-size: 5vw;
  }
  #benefits .swiper-slide p {
    font-size: 3vw;
  }
  #benefits .swiper-button-next {
    right: 5vw !important;
    top: 53vw !important;
  }
}

/* MINIMIZE SWITCHES */

#minimize {
}

#minimize .content {
  display: flex;
  width: 90%;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 35vw;
  margin-left: 5%;
}

#minimize .content p {
  color: black;
  font-size: 4vw;
  position: relative;
  top: -4vw;
  font-family: rubik-bold;
}

#minimize .content img {
  position: relative;
  top: 0px;
  width: 57vw;
}

@media (max-width: 768px) {
  #minimize .content {
    flex-direction: column;
    height: 51vw;
  }
  #minimize .content img {
    position: relative;
    top: -4vw;
    width: 57vw;
  }
  #minimize .content p {
    color: black;
    font-size: 5vw;
    position: relative;
    top: -11vw;
    font-family: rubik-bold;
    text-align: center;
  }
}

@media (max-width: 440px) {
  #minimize .content {
    flex-direction: column;
    height: 68vw;
  }
  #minimize .content img {
    position: relative;
    top: 0vw;
    width: 86vw;
  }
  #minimize .content p {
    color: black;
    font-size: 8vw;
    position: relative;
    top: -14vw;
    font-family: rubik-bold;
  }
}

/* LESS SWITCHES SECTION  */

#less {
}

#less .container {
  display: flex;
  width: 100%;
}

#less .container .left {
  width: 55%;
  background: url(../images/less.png);
  height: 29vw;
  background-size: contain;
}

#less .container .right {
  width: 45%;
  background-color: #68c34f;
  color: white;
  padding: 5vw;
}

#less .container .right p {
  font-size: 1.1vw;
  font-family: rubik-light;
  overflow: hidden;
}

@media (max-width: 850px) {
  #less .container {
    flex-direction: column;
  }
  #less .container .left {
    width: 100%;
    background: url(../images/less.png);
    height: 51.2vw;
    background-size: contain;
  }
  #less .container .right {
    width: 100%;
    background-color: #68c34f;
    color: white;
    padding: 12vw;
  }
  #less .container .right p {
    font-size: 2vw;
    font-family: rubik-light;
    overflow: hidden;
    height: auto;
  }
}

@media (max-width: 440px) {
  #less .container .right p {
   font-size: 3.2vw;
  }
}

/* ONE APP SECTION  */

#oneapp {
}

#oneapp .container {
  width: 80%;
  display: flex;
  margin-left: 10%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#oneapp .container .text {
  display: flex;
  justify-content: center;
  width: 55%;
  position: relative;
  top: 130px;
  gap: 60px;
}

#oneapp .container .text p {
  width: 35%;
  font-size: 2vw;
  font-family: rubik-bold;
}

#oneapp .container .text .block {
  display: flex;
  flex-direction: column;
  width: 65%;
  gap: 90px;
}

#oneapp .container .text .block p {
  width: 100%;
  font-size: 1.1vw;
  font-family: rubik-light;
}

#oneapp .container .text .block .software {
  display: flex;
  gap: 40px;
}

#oneapp .container .text .block .software img {
}

#oneapp .container .image {
  width: 45%;
  position: relative;
  top: -8vw;
}

#oneapp .container .image img {
	width:30vw;
}

@media (max-width: 1400px) {
  #oneapp .container .image img {
    width: 500px;
  }

  #oneapp .container .text {
    flex-direction: column;
    top: 30px;
    justify-content: flex-start;
  }

  #oneapp .container .text p {
    width: 100%;
    font-size: 50px;
    font-family: rubik-bold;
  }

  #oneapp .container .text .block {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 90px;
  }
}

@media (max-width: 1100px) {
  #oneapp .container .text p {
    font-size: 5vw;
  }
  #oneapp .container .text .block p {
    font-size: 1.1vw;
  }
  #oneapp .container .image img {
    width: 400px;
  }
  #oneapp .container .text .block .software img {
    width: 45px;
  }
}

@media (max-width: 870px) {
  #oneapp .container {
    width: 80%;
    justify-content: center;
    position: relative;
	margin-top: 75px;
    margin-bottom: 125px;
  }
  #oneapp .container .text {
    width: 100%;
    gap: 43vw;
  }
  #oneapp .container .text .block {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  #oneapp .container .text .block p {
    font-size: 2vw;
  }
  #oneapp .container .text .block .software {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  #oneapp .container .image {
    width: 45%;
    position: absolute;
    top: -5vw;
    left: 31vw;
  }
  #oneapp .container .image img {
    width: 51vw;
  }
}

@media (max-width: 600px) {
 
  #oneapp .container .text {
    width: 100%;
    gap: 43vw;
  }
  #oneapp .container .text p {
    font-size: 5vw;
  }
  
}

@media (max-width: 440px) {
  #oneapp .container .text .block .software {
    gap: 20px;
  }
  #oneapp .container .text .block .software img {
    width: 30px;
  }
  #oneapp .container .text .block p{
    font-size: 3.2vw;
  }
}

/* HOUSE BUILT */

#housebuilt {
}

#housebuilt .container {
  width: 100%;
  background: url(../images/housebuilt.png);
  height: 51vw;
  position: relative;
  background-size: cover;
}

#housebuilt .container .mobile {
  display: none;
}

#housebuilt .container .content {
  width: 40%;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #68c34f80;
}

#housebuilt .container .content .text {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  padding: 0px 4vw 0px 4vw;
}

#housebuilt .container .content .text .title {
  font-size: 5vw;
  font-family: rubik-bold;
  color: white;
}

#housebuilt .container .content .text .description {
  font-size: 1.1vw;
  font-family: rubik-light;
  color: white;
}

@media (max-width: 850px) {
  #housebuilt .container {
    width: 100%;
    background: unset;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #housebuilt .container .mobile {
    display: unset;
    background: url(../images/housebuilt.png);
    height: 51vw;
    background-size: cover;
    width: 100%;
  }
  #housebuilt .container .content {
    width: 100%;
    position: relative;
    right: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #68c34f;
    padding: 10vw 5vw 10vw 5vw;
  }

  #housebuilt .container .content .text {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    padding: 0px 4vw 0px 4vw;
  }

  #housebuilt .container .content .text .title {
    font-size: 5vw;
    font-family: rubik-bold;
    color: white;
    width: 50%;
  }
  #housebuilt .container .content .text .description {
    font-size: 2vw;
    font-family: rubik-light;
    color: white;
    width: 50%;
  }
}

@media (max-width: 500px) {
  #housebuilt .container .mobile {
    display: unset;
    background: url(../images/housebuilt.png);
    height: 51vw;
    background-size: cover;
    width: 100%;
  }

  #housebuilt .container .content .text {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    padding: 0px 4vw 0px 4vw;
  }

  #housebuilt .container .content .text .title {
    font-size: 6vw;
    font-family: rubik-bold;
    color: white;
    width: 50%;
  }
  #housebuilt .container .content .text .description {
    font-size: 3.2vw;
    font-family: rubik-light;
    color: white;
    width: 50%;
  }
}

/* SUPER SLIDER */

#superslider {
  height: 100vh;
  width: 100%;
  background-color: black;
  margin: 0rem;
  overflow: hidden;
  position: relative;
}

#superslider .title {
  width: 90%;
  text-align: center;
  margin-left: 5%;
  margin-top: 80px;
  margin-bottom:80px;
}

#superslider .title p {
  color: white;
  font-size: 60px;
}

#superslider .gallery-container{
	width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#superslider .gallery-container .swiper-slide{
	overflow:hidden;
} 

#superslider .gallery-container .image{
    height: 26.9vw;
}

#superslider .title {
  font-family: rubik-bold;
}

@media (max-width: 1200px) {
	#superslider {
        height: 60vw;
	}	
}

@media (max-width: 1000px) {
	#superslider .title p {
        font-size: 5vw;
    }
	
	#superslider {
        height: 80vw;
	}
	
	#superslider .gallery-container .image{
        height: 35.9vw;
    }
}

@media (max-width: 700px) {
	#superslider {
        height: 100vw;
	}
	
	#superslider .title p {
        font-size: 5vw;
    }
	
	#superslider .gallery-container .image{
        height: 53.9vw;
    }
}


@media (max-width: 440px) {
  #superslider {
    height: 147vw;
  }
  #superslider .gallery-container {
    width: 70%;
    margin-left: 15%;
  }
  #superslider .title {
    margin-top: 12vw;
	margin-bottom: 12vw;
  }
  #superslider .title p {
    font-size: 5vw;
  }
  #superslider .gallery-container .image {
    height: 97.9vw;
  }

}

/* VIDEO */

.video{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  position: relative;
  background: black;
}

.video video{
	height:100%;
}

@media(max-width:768px){
  .video{
    height:500px;
	width:100%;
  }
}

@media(max-width:440px){
  .video{
      height:auto;		  
   }
  .video video{
    height:auto;
	width:100%;
  }
}

/* FOOTER*/

#footer {
  font-family: rubik-bold;
}

#footer .contacts {
  background: white;
  width: 1600px;
  height: 200px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc((100% - 1600px) / 2);
}

#footer .contacts .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  height: max-content;
  gap: 0.33%;
}

#footer .contacts .content .item {
  width: 533px;
  color: black;
  position: relative;
}

#footer .contacts .content #left {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 53px;
}

#footer .contacts .content #middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#footer .contacts .content #middle .mailbox {
}

#footer .contacts .content #middle .mailbox p {
  text-transform: uppercase;
  color: #68c34f;
  padding: 0px 2px 11px 10px;
  font-size: 16px;
}

#footer .contacts .content #middle .mailbox #mail {
  position: relative;
}

#footer .contacts .content #middle .mailbox #mail form > img {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 20px;
}

/* Initially hide the black arrow */
#black-arrow {
  display: none;
}

/* When hovering over the submit button, hide the send arrow and show the black arrow */
#contact_submit:hover ~ #send-arrow {
  display: none;
}

#contact_submit:hover ~ #black-arrow {
  display: inline; /* Or block depending on your layout */
}


#footer .contacts .content #middle .mailbox #mail form > input {
  padding: 0px 36px 0px 10px;
  height: 34px;
  border: 2px solid #68c34f;
  width: 160px;
  position: relative;
}

#footer .contacts .content #middle .mailbox #mail form{
  display: flex;
  flex-direction: column;
  gap: 17px;
}

#footer .contacts .content #middle .mailbox #mail form > #contact_submit {
  position: absolute;
  border: none;
  cursor: pointer;
  right: -248px;
  top: 111px;
  z-index: 998;
  color: white;
  background: #68C34F;
  text-align: center;
  padding: 0;
  font-family:rubik-bold;
  height:38px;
}

#footer .contacts .content #middle .mailbox #mail form > #contact_submit:hover {
	
}

#footer .contacts .content #middle img {
  width: 120px;
}

#footer .contacts .content #right {
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction:column;
  gap:85px;
}

#footer .contacts .content #right img{
	width:25px;
}

#footer .copyright {
  height: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 55px;
  font-family: rubik-light;
  font-weight: 400;
  font-style: normal;
  color: #002549;
}

.footer-splitter {
  height: 3px;
  background-color: #68c34f;
  width: 1600px;
  margin-left: calc((100% - 1600px) / 2);
}

@media (max-width: 1600px) {
  .footer-splitter {
    width: 1050px;
    margin-left: calc((100% - 1050px) / 2);
  }

  #footer .contacts {
    width: 1100px;
    margin-left: calc((100% - 1100px) / 2);
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #footer .contacts .content .item {
    width: 367px;
  }

  #footer .contacts .content #left {
    font-size: 37px;
  }

  #footer .contacts .content #middle {
    justify-content: left;
    gap: 49px;
    top: 16px;
  }

  #footer .contacts .content #middle img {
    width: 80px;
  }

  #footer .contacts .content #middle .mailbox p {
    padding: 0px 2px 3px 11px;
  }

  #footer .contacts .content #right {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .footer-splitter {
    width: 90%;
    margin-left: 5%;
  }
  #footer .contacts {
    height: auto;
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #footer .contacts .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }

  #footer .contacts .content #left {
    text-align: center;
  }

  #footer .contacts .content #middle {
    justify-content: center;
    gap: 49px;
    top: 0;
  }

  #footer .contacts .content .item {
    width: 90%;
  }
  #footer .contacts .content #middle .mailbox #mail form > #contact_submit {
	  top:unset;
	  position:unset;
	  right:unset;
	  width:210px;
  }
}

@media (max-width: 550px) {
  .footer-divider {
    display: none;
  }
  #footer .copyright {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 440px) {
  #footer .contacts .content #middle {
    display: flex;
    align-items: end;
  }

  #footer .contacts .content #middle {
    justify-content: center;
	align-items:center;
	flex-direction:column;
    gap: 20px;
    top: 0;
  }

  #footer .contacts .content #middle img {
    width: 50px;
  }
}



















