* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nata Sans", sans-serif;
  line-height: 1.6;
  background: #000001;
}

.container {
  background-image:  linear-gradient(to bottom, transparent, black),
  url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/837a1803-80cd-4dbf-b208-83c76f787602/ddolhk6-b45d3b1e-3622-4c35-b758-29633bb8045d.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzgzN2ExODAzLTgwY2QtNGRiZi1iMjA4LTgzYzc2Zjc4NzYwMlwvZGRvbGhrNi1iNDVkM2IxZS0zNjIyLTRjMzUtYjc1OC0yOTYzM2JiODA0NWQucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.qRJFjUQvmeJvur9u8f7MFXAelOMn84g7p0pZc8Zr5aI);
  background-repeat: no-repeat;
  background-size: cover;
  height: 760px;
  width: 100%;
  display: flex;
}

.container1 {
  padding: 50px;
  overflow: hidden;
  display: grid;
  width: 100%;
  background-image: linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/253af436-9824-48fc-ba29-d025b1860ab5/def5gg8-5b746e72-b9ee-47f7-b602-e336cbc6cc1f.png/v1/fill/w_1280,h_696,q_80,strp/spooky_night_forest_by_earthwiccan_def5gg8-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9Njk2IiwicGF0aCI6IlwvZlwvMjUzYWY0MzYtOTgyNC00OGZjLWJhMjktZDAyNWIxODYwYWI1XC9kZWY1Z2c4LTViNzQ2ZTcyLWI5ZWUtNDdmNy1iNjAyLWUzMzZjYmM2Y2MxZi5wbmciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.D47iSZ0_ctq3cdy8QS3B6jtsj40lyTb20hlX_Pusn30);
  background-size: cover;
  background-repeat: no-repeat;
}

.container1 h2 {
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.cont1list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
  margin-bottom: 40px;
}

.list-item {
  display: flex;
  flex-direction: column;
  background: #1b1c21;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.list-item .List1 {
  font-weight: bold;
  color: #25D366;
  margin-bottom: 8px;
}

.list-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #ddd;
}

.contcard {
  padding: 50px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  align-items: center;
}

.stat-card {
  flex-direction: column;
  height: 200px;
  width: 200px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  transition: all 300ms;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #1b1c21;
}

.stat-card:hover {
  transform: translateY(5px);
  border-color:#25D366
}

.container2 {
  flex: 1;
  margin-right: 3%;
  margin-left: 8%;
  margin-top: 7%;
  width: 40%;
}

.container2 h2{
  color: #ffffff;
}

.container2 p{
  margin-top: 30px;
  color: white;
  text-align: justify;
  margin-bottom: 30px;
  font-size: 12px;
  padding-right: 10%
}
.container2 .btn {
  background-color: red;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.hero-visual {
  display: flex;
  width: 60%;
  flex: 1;
  padding-bottom: 5%;
}

.hero-visual img {
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(2px 4px 6px black);
  height: auto;
  object-fit: contain;
}


.tittle-int {
  background-color: #000001;
  overflow: hidden;
}

.tittle-int h2 {
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.tittle-int p {
  margin-bottom: 60px;
  text-align: center;
  color: white;
}

.tittle-int2 {
  background-color: #000001;  
  background-position: 50%;
  overflow: hidden;
}

.tittle-int2 h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.tittle-int2 p {
  margin-bottom: 60px;
  text-align: center;
  color: white;
}

.cards-grid {
  height: 550px;
  width: 100%;
  background-color: #000001;
  color: white;
  display: flex;
  gap: 10px;
}

.card {
  width: 100%;
  height: 100%;
  position: relative; 
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.cards-grid .card-box {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; 
  padding: 15px; 
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: .5s;
}

.cards-grid .card h3 {
  font-size: 16px;
  font-weight: bold;
}

.cards-grid .card p {
  margin-top: 30px;
  position: absolute;
  text-align: center;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  margin-right: 20px;
}

.card:hover {
  cursor: pointer;
}

.card:hover .card-box{
  height: 50%;
}

.card:hover p {
  opacity: 1;
  visibility: visible;
}

.container3 {
  background-image: linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),
  url(https://images.unsplash.com/photo-1515884045391-a9e471f4d36f?q=80&w=2057&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: 70%;
  overflow: hidden;
}

.container3 h2{
    text-align: center;
    color: #ffffff;
    margin: 50 0 30 0;
}

.containdown {
  display: flex;
}

.leftcardcontainer3 {
  height: 450px;
  width: 50%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: grid;
} 

 .leftcard {
  display: flex;
  flex-flow: column;
  padding: 20px;
  margin: 20px;
  justify-content: center;  
  align-items: center;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  transition: all 300ms;
  background-color: #1b1c21;
  border-radius: 5px;
  border: 2px solid transparent;
  height: 75%;
  width: 100%;
} 

.leftcard h4 {
  padding-top: 0;
  color: white;
  margin-bottom: 30px;
}

.leftcard ul {
  list-style: none;
}

.leftcard ul li {
  margin-top: 10px;
  color: white;
}

.leftcard:hover {
  transform: translateY(5px);
  border-color:#e74c3c
}

.equis {
  display: inline-flex;          
  justify-content: center;
  align-items: center;
  width: 24px;                   
  height: 24px;
  background-color: #e74c3c;     
  border-radius: 5px;   
  margin-right: 10px;
  color: white;
}

.rightcardcontainer3 {
  height: 450px;
  width: 50%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: grid;
  
}

.rightcard {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  transition: all 300ms;
  background-color: #1b1c21;
  border-radius: 5px;
  border: 2px solid transparent;
  height: 75%;
  width: 100%;
} 

.rightcard h4 {
  color: white;
  margin-bottom: 30px;
}

.rightcard ul {
  list-style: none;
}

.rightcard ul li {
  margin-top: 4px;
  color: white;
  align-items: start;
}

.rightcard:hover {
  transform: translateY(5px);
  border-color:#25D366
}

.rightcard p {
  margin-top: 30px;
  color: #25D366;
  align-items: self-start;
  font-size: 16; 
}

.check {
  display: inline-flex;          
  justify-content: center;
  align-items: center;
  width: 24px;                   
  height: 24px;
  background-color: #25D366;     
  border-radius: 5px;   
  margin-right: 10px;
}

.leftcard, .rightcard {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container4 {
  background-image:  linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),
  url(https://images.unsplash.com/photo-1705668588889-3114e434d8f3?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: 70%;
}

.container5 {
  background-image: linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),
  url(https://images.unsplash.com/photo-1625745450310-53d731171475?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: 50%;
}

.container6 {
  background-image: linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),
  url(https://images.unsplash.com/photo-1729904884752-d62327473446?q=80&w=1176&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: 50%;
}

.container7 {
  background-image:  linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),
  url(https://images.unsplash.com/photo-1682687982167-d7fb3ed8541d?q=80&w=1171&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: 50%;
}

.container8 {
  background-image: linear-gradient(to top, transparent, black),linear-gradient(to bottom, transparent, black),
  url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1115&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: 50%;
}

.container4 h2{
    text-align: center;
    color: #ffffff;
    margin: 50 0 30 0;
}

.container5 h2{
    text-align: center;
    color: #ffffff;
    margin: 50 0 30 0;
}

.container6 h2{
    text-align: center;
    color: #ffffff;
    margin: 50 0 30 0;
}

.container7 h2{
    text-align: center;
    color: #ffffff;
    margin: 50 0 30 0;
}

.container8 h2{
    text-align: center;
    color: #ffffff;
    margin: 50 0 30 0;
}

.container6 .rightcard p {
  margin-top: 30px;
  color: #25D366;
  align-items: self-start;
  font-size: 15;
}

.container7 .rightcard p {
  margin-top: 30px;
  color: #25D366;
  align-items: self-start;
  font-size: 15;
}

.container8 .rightcard p {
  margin-top: 30px;
  color: #25D366;
  align-items: self-start;
  font-size: 18;
}

.container9{
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container9 h2 {
  color: white; 
  text-align: center; 
  margin-top: 5%;
}

.container9 p{
  color: white; 
  margin-top: 3%; 
  text-align: center; 
  margin-bottom: 3%;
  padding: 0 15px;
}

.btndemo {
  justify-content: center;
  display: flex;
  gap: 60px;
  margin-bottom: 100px;
}

.container10{
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
}

.container10 h4 {
  margin-top: 5%;
  margin-bottom: 3%;
}

a {
  color: inherit; 
  text-decoration: none;  
}

a:hover {
  color: #e74c3c;
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    height: auto;
    background: linear-gradient(to bottom, transparent, black), url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/837a1803-80cd-4dbf-b208-83c76f787602/ddolhk6-b45d3b1e-3622-4c35-b758-29633bb8045d.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzgzN2ExODAzLTgwY2QtNGRiZi1iMjA4LTgzYzc2Zjc4NzYwMlwvZGRvbGhrNi1iNDVkM2IxZS0zNjIyLTRjMzUtYjc1OC0yOTYzM2JiODA0NWQucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.qRJFjUQvmeJvur9u8f7MFXAelOMn84g7p0pZc8Zr5aI) center/cover no-repeat;
    padding: 15px;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
  }

  .container2 {
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
    order: 1;
  }

  .container2 h2 {
    font-size: 24px;
    text-align: center;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .container2 p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: white;
  }

  .Logo {
    width: 280px !important;
    height: auto !important;
    max-width: 90%;
    margin-bottom: 20px;
  }

  .container2 .btn {
    width: 90%;
    max-width: 300px;
    font-size: 16px;
    padding: 12px 20px;
    margin: 20px auto;
    display: block;
  }

  .hero-visual {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    order: 2;
  }
  
  .hero-visual img {
    width: 100% !important;
    height: auto !important;
    max-width: 350px;
    object-fit: contain;
  }

  .tittle-int {
    padding: 20px 15px;
  }

  .tittle-int h2 {
    font-size: 22px;
    text-align: center;
    color: white;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .tittle-int p {
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
    color: white;
    line-height: 1.5;
  }

  .tittle-int2 {
    padding: 20px 15px;
  }

  .tittle-int2 h2 {
    font-size: 22px;
    padding: 0 15px;
    text-align: center;
    color: white;
    margin-bottom: 15px;
  }

  .tittle-int2 p {
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
    color: white;
    line-height: 1.5;
  }

  .cards-grid {
    height: auto;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }

  .card {
    height: 180px;
  }

  .cards-grid .card-box {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 6px;
    font-size: 11px;
    top: 65%;
  }

  .cards-grid .card-box h3 {
    font-size: 11px;
    line-height: 1.1;
  }

  .cards-grid .card-box p {
    font-size: 9px;
    padding: 2px;
    line-height: 1.2;
    margin-top: 3px;
  }

  .card:hover .card-box {
    height: 100%;
    top: 50%;
  }

  .card:hover p {
    max-height: 80px;
  }

  .container1 {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container1 h2 {
    font-size: 22px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .container1 p {
    font-size: 14px;
    text-align: center;
    color: white;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .cont1list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
  }

  .list-item {
    padding: 15px;
    margin: 0;
    width: 100%;
  }

  .list-item .List1 {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }

  .list-item p {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }

  .contcard {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0;
  }

  .stat-card {
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 15px;
    font-size: 14px;
  }

  .stat-card .stat-number {
    font-size: 28px !important;
  }

  .stat-card .stat-label {
    font-size: 12px;
  }

  .container3, .container4, .container5, .container6, .container7, .container8 {
    min-height: auto;
    height: auto;
    padding: 30px 15px;
  }

  .container3 h2, .container4 h2, .container5 h2, .container6 h2, .container7 h2, .container8 h2 {
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .containdown {
    flex-direction: column;
    gap: 20px;
  }

  .leftcardcontainer3, .rightcardcontainer3 {
    width: 100%;
    height: auto;
  }

  .leftcard, .rightcard {
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 280px;
    margin: 0 auto;
    padding: 20px;
  }

  .leftcard h4, .rightcard h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }

  .leftcard ul li, .rightcard ul li {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .leftcard p, .rightcard p {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
  }

  .equis, .check {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .container1 .contcard .stat-card {
    height: auto;
    min-height: 100px;
    text-align: center;
    padding: 15px;
  }

  .container1 .contcard .stat-card span:first-child {
    font-size: 18px !important;
    display: block;
    margin-bottom: 8px;
  }

  .container1 .contcard .stat-card span:last-child {
    font-size: 11px;
    line-height: 1.3;
  }

  .container9 {
    padding-top: 3%;
  }

  .container9 h2 {
    font-size: 24px;
    padding: 5%;
  }

  .container9 p {
    font-size: 14px;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .btndemo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
  }

  .btndemo .btn {
    width: 100% !important;
    max-width: 300px;
    font-size: 12px;
    padding: 12px 15px;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  .container10 {
    padding: 40px 20px;
    text-align: center;
  }

  .container10 h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .container10 p {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
  }

}

@media (min-width: 480px ) and (max-width: 768px) {
  .container {
    flex-direction: column;
    height: auto;
    background: linear-gradient(to bottom, transparent, black), url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/837a1803-80cd-4dbf-b208-83c76f787602/ddolhk6-b45d3b1e-3622-4c35-b758-29633bb8045d.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzgzN2ExODAzLTgwY2QtNGRiZi1iMjA4LTgzYzc2Zjc4NzYwMlwvZGRvbGhrNi1iNDVkM2IxZS0zNjIyLTRjMzUtYjc1OC0yOTYzM2JiODA0NWQucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.qRJFjUQvmeJvur9u8f7MFXAelOMn84g7p0pZc8Zr5aI) center/cover no-repeat;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-self: center;
  }
  .container2 {
    flex: 1;
  margin-right: 3%;
  margin-left: 8%;
  margin-top: 7%;
  width: 40%;
}
  .container2 h2 {
    margin-top: 5%;
    text-align: center;
    width: 100%;
  }
  .container2 p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-right: 0;
  }
  .logo {
    margin-top: 5%;
    width: 100%;
    height: auto;
  }
  .container2 .btn {
    margin-top: 10%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
  }
  .hero-visual {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    margin: 3% auto;
    padding-left: 7%
  }
  
  .hero-visual img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .tittle-int {
    margin-top: 10%;
    padding: 10px;
  }
  .tittle-int p {
    font-size: 12px;
    padding: 20px;
  }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;  
  align-items: center;    
  justify-content: center;
  height: auto;           
  position: relative;    
  }

.card {
  width: 100%;            
  max-width: 300px;        
  margin: 0 auto;          
}

 .cards-grid .card-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    padding: 15px; 
    font-size: 16px; 
    text-align: center;
    font-weight: bold;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: .5s;
  }

.cards-grid .card-box h3 {
  font-size: 20px;
}

.cards-grid .card-box p {
  position: absolute;
  margin-top: 40%;
  display: flex;
  font-size: 16px;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.card:hover .card-box{
  height: 100%;
}

.container1 {
  padding: 20px;
  display: absolute;
  flex-direction: column;
  align-items: center;
}

  .cont1list ul li {
    width: 100%;
    font-size: 16px;
  }
  .container3 {
    height: auto;
    padding: 20px;
    flex-direction: column;
    width: 100%;
  }
  .container4, .container5, .container6, .container7, .container8 {
    height: 620px;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .tittle-int2 {
    padding: 10px;
  }
  .tittle-int2 p {
    font-size: 12px;
    padding: 20px;
  }
  .equis {
    width: 14px;
    height: 14px;
  }
  .check {
    width: 14px;
    height: 14px;
  }
  .leftcard, .rightcard{
    width: 200px;
    height: 400px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  .leftcard h4, .rightcard h4 {
    font-size: 16px;
    text-align: center;
    top: 50%;
    margin-bottom: 0;
  }
  .leftcard ul li, .rightcard ul li {
    font-size: 10px;
  }
  .leftcard p, .rightcard p {
    font-size: 10px;
    margin-top: 0;
    text-align: center;
  }
  .container6 .leftcard p, .container6 .rightcard p {
    font-size: 10px;
    margin-top: 0;
    text-align: center;
  }
  .container7 .leftcard p, .container7 .rightcard p {
    font-size: 10px;
    margin-top: 0;
    text-align: center;
  }
  .container8 .leftcard p, .container8 .rightcard p {
    font-size: 10px;
    margin-top: 0;
    text-align: center;
  }
  .contcard {
    flex-direction: column;
    gap: 20px;
  }
  .stat-card {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .container9 p{
    padding: 20px;
  }
  .container9 .btndemo {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  [data-aos="fade-left"] {
    transform: translateY(100px) !important; 
    opacity: 0;
  }

  [data-aos="fade-left"].aos-animate {
    transform: translateY(0) !important; 
    opacity: 1;
  }
  
  [data-aos="fade-right"] {
    transform: translateY(100px) !important;
    opacity: 0;
  }

  [data-aos="fade-right"].aos-animate {
    transform: translateY(0) !important; 
    opacity: 1;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    flex-direction: column;
    height: auto;
    background: linear-gradient(to bottom, transparent, black), url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/837a1803-80cd-4dbf-b208-83c76f787602/ddolhk6-b45d3b1e-3622-4c35-b758-29633bb8045d.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzgzN2ExODAzLTgwY2QtNGRiZi1iMjA4LTgzYzc2Zjc4NzYwMlwvZGRvbGhrNi1iNDVkM2IxZS0zNjIyLTRjMzUtYjc1OC0yOTYzM2JiODA0NWQucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.qRJFjUQvmeJvur9u8f7MFXAelOMn84g7p0pZc8Zr5aI) center/cover no-repeat;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-self: center;
  }
  .container2 h2 {
    margin-top: 5%;
    text-align: center;
    width: 100%;
  }
  .container2 p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-right: 0;
  }
  .logo {
    margin-top: 5%;
    width: 100%;
    height: auto;
  }
  .container2 .btn {
    margin-top: 10%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
  }
  .hero-visual {
    margin: 2% auto; 
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    padding-left: 7%;
    padding-bottom: 5%;
  }
  
  .hero-visual img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .tittle-int {
    margin-top: 10%;
    padding: 10px;
  }
  .tittle-int p {
    font-size: 12px;
    padding: 20px;
  }
  .cards-grid {
    flex-direction: row;
    align-items: center;
    gap: 0;
    top: 10%;
  }
  .cards-grid .card-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    padding: 15px; 
    font-size: 16px; 
    text-align: center;
    font-weight: bold;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: .5s;
  }
  .cards-grid .card-box h3 {
    font-size: 12px;
  }
  .cards-grid .card-box p {
    font-size: 10px;
    padding: 3px;
  }
  .card:hover .card-box{
    height: 100%;
  }
  .container1 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cont1list ul li {
    width: 100%;
    font-size: 16px;
  }
  .container3 {
    height: auto;
    padding: 20px;
    flex-direction: column;
    width: 100%;
  }
  .container4, .container5, .container6, .container7, .container8 {
    height: 620px;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .tittle-int2 {
    padding: 10px;
  }
  .tittle-int2 p {
    font-size: 12px;
    padding: 20px;
  }
  .equis {
    width: 14px;
    height: 14px;
  }
  .check {
    width: 14px;
    height: 14px;
  }
  .leftcard, .rightcard{
    width: 300px;
    height: 400px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  .leftcard h4, .rightcard h4 {
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-bottom: 0;
  }
  .leftcard ul li, .rightcard ul li {
    font-size: 12px;
  }
  .leftcard p, .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .container6 .leftcard p, .container6 .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .container7 .leftcard p, .container7 .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .container8 .leftcard p, .container8 .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .contcard {
    flex-direction: column;
    gap: 20px;
  }
  .stat-card {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .container9 p{
    padding: 20px;
  }
  .container9 .btndemo {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .container {
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  width: 100%;
  display: flex;
  }
  .container2{
  flex: 1;
  margin-right: 3%;
  margin-left: 8%;
  margin-top: 7%;
  width: 40%;
  
  }
  .container2 h2 {
    
    text-align: justify;
    width: 100%;
  }
  .container2 p {
    text-align: justify;
    font-size: 14px;
    width: 100%;
    padding-right: 0;
  }
  .logo {
    width: 100%;
    height: auto;
  }
  .container2 .btn {
    

  }
  .hero-visual {
    margin-top: 7%;
    width: 55%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding-bottom: 15%;
  }

  .hero-visual img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(2px 4px 6px black);
  }

  .tittle-int {
    margin-top: 10%;
    padding: 10px;
  }
  .tittle-int p {
    font-size: 12px;
    padding: 20px;
  }
  .cards-grid {
    flex-direction: row;
    align-items: center;
    gap: 0;
    top: 10%;
  }
  .cards-grid .card-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    padding: 15px; 
    font-size: 16px; 
    text-align: center;
    font-weight: bold;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: .5s;
  }
  .cards-grid .card-box h3 {
    font-size: 12px;
  }
  .cards-grid .card-box p {
    font-size: 10px;
    padding: 3px;
  }
  .card:hover .card-box{
    height: 100%;
  }
  .container1 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cont1list ul li {
    width: 100%;
    font-size: 16px;
  }
  .container3 {
    height: auto;
    padding: 20px;
    flex-direction: column;
    width: 100%;
  }
  .container4, .container5, .container6, .container7, .container8 {
    height: 620px;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .tittle-int2 {
    padding: 10px;
  }
  .tittle-int2 p {
    font-size: 12px;
    padding: 20px;
  }
  .equis {
    width: 14px;
    height: 14px;
  }
  .check {
    width: 14px;
    height: 14px;
  }
  .leftcard, .rightcard{
    width: 300px;
    height: 400px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  .leftcard h4, .rightcard h4 {
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-bottom: 0;
  }
  .leftcard ul li, .rightcard ul li {
    font-size: 12px;
  }
  .leftcard p, .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .container6 .leftcard p, .container6 .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .container7 .leftcard p, .container7 .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .container8 .leftcard p, .container8 .rightcard p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  .contcard {
    flex-direction: column;
    gap: 20px;
  }
  .stat-card {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .container9 p{
    padding: 20px;
  }
  .container9 .btndemo {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

/* Ajusta al alto real de tu navbar */

#headline {
  scroll-margin-top: 80px; 
}