body{
	background-color: #e7ebf5;
  font-family: 'Poppins', sans-serif;
}
.container{
  margin-top: -100px;
}
.links-container a{
  text-decoration: none;
  color: #2a2d30;
  font-size: 16px;
}
.links-container a>div{
  background: white;
  padding: 10px;
  border-radius: 72px;
  box-shadow: 0px 0px 30px 0px #bfecfd;
  
}
.links-container a>div:hover{
  box-shadow: none;
}
.links-container a>div img{
  width: 15%;
  margin-right: 16px;
}
h1{
  text-transform: uppercase;
  font-size: 20px;
  max-width: 211px;
  margin: auto;
  line-height: 21px;
  color: #1e2022;
}

.img-banner{
  width: 100%;
  height: 160px;
  background-image: url('assets/photo-collage.png');
  background-size: cover;
  background-position: center;
  border-radius: 0 0 40px 40px;
  
}

#qr-code{
  max-width: 200px;
  margin: auto;
  padding-bottom: 10px;
}
#qr-code img{
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  
}


.img-banner img{
  width: 30px;
  margin: 12px;
}

.img-banner .share{
  float: right;
}

.logo-circle{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 19px 0px #9ee4ff
}

.logo{
  width: 100%;
  padding: 20px;
  
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px; /* Adjust the gap between icons as needed */
  padding-top: 10px;
}

.footer-social a img {
  width: 40px; /* Adjust the size of the icons as needed */
  height: 40px;
}

.footer-text{
  text-align: center;
}

.footer-text a{
  text-decoration: none;
}

.footer-border{
  width: 100%;
  height: 50px;
  border-radius: 40px 40px 0 0;
  margin-top: 40px;
  background-color: #008ef1;  
}

.sub-text{
  text-transform: uppercase;
  color: #77838f;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.w3-theme-l1 {
	color:#fff !important;
	background-color:#17beb4 !important;
	border: none !important;
}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.w3-pink {
    color: #fff!important;
    background-color: #17beb4!important;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.links-container a {
  width: 80%;
  max-width: 500px;
}

a.download-btn{
    width: 48%;
}
.download-btn img{
    width: 100%;
}

.btn-container{
    display: flex;
    margin: auto;
    max-width: 400px;
    padding-bottom: 20px;
}


.w3-theme-l1:hover {
  background-color: #f4b35b !important;
}

.margin-top-2 {
  margin-top: 32px;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}



.bottom svg {
  stroke: #ed4d82;
  fill: #ed4d82;
}

@media (min-width: 768px) {
  .link {
    width: 100%;
  }
}
/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .logo {
  	width: 100px !important;
  }
}

@media (max-width: 576px) {
  .logo {
  	width: 120px !important;
  }
} */