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

.main-hero {
    margin-bottom: 160px;
    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: 950px;
    width: 90%;
    grid-area: 1 / 1 / 4 / 4;
  background-color: black;
  box-shadow: 0px 0px 4px 3px white;
    position: relative;
    top: 140px;
  
  }
  
  .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: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .main-content-section-div h1{ 
    margin-top: -140px;
    font-size: 2rem;
    text-align: center !important;
    font-weight: 700;
    color: white;
  }
  .main-content-section-div h2{ 
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    opacity: 0.7;
  }

  .main-content-section-div a {
    color: white;
  }

  .main-content-section-div li a {
    color: rgb(0, 0, 0) !important;
  }
  
  .section-desktop {
    grid-area: 1 / 3 / 4 / 4;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    filter: invert(100%);
  }
  .maps-mobile {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    filter: invert(100%);
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: -20px;
  }
  
  @media (min-width: 768px) {
    .main-content-header {
        width: 300px;
        grid-area: 2 / 1 / 3 / 2;
        top: 140px;
        left: 20px;
    }
    .main-content-section-div {
        grid-area: 1 / 2 / 4 / 4;
        position: relative;
        left: -5px;
    }
    .main-content{ 
        width: 80%;
        left: 40px;
        height: 460px;
    }
    .main-hero {
        margin-top: -320px;
        margin-bottom: -50px;
    }
    .main-content-section-div h1 {
      margin-top: 0px;
    }
    .section-desktop {
      display: none;
    }
    .maps-mobile {
      display: none;
    }
  }
  
  @media (min-width: 1440px) {
    .main-content-header {
        width: 300px;
        grid-area: 2 / 1 / 3 / 2;
        top: 140px;
        left: 20px;
    }
    .main-content-section-div {
      grid-area: 1 / 2 / 4 / 3;
        position: relative;
        left: -60px;
    }
    .main-content-section-div h1 {
        margin-top: -10px;
        font-size: 3rem;
    }
    .main-content-section-div h2 {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
    .section-desktop {
      display: block;
    }
  }
  
  .main-content-section-div {
    place-self: center;
    min-height: 300px;
    padding: 60px 5px;
  }
  .main-content-section-div h1 {
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .main-content-section-div h3 {
    color: white;
    font-weight: 350;
    font-size: 1.22rem;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 5px;
  }
  
  .main-content-section-div h2 {
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 7px;
  }
  
  .main-content-section-div p {
    color: white;
    font-size: 1.2rem;
    margin: 0 !important;
    padding: 5px 7px;
  }
  
  .icon-info {
    color: #E05404;
    font-size: 28px;
    margin-right: 2px !important;
    position: relative;
    top: 4px;
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }
  main ul {
    display: flex;
    flex-direction: row;
  }
  
  main ul li {
    list-style: none;
  }
  
  main ul li a {
    width: 32px;
    height: 32px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
  }
  main ul li a i {
    margin-top: 5px;
  }

  main ul li a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
  }
  
  main ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
  }
  
  main ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
  }
  
  main ul li a:hover:before {
    top: 0;
  }
  
  main ul li:nth-child(1) a:before{
    background: #00c6ff;
    background: linear-gradient(
      to right,
      #00c6ff,#0072ff
    );
  }
  
  main ul li:nth-child(2) a:before{
    background: #833ab4;
    background: linear-gradient(
      to right,
      #833ab4,#fd1d1d,#fcb045
    );
  }
  
  main ul li:nth-child(3) a:before {
    background: black;
  }

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

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