@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 {
    width: 100%;
    height: 50vh;
    font: 400 0.5em/1.5 "Neuton";
    text-align: center; 
    margin: 0;

}

.hero {
    background-image: url("/img/alt-page-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    display: grid;
      grid-template-rows: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      width: 100%;
      height: 50vh;
      overflow: hidden !important;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
.hero p {
      text-transform: uppercase;
      color: white;
      letter-spacing: 0.5em;
      display: inline-block;
      border: 4px solid rgb(255, 255, 255);
      border-width: 1px 0;
      padding: 1.5em 0em;
      width: 40em;
      scale: 1.3;
  
    span {
      font: 700 4em/1 "Oswald", sans-serif;
      letter-spacing: 0;
      padding: 0.25em 0 0.325em;
      display: block;
      margin: 0 auto;
      text-shadow: 0 0 80px rgb(255, 255, 255);
  
      /* Clip Background Image */
  
      background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
      -webkit-background-clip: text;
      background-clip: text;
  
      /* Animate Background Image */
  
      -webkit-text-fill-color: transparent;
      -webkit-animation: aitf 60s linear infinite;
  
      /* Activate hardware acceleration for smoother animations */
  
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
    }
  }
  
  /* Animate Background Image */
  
  @-webkit-keyframes aitf {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }

@media (min-width: 375px) {
    .hero p {
        scale: 1.5;
    }
}
@media (min-width: 425px) {
    .hero p {
        scale: 1.8;
    }
}
@media (min-width: 768px) {
    .hero p {
        scale: 2.2;
        padding: 0.6em 0em;
        top:22vh;
    }
}
@media (min-width: 1024px) {
    .hero p {
        scale: 2.7;
        padding: 0.6em 0em;
        top:24vh;
    }
}
@media (min-width: 1440px) {
    .hero p {
        scale: 3.2;
        padding: 0.6em 0em;
        top:24vh;
    }
}
.desktop-btn {
    display: none;
  }
  
  @media (min-width: 600px) {
    .desktop-btn {
      display: block;
    }
    .mobile-btn {
      display: none;
    }
}

.services-container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .services-section {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
      grid-template-rows: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      width: 100%;
  }
  
  .services-photo {
    place-self: center;
    grid-area: 1 / 1 / 2 / 4;
    width: 75%;
    min-height: 250px;
      background-color: white;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .services-content {
    place-self: center;
    grid-area: 1 / 1 / 4 / 4;
    width: 90%;
    max-height: 600px;
    height: 100%;
    box-shadow: 0px 0px 4px 3px var(--color-secoundar);
    border-radius: 20px;
    position: relative;
    top: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
  
  }
  .services-photo h1 {
    width: 240px;
    height:35px;
    justify-content: center;
    border-radius: 50px;
    margin-top: 10px;
    color: white;
    background-color: #E05404;
    place-self: center;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;

  }
  
  .services-photo img{
    place-content: center;
    justify-content: center;
    height: auto;
    width: 100%;
  }
  
  .services-content h1 {
    color: white;
    font-weight: 700;
    font-size: 2rem;
    display: none;
  }
  .services-content div {
    margin-top: 130px;
  }
  .services-content h3 {
    color: white;
    font-weight: 400;
    text-align: left !important;
    padding: 0px 20px;
    font-size: 1.2rem;
  }
  
  @media (min-width: 768px) {
    .services-section {
      display: flex;
      flex-direction: row;
      place-content: center;
    }
    .services-photo {
      width: 40%;
      height: 500px;
      border-radius: 20px 0 0 20px ;
    }
    .services-content {
      width: 40%;
      height: 500px !important;
      border-radius: 0 20px 20px 0;
      top: 0px;
    }
    .services-content h1 {
      display: block;
    }
    .services-content div {
      margin-top: 0px;
    }
    .services-content h3 {
      padding: 1px 20px;
      font-size: 1.3rem;
    }
    .button2 {
      margin-bottom: 0px !important;
      scale: 1.15;
    }
  
    .services-photo h1 {
      width: 70%;
      height: 50px;
      font-size: 26px;
      line-height: 2;
    }
    .border2 {
      border-radius: 0 20px 20px 0 !important;
    }
    .border1 {
      border-radius: 20px 0 0 20px !important;
    }
  }
  
  .bg1 {
    background-image: url("/img/protofoliu/9.jpeg");
    background-position: top;
  }
  .bg2 {
    background-image: url("/img/protofoliu/18.jpeg");
    background-size: cover;
  }
  .bg3 {
    background-image: url("/img/services/compactor2.png");
  }
  .bg4 {
    background-image: url("/img/services/bobcat.png");
  }
  .bg5 {
    background-image: url("/img/services/9b04e890-999e-42a7-8dd4-fd4b27ddec95.jfif");
    background-position: right;
  }
  
  
  .main-hero {
    margin-bottom: -230px;
    margin-top: 20px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1300px;
    place-self: center;
    width: 100%;
  }
  
  .main-content-header {
    place-self: center;
    height: 300px;
    width: 70%;
    grid-area: 1/1/2/4;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
  }
  .main-content-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .main-content-header::before {
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    opacity: 0;
  }
  
  .main-content {
    place-self: center;
    border-radius: 20px;
    height: 500px;
    width: 90%;
    grid-area: 1 / 1 / 4 / 4;
  background-color: black;
    box-shadow: 0px 0px 4px 3px white;
    position: relative;
    top: -60px;
  
  }
  
  .main-content-section {
    display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
  }
  .main-content-section-div {
    grid-area: 2 / 1 / 4 / 4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .main-content-section-div h1{ 
    font-size: 2rem;
    font-weight: 700;
    color: white;
  }
  .main-content-section-div div {
    margin-top: 10px;
    text-align: left;
    padding: 0 10px;
  }
  .main-content-section-div h2{ 
  
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
    padding: 0 10px;
    line-height: 1.3;
  }
  
  @media (min-width: 768px) {
    .main-content-header {
        width: 300px;
        grid-area: 2 / 1 / 3 / 2;
        top: -60px;
        left: 20px;
    }
    .main-content-section-div {
        grid-area: 1 / 2 / 4 / 4;
        position: relative;
        left: -5px;
    }
    .main-content{ 
        width: 80%;
        left: 40px;
        height: 400px;
    }
    .main-hero {
        margin-top: -140px;
    }
    .main-content-section-div h2 {
      padding: 0 40px;
      text-align: center;
    }
  }
  
  @media (min-width: 1440px) {
    .main-content-header {
        width: 300px;
        grid-area: 2 / 1 / 3 / 2;
        top: -60px;
        left: 20px;
    }
    .main-content-section-div {
        grid-area: 1 / 2 / 4 / 4;
        position: relative;
        left: -60px;
    }
    .main-content-section-div h1 {
        font-size: 2.3rem;
    }

    .main-content-section-div h2 {
        font-size: 1.6rem;
  
    }
  }

  .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;
    margin-top: 0px !important;
    margin: 0 auto !important;
    place-self: center;
}
  
.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;
    margin-top: 0px !important;
}
  
.callnow-div-img img{ 
    height: 20px;
    width: 20px;
    margin-left: 0;
}

.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;
}
  
  /*////////////////////////////////
  /////////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///////*/

  