* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.st0 {
  fill: #ffffff;
}
.st1 {
  fill: #311311;
}
.st2 {
  fill: url(#SVGID_1_);
}
.st3 {
  fill: url(#SVGID_00000177449378655090408180000000450714716343826877_);
}
.st4 {
  fill: url(#SVGID_00000010276427688069417630000017501090810466802311_);
}
.st5 {
  fill: url(#SVGID_00000078035108552198342730000017873545464987785911_);
}
.st6 {
  fill: url(#SVGID_00000074403821825764437970000012050482797892949896_);
}
.st7 {
  fill: url(#SVGID_00000062890639825266822760000015858204063749664959_);
}
.st8 {
  fill: #21150c;
}
body {
  min-height: 100vh;
  overflow: hidden;
  font-family: "Fredoka", sans-serif;
  position: relative;
}
body {
  background: linear-gradient(325deg, #cd4a23, #f37724);
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  padding: 5px 0 0;
}
.small-txt {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 0 0 0 40px;
}
.small-txt::before {
  position: absolute;
  content: " ";
  height: 3px;
  width: 25px;
  border-radius: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  z-index: 99;
}
.main-section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-section-wrapper svg {
  height: 90vh;
  width: 100vw;
}
.heading-txt {
  font-size: 22px;
  padding: 30px 0 10px;
  font-weight: 700;
}
.heading-txt,
h2 {
  color: #fff;
}
.contact-info-wrap a {
  color: #ffffff;
}
.contact-info-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin: 0 0 15px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.contact-info-wrap a:hover {
  color: #111;
}
h2 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.social-info-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  list-style: none;
}
.hidden-text path {
  opacity: 0;
}
.content-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}

.WhatsApp-btn {
  position: absolute !important;
  bottom: 40px;
  right: 50px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
  animation: pulse 1.8s infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.WhatsApp-btn:hover{
  background-color: #000;
}
.logo-img{
  height: 80px;
  position: absolute;
  right: 180px;
 bottom: 30px;
}

/* .hidden-elements-wrap {
  animation: popup 8s ease-in-out;
  transform-origin: center;
  opacity: 1; 
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  91% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
} */

 .hidden-elements-wrap {
  animation: popup 8s ease-in-out infinite;
  transform-origin: center;
  opacity: 1;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  87.5% {
    opacity: 1;
    transform: scale(1);
  }
  88% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
} 

/*====================*/

.WhatsApp-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.8);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@media (max-width: 991px) {
  body {
    overflow: auto;
  }
  h1 {
    font-size: 52px;
  }
  .content-wrapper {
    grid-template-columns: 100%;
  }
  .main-section-wrapper svg {
    height: auto;
    width: auto;
  }
  .content-wrapper {
    padding: 60px 30px 180px 30px;
  }
   .WhatsApp-btn {
    right: 20px;
    bottom: 50px;
  }
  .logo-img {
right: 155px;
bottom: 35px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 44px;
  }
  .WhatsApp-btn {
    right: 20px;
    bottom: 60px;
  }
  .logo-img {
right: 155px;
bottom: 50px;
  }
}
@media (max-width: 340px){
  .logo-img {
right: 130px;
  }
}
