@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;
    }
}

.grid {
    column-count: 4;
    column-gap: .5em;
    max-width: 980px;
    margin: auto;
    width: 100%;
    padding: 0 10px;
  }

  .grid__item {
    padding: 5px 0;
  
  }
  .grid img {
    height: auto;
    max-width: 100%;
    
  }
  
  @media(max-width: 800px) {
    .grid {
        column-count: 3;
    }
  }
  
  @media(max-width: 600px) {
    .grid {
        column-count: 2;
    }
  }
  
  @media(max-width: 400px) {
    .grid {
        column-count: 1;
    }
  }


  /*/////////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///////*/

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