body {
  margin: 0;
  background: linear-gradient(135deg, #fff8e1, #f7e7ce); 
  background-attachment: fixed; 
  background-size: cover; 
}


section {
  padding: 20px;
}
.tx-lp-cosegna section {padding: 0 !important}

.follow-us-section {
  margin: 20px 0; 
  padding: 20px;
  background: #0000004d; 
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  text-align: center; 
}

.follow-us-header {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333; 
}

.social-icons {
  display: flex;
  justify-content: center; 
  gap: 20px; 
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-block;
  width: 50px; 
  height: 50px;
  text-decoration: none;
}

.social-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.reach-us-section {
  margin-top: 20px;
}

.reach-us-header {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.whatsapp-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  text-decoration: none;
  color: #25d366; 
  font-weight: bold;
}

.whatsapp-contact img {
  width: 50px; 
  height: 50px;
  object-fit: contain;
}

.video-container {
  position: relative;
  width: 100%;
  max-height: 60vh; 
  overflow: hidden;
      box-shadow: 1px 1px 31px 4px;
}

.background-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}


.button-container {
  position: absolute;
  bottom: 130px;
  width: 100%;
  display: flex;
  z-index:200;
justify-content: center;
    gap: 90px;
    font-weight: normal;
    font-family: 'Architects Daughter';
}


.bigBtn {
  font-size: 1.5em;
  padding: 15px 30px;
  background-color: #000; 
  color: #fff; 
  text-decoration: none; 
  border-radius: 75px;
  transition: background-color 0.3s ease; 
  
}

.bigBtn:hover {
  background-color: #333; 
  color: #fff; 
}

.shapediv {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23000"><path d="M0 100V0h1000v4L0 100z"></path><path d="M0 100V0h1000v24L0 100z" opacity=".5"></path><path d="M0 100V0h1000v44L0 100z" opacity=".4"></path><path d="M0 100V0h1000v64L0 100z" opacity=".4"></path><path d="M0 100V0h1000v84L0 100z" opacity=".2"></path></svg>');

  position: absolute;
    bottom: -80px;
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180DEG);
}

@media only screen and (max-width: 600px) {
  .bigBtn {
  font-size: 1em;
    padding: 9px 5px;
  
}
  .button-container{bottom:60px;}
  .shapediv {height:50px; bottom:0;}
}
@media only screen and (max-width: 450px) {
  .video-container div:has(h1) {padding-bottom:71px !important}
    .button-container{bottom:40px;}

}