*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --body-bg: hsl(0, 0%, 12%);
}

html {
  background: url(background.png);
  background-position: top left;
  color-scheme: dark light;
}

body {
  background: rgba(255, 255, 255, 0);
  color: white;
  font-family: system-ui;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

body a {
  text-decoration: none;
  color: white;
}

footer {
  text-align: center;
  padding: 0.5rem;
  max-width: 50rem;
  margin: auto;
  font-size: 1rem;
  margin-top: 4rem;
}

/*

**********

*/

/*

Sections

*/

section {
}

.wrapper {
  padding-block: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  max-width: 50rem;
  margin-inline: auto;
  padding-inline: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 5px #000000;
  border: 2px solid black;
  gap: 1rem;
  padding-bottom: 0;
}

.logo {
  height: 20rem;
  width: 20rem;
  border-radius: 20rem;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px #000000;
  z-index: 1;
  border: 2px solid #333333;
  background-color: black;
}

.logo::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

@keyframes slide {
  0% {
    left: -11.57rem;
    top: 0;
  }
  100% {
    left: 23.14rem;
    top: 0;
  }
}

.brand,
.brand-cont,
.brand-cont-2 {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}

.brand,
.brand-cont {
  letter-spacing: 1rem;
  margin-right: -1rem;
  font-size: 5rem;
  font-weight: bold;
}

.brand-cont-2 {
  letter-spacing: 1rem;
  margin-right: -1rem;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
}

.divide {
  border-bottom: 1px groove rgba(255, 255, 255, 0.2);
  width: 25%;
  margin: 2rem;
  box-shadow: 0px 0px 15px 0px #000000;
}

iframe {
  background-color: black;
  border-radius: 0.25rem;
  border: 2px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 15px 5px #000000;
  max-width: 12rem;
  height: 25rem;

  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px #fff;
}

.iframe-container {
  /* display: flex;
  justify-content: center;
  gap: 1rem;
  max-width: 24rem;
  width: 100%; */

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 25rem;
  width: 100%;
}

.links-middle,
.links-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 25rem;
  width: 100%;
}

.links-button {
  color: white;
  width: 100%;
  margin: auto;
  border-radius: 0.25rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 15px 5px #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.links-button:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px #fff;
}

iconify-icon {
  display: inline-block;
  left: 0.5rem;
  position: absolute;
  font-size: 1.5rem;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}

.icon-bespoke-trims {
  display: inline-block;
  left: 0.5rem;
  position: absolute;
  background: url(bespoke-trims.ico);
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}

.icon-crypto {
  display: inline-block;
  left: 0.5rem;
  position: absolute;
  font-size: 1.5rem;
  background: url(crypto.ico);
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}

#bespoke-trims-button:hover {
  background: linear-gradient(45deg, rgb(33, 33, 33), rgb(0, 0, 0));
}

#facebook-button:hover {
  background: linear-gradient(45deg, rgb(59, 89, 152), rgb(30, 45, 76));
}

#google-business-button:hover {
background: linear-gradient(45deg, rgb(200, 200, 200), rgb(170, 170, 170));
}

#instagram-button:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

#linkedin-button:hover {
  background: linear-gradient(45deg, #00a0dc, #0077b5);
}

#tiktok-button:hover {
  background: linear-gradient(45deg, rgb(66, 66, 66), #000000);
}

#whatsapp-button:hover {
  background: linear-gradient(45deg, #00e676, #1ebea5);
}

#apple-button:hover {
  background: linear-gradient(45deg, rgb(157, 157, 157), rgb(127, 127, 127));
}

#google-button {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1625);
}

.google-button-coming-soon {
  color: rgba(255, 255, 255, 0.25);
}

#google-button:hover {
  /* background: linear-gradient(45deg, rgb(97, 97, 97), rgb(67, 67, 67)); */
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.1625);
  box-shadow: 0px 0px 15px 5px #000000;
}

#call-now-button:hover {
  background: linear-gradient(45deg, rgb(0, 255, 127), rgb(0, 128, 64));
}

#book-now-button {
  /* background: linear-gradient(45deg, #007fff, #004080); */
  /* border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px #fff; */

  animation: glowing 1500ms infinite;
}

@keyframes glowing {
  0% { background-color: #004080; border: 2px solid rgba(255, 255, 255, 0.65); box-shadow: 0px 0px 15px 5px #000000;}
  50% { background-color: #007fff; border: 2px solid rgba(255, 255, 255, 1); box-shadow: 0px 0px 15px 0px #fff; }
  100% { background-color: #004080; border: 2px solid rgba(255, 255, 255, 0.65); box-shadow: 0px 0px 15px 5px #000000;}
}

#review-button {
  color: gold;
}

#directions-button:hover {
  background: linear-gradient(45deg, rgb(97, 97, 97), rgb(67, 67, 67));
}

#book-now-button:hover {
  border: 2.5px solid rgba(255, 255, 255, 1) !important;
  box-shadow: 0px 0px 20px 0px #fff !important;
}

#review-button:hover {
  background: linear-gradient(45deg, rgb(96, 96, 96), rgb(66, 66, 66));
}

#paypal-button:hover {
  background: linear-gradient(45deg, #009cde, #012169);
}

#crypto-button:hover {
  background: linear-gradient(45deg, rgb(255, 127, 0), rgb(127, 63, 0));
}

.links-middle p,
.links-bottom p {
  margin: 0;
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
}

@media (max-width: 490px) {
  .logo {
    height: 18rem;
    width: 18rem;
  }

  @keyframes slide {
    0% {
      left: -10.413rem;
      top: 0;
    }
    100% {
      left: 20.826rem;
      top: 0;
    }
  }

  .brand,
  .brand-cont {
    font-size: 4.5rem;
  }

  .brand-cont-2 {
    font-size: 0.9rem;
  }
}

@media (max-width: 450px) {
  .logo {
    height: 16rem;
    width: 16rem;
  }

  @keyframes slide {
    0% {
      left: -9.3717rem;
      top: 0;
    }
    100% {
      left: 18.7434rem;
      top: 0;
    }
  }

  .brand,
  .brand-cont {
    font-size: 4rem;
  }

  .brand-cont-2 {
    font-size: 0.8rem;
  }
}

@media (max-width: 415px) {
  .logo {
    height: 14rem;
    width: 14rem;
  }

  @keyframes slide {
    0% {
      left: -8.43453rem;
      top: 0;
    }
    100% {
      left: 16.86906rem;
      top: 0;
    }
  }

  .brand,
  .brand-cont {
    font-size: 3.5rem;
  }

  .brand-cont-2 {
    font-size: 0.7rem;
  }
}

@media (max-width: 380px) {
  .logo {
    height: 12rem;
    width: 12rem;
  }

  @keyframes slide {
    0% {
      left: -7.591077rem;
      top: 0;
    }
    100% {
      left: 15.182154rem;
      top: 0;
    }
  }

  .brand,
  .brand-cont {
    font-size: 3rem;
  }

  .brand-cont-2 {
    font-size: 0.6rem;
  }

  .links-button {
    font-size: 1.125rem;
  }

  iconify-icon {
    left: 0.5rem;
    font-size: 1.25rem;
  }

  .icon-bespoke-trims {
    left: 0.5rem;
    background-size: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
  }

  .icon-crypto {
    left: 0.5rem;
    font-size: 1.25rem;
    background-size: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
  }
}

@media (max-width: 340px) {
  .logo {
    height: 10rem;
    width: 10rem;
  }

  @keyframes slide {
    0% {
      left: -6.8319693rem;
      top: 0;
    }
    100% {
      left: 13.6639386rem;
      top: 0;
    }
  }

  .brand,
  .brand-cont {
    font-size: 2.5rem;
  }

  .brand-cont-2 {
    font-size: 0.5rem;
  }
}

@media (max-width: 305px) {
  .logo {
    height: 8.5rem;
    width: 8.5rem;
  }

  @keyframes slide {
    0% {
      left: -6.3195716025rem;
      top: 0;
    }
    100% {
      left: 12.639143205rem;
      top: 0;
    }
  }

  .brand,
  .brand-cont {
    font-size: 2.125rem;
  }

  .brand-cont-2 {
    font-size: 0.425rem;
  }
}
