/* font style
--------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Averta-Regular.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Averta-Semibold.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Averta-Bold.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Averta-ExtraBold.otf);
}


/*--------------------------------------------------------------------------------------------------
END font style */

/* START for alignment
--------------------------------------------------------------------------------------------------*/

.f-12{
  font-size: 12px!important;
}

.f-13{
  font-size: 13px!important;
}

.f-14{
  font-size: 14px!important;
}

.f-15{
  font-size: 15px!important;
}

.f-16{
  font-size: 16px!important;
}

.f-17{
  font-size: 17px!important;
}

.f-18{
  font-size: 18px!important;
}

.f-19{
  font-size: 19px!important;
}

.f-20{
  font-size: 20px!important;
}

.f-21{
  font-size: 21px!important;
}

.f-22{
  font-size: 22px!important;
}

.f-23{
  font-size: 23px!important;
}

.f-24{
  font-size: 24px!important;
}

.f-25{
  font-size: 25px!important;
}

.f-26{
  font-size: 26px!important;
}

.f-27{
  font-size: 27px!important;
}

.f-28{
  font-size: 28px!important;
}

.f-29{
  font-size: 29px!important;
}

.f-30{
  font-size: 30px!important;
}

.f-31{
  font-size: 31px!important;
}

.f-32{
  font-size: 32px!important;
}

.f-33{
  font-size: 33px!important;
}

.f-34{
  font-size: 34px!important;
}

.f-35{
  font-size: 35px!important;
}

.f-36{
  font-size: 36px!important;
}

.fw-1{
  font-weight: 100!important;
}

.fw-2{
  font-weight: 200!important;
}

.fw-3{
  font-weight: 300!important;
}

.fw-4{
  font-weight: 400!important;
}

.fw-5{
  font-weight: 500!important;
}

.fw-6{
  font-weight: 600!important;
}

.fw-7{
  font-weight: 700!important;
}

/*--------------------------------------------------------------------------------------------------
END for alignment */

html, body {
  background: #16181c;
}

.bg-custom {
  background: url('../images/landingPage/bg-web.png');
  background-size: cover;
}

.bg-claim-box {
  background: transparent linear-gradient(158deg, #6D5B3E 0%, #292217 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 3px 3px 10px #C0A876, 3px 3px 6px #00000087;
  border-radius: 40px;
  padding: 24px 48px;
}

.claim-title {
  text-align: center;
  font: normal normal bold 33px/40px Averta;
  letter-spacing: 0px;
  color: #EBDDC2;
  text-transform: uppercase;
}

.claim-amount img {
  width: 340px;
}

.claim-pricing p {
  text-align: center;
  font: normal normal bold 48px/58px Averta;
  letter-spacing: 0px;
  color: #D7BC85;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* .claim-pricing p {
  text-align: center;
  font: normal normal bold 28px/58px Averta;
  letter-spacing: 0px;
  color: #D7BC85;
  text-transform: uppercase;
  margin-bottom: 0;
}

.claim-pricing p span {
  letter-spacing: 5px;
  font: normal normal bold 48px/58px Averta;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: blinkEffect 0.5s infinite alternate, heartbeat 2s infinite;
} */

/* Define the keyframes for the combined blink effect */
@keyframes blinkEffect {
  from {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  to {
    color: #D7BC85;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}

@keyframes countUpAnimation {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.claim-random-number {
  padding-left: 30px;
  padding-top: 5px;
}

.claim-random-number .claim-digit {
  font: normal normal 800 50px / 135px Averta;
  letter-spacing: 0;
  color: #AC9061;
  padding: 0 10px;
  width: 48px;
  text-align: center;
  animation: countUpAnimation 0.5s ease-out forwards;
}

.claim-button a {
  background: transparent url('../images/landingPage/CTA.png') 0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 19px 85px;
  font: normal normal bold 22px/26px Averta;
  letter-spacing: 0px;
  color: #EBD19F;
  text-transform: uppercase;
  border: none;
}

.btn:first-child:hover, :not(.btn-check)+.btn:hover {
  color: #fff;
}

.claimBtn {
  background: transparent linear-gradient(180deg, #FFDB69 0%, #FCA502 100%) 0% 0% no-repeat padding-box;
  border-radius: 44px;
  font: normal normal 600 32px/38px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.section2 {
  padding-top: 150px;
}

.section3 {
  margin-top: 100px;
}

.section4{
  margin-top: 228px;
  padding-bottom: 240px;
}

.section5{
  margin-top: 100px;
}

.section6{
  margin-top: 100px;
}

.section7{
  margin-top: 110px;
  padding-bottom: 100px;
}

.sectionTitle {
  font: normal normal 600 32px/44px Averta;
  letter-spacing: 0px;
  color: #D7BC85;
  text-transform: uppercase;
}

.sectionTitle1 {
  font: normal normal 900 56px/67px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 10px;
}

.section4 .row div.col {
  margin-top: 88px;
}

.section4 .row a {
  text-decoration: unset;
}

.section4 .row p {
  position: relative;
  text-align: center;
  font: normal normal 800 24px/28px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 24px;
  
}

.section4 .row.row-cols-md-6 p,
.section4 .row.row-cols-3 p {
  bottom: 30px;
}

#toast-container > .toast-warning {
  background-image: url('../images/landingPage/notification.svg') !important;
  background-size: 12px !important;
}

.toast-warning {
  background-color: #bfc1d6 !important;
  box-shadow: inset 0px 3px 3px #bfc1d6, 0px 0px 5px #bfc1d6 !important;
  border-radius: 25px!important;
  padding: 10px 10px 10px 50px !important;
}

.toast-message {
  color: black !important;
}

.footerTitle {
  font: normal normal 600 28px/26px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.footerTitle .country {
  margin-top: 96px;
}

.section6 #myCarousel2 .img-fluid {
  width: 50%;
}

.claimDiv {
  margin-top: 28%;
  margin-left: 7%;
}

/* .claimDiv img {
  width: 95%;
} */

.swiper-payment .swiper-slide p {
  text-align: center;
  font: normal normal 600 16px/26px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.review-section {
  margin-top: 88px;
}

.review-box {
  background: transparent linear-gradient(146deg, #D8BB91 0%, #A2845E 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 15px #FFE1B5;
  border-radius: 20px;
  min-height: 560px;
  margin: 10px;
  padding: 52px 42.5px;
}

.review-avatar img {
  width: 120px;
}

.review-box hr {
  box-shadow: 0px 2px 0px #EBC495;
  border: 2px solid #7C6141;
}

.review-title {
  margin-top: 24px;
}

.review-title p {
  font: normal normal 800 32px/38px Averta;
  letter-spacing: 0px;
  color: #2E302D;
  text-transform: uppercase;
}

.review-commission {
  margin-top: 8px;
  background: transparent linear-gradient(180deg, #2C2B34 0%, #0F1527 100%) 0% 0% no-repeat padding-box;
  border-radius: 25px;
}

.review-commission p {
  font: normal normal 600 24px/44px Averta;
  letter-spacing: 0px;
  color: #BC9149;
  text-transform: uppercase;
}

.review-content {

}

.review-content p {
  text-align: left;
  font: normal normal 600 24px/28px Averta;
  letter-spacing: 0px;
  color: #45433A;
  text-transform: uppercase;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0px;
}

.review-content p {
  text-align: left;
  font: normal normal 600 24px/28px Averta;
  letter-spacing: 0px;
  color: #45433A;
  text-transform: uppercase;
}

.sticky-icon {
  position: fixed; /* Use fixed positioning */
  bottom: 34px;    /* Distance from the bottom */
  right: 144px;     /* Distance from the right */
  z-index: 1000;   /* Ensure it stays on top of other content */
}

/* Style adjustments for the icon */
.sticky-icon img {
  width: 120px;  /* Example width, adjust as needed */
  height: auto; /* Maintain aspect ratio */
}

@media (max-width: 1200px) {
  .claimDiv {
    margin-top: 28%;
  }
}

@media (max-width: 991px) {
  .claimDiv {
    margin-top: 30%;
  }

  .claim-title {
    font: normal normal bold 18px/21px Averta;
  }

  .claim-amount img {
    width: 220px;
  }

  .claim-random-number {
    padding-left: 20px;
    padding-top: 7px;
  }

  .claim-pricing p {
    font: normal normal bold 24px/28px Averta;
  }

  .claim-random-number .claim-digit {
    font: normal normal 800 35px / 80px Averta;
    padding: 0px 5px;
    width: 28px;
  }

  .claim-button a {
    padding: 19px 80px;
  }
}

@media (max-width: 768px) {
  .bg-custom {
    background: url('../images/landingPage/bg-mobile.png');
    background-size: cover;
  }

  .claimDiv {
    margin-top: 155%;
    margin-left: 0;
  }

  .claim-title {
    font: normal normal bold 18px/21px Averta;
  }

  .claim-amount img {
    width: 260px;
  }

  .claim-random-number {
    padding-left: 25px;
    padding-top: 7px;
  }

  .claim-pricing p {
    font: normal normal bold 24px/28px Averta;
  }

  .claim-random-number .claim-digit {
    font: normal normal 800 40px / 90px Averta;
    padding: 5px 7px;
    width: 34px;
  }

  .claim-button a {
    padding: 19px 80px;
  }

  .sectionTitle {
    font: normal normal 700 20px/26px Averta;
  }
  
  .sectionTitle1 {
    font: normal normal 600 32px/26px Averta;
  }

  .section2 {
    padding-top: 67px;
  }

  .review-section {
    margin-top: 48px;
  }

  .review-box {
    min-height: 400px;
    padding: 43px 20px;
  }

  .review-avatar img {
    width: 64px;
  }

  .review-title {
    margin-top: 16px;
  }
  
  .review-title p {
    font: normal normal 800 16px/20px Averta;
  }
  
  .review-commission {
    margin-top: 8px;
    background: transparent linear-gradient(180deg, #2C2B34 0%, #0F1527 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
  }
  
  .review-commission p {
    font: normal normal 600 16px/44px Averta;
  }

  .review-content p {
    font: normal normal 600 16px/20px Averta;
  }

  .section4 {
    margin-top: 88px;
    padding-bottom: 131px;
  }

  .section4 .row div.col {
    margin-top: 48px;
  }

  .section4 .row div.col img {
    width: 64px!important;
  }

  .section4 .row p {
    font: normal normal 300 14px/36px Averta;
  }

  .section7 {
    margin-top: 57px;
  }

  .footerTitle {
    font: normal normal 600 16px/26px Averta;
  }

  .footerTitle .country {
    margin-top: 40px;
  }

  .sticky-icon {
    position: fixed; /* Use fixed positioning */
    bottom: 19px;    /* Distance from the bottom */
    right: 15px;     /* Distance from the right */
    z-index: 1000;   /* Ensure it stays on top of other content */
  }
  
  /* Style adjustments for the icon */
  .sticky-icon img {
    width: 52px;  /* Example width, adjust as needed */
    height: auto; /* Maintain aspect ratio */
  }
  
}