@font-face {
  font-family: 'ProximaNova-Regular';
  src: font-url(/assets/ProximaNova-Regular-7d590a99e193e69b97f86af69f903be9040729565f8ba5a3f8dddbfb03ee97ad.woff) format('woff'),
  font-url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

.share-perk{
  display: none; 
  position: fixed; 
  z-index: 101; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.87);
}
.outerDiv {
  border-radius: 5px;
  box-shadow: 0 0 5px 1px #000;
  display: inline-block;
  margin: 60px auto;
  max-width: 540px;
  text-align: center;
  width: 92%;
  position: relative;
  height: max-content;
  background-color: #ffffff;
}

.popupDiv {  
  margin-top: 40px;
  padding: 0px 30px 30px 30px;
  @media (max-width: 440px)
  {
    padding: 0 0 30px 0;
  }
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}

.display-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.popup-heading{
  margin-top: 18px;
  margin-bottom: 25px !important;
  font-family: "Patron",sans-serif;
  font-weight: bold;
}
.arrow-gap-right{
  top: 1.5px;
  position: relative;
}
.carousel-main {
  display: inline-block;
  margin: 0;
  height: 90px;
  background-color: #f4f4f41c;
}

.carousel-container {
  overflow: hidden;
}

.carousel-social-buttons {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 296px;
  @media (max-width: 440px)
  {
    width: 210px;
  }

  @media (min-width: 768px)
  {
    width: 310px;
  }
}

.carousel-inner-area {
  display: flex;
  justify-content: flex-start;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

}

.carousel-item {
  box-sizing: border-box;
  a{
    font-size: 23px;
    text-decoration: none;
    color: white;
  }
}

.carousel-button {
  width: 40px;
  font-size: 20px;
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  background-color: #fffefe;
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 60%;
  border-color: black;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.0);
}

.carousel-button.prev {
  display: none;
  right: 14px;
  font-size: 12px;
  border-radius: 50%;
  width: 30px;
  left: 10px;
  @media (max-width: 440px)
  {
    top: 39%;
  }
  @media (min-width: 768px)
  {
    left: 45px;
  }
}

.carousel-button.next {
  right: 18px;
  font-size: 12px;
  border-radius: 50%;
  width: 30px;
  @media (max-width: 440px)
  {
    top: 39%;
  }
  @media (min-width: 768px)
  {
    right: 45px;
  }
}
.mobile-only{
  @media (min-width: 768px)
  {
    display: none !important;
  }
}
.items{
  display: grid;
  column-gap: 50px;
  cursor: pointer;
  @media (max-width: 440px)
  {
    padding: 3px 7px; 
  }
  @media (min-width: 441px)
  {
    padding: 11px; 
  }

}
.fa {
  padding: 13px;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  width: 50px;
}

.fa:hover {
  transform: scale(1.1);
  color: white;
}

.whatsapp {
  background: #20c65e;
}
.facebook {
  background: #3B5998;
  color: white;
}
.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.message-icon {
  background: #2ede70c4;
  color: white;

  @media (min-width: 768px)
  {
    .items.fa-comment {
      display: none;
    }
  }
}
button.message-icon {
  border: none;
  height: 49px;
  font-size: 23px;
}
.others {
  background: #726769;
}
.white-icon {
  color: white;
  font-size: 22px;
}
.white-icon:hover {
  color: white;
}
.white-icon:active { 
   color: inherit;
}
.twitter {
  background: black;
  color: white;
}
.email {
  background: #4c5d79;
}

.instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-text {
  font-size: 10px;
  font-family: 'ProximaNova-Regular';
  font-weight: bold;
}

.last-paragraph {
  display: block;
  float: right;
  padding: 6px;
}

.copy-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  margin: 15px;
}

.text-container {
  padding: 10px;
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
  flex: 1;
  font-family: 'ProximaNova-Regular';
}

.copy-button {
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #8fb741;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-left: 10px;
}

#alertMessage {
  display: none;
  position: fixed;
  width: max-content;
  font-family: 'ProximaNova-Regular';
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8fb741;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  z-index: 102;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeInOut 2s ease-in-out;
  align-items: center;
  gap: 10px;
}
#alertMessage .alert-tick {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.wrap {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.only-mobile {
  @media (min-width: 768px)
  {
    display: none;
  }
}

.clspop {
  cursor: pointer;
  color: black;
}
