@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");

.overlay,
a,
img,
.name {
  transition: all 0.3s;
}

:root {
  --heading-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --body-base: 16px;
  --body2: 14px;
  --body3: 12px;
  --sub-medium: 20px;
  --heading: #05081e;
  --body: #696b78;
  --border: #dddddd;
  --base-main: #ffd621;
  --base-main-hover: #fab855;
  --black: #37394b;
  --black-5: #f2f3f4;
  --black-20: #CDCED2;
  --black-80: #37394b;
  --input-stroke: #DDDDDD;
  --white: #fff;
  --red: #ff6230;
}










.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  /* background: #fff; */

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* 
body {
  background: #000;
  color: #000;
} */

/* .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
} */

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;

}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/* .swiper-slide img { */
/* display: block;
  width: 100%;
  height: 100%; */
/* object-fit: cover; */

/* border-radius: 20px;
  width: auto;
  object-fit: cover;
  object-position: center;
  height: auto;
  max-height: 468px; */
/* } */




























.tb-wrapper .bottom-images img {
  border-radius: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  width: 96px;
  height: 95px;
  object-fit: cover;
  object-position: center;
}

.tb-wrapper .light-box .modal-dialog {
  max-width: 738px;
}

.tb-wrapper .light-box .btn-close {
  background-image: url(../img//icons/slode-icon.svg);
  padding: 0;
  margin: 0;
  background-size: 24px;
  height: 17px;
  width: 17px;
}

.tb-wrapper .light-box .profile-card .profile-card-top-content {
  margin-bottom: 15px;
}

.tb-wrapper .light-box .btn {
  width: 187px;
}

.tb-wrapper .light-box .mySwiper .swiper-slide img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  cursor: pointer;
}

.tb-wrapper .light-box .mySwiper {
  margin-top: 23px;
}

.tb-wrapper .light-box .slider-inner {
  max-height: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 468px;
}

.tb-wrapper .light-box .mySwiper2 .swiper-slide img {
  border-radius: 20px;
  width: auto;
  object-fit: cover;
  object-position: center;
  height: auto;
  max-height: 468px;
}

.tb-wrapper .feed_items .feed_item .feed_item_inner>img {
  height: 100% !important;
}

.tb-wrapper .light-box .swiper-button-next:after,
.tb-wrapper .light-box .swiper-button-prev:after {
  content: none;
}

.tb-wrapper .light-box .swiper-button-next,
.tb-wrapper .light-box .swiper-button-prev {
  border-radius: 4px;
  background: #FFD621;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 16px 19px;
  justify-content: center;
}

.tb-wrapper .light-box .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M1 1L7 7L1 13" stroke="%2305081E" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
}

.tb-wrapper .light-box .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M7 13L1 7L7 1" stroke="%2305081E" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
}

.tb-wrapper .light-box .mySwiper2 {
  margin-top: 24px;
}

.tb-wrapper .light-box .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.tb-wrapper .light-box .modal-content {
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 24px;
  max-height: 763px;
  min-height: 763px;
}


.feature_images img:hover {
  outline: 1.5px solid #FFC700;
  cursor: pointer;
}

.tb-wrapper .bottom-images {
  display: flex;
  align-items: center;
  grid-gap: 14px;
  margin-top: 10px;
  justify-content: start;
  padding-left: 2px;
}

.tb-wrapper .light-box .modal-body {
  padding: 2px 0px 0px;
}

.tb-wrapper .light-box .modal-body .profile-card {
  border: none;
  padding: 0;
}

/* .btn--base {
  background-color: var(--base-main);
  color: var(--heading);
}

.btn--base:active, .btn--base:focus {
  background-color: var(--base-main);
  color: var(--heading);
}

.btn--base:hover {
  color: var(--heading) !important;
  background-color: var(--base-main-hover) !important;
} */

.btn--plus {
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--plus img {
  width: 18px;
}

.btn--unfollow {
  background-color: var(--black-5);
}

.btn--unfollow:active,
.btn--unfollow:focus {
  background-color: var(--black-5);
}

.btn--unfollow:hover {
  background-color: var(--black-20) !important;
}

.btn--160 {
  min-width: 160px;
}

.btn--180 {
  min-width: 160px;
}

.form-control {
  height: 44px;
  border-radius: 4px;
  border: 1px solid var(--input-stroke);
  outline: 0 !important;
  box-shadow: none !important;
}

.form-control:focus {
  border: 1px solid var(--base-main);
}

.form--control[readonly] {
  border-color: var(--black-5);
  background-color: var(--black-5);
}

/* form css end*/
.infoModal {
  padding: 30px 24px !important;
}

.infoModal .modal-dialog {
  max-width: 962px;
  width: 100%;
  margin: auto;
}

.infoModal .modal-content {
  background-color: transparent;
  border-radius: 12px;
}

.infoModal .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  box-shadow: none !important;
}

.tb-wrapper .light-box .swiper-button-disabled {
  opacity: 1 !important;
  background-color: var(--white) !important;
}

.profile-card .font--sm {
  color: var(--body);
}

.profile-card .profile-card-top-content .profile-card-content ul li .value {
  color: var(--body);
}

.btn-close:focus {
  box-shadow: none;
}

@media (max-width: 575px) {
  .infoModal .btn-close {
    background-size: 16px;
    width: 14px;
    height: 14px;
    padding: 6px;
  }



  .light-box .swiper-button-next,
  .light-box .swiper-button-prev {

    width: 36px;
    height: 36px;
    padding: 12px 15px;
  }

  .light-box .btn {
    width: 80px;
    height: 36px;
  }
}

.info-modal {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1019607843), 0px 6px 12px 0px rgba(0, 0, 0, 0.1019607843), 0px 22px 22px 0px rgba(0, 0, 0, 0.0901960784), 0px 51px 30px 0px rgba(0, 0, 0, 0.0509803922), 0px 90px 36px 0px rgba(0, 0, 0, 0.0117647059), 0px 141px 39px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  .info-modal {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin-right: 14px;
    margin-left: 14px;
  }

  .tb-wrapper .light-box .mySwiper2 .swiper-slide img {
    max-height: initial;
    width: -webkit-fill-available;
  }

  /* .tb-wrapper .light-box .slider-inner {
    max-height: 202px;
    min-height: initial;
  } */

  .tb-wrapper .light-box .modal-content {
    max-height: max-content;
    min-height: auto;
  }


}

.info-modal .info-modal-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 72px;
  padding-inline: 96px;
}

@media (max-width: 575px) {
  .info-modal .info-modal-left {
    padding-block: 80px;
    padding-inline: 25px;
  }

  .info-modal .info-modal-left img {
    max-width: 192px;
  }

  /* .tb-wrapper .bottom-images img {

    width: 85px;
    height: 85px;
  } */
}

.info-modal .info-modal-right {
  padding-block: 72px;
  padding-inline: 50px;
}

@media (max-width: 575px) {
  .info-modal .info-modal-right {
    padding-block: 40px;
    padding-inline: 25px;
    padding-top: 88px;
  }
}

.info-modal .info-modal-right .info-modal-title {
  margin-bottom: 20px;
}

.info-modal .info-modal-right p {
  margin-bottom: 20px;
  color: var(--heading);
}

@media (max-width: 575px) {
  .info-modal .info-modal-right p {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--black-80);
  }
}

@media (max-width: 575px) {
  .info-modal .info-modal-right .btn {
    margin-top: 40px !important;
  }
}

.tab-style-one {
  gap: 5px 50px;
  border: none;

}

@media (max-width: 575px) {
  .tab-style-one {
    gap: 5px 20px;
    border: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: center;
    padding-top: 10px;
  }

  .tab-style-one li a {
    white-space: nowrap;

  }

  .tab-style-one li {
    margin-bottom: 10px;

  }
}

.tab-style-one li a {
  color: #9b9ca5;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* @media (max-width: 575px) {
  .tab-style-one li a {
    padding-right: 2px;
    padding-bottom: 2px;
  }
} */

.tab-style-one li a.active {
  border-color: var(--black);
}

@media (max-width: 575px) {
  .tab-title {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 18px;
  }

  /* .tab-style-one li a {
   font-size: 15px;
  }
  .tab-style-one {
    gap: 5px 10px;
} */
}


/* @media (max-width: 400px) {
  

  .tab-style-one li a {
   font-size: 13.5px;
  }
  .tab-style-one {
    gap: 5px 5px;
}
} */
.delay-500 {
  animation-delay: 0.5s;
}


























.mobileSwiperslide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileSwiperslide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobileSwiperslide {
  width: 87% !important;
  background-color: transparent;
}

.Recommended_follower_mobile {
  display: none;
}

.Recommended_follower_des {
  display: flex;
}

@media (max-width: 575px) {
  .Recommended_follower_des {
    display: none;
  }

  .Recommended_follower_mobile {
    display: block;
  }

  .Recommended_btn_des {
    display: none;
  }
}


.left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
}


@media (max-width: 1199px) {


  .tb-wrapper .bottom-images img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 992px) {

  .tb-wrapper .bottom-images {
    padding-left: 19px;
  }

}

@media (max-width: 768px) {
  .tb-wrapper .bottom-images {
    padding-left: 60px;
  }

  .tb-wrapper .bottom-images img {
    width: 96px;
    height: 95px;
  }
}

@media (max-width: 574px) {
  .tb-wrapper .bottom-images {
    padding-left: 40px;
  }


}

@media (max-width: 500px) {
  .tb-wrapper .bottom-images {
    padding-left: 33px;
  }

  .mobileSwiperslide .bottom-images {
    padding-left: 15px !important;
  }
}

@media (max-width: 490px) {
  .tb-wrapper .bottom-images {
    padding-left: 29px;
  }

  .mobileSwiperslide .bottom-images {
    padding-left: 10px !important;
  }

  .mobileSwiperslide .profile-card {
    padding: 25px 10px !important;
  }
}

@media (max-width: 480px) {
  .tb-wrapper .bottom-images {
    padding-left: 23px;
  }
}


@media (max-width: 460px) {
  .tb-wrapper .bottom-images {
    padding-left: 18px;
  }
}

@media (max-width: 460px) {
  .tb-wrapper .bottom-images {
    padding-left: 10px;
  }
}

@media (max-width: 430px) {

  .tb-wrapper .bottom-images img {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 380px) {
  .tb-wrapper .bottom-images {
    padding-left: 0px;
  }

  .tb-wrapper .bottom-images img {
    width: 75px;
    height: 75px;
  }
}