/*
Theme Name: GuazuBet
Theme URI: https://wpastra.com/
Description: GuazuBet
Author: sparklove.online
Author URI: https://example.com
Template: astra
Version: 1.0.0
Text Domain: GuazuBet
*/

.fullscreen-link {
  display: block;
  text-decoration: none;
}

.fullscreen-hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.ast-container {
  display: flex;
  flex-direction: column;
}

figure.botimage {
  position: relative;
}

.cta-container {
  position: absolute;
  top: 40%;
  left: 27%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.cta-container .cta-text {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #fa3535bb;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: rgba(255, 8, 8, 0.801);
  transform: scale(1.05);
}


@media (max-width: 921px) {
   .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

body {
    margin-top: 94px; 
}
    .ast-mobile-header .main-header-menu {
        display: flex;
        flex-direction: column;
    }
  .single:not(.page) .ast-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .ast-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  .ast-mobile-header-content {
    position: fixed !important;
    top: 83px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    background-color: #4d7c8a;
  }

  .ast-mobile-header .main-header-menu {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .cta-container {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
  .cta-container .cta-text {
    font-size: 21px;
  }
  .cta-button {
    background-color: #e31212c9;
  }

  .botimage.imagetop img {
    width: 108%;
    height: auto;
    position: relative;
    display: block;
    left: -11px;
  }

  .cta-container .cta-text {
    font-size: 24px;
  }

  .cta-button {
    font-size: 16px;
    padding: 12px 24px;
  }
}