@font-face {
  font-family: 'Krub';
  src: url('/fonts/Krub.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rushfordclean';
  src: url('/fonts/Rushfordclean-rgz89.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.hero-1 .front-content h1 {
  font-family: 'Rushfordclean', sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 
    0 0 15px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 255, 255, 0.3),
    0 0 45px rgba(255, 255, 255, 0.2);
  font-size: 76px;
  margin-bottom: 280px;
}

.hero-1 .front-content.page-enter-animated.show p {
  font-family: 'Krub', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 
    0 0 15px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 255, 255, 0.3),
    0 0 45px rgba(255, 255, 255, 0.2);
  text-align: center;
  letter-spacing: 0;
}

.hero-1 .front-content div.open-overlay {
  border: none;
}

.hero-1 .front-content .open-overlay i {
  font-size: 36px;
  font-weight: bold;
}

.up-button {
  background: transparent;
  color: #fff;
}

.up-button i {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.up-button:hover i {
  color: #fff;
}

.up-button.active {
  margin-top: 40px;
}

#about h1 {
  font-family: 'Rushfordclean', sans-serif;
  font-size: 76px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 255, 255, 0.3),
    0 0 45px rgba(255, 255, 255, 0.2);
}

#about p {
  font-family: 'Krub', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 255, 255, 0.3),
    0 0 45px rgba(255, 255, 255, 0.2);
}

.subscribe-form input {
  font-size: 14px !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-right: none !important;
}

.subscribe-form button {
  background: transparent;
  border-left: none !important;
  text-align: right;
  position: relative;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.subscribe-form button .arrow-button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}

.subscribe-form button::before {
  background: transparent;
}

.bottom-text {
  font-size: 25px;
  font-weight: bold;
}

#contact h1 {
  font-family: 'Rushfordclean', sans-serif;
  font-size: 76px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 255, 255, 0.3),
    0 0 45px rgba(255, 255, 255, 0.2);
}

#contact p {
  font-family: 'Krub', sans-serif;
  max-width: 700px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 255, 255, 0.3),
    0 0 45px rgba(255, 255, 255, 0.2);
}

.whatsapp-group {
  font-family: 'Rushfordclean', sans-serif;
  font-size: 42px;
  line-height: 80px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #f96e38;
  padding-top: 17px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.whatsapp-group:hover {
  color: #fff;
}

.hero-1 .front-content.page-enter-animated.show img.logo {
  width: 250px;
  margin-bottom: 80px;
}

.social-icon img {
  width: 80px;
}


.social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.social-media .social-icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.social-media .social-icon {
  display: inline-block;
}

.social-media .address {
  flex: 1;
  text-align: left;
}

#contact .social-media .address-title {
  font-size: 20px;
  font-family: 'Krub', sans-serif;
  text-align: left;
  font-weight: bold;
}

#contact .social-media .address-text {
  font-size: 18px;
  font-family: 'Krub', sans-serif;
  text-align: left;
}

#contact .social-media .email-title {
  font-size: 20px;
  font-family: 'Krub', sans-serif;
  text-align: left;
  font-weight: bold;
}

.social-media .email-link {
  font-size: 18px;
  font-family: 'Krub', sans-serif;
  text-align: left;
  color: #fff;
}

.grcs_bullet_nav .nav_dots {
  border: 2px solid #f96e38;
}

.grcs_bullet_nav .nav_dots.active {
  background: #f96e38;
}

.grcs_bullet_nav .nav_dots.active:before {
  background: #f96e38;
}

.container-mid {
  top: 45%;
}

.cross-button.active
{
    height: 70px;
}

.cross-button i
{
    font-size: 16px;
    font-weight: normal;
    line-height: 70px;

    position: absolute;

    width: inherit;
    height: inherit;

    -webkit-transition: none;
            transition: none;
    text-align: center;

    color: #000;
}

#about .arrow-wrap {
    -webkit-transition: 1s 1.5s;
            transition: 1s 1.5s;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;

    opacity: 1 !important;
}

#about .arrow-wrap
{
    display: inline-block;
    overflow: hidden !important;

    margin: 0 auto;
    margin-top: 70px;
}

#about .open-overlay i
{
    font-size: 36px;
    font-weight: bold;
    line-height: 66px;

    z-index: 2;

    margin: 0 auto;

    cursor: inherit;
    -webkit-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: inherit;
    background: rgba(255,255,255,.0);
}

#about div.open-overlay
{
    position: relative;

    display: block;

    width: 74px;
    height: 74px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
    text-align: center;

    color: #fff;
    border: none;
    overflow: hidden !important;
}

#about .down-button i
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: none;
            transition: none;
    text-align: center;

    color: #fff;
}

#about .down-button:hover i
{
    -webkit-transition: all 150ms cubic-bezier(1, 0, 0, 1);
            transition: all 150ms cubic-bezier(1, 0, 0, 1);
}

#about .down-button i:first-child
{
    top: -200%;
}

#about .down-button:hover i:first-child
{
    top: 0;
}

#about .down-button i:last-child
{
    top: 0;
}

#about .down-button:hover i:last-child
{
    top: 200%;
}

.cross-button:hover i
{
    -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
            transition: all 200ms cubic-bezier(1, 0, 0, 1);
}

.cross-button i:first-child
{
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
}

.cross-button:hover i:first-child
{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.cross-button i:last-child
{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.cross-button:hover i:last-child
{
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
}


@media only screen and (max-width: 480px), only screen and (max-height: 410px) {
  .hero-1 .front-content h1 {
    font-size: 40px;
  }

  #about h1 {
    font-size: 40px;
  }

  .hero-1 .front-content.page-enter-animated.show p {
    font-size: 20px;
  }

  #about p {
    font-size: 20px;
  }

  .bottom-text {
    font-size: 15px;
  }

  .up-button i {
    font-size: 30px;
  }

  .hero-1 .front-content .open-overlay i {
    font-size: 30px;
  }

  .subscribe-form button .arrow-button {
    width: 30px;
    height: 30px;
  }

  #contact h1 {
    font-size: 40px;
  }

  #contact p {
    font-size: 16px;
  }
  
  .whatsapp-group {
    font-size: 18px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
  }
  .social-media {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .social-media .social-icons {
    justify-content: center;
  }

  .social-media .social-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .social-media .address {
    text-align: center;
  }

  #contact .social-media .address-title {
    text-align: center;
  } 

  #contact .social-media .address-text {
    text-align: center;
    font-size: 16px;
  }

  #contact .social-media .email-title {
    text-align: center;
  }

  #contact .social-media .email-link {
    text-align: center;
    font-size: 16px;
  }

}
