@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");

body {
  background-color: #000 !important;
}

h1 {
  font-family: avert-extrabold;
}

h2,
h3 {
  font-family: avert-semibold;
}

h4,
h5,
h6,
p {
  font-family: avert-regular;
}

.banner-slot {
  background-image: url(../images/mega-pasko-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
/*  padding-bottom: 64%;*/
  background-attachment: inherit;
  height: 100vh;
}

.pasko-giveway {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.pasko-giveway h3 {
  font-size: 60px;
  color: #fff;
  margin: 15px 0 30px;
  font-family: avert-extrabold;
}

.pasko-giveway a:hover {
  text-decoration: none;
}

.pasko-giveway p {
  font-size: 32px;
  color: #fff;
  margin: 15px 0 30px;
  font-family: avert-semibold;
}

.join-raffle {
    position: relative;
    padding: 15px 50px;
    border-radius: 43px;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: 5px solid #ffead2;
    box-shadow: 0px 4px 5px 2px #ffead2;
    color: transparent;
    background-color: #ee9c00; 
    background-image: linear-gradient(360deg, #ee9c00 35%, #ffe92e 100%);
}

.join-raffle::after {
    content: "Join The Raffle!";
    background-image: linear-gradient(360deg, #6f1700, #d93200 );
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'avert-extrabold';
}

.raffle-wrapper {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

/*.footer-pasko {
    position: relative;
    top: -200px;
    width: 100%;
    color: #fff;
}*/

.footer-grid {
    display: flex;
    width: 100%;
    max-width: 1240px;
    gap: 10px;
}

.footer-pasko {
    display: grid;
    grid-template-columns: 85% 15%;
}

#avatar-name {
  margin: 5px 0;
}

#avatar-title {
  margin: 10px 0 5px;
}

.ambassador-grid {
    display: flex;
    gap: 20px;
}

.footer-info h4 {
    font-size: 12px;
    margin: 10px 0;
}

.footer-info h5 {
    font-size: 10px;
}

.avatar-info {
    align-self: center;
}

.footer-info.live-chat,
.quick-deposit {
  display: block;
}

.footer-info.live-chat-mb,
.quick-deposit-mb {
  display: none;
}

.joinbtn-dk {
    display: block;
}

.joinbtn-mb {
    display: none;
}




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

  body {
  background-color: #43000B !important;
  }

  .joinbtn-dk {
    display: none;
}

.joinbtn-mb {
    display: block;
}

.footer-info.live-chat,
.quick-deposit {
  display: none;
}

.footer-pasko {
    grid-template-columns: auto;
}

.footer-grid {
    flex-direction: column;
}

.footer-info.live-chat-mb,
.quick-deposit-mb {
  display: block;
}

img.img-responsive.quick-deposit-mb {
    margin: auto;
}

.footer-info {
    margin-bottom: 25px;
}

.ambassador-grid {
    display: flex;
    gap: 0px;
    justify-content: space-evenly;
    /* margin: auto; */
    margin: 0 40px;
    text-align: left;
}

.raffle-wrapper {
    position: relative;
    top: 0;
    left: 0;
     transform: none; 
}

.footer-grid {
    grid-template-columns: auto;
    text-align: center;
    margin-top: 25px;
}

.banner-slot {
    background-image: url(../images/mega-pasko-banner-mb.png);
    height: auto;
    padding-bottom: 140%;
  }

.pasko-giveway h3 {
    font-size: 25px;
    margin: 0px 0 10px;
  }

.pasko-giveway p {
    font-size: 14px;
    margin: 0;  
}

.pasko-giveway img {
    width: 25%;
  }

.pasko-giveway {
    top: 18%;
    text-align: center;
  }

  .join-raffle {
    padding: 10px 25px;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    width: 65%;
    margin: auto;
    }
}

@media screen and (min-width: 350px) and (max-width: 360px) {

  .ambassador-grid {
  margin: 0;    
}
  
}

@media screen and (min-width: 375px) and (max-width: 389px) {

  .banner-slot {
    height: 100vh;
  }

  .ambassador-grid {
    margin: 0;   
  }
  
}

@media screen and (min-width: 390px) and (max-width: 399px) {

  .banner-slot {
    height: 75vh;
  }

  .ambassador-grid {
    margin: 0;   
  }
  
}

@media screen and (min-width: 400px) and (max-width: 415px) {
  
}

@media screen and (min-width: 416px) and (max-width: 430px) {
  
}

@media screen and (min-width: 601px) and (max-width: 767.98px) {

  .pasko-giveway img {
    width: 20%;
}

.pasko-giveway h3 {
    font-size: 35px;
    margin: 10px 0 15px;
}

.pasko-giveway p {
    font-size: 15px;
    margin: 0px 0 20px;
}

.join-raffle {
    padding: 5px 20px;
    font-size: 18px;
}

.footer-info h4 {
    font-size: 10px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 35% auto;
}

.raffle-wrapper {
    top: 80%;
}

.footer-info.burnley-club img {
    width: 30%;
}

.avatar-info img {
  width: 70%;
  position: relative;
  top: 25px;
}

.avatar-info.signature img {
    width: 45%;
    position: relative;
    top: 0px;
}

.footer-info.live-chat img {
    width: 35%;
}

.avatar-info {
    align-self: auto;
}

.footer-info.quick-deposit img {
    width: 80%;
}

.ambassador-grid {
    display: flex;
    gap: 0px;
}

}

@media screen and (min-width: 1200px) and (max-width: 1499px) {

  .pasko-giveway img {
    width: 10%;
}

.pasko-giveway h3 {
    font-size: 35px;
    margin: 10px 0 15px;
}

.pasko-giveway p {
    font-size: 18px;
    margin: 0px 0 30px;
}

.join-raffle {
    padding: 15px 30px;
    font-size: 25px;
}
  
}

@media screen and (min-width: 1500px) and (max-width: 1699px) {

.footer-pasko {
    display: grid;
    grid-template-columns: 75% 25%;
}

.footer-info h4 {
    font-size: 10px;
}

.footer-grid {
    gap: 20px;
}

 .pasko-giveway img {
    width: 10%;
}

.pasko-giveway h3 {
    font-size: 50px;
    margin: 10px 0 15px;
}

.pasko-giveway p {
    font-size: 25px;
    margin: 0px 0 30px;
}

.join-raffle {
    padding: 15px 30px;
    font-size: 25px;
}

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

  .pasko-giveway img {
    width: 20%;
}

.pasko-giveway {
    top: 27%;
}

.pasko-giveway h3 {
    font-size: 35px;
    margin: 10px 0 15px;
}

.pasko-giveway p {
    font-size: 15px;
    margin: 0px 0 20px;
}

.join-raffle {
    padding: 5px 20px;
    font-size: 18px;
}

.footer-info h4 {
    font-size: 10px;
}

.footer-grid {
    display: flex;
}

.raffle-wrapper {
    top: 85%;
}

.footer-info.burnley-club img {
    width: 40%;
}

.avatar-info img {
  width: 70%;
  position: relative;
  top: 40px;
}

.avatar-info.signature img {
    width: 45%;
    position: relative;
    top: 0px;
}

.footer-info.live-chat img {
    width: 75%;
}

.avatar-info {
    align-self: auto;
}

.footer-info.quick-deposit img {
    width: 80%;
}

.ambassador-grid {
    gap: 0px;
}
  
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .pasko-giveway img {
    width: 15%;
}

.pasko-giveway {
    top: 29%;
}

.pasko-giveway h3 {
    font-size: 40px;
    margin: 10px 0 15px;
}

.pasko-giveway p {
    font-size: 25px;
    margin: 0px 0 30px;
}

.join-raffle {
    padding: 15px 30px;
    font-size: 25px;
}

.footer-info h4 {
    font-size: 10px;
}

.footer-grid {
    grid-template-columns: 18% 32% 25% 25%;
}
}
