.text-section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  margin: 1px auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
}

.text-section-1 .main {
  color: rgb(47, 47, 47);
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  margin-right: 10px;
}

.text-section-1 .loyalty {
  color: rgb(0, 60, 255);
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2em;
  margin-right: 10px;
}

.text-section-1 .trust {
  color: rgb(0, 60, 255);
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2em;
  margin-right: 10px;
}

.text-section-1 .protection {
  color: rgb(0, 60, 255);
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2em;
  margin-right: 10px;
}

.section-1 {
  width: 97%;
  height: 90vh;
  margin: 20px auto;
  background-image: url("../../website_assets/bg/photorealistic-wooden-house-with-timber-structure.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.section-1-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
}

.section-1 .content {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.section-1 h1 {
  color: #ffffff;
  width: 80%;
  font-size: 4em;
  margin: 20px 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.452);
}

.section-1 p {
  color: #e4e4e4;
  width: 60%;
  font-size: 1.8em;
  margin: 10px 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.452);
}

.section-1 a {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.1em;
  border-radius: 10px;
  font-weight: 600;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  animation: glowing 1.5s infinite alternate ease-in-out;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.185);
  }

  100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.311),
      0 0 40px rgba(255, 255, 255, 0.273);
  }
}

.section-2 {
  width: 97%;
  height: 90vh;
  margin: 20px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-image: url("../../website_assets/bg/i1.jpg");
  background-size: cover;
  background-position: center;
}

.section-2-overlay {
  background: rgba(0, 0, 0, 0.259);
  width: 100%;
  display: flex;
}

.section-2 .right {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.section-2 .right h2 {
  font-size: 4em;
  color: #ffffff;
  margin: 20px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.452);
}

.section-2 .right p {
  color: #e4e4e4;
  width: 60%;
  font-size: 1.8em;
  margin: 10px 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.452);
}

.section-2 .right a {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.1em;
  border-radius: 10px;
  font-weight: 600;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  animation: glowing 1.5s infinite alternate ease-in-out;
}

@media (min-width: 800px) and (max-width: 1000px) {


.section-1 {
  width: 95%;
  height: 60vh;
  margin: 20px auto;
  border-radius: 20px;
}


.section-1 .content {
  padding: 10px;
}

.section-1 h1 {
  width: 80%;
  font-size: 2.7em;
  margin: 20px 20px;
}

.section-1 p {
  width: 60%;
  font-size: 1.5em;
  margin: 10px 50px;
}

.section-1 a {
  padding: 10px 20px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-top: 20px;
}




.section-2 {
  width: 95%;
  height: 60vh;
  margin: 20px auto;
  border-radius: 20px;
}


.section-2 .right {
  height: 100%;
  width: 100%;
  padding: 10px;
}

.section-2 .right h2 {
  font-size: 2.7em;
  margin: 20px 20px;
}

.section-2 .right p {
  width: 80%;
  font-size: 1.5em;
  margin: 10px 50px;
}

.section-2 .right a {
  padding: 10px 20px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-top: 20px;
}






  .text-section-1 {
    height: 80px;
    margin: 10px auto;
  }

  .text-section-1 .main {
    font-size: 1.4em;
    margin-right: 6px;
  }

  .text-section-1 .loyalty {
    font-size: 1.5em;
    margin-right: 6px;
  }

  .text-section-1 .trust {
    font-size: 1.5em;
    margin-right: 6px;
  }

  .text-section-1 .protection {
    font-size: 1.5em;
    margin-right: 6px;
  }
}

@media (min-width: 500px) and (max-width: 800px) {



.section-1 {
  width: 95%;
  height: 50vh;
  margin: 20px auto;
  border-radius: 20px;
}


.section-1 .content {
  padding: 10px;
}

.section-1 h1 {
  width: 90%;
  font-size: 2em;
  margin: 15px 20px;
}

.section-1 p {
  width: 80%;
  font-size: 1.1em;
  margin: 10px 50px;
}

.section-1 a {
  padding: 8px 10px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-top: 20px;
}




.section-2 {
  width: 95%;
  height: 50vh;
  margin: 20px auto;
  border-radius: 20px;
}


.section-2 .right {
  height: 100%;
  width: 100%;
  padding: 10px;
}

.section-2 .right h2 {
  font-size: 2em;
  margin: 15px 20px;
}

.section-2 .right p {
  width: 80%;
  font-size: 1.1em;
  margin: 10px 50px;
}

.section-2 .right a {
  padding: 8px 10px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-top: 20px;
}









  .text-section-1 {
    height: 80px;
    margin: 10px auto;
  }

  .text-section-1 .main {
    font-size: 1em;
    margin-right: 4px;
  }

  .text-section-1 .loyalty {
    font-size: 1em;
    margin-right: 4px;
  }

  .text-section-1 .trust {
    font-size: 1em;
    margin-right: 4px;
  }

  .text-section-1 .protection {
    font-size: 1em;
    margin-right: 4px;
  }
}

@media (max-width: 500px) {

    

.section-1 {
  width: 95%;
  height: 45vh;
  margin: 10px auto;
  border-radius: 15px;
  
}


.section-1 .content {
  padding: 10px;
}

.section-1 h1 {
  width: 90%;
  font-size: 1.7em;
  margin: 10px 20px;
}

.section-1 p {
  width: 95%;
  font-size: 1em;
  margin: 8px 20px;
}

.section-1 a {
  padding: 6px 8px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-top: 0px;
}




.section-2 {
  width: 95%;
  height: 40vh;
  margin: 10px auto;
  border-radius: 15px;
}


.section-2 .right {
  height: 100%;
  width: 100%;
  padding: 10px;
}

.section-2 .right h2 {
  font-size: 1.7em;
  margin: 10px 20px;
}

.section-2 .right p {
  width: 95%;
  font-size: 1em;
  margin: 8px 20px;
}

.section-2 .right a {
  padding: 6px 6px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-top: 0px;
}









  .text-section-1 {
    height: 80px;
    margin: 10px auto;
  }

  .text-section-1 .main {
    font-size: 0.7em;
    margin-right: 4px;
  }

  .text-section-1 .loyalty {
    font-size: 0.8em;
    margin-right: 4px;
  }

  .text-section-1 .trust {
    font-size: 0.8em;
    margin-right: 4px;
  }

  .text-section-1 .protection {
    font-size: 0.8em;
    margin-right: 4px;
  }
}
