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

.container {max-width: 1200px;
}

.content-wrapper{
  display: flex;
  align-items: center;
  min-height: 80vh;
}

.text-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  width: 100%;
}

.text-container.step-2{
  text-align: center;
}

.carousel{
  max-width: 460px;
  width: 100%;
  margin: 0;
}

.carousel-inner img{
  border-radius: 10px;
}

.top-image{
   position: absolute;
   top: -60px;
   left: 0;
   width: 100%;
   z-index: 100;
}

.top-image img{
  width: 300px;
}

footer{
  text-align: center;
  width: 100%;
}

footer p{
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.available{
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}

.available .content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 200px;
  gap: 5px;
}

.available .content img{
  width: 80px;
}

.logo{
  width: 80px;
}

.logo img{
  display: block;
}

.validate-input {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}


.section-1-txt1 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.2;
  padding: 10px;
  height: 50px;
  width: 100%;
}

.section-1-txt3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  color: #FFF;
}

.section-1-txt3 span{
  font-size: 24px;
  color: #67d43f;
  line-height: normal;
  font-weight: 700;
}

.section-1-txt5{
  font-size: 17px;
  line-height: 1.5;
  color: #FFFFFF;
}

.section-1-txt5 a{
  color: #67d43f;
  font-weight: 600;
}

.l1-txt1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-transform: none;
}

.l1-txt2 {
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 900;
  color: #ff4835;
  margin-bottom: 0;
  width: 100%;
}

.l1-txt3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
}

.size1 {
  width: 100%;
}

.size3 {
  width: 36px;
}

.section-1-txt4 {
  color: #ff4835;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
}

.wsize1 {
  width: 100%;
  max-width: 410px;
}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 0;
  background-attachment: fixed;
  padding-bottom: 20px;
}

.bor1 {
  border-radius: 10px;
}

.flag{
  display: block;
  background-image: url('/images/flag.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flag img{
  object-fit: cover;
  width: 58px;
}

img{
  width: 100%;
  display: block;
}

.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

.overlay1 {
  position: relative;
  z-index: 1;
}

.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: #260a0b; */
  opacity: 0.9;
}

.how-btn1 {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background: #25541f;
  border: 1px solid #25541f;
 font-family: "Poppins", sans-serif;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  width: 90px;
  text-align: center;
}

.how-btn1:hover {
  color: #fff;
}

.wrappic1 {
  display: block;
  flex-grow: 1;
}

.wrappic1 img {
  max-width: 100%;
}

.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}


@media (max-width: 576px) {
  .content-wrapper .row{
    flex-direction: column-reverse;
  }

  .text-container-wrapper{
    padding-bottom: 2em;
    width: 100%;
  }

  .text-container{
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .l1-txt2{
    font-size: 36px;
  }

  .l1-txt1{
    font-size: 16px;
  }

  .section-1-txt3{
    font-size: 14px;
  }
  
}

@media (max-width: 480px) {


}