@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
    --primary-font: 'Red Hat Display', sans-serif;
    --secondary-font: '';
    --font-size-55: 50px;
    --tg-name-font-size: 30px;
    --xxxl-font-size: 30px;
    --xxl-font-size: 26px;
    --xl-font-size: 22px;
    --font-size-21: 21px;
    --lg-1-font-size: 20px;
    --lg-font-size: 19px;
    --rg-font-size: 18px;
    --md-1-font-size: 17px;
    --md-font-size: 16px;
    --sm-1-font-size: 15px;
    --sm-0-font-size: 14px;
    --sm-01-font-size: 13px;
    --sm-font-size: 12px;
    --xs-1-font-size: 11px;
    --xs-font-size: 10px;
    --xxs-font-size: 9px;
    --xxxs-font-size: 8px;
    --main-heading-font-size: 24px;
    --line-height-sm: 1.3; 
    --letter-spacing-3: .3px;
    --letter-spacing-4: .4px;
    --letter-spacing-5: .5px;
    --font-weight-light: 300;
    --font-weight-regular: 400;

    --font-weight-medium: 500;

    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --font-weight-extrabold: 800;

    --font-weight-black: 900;
    --tg-white-color: #ffffff;
    --heading-color: #091011;
    --primary-color: #000000;
    --secondary-color: #F02828;
    --secondary-sl-color: rgb(240, 40, 40, .7);
    --white-sl-color: rgba(255, 255, 255, 0.7);
    --fixed-strip-color: rgba(255, 255, 255, 0.9);
    --offwhte-color: #cacaca;
    --purple-color: #8665F8;
    --flicker-blue: #b620e0;
    --jasper-color: #DD3E3E;
    --color-d9ffd2: #d9ffd2;
    --monte-carlo-color: #7CC09E;
    --pollination-color: #E26AED;
    --anti-flash-white-color: #eaeef5;
    --alice-blue-color: #f8fafb;
    --tg-accordion-border-color:#dedede;
    --tg-border-color: #dedede;
    --red-color-light-shade:#ffd5cb;
    --manatee-color: #8A8CA4;
    --white-smoke: #f3f3f3;
    --green-color: #3ea50e;
    --back-color: #526A93;
    --rating-color: #fcce2a;
    --wide-border-color: #f3f3f3;
    --aqua-perl-color: #5cc6d4;
    --success-color: #176F2F;
    --color-e2e2e2: #e2e2e2;
    --color-828282: #828282;
    --color-9f9f9f: #9f9f9f;
    --color-d9d9d9: #d9d9d9;
    --color-9d9d9d: #9d9d9d;
    --color-dee9f0: #dee9f0;
    --color-fafafa: #fafafa;
    --color-e8e8e8: #e8e8e8;
    --color-505050: #505050;
    --color-9193A9: #9193A9;
    --color-eff4f8: #eff4f8;
    --color-8f8f8f: #8f8f8f;
    --color-84dd6e: #84dd6e;
    --color-2c9c2a: #2c9c2a;
    --color-ffb6b6: #ffb6b6;
    --color-ececec: #ececec;
    --color-f9f9f9: #f9f9f9;
    --color-eeeeee: #eeeeee;
    --color-949494: #949494;
    --color-212121: #212121;
    --color-969696: #969696;
    --placeholder-color: #bebebe;
    --placeholder-color-1: #8a8ca4;
    --form-control-focus: #cecece;
    --tg-danger-text: #FF8D8C;
    --tg-danger: #FF8D8C;
    --rounded-border-radius: 50px;
    --xs-border-radius: 9px;
    --sm-border-radius: 12px;
    --md-border-radius: 18px;
    --lg-border-radius: 25px;
    --border-radius-20: 20px;
    --extra-light-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    --light-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --medium-box-shadow: 0 0 30px rgba(127,137,161,.25);
    --secondary-color-filter: invert(32%) sepia(68%) saturate(5140%) hue-rotate(348deg) brightness(97%) contrast(94%);
    --white-color-filter: brightness(0) invert(1);
}
.search-wrapper-tg {
    font-family: var(--primary-font);
    font-size: var(--md-font-size);
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    background-color: var(--tg-white-color);
    line-height: var(--line-height-sm);
}
.search-wrapper-tg .list-wrap label {
    float: left;
    color: #00bde8;
  }
  .search-wrapper-tg .search-box {
    float: left;
    clear: left;
    width: 70%;
    padding: 0;
    font-size: 1em;
    color: #555;
  }
  
  .search-wrapper-tg .list-count {
    /* float: left;
    text-align: center;
    width: 30%;
    padding: 0.5em; */
    color: #747474;
    text-align: left;
    font-weight: var(--font-weight-light);
    font-size: var(--sm-01-font-size);
  }

  .search-wrapper-tg li {
    transition-property: margin, background-color, border-color;
    transition-duration: 0.4s, 0.2s, 0.2s;
    transition-timing-function: ease-in-out, ease, ease;
  }
  
  .search-wrapper-tg .empty-item {
    transition-property: opacity;
    transition-duration: 0s;
    transition-delay: 0s;
    transition-timing-function: ease;
  }
  
  .search-wrapper-tg .empty .empty-item {
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-delay: 0.3s;
    transition-timing-function: ease;
  }
  
  .search-wrapper-tg .hiding {
    margin-left: -100%;
    opacity: 0.5;
  }
  
  .search-wrapper-tg .hidden {
    display: none;
  }
  
  .search-wrapper-tg ul {
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 0;
    position: relative;
  }
  
  .search-wrapper-tg ul:before {
    content: "BOOK A CELEBRITY";
    position: absolute;
    left: -5.8em;
    font-size: 3em;
    text-align: right;
    top: 154px;
    color: #ffd5d5;
    font-weight: bold;
    transform: rotate(-90deg);
}
  
  .search-wrapper-tg li {
    float: left;
    clear: left;
    /* width: 100%; */
    list-style: none;
    color: #333;
    position: relative;
    z-index: 2;
  }
  .search-wrapper-tg li .media {
    margin-bottom: 12px;
    padding: 0.8em 0.9em;
    background-color: rgb(255 255 255 / 46%);
    border-left: 3px solid #003842;
    cursor: pointer;
    align-items: center;
    box-shadow: var(--extra-light-box-shadow);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .search-wrapper-tg li .media:hover {
    background-color: #fff;
    border-color: var(--secondary-color);
    transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
  
  .search-wrapper-tg .empty-item {
    background: #fff;
    /* color: #ddd; */
    margin: 0.2em 0;
    padding: 0.5em 0.8em;
    font-style: italic;
    border: none;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    float: left;
    clear: left;
    width: 100%;
  }
  
  .search-wrapper-tg .empty .empty-item {
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }
  
  /*
  The following are styles purely for the surroundings
  */
  
  
  
  .search-wrapper-tg .info {
    float: left;
    width: 60%;
    margin: 2em 20%;
    padding: 2em 0;
    background: #f9f9f9;
    border-left: 5px solid #003842;
    padding: 10px 20px;
  }
  
  .search-wrapper-tg .list-wrap {
    float: left;
    width: 100%;
    margin: 2em 30%;
    padding: 2em 0;
  }
  
  
  .search-wrapper-tg .cta {
    float: left;
    width: 100%;
    text-align: center;
    color: #999;
    margin: 2em 0;
  }
  
  .search-wrapper-tg .cta a {
    font-size: 1.5em;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
  }
  
  .search-wrapper-tg .topdeco {
    float: left;
    width: 100%;
    height: 10px;
    position: fixed;
    z-index: 10;
  }
  
  .search-wrapper-tg .topdeco span {
    float: left;
    width: 25%;
    height: 100%;
  }
  
  .search-wrapper-tg .deco span:nth-child(1) {
    background: #ff8220;
  }
  .search-wrapper-tg .deco span:nth-child(2) {
    background: #000;
  }
  .search-wrapper-tg .deco span:nth-child(3) {
    background: #ffa00a;
  }
  .search-wrapper-tg .deco span:nth-child(4) {
    background: #00bde8;
  }

  











  .search-wrapper-tg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.search-wrapper-tg .search-data{
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
  .search-wrapper-tg{
    position: fixed;
    height: 0px;
    width: 0px;
    /* border-radius: 100%; */
    background: rgba(255, 255, 255, 0.95);
    /* opacity: .9; */
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /* transition: all 0.4s linear; */
  }
  .search-wrapper-tg.active{
    height: 100vh;
    width: 100%;
    overflow: auto;
    z-index: 9999;
  }

  .search-wrapper-tg .search-data{
    position: absolute;
    height: 50px;
    width: 80%;
    display: flex;
    text-align: center;
    /* display: none; */
  }
  .search-wrapper-tg .search-data input{
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
  }
  .search-wrapper-tg .search-data .line{
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--primary-color);
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.4s 0.3s linear;
}
  .search-wrapper-tg .search-data .line.active{
    transform: scaleX(1);
  }
  .search-wrapper-tg .search-data label{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--primary-color);
  }
  .search-wrapper-tg .search-data input:valid ~ label{
    opacity: 0;
  }
  .search-wrapper-tg .search-data span{
    color: var(--primary-color);
    position: absolute;
    width: 50px;
    font-size: 25px;
    right: 0;
    top: 0;
    line-height: 45px;
    cursor: pointer;
  }
  .close-btn-modal-tg{
    position: fixed;
    z-index: 99999;
    right: 25px;
    top: 25px;
    font-size: 25px;
    color: var(--primary-color);
    cursor: pointer;
  }
  .search-wrapper-tg .search-data, .search-wrapper-tg .search-data span,
  .search-wrapper-tg .search-data label, .close-btn-modal-tg{
    display: none;
  }

  .search-wrapper-tg .media {
    display: flex;
  }
  .search-wrapper-tg .img-shrink-0 {
    flex-shrink: 0;
  }
  .search-wrapper-tg img {
    max-width: 100%;
    height: auto;
  }
  .search-wrapper-tg .flex-content {
    flex-grow: 1;
    margin-left: 1rem;
    text-align: left;
  }
  .search-wrapper-tg .flex-content .title-sc {
    margin-bottom: 10px;
  }
  .search-wrapper-tg .flex-content .title-sc,
  .search-wrapper-tg .card .title-sc {
    font-size: var(--lg-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--primary-color);
    margin-bottom: 5px;
  }
  .search-wrapper-tg .flex-content .text-sc,
  .search-wrapper-tg .card .text-sc {
    font-size: var(--sm-0-font-size);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: var(--primary-color);
  }
  .search-wrapper-tg .img-dm {
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.search-wrapper-tg .search-heading {
    text-align: left;
    font-size: var(--main-heading-font-size);
    margin-bottom: 1rem;
}
.search-wrapper-tg .card  {
    text-align: left;
    height: 100%;
    border: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.search-wrapper-tg .card:hover {
    transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.search-wrapper-tg .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    text-align: inherit;
    font-family: inherit;
    line-height: inherit;
    border: 0;
    margin: 0;
    box-shadow: none;
}
.search-wrapper-tg .card .img-dm {
    height: 180px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    border-radius: var(--sm-border-radius);
}
.decoration-none {
    text-decoration: none;
}
.search-bg-tg {
  position: relative;
  background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/tring/bg-web.png?tr=q-80');
  /* background-image: url("https://mum-objectstore.e2enetworks.net/tringcoin/new_booking_page/Search_Banner_Desktop_1.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 300px; */
  height: 100%;
  background-position: right;
}

.search-bg-tg::after {
    /* content: ''; */
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(110deg, rgba(0,0,0,.20) 50%, rgba(0,0,0,0.15) 100%); */
    background: linear-gradient(110deg, rgba(0,0,0,.03) 50%, rgba(0,0,0,0.02) 100%);
}
.search-bg-tg .search-btn {
    height: 60px;
    align-items: center;
    background-color: var(--anti-flash-white-color);
    justify-content: space-between;
    text-decoration: none;
    display: flex;
    width: 50%;
    margin: 0 auto;
    border-radius: var(--xs-border-radius);
}
.search-bg-tg .search-btn {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
    /* padding: .375rem 1.5rem; */
    padding: 1px;
    color: var(--tg-body-color);
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.search-bg-tg .search-btn-container {
    align-items: center;
    display: flex;
}
.search-bg-tg .search-btn .search-btn-icon,
.search-wrapper-tg .search-btn-icon {
    color: var(--primary-color);
    opacity: .7;
    stroke-width: 2;
}
.search-bg-tg .search-btn-placeholder {
    font-size: var(--md-1-font-size);
    font-weight: var(--font-weight-medium);
    padding: 0 0 0 14px;
    opacity: .7;
}
@media (max-width: 479.98px) {

  .search-wrapper-tg ul:before {
    left: -174px;
    font-size: 34px;
    top: 154px;
}

.search-wrapper-tg .search-data {
  top: 15%;
}
.close-btn-modal-tg {
  right: 12px;
}
}
@media (max-width: 480px) {
  .search-bg-tg .search-btn {
    height: 50px;
}
.cst-bg-img .heroarea {
  padding-top: 55px !important;
  padding-bottom: 0 !important;
}
.cst-bg-img .hashtag {
  padding-bottom: 0;
}
.search-bg-tg .search-btn.gradient-border {
  margin-bottom: 0;
}
.search-wrapper-tg .img-dm {
  height: 60px;
}
.search-wrapper-tg .flex-content .title-sc, .search-wrapper-tg .card .title-sc {
  font-size: var(--sm-1-font-size);
}
.search-wrapper-tg .flex-content .text-sc, .search-wrapper-tg .card .text-sc {
  font-size: var(--sm-font-size);
}
.search-wrapper-tg .flex-content .title-sc {
  margin-bottom: 5px;
}
.search-wrapper-tg ul {
  margin: 1em 0;
}
.search-wrapper-tg .search-data {
  width: 85%;
}
.search-wrapper-tg li .media {
  margin-bottom: 8px;
}
.search-wrapper-tg .search-heading {
  font-size: var(--lg-1-font-size);
}
.search-wrapper-tg .card .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-wrapper-tg .card .img-dm {
  height: 120px;
}
.search-wrapper-tg .empty-item {
  font-size: 10px;
}
.search-wrapper-tg .card {
  margin-bottom: 4px;
}
.gradient-border-box {
  height: auto !important;
}
}
@media (max-width: 767.98px) {
  .search-bg-tg .search-btn {
    width: 90%;
  }
}
@media (min-width: 650px) {
  /* .cst-bg-img {
    height: 55vh;
    overflow: hidden;
  } */
  .search-bg-tg {
    background-size: 100%;
    background-position: 0 70%;
}
}
@media (max-width: 1199.98px) {
  .badge-carousel-pd.cst .swiper-slide:first-of-type {
    padding-left: 0;
  }
}
.cst-bg-img img {

  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  /* height: 100%; */
}
.cst-bg-img {
  position: relative;
}
.web-banner-template.ht {
  height: auto !important;
  background-image: none;
}

.insta-tkr {
  width: 100%;
  text-align: left;
}
.mytkr ul li  {
  color: var(--manatee-color);
  padding-top: 10px;
  padding-bottom: 10px;
}
.mytkr ul {
  padding-left: 10px;
}
.mytkr{
  margin-bottom: 5px;
}
.search-bg-tg .search-btn.gradient-border {
  --border-width: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #222;
  border-radius: var(--border-width);
  margin-top: 1.5rem;
  margin-bottom: 12px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;

}


.search-bg-tg .search-btn.gradient-border::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(
      60deg,
      /* hsl(224, 85%, 66%), */
      /* hsl(269, 85%, 66%), */
      hsl(314, 85%, 66%),
      hsl(359, 85%, 66%),
      hsl(44, 85%, 66%)
      /* hsl(89, 85%, 66%),
      hsl(134, 85%, 66%),
      hsl(179, 85%, 66%) */
    );
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 4s alternate infinite;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }


@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
.gradient-border-box {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 58px;
  padding: 6px 1.5rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.heroarea.nw-cst {
  text-align: center;
  padding-top: 5em;
}

.search-bg-tg.celeb_bg_video {
  background-image: none;
  /* margin-top: 69px; */
}
.search-bg-tg.celeb_bg_video:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.search-bg-tg.celeb_bg_video .bg_video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  /* Standard syntax */
  filter: grayscale(100%);
  /* IE 6-9 */
  filter: gray;
  /* Edge 12+ */
  -webkit-filter: grayscale(100%);
}
.video-ps-index {
  position: relative;
  height: 90vh;
}
.video-ps-index video {
  object-fit: cover;
}
.search-bg-tg.celeb_bg_video .bg_video.bg_video_mobile{
  display: none;
  /* Standard syntax */
  filter: grayscale(100%);
  /* IE 6-9 */
  filter: gray;
  /* Edge 12+ */
  -webkit-filter: grayscale(100%);
}
.search-bg-tg.celeb_bg_video .container-fluid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

.search-bg-tg.celeb_bg_video .container-fluid .heroarea{
  padding: 0;
  margin: 0;
}

.heroarea .heading h1.heading-txt,
.hashtag p {
  color: #fff;
}

.tab-mini-slider .slide{
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .search-bg-tg.celeb_bg_video {
    margin-top: 0;
  }
  .search-bg-tg.celeb_bg_video .container-fluid {
    top: 50%;
  }
  .topnav.nav-scrolled{
    box-shadow: 0 0 38px 0 rgba(0,0,0,0.1);
  }
  .heroarea .heading h1.heading-txt br{
    display: none;
  }
}

@media (max-width: 580px) {
  .search-bg-tg.celeb_bg_video .bg_video{
    display: none;
  }
  .search-bg-tg.celeb_bg_video .bg_video.bg_video_mobile{
    display: block;
  }
}