
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* type */

:root{
  --primary-color: #FF645B;
}


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  background: #F8FAFC;
  touch-action: manipulation; /* Prevents double-tap zoom */
}

html, body {
  touch-action: manipulation; /* Prevents pinch-to-zoom */
  overscroll-behavior: none; /* Optional: Stops overscroll behavior */
}

.shadow-light{
  -webkit-box-shadow: 0px 0px 5px 2px rgba(245,242,245,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(245,242,245,1);
box-shadow: 0px 0px 5px 2px rgba(245,242,245,1);
}

h1,h2,h3,h4,h5,h6{

  font-family: "Poppins", serif;
  margin-bottom: 10px;
}

h2,h3,h4,h5,h6{
  font-size: 48px !important;
  font-weight: 800;
}

p{
  font-family: "Inter", serif;
  margin-bottom: 10px;
  color: #434D56;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;

}


a.btn{
  font-family: "Inter", serif;
}

.container {
  max-width: 1296px;
}



/* header */
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
  background-color:transparent;
}

.dropdown-toggle::after{
  display: none;
}

ul.navbar-nav i {
  font-size: 10px;
}


ul.navbar-nav li a {
  font-family: poppins;
  line-height: 115%;
  font-size: 14px;
  color: #1A2128;
  font-weight: 500;
  padding-right: 19px !important;
  padding-left: 10px !important;
}


a.btn {
  border: 1px solid #F2F6F9;
  padding-left: 25px !important;
  padding-right: 25px !important;
  color: #1A2128;
  margin-top: 10px;
}


a.navbar-brand svg {
  width: 100px;
}


section.banner h1 {
  font-weight: 900;
  color: #1A2128;
  text-transform: capitalize;

}


p.banner-lead {
  color: #434D56;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Inter', sans-serif !important;
}


.btn-main {
  background-color: var(--primary-color);
  text-decoration: none;
  padding: 14px 32px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 13px;
}

.btn-light {
  background-color:#F2F6F9;
  text-decoration: none;
  padding: 12px 35px;
  color: #434D56;
  border-radius: 5px;
  font-size: 18px;
  border: none;
}

.btn-sign {
    background-color: #FFEEEC;
    padding: 10px 25px;
    color: #434D56;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px !important;
    font-size: 16px;
    border-radius: 20px;
    line-height: 21px;
}


div#cs-automaticaly {
  position: relative;
}

.popularity-man {
  position: relative;
}


.popularity-man img{
  position: relative;
}

.popularity-bx-man {
  position: absolute;
  top: 30px;
  width: 100%;
  max-width: 40%;
  left: 16%;
}

section.popularity {
  position: relative;
  margin-bottom: 50px;
}



.popularity-girls {
  position: relative;
}

.popularity-bx-girls {
  position: absolute;
  top: 20px;
  width: 100%;
  max-width: 40%;
  left: 15%;
}


div#reviews {
  position: relative;
}

div#reviews:before{
  content:"";
  position:absolute;
  left: 50%;
  background-image:url("../images/right-arrows.png");
  width:100%;
  height: 80%;
  top: 100px;
  background-repeat: no-repeat;
  transform: translate(-24%, 0px);
}


div#trust-reviews p {
  width: 100%;
  max-width: 82%;
}


div#reviews img {
  width: 100%;
  max-width: 74%;
}


section.grouth .bx-heading,.result-bx .bx-heading {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;

}


.grouth-pkg {
  background: #f3f2ff;
}

.grouth-info{
  background-color: #F2FBFE;
}

.grouth-see {
  background: #fef6f2;
}

.bx img {
  margin-bottom: 17px;
}


section.grouth .bx {
  padding: 30px 45px;
  border-radius: 16px;
}

.bx p.banner-lead,.result-bx p.banner-lead {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Inter';
  font-weight: 400;
  color: #434D56;
  margin-top: 10px;
}

.result-bx p.banner-lead{
    width: 100%;
    max-width: 80%;
}


section.grouth {
  position: relative;
  margin-bottom: 80px;
  background: #ffff;
  padding: 35px;
  width: 100%;
  max-width: 1300px;
margin: 0 auto;
    border-radius: 30px;
}

.result {
  padding: 25px;
}

.quick-result {
  border: 14px solid #C2FFD9;
  border-radius:30px;
  margin-bottom:20px;
}

.satisfaction-result {
  border: 14px solid #B8B9FD;
  border-radius:30px;
  margin-bottom:20px;
}


.staff-result {
  border: 14px solid #FDCDB8;
  border-radius:30px;
  margin-bottom:20px;
}

.result-img.ms-auto {
  width: 100%;
  max-width: 26%;
}

.server-arrow {
  position: relative;
  top: -30%;
  left: -30px;
}


div#bst-services {
  position: relative;
}

section.service {
  position: relative;
  margin-bottom: 50px;
}


.choose-txt {
  width: 100%;
  margin: 0 auto;
}


.social-card {
  width: 100%;
  max-width: 306px;
  background: #FFFFFF;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 16px;
}


.social-card ul li {
  list-style: none;
  margin-bottom: 16px;
  display: flex
;
    justify-content: space-between;
    align-items: center;
}

.social-card ul li a{
  
  text-decoration:none;
  color: #1A2128;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 115%;
  font-weight: 400;
}

.social-card ul{
  margin: 17px 0px;
  padding:0px;
}

.social-card ul svg{
  width: 20px;
}


div#instagram-card span {
  background: linear-gradient(to right, #FF6056 0%, #7856FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 115%;
  font-weight: 700;
  font-family: 'Poppins';
}



.show-more a {
  background: #B55BB4;
  padding: 9px 25px;
  text-decoration: none;
  line-height: 50px;
  color: #fff;
  border-radius: 8px;
}

div#Tiktok-card span,div#Twitch-card span,div#Spotify-card span {
  font-size: 32px;
  line-height: 115%;
  font-weight: 700;
  font-family: 'Poppins';
  color:#1A2128;
}

div#Tiktok-card .show-more a {
  background: #1a2128;
}

div#Twitch-card span{
  color: #A056FF;
}


div#Twitch-card .show-more a {
  background: #a056ff;
}

div#Spotify-card .show-more a {
    background: #1bba18;
}


div#Spotify-card span{
  color: #1BBA18;
}

h2.instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

h2.linkedin {
    color: #0077B5; /* LinkedIn blue */
}

h2.tiktok {
    color: #69C9D0; /* TikTok cyan */
}

h2.youtube {
    color: #FF0000; /* YouTube red */
}

h2.twitch {
    color: #9146FF; /* Twitch purple */
}

h2.facebook {
    color: #1877F2; /* Facebook blue */
}

h2.thread {
    color: #000000; /* Threads black */
}

h2.spotify {
    color: #1DB954; /* Spotify green */
}

.social-slider h2{
  font-size: 35px !important;
}


.social-slider .social-card{
  height: 300px;
}

.social-slider .slick-slide {
  padding: 30px 10px; /* Adds gap between slides */
}

.catagry-tabs .nav-link{
  color: black !important;
  padding: 10px 22px;
  border: none !important;
}
.catagry-tabs .nav-link.active{
  color: #FF645B !important;
}


.social-slider > .slick-prev:before, .customer-slider > .slick-prev:before,section.catagry-tabs .slick-prev:before {
  content: "";
  position: absolute; 
  width: 27px; /* Match the original SVG dimensions */
  height: 27px;
  background: #F2F6F9;
  padding:5px;
  background-image: url("../images/right-angle.png");
  background-repeat: no-repeat;
  background-position: center;
  left: -9px;
  background-size: contain;
  border-radius: 5px;
}


.customer-slider > .slick-prev:before {
  background-color: #fff;
}



.social-slider > .slick-next:before, .customer-slider > .slick-next:before, section.catagry-tabs .slick-next:before{
  content: "";
  position: absolute;
  width: 27px; /* Match the original SVG dimensions */
  height: 27px;
  background: #F2F6F9;
  padding:5px;
  background-image: url("../images/left-angle.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  background-size: contain;
  border-radius: 5px;
}


.customer-slider > .slick-next:before{
  background-color: #fff;
}

section.catagry-tabs .slick-next:before{
  background-color: #fff;
}


section.catagry-tabs .slick-prev:before{
  background-color: #fff;
}




.choose-txt p {
  width: 100%;
  margin: 0 auto;
}


section.choose {
  position: relative;
  margin-bottom: 50px;
}

section.choose:before{
  content:"";
  position:absolute;
  top:0px;
  left: 50%;
  background-image:url("../images/circle-layers.png");
  width:100%;
  height:100%;
  max-width: 100%;
  background-size: contain;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}



.cs-faq button {
  width: 100%;
  text-align: start;
  display: flex;
  justify-content: space-between;
  text-decoration:none;
  color: #1A2128 !important;
  font-family: 'Poppins';
  line-height: 115%;
  font-size: 16px;
  font-weight: 400;
  /* border-bottom: 1px solid #F2F6F9; */
  border-radius: inherit;
  padding-bottom: 6px;
  padding-top: 20px;
  border-top: 1px solid #F2F6F9;
}


.faq-data {
  margin-bottom: 10px;
}

.faq-data .card {
  border: none;
  outline: none;
  margin-bottom: 20px;
  background: transparent;
}


span.plus-icon {
  color: #FF645B;
}


section.faq {
  position: relative;
  margin-bottom: 50px;
}


section.Ticket .container {
  background: linear-gradient(to right, #FF6056 0%, #7856FF 100%);
  padding: 20px 50px;
  border-radius:16px;
  position: relative;
  top: 65px;
}


.ticket-txt span {
  color: #fff;
  font-size: 32px;
  font-family: 'Poppins';
  line-height: 48px;
  letter-spacing: 0.2px;
}

.ticket-txt p {
  color: #fff;
}

.open-ticket a {
  background: #ffffff;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 115%;
  font-weight: 600;
  color: #1A2128;
}


section.customer {
  background: #F8FAFC;
  padding-top: 8rem;
  padding-bottom: 40px;
}


.customer-card {
  width: 100%;
  max-width: 400px;
  background: #ffff;
  padding: 34px 20px;
  border-radius: 16px;
}


.customer-card svg {
  width: 30px;
  margin-bottom: 14px;
}


.customer-card p {
  font-size: 16px;
}


.auther-info {
  margin-top: 30px;
}


.auther-rating span {color: #FFBD5B;}


footer.smm-footer {
  background: #1A2128;
  padding: 30px;
}


ul.footer-links li {display: inline-block;}


ul.footer-links li a{
    text-decoration:none;
    padding: 5px;
    color: #F2F6F9;
    font-family: 'Poppins';
    line-height: 125%;
    font-weight: 500;
    font-size: 14px;
}
.userAvatar{
  border-radius: 50%;
  padding: 10px;
}




select#language {
  background: #F4F4F4;
  border: none;
  outline: none;
  color: #ffff;
}


ul.footer-links {
  margin-bottom: 0px;
}


select#language option {
  color: #000;
}



/* Style the select */
#language {
  /* padding-left: 30px; */ /* Add space for the flag */
  /* background-position: 10px center; */
  /* background-repeat: no-repeat; */
  background-size: 20px; /* Size of the flag */
}


.row.pt-3.border-top {
  border-color: #dee2e612 !important;
}



#animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
      -225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%
  );
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  0% {
      background-position: 200% center;
  }
  100% {
      background-position: 0% center;
  }
}

#dots-svg {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.dot {
  animation: dotAnimation 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes dotAnimation {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5);
  }
  100% {
      transform: scale(1);
  }
}


.popularity-bx-man p {
  color: #ffff;
}

.popularity-bx-girls p {
  color: #fff;
}



/* catagories-page */


div#user_img img {
  width: 100%;
  max-width: 32px;
}



section.catagry-tabs {
  background: #F2F6F9;
}


.faq-data .tabs{
  position: relative;
  top: -68px;
}


.quality-card {
  background: #FFFF;
  width: 100%;
  max-width: 90%;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}


button.save-btn {
  padding: 9px 20px;
  border: 1px solid #FF645B;
  background: transparent;
  border-radius: 20px;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 115%;
  font-weight: 500;
  margin-bottom: 10px;
}

span#price {
  font-size: 40px;
  line-height: 115%;
  font-weight: 800;
  font-style: normal;
  color: #1A2128;
  font-family: 'Inter';
}


p.sale {
  text-decoration: line-through;
  margin-right: 10px;
}


p.origion {
  color: #FF645B;
}


p#follower {
  border-bottom: 1px solid #8080802e;
  padding-bottom: 5px;
}


.quality-card.changed {
  background: #FEECEF;
    border: 2px solid #FF645B;
}


div#nav-tab {
  background: #F2F6F9;
  width: 100%;
  padding: 8px 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  display: flex;
  justify-content: space-evenly;
}


.buy-now-btn #buy-now {
  background:#FF645B;
  color:#fff;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 115%;
  font-weight: 600;
  border:none;
}


ul.save_me {
  margin: 35px 0px 0px;
  padding: 0px;
}

ul.save_me li{
  list-style:none
}

ul.save_me li a{
  text-decoration: none;
}


ul.real-media {
  margin: 37px auto;
  padding: 18px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}

ul.real-media li{
  /* display:inline-block; */
  margin-left: 30px;
  margin-right: 30px;
  list-style:none;
}


div#nav-tabContent {
  margin-bottom: 10px;
}

ul.real-media li span {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0.0px;
  color:#434D56;
}


.faq-data .nav-link {
  font-family: 'Inter';
  line-height: 115%;
  font-size: 16px;
  font-weight: 500;
  color: #FF645B;
  border: 1px solid #d9d1d17a;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  /* background: #FFFFFF; */
}



/* order-page */

.order-feed {
  position: relative;
}

.order1 {
  position: relative;
  right: 150px;
}

.order-txt {
  position: absolute;
  bottom: 80px;
  width: 100%;
  max-width: 50%;
  left: 50%;
  transform: translateX(-50px);
  text-align: start;
}


.order2 {
  position: relative;
}

.order3 {
  position: relative;
  right: 100px;
}


.order-feed img {
  width: 100%;
  max-width: 73%;
  margin-bottom: 10px;
}


.trust-img {
  position: absolute;
  right: auto;
  z-index: 0000;
  left: -100px;
  top: 30px;
}

.one-eye-girls {
  position: relative;
  left: 50px;
}


.order-form{
   padding:  38px 25px !important;
}
.likes-feed{
  padding:  25px !important;
}

.order-form,.likes-feed {
  max-width: 100%;
  border-radius: 16px !important;
  background: #fff !important;
  border: none !important;
  width: 100%;
  max-width: 90%;
}

.checkout-form input[type=text], 
.checkout-form input[type=email], 
.checkout-form input[type=password], select#followersPrice,select#country {
  border: 1px solid #e9e9e9;
  /* border-radius: 28px; */
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 13px 13px 0px rgba(105, 95, 151, 0.04) !important;
  padding: 11px 43px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* color: #A6B8C6 !important; */
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  position: relative;
  z-index: 7;
  width: 100% !important;
  max-width: 100% !important;
}


span.input-group-text {
  border: 0px;
  background-color: rgb(255 255 255 / 0%);
  position: absolute;
  left: 0px;
  width: 12%;
  z-index: 9999;
  margin-top: 6px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}


select#followersPrice {
  padding: 11px 13px;
}


input#specialDiscount {
  padding: 0px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}


#slider_btn {
  background: #FF645B;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  border: none;
}

.order-form h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px !important;
  line-height: 54px;
  letter-spacing: 0.2px;
}

.order-form p {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #434D56;
  font-weight: 400;
}

span#save-price {
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 115%;
  font-size: 16px;
  font-style: normal;
  color: #62CA89;
}


ul.save_me li a{
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 115%;
  font-size: 16px;
  font-style: normal;
  color:#434D56;
}


div#enter-details input,select#country {
  padding: 11px 13px !important;
}


div#enter-details span.input-group-text {
  left: auto;
  margin-top: 4px;
  z-index: 10;
  width: 3%;
}

select#country,input#postalCode {
  padding: 11px 13px !important;
}



div#enter-details button {
  width: 100%;
  max-width: 100%;
}


.pricing-feed {
  background: #EBF0F4;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  border-radius: 16px;
}


.pricing-feed p {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter';
}


.like-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.like-content {
  position: relative;
  background: #F2F6F9;
  padding: 26px 20px !important;
  border-radius: 17px !important;
}

.likes-feed {
  width: 100% !important;
  max-width: 100%;
}


.heading-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



div#order-details {
  width: 100%;
  max-width: 100%;
}

.post-details span {
  font-family: 'Inter';
  font-weight: 400;
  line-height: 28px;
  color: #A6B8C6;
  font-size: 16px;
}

span.number-likes {
  font-family: 'Inter';
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #1A2128;
}


span.user_name {
  font-family: 'Inter';
  line-height: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #1A2128;
}


.cs-support u li {
  list-style: none;
}

.cs-support.pt-3 ul li {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Inter';
  color: #434D56;
  margin-bottom: 12px;
}


.cs-support ul {
  margin: 0px;
  padding: 0px;
}

.cs-support {
  background: #f2f6f9;
  padding: 10px;
  border-radius: 10px;
  margin-top: 24px;
}


div#navbarTogglerDemo03 {
  display: flex;
  justify-content: space-between;
  padding: 1px 30px;
  align-items: center;
}

a#filter-img img {
  width: 100%;
  max-width: 30px;
  margin: 0 auto !important;
  position: relative;
  top: 4px;
  left: 10px;
  background: #f9fafc;
  padding: 0px;
}


button#search-icon {
  background: white;
  border: none;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

body#ticket-page {
  background: #f9fafc;
}



.ticket-list {
  background: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 423px;
}

.ticket2 .create-ticket-btn{
  width: 140px;
  height: 40px;
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #EA534A;
  color: white;
}
.ticket2 .ticket-table{
border-radius: 15px;
}
.ticket2 .ticket-table .header .open-dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FF9E2C;
  border-radius: 50%;
  margin: 0px 5px;
}
.ticket2 .ticket-table .header .closed-dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #62CA89;
  border-radius: 50%;
  margin: 0px 5px;
}
.ticket2 .ticket-table .header ul li{
  padding: 10px 0px;
}
.ticket2 .ticket-table .header ul li button{
  background: transparent;
}
.ticket2 .ticket-table .header ul li.active{
  color: #EA534A;
  border-bottom: 1px solid #EA534A;
}
.ticket2 .ticket-table .header input{
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #E5E5E6;
}
.ticket2 .ticket-table .header button{
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  margin: 0px 10px;
  border-radius: 5px;
  background: #F2F6F9;
}
.ticket2 table{
  width: 100%;
}
.ticket2 .badge{
  width: 80px;
  padding: 10px;
  text-align: center;
}
.ticket2 .badge.open{
  color: #FF9E2C;
  background: rgba(255, 158, 44, 0.2);
}
.ticket2 .badge.closed{
  color: #62CA89;
  background: rgba(98, 202, 137, 0.2);
}
.ticket2 table tr td{
  height: 60px;
  padding: 10px;
}

.ticket2 table tr:nth-child(even){
  background: #FCFDFE;
}
.ticket2 table tr:nth-child(odd){
  background: white;
}

.contact {
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 600px;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(0, 255, 0, 0.1));
    filter: blur(60px);
    z-index: -1;
}
.contact, .login{
  border-radius: 20px;
  margin: 90px auto;
  background: white;
  padding: 40px;
}
.contact input[type=text], .contact input[type=email], .contact select, .contact textarea ,.login input[type=email], .login input[type=password]{
  display: block;
  width: 100%;
  padding: 12px;
  margin: 15px auto;
  border-radius: 5px;
  outline: none;
  border: 1px solid #F2F6F9;
}
.contact input:focus, .contact select:focus, .contact textarea:focus ,.login input:focus{
  border: 1px solid #ccc;
}
.contact button{
  width: 160px;
  height: 60px;
  border: none;
  border-radius: 8px;
  text-align: center;
  color: white;
  background: #FF645B;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}

.login a.login-google{
  display: flex;
  width: 100%;
  height: 52px;
  justify-content: center;
  align-items: center;
  background: #F2F6F9;
  color: black;
  border-radius: 10px;
  text-decoration: none;
}
.login .input-wrapper {
  position: relative;
}

.login .icon {
  position: absolute;
  top: 47%;
  left: 10px;
  transform: translateY(-50%);
  color: black;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  z-index: 1;
}

.login input[type=email], .login input[type=password] {
  padding-left: 38px;
}
.login button{
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  text-align: center;
  color: white;
  background: #FF645B;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}


.ticket3{
  margin-top: 60px;
  margin-bottom: 150px;
}
.ticket3 .thumbnail{
  height: 60px;
  display: flex;
  width: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 22px;
}

.ticket3 p{
  font-size: 16px;
}
.ticket3 small{
  font-size: 12px;
}

.ticket3 button.create-ticket-btn, .ticket3 button.send-btn, button.download-btn{
  width: 150px;
  height: 45px;
  border: none;
  border-radius: 4px;
  text-align: center;
  color: white;
  background: #FF645B;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
}
.ticket3 .badge.closed{
  color: #62CA89;
  background: rgba(98, 202, 137, 0.2);
}
.ticket3 .bg-gray{
  background: #F2F6F9;
}
.ticket3 .bg-gray20{
  color: #434D56;
  background: #F2F6F9;
}
.ticket3 .bg-green{
  color: white;
  background: #62CA89;
}
.ticket3 .text-green{
  color: #62CA89;
}

.ticket3 textarea{
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #F2F6F9;
}


.order-list .tbl{
  margin: 30px auto;
  border-radius: 10px;
}
.order-list .tbl .table-wrapper{
  overflow-x: auto;
}
.order-list .tbl .badge{
  width: 100px;
  text-align: center;
}
.order-list .tbl .badge-green{
  color: #62CA89;
  background: rgba(98, 202, 137, 0.2);
}

.order-list .tbl .badge-yellow{
  color: #FF9E2C;
  background: rgba(255, 158, 44, 0.2);
}

.order-list .search-filter-section{
  background: white;
  padding: 20px;
  margin: 20px auto;
  border-radius: 15px;
}
.order-list .search-filter-section select{
  display: block;
  width: 280px;
  margin: 5px 15px;
}


.order-list .search-filter-section button{
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: white;
  background: #FF645B;
  font-weight: 500;
  letter-spacing: 0.8px;

}

.order-list .tbl .badge-red{
  color: #FF6056;
  background: rgba(255, 96, 86, 0.2);
}

.order-list input{
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
}
.order-list .filter{
  padding: 10px;
  border: none;
  background: #A6B8C6;
  border-radius: 5px;
}

.order-list table th,
.order-list table td{
  white-space: nowrap; 
  text-overflow: ellipsis;
}
.order-list table{
  width: 100%;
  background: white;
  border-radius: 10px;
}

.order-list table tbody tr:nth-child(even){
  background: #FCFDFE;
}
.order-list table tbody:nth-child(odd){
  background: white;
}

.order-list table > thead{
  background: #FCFDFE;
}

.order-list table > thead > tr{
  border: none;
}
.order-list table > thead > tr > th{
  color: #434D56;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 22px 10px;
}
.order-list table > tbody > tr{
  border: 1px solid #F2F6F9;
  border-left: none;
  border-right: none;
  font-size: 14px;
}
.order-list table > tbody > tr > td{
  padding: 22px 10px;
}

.order-list button.loadmore{
  width: 300px;
  padding: 15px;
  text-align: center;
  background: #F2F6F9;
  border: none;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
}
.order-list button.loadmore:hover{
  background: rgba(0,0,0,0.1);
}

.terms-of-services h2{
  color: #1A2128;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
}
.terms-of-services h5{
  color: #1A2128;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}
.terms-of-services p, .terms-of-services ul li, .terms-of-services ol li{
  font-size: 16px;
  color: #1A2128;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}


.comment{
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.comment .favicon{
  position: absolute;
  left: -40px;
  top: 5px;
  padding: 10px;
}
.comment p{
  color: white;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}
.comment::after{
  position: absolute;
  content: '5';
  width: 45px;
  height: 45px;
  border-radius: 50%;
  bottom: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 14px;
   box-shadow: inset 8px 8px 8px -10px rgba(255, 255, 255, 0.8);
}
.comment.bg-pink::after{
  background: #FF645B;
}
.comment.bg-pink{
  background: rgba(255, 100, 91, 0.8);
}

.comment.bg-purple::after{
  background: #B8B9FD;
}
.comment.bg-purple{
  background: rgba(155, 157, 239, 0.8);
}

.comment.bg-green::after{
  background: #96E1A3;
}
.comment.bg-green{
  background: rgba(123, 218, 140, 0.8);
}

input[type="file"] {
      display: none;
    }
.custom-file-picker {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F2F6F9;
  color: #434D56;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.custom-file-picker:hover {
  background-color: #ccc;
}
.file-name {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  color: #333;
}


.support-request button{
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: white;
  background: #FF645B;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .slider-item {
    width: 100px; /* Adjust based on your design */
    height: 100px; /* Adjust based on your design */
    background-color: #f0f0f0; /* For visibility */
    border: 1px solid #ddd; /* Optional */
    text-align: center; /* Text alignment */
    line-height: 100px; /* Center text vertically */
  }

  @media (max-width: 575px){
    .custom-file-picker {
      width: 100%;
    }
    .ticket3 button.send-btn, .support-request button {
      width: 100%;
    }
    .faq-data .tabs{
      top: -30px;
    }

    body {
      touch-action: manipulation; /* Prevents double-tap zoom */
    }
  
    html, body {
      touch-action: manipulation; /* Prevents pinch-to-zoom */
      overscroll-behavior: none; /* Optional: Stops overscroll behavior */
    }

  }



  .bootstrap-select>.dropdown-toggle {
    justify-content: center;
    background: transparent;
    color: white;
    font-weight: 600;
    border: none;
    outline: none;
}
.bootstrap-select > .dropdown-toggle:hover {
  background: transparent !important;
  color: white !important;
  border: none !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle:active {
  background: transparent !important;
  color: white !important;
  border: none !important;
  outline: none !important;
}

.bootstrap-select.show > .dropdown-toggle {
  background: transparent !important;
  color: white !important;
  border: none !important;
  outline: none !important;
}
.dropdown-item {
  color: black !important;
}

.dropdown-toggle::after{
  display: none !important;
}

.slick-dots li button::before {
  font-size: 20px !important;
  }


.stars .star{
  color: #FD5C5A;
  /* animation: fillStar 2.5s infinite; */
}

/* .star:nth-child(1) {
  animation-delay: 0s;
}
.star:nth-child(2) {
  animation-delay: 0.5s;
}
.star:nth-child(3) {
  animation-delay: 1s;
}
.star:nth-child(4) {
  animation-delay: 1.5s;
}
.star:nth-child(5) {
  animation-delay: 2s;
}

@keyframes fillStar {
  0%,
  100% {
    color: #ddd;
    transform: scale(1);
  }
  40% {
    color: rgb(253, 92, 90, 0.8);
    transform: scale(1);
  }
  70% {
    color: rgb(230, 62, 49, 0.8);
    transform: scale(1);
  }
} */

.navbar-secondary{
  position: relative;
  border-bottom: 3px solid #ff553c0d;
}

.navbar-secondary:before {
    content: "";
    position: absolute;
    left: 0px;
    border-bottom: 3px solid #ff553c;
    width: 100%;
    bottom: -3px;
    max-width: 100%;
}

.navbar-secondary a.btn.btn-link.text-decoration-none {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 15.828px;
    line-height: 25px;
    color: #ff553c;
    background: #ff553c0d;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 30px;
    text-align: center; 
}

.navbar-secondary .back_btn img {
    width: 100%;
    max-width: 14px !important;
    margin-right: 8px; 
}

.header-slider {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 50px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  white-space: nowrap; 
}

.header-slider a{
  text-decoration: none;
  color: gray;
  font-size: 14px;
  position: relative;
  transition: color 0.4s ease;
  padding: 5px 0px;
}
.header-slider a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0; 
  height: 1px; 
  background-color: black;
  transition: width 0.4s ease;
}

.header-slider a:hover {
  color: black; 
}

.header-slider a:hover::after {
  width: 100%;
}
.header-slider div {
  flex-shrink: 0; 
}

.header-slider::-webkit-scrollbar {
  height: 3px; 
}

.header-slider::-webkit-scrollbar-thumb {
  background-color: #ccc; 
  border-radius: 4px;
}

.header-slider::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; 
}


@media(max-width:991px){
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1051;
    padding-top: 1px;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 2px solid #3a3a3a;
    max-width: 18px !important;
    margin: 0 auto;
    font-weight: 900;
}

div#terms-pages {
  margin-top: 2rem;
}

.order-list h3 {
  font-size: 33px !important;
}

body#ticket-page {
  padding-top: 4rem;
}

.ticket2 {
  padding-top: 2rem;
}

.support-request {
  padding-top: 4rem;
}

li#smm-toggle {
  display: none;
}

/* Transform to X on Open */
.hamburger.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
}

.hamburger.open span:nth-child(2) {
    opacity: 0 !important;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler {
    padding: 7px 5px !important;
    background: #f1f1f1 !important;
    border-radius: 7px !important;
}


div#navbarSupportedContent {
  /* background: red; */
  background: #ffff;
  padding: 10px;
  border-radius: 11px;
  position: absolute;
  width: 100%;
  top: 58px;
  left: 10px;
  max-width: 95%;
  margin: 0 auto !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow-y: scroll;
  max-height: 640px;
  scroll-behavior: smooth;
  z-index: 999999999;
}

footer.smm-new-footer.mt-5 .col-md-5 {
  width: 100% !important;
  max-width: 100% !important;
}

footer.smm-new-footer.mt-5 .col-md-3 {
  flex: 0 0 auto;
  width: 49%;
}

div#logo-area {
  height: auto !important;
  width: 100%;
  margin-bottom: 13px;
}

.payment-wedgets{
  text-align: center !important;
  margin-top: 13px;
}

footer.smm-new-footer.mt-5  .col-md-8 {
  flex: 0 0 auto;
  width: 50.666667%;
}

ul.copyright {
  margin: 0px;
  padding: 0px;
  display: flex !important
;
  justify-content: center !important;
}


div#smm-copyright .row.d-flex.align-items-center{
  align-items: center;
  justify-content: center;
}

footer.smm-new-footer div#parnt-footer {
  padding: 40px 27px 40px 50px !important;
}


footer.smm-new-footer.mt-5 .col-md-4 {
  flex: 0 0 auto;
  width: 49.333333%;
}


.main-header {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07);
  border-bottom: none;
  top: 0px !important;
  width: 100%;
  z-index: 9999999;
}


.Smm-bang-download {
  margin-top: 61px;
}


}

@media (max-width: 767px){
  .header-slider{
    display: flex;
	  justify-content: start;
  }

  div#tracker-form img {
    margin-bottom: 19px;
}

  li#tools-catagoriesy {
    display: block !important;
  }

  body {
    touch-action: manipulation; /* Prevents double-tap zoom */
  }

  html, body {
    touch-action: manipulation; /* Prevents pinch-to-zoom */
    overscroll-behavior: none; /* Optional: Stops overscroll behavior */
  }

div#real-txt p {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  font-size: 15px;
}

  div#tracker-form{
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 16px 16px 47px !important;
  }

  div#real-txt h1{
    font-size: 40px !important;
  }

  form#trackOrderForm {
    width: 100%;
    max-width: 100% !important;
    padding: 38px 19px !important;
}

  footer.smm-new-footer.mt-5 .col-md-5 {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    left: 10px;
  }
  
  footer.smm-new-footer.mt-5 .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  div#logo-area {
    height: auto !important;
    width: 100%;
    margin-bottom: 13px;
  }
  
  .payment-wedgets{
    text-align: center !important;
    margin-top: 13px;
  }
  
  footer.smm-new-footer.mt-5  .col-md-8 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  
  ul.copyright {
    margin: 0px;
    padding: 0px;
    display: flex !important
  ;
    justify-content: center !important;
  }
  
  
  div#smm-copyright .row.d-flex.align-items-center{
    align-items: center;
    justify-content: center;
  }
  
  footer.smm-new-footer div#parnt-footer {
    padding: 40px 27px 40px 30px !important;
  }
  
  
  footer.smm-new-footer.mt-5 .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }


  
}



/* fed */

.col-auto .btn {
  background: rebeccapurple;
  padding: 7px 58px;
}


.instagram-post-url {
    background: #FFFFFF;
    filter: drop-shadow(0px 25px 54px rgba(105, 95, 151, 0.078));
    padding: 50px 30px 21px;
    border-radius: 20px;
    margin-bottom: 32px;
}


.instagram-post-url input {
  background: #F8F8F8;
  padding: 11px 10px;
  line-height: 26px;
}



.author-card{
  margin-top: -4rem;
  margin-bottom: 4rem;
}



.auther-card {
  display: flex
;
padding: 2.5rem 3.5rem 2rem !important;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2.5rem;
  box-shadow: -2px 4px 15.9px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 2.5rem 2.5rem 3rem;
  height: 100%;
  gap: 1.6rem;
  text-decoration: none;
}



h4.card-title {
  color: #313336;
    font-size: 27px !important;
    font-family: poppins;
    line-height: 46px;
    font-weight: 600;
}


.author-card .card__inner p {
  color: #4d5560;
}


section.grouth p.card-txt {
  font-size: 14px !important;
  width: 100%;
  max-width: 90% !important;
  margin: 11px auto !important;
  color: #4d5560 !important;
  font-family: 'Lato' !important;
  font-weight: 500 !important;
}



div#fly-birds img {
  width: 100%;
  max-width: 50px;
  margin: 26px auto;
}


.fly-card {
  background: #FFF1E7;
  text-align: center;
  border-radius: 14px;
  text-align: center;
  padding-bottom: 41px;
}


h5.fly-title {
  font-family: 'Poppins';
  font-size: 18px !important;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}


p.fly-text {
  margin: 0 auto;
  font-size: 16px !important;
  line-height: 30px;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 22px;
  color: #262A2E;
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}


body#about-us section.faq {
  padding-top: 50px;
  background: #fff;
  margin-top: 4rem;
  padding-bottom: 9rem;
  margin-bottom: 0px;
}


body#about-us section.Ticket .container {
  top: -50px;
}


body#about-us section.customer {
  background: #F8FAFC;
  padding-top: 3rem;
  padding-bottom: 71px;
}



header#header {
  width: 100%;
  max-width: 90%;
  margin: 10px auto;
}


.sucss-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 42.2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 30px;
}

.sucss-data-strip {
  background: #F8F8F8;
  line-height: 40px !important;
  padding: 4px 27px;
  border-radius: 30px;
  width: 100%;
  max-width: 100%;
}


.sucss-data-strip p {
    margin-bottom: 0px !important;
    line-height: 44px !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #727277;
}


.auther-card .card-text {
  display: none;
}


header#sucsses-header {
  background: #ffff;
}


.sucss-data-strip span {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 44px;
}


.sucss-data-strip.active {
  background: #EDFFE8;
}

.sucss-data-strip.active span,.sucss-data-strip.active p{
  color: #29D042;
}


.sucss-card h3 {
  font-size: 36px !important;
  font-family: "Poppins", serif;
  line-height: 48px !important;
  margin-bottom: 0px;
  font-weight: 600;
}


.sucss-card p {
  color: #484B4D;
  font-family: "Poppins", serif;
}


div#blog-grid .card {
  padding: 16px;
  border-radius: 30px;
  text-align: start !important;
  padding-bottom: 33px;
  background: #FFFCFA;
}


div#blog-grid .card:hover{
  background-color:white;
}

div#blog-grid span.badge {
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 500;
  padding: 0px;
  font-size: 15.991px;
  line-height: 30px;
  color: #ff553c !important;
  background: transparent !important;
  margin: 0px !important;
}

div#blog-grid h5.card-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18.903px !important;
  line-height: 31px;
  color: #0a1e2d;
  margin-top: 10px;
}

p.card-text, .blog-info p {

    font-style: normal;
    font-weight: 400;
    font-size: 14.149px !important;
    line-height: 27px;
    color: #0a1e2d;
    width: 100%;
    padding: 0;
}


.cs-puglisher {
  padding-left: 17px;
}

.cs-puglisher a {
  color: #FF553C !important;
  text-decoration: none;
  font-family: Roboto;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Poppins';
}


li.page-item.active button {
  background: #ff553c;
  border-color: #ff553c3d;
  color: white;
  border: 1px solid #ff553c3d;
  line-height: 23px;
  height: 33px;
  width: 33px;
  outline: none !important;
  border: none;
  line-height: 16px;
}


button.page-link {
  border-radius: 40px !important;
  height: 30px;
  width: 100%;
  line-height: 18px;
  border: none;
  color: #8c8c8c;
  font-family: "Lato";
}


a.btn-sign i {
  background: #ff553c;
  padding: 6px 7px;
  font-size: 13px;
  border-radius: 30px;
  position: relative;
  right: -7px;
  COLOR: #FFF;
}



.auther-card .fa-linkedin:before {
  content: "\f08c" !important;
  font-family: 'FontAwesome';
}

.auther-card i{
  color: #FF553C;
  font-size: 16px;
}


p.private-txt.text-center.p-2.rounded-5 {
  position: relative;
  top: 30px;
  z-index: 9999999999;
}



select#language {
  width: 100%;
  max-width: 80%;
  padding: 10px 31px;
  border: none;
  color: black;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  box-shadow: rgb(99 99 99 / 9%) 0px 2px 8px 0px;
  /* font-family: "Lato", sans-serif; */
  z-index: 1;
  position: relative;
  font-family: 'Inter', sans-serif;
}


div#logo-area {
  background: #FFFFFF;
  border: 2px solid #E9E9EB;
  border-radius: 28px;
  padding: 23px 18px;
  height: 326px;
}


.metting-wedgets{
  background: #FFFFFF;
  border: 2px solid #E9E9EB;
  border-radius: 28px;
  /* padding: 18px; */
  height: 326px;
  width: 100%;
  max-width: 108%;
  padding: 27px 18px;
}


footer.smm-new-footer div#parnt-footer {
  background: #FFF7EA;
  border-radius: 43px;
  padding: 40px;
}



footer.smm-new-footer span {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #3A3A3A;
  /* font-family: "Lato", sans-serif; */
  font-family: 'Inter', sans-serif;
}


div#parnt-footer ul li a{
  text-decoration:none;
  line-height: 40px;
  font-size: 15px;
  text-decoration: none;
  font-style: normal;
  color: #000;
  font-weight: 400;
  /* font-family: "Lato", sans-serif; */
  font-family: 'Inter', sans-serif;
}


div#parnt-footer ul {
  margin: 16px 0px;
  padding: 0;
}

div#parnt-footer ul li{
  list-style:none
}



.metting-wedgets ul li a {
  padding-top: 2px;
  padding-bottom: 1px;
}


.metting-wedgets > .navbar-nav > li:nth-child(1) > a {
  background: #FF553C;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.metting-wedgets > .navbar-nav > li:nth-child(2) > a {
  background: #C550FF;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.metting-wedgets > .navbar-nav > li:nth-child(3) > a {
  background: #000000;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.metting-wedgets > .navbar-nav > li:nth-child(4) > a{
  background: #0B7CD8;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.metting-wedgets > .navbar-nav > li:nth-child(5) > a {
  background: pink;
  margin-bottom:3px;
  border-radius: 10px;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language-selector {
  position: relative;
}

.language-selector img{
  position:absolute;
  left: 6px;
  z-index: 999999;
}





/* blog-details */



.blog-info p.blog-catagories {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 19.991px;
  line-height: 30px;
  color: #FF553C;
  margin-bottom: 6px !important;
}

.blog-info a {
  color:#FF553C;
  text-decoration:none;
  font-weight:600;
}

.publisher-details img {
  margin-right: 20px;
}

span.publish-date {
  position: relative;
  left: 50px;
}

span.publisher-name {
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 500;
 font-size: 16.991px;
 line-height: 30px;
 color: #FF553C;
}


div#blog-grid {
  width: 100%;
  margin: 0 auto;
}


.blog-info h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40.978px;
  line-height: 60px;
  color: #0A1E2D;
  margin-bottom: 16px;
}


.jump-section .container {
  padding: 50px;
  width: 100%;
  margin: 0 auto;
  /* background: #F8F8F8; */
  border-radius: 20px;
}


.jump-section span.badge.badge-pill.badge-primary {
  background: #f8eae7;
  padding: 4px 39px;
  border-radius: 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: #FF553C;
}

ul.jump-menu{
  margin:0px;
  padding:0px
}

ul.jump-menu li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #0A1E2D;
  padding: 10px;
  color: #333;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration:none;
}



ul.jump-menu li {
  list-style-type: none;
  width: 100%;
  max-width: 100%;
  padding: 12px 9px;
  margin-bottom: 10px;
  border-radius: 30px;
}



.up-instagram {
  background-color: #ffffff;
  padding: 80px;
  border-radius: 30px;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}



.up-andrio-block {
  width: 100%;
  max-width: 100%;
  background: #ffff;
  padding: 30px;
  border-radius: 30px;
}


.up-andrio-block ol li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13.828px;
  line-height: 42px;
  color: #484B4D;
}



.up-andrio-block ol li::marker {
  color: #ff553c;
  font-weight: 600;
  font-family: 'Poppins';
}



.relaited-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 19.991px;
  line-height: 30px;
  color: #FF553C;
}


.trusts-img img {
  width: 100%;
  max-width: 140px;
  margin-top: 23px;
}


ul.copyright li {
  list-style: none;
}

ul.copyright li a{
  text-decoration:none;
  line-height: 40px;
  font-family: 'Poppins';
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  /* font-family: "Poppins", serif; */
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}


ul.copyright {
  margin: 0px;
  padding: 0px;
}


div#smm-copyright p {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  /* font-family: 'Poppins'; */
  color: #000;
  font-weight: 500;
  /* font-family: "Poppins", serif; */
  font-family: 'Inter', sans-serif;
}


.blog-info {
  width: 100%;
  max-width: 70%;
  margin: 3px auto;
}


.publisher-details {
  margin-bottom: 44px;
}


div#jump-content h2,.upinsta-content h3 {
  font-size: 41px !important;
  color: #0A1E2D;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 63px;
}


div#jump-content .col-12 {
  background: #fff;
  padding: 34px 30px;
  border-radius: 30px;
}


ul.jump-menu li.active {
  background: #ffffff;
  filter: drop-shadow(12.5px 21.651px 27px rgba(32, 59, 83, 0.039));
  margin-bottom:20px;
}


ul.jump-menu .active span {
  background: red;
  padding: 5px 13px;
  border-radius: 21px;
  position: relative;
  color: white;
}


div#birds-mobile {
  display: none;
}


div#banner-blog-img img {
  border-radius: 30px;
}


@media(max-width:767px){
  .jump-section .container{
    padding: 22px;
  }

  .sucss-data-strip p{
    font-size: 15px;
  }

  .sucss-data-strip span {
    font-size: 14px;
  }

  .sucss-data-strip{
    padding: 4px 14px;
  }

  section.Ticket .container{
    padding: 20px 23px;
  }

  .trusts-img {display: none;}

  .auther-card .card-text {
    display: none;
}

.footer-language {
  margin-bottom: 20px;
}

  .ticket-txt h2 {
    font-size: 28px !important;
    line-height: 34px;
}

div#birds-mobile {
  display: block !important; 
}

a.navbar-brand.mx-auto {
  display: none;
}


div#fly-birds img {
  width: 100%;
  max-width: 100px;
}


.sucss-card{
  padding: 17px;
    margin-bottom: 2rem;
}


  header#header nav.navbar {
    border-radius: 0px !important;
}


  .payment-wedgets {
    text-align: center !important;
}

  ul.jump-menu li a{
    font-size: 14px;
  }

  .navbar{
    border-radius: 0px !important;
  }

  div#jump-content .col-12 {
    padding: 34px 15px;
}

header#header {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  /* border-radius: 0px; */
}


div#jump-content h2, .upinsta-content h3 {
  font-size: 29px !important;
  line-height: 41px;
  margin-bottom: 0px !important;
}


ul.jump-menu .active span {
  padding: 7px 13px;

}

.up-andrio-block{
  padding: 2px;
}

.up-andrio-block ol {
  padding: 16px;
}

.blog-info {
  width: 100%;
  max-width: 99%;
  margin: 3px auto;
}

span.publish-date {
  position: relative;
  left: 15px;
  display: none;
}

.up-instagram {
  padding: 26px 4px;
  max-width: 96%;
}

.blog-info h2 {
  font-size: 30px !important;
}

div#logo-area,.metting-wedgets {
  height: auto;
  margin-bottom: 1rem;
}

ul.copyright{
  justify-content: center;
}

div#smm-copyright p {
  margin-bottom: 5px;
  text-align: center;
}

h2, h3, h4, h5, h6 {
  font-size: 35px !important;
}

section.grouth{
  padding: 40px 4px;
}

div#birds-desktop {
  display: none;
}

.sucss-section .row {
  margin-top: 0px !important;
}

footer.smm-new-footer div#parnt-footer{
  padding: 40px 20px 30px;
}

div#parnt-footer .col-md-3,div#parnt-footer .col-md-4  {
  padding: 0px !important;
}


p.private-txt.text-center.p-2.rounded-5 {
  position: relative;
  top: 15px;
  width: 100% !important;
  z-index: 22222;
}

.instagram-post-url .col-lg-10 {
  margin-bottom: 10px !important;
}

.trusts-img img {
  max-width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#logo-area .col-md-8 {
  padding: 1px;
}

.toggle-menus {
  display: none !important;
}

div#place-content h1{
  font-size: 25px !important;
}

.auther-card{
  padding: 2.5rem 3.5rem -1rem !important;
}

section.grouth h3,.Smm-bang-about h2 {
  font-size: 25px !important;
}

section.grouth p,.Smm-bang-about p{
  font-size: 14px !important;
}


p.banner-lead {
  
  font-size: 14px;
 }



 .main-header {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07);
  border-bottom: none;
  top: 0px;
  width: 100%;
  z-index: 9999999;
}

.hamburger {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 25px;
            height: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1051;
            padding-top: 1px;
        }

        .hamburger span {
            display: block;
            width: 100%;
            height: 1px;
            border-radius: 2px;
            transition: all 0.3s ease;
            border: 2px solid #3a3a3a;
            max-width: 18px !important;
            margin: 0 auto;
            font-weight: 900;
        }

        /* Transform to X on Open */
        .hamburger.open span:nth-child(1) {
            transform: translateY(5px) rotate(45deg) !important;
        }

        .hamburger.open span:nth-child(2) {
            opacity: 0 !important;
        }

        .hamburger.open span:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg) !important;
        }

        .navbar-toggler {
            border: none;
            padding: 0;
        }

        .navbar-toggler {
            padding: 7px 5px !important;
            background: #f1f1f1 !important;
            border-radius: 7px !important;
        }

        li#smm-toggle {
          display: none;
      }

      .btn-sign{
        margin-left: 0 !important;
      }


      div#navbarSupportedContent {
        /* background: red; */
        background: #ffff;
        padding: 10px;
        border-radius: 11px;
        position: absolute;
        width: 100%;
        top: 58px;
        left: 10px;
        max-width: 95%;
        margin: 0 auto !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        overflow-y: scroll;
        max-height: 640px;
        scroll-behavior: smooth;
        z-index: 999999999;
    }


    .Smm-bang-about, .Smm-bang-download, div#cs-intagram, div#cs-automaticaly{
      padding-top: 6rem;
  }

  div#banner-catagory {
    padding-top: 6rem;
    text-align: center;
}

.support-request {
  padding-top: 6rem;
}

.contact, .login{
  width: 100%;
    max-width: 95%;
}

nav.navbar {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.login {
  margin-top: 8rem;
}

div#terms-pages {
  padding-top: 6rem !important;
}

.ticket2,.ticket3 {
  padding-top: 6rem;
}


.ticket3 h3 {
  font-family: "Poppins", serif;
  font-size: 27px !important;
  line-height: 40px !important;
}



.form-check{
  font-size: 15px;
}

a.text-dark {
  font-size: 15px;
}


a.btn-sign.me-2.mx-4 {
  margin: 0px !important;
}

.order-form, .likes-feed{
  max-width: 95%;
}

.navbar-toggler:focus{
  box-shadow: none !important;
}


.order-list {
  padding-top: 4rem;
}

.Smm-bang-download h2 {
  font-size: 28px !important;
}

div#cs-wocommerce {
  display: block !important;
}

}



.toggle-menus {
  display: none;
}


.toggle-menus {
  position: absolute;
  right: 13%;
  top: 45px;
  padding: 12px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #efefef;
  box-shadow: 0 2px 6px 0 hsla(195, 3%, 55%, .31);
  width: 300px;
  border-radius: 11px;
  padding: .5rem 0;
  margin-top: 1rem;
  overflow-y: scroll;
  max-height: 630px;
  scroll-behavior: smooth;
  z-index: 9999999;
}


.toggle-menus ul {
  padding: 0px;
}

.toggle-menus ul li{
  list-style:none
}


.toggle-menus ul li a{
  text-decoration:none;
  color: rgb(116, 116, 116) !important;
  font-size: 15px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}


/* Custom Scrollbar Styling */
::-webkit-scrollbar {
  width: 2px; /* Set the scrollbar width */
  border-radius:40px
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 5px; /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
  background: #d1c4c4; /* Scrollbar thumb color */
  border-radius: 5px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #ddd2d2; /* Darker color on hover */
}



ul.content_info,ul.smm-insta,ul.info-instagram {
  border-bottom: 1px solid #ebe7e7;
  padding-bottom: 9px;
}


.logo-widgets p {
  font-size: 13px;
  font-weight: 500;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Inter', sans-serif;
}


div#smm-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}


.payment-wedgets img {
  width: 100%;
  max-width: 80%;
  text-align: end;
}



/* Wrapper for positioning */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
}

/* Style the select dropdown */
.custom-select-wrapper .form-select {
  width: 100%;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

/* Position the Font Awesome icons */
.custom-select-wrapper .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  pointer-events: none; /* Make sure icons are not clickable */
  color: #888; /* Icon color */
  font-size: 12px;
  z-index: 2;
}



.custom-select-wrapper .fa-angle-down:before {
  content: "\f107";
  top: 1px;
  position: absolute;
  right: 0px;
  z-index: 999999999;
}


.custom-select-wrapper .fa-angle-up:before {
  content: "\f106";
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 99999999;
}


.ticket3 h3 {
  font-family: "Poppins", serif;
  font-size: 48px;
  line-height: 69px;
}

.ticket-table h6,.flex-grow-1 h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 19px;
  font-size: 16px !important;
  font-style: normal;
}


.ticket-table p{
  color:#434D56;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px !important;
  font-style: normal;
}



nav#enter-order-details {
  background: #ffff;
}


header#sucsses-header .navbar-secondary:before {
  max-width: 100% !important;
}


div#place-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 125%;
  font-weight: 700;
  color: #1A2128;
}


.payment-wedgets {
  text-align: end;
}


nav.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}






/* add to card */


/* Base styles */
.add-cart-wedgets {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 -8px 25px rgba(207, 215, 228, 0.47);
  transform: translateY(100%); /* Initially hidden */
  /* opacity: 0; */
  transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transition */
  z-index: 999999999999;
}

/* Visible state */
.add-cart-wedgets.wvisible {
  transform: translateY(0); /* Slide in */
  opacity: 1; /* Fully visible */
}

/* Hidden state */
.add-cart-wedgets.whidden {
  transform: translateY(100%); /* Slide out */
  opacity: 0; /* Fully transparent */
}



.buy-btn {
  width: 100%;
  max-width: 70% !important;
  margin-left: 20px;
  display: flex
;
  justify-content: end;
  margin-top: 10px;
}

.col-md-12.quantity-content {
  padding: 0px;
}


div#add-to-cart-stars {
  display: inline-block;
  justify-content: center;
  text-align: center;
  border-top: 0px;
  margin-top: 20px;
}



span#regular_price {
  font-weight: 900;
  font-size: 23px;
  font-style: normal;
  font-family: 'Lato';
}

.check-btns label {
    margin-bottom: 14px;
    font-family: "Poppins", serif;
    font-weight: 500;
    line-height: 30px;
}


.follower-type {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  cursor: pointer;
  margin-top: -1px;
}

/* Style the checkbox when checked */
.follower-type:checked {
  background-color: #fb4e3e !important; /* Green background */
}

.follower-type:checked::before {
  content: "✓";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    line-height: 12px;
    max-width: 20px !important;
    background: rgb(251, 78, 62);
    padding: 2px 9px 2px 3px;
    border-radius: 100% !important;
}

.check-btns label {
  margin-bottom: 14px;
}


.quantity-content form {
    font-family: Arial, sans-serif;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
}


.quantity-check {
    display: flex
;
    justify-content: space-between;
    align-items: baseline;
}


.range-sliders {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}


.cs-rangeSlider {
    position: relative;
    width: 100%;
    max-width: 66%;
}


input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    height: 45px;
    background: #ddd;
    border-radius: 200px;
    outline: none;
    cursor: pointer;
    display: flex
;
    /* flex-flow: row wrap; */
    align-items: center;
    justify-content: space-between;
    position: relative;
    --background-fill: 0%;
    background: #dce1ed;
    border-radius: 9999px;
    box-shadow: 0 2.53988px 5.07975px rgba(0, 0, 0, .05);
    padding: 5px;
    overflow: hidden;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    min-width: 150px;
    position: relative;
    max-width: 250px;
}


.cs-rangeSlider button {
    border-radius: 30px;
    position: relative;
    width: 45px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.05);
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    color: #000;
    z-index: 10;
    transition: background-color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}


span#follower_number {
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-15px);
    font-size: 15px;
    line-height: 30px;
}


.quantity-content input[type="range"] {
    flex-grow: 1;
    margin: 0 -47px;
}



div#cs-wocommerce {
  display: none;
}



input[type="range"]::before {
  content: "";
  background: #cdf9fe;
  position: absolute;
  left: 0px;
  width: var(--thumb-width, 10%);
  height: 100%;
  transition: width 0.3s ease;
}


#follower_count::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  background: transparent;
}



.buy-btn button {
  background-color: var(--primary-color);
  border-radius: 6px !important;
  color: #fff !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 6px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  text-decoration: none !important;
  font-family: "Poppins", serif;
  font-size: 15px !important;
  line-height: 115% !important;
  font-weight: 600;
}



div#add-to-cart-stars {
  display: none !important;
}


.logo-widgets svg {
  margin-top: 2px !important;
  margin-bottom: 25px !important;
}


span#sale_price {
  text-decoration: line-through;
  font-weight: 700;
}

.check-prices p {
  margin-bottom: 10px;
}




div#place-content {
  margin-top: -3rem;
}


li#tools-catagoriesy {
  display: none;
}



/* track-order */



div#tracker-form {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 13px 13px 0px rgba(105, 95, 151, 0.04);
  padding: 30px;
  border-radius: 30px;
  display: flex
;
  align-items: center;
}




form#trackOrderForm {
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 30px !important;
  width: 100%;
  max-width: 90%;
  padding: 38px 44px;
  margin: 0 auto;
}


form#trackOrderForm input{
  border: 1px solid #e9e9e9;
  border-radius: 28px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 13px 13px 0px rgba(105, 95, 151, 0.04) !important;
  padding: 11px 18px;
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5c5f62;

}


form#trackOrderForm #slider_btn{
  background: #FF553C !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
}


/* Remove number input arrows for Webkit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove number input arrows for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}



div#real-txt h1 {
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 125%;
}


span.cs-real {
  color: #FF553C;
}


.track-order-form label {
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #0A1E2D;
  padding-left: 11px;
}


div#real-txt p {
  width: 100%;
  max-width: 55%;
  margin: 0 auto;
}

footer#order-page {
  padding-top: 30px;
}