@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bangers&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --backgroundg: #000000;
  --background-section: #0A0A0A;
  --color-principal: #E05404;
  --color-secoundar: #E73A04;
  --color-text: #fff;
  --color-text-secundar: #A1FF09;
  --color-text-sub-heading: #84848C;
  --background-section: #101111;

  --principal-font: "Montserrat", sans-serif;
  --secound-font: 'Montserrat', serif;
  --bangers-font: "Bangers", system-ui;
  --reviews-abril: "Abril Fatface", serif;

}

html {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

body {
    background-color: var(--backgroundg);
}

header {
    width: 100%;
    min-height: 700px;
    max-height: 1080px;
    height: 100vh;
    text-align: center; 
    margin: 0;
    background-image: url("/resources/Background/principal-desktop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-nav{
    max-width: 1440px;
    width: 100%;
    height: 60px;
}
  
.header-nav {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: -70px;

}
  
.nav{
    z-index: 9999;
    position: relative;
    /*top: 40px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    z-index: 100;
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
  
}
  
.nav-link{
    font-size: 22px;
    font-weight: 400;
    color: white;
    padding: 5px 15px 5px 15px;
    font-family: var(--principal-font)
    transition: 0.4 all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-link:nth-of-type(4) {
    border: 2px solid white;
}

.logo img{
    margin-top: 10px;
    width: 210px;
    height: auto;
}
  
.nav-link:hover{
    transition: 0.1s ease-in-out;
    scale: 1.07;
}
  
.menu-icon{
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    cursor: pointer;
    z-index: 200;
    transition: 0.3s;
}
.menu-icon div{
    display: block;
    background: white;
    height: 2px;
    width: 23px;
    transition: 0.3s;
}
.move .line1 {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.move .line2 {
    opacity: 0;
}
.move .line3 {
    transform: rotate(45deg) translate(-5px, -5px);
}


.header-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-self: center;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    text-align: left;
}

.header-content h1 {
    font-size: 64px;
    font-weight: 800;
    color: white;
    font-family: var(--principal-font);
    line-height: 100%;
}

.header-content h2 {
    font-size: 21px;
    font-weight: 600;
    color: white;
    font-family: var(--principal-font);
    line-height: 125.5%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.reviwes {
    display: flex;
    align-items: center;
    text-align: center;

}
.reviews-people-img{
    width: auto;
    height: 35px;
    margin-right: 7px;
}
.reviwes div {
    display: flex;
    flex-direction: row;
    justify-items: center;
}
.reviwes div img {
    height: 25px;
    margin: 0 -4px;
    width: auto;
}

.reviwes span {
    font-size: 22px;
    font-weight: 500;
    color: white;
    font-family: var(--principal-font);
}
.reviwes p {
    font-size: 20px;
    font-weight: 400;
    color: white;
    font-family: var(--principal-font);
    margin-left: 13px;
}
.header-content h2 span{
    color: var(--color-text-secundar);
}

.custom-btn {
  margin-top: 40px;
  width: 200px;
  height: 50px;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  place-items: center;
}

.btn-2 {
  background: #046784;
  background: linear-gradient(135deg,rgba(4, 103, 132, 0.7) 0%, rgba(16, 214, 157, 0.7) 100%);
  width: 170px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-2 span {
  text-align: center;
  font-size: 15px;
  font-family: var(--principal-font);
  margin-left: 15px;
}
.btn-2 img {
    height: 18px;
    width: auto;
    place-self: center;
}
.btn-2:before,
.btn-2:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: #10D69D;
  transition: all 0.3s ease;
}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:after {
  width: 0%;
  height: 2px;
}
.btn-2:hover{
   background: transparent;
  box-shadow: none;
}
.btn-2:hover:before {
  height: 100%;
}
.btn-2:hover:after {
  width: 100%;
}
.btn-2 span:hover{
   color: #10D69D;
}
.btn-2 span:before,
.btn-2 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: #10D69D;
  transition: all 0.3s ease;
}
.btn-2 span:before {
  width: 2px;
  height: 0%;
}
.btn-2 span:after {
  width: 0%;
  height: 2px;
}
.btn-2 span:hover:before {
  height: 100%;
}
.btn-2 span:hover:after {
  width: 100%;
}

.btn-3 {
  background: #046784;
  background: linear-gradient(135deg,rgba(4, 103, 132, 0.7) 0%, rgba(16, 214, 157, 0.7) 100%);
  width: 200px;
  height: 50px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  text-align: center;
  font-size: 18px;
  font-family: var(--principal-font);
  margin-left: 15px;
}
.btn-3 img {
    height: 25px;
    width: auto;
    place-self: center;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: #10D69D;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: #10D69D;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: #10D69D;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
  
  /* Responsive NavBar settings */
  
@media (max-width: 1440px){
    .container-nav{
      width: 90%;
      height: 50px;
      border-radius: 50px;
      margin: 0 auto;
    }
    .header-content {
        width: 90%;
        margin: 0 auto;
    }
    .header-content h1 {
        font-size: 46px;
    }
    .reviwes span {
        font-size: 20px;
    }
    .reviwes p {
        font-size: 18px;
    }
    .btn-3 {
        width: 190px;
    }
}
@media (max-width: 1000px){
    .menu-icon div{
        height: 4px;
        width: 40px;
    }
    header {
        max-height: 800px;
    }
    .logo img {
        width: 190px !important;
        height: auto;
    }
    header {
      top: 15px;
    }
    .menu-icon{
      display: flex;
    }

    .logo img{
        margin-top: 5px;
        width: 140px;
    }

    .navbar {
        position: absolute;
        top: 105%;
        color:black;
        left: 50%;
        background: rgba(0, 0, 0, 0.75);
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.95) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.0) 100%);
        transform: translate(-50%);
        width: 80vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
        border-radius: 1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav-link:nth-of-type(4) {
    border: 0px;
    }

    .open-menu {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav-link{
        display: block;
        margin: 1rem 0;
    }
    .header-content h1 {
        font-size: 40px;
    }

    .reviwes span {
        font-size: 17px;
    }
    .reviwes p {
        display: none;
    }
    .custom-btn {
        margin-top: 20px;
    }
    .btn-3 {
        width: 190px;
    }
    .btn-3 {
        width: 160px;
        height: 45px;
    }
    .btn-3 span {
        font-size: 16px;
    }
    .btn-3 img {
        height: 17px;
    }
}

@media (max-width: 520px){
    .menu-icon div{
        height: 3px;
        width: 30px;
    }
    .logo img{
        margin-top: 5px;
        width: 150px !important;
    }
    /*.header-content {
        margin-top: 40px;
    }*/
    .header-content h1 {
        font-size: 30px;
    }
    .header-content h2 {
        font-size: 15px;
    }
    .reviwes span {
        font-size: 15px;
    }
    .reviwes div img {
        height: 20px;
    }
}


/*///////////////MAIN/////////////*/
/*///////////////MAIN/////////////*/
/*///////////////About Us/////////////*/
/*///////////////About Us/////////////*/

.about-us {
    margin-top: 70px !important;
    place-items: center;
}

.about-us p{
    font-weight: 700;
    font-size: 18px;
    font-family: var(--principal-font);
    background: #3F87A0;
    background: linear-gradient(90deg,rgba(63, 135, 160, 1) 0%, rgba(60, 221, 169, 1) 100%);
    color: transparent;
    background-clip: text;
    text-align: center;

}

.about-us h1 {
    font-weight: 700;
    font-size: 34px;
    font-family: var(--principal-font);
    color: var(--color-text);
    text-align: center;
    line-height: 130%;
    letter-spacing: -5%;
    max-width: 700px;
    margin: 20px 0 30px 0;


}


.about-us h1::before {
    content: 'Mai Mult Decat o Echipă Tehnică Suntem Partenerii tăi de Incredere.';

}


.about-us-banner {
    width: 100%;  
    height: 500px;
    object-fit: cover;
    border-radius: 35px;
    filter: brightness(90%);
}

.about-us-inpic {
    gap: 10px;
    width: 350px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    place-self: center;
    place-content: center;
    z-index: 4;
    place-items: center;
    background-color: rgba(0, 0, 0, 0.603);
    position: relative;
    top: -60px;
    border-radius: 20px;
}

.about-us div img {
    height: 30px;
    width: 30px;
    margin-top: -3px;
}

.about-us div h2 {
    font-weight: 700;
    font-size: 22px;
    font-family: var(--principal-font);
    color: var(--color-text);
    text-align: center;
    letter-spacing: -5%;
}

.about-us div h2 span {
    color: var(--color-text-secundar);
}

@media (max-width:800px) {
    .about-us h1::before {
        content: 'Mai Mult Decat o Echipă Tehnică - Suntem Partenerii tăi de Incredere.';
    }
}

@media (max-width:500px) {
    .about-us p{
        font-size: 14px;
    }
    .about-us h1 {
        font-size: 24px;
    }
    .about-us div img {
        height: 20px;
        width: 20px;

    }
    .about-us div h2 {
        font-size: 16px;
    }
    .about-us-inpic {
        width: 90%;
    }
}


/*///////////////About Us/////////////*/
/*///////////////About Us/////////////*/
/*///////////////MServices/////////////*/
/*///////////////Services/////////////*/



section {
    width: 100%;
    background-color: var(--background-section);
    padding: 50px 0;
    margin-top: 70px;

}
section:nth-of-type(1) {
    margin-top: 50px;
}
section:nth-of-type(2) {
    margin-top: 70px;
    margin-bottom: 70px;

}

.services {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.flex-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  
}

.flex-items {
    flex: 1 1 33%; /*grow | shrink | basis */
    width: 33%;
    min-width: 330px;
    max-width: 385px;
    height: 240px;
    background: #2E2F31;
    background: linear-gradient(135deg,rgba(46, 47, 49, 1) 0%, rgba(16, 17, 17, 1) 100%);
    margin: 10px;
    border-radius: 15px;
    box-shadow: 4px 4px 25px 12px rgba(0,0,0,0.25);
    -webkit-box-shadow: 4px 4px 25px 12px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 25px 12px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 20px;
}
.flex-items:nth-of-type(1) {
    background: #00381C;
    background: linear-gradient(45deg,rgba(0, 56, 28, 0.87) 0%, rgba(154, 249, 205, 1) 100%);
    box-shadow: 4px 4px 25px 12px rgba(154,249,205,0.25);
    -webkit-box-shadow: 4px 4px 25px 12px rgba(154,249,205,0.25);
    -moz-box-shadow: 4px 4px 25px 12px rgba(154,249,205,0.25);
    transform: rotate(-3deg);
}

.flex-items img {
    height: auto;
    width: 33px
}


.flex-items h1 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text);
    font-family: var(--principal-font);
}

.flex-items h2 {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    font-family: var(--principal-font);
}

.flex-items p {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-text);
    font-family: var(--principal-font);
}
.flex-items p:hover {
    color: var(--color-text-secundar);
}


.services-header {
  max-width: 1195px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.services-info {
    width: 70%;
}

.services-button {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: -40px;
}

.services-info h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--color-text);
    font-family: var(--principal-font);
    margin-bottom: 25px;
}

.services-info h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-sub-heading);
    font-family: var(--principal-font);
    line-height: 145%;
}
.services-info h2 span {
    color: var(--color-text-secundar);
}

@media (max-width: 1518px){
    .services-header {
        flex-direction: column;
        justify-content: center;
        place-self: center;
        align-items: center;
        text-align: center;
    }
    .services-button {
        width: auto;
        display: grid;
        margin: 0px 0 25px 0;
    }
}

@media (max-width: 880px){
    .services {
        width: 100%;
        padding: 0 15px;
    }
    .flex-items {
        width: 33%;
        min-width: 290px;
        max-width: 90%;
    }
    .services-button {
        margin: 10px 0 25px 0;
    }
        .services-info {
        width: 100%;

    }
    .services-info h1 {
        font-size: 28px;
    }
    .services-info h2 {
        font-size: 14px;
    }
}




/*///////////////Services/////////////*/
/*///////////////Services/////////////*/
/*///////////////KEY POINTS/////////////*/
/*///////////////KEY POINTS/////////////*/

.container {
    width: 80%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    border-radius: 35px;
}

.key-points {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.key-points-left {
    max-height: 485px;
    max-width: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 40px;
}
.key-points-left span:nth-child(1) {
    background: #3F87A0;
    background: linear-gradient(90deg,rgba(63, 135, 160, 1) 0%, rgba(60, 221, 169, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--principal-font);
}
.key-points-left h1 {
    font-size: 34px;
    font-weight: 700;
    font-family: var(--principal-font);
    color:var(--color-text);
    line-height: 110%;
    letter-spacing: -1%;
    padding: 20px 0;

}
.key-points-left h2 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--principal-font);
    color:var(--color-text-sub-heading);
    line-height: 145%;
    margin-bottom: -10px;

}

.key-points-right {
    min-height: 485px;
    max-width: 435px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 25px;
    padding: 0px 40px;
}

.key-points-card {
    max-width: 205px;
    height: 230px;
    background: #2E2F31;
    background: linear-gradient(135deg,rgba(46, 47, 49, 1) 0%, rgba(16, 17, 17, 1) 100%);
    border-radius: 10px;
    box-shadow: 4px 4px 25px 12px rgba(0,0,0,0.25);
    -webkit-box-shadow: 4px 4px 25px 12px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 25px 12px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px 20px;
}



.key-points-card:nth-of-type(2) {
    transform: rotate(-5deg);
    margin-top: -80px;
}
.key-points-card img {
    height: 50px;
    width: auto;
}
.key-points-card h1 {
    font-weight: 700;
    font-size: 15px;
    font-family: var(--principal-font);
    color: var(--color-text);
}
.key-points-card h2 {
    font-weight: 500;
    font-size: 13px;
    font-family: var(--principal-font);
    color: var(--color-text-sub-heading);
    line-height: 145%;
    letter-spacing: -6%;
}

@media (max-width: 1056px){
    .key-points {
        flex-direction: column;
        justify-content: center;
    }
    .key-points-left {
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .key-points-left h2 {
        margin-bottom: 10px;
    }
    .key-points-right {
        margin: 0 auto;

    }
}

@media (max-width: 500px){
    .container {
        width: 95%;
        padding: 0 10px;
    }
    .key-points-card {
        padding: 0 10px;
        flex: 1 1 40%; /*grow | shrink | basis */
        width: 40%;
        min-width: 145px;
        max-width: 155px;

    }

    .key-points-right {
        margin-top: 70px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0 0 70px 0;
        gap: 10px;
        justify-content: space-evenly

    }
    .key-points-card:nth-of-type(2) {
        margin-top: -50px;
    }
    .key-points-card:nth-of-type(1),
    .key-points-card:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .key-points-left {
        padding: 30px 20px 0 20px;
    }
    .key-points-left h1 {
        font-size: 28px;
    }
    .key-points-left h2 {
        font-size: 14px;
    }
}

@media (max-width: 336px){
    .key-points-card {
        max-width: 240px;

    }
    .key-points-card:nth-of-type(1) {
        transform: rotate(5deg);
    }
    .key-points-card:nth-of-type(2) {
        transform: rotate(0deg);
        margin-top: 0px;
    }
}


/*///////////////KEY POINTS/////////////*/
/*///////////////KEY POINTS/////////////*/
/*///////////////NUMBERS/////////////*/
/*///////////////NUMBERS/////////////*/

section:nth-of-type(3) {
    background-color: #000000;
    background-image: url("/resources/Main/Numbers/numbers-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.numbers {
    min-height: 100px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 50px;

}
.numbers-div {
    place-content: center;
}
.numbers div h1 {
    color: var(--color-text);
    font-size: 80px;
    font-weight: 700;
    font-family: var(--principal-font);
}
.numbers div h2 {
    color: var(--color-text-sub-heading);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--principal-font);
    text-align: center;
}

.numbers div h2:nth-of-type(1) {
    text-align: left;
}
.numbers div h2:nth-of-type(3) {
    text-align: right;
}

section:nth-of-type(3) {
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: var(--backgroundg);
    box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);

}

@media (max-width: 1200px) {
    .numbers div h1 {
        font-size: 70px;
    }
    .numbers div h2 {
        font-size: 20px;
    }
}
@media (max-width: 1056px) {
    .numbers div h1 {
        font-size: 60px;
    }
    .numbers div h2 {
        font-size: 18px;
    }
}
@media (max-width: 900px) {
    .numbers {
        flex-direction: column;
    }

    .numbers-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;

    }
    .numbers-div:nth-of-type(2) {
        margin: 60px 0;
    }
}
@media (max-width: 500px) {
    .numbers-div {
        margin: 20px 0 !important;
    }
    .numbers {
        padding: 20px 0;
    }
}


/*///////////////NUMBERS/////////////*/
/*///////////////NUMBERS/////////////*/
/*///////////////REVIEWS/////////////*/
/*///////////////REVIEWS/////////////*/

section:nth-of-type(4) {
    background-color: var(--backgroundg);
    padding: 0;
}

.reviews-section {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: var(--background-section);
    border-radius: 35px;
}

.reviews-section-header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}
.reviews-section-image {
    width: 105px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;

}
.reviews-section-image img {
    width: 105px;
    height: 130px;
    border-radius: 10px;
    margin-top: 20px;
}

.reviews-shadows {
    border-radius: 0 0 10px 10px;
    width: 105px;
    height: 60px;
    background-color: rgb(35, 35, 35);
    opacity: 0.05;
}
.reviews-line {
    height: 100px;
    width: 0px;
    border: 1px dotted rgb(35, 35, 35);
    place-self: center;
    margin-top: 20px;
    opacity: 0.4;
}
.reviews-section-image:nth-of-type(1) .reviews-shadows,
.reviews-section-image:nth-of-type(9) .reviews-shadows{
    height: 110px;
    opacity: 0.1;

}

.reviews-section-image:nth-of-type(3) .reviews-shadows,
.reviews-section-image:nth-of-type(5) .reviews-shadows,
.reviews-section-image:nth-of-type(7) .reviews-shadows{
    height: 130px;
    opacity: 0.1;
}
.reviews-section-text {

    margin-top: -190px;
}
.reviews-section-text p {
    margin: 0 auto;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    place-self: center;
    place-content: center;
    color: var(--color-text);
    font-size: 12px;
    font-weight: 700;
    font-family: var(--principal-font);
    border: 1px solid rgba(255, 255, 255, 0.493);
    margin-bottom: 35px;
}

.reviews-section-text h1 {
    font-size: 34px;
    font-weight: 600;
    font-family: var(--principal-font);
    color: var(--color-text);
    text-align: center;
    letter-spacing: -9%;
    margin-bottom: 45px;
}
.reviews-section-text h1 span {
    color: #8E8E8E; /*#636363*/
}

.reviews-section-text h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--principal-font);
    color: var(--color-text);
    text-align: center;
    letter-spacing: -9%;
    padding-bottom: 250px;
}

.reviews-section-slider {
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-top: -200px;

}

.reviews-section-slider-info {
    width: 450px;
    height: 170px;
    background-color: var(--backgroundg);
    box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 15px;
    perspective: 100px;
    transition: transform 1s;
}

.slider-track {
    display: flex;
    flex-direction: row;
    width: calc(450px * 8);
    animation: scroll 30s linear infinite;
}
.slider-trackneg {
    display: flex;
    flex-direction: row;
    width: calc(450px * 8);
    animation: scrollneg 30s linear infinite;
}

.reviews-section-slider div h1 {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--principal-font);
    color: var(--color-text);
    letter-spacing: -4%;
}

.reviews-section-slider div h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--principal-font);
    color: var(--color-text-sub-heading);
    letter-spacing: -7%;
}

.reviews-section-slider div p {
        font-size: 14px;
    font-weight: 500;
    font-family: var(--principal-font);
    color: var(--color-text);
    letter-spacing: -1%;
}
.reviews-section-slider div img {
    width: 45px;
    height: 45px;
    margin-top: -10px;

}
.reviews-section-slider-info-top div {
    width: 70%;
}
.reviews-section-slider-info-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-450px * 4));
    }
}

@keyframes scrollneg {
    0% {
        transform: translateX(calc(-300px * 4));
    }
    100% {
        transform: translateX(0);
    }
}


@media (max-width: 690px) {
    .reviews-section {
        width: 95%;
    }
    .reviews-section-image {
        width: 84px;
        margin-left: 5px;
        margin-right: 5px;

    }
    .reviews-section-image img {
        width: 84px;
        height: 103px;
        margin-top: 5px;
    }

    .reviews-shadows {
        width: 84px;
        height: 55px;
    }
    .reviews-line {
        height: 50px;
        margin-top: 5px;
    }
    .reviews-section-image:nth-of-type(1),
    .reviews-section-image:nth-of-type(9),
    .reviews-section-image:nth-of-type(8),
    .reviews-section-image:nth-of-type(2){
        display: none;
    }
    .reviews-section-header {
        overflow: hidden;
    }
    .reviews-section-image:nth-of-type(3) .reviews-shadows,
    .reviews-section-image:nth-of-type(5) .reviews-shadows,
    .reviews-section-image:nth-of-type(7) .reviews-shadows{
        height: 85px;
    }
    .reviews-section-text {
        margin-top: 0px;
    }
    .reviews-section-text p {
        width: 88px;
        height: 23px;
        font-size: 10px;
        margin-bottom: 30px;
    }

    .reviews-section-text h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .reviews-section-text h2 {
        font-size: 16px;
        padding-bottom: 200px;
    }

        
    .reviews-section-slider {
        margin-top: -145px;
    }
    .reviews-section-slider-info {
        width: 372px;
        height: 124px;
        padding: 20px 20px 20px 20px;
        margin: 10px;
        box-shadow: 0px 0px 10px 2px rgba(0, 255, 255, 0.25);
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 255, 255, 0.25);
        -moz-box-shadow: 0px 0px 10px 2px rgba(0, 255, 255, 0.25);
    }
    .reviews-section-slider div h1 {
        font-size: 12px;
    }

    .reviews-section-slider div h2 {
        font-size: 12px;
    }

    .reviews-section-slider div p {
        font-size: 11px;
    }
    .reviews-section-slider div img {
        width: 38px;
        height: 38px;
        margin-top: -6px;
    }
    .slider-track {
        width: calc(372px * 8);
    }
    .slider-trackneg {
        width: calc(372px * 8);
    }
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-372px * 4));
        }
    }

    @keyframes scrollneg {
        0% {
            transform: translateX(calc(-372px * 4));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 375px) {
    .reviews-section-text h1 {
        font-size: 24px;
    }

    .reviews-section-text h2 {
        font-size: 14px;
    }
}

/*///////////////REVIEWS/////////////*/
/*///////////////REVIEWS/////////////*/
/*///////////////Slider/////////////*/
/*///////////////Slider/////////////*/

.container-slider {
    max-width: 100%;
    padding: 2rem 0.6rem 1rem 0.6rem;
    margin: 0 auto;
    background-image: url("/resources/Main/Slider/bgt.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: center;
}
  
.text-center {
    text-align: center;
}
.section-heading {
    font-size: 30px;
    font-family: var(--principal-font);
    color: var(--color-text);
    font-weight: 700;
    margin-bottom: 15px;
}
  
#tranding {
    background-color: var(--backgroundg);
    padding: 0;
}
  
  
#tranding .tranding-slider {
    height: 32.5rem;
    padding: 1rem 0;
    position: relative;
}
  
@media (max-width:500px) {
    #tranding .tranding-slider {
      height: 28rem;
    }
    .container-slider {
        background-image: url("/resources/Main/Slider/bgt.png");
    }
}
  
.tranding-slide {
    width: 23rem;
    height: 26.25rem;
    position: relative;
}
  
@media (max-width:500px) {
    .tranding-slide {
      width: 17.5rem !important;
      height: 22.5rem !important;
    }
    .tranding-slide .tranding-slide-img img {
      width: 17.5rem !important;
      height: 22.5rem !important;
    }
    .section-heading {
        font-size: 22px;
    }
}
  
.tranding-slide .tranding-slide-img img {
    width: 23rem;
    height: 26.25rem;
    border-radius: 1.25rem;
    object-fit: cover;
    filter: brightness(90%);
}
  
.tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
  

  
.tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    color: var(--color-text);
}
  
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}
  
.tranding-slider-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 1rem;
}
  
.tranding-slider-control .swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
}
  
@media (max-width:990px) {
    .tranding-slider-control .swiper-button-next {
      left: 70% !important;
      transform: translateX(-70%) !important;
    }
}
  
@media (max-width:450px) {
    .tranding-slider-control .swiper-button-next {
      left: 80% !important;
      transform: translateX(-80%) !important;
    }
}
  
@media (max-width:990px) {
    .tranding-slider-control .swiper-button-prev {
      left: 30% !important;
      transform: translateX(-30%) !important;
    }
}
  
@media (max-width:450px) {
    .tranding-slider-control .swiper-button-prev {
      left: 20% !important;
      transform: translateX(-20%) !important;
    }
}
  
.tranding-slider-control .slider-arrow {
    background: var(--color-principal);
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
  
.tranding-slider-control .slider-arrow ion-icon {
    font-size: 1.25rem;
    color: #222224;
}
  
.tranding-slider-control .slider-arrow::after {
    content: '';
}
.swiper-pagination span {
    background-color: var(--color-principal);
}
  
.tranding-slider-control .swiper-pagination {
    position: relative;
    width: 11rem;
    bottom: 0.4rem;
}
  
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
  
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-principal);
    width: 40px;
    border-radius: 20px;
}

/*///////////////Slider/////////////*/
/*///////////////Slider/////////////*/
/*///////////////Parteneri/////////////*/
/*///////////////Parteneri/////////////*/

.parteneri {
    height: 180px;
    width: 100%;
    margin: auto;
    position: relative;
    display: grid;
    overflow: hidden;
    background-color: var(--backgroundg);
    box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    margin: 70px 0;
    padding: 0;

}

.parteneri-track {
    display: flex;
    flex-direction: row;
    width: calc(300px * 24);
    animation: scrollparteneri 30s linear infinite;
    place-content: center;
}

.parteneri-slide {
    width: 300px;
    place-self: center;
    display: flex;
    perspective: 100px;
    transition: transform 1s;

}
.parteneri-slide img {
    width: auto;
    height: 150px;
}

@keyframes scrollparteneri {
    0% {
        transform: translateX(calc(-300px * 12));
    }
    100% {
        transform: translateX(0);
    }
}


/*///////////////Parteneri/////////////*/
/*///////////////Parteneri/////////////*/
/*///////////////INFO/////////////*/
/*///////////////INFO/////////////*/

.info {
    height: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    place-items: center;
    background-image: url("/resources/Main/Info/info-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info h1 {
    color: var(--color-text);
    font-family: var(--principal-font);
    font-weight: 700;
    font-size: 34px;
    letter-spacing: -1%;
    line-height: 110%;
}
.info h1 span {
    color: var(--color-text-secundar);
}

.info h2 {
    color: var(--color-text);
    font-family: var(--principal-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}

@media (max-width:690px) {
    .info {
        padding: 50px 0;
        justify-content: space-evenly;
    }

    .info h1 {
        font-size: 24px;

    }
    .info h2 {
        font-size: 13px;
    }

}


/*///////////////INFO/////////////*/
/*///////////////INFO/////////////*/
/*///////////////Footer/////////////*/
/*///////////////Footer/////////////*/

footer {
    min-height: 400px;
    height: auto;
    width: 100%;
    background-color: #070707;
    border-radius: 35px 35px 0 0;
    box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 255, 255, 0.25);
    margin-top: 70px;
}
.footer-info {
    width: 100%;
    min-height: 300px;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    place-items: center;
}

.footer-info-left {
    width: 49%;
    height: 250px;
    display: flex;
    flex-direction: column;
}

.footer-info-right {
    width: 49%;
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    place-items: center;
    gap: 50px;

}

.footer-logo {
    width: 200px;
    height: auto;
    margin-top: -30px;
    margin-bottom: -50px;
}
.footer-info-left h1 {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    font-family: var(--principal-font);
}
.footer-logos {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 30px;
}

.footer-logos img {
    width: 35px;
    height: 35px;
    border: 1px solid var(--color-text);
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.footer-logos img:hover {
    background-color: rgba(255, 255, 255, 0.247);
}

.footer-link h2:hover {
    color: var(--color-text-secundar);
}

.footer-links-div {
    display: flex;
    flex-direction: column;
    height: 150px;
}
.footer-links-div h1 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    font-family: var(--principal-font);
    margin-bottom: 10px;
}

.footer-link h2 {
    font-size: 16px;
    margin-top: 7px;
    font-weight: 300;
    color: var(--color-text);
    font-family: var(--principal-font);
    cursor: pointer;
}
.copyright {
    text-align: center;
    padding: 30px;
}
.copyright h1 {
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    font-weight: 300;
    font-family: var(--principal-font);
}
.copyright h1 span {
    color: var(--color-text-secundar);
}
.copyright h1:nth-of-type(1) {
    margin-bottom: 5px;
}
.copyright a {
    cursor: pointer;
}

@media (max-width:1380px) {
    .footer-logo {
        margin-top: -30px;
        margin-bottom: -60px;
    }
    .footer-logos {
        margin-top: 20px;
    }
}

@media (max-width:940px) {
    .footer-info {
        flex-direction: column;
        justify-content: space-between;
        place-items: center;
    }
    .footer-links-div {

        height: 130px;
    }
    .footer-info-left, 
    .footer-info-right {
        width: 80%;
    }
    .footer-info-right {
       justify-content: center;
    }
}

@media (max-width:420px) {
    .footer-info-left, 
    .footer-info-right {
        width: 90%;
    }
}


/*/////////////////STICKY WHATSAPP BUTTON///////////*/
/*/////////////////STICKY WHATSAPP BUTTON///////////*/

.btn-whatsapp-pulse {
    z-index: 99999;
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@media (max-width:1200px) {
    .btn-whatsapp-pulse {
        font-size: 30px;
        padding: 25px;
    }
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

/*/////////////////STICKY WHATSAPP BUTTON///////////*/
/*/////////////////STICKY WHATSAPP BUTTON///////////*/
