@font-face {
  font-family: 'Montserrat';
  src: url(Fonts/Montserrat-Medium.ttf) format('truetype');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* html,body{
    overflow-x: hidden;
} */

body {
  background-color: #24252a;
}

header {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 1% 2%;
  background-color: #24252a;
  width: 100%;
  height: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #edf0f1;
}
#brand{
  display: flex;
  align-items: center;
}

#brand img{
  height: auto;
  width: 10em;
}

#useful_links_desktop{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15%;

}

#useful_links_desktop a{
  width: max-content;
  padding-left: 2em;
  padding-right:0;
  text-decoration: none;
  color: white;
  text-align: center;
}

.phone1_logo{
  height:auto;
  width: 7%;
  padding-right: 2%;
}

.clock_logo{
  height:auto;
  width: 7%;
  padding-right: 2%;
}

header nav{
  display: flex;
  align-items: center;
  width: max-content;
}

header nav ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

header nav li{
  padding:1% 2% 1% 0%;
}

header nav ul a{
  text-decoration: none;
  color: white;
}


/* .check-status {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
    text-decoration: none;
    padding: 0.9em 3em;
    background-color: #fff;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 600;

  } */

/* #en,
#ro {
  border-radius: 10%;
}

#en {
  padding: 0.7em 1.7em;
  background-color: #a9c52f;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}

#ro {
  padding: 0.7em 1.7em;
  background-color: #a9c52f;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}

#en:hover,
#ro:hover {
  background-color: #a9c52f;
  color: black;
  font-weight: 600;
} */

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 3px;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.hidden-menu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #24252a;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #edf0f1;
}

.hidden-container {
  font-size: medium;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}

.hidden-container a {
  text-decoration: none;
  color: #fff;
}

.phone-hidden {
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone-hidden a {
  text-align: center;

}

.clock-hidden {
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.clock-hidden a {
  text-align: center;
  display: block;
}

.phone1_logo_hidden {
  width: 10vw;
  height: auto;
  margin-bottom: 2%;
}

.clock_logo_hidden {
  width: 10vw;
  height: auto;
  margin-bottom: 2%;
}

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

#en-hidden,
#ro-hidden {
  border-radius: 0.25em;
}

#en-hidden {
  padding: 0.7em 1.7em;
  background-color: #2c5d63;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  margin-right: 5px;
}

#ro-hidden {
  padding: 0.7em 1.7em;
  background-color: #2c5d63;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  margin-left: 5px;
}

#en-hidden:hover,
#ro-hidden:hover {
  background-color: #a9c52f;
  color: black;
  font-weight: 600;
}

/* .modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.324);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
  }

  .modal-design{
    height: 40%;
  }

  .modal-design form{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }

  .modal-design i{
    font-size: x-large;
    margin-top: 1%;
  }

  .modal-window h1{
    padding-top: 15%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: xx-large;
    color: #fff;
    align-self: auto;
  }

  .modal-window input{
    margin-top: 15%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2em;
    padding: 1.2em 3em;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
  }

  .modal-design hr{
  margin-top: 1em;
  margin-left: 35%;
  margin-right: 35%;
  border: 4px solid #a9c52f;
  border-radius: 1em;
  }

  .modal-window button{
    margin-left: 0%;
    padding: 1em 2.5em;
  }

  .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .modal-window > div {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #24252a;
  }

    .modal-close {
      color: #fff;
      line-height: 70px;
      font-size: 80%;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 15%;
      text-decoration: none;
   }
    .modal-close:hover {
      color: #a9c52f;
   }

   .modal-window > div {
    border-radius: 1rem;
  }

  .modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
  }


  .check-status-hidden{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0.9em 1.7em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 7%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }
   */
/* 
.phone1_logo {
  width: 2.5vw;
  height: auto;
}

.clock_logo {
  width: 2.5vw;
  height: auto;
} */


.cta:hover {
  background-color: #a9c52f;
  color: black;
}

.check-status:hover {
  background-color: #a9c52f;
}

.slider-carousel-1 {
  background-color: #24252a;
  width: 100%;
  z-index: -999;
}

.slider-carousel-1 .previous {
  position: absolute;
  top: 60%;
  left: 3%;
  z-index: 99;
  font-size: 2em;
  color: #a9c52f;
  cursor: pointer;
}

.slider-carousel-1 .nextone {
  position: absolute;
  top: 60%;
  right: 3%;
  z-index: 999;
  font-size: 2em;
  color: #a9c52f;
  cursor: pointer;
}

.slider-carousel-1 .slick-carousel-1 {
  width: 100%;
  overflow: hidden;
}

.slider-carousel-1 .slick-carousel-1 .element {
  display: inline-block;
  width: 100%;
}

.slider-carousel-1 img {
  width: 100%;
  height: 120%;
}

.phone-section {
  width: 100%;
  height: 680px;
  background-image: url(Images/form-image.webp);
  position: relative;
  top: 0px;
  z-index: 9;
}

.phone-section-text {
  padding-top: 2em;
  padding-left: 5%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: xxx-large;
  color: #fff;
}

.phone-section hr {
  border: 4px solid #a9c52f;
  border-radius: 1em;
  margin-left: 5%;
  margin-right: 85%;
}

.phone-section form {
  margin-top: 2em;
}

.form_input_phone_section{
  margin-top: 1.5em;
  margin-left: 5%;
  padding: 1.3em 10em;
  background-color: #d4d6d6;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.phone-section button {
  margin-top: 2%;
  margin-left: 5%;
  padding: 0.9em 4em;
  background-color: #a9c52f;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  color: #24252a;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  text-decoration: none;
}

.phone-section img {
  position: absolute;
  left: 50%;
  top: 10%;
  height: auto;
  width: auto;
}

.phone-section button:hover {
  background-color: #2c5d63;
  color: white;
}

.benefits {
  width: 100%;
  height: 100%;
  background-image: url(Images/benefits-phone.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  top: -220px;
  padding-top:0.5em;
}

.benefits hr {
  border: 4px solid #a9c52f;
  border-radius: 1em;
  margin-left: 55%;
  margin-right: 35%;
}

.benefits h1 {
  margin-left: 55%;
  margin-top: 10%;
  padding-top: 7%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3em;
  color: rgb(0, 0, 0);
}

.benefits-list {
  margin-left: 55%;
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.benefits-list h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-left: 18%;
  margin-bottom: 2%;
}

.benefits-list p {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-left: 18%;
  margin-top: 2%;
  text-align: left;
}

.benefits-list img {
  width: 3vw;
  position: relative;
  /* background-color: #bcbcbc; */
  transition: 0.2s;
  transition-property: color, transform;
}

.benefits-list img:hover {

  background-color: #F4F4F4;
  transform: scale(1.1);
}

.acoperire,
.garantie,
.reparatie,
.pick-up {
  padding-bottom: 5%;
  padding-right: 5%;
}

.acoperire div,
.garantie div,
.reparatie div,
.pick-up div {
  position: absolute;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: rgb(220, 220, 220);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.1em 0.3em #cfcfcf;
}

.acoperire div:hover,
.garantie div:hover,
.reparatie div:hover,
.pick-up div:hover {
  background-color: #fff;
  box-shadow: 0.1em 0.3em #F4F4F4;
}

.acoperire img:hover,
.garantie img:hover,
.reparatie img:hover,
.pick-up img:hover {
  background-color: #fff;
}

.services {
  position: relative;
  top: -185px;
  /* height: 100px; */
  background-color: #24252a;
}

.services .next {
  position: absolute;
  top: 45%;
  right: 5%;
  font-size: 2.5em;
  color: #a9c52f;
  cursor: pointer;
}

.services .prev {
  position: absolute;
  top: 45%;
  left: 5%;
  font-size: 2.5em;
  color: #a9c52f;
  cursor: pointer;
}

.services .slick-slider {
  width: 84%;
  height: 160px;
  margin: 0px auto;
  overflow: hidden;
  padding: 1% 0 1% 0;
  /* border: 1px dashed red; */
  background-color: #24252a;
}

.services .slick-slider .post {
  width: 10vw;
  height: 20vh;
  margin: 0em 1em;
  display: inline-block;
  background-color: #a9c52f;
  border-radius: 0.9em;
  cursor: pointer;
}

.round {
  position: relative;
  width: 100px;
  height: 5vh;
  z-index: 999;
  opacity: 0;
  margin-left: 30%;
}

span {
  z-index: 999;
  height: 3px;
  margin: 1px;
  width: 25px;
  background: #fff;
  transition: 0.4s ease;
}

span:first-child {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 25%;
  bottom: 35%;
}

span:nth-child(2) {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 45%;
  bottom: 35%;
}

span:nth-child(3) {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 25%;
  bottom: 54%;
}

span:nth-child(4) {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 45%;
  bottom: 54%;
}

.post:hover span:nth-child(1) {
  transform: rotate(-135deg);
}

.post:hover span:nth-child(2) {
  transform: rotate(135deg);
}

.post:hover span:nth-child(3) {
  transform: rotate(225deg);
}

.post:hover span:nth-child(4) {
  transform: rotate(-225deg);
}

.services .slick-slider .post .slider-image {
  width: 100%;
  height: 60%;
  transition: 0.2s;
  transition-property: color, transform;
}

.slider-image {
  margin-top: 8%;
  transition: 0.2s;
  transition-property: color, transform;
}

.slider-image:hover {
  transform: scale(1.1);
}

.services-hidden {
  /* border: 1px solid red; */
  position: relative;
  top: -100px;
  background-color: #cfcfcf;
}

.services-hidden .services-desc {
  width: 100%;
  height: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1em 0 1em 0;
  /* border: 1px dashed red; */
  background-color: #24252a;
  color: white;
  display: none;
}

.hidden-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 5;
  column-gap: 15%;
  font-size: x-large;
  margin-left: 9em;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  font-family: "Montserrat", sans-serif;
  line-height: 3em;
  color: #a9c52f;
}

.post {
  transition: 2s;
}

.post:hover .round {
  opacity: 0.5;
}

.sell {
  position: relative;
  top: -100px;
  height: 285px;
  background-image: url(Images/phone-sell.webp);
}

.sell h1 {
  padding-top: 2%;
  margin-left: 5%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2em;
  color: #24252a;
}

.sell p {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-left: 5%;
  margin-top: 1em;
  text-align: left;
  font-size: 1.1em;
}

.sell button {
  margin-left: 1%;
  padding: 0.9em 4em;
  background-color: #a9c52f;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  color: #24252a;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  text-decoration: none;
}


.sell button:hover {
  background-color: #2c5d63;
  color: white;
}

.sell input {
  margin-top: 2em;
  margin-left: 5%;
  padding: 1.3em 10em;
  background-color: #d4d6d6;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.team {
  /* border: 1px solid red; */
  position: relative;
  top: 0px;
  background-color: #262626;
}

.team h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-self: center;
  z-index: 999;
  padding-top: 5%;
}

.team hr {
  border: 4px solid #a9c52f;
  border-radius: 2em;
  margin-left: 45%;
  margin-right: 45%;
}

.team-post p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 2em;
  color: #fff;
}

.team-post h2 {
  padding-top: 5%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.3em;
  color: #fff;
  text-align: center;

}

.team .nextarr {
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 2.5em;
  color: #a9c52f;
  cursor: pointer;
  z-index: 999;
}

.team .prevarr {
  position: absolute;
  top: 50%;
  left: 2%;
  font-size: 2.5em;
  color: #a9c52f;
  cursor: pointer;
}

.slick-team{
  padding-top: 5%;
  padding-bottom: 5%;
}

.team .slick-team {
  width: 80%;
  height: 100%;
  overflow: hidden;
  background-color: #262626;
  margin: 0px auto;
}

.team .slick-team .team-post {
  width: 15vw;
  height: 40vh;
  display: inline-block;
  background-color: transparent;
}

.team .slick-team .team-post img {
  width: 100%;
  height: auto;
  transition: 0.2s;
  transition-property: color, transform;
}


.map-section {
  position: relative;
  background-color: #fff;
  height: 100%;
  top: 0px;
}

.map-section h1 {
  padding-top: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3em;
  color: #24252a;
  display: flex;
  justify-content: center;
  align-self: center;
}

.map-section hr {
  border: 4px solid #a9c52f;
  border-radius: 1em;
  margin-left: 45%;
  margin-right: 45%;
  margin-top: 1em;
}

#map-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#map-text {
  margin-top: 10%;
  padding: 3% 8%;
  background-color: #a9c52f;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  color: #24252a;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  text-decoration: none;
}

.map {
  margin-top: 0px;
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-section img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.map-iframe {
  margin-top: 15px;
  height: 700px;
  width: 100%;
}

.newsletter {
  position: relative;
  top: 0px;
  margin-top: 1em;
  background-color: #24252a;
  height: 200px;
}

.newsletter h1 {
  padding-top: 1em;
  padding-left: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2em;
  color: #fff;
  display: flex;
  align-self: center;
  justify-content: center;
}

.newsletter input {
  margin-top: 2em;
  margin-left: 10%;
  margin-bottom: 2em;
  padding: 2% 15%;
  background-color: #d4d6d6;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.newsletter button {
  margin-left: 3%;
  padding: 2% 7%;
  background-color: #a9c52f;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  color: #24252a;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  text-decoration: none;
}

.newsletter button:hover {
  background-color: #2c5d63;
  color: white;
}

.left-newsletter {
  width: 50%;
  float: left;
}

.right-newsletter {
  width: 50%;
  float: right;
}

.img-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.newsletter img {
  width: 4vw;
  margin-left: 4em;
  margin-top: 2em;
  transition: 0.2s;
  transition-property: color, transform;
}

.newsletter img:hover {
  transform: scale(1.2);
}

footer {
  position: relative;
  top: 0px;
  background-color: #24252a;
  height: 200px;
  border-top: 2px solid #a9c52f;
}

footer p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 1em;
  margin-top: 2em;
  color: #fff;
}

.footer-1 {
  width: 25%;
  float: left;
  display: flex;
  align-self: center;
  justify-content: center;
}

.footer-2 {
  width: 25%;
  float: left;
  display: flex;
  align-self: center;
  justify-content: center;
}

.footer-3 {
  width: 25%;
  float: left;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.footer-4 {
  width: 25%;
  display: flex;
  align-self: center;
  justify-content: flex-start;
  color: #a9c52f;
}

.footer-4 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 1em;
  color: #a9c52f;
}

footer img {
  width: 10vw;
  margin-top: 2em;
}

#social-menu{
  display: none;
}

.social-link{
  display:flex;
  text-decoration:none;
  color:white;
}

#social-menu-div{
  display:flex;
  justify-content:space-between;
  list-style:none;
  padding-left:10%;
  padding-right:10%;
}

@media screen and (max-width:480px) and (orientation: portrait) {
  header {
    width: 100%;
    background-color: #24252a;
    height: 11vh;
  }

  #brand {
    margin-left: 5%;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
    margin-right: 0;
  }

  .logo img {
    left: 0%;
    width: 8em;
  }

  .phone1_logo {
    display: none;
  }

  .contact {
    display: none;
  }

  .clock_logo {
    display: none;
  }

  .cta {
    display: none;
  }

  #useful_links_desktop{
    display: none;
  }

  .check-status {
    display: none;
  }

  .phone-hidden {
    margin-top: 1em;
  }

  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
  }

  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }

  .hidden-menu {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #24252a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
  }

  .hidden-container {
    font-size: medium;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
  }

  .hidden-container a {
    text-decoration: none;
    color: #fff;
  }

  #useful_links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #useful_links a{
    padding-top: 2%;
    padding-bottom: 2%;
    text-decoration: underline;
  }

  .phone-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .phone-hidden a {
    text-align: center;

  }

  .clock-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .clock-hidden a {
    text-align: center;
    display: block;
  }

  .phone1_logo_hidden {
    width: 10vw;
    height: auto;
    margin-bottom: 2%;
  }

  .clock_logo_hidden {
    width: 10vw;
    height: auto;
    margin-bottom: 2%;
  }

  .languages-hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
  }

  #en-hidden,
  #ro-hidden {
    border-radius: 0.25em;
  }

  #en-hidden {
    padding: 0.6em 1.5em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-right: 2%;
  }

  #ro-hidden {
    padding: 0.6em 1.5em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-left: 2%;
  }

  #en-hidden:hover,
  #ro-hidden:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }


  .check-status-hidden {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0.9em 1.7em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 7%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }

  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 25%;
    left: 3%;
    z-index: 999;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 25%;
    right: 3%;
    z-index: 999;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section-text {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 2%;
    font-weight: 800;
    font-size: x-large;

  }

  .phone-section {
    width: 100%;
    height: 700px;
    background-image: url(Images/form-image-mobile.webp);
    background-size: cover;
    position: relative;
    top: 0px;
    z-index: 9;
  }

  .phone-section hr {
    border: 4px solid #a9c52f;
    border-radius: 5px;
    margin-left: 5%;
    margin-right: 80%;
  }

  .phone-section form {
    margin-top: 5%;
  }

  .phone-section input {
    margin-left: 10%;
    margin-bottom: 5%;
    padding: 2.5% 20%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
  }

  form button {
    margin-left: 32.5%;
    padding: 2.5% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 20%;
    top: 60%;
    height: auto;
    width: 70%;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
  }

  .benefits hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .benefits h1 {
    margin-left: 5%;
    padding-top: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: xx-large;
  }

  .benefits-list {
    margin-left: 5%;
    margin-top: 10%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 2%;

  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: large;
    margin-left: 25%;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 25%;
    margin-top: 2%;
    font-size: 1em;
    text-align: left;
  }

  .benefits-list img {
    width: 10vw;
    position: relative;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }

  .acoperire {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
    opacity: 1;
  }

  .reparatie {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .pick-up {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 1px 4px #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }



  .services {
    /* border: 1px solid red; */
    position: relative;
    top: 10px;
    background-color: #24252a;
  }

  .services .next {
    position: absolute;
    top: 45%;
    right: 2%;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 45%;
    left: 2%;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 84%;
    height: 180px;
    margin: 0px auto;
    overflow: hidden;
    padding: 1% 0 1% 0;
    /* border: 1px dashed red; */
    background-color: #24252a;
  }
  
  .services .slick-slider .post {
    width: 10vw;
    height: 20vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 0.9em;
    cursor: pointer;
  }

  #slick-slide-control00 {
    display: none !important;
  }

  #slick-slide-control01 {
    display: none !important;
  }

  #slick-slide-control02 {
    display: none !important;
  }

  #slick-slide-control03 {
    display: none !important;
  }

  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 60%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 20%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    position: relative;
    top: 20px;
    background-color: #24252a;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 5% 0 5% 0;
    background-color: #24252a;
    color: white;
    display: none;
  }

  .post:hover .round {
    opacity: 0;
  }

  .hidden-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 5;
    column-gap: 4em;
    font-size: small;
    margin-left: 5em;
    margin-right: 2em;
    margin-top: 4em;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .sell {
    position: relative;
    top: 20px;
    height: 80vh;
    background-image: url(Images/phone-sell-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sell h1 {
    margin-left:0%;
    padding-top: 10%;
    padding-left: 0%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #24252a;
    text-align: center;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 0%;
    padding-left: 5%;
    padding-right:5%;
    padding-top: 10%;
    text-align: center;
  }

  .sell button {
    margin-left: 32%;
    padding: 3% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    margin-right: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .sell input {
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
    padding: 3.5% 20%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }



  /*.team-images img {
    width: 110%;
    height: auto;
  }

  .team-images .team-box {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 1em;
    font-size: medium;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10%;
    font-family: "Montserrat", sans-serif;
    line-height: 2em;
    color: #a9c52f;
  }


  .team-box {
    margin-bottom: 10%;
  }
  */


  .team {
    /* border: 1px solid red; */
    position: relative;
    top: 0px;
    background-color: #262626;
  }

  .team h1 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
    z-index: 999;
  }
  .team hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
  }

  .team-post p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 2em;
    color: #fff;
  }

  .team-post h2 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    color: #fff;
    text-align: center;

  }

  .team .nextarr {
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
    z-index: 999;
  }

  .team .prevarr {
    position: absolute;
    top: 50%;
    left: 2%;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slick-team{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .team .slick-team {
    width: 80%;
    height: 100%;
    overflow: hidden;
    background-color: #262626;
    margin: 0px auto;
  }

  .team .slick-team .team-post {
    width: 15vw;
    height: 40vh;
    display: inline-block;
    background-color: transparent;
  }

  .team .slick-team .team-post img {
    width: 100%;
    height: auto;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .map-section {
    position: relative;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 3%;
  }


  .map {
    margin-top: 5%;
    width: 100%;
    height: 80vh;
  }

  .newsletter {
    position: relative;
    top: 5px;
    background-color: #24252a;
    height: 35vh;
  }

  .newsletter h1 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #fff;
    display: flex;
    align-self: center;
  }

  .newsletter input {
    margin-top: 5%;
    margin-left: 17%;
    margin-bottom: 5%;
    padding: 3% 15%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 34%;
    padding: 3% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 100%;
    float: left;
  }

  .right-newsletter {
    width: 100%;
    float: right;
    display: none;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 2em;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 70vh;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1em;
    margin-top: 10%;
    color: #fff;
  }

  .footer-1 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-2 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-4 {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 1em;
    color: #a9c52f;
  }

  footer img {
    width: 35%;
    margin-top: 10%;
  }

  #social-menu{
    position: fixed;
 		bottom: 0;
		left: 0;
		background-color: #a9c52f;
		width: 100%;
		height: 4rem;
 		display: grid;
		align-content: center;
    z-index:999;
    font-size:x-large;
  }

}

@media screen and (max-width:480px) and (orientation: landscape) {
  header {
    width: 100%;
    background-color: #24252a;
    height: 17vh;
  }

  #brand {
    margin-left: 5%;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
    margin-right: 5%;
    padding-top: 0%;
  }

  .logo img {
    left: 0%;
    width: 5em;
    padding-top: 10%;
  }

  .phone1_logo {
    display: none;
  }

  .contact {
    display: none;
  }

  .clock_logo {
    display: none;
  }

  #useful_links_desktop{
    display: none;
  }

  .cta {
    display: none;
  }

  .check-status {
    display: none;
  }

  .phone-hidden {
    margin-top: 1em;
  }

  #hamburger-icon div {
    width: 25px;
    height: 2px;
    background-color: white;
    margin: 6.25px 0;
    transition: 0.4s;
    border-radius: 3px;
  }

  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }

  .hidden-menu {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #24252a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
  }

  .hidden-container {
    font-size: medium;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
  }

  .hidden-container a {
    text-decoration: none;
    color: #fff;
  }

  #useful_links {
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #useful_links a{
    padding-top: 2%;
    text-decoration: underline;
  }

  .phone-hidden {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .phone-hidden a {
    text-align: center;
    font-size: small;
  }

  .clock-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .clock-hidden a {
    text-align: center;
    display: block;
    font-size: small;
  }

  .phone1_logo_hidden {
    width: 6vw;
    height: auto;
    margin-bottom: 1%;
  }

  .clock_logo_hidden {
    width: 6vw;
    height: auto;
    margin-bottom: 1%;
  }

  .languages-hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
  }

  #en-hidden,
  #ro-hidden {
    border-radius: 0.25em;
  }

  #en-hidden {
    padding: 0.5em 0.7em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-right: 1%;
    font-size: small;
  }

  #ro-hidden {
    padding: 0.5em 0.7em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-left: 1%;
    font-size: small;
  }

  #en-hidden:hover,
  #ro-hidden:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }


  .check-status-hidden {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: small;
    color: #000000;
    text-decoration: none;
    padding: 0.6em 1.3em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 3%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }


  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 65%;
    left: 2%;
    z-index: 999;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 65%;
    right: 2%;
    z-index: 999;
    font-size: 1.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section {
    width: 100%;
    height: 110vh;
    background-image: url(Images/form-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    z-index: 9;
  }

  .phone-section-text {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 2%;
    font-weight: 800;
    font-size: large;

  }

  .phone-section hr {
    border: 3px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .phone-section form {
    margin-top: 5%;
  }

  .phone-section input {
    margin-left: 5%;
    margin-bottom: 3%;
    padding: 1.5% 4%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: small;
  }

  form button {
    margin-left: 5%;
    padding: 1.25% 5%;
    background-color: #a9c52f;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 50%;
    top: 27%;
    height: auto;
    width: 50%;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
  }

  .benefits hr {
    border: x solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .benefits h1 {
    margin-left: 5%;
    padding-top: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: x-large;
  }

  .benefits-list {
    margin-left: 5%;
    margin-top: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 2%;
  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.1em;
    margin-left: 20%;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 20%;
    margin-top: 1%;
    font-size: 0.8em;
    text-align: left;
  }

  .benefits-list img {
    width: 6vw;
    position: relative;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }

  .acoperire {
    margin-top: 0%;
    transition: 0.2s;
    transition-property: color, transform;
    opacity: 1;
  }

  .reparatie {
    margin-top: 0%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .pick-up {
    margin-top: 0%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 1px 4px #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }



  .services {
    position: relative;
    top: -10px;
    background-color: #24252a;
  }

  .services .next {
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 50%;
    left: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 84%;
    height: 160px;
    margin: 5% auto;
    overflow: hidden;
    padding: 0.5em 0 1em 0;
    background-color: #24252a;
  }

  .services .slick-slider .post {
    width: 10vw;
    height: 30vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 1em;
    cursor: pointer;
  }

  #slick-slide-control00 {
    display: none !important;
  }

  #slick-slide-control01 {
    display: none !important;
  }

  #slick-slide-control02 {
    display: none !important;
  }

  #slick-slide-control03 {
    display: none !important;
  }

  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 70%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    position: relative;
    top: 25px;
    background-color: #24252a;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 5% 0 5% 0;
    background-color: #24252a;
    color: white;
    display: none;
  }

  .post:hover .round {
    opacity: 0;
  }

  .hidden-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 5;
    column-gap: 4em;
    font-size: small;
    margin-left: 5em;
    margin-right: 2em;
    margin-top: 4em;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .sell {
    position: relative;
    top: 45px;
    height: 500px;
    background-image: url(Images/phone-sell-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sell h1 {
    padding-top: 7%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    color: #000000;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 5%;
    margin-right: 11%;
    margin-top: 7%;
    font-size: 1em;
    text-align: left;
  }

  .sell button {
    margin-left: 0%;
    padding: 2% 3%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .sell input {
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    padding: 2.2% 7%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: small;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }

  .team {
    position: relative;
    top: 0px;
    background-color: #24252a;
  }

  .team h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .team hr {
    border: 3px solid #a9c52f;
    border-radius: 1em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
  }

  .team-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 2em;
  }

  .team-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 0.7em;
    color: #fff;
  }

  .team-box h2 {
    padding-top: 0.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
  }

  .team-box {
    margin-right: 1.5em;
    margin-top: 2em;
    margin-bottom: 3em;
  }

  .team-box img {
    width: 18vw;
    height: auto;
  }

  .map-section {
    position: relative;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 3px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 2%;
  }


  .map {
    margin-top: 2%;
    width: 100%;
    height: 120vh;
  }

  .newsletter {
    position: relative;
    top: 0px;
    margin-top: 1em;
    background-color: #24252a;
    height: 150px;
  }

  .newsletter h1 {
    padding-top: 1em;
    padding-left: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1em;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .newsletter input {
    margin-top: 1em;
    margin-left: 15%;
    margin-bottom: 1em;
    padding: 3% 7%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 37%;
    padding: 2% 7%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 50%;
    float: left;
  }

  .right-newsletter {
    width: 50%;
    float: right;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 7vw;
    margin-left: 1em;
    margin-top: 2em;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 30vh;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 0.5em;
    margin-top: 1em;
    color: #fff;
  }

  .footer-1 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-end;
  }

  .footer-2 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-right: 3%;
  }

  .footer-4 {
    width: 25%;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 0.5em;
    color: #a9c52f;
  }

  footer img {
    width: 15vw;
    margin-top: 0.8em;
  }

  #social-menu{
    display: none;
  }
}

@media (min-width:481px) and (max-width:767px) and (orientation: landscape) {
  header {
    width: 100%;
    background-color: #24252a;
    height: 17vh;
  }

  #brand {
    margin-left: 5%;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
    margin-right: 5%;
    padding-top: 1.5%;
  }

  .logo img {
    left: 0%;
    width: 9em;
    padding-top: 10%;
  }

  .phone1_logo {
    display: none;
  }

  .contact {
    display: none;
  }

  .clock_logo {
    display: none;
  }

  #useful_links_desktop{
    display: none;
  }

  .cta {
    display: none;
  }

  .check-status {
    display: none;
  }

  .phone-hidden {
    margin-top: 1em;
  }

  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
  }

  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }

  .hidden-menu {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #24252a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
  }

  .hidden-container {
    font-size: medium;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
  }

  .hidden-container a {
    text-decoration: none;
    color: #fff;
  }

  #useful_links {
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #useful_links a{
    padding-top: 2%;
    text-decoration: underline;
  }

  .phone-hidden {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .phone-hidden a {
    text-align: center;

  }

  .clock-hidden {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .clock-hidden a {
    text-align: center;
    display: block;
  }

  .phone1_logo_hidden {
    width: 5vw;
    height: auto;
    margin-bottom: 1%;
  }

  .clock_logo_hidden {
    width: 5vw;
    height: auto;
    margin-bottom: 1%;
  }

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

  #en-hidden,
  #ro-hidden {
    border-radius: 0.25em;
  }

  #en-hidden {
    padding: 0.6em 1em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-right: 1%;
  }

  #ro-hidden {
    padding: 0.6em 1em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-left: 1%;
  }

  #en-hidden:hover,
  #ro-hidden:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }


  .check-status-hidden {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0.9em 1.7em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 3%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }



  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 65%;
    left: 2%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 65%;
    right: 2%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section {
    width: 100%;
    height: 110vh;
    background-image: url(Images/form-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    z-index: 9;
  }

  .phone-section-text {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 2%;
    font-weight: 800;
    font-size: x-large;

  }

  .phone-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .phone-section form {
    margin-top: 5%;
  }

  .phone-section input {
    margin-left: 5%;
    margin-bottom: 3%;
    padding: 2% 10%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: small;
  }

  form button {
    margin-left: 5%;
    padding: 1.5% 10%;
    background-color: #a9c52f;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 50%;
    top: 30%;
    height: auto;
    width: 50%;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
  }

  .benefits hr {
    border: x solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .benefits h1 {
    margin-left: 5%;
    padding-top: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: xx-large;
  }

  .benefits-list {
    margin-left: 5%;
    margin-top: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 2%;
  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: large;
    margin-left: 20%;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 20%;
    margin-top: 1%;
    font-size: 1em;
    text-align: left;
  }

  .benefits-list img {
    width: 6vw;
    position: relative;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }

  .acoperire {
    margin-top: 0%;
    transition: 0.2s;
    transition-property: color, transform;
    opacity: 1;
  }

  .reparatie {
    margin-top: 0%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .pick-up {
    margin-top: 0%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 1px 4px #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }



  .services {
    position: relative;
    top: 0px;
    background-color: #24252a;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .services .next {
    position: absolute;
    top: 45%;
    right: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 45%;
    left: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 84%;
    height: 100%;
    overflow: hidden;
    background-color: #24252a;
  }

  .services .slick-slider .post {
    width: 10vw;
    height: 30vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 1em;
    cursor: pointer;
  }
  #slick-slide-control00 {
    display: none !important;
  }

  #slick-slide-control01 {
    display: none !important;
  }

  #slick-slide-control02 {
    display: none !important;
  }

  #slick-slide-control03 {
    display: none !important;
  }

  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 70%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    position: relative;
    top: 0px;
    background-color: #24252a;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 5% 0 5% 0;
    background-color: #24252a;
    color: white;
    display: none;
  }

  .post:hover .round {
    opacity: 0;
  }

  .hidden-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 5;
    column-gap: 4em;
    font-size: medium;
    margin-left: 5em;
    margin-right: 2em;
    margin-top: 4em;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .sell {
    position: relative;
    top: 0px;
    height: 400px;
    background-image: url(Images/phone-sell-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sell h1 {
    padding-top: 7%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.6em;
    color: #24252a;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 5%;
    margin-right: 11%;
    margin-top: 7%;
    font-size: 1.1em;
    text-align: left;
  }

  .sell button {
    margin-left: 0%;
    padding: 2.2% 4%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .sell input {
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    padding: 2.2% 10%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: medium;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }

  .team {
    position: relative;
    top: 0px;
    background-color: #262626;
  }

  .team h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .team hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
  }

  .map-section {
    position: relative;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 2%;
  }


  .map {
    margin-top: 2%;
    width: 100%;
    height: 120vh;
  }

  .newsletter {
    position: relative;
    top: 0px;
    margin-top: 1em;
    background-color: #24252a;
    height: 220px;
  }

  .newsletter h1 {
    padding-top: 1em;
    padding-left: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .newsletter input {
    margin-top: 2em;
    margin-left: 15%;
    margin-bottom: 1em;
    padding: 3% 12%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 37%;
    padding: 2% 7%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 50%;
    float: left;
  }

  .right-newsletter {
    width: 50%;
    float: right;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 7vw;
    margin-left: 1.7em;
    margin-top: 2em;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 30vh;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 0.7em;
    margin-top: 1em;
    color: #fff;
  }

  .footer-1 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-end;
  }

  .footer-2 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-right: 3%;
  }

  .footer-4 {
    width: 25%;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 0.8em;
    color: #a9c52f;
  }

  footer img {
    width: 15vw;
    margin-top: 0.8em;
  }

  #social-menu{
    display: none;
  }

}

@media (min-width:481px) and (max-width:767px) and (orientation: portrait) {
  header {
    width: 100%;
    background-color: #24252a;
    height: 13vh;
  }

  #brand {
    margin-left: 5%;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
    margin-right: 5%;
  }

  .logo img {
    left: 0%;
    width: 9em;
  }

  .phone1_logo {
    display: none;
  }

  .contact {
    display: none;
  }

  .clock_logo {
    display: none;
  }

  .cta {
    display: none;
  }

  #useful_links_desktop{
    display: none;
  }

  .check-status {
    display: none;
  }

  .phone-hidden {
    margin-top: 1em;
  }

  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
  }

  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }

  .hidden-menu {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #24252a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
  }

  .hidden-container {
    font-size: medium;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
  }

  .hidden-container a {
    text-decoration: none;
    color: #fff;
  }

  #useful_links {
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #useful_links a{
    padding-top: 2%;
    text-decoration: underline;
  }


  .phone-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .phone-hidden a {
    text-align: center;

  }

  .clock-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .clock-hidden a {
    text-align: center;
    display: block;
  }

  .phone1_logo_hidden {
    width: 10vw;
    height: auto;
    margin-bottom: 2%;
  }

  .clock_logo_hidden {
    width: 10vw;
    height: auto;
    margin-bottom: 2%;
  }

  .languages-hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
  }

  #en-hidden,
  #ro-hidden {
    border-radius: 0.25em;
  }

  #en-hidden {
    padding: 0.6em 1.5em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-right: 2%;
  }

  #ro-hidden {
    padding: 0.6em 1.5em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-left: 2%;
  }

  #en-hidden:hover,
  #ro-hidden:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }


  .check-status-hidden {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0.9em 1.7em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 7%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }




  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 35%;
    left: 2%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 35%;
    right: 2%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section {
    width: 100%;
    height: 800px;
    background-image: url(Images/form-image-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat !important;
    position: relative;
    top: 0px;
    z-index: 9;
  }

  .phone-section-text {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 2%;
    font-weight: 800;
    font-size: xx-large;

  }

  .phone-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .phone-section form {
    margin-top: 5%;
  }

  .phone-section input {
    margin-left: 12%;
    margin-bottom: 5%;
    padding: 2.5% 20%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: medium;
  }

  form button {
    margin-left: 34%;
    padding: 2.5% 10%;
    background-color: #a9c52f;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 25%;
    top: 70%;
    height: auto;
    width: 60%;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
  }

  .benefits hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .benefits h1 {
    margin-left: 5%;
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: xxx-large;
  }

  .benefits-list {
    margin-left: 5%;
    margin-top: 7%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 2%;

  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: x-large;
    margin-left: 25%;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 25%;
    margin-top: 2%;
    font-size: 1.25em;
    text-align: left;
  }

  .benefits-list img {
    width: 8vw;
    position: relative;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }

  .acoperire {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
    opacity: 1;
  }

  .reparatie {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .pick-up {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 1px 4px #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }



  .services {
    /* border: 1px solid red; */
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services .next {
    position: absolute;
    top: 45%;
    right: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 45%;
    left: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 85%;
    height: 100%;
    margin: 5% auto;
    overflow: hidden;
    padding: 1em 0 1em 0;
    background-color: #24252a;
  }

  .services .slick-slider .post {
    width: 10vw;
    height: 20vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 1em;
    cursor: pointer;
  }

  #slick-slide-control00 {
    display: none !important;
  }

  #slick-slide-control01 {
    display: none !important;
  }

  #slick-slide-control02 {
    display: none !important;
  }

  #slick-slide-control03 {
    display: none !important;
  }

  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 60%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 15%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    position: relative;
    top: 0px;
    background-color: #24252a;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 5% 0 5% 0;
    background-color: #24252a;
    color: white;
    display: none;
  }

  .post:hover .round {
    opacity: 0;
  }

  .hidden-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 5;
    column-gap: 4em;
    font-size: medium;
    margin-left: 5em;
    margin-right: 2em;
    margin-top: 4em;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .sell {
    position: relative;
    top: 0px;
    height: 500px;
    background-image: url(Images/phone-sell-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sell h1 {
    padding-top: 10%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #24252a;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    font-size: 1.3em;
    text-align: left;
  }

  .sell button {
    margin-left: 32%;
    padding: 3% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .sell input {
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
    padding: 3.5% 20%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: medium;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }

  .team {
    position: relative;
    top: 0px;
    width: 100%;
    background-color: #24252a;
  }

  .team h1 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.75em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .team hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
  }

  
  .team{
    background-color: #262626;
  }

  .map-section {
    position: relative;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 2%;
  }


  .map {
    margin-top: 5%;
    width: 100%;
    height: 80vh;
  }

  .newsletter {
    position: relative;
    top: 20px;
    background-color: #24252a;
    height:500px;
  }

  .newsletter h1 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    color: #fff;
    display: flex;
    align-self: center;
  }

  .newsletter input {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 20%;
    padding: 3% 15%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 3em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: medium;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 36%;
    padding: 3% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 3em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 100%;
  }

  .right-newsletter {
    width: 100%;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 5em;
    margin-left: 2em;
    margin-top: 10%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 100px;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.25em;
    margin-top: 10%;
    color: #fff;
  }

  .footer-1 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-2 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-4 {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 1.25em;
    color: #a9c52f;
    margin-bottom: 3em;
  }

  footer img {
    width: 35%;
    margin-top: 10%;
  }

  .social {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body {
    background-color: #24252a;
  }

  header {
    display: flex;
    justify-content: space-between;
    background-color: #24252a;
    width: 100%;
    height: 100px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
    text-decoration: none;
  }

  header a {
    text-decoration: none;
  }

  #brand {
    font-weight: bold;
    font-size: 0.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0%;
  }

  #brand a {
    color: #a9c52f;
    padding-top: 10%;
  }
  

  header ul {
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header ul a {
    color: white;
    font-size: 0.9em;
  }

  header ul li {
    padding: 0.1em;
    margin-left: 0.25em;
    margin-right: 0.25em;
  }

  /* .check-status {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #edf0f1;
    text-decoration: none;
    padding: 0.7em 0.7em;
    background-color: #fff;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
  }

  #en,
  #ro {
    border-radius: 10%;
  }

  #en {
    padding: 0.6em 1em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
  }

  #ro {
    padding: 0.6em 1em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    ;
  }

  #en:hover,
  #ro:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  } */

  #hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
  }

  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
  }

  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }

  .hidden-menu {
    display: none;
    width: 100%;
    height: 60vh;
    background-color: #24252a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
  }

  .hidden-container {
    font-size: medium;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
  }

  .hidden-container a {
    text-decoration: none;
    color: #fff;
  }

  .phone-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .phone-hidden a {
    text-align: center;

  }

  .clock-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .clock-hidden a {
    text-align: center;
    display: block;
  }

  .phone1_logo_hidden {
    width: 10vw;
    height: auto;
    margin-bottom: 2%;
  }

  .clock_logo_hidden {
    width: 10vw;
    height: auto;
    margin-bottom: 2%;
  }

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

  #en-hidden,
  #ro-hidden {
    border-radius: 0.25em;
  }

  #en-hidden {
    padding: 0.7em 1.7em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-right: 5px;
  }

  #ro-hidden {
    padding: 0.7em 1.7em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-left: 5px;
  }

  #en-hidden:hover,
  #ro-hidden:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }


  .check-status-hidden {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0.9em 1.7em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 7%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }

  .phone1_logo {
    width: 2.5vw;
    height: auto;
  }

  .clock_logo {
    width: 2.5vw;
    height: auto;
  }


  .cta:hover {
    background-color: #a9c52f;
    color: black;
  }

  .check-status:hover {
    background-color: #a9c52f;
  }

  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 60%;
    left: 3%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 60%;
    right: 3%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section {
    width: 100%;
    height: 400px;
    background-image: url(Images/form-image-smaller.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    z-index: 9;
  }

  .phone-section-text {
    padding-top: 2em;
    padding-left: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: x-large;
    color: #fff;
  }

  .phone-section hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 5%;
    margin-right: 85%;
  }


  .phone-section form {
    margin-top: 1em;
  }

  .phone-section input {
    margin-left: 5%;
    margin-bottom: 1em;
    padding: 0.7em 8em;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  form button {
    margin-left: 5%;
    padding: 0.6em 4em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 65%;
    top: 20%;
    height: auto;
    width: 30vw;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: url(Images/benefits-phone-small.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: -123px;
  }

  .benefits hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 50%;
    margin-right: 35%;
  }

  .benefits h1 {
    margin-left: 50%;
    margin-top: 12%;
    padding-top: 7%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    color: rgb(0, 0, 0);
  }

  .benefits-list {
    margin-left: 50%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 19%;
    margin-bottom: 2%;
    font-size: 1.2em;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 19%;
    margin-top: 2%;
    font-size: medium;
    text-align: left;
  }

  .benefits-list img {
    width: 4vw;
    position: relative;
    /* background-color: #bcbcbc; */
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }


  .acoperire,
  .garantie,
  .reparatie,
  .pick-up {
    padding-bottom: 10%;
    padding-right: 5%
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0.1em 0.3em #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 0.1em 0.3em #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }

  .services {
    position: relative;
    top: -100px;
    height: 15vh;
    background-color: #24252a;
  }

  .services .next {
    position: absolute;
    top: 70%;
    right: 4%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 70%;
    left: 4%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 84%;
    height: 30vh;
    margin: 0px auto;
    overflow: hidden;
    padding: 1% 0 1% 0;

    background-color: #24252a;
  }

  .services .slick-slider .post {
    width: 10vw;
    height: 25vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 0.9em;
    cursor: pointer;
  }

  .round {
    position: relative;
    width: 100px;
    height: 5vh;
    z-index: 999;
    opacity: 0;
    margin-left: 28%;
  }

  span {
    z-index: 999;
    height: 3px;
    margin: 3px;
    width: 20px;
    background: #fff;
    transition: 0.4s ease;
  }

  span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
  }

  span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
  }

  span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
  }

  span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
  }

  .post:hover span:nth-child(1) {
    transform: rotate(-135deg);
  }

  .post:hover span:nth-child(2) {
    transform: rotate(135deg);
  }

  .post:hover span:nth-child(3) {
    transform: rotate(225deg);
  }

  .post:hover span:nth-child(4) {
    transform: rotate(-225deg);
  }


  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 60%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 10%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    /* border: 1px solid red; */
    position: relative;
    top: 0px;
    background-color: #cfcfcf;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 1em 0 1em 0;
    /* border: 1px dashed red; */
    background-color: #24252a;
    color: white;
    display: none;
  }

  .hidden-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 5;
    column-gap: 15%;
    font-size: large;
    margin-left: 9em;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 5%;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .post {
    transition: 2s;
  }

  .post:hover .round {
    opacity: 0.5;
  }

  .sell {
    position: relative;
    top: 0px;
    height: 300px;
    background-image: url(Images/phone-sell-landscape-768px.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sell h1 {
    padding-top: 5%;
    margin-left: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #24252a;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 5%;
    margin-right: 35%;
    margin-top: 1em;
    text-align: left;
    font-size: 1.1em;
  }

  .sell button {
    margin-left: 1%;
    padding: 0.8em 3em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .sell input {
    margin-top: 2em;
    margin-left: 5%;
    padding: 1.1em 7em;
    ;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
  }


  .team {
    position: relative;
    top: -23px;
    background-color: #262626;
  }

  .team h1 {
    padding-top: 2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.7em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .team hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
  }

  .team-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2em;
  }

  .team-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
  }

  .team-box h2 {
    padding-top: 0.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
  }

  .team-box {
    margin-right: 1.5em;
    margin-top: 2em;
    margin-bottom: 3em;
  }

  .team-box img {
    width: 15vw;
  }

  .map-section {
    position: relative;
    background-color: #fff;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
  }

  .map {
    margin-top: 15px;
    width: 100%;
    height: 100vh;
  }

  .newsletter {
    position: relative;
    top: 0px;
    margin-top: 1em;
    background-color: #24252a;
    height: 220px;
  }

  .newsletter h1 {
    padding-top: 1em;
    padding-left: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .newsletter input {
    margin-top: 2em;
    margin-left: 20%;
    margin-bottom: 1em;
    padding: 3% 15%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 37%;
    padding: 2% 7%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 50%;
    float: left;
  }

  .right-newsletter {
    width: 50%;
    float: right;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 6vw;
    margin-left: 2.5em;
    margin-top: 2em;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 18vh;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 0.7em;
    margin-top: 2em;
    color: #fff;
  }

  .footer-1 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-end;
  }

  .footer-2 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    padding-right: 3%;
  }

  .footer-4 {
    width: 25%;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 0.8em;
    color: #a9c52f;
  }

  footer img {
    width: 13vw;
    margin-top: 2em;
  }

  #social-menu{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header {
    width: 100%;
    background-color: #24252a;
    height: 13vh;
  }

  #brand {
    margin-left: 5%;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
    margin-right: 5%;
  }

  .logo img {
    left: 0%;
    width: 12em;
  }

  .phone1_logo {
    display: none;
  }

  .contact {
    display: none;
  }

  .clock_logo {
    display: none;
  }

  #useful_links_desktop{
    display: none;
  }

  .cta {
    display: none;
  }

  .check-status {
    display: none;
  }

  .phone-hidden {
    margin-top: 1em;
  }

  #hamburger-icon div {
    width: 45px;
    height: 4px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
  }

  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }

  .hidden-menu {
    display: none;
    width: 100%;
    height: 65vh;
    background-color: #24252a;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
  }

  .hidden-container {
    font-size: 1.7em;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
  }

  .hidden-container a {
    text-decoration: none;
    color: #fff;
  }

    #useful_links {
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #useful_links a{
    padding-top: 2%;
    text-decoration: underline;
  }


  .phone-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .phone-hidden a {
    text-align: center;

  }

  .clock-hidden {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .clock-hidden a {
    text-align: center;
    display: block;
  }

  .phone1_logo_hidden {
    width: 8vw;
    height: auto;
    margin-bottom: 2%;
  }

  .clock_logo_hidden {
    width: 8vw;
    height: auto;
    margin-bottom: 2%;
  }

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

  #en-hidden,
  #ro-hidden {
    border-radius: 0.25em;
  }

  #en-hidden {
    padding: 0.6em 1.5em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-right: 1.5%;
  }

  #ro-hidden {
    padding: 0.6em 1.5em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    margin-left: 2%;
  }

  #en-hidden:hover,
  #ro-hidden:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }


  .check-status-hidden {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0.9em 2em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-weight: 600;
    margin-top: 7%;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
  }

  .check-status-hidden:hover {
    background-color: #a9c52f;
    color: #000000;
    font-weight: 600;
  }



  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 35%;
    left: 2%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 35%;
    right: 2%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section {
    width: 100%;
    height: 100vh;
    background-image: url(Images/form-image-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat !important;
    position: relative;
    top: 0px;
    z-index: 9;
  }

  .phone-section-text {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 2%;
    font-weight: 800;
    font-size: 2.5em;

  }

  .phone-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .phone-section form {
    margin-top: 5%;
  }

  .phone-section input {
    margin-left: 16%;
    margin-bottom: 5%;
    padding: 2.5% 20%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: large;
  }

  form button {
    margin-left: 36%;
    padding: 2.5% 10%;
    background-color: #a9c52f;
    border: 2px solid black;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 15%;
    top: 60%;
    height: auto;
    width: 60%;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
  }

  .benefits hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 5%;
    margin-right: 80%;
  }

  .benefits h1 {
    margin-left: 5%;
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 4em;
  }

  .benefits-list {
    margin-left: 5%;
    margin-top: 7%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 2%;

  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    margin-left: 25%;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 25%;
    margin-top: 2%;
    font-size: 1.5em;
    text-align: left;
  }

  .benefits-list img {
    width: 9vw;
    position: relative;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }

  .acoperire {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
    opacity: 1;
  }

  .reparatie {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .pick-up {
    margin-top: 5%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 7em;
    height: 7em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 1px 4px #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }



  .services {
    /* border: 1px solid red; */
    position: relative;
    top: -20px;
    background-color: #24252a;
  }

  .services .next {
    position: absolute;
    top: 45%;
    right: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 45%;
    left: 2%;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 84%;
    height: 270px;
    margin: 5% auto;
    overflow: hidden;
    padding: 1em 0 1em 0;
    background-color: #24252a;
  }

  .services .slick-slider .post {
    width: 10vw;
    height: 20vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 1em;
    cursor: pointer;
  }

  #slick-slide-control00 {
    display: none !important;
  }

  #slick-slide-control01 {
    display: none !important;
  }

  #slick-slide-control02 {
    display: none !important;
  }

  #slick-slide-control03 {
    display: none !important;
  }

  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 60%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 15%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    position: relative;
    top: 0px;
    background-color: #24252a;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 5% 0 5% 0;
    background-color: #24252a;
    color: white;
    display: none;
  }

  .post:hover .round {
    opacity: 0;
  }

  .hidden-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 5;
    column-gap: 4em;
    font-size: 1.5em;
    margin-left: 5em;
    margin-right: 2em;
    margin-top: 4em;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .sell {
    position: relative;
    top: -20px;
    height: 800px;
    background-image: url(Images/phone-sell-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sell h1 {
    padding-top: 10%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    color: #24252a;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    font-size: 1.7em;
    text-align: left;
  }

  .sell input {
    margin-top: 10%;
    margin-left: 15%;
    margin-bottom: 5%;
    padding: 3.5% 20%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: large;
  }

  .sell button {
    margin-left: 34%;
    padding: 3% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }


  .team {
    position: relative;
    top: 0px;
    width: 100%;
    background-color: #262626;
  }

  .team h1 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.75em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .team hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
  }


  .map-section {
    position: relative;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 4em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 4px solid #a9c52f;
    border-radius: 2em;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 2%;
  }


  .map {
    margin-top: 5%;
    width: 100%;
    height: 80vh;
  }

  .newsletter {
    position: relative;
    top: 20px;
    background-color: #24252a;
    height: 750px;
  }

  .newsletter h1 {
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3.5em;
    color: #fff;
    margin-left: 0%;
  }

  .newsletter input {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 22%;
    padding: 3% 15%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 3em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: large;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 36%;
    padding: 3% 10%;
    background-color: #a9c52f;
    border: none;
    border-radius: 3em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: large;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 100%;
  }

  .right-newsletter {
    width: 100%;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 6em;
    margin-left: 2em;
    margin-top: 10%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 55vh;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.55em;
    margin-top: 10%;
    color: #fff;
  }

  .footer-1 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-2 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 100%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-4 {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 1.55em;
    color: #a9c52f;
    margin-bottom: 3em;
  }

  footer img {
    width: 35%;
    margin-top: 10%;
  }

  #social-menu{
    display: none;
  }
}

@media all and (min-width: 1025px) and (max-width:1280px) and (orientation:landscape) {
  body {
    background-color: #24252a;
  }

  header {
    display: flex;
    justify-content: space-between;
    background-color: #24252a;
    width: 100%;
    height: 12vh;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
    text-decoration: none;
  }

  header a {
    text-decoration: none;
  }

  #brand {
    font-weight: bold;
    font-size: 0.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0%;
  }

  #brand a {
    color: #a9c52f;
  }

  header ul {
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
  }

  header ul a {
    color: white;
  }

  header ul li {
    padding: 0.1em;
    margin-left: 0.25em;
    margin-right: 0.95em;
  }

  #en,
  #ro {
    border-radius: 10%;
  }

  #en {
    padding: 0.8em 1.3em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
  }

  #ro {
    padding: 0.8em 1.3em;
    background-color: #2c5d63;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    ;
  }

  #en:hover,
  #ro:hover {
    background-color: #a9c52f;
    color: black;
    font-weight: 600;
  }

  #hamburger-icon {
    display: none;
  }

  .hidden-menu {
    display: none;
  }

  .phone1_logo {
    width: 2.5vw;
    height: auto;
  }

  .clock_logo {
    width: 2.5vw;
    height: auto;
  }

  .slider-carousel-1 {
    background-color: #24252a;
    width: 100%;
  }

  .slider-carousel-1 .previous {
    position: absolute;
    top: 60%;
    left: 3%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .nextone {
    position: absolute;
    top: 60%;
    right: 3%;
    z-index: 999;
    font-size: 2em;
    color: #a9c52f;
    cursor: pointer;
  }

  .slider-carousel-1 .slick-carousel-1 {
    width: 100%;
    overflow: hidden;
  }

  .slider-carousel-1 .slick-carousel-1 .element {
    display: inline-block;
    width: 100%;
  }

  .slider-carousel-1 img {
    width: 100%;
    height: 100%;
  }

  .phone-section {
    width: 100%;
    height: 65vh;
    background-image: url(Images/form-image-smaller.webp);
    position: relative;
    top: 0px;
    z-index: 9;
  }

  .phone-section-text {
    padding-top: 2em;
    padding-left: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: xx-large;
    color: #fff;
  }

  .phone-section hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 5%;
    margin-right: 85%;
  }

  .phone-section form {
    margin-top: 2em;
  }

  .phone-section input {
    margin-left: 5%;
    margin-bottom: 2em;
    padding: 0.9em 12em;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  form button {
    margin-left: 5%;
    padding: 0.9em 4em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .phone-section img {
    position: absolute;
    left: 55%;
    top: 20%;
    height: auto;
    width: 32vw;
  }

  .phone-section button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .benefits {
    width: 100%;
    height: 100%;
    background-image: url(Images/benefits-phone-small.png);
    background-repeat: no-repeat !important;
    position: relative;
    top: -123px;
  }

  .benefits hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 50%;
    margin-right: 35%;
  }

  .benefits h1 {
    margin-left: 50%;
    margin-top: 10%;
    padding-top: 7%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3em;
    color: rgb(0, 0, 0);
  }

  .benefits-list {
    margin-left: 50%;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .benefits-list h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 18%;
    margin-bottom: 2%;
  }

  .benefits-list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 18%;
    margin-top: 2%;
    text-align: left;
  }

  .benefits-list img {
    width: 4vw;
    position: relative;
    /* background-color: #bcbcbc; */
    transition: 0.2s;
    transition-property: color, transform;
  }

  .benefits-list img:hover {

    background-color: #F4F4F4;
    transform: scale(1.1);
  }


  .acoperire,
  .garantie,
  .reparatie,
  .pick-up {
    padding-bottom: 10%;
    padding-right: 5%
  }

  .acoperire div,
  .garantie div,
  .reparatie div,
  .pick-up div {
    position: absolute;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0.1em 0.3em #cfcfcf;
  }

  .acoperire div:hover,
  .garantie div:hover,
  .reparatie div:hover,
  .pick-up div:hover {
    background-color: #fff;
    box-shadow: 0.1em 0.3em #F4F4F4;
  }

  .acoperire img:hover,
  .garantie img:hover,
  .reparatie img:hover,
  .pick-up img:hover {
    background-color: #fff;
  }

  .services {
    position: relative;
    top: -100px;
    height: 15vh;
    background-color: #24252a;
  }

  .services .next {
    position: absolute;
    top: 55%;
    right: 4%;
    font-size: 2.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .prev {
    position: absolute;
    top: 55%;
    left: 4%;
    font-size: 2.5em;
    color: #a9c52f;
    cursor: pointer;
  }

  .services .slick-slider {
    width: 84%;
    height: 22vh;
    margin: 0px auto;
    overflow: hidden;
    padding: 1% 0 1% 0;

    background-color: #24252a;
  }

  .services .slick-slider .post {
    width: 10vw;
    height: 20vh;
    margin: 0em 1em;
    display: inline-block;
    background-color: #a9c52f;
    border-radius: 0.9em;
    cursor: pointer;
  }

  .round {
    position: relative;
    width: 100px;
    height: 5vh;
    z-index: 999;
    opacity: 0;
    margin-left: 28%;
  }

  span {
    z-index: 999;
    height: 3px;
    margin: 1px;
    width: 30px;
    background: #fff;
    transition: 0.4s ease;
  }

  span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
  }

  span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
  }

  span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
  }

  span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
  }

  .post:hover span:nth-child(1) {
    transform: rotate(-135deg);
  }

  .post:hover span:nth-child(2) {
    transform: rotate(135deg);
  }

  .post:hover span:nth-child(3) {
    transform: rotate(225deg);
  }

  .post:hover span:nth-child(4) {
    transform: rotate(-225deg);
  }


  .services .slick-slider .post .slider-image {
    width: 100%;
    height: 60%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image {
    margin-top: 10%;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .slider-image:hover {
    transform: scale(1.1);
  }

  .services-hidden {
    /* border: 1px solid red; */
    position: relative;
    top: 0px;
    background-color: #cfcfcf;
  }

  .services-hidden .services-desc {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 1em 0 1em 0;
    /* border: 1px dashed red; */
    background-color: #24252a;
    color: white;
    display: none;
  }

  .hidden-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 5;
    column-gap: 15%;
    font-size: x-large;
    margin-left: 9em;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 5%;
    font-family: "Montserrat", sans-serif;
    line-height: 3em;
    color: #a9c52f;
  }

  .post {
    transition: 2s;
  }

  .post:hover .round {
    opacity: 0.5;
  }

  .sell {
    position: relative;
    top: 0px;
    height: 250px;
    background-image: url(Images/phone-sell-small.webp);
  }

  .sell h1 {
    padding-top: 2%;
    margin-left: 5%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #24252a;
  }

  .sell p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-left: 5%;
    margin-top: 1em;
    text-align: left;
    font-size: 1.1em;
  }

  .sell button {
    margin-left: 1%;
    padding: 0.9em 4em;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }


  .sell button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .sell input {
    margin-top: 2em;
    margin-left: 5%;
    padding: 1.3em 10em;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
  }

  .team {
    position: relative;
    top: -23px;
    background-color: #24252a;
  }

  .team h1 {
    padding-top: 2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .team hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
  }

  .team-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2em;
  }

  .team-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
  }

  .team-box h2 {
    padding-top: 0.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
  }

  .team-box {
    margin-right: 1.5em;
    margin-top: 2em;
    margin-bottom: 3em;
  }

  .team-box img {
    width: 13vw;
  }

  .map-section {
    position: relative;
    background-color: #fff;
    top: 0px;
  }

  .map-section h1 {
    padding-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3em;
    color: #24252a;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .map-section hr {
    border: 4px solid #a9c52f;
    border-radius: 1em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
  }


  .map {
    margin-top: 15px;
    width: 100%;
    height: 55vh;
  }

  .newsletter {
    position: relative;
    top: 0px;
    margin-top: 1em;
    background-color: #24252a;
    height: 220px;
  }

  .newsletter h1 {
    padding-top: 1em;
    padding-left: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2em;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .newsletter input {
    margin-top: 2em;
    margin-left: 20%;
    margin-bottom: 1em;
    padding: 2% 15%;
    background-color: #d4d6d6;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  .newsletter button {
    margin-left: 37%;
    padding: 2% 7%;
    background-color: #a9c52f;
    border: none;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    color: #24252a;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-decoration: none;
  }

  .newsletter button:hover {
    background-color: #2c5d63;
    color: white;
  }

  .left-newsletter {
    width: 50%;
    float: left;
  }

  .right-newsletter {
    width: 50%;
    float: right;
  }

  .img-newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .newsletter img {
    width: 5vw;
    margin-left: 4em;
    margin-top: 2em;
    transition: 0.2s;
    transition-property: color, transform;
  }

  .newsletter img:hover {
    transform: scale(1.2);
  }

  footer {
    position: relative;
    top: 0px;
    background-color: #24252a;
    height: 150px;
    border-top: 2px solid #a9c52f;
  }

  footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 1em;
    margin-top: 2em;
    color: #fff;
  }

  .footer-1 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-end;
  }

  .footer-2 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .footer-3 {
    width: 25%;
    float: left;
    display: flex;
    align-self: center;
    justify-content: flex-start;
  }

  .footer-4 {
    width: 25%;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    color: #a9c52f;
  }

  .footer-4 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 1em;
    color: #a9c52f;
  }

  footer img {
    width: 12vw;
    margin-top: 2em;
  }

  #social-menu{
    display: none;
  }

}