@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-text2: #D9D9D9;
  --color-text-review: #717171;
  --color-text-review-contetn: #aea9a8;
  --footer-bg1: #0A0A0A;
  --footer-bg2: #121212;

  --principal-font: 'Roboto', serif;
  --secound-font: 'Montserrat', serif;
  --bangers-font: "Bangers", system-ui;
  --reviews-abril: "Abril Fatface", serif;

}


.mobile {
    display: none;
}
.desktop-content {
    display: none;
}

html {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body {
    background-color: var(--backgroundg);
}

.container-nav{
    max-width: 1060px;
    width: 100%;
    height: 50px;
}
  
.header-nav {
    display: flex;
    justify-content: center;
}
  
.nav{
    z-index: 9999;
    position: fixed;
    top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(224, 84, 4, 0.90);
    padding: 5px 20px;
    border-radius: 50px;
}

.navbar {
    z-index: 100;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 1.5rem;
}
  
.nav-link{
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-family: var(--principal-font);
    text-shadow: 1px 2px 2px #000000b2;
    transition: 0.4 all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.logo-container {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 74%));
    
}
.logo {
    background-color: var(--color-principal);
    width: 250px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
}

.logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    height: auto;
    width: 170px;
    margin-left: 15px;
}
.logo-mobile img {
    height: 40px;
    width: auto;
}
.logo img:hover,
.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);
}
  
  /* Responsive NavBar settings */
  
@media (max-width: 1400px){
    .container-nav{
      width: 90%;
      height: 50px;
      margin: 0 auto;
    }
}
@media (max-width: 910px){
    header {
      top: 15px;
    }
    .menu-icon{
      display: flex;
    }
    .logo-mobile {
        margin-left: -10px;
    }
    .navbar {
        position: absolute;
        top: 105%;
        color:black;
        left: 50%;
        transform: translate(-50%);
        width: 80vw;
        background: var(--color-principal);
        display: flex;
        padding: 20px 0;
        flex-direction: column;
        align-items: center;
        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);
    }
    .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;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

/*///////////////////////
//////HEADER HERO/////////
////////////////////////*/

header {
    width: 100%;
    height: vh;
    text-align: center; 
    margin: 0;
}

.header-hero {
    min-height: 750px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url("/img/mobile.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-center {
    max-width: 1920px;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-copy {
    width: 100%;
}
.header-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-img img {
    height: auto;
    width: 90%;
    max-width: 400px;
    margin-left: -10px;

}

.header-copy h1 {
    color: var(--color-text);
    font-size: 32px;
    font: normal 800 10vmin var(--secound-font);
    text-transform: uppercase;
    line-height: 103%;
}
.header-copy h1 span {
    color: var(--color-secoundar);
}
.header-copy h1 p {
    text-decoration: underline;
    text-decoration-thickness: 6px;
    text-decoration-color: var(--color-secoundar);
    text-underline-offset: 6px;
}

.header-copy h2 {
    margin-top: 20px;
    color: var(--color-text);
    font-size: 20px;
    font: normal 700 6.3vw var(--secound-font);
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 1px;
}
.header-img .callnowbtn {
    margin: 0 auto;
    margin-bottom: 25px;
    scale: 1.05;
}

.header-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hero-stats {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.hero-stats-label {
    display: grid;
}

.hero-stats-label h1 {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--principal-font);
    color: var(--color-text);
}
.hero-stats-label h1 span {
    color: var(--color-principal);
}
.hero-stats-label h2 {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--principal-font);
    color: var(--color-text);
}

.hero-location {
    width: 100%;
    height: 40px;
    background-color: var(--color-secoundar);
    display: flex;
    place-content: center;
    align-items: center;
}

.hero-location img {
    width: 20px;
    height: 20px;
}

.hero-location h1 {
    font-size: 16px;
    font-weight: 900;
    font-family: var(--principal-font);
    color: var(--color-text);
    padding: 0 10px;
}

@media (min-width: 430px) {
    .header-copy h2 {
        font-size: 26px;
    }
    .header-copy h1 {
        font-size: 42px;
    }

}

@media (min-width: 768px) {
    .header-hero {
        background-image: url("/img/desktop.svg");
        min-height: 700px;
    }
    .header-center {
        height: 500px;
        flex-direction: row;
    }
    .header-copy {
        width: 45%;
        min-height: 450px;
        padding-left: 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
    .header-copy h1 {
        font-size: 26px;
    }
    .header-copy h2 {
        margin: 20px 0;
        font-size: 16px;
    }
    .header-copy .people-reviews-div {
        justify-content: left;
        margin: 0;
        margin-top: 25px;
    }
    .header-img {
        width: 45%;
        min-height: 675px;
    }
    .mobile-content {
        display: none;
    }
    .desktop-content {
        display: block;
    }
    .header-bottom {
        height: 60px;
        flex-direction: row-reverse;
        background-color: var(--color-secoundar);
    }
    .hero-stats {
        margin: 0 auto;
    }
    .hero-stats-label h1 span {
        color: var(--color-text);
    }
}

@media (min-width: 1200px) {
    .header-hero {
        min-height: 900px;
    }
    .header-center {
        min-height: 675px;
    }
    .header-copy {
        min-height: 675px;
    }
    .header-copy h1 {
        font-size: 48px;
    }
    .header-copy .callnowbtn {
        scale: 1.15;
        margin-left: 10px;
    }
    .header-copy h2 {
        margin: 20px 0;
        font-size: 30px;
    }
    .hero-location h1 {
        font-size: 22px;
        padding: 0 25px;
    }
    .hero-location img {
        width: 26px;
        height: 26px;
    }
    .hero-stats-label h1 {
        font-size: 20px;
    }
    .hero-stats-label h2 {
        font-size: 16px;
    }
    .header-img img {
        width: 90%;
        max-width: 650px;
        margin-left: -10px;
    }
    .header-copy .people-reviews-div img{
        height: 45px;
        width: 90px;
    }
    
    .header-copy .people-reviews-div span:nth-of-type(1) {
        font-size: 22px;
        
    }
    .header-copy .people-reviews-div span:nth-of-type(2) {
        font-size: 20px;
    }
    
    .header-copy .people-reviews-div .stars {
        display: flex;
        width: 120px;
        margin-right: 5px;
        justify-content: space-evenly;
    }
    
    .header-copy .people-reviews-div .stars img{
        height: 25px;
        width: 25px;
    }
}


/*////////////////////////
/////////////Start-Points////
//////////////////////////*/

.main-points {
    max-width: 1440px;
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.main-points-reviews-line {
    width: 3px;
    height: 100px;
    background-color: var(--color-text-review-contetn);
    display: none;
}

.main-points-reviews {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
}

.main-points-reviews h1 {
    color: var(--color-text);
    font-size: 22px;
    font-weight: 700;
    font-family: var(--principal-font);
    text-align: center;
}

.main-points-stars img {
    width: 25px;
    height: 25px;
    margin: 0 -3px
}

.main-points-review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}


.main-points-review-content span:nth-of-type(1) {
    color: var(--color-principal);
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 5px;
}

.main-points-review-content span:nth-of-type(2) {
    color: var(--color-text2);
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 5px;
}

.main-points-review-content span:nth-of-type(3) {
    color: var(--color-principal);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--principal-font);
}

.main-bullet-points {
    background-color: var(--background-section);
    border-radius: 20px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bullet-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
}

.bullet-point img {
    height: 67px;
    width: 67px;
    margin-bottom: 10px;
}

.bullet-point h1 {
    color: var(--color-principal);
    font-size: 22px;
    font-weight: 900;
    font-family: var(--principal-font);
    text-align: center;
    margin-bottom: 5px;
}

.bullet-point span {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--principal-font);
    text-align: center;
    max-width: 300px;
}

@media (min-width: 490px) {
    .desktop-top-review {
        display: block;
    }
}

@media (min-width: 768px) {
    .main-points-reviews-line {
        display: block;
    }
    .main-points-reviews {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .main-points-reviews h1 { 
        font-size: 24px;
    }
    .main-points-review-content span:nth-of-type(1) {
        font-size: 18px;
    }
    
    .main-points-review-content span:nth-of-type(2) {
        font-size: 16px;
    }
    
    .main-points-review-content span:nth-of-type(3) {
        font-size: 18px;
    }
    .main-points-review-content {
        margin-top: 0;
    }

    .main-bullet-points {
        justify-content: space-evenly;
        border-radius: 0;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .main-points-reviews h1 { 
        font-size: 26px;
    }
    .main-points-review-content span:nth-of-type(1) {
        font-size: 18px;
    }
    
    .main-points-review-content span:nth-of-type(2) {
        font-size: 16px;
    }
    
    .main-points-review-content span:nth-of-type(3) {
        font-size: 18px;
    }
    .bullet-point img {
        height: 75px;
        width: 75px;
    }
    
    .bullet-point h1 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    
    .bullet-point span {
        font-size: 16px;
        max-width: 300px;
    }

}

/*/////////Start-points-------
-----------Reviews-------------
------------------------------*/

.slider {
    height: autopx;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slider-header {
    display: grid;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
}
.slider-header-div img{
    height: 30px;
    width: 60px;
    border-radius: 100%;
}
.slider-header-div span {
    padding: 0 5px;
    color: var(--color-text);
}

.slider-header-div span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 500;
    
}
.slider-header-div span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
}

.stars {
    display: flex;
}

.stars img{
    height: 18px;
    width: 18px;
    padding: 0;
}
.slider-header-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.slider-header h1 {
    font-size: 70px;
    color: var(--backgroundg);
    font-family: var(--reviews-abril);
    -webkit-text-stroke: 2px var(--color-principal);
    font-weight: 400;
    margin-bottom: -5px;
}
.slider-header h2 {
    font-size: 42px;
    color: var(--color-principal);
    font-family: var(--bangers-font);
    font-weight: 400;
    margin-bottom: 5px;
}

.slider-track {
    display: flex;
    width: calc(300px * 8);
    animation: scroll 40s linear infinite;
}

.slider-track-neg {
    display: flex;
    width: calc(300px * 8);
    animation: scrollneg 30s linear infinite;
}

.slide {
    min-height: 175px;
    width: 300px;
    display: flex;
    align-items: left;
    margin: 10px;
    background-color: var(--background-section);
    perspective: 100px;
    transition: transform 1s;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
}

.slide-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slide-container-body {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}
.slide-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.slide .stars img {
    margin-bottom: 10px;
}

.slide-name span:nth-of-type(1){
    color: var(--color-text);
    font-size: 14px;
    font-family: var(--principal-font);
    font-weight: 900;
}

.slide-name img {
    height: 15px;
    width: 15px;
    margin: 0 5px;
}

.slide-name span:nth-of-type(2) {
    font-weight: 300;
    font-size: 12px;
    font-family: var(--principal-font);
    color: var(--color-text-review);
}
.slide-title {
    margin-bottom: 10px;
    font-weight: 900;
    font-family: var(--principal-font);
    font-size: 16px;
    color: var(--color-text);
}

.slide-content {
    font-family: var(--principal-font);
    font-size: 14px;
    color: var(--color-text-review-contetn);
    font-weight: 400;
    margin-bottom: 30px;
}
.slide-mark {
    font-family: var(--principal-font);
    color: var(--color-principal);
    font-size: 12px;
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
    place-self: end;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-300px * 4));
    }
}

@keyframes scrollneg {
    0% {
        transform: translateX(calc(-300px * 4));
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 1300px) {
    .slider-header h1 {
        font-size: 96px;
    }
    .slider-header h2 {
        font-size: 62px;
    }
    .slider-header .stars img {
        height: 30px;
        width: 30px;
    }
    .slider-header span:nth-of-type(1) {
        font-size: 26px;
    }
    .slider-header span:nth-of-type(2) {
        font-size: 24px;
    }
    .slider-header-div img{
        height: 40px;
        width: 80px;
    }
    .slider-track {
        width: calc(480px * 8);
    }
    .slider-track-neg {
        width: calc(480px * 8);
    }
    .slide {
        width: 480px;
    }
    .slide-name span:nth-of-type(1){
        font-size: 16px;
    }
    .slide-name img {
        height: 17px;
        width: 17px;
    }
    .slide-name span:nth-of-type(2) {
        font-size: 14px;
    }
    .slide-title {
        font-size: 18px;
    }
    .slide-content {
        font-size: 16px;
    }
    .slide-mark {
        font-size: 14px;
    }
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-480px * 4));
        }
    }
    
    @keyframes scrollneg {
        0% {
            transform: translateX(calc(-480px * 4));
        }
        100% {
            transform: translateX(0);
        }
    }
}


/*///////Reviews///////
//////////nmh///////
////////////////*/

section {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 300px;
}

.nmh-container {
    width: 90%;
    min-height: 300px;
    margin: 0 auto;
    margin-top: 150px;

    box-shadow: 0px 0px 4px 3px var(--color-secoundar);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
	gap: 0;
    padding: 10px 20px;
}

.nmh-header {
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 25px;
}

.nmh-header img {
    width: 160px;
    height: 160px;
}

.nmh-content-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nmh-content span:nth-of-type(1){
    font-size: 20px;
    font-weight: 500;
    font-family: var(--principal-font);
    color: var(--color-principal);
    margin-bottom: 5px;
    text-align: center;
}
.nmh-content span:nth-of-type(2){
    font-size: 22px;
    font-weight: 500;
    font-family: var(--principal-font);
    color: var(--color-text);
    margin-bottom: 10px;
    text-align: center;
}
.nmh-content span:nth-of-type(3){
    font-size: 15px;
    font-weight: 400;
    font-family: var(--principal-font);
    color: var(--color-text);
    text-align: center;
}
.nmh-content-nr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.nr-div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 5px 0;
}
.nr-div a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--principal-font);
    color: var(--color-secoundar);
}
.nr-div img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    display: none;
}
.nmh-content a {
    width: 100%;
    text-align: center;
}
.nmh-content button {
    color: var(--color-text);
    height: 35px;
    width: 100%;
    background-color: var(--color-secoundar);
    font-family: var(--principal-font);
    font-weight: 800;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .nmh-container {
        flex-direction: row;
        padding: 30px 0;
    }
    .nmh-header {
        margin-top: 0;
        margin-bottom: 0;
        width: 50%;
        place-content: center;
        text-align: right;
    }
    .nmh-content {
        width: 50%;
        place-content: center;
    }
    .nmh-content-div {
        width: 300px;
    }
    .nmh-header img {
        width: 220px;
        height: 220px;
    }
    .nmh-content-div {
        position: relative;
        left: 7%;
    }
    .nmh-header {
        position: relative;
        right: 7%;
    }
}
@media (min-width: 375px) {
    .nmh-content-nr {
        flex-direction: row;
    }
    .nr-div {
        padding: 15px 10px;
    }
    .nr-div a {
        font-size: 20px;
        font-weight: 500;
    }
}
@media (min-width: 1300px) {
    .nmh-header img {
        width: 230px;
        height: 230px;
    }
    .nmh-content span:nth-of-type(1){
        font-size: 24px;
        font-weight: 500;
        font-family: var(--principal-font);
        color: var(--color-principal);
        margin-bottom: 5px;
        text-align: center;
    }
    .nmh-content span:nth-of-type(2){
        font-size: 26px;
        font-weight: 900;
        font-family: var(--principal-font);
        color: var(--color-text);
        margin-bottom: 10px;
        text-align: center;
    }
    .nmh-content span:nth-of-type(3){
        font-size: 17px;
        font-weight: 400;
        font-family: var(--principal-font);
        color: var(--color-text);
        text-align: center;
    }
    .nmh-content-div {
        width: 350px;
    }
    .nr-div a {
        font-size: 24px;
    }
    .nmh-content button {
        height: 40px;
        font-size: 18px;
    }
    .nmh-content-div {
        position: relative;
        left: 15%;
    }
    .nmh-header {
        position: relative;
        right: 15%;
    }
}


/*///////NMHS/////
//////////FAQ///////
////////////////*/

.faq-section {
    filter: drop-shadow(0px 0px 5px var(--color-principal));
}

.faq {
    margin-top: 100px;
    padding-bottom: 80px;
    padding-top: 80px;
    min-height: 400px;
    width: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    background-color: var(--background-section);
}

.faq-header {
    text-align: center;
    padding-bottom: 20px;
}

.faq-header h1 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-text);
    font-family: var(--principal-font);
}

.faq-header span {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    font-family: var(--principal-font);
}

.faq-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-slide {
    width: 280px;
    min-height: 40px;
    background-color: var(--footer-bg1);
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid #262626;
    box-shadow: inset 14px -14px 25.100000381469727px -9px rgba(255, 255, 255, 10%);
}

.faq-question {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;

}

.faq-question h3 {
    font-size: 12px;
    align-self: center;
    font-weight: 500;
    color: var(--color-text);
    font-family: var(--principal-font);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.faq-answer p {
    font-size: 12px;
    font-weight: 300;
    color: var(--color-text);
    font-family: var(--principal-font);
    margin: -2px 20px 10px 20px;
    line-height: 1.4;
}

.faq-slide.active .faq-answer {
    max-height: 300px;
    animation: fade 0.8s ease-in-out;
}

.faq-slide.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-question svg {
    transition:  transform 0.5s ease-in;
}
 

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (min-width: 700px) {
    .faq-slide {
        width: 600px;
        min-height: 52px;
    }

    .faq-header h1 {
        font-size: 32px;
        margin-bottom: 7px;
    }
    
    .faq-header span {
        font-size: 18px;
    }
    .faq-answer p {
        font-size: 14px;
    }
    .faq-question h3 {
        font-size: 17px;
    }
    .faq-header {
        padding-bottom: 40px;
    }
    .faq-question {
        min-height: 52px; 
     }
}

/*
FAQ
Swipers
*/
.popular {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .utilaje-h5 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-text);
    font-family: var(--principal-font);
    margin-bottom: 20px;
  }
  .servicii-h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-text);
    font-family: var(--principal-font);
    margin-bottom: 20px;
    margin-top: 70px;
  }
  .servicii-h5:nth-of-type(2) {
    font: 300 22px var(--principal-font) !important;
    color: var(--color-principal);
    margin-top: -15px;
  }
  .popular-content {
    padding: 10px 10px;
  }
  
  .popular-content h1 {
    font-size: 18px;
    font-weight: 800;
    font-family: var(--principal-font);
    color: var(--color-text);
    margin-bottom: 7px;
    
  }
  .popular-content h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--principal-font);
    color: var(--color-text);
    padding: 4px 0;
  }
  .popular-content h3 span {
    color: green;
  }
  
  .popular-content h4 {
    color: var(--color-principal);
    font: 600 16px var(--principal-font);
  }
  .popular-content h6 {
    color: var(--color-principal);
    font: 600 18px var(--principal-font);
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .popular-content h6 span{
    font: 600 12px var(--principal-font);
  }
  .circle-dis {
    background-color: #A1FF09;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .popular-content-disponibil h2 {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    font-family: var(--principal-font);
  }
  .popular-content-disponibil {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .popular-swiper {
    width: 100%;
    height: 570px;
  }
  .services-swiper {
    width: 100%;
    height: 570px;
  }
  
  .popular-slide {
    border-radius: 20px;
    border: 2px solid var(--color-secoundar);
    box-shadow: 2px 2px 4px 0px var(--color-secoundar);
    width: 300px;
    height: 520px;
    position: relative;
  }
  .services-slide {
    border-radius: 20px;
    border: 2px solid var(--color-secoundar);
    box-shadow: 2px 2px 4px 0px var(--color-secoundar);
    width: 300px;
    height: 530px;
    position: relative;
  }
  
  .swiper-slide-cta {
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
  }
  
  .popular-image {
    height: 160px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px 17px 0 0;
    background: rgb(224,92,4);
    background: linear-gradient(140deg, rgba(224,92,4,1) 0%, rgba(231,38,4,1) 100%);
  }
  .services-image {
    height: 160px;
    width: 100%;
    border-radius: 17px 17px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .services-slide:nth-child(1) .services-image {
    background-image: url("/img/protofoliu/5.jpeg");
  }
  .services-slide:nth-child(2) .services-image {
    background-image: url("/img/services-section/1.png");
  }
  .services-slide:nth-child(3) .services-image {
    background-image: url("/img/services/9b04e890-999e-42a7-8dd4-fd4b27ddec95.jfif");
  }
  
  
  .popular-image img{
    width: auto;
    height: 200px;
  }
  .popular-slide:nth-of-type(2) .popular-image img{
    height: 140px !important;
  }
  
  .swiper-pagination {
    margin-top: 50px;
  }
  .pagination-control {
    position: relative;
    top: -5px;
  }
  
  .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: var(--color-principal);
    opacity: 0.2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-principal);
    width: 100px;
    transition-delay: 0s;
  }
  
  .popular-image img:hover {
    scale: 1.1;
    transition: 0.5s ease;
  }
  
  @media (max-width: 372px) {
    .popular-swiper {
      height: 600px;
    }
    .services-swiper {
      height: 600px;
    }
    
    .popular-slide {
      border-radius: 20px;
      border: 2px solid var(--color-secoundar);
      box-shadow: 2px 2px 4px 0px var(--color-secoundar);
      width: 300px;
      height: 560px;
    }
    .services-slide {
      border-radius: 20px;
      border: 2px solid var(--color-secoundar);
      box-shadow: 2px 2px 4px 0px var(--color-secoundar);
      width: 300px;
      height: 560px;
    }
  }
  
  @media (min-width: 1130px) {
  
    .popular-swiper {
      height: 630px;
    }
    .services-swiper {
      height: 630px;
    }
    .popular:nth-of-type(2) h5,
    .popular:nth-of-type(1) h5 {
      font-size: 32px;
    }
    .popular-slide {
      width: 350px;
      height: 620px;
    }
    .services-slide {
      width: 350px;
      height: 620px;
    }
    .popular-image {
      height: 190px;
    }
    .popular-image img{
      width: auto;
      height: 250px;
    }
    .popular-slide:nth-of-type(2) .popular-image img{
      height: 170px !important;
    }
    .popular-content h4 {
      font-size: 22px;
    }
    .popular-content h1 {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .popular-content h6 {
      font-size: 24px;
    }
    .popular-content h6 span {
      font-size: 16px;
    }
    .swiper-slide-cta,
    .popular-content {
      padding: 20px 20px;
    }
  
    .popular-content h2 {
      font-size: 16px;
    }
    .popular-content h3 {
      font-size: 16px;
      padding: 6px 0;
    }
    .circle-dis {
      width: 11px;
      height: 11px;
    }
  
  }
  
  /*///////////////////////////////
  /////////Start Portofolio Slider
  ////////////////////////////////*/
  
  .container {
    max-width: 100%;
    padding: 2rem 0.6rem 1rem 0.6rem;
    margin: 0 auto;
    background-image: url("/img/protofolio-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: center;
  }
  
  .text-center {
    text-align: center;
  }
  
  .protofolio-hr-div {
    display: flex;
    flex-direction: row;
    place-self: center;
    align-items: center;
    margin: 5px 0 10px 0;
  }
  .protofolio-hr-div div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--color-text);
    margin: 0px 10px;
  }
  .section-heading {
    font-size: 2rem;
    font-family: var(--principal-font);
    color: var(--color-principal);
    font-weight: 600;
  }
  #tranding hr{
    width: 60px;
    margin-bottom: 10px;
    height: 1px;
    background-color: var(--color-text);
    border: 1px solid var(--color-text);
    margin: 0 auto;
  }
  
  .section-subheading{
    font-size: 1.1rem;
    padding-bottom: 10px;
    color: var(--color-principal);
    font-family: var(--principal-font);
  }
  
  #tranding {
    padding: 7rem 0;
  }
  
  @media (max-width:1440px) {
    #tranding {
      padding: 5rem 0;
    }
  }
  
  #tranding .tranding-slider {
    height: 32.5rem;
    padding: 1rem 0;
    position: relative;
  }
  
  @media (max-width:500px) {
    #tranding .tranding-slider {
      height: 28rem;
    }
    .container {
        background-image: url("/img/protofolio-phonebg.svg");
    }
  }
  
  .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;
    }
  }
  
  .tranding-slide .tranding-slide-img img {
    width: 23rem;
    height: 26.25rem;
    border-radius: 1.25rem;
    object-fit: cover;
  }
  
  .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;
  }
  
  
  
  /*////////////////////
  /////////End Portofolio Slider/
  /////////FOOTER////////////*/

footer {
    background-color: var(--footer-bg1);
    min-height: 400px;
    border-top: 4px solid var(--color-secoundar);
    margin-top: 80px;
}

.footer-row1 {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    min-height: 50px;
    border-bottom: 4px solid var(--color-secoundar);
}

.row1-div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 0 20px;
}

.footer-row1-content {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}


.footer-row1-content span:nth-of-type(1) {
    font-size: 18px;
    font-family: var(--principal-font);
    font-weight: 500;
    color: var(--color-text);
}
.footer-row1-content span:nth-of-type(2) {
    font-size: 15px;
    font-family: var(--principal-font);
    font-weight: 300;
    color: var(--color-text);
}

.footer-row1-content a {
    text-decoration: none;
    font-size: 15px;
    font-family: var(--principal-font);
    font-weight: 300;
    color: var(--color-text);
}

.row1-div:nth-of-type(2) a{
    color: var(--color-principal);
}
.row1-div:nth-of-type(1),
.row1-div:nth-of-type(3) {
    padding: 20px 20px;
}

.row1-div img {
    height: 30px;
    width: 30px;
}

.footer-row2 {
    padding: 20px 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.row2-left p {
    font-size: 16px;
    font-family: var(--principal-font);
    font-weight: 400;
    color: var(--color-text);
    margin-top: 20px;
    overflow-x: hidden;
}

.footer-socials h1 {
    
    font-size: 22px;
    font-family: var(--principal-font);
    font-weight: 500;
    color: var(--color-text);
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer-socials img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.footer-logo img{
    width: 320px;
    height: auto;
    margin-left: -28px;
    margin-bottom: -20px;
}


.row2-right h1 {
    font-size: 22px;
    font-family: var(--principal-font);
    font-weight: 500;
    color: var(--color-text);
    margin-top: 30px;
    margin-bottom: 10px;
}

.row2-right-content {
    display: flex;
    flex-direction: column;
}

.row2-right-content:nth-of-type(1) {
    margin-right: 120px;
}

.row2-right-content a {
    font-size: 17px;
    font-family: var(--principal-font);
    font-weight: 300;
    color: var(--color-text);
    text-decoration: none;
    padding: 5px 0;
}

.row2-right-div {
    display: flex;
}

.footer-row3 {
    background-color: var(--footer-bg2);
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-row3 span {
    font-size: 15px;
    font-family: var(--principal-font);
    font-weight: 300;
    color: var(--color-text);
}

footer a:hover{
    scale: 1.1;
    transition: 0.1s linear;
}

@media (min-width: 768px) {
    .footer-row1 {
       display: flex;
    }
    .footer-logo img {
        width: 450px;
        margin-left: -40px;
    }
    .row2-div {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 30px 20px;
    }
    .row1-div {
        padding: 30px 20px;
        display: flex;
        
    }
    .row1-div:nth-of-type(2) {
        justify-content: center;
    }
    .row1-div:nth-of-type(3) {
        justify-content: right;
    }
    .footer-row2 {
        display: flex;
        justify-content: center;
        place-self: center;
        place-content: center;
        margin: 0 auto;
    }
    .row2-left p {
        max-width: 450px;
    }
    .row2-right h1 {
        margin: 0;
        margin-bottom: 30px;
    }
    .row2-right,
    .row2-left {
        max-width: 50%;
        width: auto;
    }
    .footer-socials {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .footer-socials h1 {
        margin: 0;
        margin-right: 20px;
    }
}

/*////////FOOTER///////
//////////BTN///////
////////////////*/


.callnowbtn {
    height: 40px;
    width: 175px;
    background-color: var(--color-principal);
    border-radius: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px 0 15px;
}
  
.callnowbtn span {
    font-family: var(--principal-font);
    font-weight: 800;
    font-size: 18px;
    color: var(--color-text);
}
  
.callnow-div-img {
    box-shadow: 0px 0px 10.600000381469727px 0px rgba(0, 0, 0, 50%);
    background-color: var(--color-principal);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.callnow-div-img img{ 
    height: 20px;
    width: 20px;
    margin-left: 0;
}

.people-reviews-div img{
    height: 30px;
    width: 60px;
    border-radius: 100%;
}

.people-reviews-div span {
    padding: 0 5px;
    margin-bottom: -2px;
    color: var(--color-text);
}

.people-reviews-div span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 500;
    
}
.people-reviews-div span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
}

.people-reviews-div .stars {
    display: flex;
    width: 80px;
    margin-right: -10px;
    justify-content: space-evenly;
}

.people-reviews-div .stars img{
    height: 18px;
    width: 18px;
}
.people-reviews-div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.my-float{
	margin-top:16px;
}