* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background: black;
  font-family: "Ubuntu", sans-serif;
  background-image: url(images/ornament.svg);
}

:root {
  --color-green: #a8ff35;
}
html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/* navbar */
.navbar {
  /* background-color: grey; */
  padding: 1rem;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  max-width: 15%;
}
.navbar .main-menu ul {
  display: flex;
}

.navbar ul li a {
  padding: 0.7rem 1rem;
  display: block;
  font-size: 1.1rem;
  font-weight: 450;
  transition: 0.5s;
  color: white;
}
.navbar ul li a:hover {
  color: #a8ff35;
}

/* section 1 */
.hero {
  margin-bottom: 40px;
  display: relative;
}

.hero .container {
  /* background-color: rgb(60, 58, 58); */
  height: 640px;
}

.hero .hero-content {
  width: 80%;
}

.hero-content .primary-texts {
  padding: 100px 50px;
  display: absolute;
  margin-left: 15rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: white;
}
.hero-content .secondary-texts {
  display: absolute;
  margin-top: -5rem;
  margin-left: 15rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1rem;
  color: grey;
}
.hero-content .btn {
  display: absolute;
  text-align: center;
  padding: 1.2rem 2.8rem;
  margin-left: 33rem;
  margin-top: 4rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #a8ff35;
  color: black;
}
.hero-content .btn:hover {
  background-color: white;
  color: #a8ff35;
}
.hero-content .img {
  width: 10%;
  margin-left: 49rem;
  margin-top: -6rem;
}

/* section 2 */
.sec2 {
  display: relative;
}
.sec2 .container {
  background-color: #a8ff35;
  max-width: 1590px;
  height: 640px;
}
.sec2-content .primary-texts {
  padding: 5rem 0;
  display: absolute;
  position: absolute;
  left: 27rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: black;
}
.sec2-content .box {
  display: absolute;
  position: absolute;
  width: 35%;
  height: 25%;
  border-radius: 10px;
  background-color: white;
  top: 63rem;
  left: 31rem;
}
.sec2-content .box2 {
  display: absolute;
  position: absolute;
  width: 17%;
  height: 8%;
  background-color: black;
  top: 67rem;
  left: 39.8rem;
}

.box2 a {
  display: absolute;
  position: absolute;
  font-size: 17px;
  color: white;
  top: 1.3rem;
  left: 4.5rem;
}
.box2 img {
  display: absolute;
  position: absolute;
  width: 20%;
  right: 9.7rem;
  top: -0.3rem;
}
.sec2 .secondary-texts {
  left: 30rem;
  top: 79rem;
  display: absolute;
  position: absolute;
  text-align: center;
}
.sec2-images1 {
  display: absolute;
  position: absolute;
  top: 67rem;
}
.sec2-images1 .img2 {
  display: absolute;
  position: relative;
  left: 24rem;
  top: -3rem;
  transform: rotate(550deg);
}
.sec2-images1 .img1 {
  display: absolute;
  position: relative;
  left: 62.5rem;
}
.sec2-images2 {
  display: absolute;
  position: absolute;
  top: 67rem;
}
.sec2-images2 .img3 {
  display: absolute;
  position: relative;
  left: 64rem;
  bottom: 1.8rem;
}
.sec2-images2 .img4 {
  display: absolute;
  position: relative;
  left: 20rem;
  bottom: 0.8rem;
}

/* section 3 */
.sec3 {
  margin-bottom: 50px;
  display: relative;
}
.sec3 .container {
  background-color: #f4f3f3;
  max-width: 1590px;
  height: 1490px;
}
.sec3-content .primary-texts {
  padding: 5rem 0;
  display: absolute;
  position: absolute;
  left: 20rem;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: black;
}
/* aici incepe cssul pentru tab */
.container-icons {
  position: absolute;
  width: 23rem;
  top: 100rem;
  left: 40rem;
  transform: translateX(-50%);
  color: white;
}
.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tabs p {
  font-size: 4rem;
  background-color: white;
  color: #a8ff35;
  text-align: center;
  padding: 1.5rem 2.2rem;
  margin-left: 4rem;
  border-radius: 13px;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.5s;
}
.tabs p:hover {
  transform: translateY(-10px);
}
.container-posts {
  display: absolute;
  position: absolute;
  width: 63rem;
  height: 70rem;
  top: 110rem;
  left: 17rem;
  background-color: #eeeeee;
}
.tab-content {
  padding: 50px 40px;
}
.feed {
  width: 80%;
  display: relative;
  position: absolute;
  left: 6.5rem;
}
.tab-content div {
  display: none;
}
.tab-content .active {
  display: block;
}
.tabs .active {
  background-color: #a8ff35;
  color: black;
  transition: 0.5s;
  transform: translateY(-10px);
}
/* aici se termina cssul pentru tab */

/* section 4 */
.sec4 {
  margin-bottom: 50px;
  display: relative;
}
.sec4 .container {
  background-color: black;
  background-image: url(images/ornament.svg);
  max-width: 1590px;
  height: 900px;
}
.sec4-content .primary-texts {
  padding: 4rem 0;
  display: absolute;
  position: absolute;
  left: 31.5rem;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: white;
}
.sec4-content .secondary-texts {
  padding: 9rem 6rem;
  display: absolute;
  position: absolute;
  left: 31.5rem;
  font-size: 1rem;
  text-align: center;
  color: grey;
  letter-spacing: 5px;
}

.sec4-content .secondary-texts img {
  display: absolute;
  position: relative;
  width: 5%;
  top: 2px;
  right: 2px;
}
/* aici trebuie sa fie butonul pentru month/year */

.card1 {
  display: relative;
  position: absolute;
  width: 20rem;
  height: 35rem;
  background-color: white;
  border-radius: 10px;
  left: 15rem;
  top: 200rem;
}
.card2 {
  display: relative;
  position: absolute;
  width: 20rem;
  height: 35rem;
  background-color: var(--color-green);
  border-radius: 10px;
  left: 36.8rem;
  top: 200rem;
}
.card3 {
  display: relative;
  position: absolute;
  width: 20rem;
  height: 35rem;
  background-color: white;
  border-radius: 10px;
  left: 58.7rem;
  top: 200rem;
}
.textprimar {
  position: absolute;
  padding: 35px 25px;
  /* top: 10rem; */
  font-size: 2rem;
  font-weight: 600;
}
.textsecund {
  position: absolute;
  padding: 75px 25px;
  font-size: 15px;
}
.linietext {
  position: absolute;
  padding: 120px 25px;
}
.linie {
  position: absolute;
  width: 17rem;
  background-color: #adadad;
  height: 1.5px;
}
.pret {
  position: absolute;
  padding: 150px 25px;
  font-size: 3.3rem;
  font-weight: bold;
}
.luna {
  position: absolute;
  padding: 185px 125px;
  font-size: 1rem;
}
.s1 {
  display: block;
  position: relative;
  top: 15.5rem;
  left: 2rem;
  margin-bottom: 1.5rem;
}
.s1 i {
  margin-right: 0.3rem;
}
/* aici se termina sec 4 */

/* section 5 */
.sec5 {
  display: relative;
}
.sec5 .container {
  background-color: var(--color-green);
  max-width: 1590px;
  height: 539px;
}
.sec5-content .primary-texts {
  display: relative;
  position: absolute;
  left: 24rem;
  top: 255rem;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  color: black;
}
.sec5-content .primary-texts span {
  display: block;
}
.sec5-content .primary-texts .opacity {
  opacity: 40%;
}

/* section footer */
.sec6 {
  display: relative;
}
.sec6 .container {
  background-color: white;
  max-width: 1590px;
  height: 100px;
}
.sec6 img {
  display: relative;
  position: absolute;
  width: 10%;
  top: 279.5rem;
  left: 4rem;
}
.sec6 ul li {
  display: inline;
  position: relative;
  padding: 1.5rem;
  left: 52rem;
  top: 2.6rem;
}
.sec6 ul li a {
  color: black;
}
/* buttons */

.btn {
  margin-left: 1rem;
  display: inline-block;
  padding: 0.7rem 1.6rem;
  font-size: 1.1rem;
  background: white;
  border-radius: 15px;
  font-weight: 450;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
.btn2 {
  display: absolute;
  position: absolute;
  padding: 1rem 5rem;
  font-size: 1.3rem;
  background: grey;
  border-radius: 10px;
  font-weight: 350;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
.btn3 {
  display: absolute;
  position: absolute;
  padding: 1rem 2rem;
  font-size: 4rem;
  background: white;
  color: #a8ff35;
  border-radius: 10px;
  font-weight: 350;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
.btn4 {
  display: relative;
  position: absolute;
  padding: 1rem 5.5rem;
  top: 30rem;
  left: 2.3rem;
  font-size: 1rem;
  background: var(--color-green);
  color: black;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
.btn5 {
  display: relative;
  position: absolute;
  padding: 1rem 5.5rem;
  top: 271rem;
  left: 38.2rem;
  font-size: 1rem;
  background: black;
  color: white;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
#btn5 {
  background-color: black;
  color: white;
}
#btn5:hover {
  background-color: white;
  color: var(--color-green);
}
.btn-socials i {
  margin-right: 5px;
}

/* primary btn */
.btn-primary {
  background: white;
  color: black;
}
.btn-primary:hover {
  background: #a8ff35;
  color: white;
}

/* secondary btn */
.btn-secondary {
  top: 41rem;
  left: 23rem;
  background: #181818;
  color: white;
  transform: rotate(4deg);
  box-shadow: 0 0 5px black;
}
.btn-secondary:hover {
  background: #a8ff35;
  color: black;
}

/* third btn */
.btn-third {
  top: 41rem;
  left: 38.9rem;
  background: #181818;
  color: white;
  transform: rotate(-10deg);
  box-shadow: 0 0 5px black;
}
.btn-third:hover {
  background: #a8ff35;
  color: black;
}
/* forth btn */
.btn-forth {
  top: 41rem;
  left: 54rem;
  background: #181818;
  color: white;
  transform: rotate(8deg);
  box-shadow: 0 0 5px black;
}
.btn-forth:hover {
  background: #a8ff35;
  color: black;
}

.btn-block {
  display: block;
  width: 100%;
}
/* btn sec3 */

/* btnsec31 pozitie default */

.btnsec32 {
  display: absolute;
  position: absolute;
  left: 11.4rem;
}
.btnsec33 {
  display: absolute;
  position: absolute;
  left: 22.5rem;
}
.btnsec31:hover {
  background-color: var(--color-green);
  color: black;
}
.btnsec32:hover {
  background-color: var(--color-green);
  color: black;
}
.btnsec33:hover {
  background-color: var(--color-green);
  color: black;
}

/* btn sec4*/
.btn4:hover {
  background-color: black;
  color: white;
}

/* btn sec5 */
.btn5:hover {
  background-color: white;
  color: var(--color-green);
}

/* containers */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.container-sm {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

/* media view */
/* media */
@media (max-width: 960px) {
  .main-menu {
    display: none;
    position: relative;
  }
  .logo a img {
    position: absolute;
    max-width: 150px;
    left: 1rem;
    top: 2;
  }

  .hero .container {
    position: relative;
    left: 0;
    top: 0;
    max-width: 670px;
    height: 600px;
    margin: 0;
    padding: 0;
    /* background-color: rgb(70, 70, 70); */
  }
  .hero .hero-content {
    position: relative;
    width: auto;
    height: 500px;
    top: 3rem;
    left: 4.3rem;
    padding: 0;
    margin: 0;
  }
  .hero .primary-texts {
    position: absolute;
    font-size: 1.8rem;
    margin: 0;
    top: 4rem;
    left: 3rem;
  }
  .hero .secondary-texts {
    position: absolute;
    font-size: 0.6rem;
    margin: 0 0 0 3.5rem;
    width: 70%;
    top: 13rem;
    left: 3.6rem;
  }
  .hero .btn {
    position: absolute;
    margin: 0;
    padding: 11.5px;
    font-size: 13px;
    text-align: center;
    width: 40%;
    height: 8%;
    top: 19rem;
    left: 5.5rem;
    margin-left: 6.8rem;
  }
  .hero .btn2 {
    display: block;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 11.5px;
    font-size: 13px;
    text-align: center;
    width: 40%;
    height: 8%;
    top: 25rem;
    left: 12rem;
  }
  .btn-third {
    transform: rotate(-11deg);
  }
  .btn-forth {
    transform: rotate(10deg);
  }
  .btn-secondary {
    transform: rotate(10deg);
  }
  .arrow img {
    position: absolute;
    top: 19.5rem;
    left: 30rem;
    width: 7.5%;
  }
  .t-arrow img {
    position: absolute;
    top: 17rem;
    left: 33rem;
    width: 20%;
  }
  .sec2 .container {
    height: 400px;
  }
  .sec2 .sec2-content {
    position: relative;
    max-width: auto;
    height: 350px;
    top: 1.5rem;
    right: 0;
    margin: 0;
  }
  .sec2-content .primary-texts {
    position: absolute;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    top: 5rem;
    left: 9rem;
  }
  .sec2-content .secondary-texts {
    position: absolute;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    top: 19rem;
    left: 7rem;
  }
  .sec2 .sec2-images1 {
    display: none;
  }
  .sec2 .sec2-images2 {
    display: none;
  }
  .sec2 .box {
    position: absolute;
    top: 10rem;
    left: 2.3rem;
    width: 90%;
    height: 35%;
  }
  .sec2 .box2 {
    display: block;
    position: absolute;
    top: 12.3rem;
    left: 10rem;
    width: 55%;
    height: 15%;
  }
  .sec2 .box2 a {
    position: absolute;
    font-size: 13px;
    top: 1.2rem;
    left: 9rem;
    padding: 0;
    margin: 0;
  }
  .sec2 .box2 img {
    padding: 0;
    margin: 0;
    left: -2.5rem;
    top: -0.6rem;
    width: 30%;
  }
  .sec3 .container {
    height: 600px;
  }
  .sec3 .sec3-content {
    position: relative;
    max-width: auto;
    height: 550px;
    padding: 0;
    top: 1.5rem;
    left: -0.35rem;
    margin: 0;
  }
  .sec3-content .primary-texts {
    position: absolute;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    top: 0;
    left: 5rem;
  }
  .sec3 .container-icons {
    position: absolute;
    top: 0;
    left: 12.5rem;
    margin: 0;
  }
  .sec3 .tabs p {
    position: relative;
    top: 5rem;
    left: 10rem;
    width: 50%;

    margin-left: 10px;
  }
  .sec3 .tabs p i {
    position: absolute;
    top: 0.5rem;
    left: 1.4rem;
    font-size: 30px;
  }
  .sec3 .container-posts {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 300px;
    top: 10rem;
    left: 12.2rem;
  }
  .sec3 .tab-content {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 90%;
    left: 0.9rem;
    height: 200px;
  }
  .sec3 .tab-content .feed {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
  .sec4 .container {
    height: 900px;
  }
  .sec4 .sec4-content {
    /* background: rgb(244, 130, 130); */
    position: relative;
    max-width: auto;
    height: 600px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    margin: 0;
  }
  .sec4 .primary-texts {
    position: absolute;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    top: 0;
    left: 10.5rem;
  }
  .sec4 .secondary-texts {
    position: absolute;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    top: 3.2rem;
    left: 11rem;
  }
  .sec4 .card1 {
    width: 60%;
    height: 40%;
    top: 7rem;
    left: 8.8rem;
    padding: 1px 1px;
  }
  .card1 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card1 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card1 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card1 .linietext .linie {
    width: 15rem;
  }

  .card1 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card1 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card1 .s1 {
    position: relative;
    display: block;

    margin-bottom: 5px;
    top: 8rem;
    left: 1rem;
    font-size: 10px;
  }
  .card1 .btn4 {
    position: absolute;
    top: 12rem;
    left: 5rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec4 .card2 {
    width: 60%;
    height: 40%;
    top: 23rem;
    left: 8.8rem;
    padding: 1px 1px;
  }
  .card2 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card2 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card2 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card2 .linietext .linie {
    width: 15rem;
  }

  .card2 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card2 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card2 .s1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: 7.5rem;
    left: 1rem;
    font-size: 10px;
  }
  .card2 .btn4 {
    position: absolute;
    top: 12rem;
    left: 5rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec4 .card3 {
    width: 60%;
    height: 40%;
    top: 39rem;
    left: 8.8rem;
    padding: 1px 1px;
  }
  .card3 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card3 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card3 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card3 .linietext .linie {
    width: 15rem;
  }

  .card3 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card3 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card3 .s1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: 7.3rem;
    left: 1rem;
    font-size: 8px;
  }
  .card3 .btn4 {
    position: absolute;
    top: 12rem;
    left: 5rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec5 .container {
    height: 300px;
  }
  .sec5 .sec5-content {
    position: relative;
    top: 2.5rem;
    left: 0;
    width: auto;
    height: 200px;
  }
  .sec5 .primary-texts {
    position: absolute;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    top: 4rem;
    left: 10rem;
  }
  .sec5 .btn5 {
    position: absolute;
    margin: 0;
    padding: 15px 30px;
    top: 11rem;
    left: 18rem;
    font-size: 15px;
  }
  .sec6 .container {
    height: 120px;
  }
  .secfooter {
    position: relative;
    width: auto;
    height: 100px;
    /* background-color: red; */
  }
  .secfooter .footertexts {
    position: absolute;

    top: 0;
    left: 18rem;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 20px;
  }
  .sec6 .footertexts li {
    position: relative;
    margin: 0;
    padding: 0;
    top: 1rem;
    left: 12rem;
    text-align: center;
    display: block;
  }
  .sec6 .footertexts a {
    color: black;
  }
  .sec6 img {
    position: relative;
    top: 1.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    width: 35%;
  }
}
@media (max-width: 670px) {
  .main-menu {
    display: none;
    position: relative;
  }
  .logo a img {
    position: absolute;
    max-width: 150px;
    left: 1rem;
    top: 2;
  }

  .hero .container {
    position: relative;
    left: 0;
    top: 0;
    max-width: 670px;
    height: 600px;
    margin: 0;
    padding: 0;
    /* background-color: rgb(70, 70, 70); */
  }
  .hero .hero-content {
    position: relative;
    width: auto;
    height: 500px;
    top: 3rem;
    left: 0;
    padding: 0;
    margin: 0;
  }
  .hero .primary-texts {
    position: absolute;
    font-size: 1.85rem;
    margin: 0;
    top: 2rem;
    left: 0;
  }
  .hero .secondary-texts {
    position: absolute;
    font-size: 0.6rem;
    margin: 0 0 0 3.5rem;
    width: 70%;
    top: 13rem;
    left: 0;
  }
  .hero .btn {
    position: absolute;
    margin: 0;
    padding: 11.5px;
    font-size: 13px;
    text-align: center;
    width: 40%;
    height: 8%;
    top: 19rem;
    left: 0;
    margin-left: 6.8rem;
  }
  .hero .btn2 {
    display: block;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 11.5px;
    font-size: 13px;
    text-align: center;
    width: 40%;
    height: 8%;
    top: 25rem;
    left: 6.9rem;
  }
  .btn-third {
    transform: rotate(-11deg);
  }
  .btn-forth {
    transform: rotate(10deg);
  }
  .btn-secondary {
    transform: rotate(10deg);
  }
  .arrow img {
    position: absolute;
    top: 19.5rem;
    left: 17rem;
    width: 7.5%;
  }
  .t-arrow img {
    position: absolute;
    top: 18rem;
    left: 17rem;
    width: 20%;
  }
  .sec2 .container {
    height: 400px;
  }
  .sec2 .sec2-content {
    position: relative;
    max-width: auto;
    height: 350px;
    top: 1.5rem;
    right: 0;
    margin: 0;
  }
  .sec2-content .primary-texts {
    position: absolute;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 5rem;
    left: 0;
  }
  .sec2-content .secondary-texts {
    position: absolute;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    top: 19rem;
    left: 0;
  }
  .sec2 .sec2-images1 {
    display: none;
  }
  .sec2 .sec2-images2 {
    display: none;
  }
  .sec2 .box {
    position: absolute;
    top: 10rem;
    left: 0.9rem;
    width: 90%;
    height: 35%;
  }
  .sec2 .box2 {
    display: block;
    position: absolute;
    top: 12.3rem;
    left: 3.9rem;
    width: 55%;
    height: 13%;
  }
  .sec2 .box2 a {
    position: absolute;
    font-size: 13px;
    top: 0.5rem;
    left: 4rem;
    padding: 0;
    margin: 0;
  }
  .sec2 .box2 img {
    padding: 0;
    margin: 0;
    left: -2.5rem;
    top: 0.2rem;
    width: 30%;
  }
  .sec3 .container {
    height: 600px;
  }
  .sec3 .sec3-content {
    position: relative;
    max-width: auto;
    height: 550px;
    padding: 0;
    top: 1.5rem;
    left: -0.35rem;
    margin: 0;
  }
  .sec3-content .primary-texts {
    position: absolute;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
  }
  .sec3 .container-icons {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .sec3 .tabs p {
    position: relative;
    top: 5rem;
    left: 10rem;
    width: 50%;

    margin-left: 10px;
  }
  .sec3 .tabs p i {
    position: absolute;
    top: 0.5rem;
    left: 1.4rem;
    font-size: 30px;
  }
  .sec3 .container-posts {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 300px;
    top: 10rem;
    left: 0;
  }
  .sec3 .tab-content {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 90%;
    left: 0.9rem;
    height: 200px;
  }
  .sec3 .tab-content .feed {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
  .sec4 .container {
    height: 900px;
  }
  .sec4 .sec4-content {
    /* background: rgb(244, 130, 130); */
    position: relative;
    max-width: auto;
    height: 600px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    margin: 0;
  }
  .sec4 .primary-texts {
    position: absolute;
    font-size: 1.93rem;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
  }
  .sec4 .secondary-texts {
    position: absolute;
    font-size: 0.5rem;
    margin: 0;
    padding: 0;
    top: 2.8rem;
    left: 1rem;
  }
  .sec4 .card1 {
    width: 100%;
    height: 40%;
    top: 7rem;
    left: 0;
    padding: 1px 1px;
  }
  .card1 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card1 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card1 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card1 .linietext .linie {
    width: 15rem;
  }

  .card1 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card1 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card1 .s1 {
    position: relative;
    display: block;

    margin-bottom: 5px;
    top: 8rem;
    left: 1rem;
    font-size: 10px;
  }
  .card1 .btn4 {
    position: absolute;
    top: 12rem;
    left: 3.4rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec4 .card2 {
    width: 100%;
    height: 40%;
    top: 23rem;
    left: 0;
    padding: 1px 1px;
  }
  .card2 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card2 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card2 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card2 .linietext .linie {
    width: 15rem;
  }

  .card2 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card2 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card2 .s1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: 7.5rem;
    left: 1rem;
    font-size: 10px;
  }
  .card2 .btn4 {
    position: absolute;
    top: 12rem;
    left: 3.4rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec4 .card3 {
    width: 100%;
    height: 40%;
    top: 39rem;
    left: 0;
    padding: 1px 1px;
  }
  .card3 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card3 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card3 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card3 .linietext .linie {
    width: 15rem;
  }

  .card3 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card3 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card3 .s1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: 7.3rem;
    left: 1rem;
    font-size: 8px;
  }
  .card3 .btn4 {
    position: absolute;
    top: 12rem;
    left: 3.4rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec5 .container {
    height: 300px;
  }
  .sec5 .sec5-content {
    position: relative;
    top: 2.5rem;
    left: 0;
    width: auto;
    height: 200px;
  }
  .sec5 .primary-texts {
    position: absolute;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 4rem;
    left: 0.5rem;
  }
  .sec5 .btn5 {
    position: absolute;
    margin: 0;
    padding: 10px 20px;
    top: 11rem;
    left: 5rem;
    font-size: 15px;
  }
  .sec6 .container {
    height: 80px;
  }
  .secfooter {
    position: relative;
    width: auto;
    height: 80px;
    /* background-color: red; */
  }
  .secfooter .footertexts {
    position: absolute;

    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 10px;
  }
  .sec6 .footertexts li {
    position: relative;
    margin: 0;
    padding: 0;
    top: 1rem;
    left: 12rem;
    text-align: center;
    display: block;
  }
  .sec6 .footertexts a {
    color: black;
  }
  .sec6 img {
    position: relative;
    top: 1.2rem;
    left: 0;
    margin: 0;
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 500px) {
  .main-menu {
    display: none;
    position: relative;
  }
  .logo a img {
    position: absolute;
    max-width: 150px;
    left: 1rem;
    top: 2;
  }

  .hero .container {
    position: relative;
    left: 0;
    top: 0;
    max-width: 670px;
    height: 600px;
    margin: 0;
    padding: 0;
    /* background-color: rgb(70, 70, 70); */
  }
  .hero .hero-content {
    position: relative;
    width: auto;
    height: 500px;
    top: 3rem;
    padding: 0;
    margin: 0;
  }
  .hero .primary-texts {
    position: absolute;
    font-size: 1.85rem;
    margin: 0;
    top: 2rem;
  }
  .hero .secondary-texts {
    position: absolute;
    font-size: 0.6rem;
    margin: 0 0 0 3.5rem;
    width: 70%;
    top: 13rem;
  }
  .hero .btn {
    position: absolute;
    margin: 0;
    padding: 11.5px;
    font-size: 13px;
    text-align: center;
    width: 40%;
    height: 8%;
    top: 19rem;
    margin-left: 6.8rem;
  }
  .hero .btn2 {
    display: block;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 11.5px;
    font-size: 13px;
    text-align: center;
    width: 40%;
    height: 8%;
    top: 25rem;
    left: 6.9rem;
  }
  .btn-third {
    transform: rotate(-11deg);
  }
  .btn-forth {
    transform: rotate(10deg);
  }
  .btn-secondary {
    transform: rotate(10deg);
  }
  .arrow img {
    position: absolute;
    top: 19.5rem;
    left: 17rem;
    width: 7.5%;
  }
  .t-arrow img {
    position: absolute;
    top: 18rem;
    left: 17rem;
    width: 20%;
  }
  .sec2 .container {
    height: 400px;
  }
  .sec2 .sec2-content {
    position: relative;
    max-width: auto;
    height: 350px;
    top: 1.5rem;
    right: 0;
    margin: 0;
  }
  .sec2-content .primary-texts {
    position: absolute;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 5rem;
    left: 0;
  }
  .sec2-content .secondary-texts {
    position: absolute;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    top: 19rem;
    left: 0;
  }
  .sec2 .sec2-images1 {
    display: none;
  }
  .sec2 .sec2-images2 {
    display: none;
  }
  .sec2 .box {
    position: absolute;
    top: 10rem;
    left: 0.9rem;
    width: 90%;
    height: 35%;
  }
  .sec2 .box2 {
    display: block;
    position: absolute;
    top: 12.3rem;
    left: 3.9rem;
    width: 55%;
    height: 13%;
  }
  .sec2 .box2 a {
    position: absolute;
    font-size: 13px;
    top: 0.5rem;
    left: 4rem;
    padding: 0;
    margin: 0;
  }
  .sec2 .box2 img {
    padding: 0;
    margin: 0;
    left: -2.5rem;
    top: 0.2rem;
    width: 30%;
  }
  .sec3 .container {
    height: 600px;
  }
  .sec3 .sec3-content {
    position: relative;
    max-width: auto;
    height: 550px;
    padding: 0;
    top: 1.5rem;
    left: -0.35rem;
    margin: 0;
  }
  .sec3-content .primary-texts {
    position: absolute;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
  }
  .sec3 .container-icons {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .sec3 .tabs p {
    position: relative;
    top: 5rem;
    left: 10rem;
    width: 50%;

    margin-left: 10px;
  }
  .sec3 .tabs p i {
    position: absolute;
    top: 0.5rem;
    left: 1.4rem;
    font-size: 30px;
  }
  .sec3 .container-posts {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 300px;
    top: 10rem;
    left: 0;
  }
  .sec3 .tab-content {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 90%;
    left: 0.9rem;
    height: 200px;
  }
  .sec3 .tab-content .feed {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
  .sec4 .container {
    height: 900px;
  }
  .sec4 .sec4-content {
    /* background: rgb(244, 130, 130); */
    position: relative;
    max-width: auto;
    height: 600px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    margin: 0;
  }
  .sec4 .primary-texts {
    position: absolute;
    font-size: 1.93rem;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
  }
  .sec4 .secondary-texts {
    position: absolute;
    font-size: 0.5rem;
    margin: 0;
    padding: 0;
    top: 2.8rem;
    left: 1rem;
  }
  .sec4 .card1 {
    width: 100%;
    height: 40%;
    top: 7rem;
    left: 0;
    padding: 1px 1px;
  }
  .card1 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card1 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card1 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card1 .linietext .linie {
    width: 15rem;
  }

  .card1 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card1 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card1 .s1 {
    position: relative;
    display: block;

    margin-bottom: 5px;
    top: 8rem;
    left: 1rem;
    font-size: 10px;
  }
  .card1 .btn4 {
    position: absolute;
    top: 12rem;
    left: 3.4rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec4 .card2 {
    width: 100%;
    height: 40%;
    top: 23rem;
    left: 0;
    padding: 1px 1px;
  }
  .card2 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card2 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card2 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card2 .linietext .linie {
    width: 15rem;
  }

  .card2 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card2 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card2 .s1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: 7.5rem;
    left: 1rem;
    font-size: 10px;
  }
  .card2 .btn4 {
    position: absolute;
    top: 12rem;
    left: 3.4rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec4 .card3 {
    width: 100%;
    height: 40%;
    top: 39rem;
    left: 0;
    padding: 1px 1px;
  }
  .card3 .textprimar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .card3 .textsecund {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .card3 .linietext {
    display: inline-block;
    position: absolute;
    top: 4rem;
    left: 1rem;
    margin: 0;
    padding: 0;
  }
  .card3 .linietext .linie {
    width: 15rem;
  }

  .card3 .pret {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4.5rem;
    left: 1rem;
    font-size: 2.5rem;
  }
  .card3 .luna {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 6rem;
    left: 5.6rem;
    font-size: 15px;
  }
  .card3 .s1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    top: 7.3rem;
    left: 1rem;
    font-size: 8px;
  }
  .card3 .btn4 {
    position: absolute;
    top: 12rem;
    left: 3.4rem;
    margin: 0;
    padding: 10px;
    width: 60%;
    height: 15%;
    font-size: 14px;
  }
  .sec5 .container {
    height: 300px;
  }
  .sec5 .sec5-content {
    position: relative;
    top: 2.5rem;
    left: 0;
    width: auto;
    height: 200px;
  }
  .sec5 .primary-texts {
    position: absolute;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 4rem;
    left: 0.5rem;
  }
  .sec5 .btn5 {
    position: absolute;
    margin: 0;
    padding: 10px 20px;
    top: 11rem;
    left: 5rem;
    font-size: 15px;
  }
  .sec6 .container {
    height: 80px;
  }
  .secfooter {
    position: relative;
    width: auto;
    height: 80px;
    /* background-color: red; */
  }
  .secfooter .footertexts {
    position: absolute;

    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 10px;
  }
  .sec6 .footertexts li {
    position: relative;
    margin: 0;
    padding: 0;
    top: 1rem;
    left: 12rem;
    text-align: center;
    display: block;
  }
  .sec6 .footertexts a {
    color: black;
  }
  .sec6 img {
    position: relative;
    top: 1.2rem;
    left: 0;
    margin: 0;
    padding: 0;
    width: 50%;
  }
}
