@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


html, body {
  background: #ECEFF7;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

img.waya{
  width: 100%;
}


a:-webkit-any-link , a {
    text-decoration: none !important;
}



.splash {
  float: left;
  height: calc(100vh - 136px);
  width: 100%;
  position: relative;
  min-height: 460px;
  background-color: transparent;
}

.splash.full {
  background-image: url(../../assets/img/bk-home-1.jpg);
  background-color: #30435F;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  background-attachment: fixed;
}


.splash.full.rgt {
  background-image: url(../../assets/img/bk-home.jpg);
  background-position: left bottom;
}

.splash.sm {
   height: 240px;
}


.body-text{
  position: absolute;
  text-align: left;
  padding: 60px  80px 0 10px;
}

.lft .body-text {
padding: 50px 0 0 340px;
}

.lft .body-text {
padding: 50px 0 0 500px;
}
.body-text h1{
  font-size: 0px;
  font-weight: 600;
  color: #ffffff;
}

.body-text h2{
  font-size: 0px;
  font-weight: 100;
  color: #ffffff;
}



.body-text p{
  padding: 10px 0;
  font-size: 15px;
  font-weight: 100;
  color: #ffffff;
}

.sm .body-text h1, .sm .body-text h2, .sm .body-text p{
  color: #261077;
}


button.ziki-cat {
    float: right;
    margin-top: 8px;
    padding: 0px;
    margin-left: 10px;
    border: 0px solid #261077;
}

button.ziki-cat a{
    padding: 6px 12px;
    color: #261077;
border-radius: 5px;
    background: #ffffff;
    border: 1px solid #261077;
    text-decoration: none;
}

button.ziki-cat a:hover{
    padding: 6px 12px;
    color: #ffffff;
border-radius: 5px;
    background: #261077;
    border: 1px solid #261077;
}

.body-text .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Optional: Center vertically if needed */
  gap: 8px;
  margin-bottom: 1rem;
}

.lft .body-text .buttons {

  justify-content: left; /* Center horizontally */
 
}

.body-text .buttons a {
  text-decoration: none;
}

.body-text .buttons a .button {
   background: #ffffff;
  color: #30435F;
  
  padding: 8px 10px;
  font-size: 0.8rem;
  border-radius: 8px;
  border: 1px solid #30435F;
}

.body-text .buttons a:hover .button {
 background: #30435F;
 color: #ffffff;
  border: 1px solid #ffffff;
}

main {
  float: left;
  width: 100%;
  padding: 20px 40px 20px 10px;
  background: #ECEFF7;
  z-index: 1;
}


main.lft {
  float: left;
  width: 100%;
  padding: 20px 40px 20px 310px;
  background: #ECEFF7;
}


main.rgt {
  float: left;
  width: 100%;
  padding: 20px 310px 20px 40px;
  background: #ECEFF7;
}

main h2.title {
  display: none;
  color: #30435F;
  font-weight: 200;
float: left;
width: 500px;
margin-top: -80px;
margin-left: 0px;
font-size: 24px;
  background-color: #ECEFF7;
  padding: 16px 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

main.sm h2.title {
margin-left: 10px;
}

main h3.title {
  color: #30435F;
  width:100%;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 200;
}



footer{
float: left;
width: 100%;
  text-align: center;
  padding: 40px 0;
  margin: 0px auto 0 auto;
  background-color: #ffffff;
  }

footer ul {
  list-style-type: none;
  margin: 0px auto;
  padding: 0 20px 0 0;
}
footer ul li {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 13px;
}
footer ul a {
  text-decoration: none;
  display: block;
  position: relative;
  color: black;
  padding:.5em 0
}
footer ul a:hover {
  color: #c69f73;
}

@media screen and (min-width: 600px) {

main h2.title {
 display: block;
}

.body-text h1{
  font-size: 20px;
}

.body-text h2{
  font-size: 15px;
}

}

@media screen and (min-width: 720px) {

.body-text{
  padding: 30px  40px 0 40px;
}

main {
  padding: 20px 40px 20px 40px;
}


}
@media screen and (min-width: 1024px) {

main {
  padding: 20px 40px 20px 270px;
}

main h2.title {
margin-left: 30px;
}
.body-text{
  padding: 30px  0 0 300px;
}
.body-text h1{
  font-size: 40px;
}

.body-text h2{
  font-size: 30px;

}
}