@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:wght@400;600&display=swap');

.brand1 img {
  width: 61px;
  min-height: 61px!important;
  border: unset;
  border: unset!important;
  cursor: pointer;
}
.overlay{
  position: relative;
}
.overlay:hover  .brand1{
  display: block;
  animation: mymove 1s;
  overflow: hidden;
}
.stream, .overlay{
  overflow: hidden;
}
@keyframes mymove {
  from {top: 200px;}
  to {top: 0px;}
}
.brand1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff00008a;
  border-radius: 13px;
  padding: 110px 40px 20px;
  text-align: center;
  display: none;
  
}
.stream .tab-content{
  width: 98%;
    margin: 0 auto;
}
.stream .tab-content img {
  border: 1px solid #343434;
  border-radius: 13px;
  min-height: 263px;
}
video::-webkit-media-controls {
opacity: 0;
}
.play1 {
  position: absolute;
  top: 40%;
  right: -88px;
  background-color: #0a0a0a14;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(23px);
  border-radius: 118px;
  cursor: pointer;
}
#newpostkill .swiper-slide {
  transform: translateY(-5.2%) translateX(-23%) scale(.8)!important;
  position: relative;

}
#newpostkill  .swiper-slide.swiper-slide-prev{

  transform: translateY(13.8%) translateX(-133%) scale(.5)!important;
}
#newpostkill  .swiper-slide.swiper-slide-active{
  position: relative;
  z-index: 1;
  transform: translateY(-4.2%) translateX(-4%) scale(.87)!important;
}
#newpostkill  .swiper-slide.swiper-slide-next {
  z-index: -1;
  transform: translateY(-4.2%) translateX(-66%) scale(.85)!important;
}
#newpostkill  .swiper-slide.swiper-slide-next + .swiper-slide {
  position: relative;
  z-index: -2;
  transform: translateY(-4.2%) translateX(-132%) scale(.8)!important;
}
#newpostkill video {
  border-radius: 235px;
}
.fontmontserratsemibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.fontmontserratmedium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.fontmontserratregular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url("../../assets/fonts/SF-Pro-Display-Heavy.otf");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url("../../assets/fonts/SF-Pro-Display-Semibold.otf");
  font-display: swap;
  font-weight: 600;
}

.fontsfpro {
  font-family: "SF-Pro-Display";
  font-weight: 800;
}

.fontsfprosemi {
  font-family: "SF-Pro-Display";
  font-weight: 600;
}

.fontsfpoppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.fontsfpoppinsreg {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* ===================== */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* ===================== */
.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font16 {
  font-size: 16px;
}

.font20 {
  font-size: 20px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24.7px;
}

.font35 {
  font-size: 35px;
}

.font32 {
  font-size: 32px;
}

.font50 {
  font-size: 50px;
}

.font55 {
  font-size: 55px;
}

.font60 {
  font-size: 60px;
}

/* ========================== */
.lin13 {
  line-height: 1.3;
}

.lin11 {
  line-height: 1.1;
}

.colorwhite {
  color: white;
}

.colorblack {
  color: black;
}

.colorred {
  color: #f5090b;
}

.colorred2 {
  color: #d50d12;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.helped {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.company {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  align-items: flex-start;
}

.pot {
  display: flex;
  gap: 7px;
}

.newlinkhead {
  gap: 25px;
  display: flex;
  align-items: center;
}

.talk a img {
  padding-right: 5px;
}

.getstarted {
  background-color: #d50d12;
  width: 151px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newbanner {
  background: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding-bottom: 35px;
}

.newexpand {
  padding-top: 50px;
}

.leadibg {
  position: relative;
  margin-top: 25px;
}

.leadibg::after {
  position: absolute;
  content: "";
  background-color: #444343c2;
  width: 69%;
  height: 2px;
  width: 100%;
  left: 0;
  top: -8px;
}

.newyouk {
  position: relative;
}

.newyouk::after {
  position: absolute;
  content: "";
  background-color: #444343c2;
  width: 87%;
  height: 2px;
  left: 25px;
  bottom: -6px;
}

.newyouk2 {
  position: relative;
}

.newyouk2::after {
  position: absolute;
  content: "";
  background-color: #444343c2;
  width: 78%;
  height: 2px;
  left: 25px;
  bottom: -6px;
}

.newyouk3 {
  position: relative;
}

.newyouk3::after {
  position: absolute;
  content: "";
  background-color: #444343c2;
  width: 69%;
  height: 2px;
  left: 25px;
  bottom: -6px;
}

.started {
  background-color: #d50d12;
  border: unset;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  width: 152px;
  height: 40px;
  border-radius: 10px;
}

.newhwr {
  padding-top: 20px;
}

.newtoen {
  width: 38%;
}

.ntoen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
  height: 25%;
}

.form2 input {
  background-color: black;
  border: unset;
}

.form2 {
  display: flex;
  gap: 10px;
  margin-bottom: 2%;
  height: 41px;
}

.form2 input::placeholder {
  color: white;
  opacity: 50%;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.form2 input:focus {
  border: 1px solid #5b5b5b;
  background-color: black;
}

.animation {
  border: 1px solid #5b5b5b;
  background-color: #222222;
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
}

.quote {
  width: 254px;
  height: 40px;
  background-color: #d50d12;
  color: white;
  border: unset;
  border-radius: 10px;
  font-size: 14px;
}

.trus {
  justify-content: center;
}

.newpostimg img {
  width: 58%;
}

.newpostimg {
  display: flex;
  justify-content: flex-end;
}

.bott {
  padding-top: 80px;
  padding-bottom: 70px;
}

.words {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
}

.words::after {
  position: absolute;
  content: "";
  background-color: #8b8b8b;
  height: 1px;
  width: 100%;
  left: 0;
  top: -5px;
}

.element {
  margin-bottom: 15px;
}

.attack {
  position: relative;
}

.brand {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000000e0, #00000038);
  border-radius: 30px;
  padding: 110px 40px 20px;
}

.attack:hover .brand {
  display: block;
}

.brand h3,
.brand p {
  color: white;
}

.improve {
  max-width: 245px;
  padding-left: 5%;
}

.presence {
  position: relative;
}

.presence::after {
  position: absolute;
  content: "";
  background-color: #d50d12;
  width: 3px;
  height: 59px;
  left: 0px;
  top: 4px;
}

.stream {
  background: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 70px;
}

/* .stream a.nav-link.active {
  background-color: unset !important;
  position: relative;
  border: 1px solid gray!important;
  padding: 13px 41px;
  margin-bottom: 4%;
  border-radius: 50px;
} */
.stream .nav-link{
  background-color: unset !important;
  position: relative;
  border: 1px solid gray!important;
  padding: 10px 35px;
  margin-bottom: 4%;
  border-radius: 50px;
}
.stream a.nav-link.active:hover {
  border: unset;
}

.stream .nav {
    gap: 20px;
    display: flex;
    justify-content: center;
}

.stream .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
}

.stream a.nav-link.active {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
}



.stream .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: unset;
  --bs-nav-tabs-border-radius: 0.375rem;
}

.display {
  padding-top: 70px;
  padding-bottom: 70px;
}
.stream a.nav-link.active{
  border: 1px solid red!important;
}
.scale {
  background-color: #d50d12;
  width: 151px;
  height: 40px;
  border: unset;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 14px;
}

.sefve {
  background-color: white;
  width: 151px;
  height: 40px;
  border: unset;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: black;
  font-size: 14px;
}

.today {
  background: url("../images/path.png");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 70px;
}

.today {
  position: absolute;
  top: 15%;
  width: 50%;
  left: 35px;
  padding: 35px 13px 15px 13px;
  border-radius: 25px;
}

.newscool {
  position: relative;
}

.profound {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  border-top: 1px solid gray;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-top: 12px;
}

.message {
  display: flex;
  gap: 20px;
  align-items: center;
}

.newlong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.newlong:hover {
  color: white;
}

.renowned {
  justify-content: center;
}

.boxpost {
  box-shadow: rgb(149 157 165 / 45%) 0px 8px 24px;
  margin: 0 auto;
  text-align: center;
  height: 260px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mnewspace {
  margin-top: 50px;
}

.expal {
  padding-bottom: 70px;
}

.wordsmost {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
}

.wordsmost::after {
  position: absolute;
  content: "";
  background-color: #8B8B8B;
  height: 2px;
  width: 94%;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
}

.noty {
  position: absolute;
  top: -30px;
  right: -37px;
}

.noty img {
  width: 80%;
}

/* =====================Pricing===================== */

.pricing {
  background: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding: 80px 0;
}

.pkg-card {
  border: 0;
  border-radius: 30px;
  padding: 40px 25px;
  background-color: #fff;
  position: relative;
}

.pkg-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30.5%;
  width: 100%;
  padding: 1px;
  color: #000;
  background-color: #919191;
}

.card-bef {
  position: absolute;
  left: 10%;
  top: -7.6%;
  width: 80%;
  height: 50px;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #cb0e13;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-bef img {
  width: 8%;
}

.priceList {
  list-style-type: none;
  margin-bottom: 0;
}

.priceList li {
  color: #000;
  position: relative;
  margin: 5px 0;
}

.priceList li::before {
  content: url(../images/check.png);
  position: absolute;
  left: -30px;
}

.lastLi {
  visibility: hidden;
}

.pkg-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pkg-cta p {
  margin-bottom: 0;
}

.pkg-cta a {
  text-decoration: none;
  color: #000;
}

.pkg-cta .popup {
  background-color: #d50d12;
  color: #fff;
  padding: 0 40px;
  height: 40px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
}

.pkg-cta .chat {
  background-color: transparent;
  color: #000;
  padding: 0 30px;
  height: 40px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #091416;
  border-radius: 10px;
}

/* ================= */

.pkg-card2 {
  background: linear-gradient(90deg,
      rgba(255, 7, 13, 1) 0%,
      rgba(156, 20, 24, 1) 100%);
}

.pkg-card.pkg-card2::before {
  color: #fff;
  background-color: #bbb9b9;
}

.pkg-card2 .card-bef {
  background-color: #fff;
}

.pkg-card2 .priceList li {
  color: #fff;
}

.pkg-card2 .priceList li::before {
  content: url(../images/check-w.png);
}

.pkg-card2 .pkg-cta a {
  color: #fff;
}

.pkg-card2 .pkg-cta .popup {
  background-color: #fff;
  color: #d00d12;
}

.pkg-card2 .pkg-cta .chat {
  color: #fff;
  border: 2px solid #fff;
}

/* =====================Proven===================== */

.proven {
  padding: 80px 0;
}

.wordsmost2 {
  max-width: 800px;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
}

.wordsmost2::after {
  position: absolute;
  content: "";
  background-color: #dbd7d7;
  height: 2px;
  width: 100%;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
}

.wordsmost3 {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  margin-top: 3%;
}

.wordsmost3::after {
  position: absolute;
  content: "";
  background-color: #dbd7d7;
  height: 2px;
  width: 100%;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
}

.proven-bg {
  background: url("../images/proven-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  padding: 50px;
  border-radius: 50px;
  position: relative;
}

.proven-bg img {
  position: absolute;
  right: 0;
  top: -8%;
  width: 47%;
}

.proven-bg::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  width: 38%;
  height: 1.5px;
  color: #000;
  background-color: #837f7f;
}

.proven-bg::after {
  content: "";
  position: absolute;
  left: 26%;
  top: 12%;
  height: 75%;
  width: 2px;
  color: #000;
  background-color: #837f7f;
}

.newgost {
  width: 40%;
}

/* =====================Work===================== */

.serves {
  background: url("../images/clock.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 580px;
}

/* =====================Work===================== */


/* faqs */

.faqs {
  padding: 80px 0;
}

.wordsmost4 {
  max-width: 905px;
  position: relative;
  margin: 0 auto;
  margin-top: 3%;
}

.wordsmost4::after {
  position: absolute;
  content: "";
  background-color: #dbd7d7;
  height: 2px;
  width: 100%;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
}


/* our clients */

.clients {
  background: url("../images/clients.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding: 80px 0;
}


/* get touch */


.touch {
  background: url("../images/stutu.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding: 80px 0;
}

.wordsmosth {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  margin-top: 5%;
}

.wordsmosth::after {
  position: absolute;
  content: "";
  background-color: #545353;
  height: 2px;
  width: 66%;
  left: 0;
  top: -6px;
  right: 0;
}

.touch .form2 input {
  background-color: #565656;
  border: unset;
}

.touch .form2 {
  display: flex;
  gap: 10px;
  margin-bottom: 2%;
  height: 41px;
}

.touch .form2 input::placeholder {
  color: white;
  opacity: unset;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.touch .form2 input:focus {
  border: 1px solid #5b5b5b;
  background-color: black;
}

.touch textarea {
  background-color: #565656;
  border: unset;
}

.touch textarea::placeholder {
  color: white;
  opacity: unset;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.touch textarea:focus {
  border: 1px solid #5b5b5b;
  background-color: black;
}

.showcas {
  width: 180px;
  height: 43px;
  background-color: #d50d12;
  color: white;
  border: unset;
  border-radius: 10px;
  font-size: 13px;
  margin-top: 3%;
}

.das {
  align-items: center;
  justify-content: space-between;
}

.newtab {
  background-color: #565656;
  height: 280px;
  border-radius: 25px;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  width: 420px;
  align-items: center;
  float: right;
}

.newfight {
  padding: 0;
}

.newfight li {
  list-style: none;
}

.newfight li a {
  text-decoration: none;
}

.newfight li a:hover {
  color: white;
}

/* copyright */
.copy {
  background-color: #979797;
  height: 60px;
  display: flex;
  align-items: center;
}


/* thinking   */
.thinking {
  background: url("../images/clock.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  padding: 80px 0;
}

.wordsmost3 {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  margin-top: 3%;
}

.wordsmost3::after {
  position: absolute;
  content: "";
  background-color: #626060;
  height: 2px;
  width: 100%;
  left: 0;
  top: -7px;
  right: 0;
  margin: 0 auto;
}


/* slidr */
.mot {

  position: relative;

}

#ty1 {
  position: absolute;
  top: 85px;
  left: 19%;
}

#ty3 {
  position: absolute;
  top: 339px;
  left: 20%;
}

div#ty4 {
  position: absolute;
  top: 204px;
  left: 39%;
}

div#ty5 {
  position: absolute;
  left: 59%;
  margin-top: 29%;
}

div#ty6 {
  position: absolute;
  top: 53%;
  left: 59%;
  margin-top: 7%;
}

div#ty2 {
  position: absolute;
  top: 35%;
  left: 0%;
  margin-top: 20%;
}

div#ty7 {
  position: absolute;
  top: 43%;
  right: -5%;
  margin-top: 18%;
}

.mot {
  position: relative;
  top: -40px;
}

.typr {
  width: 301px;
  position: relative;
}

.rect {
  position: absolute;
  top: 25%;
  left: -48px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.slider__item {
  position: relative;
}

.data {
  position: absolute;
  top: 85px;
  /* background-color: #0000009e;
  height: 100%;
  left: 7px;
  right: 6px;
  border-top-right-radius: 18px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 85px;
  border-bottom-left-radius: 84px; */
}

.newpath {
  position: relative;
  top: 25px;
  float: right;
  z-index: 1;
}

/* .slider__item .slick-slide .newpath svg{
  fill: red;
  opacity: unset;
} */
.slider__item.slick-slide .newpath svg {
  fill: #707070;
  opacity: unset;
  color: #707070;
}

.slider__item.slick-slide .newpath svg path {
  opacity: 1;
}

.slider__item.slick-center .newpath svg {
  fill: #D50D12;
  opacity: unset;
  color: #D50D12;
}



.datarow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.start {
  padding-left: 30px;
  padding-right: 30px;
}

.thinking .slick-slide {
  opacity: .3;
}

.thinking .slick-center {
  opacity: unset;

}

.thinking .slick-center {
  position: relative;
}

.thinking .slick-center::after {
  position: absolute;
  content: '';
  width: 96%;
  height: 100%;
  top: 52px;
  z-index: -1;
  left: 8px;
  box-shadow: #ff000040 0px 8px 24px;
}

.data {
  padding-top: 40px;
}

.datarow {
  padding-bottom: 30px;
}

.start {
  position: relative;
}

.start::after {
  position: absolute;
  content: '';
  background-color: #cfc3c3;
  width: 81%;
  height: 1px;
  top: -10px;
  left: 28px;
}

.slider {
  margin-top: 50px;
}

.slider__item {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
}

.thinking .slick-dots li.slick-active button:before {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  padding: 0;
  cursor: pointer;
  background-color: white;
  border-radius: 50px;
  top: -40px;
}

.thinking .slick-dots li button:before {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px;
  padding: 0;
  cursor: pointer;
  background-color: white;
  border-radius: 50px;
  top: -40px;
}

.thinking .slick-dots li {
  margin: 0 0px;
}

.thinking .slick-prev {
  left: 35px;
  top: 87%;
}

.thinking .slick-next {
  right: 38px;
  top: 87% !important;
}

.thinking .slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 51px !important;
  height: 51px !important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 999;
}

.faqs .accordion-header button {
  background-image: linear-gradient(to right, black, #596062);
  border-radius: 11px !important;
  height: 65px;
  font-size: 12px;
}

.faqs .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../../assets/images/open.png");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faqs .sadasd .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../../assets/images/close.png");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faqs .accordion-button:not(.collapsed)::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../../assets/images/close.png");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.faqs .accordion-button:not(.collapsed) {
  color: white;
}

.faqs .accordion-body {
  background-image: linear-gradient(to right, #D50D12, #9C1418);
  margin-top: 1%;
  border-radius: 10px;
}

.faqs .accordion-item {
  margin-bottom: 1%;
}

.faqs .accordion-body ul li {
  color: white;
  font-family: 'Montserrat';
  font-size: 13px;
  list-style: none;
  margin-left: 5%;
}

.faqs .accordion-body ul {
  padding: unset;
  position: relative;
}

.faqs .accordion-body ul li::after {
  position: absolute;
  content: '';
  background-color: white;
  width: 10px;
  height: 10px;
  left: 0;
  margin-top: 1%;
  border-radius: 50px;
}

.copy img {
  position: absolute;
  bottom: 20px;
  right: 65px;
}

.copy {
  position: relative;
}

.stream .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #ffffff00;
}

#header .slick-active img {
  padding-top: 37px;
  padding-bottom: 226px;
  transform: translateY(40.8%) translateX(55%) scale(2.2);
}

#header .slick-current img {
  padding-top: 37px;
  padding-bottom: 226px;
  transform: translateY(39.8%) translateX(8%) scale(2.1);
  z-index: -1;
  position: relative;
}

#header .slick-current+.slick-slide img {
  padding-top: 50px;
  padding-bottom: 226px;
  transform: translateY(29.8%) translateX(-52%) scale(1.9);
  z-index: -2;
  position: relative;
}

#header .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}

#header .slick-dots li button:before {
  font-family: slick;
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .slick-dots li button:before {
  font-family: slick;
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #837d7d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header.slick-dots {
  bottom: 0;
}

#header .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.slider1 .slick-prev {
  left: 37px;
  margin-top: 50%;
}

.slider1 .slick-next,
.slick-prev {
  top: 101%;
  width: 51px !important;
  height: 51px !important;
}



.renowned {
  margin-bottom: 50px;
}
.postret{
  display: none;
}
.slider1 .slick-next {
  right: 50px;
  z-index: 1;
}
.newtop {
  border-bottom: 1px solid #dfdfdf;
}
.inner{
  margin-left: 2%;
  margin-right: 2%;
}

.play {
  background-color: #000000;
  position: absolute;
  top: 37%;
  width: 100px;
  height: 100px;
  left: -104%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 85px;
  padding-left: 33px;
  background-color: rgb(255 255 255 / 26%);
  backdrop-filter: blur(37px);
  cursor: pointer;
  display: none!important;
}
#header .slick-current .play {
  display: block!important;
}
.play img {
  position: relative;
  top: -21px;
}

.typr:hover {
  transform: scale(1.1);
  transition: 1s;
}
.typr{
  transition: 2s;
}
/* ===================== Media Queries ===================== */

@media screen and (min-width: 1400px) {

  .play1 {
    position: absolute;
    top: 40%;
    right: -50px;
    background-color: #0a0a0a14;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(23px);
    border-radius: 118px;
    cursor: pointer;
}

  #newpostkill .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 1;
    transform: translateY(-4.2%) translateX(25%) scale(.9)!important;
}
#newpostkill .swiper-slide.swiper-slide-next {
  z-index: -1;
  transform: translateY(-4.2%) translateX(-52%) scale(.85)!important;
}
#newpostkill .swiper-slide.swiper-slide-next + .swiper-slide {
  position: relative;
  z-index: -2;
  transform: translateY(-4.2%) translateX(-125%) scale(.8)!important;
}
  .play {
    top: 44%;
    left: -112%;
}

  .newbanner {
    padding-bottom: 70px;
}
.slider1 .slick-dots {
  position: absolute;
  bottom: -56px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slider1 .slick-prev {
  left: 37px;
  margin-top: 51%;
}
.slider1 .slick-next, .slick-prev {
  top: 107%;
  width: 51px !important;
  height: 51px !important;
}
  div#ty7 {
    position: absolute;
    top: 43%;
    right: 4%;
    margin-top: 18%;
  }

  .mot {
    position: relative;
    top: -53px;
    left: 30px;
  }

  div#ty5 {
    position: absolute;
    left: 54%;
    margin-top: 26%;
  }

  div#ty6 {
    position: absolute;
    top: 53%;
    left: 55%;
    margin-top: 7%;
  }

  div#ty2 {
    position: absolute;
    top: 35%;
    left: 2%;
    margin-top: 17%;
  }

  div#ty4 {
    position: absolute;
    top: 204px;
    left: 37%;
  }

  .font55 {
    font-size: 64px;
  }

  .font24 {
    font-size: 28.7px;
  }

  .font13 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1399px) {
  .pkg-cta .popup {
    padding: 0 30px;
  }

  .pkg-cta .chat {
    padding: 0 20px;
  }

  .proven-bg img {
    position: absolute;
    right: 0;
    top: -8%;
    width: 53%;
  }
}

@media screen and (max-width: 1200px) {
  .stream .nav {
    gap: 5px;
}
.stream .nav-link {
  padding: 6px 20px;
}
  #newpostkill{
    display: none;
  }
 .newexpand .col-lg-6{
    width: 100%;
  }
 .serves a {
    text-decoration: none;
}
.rect1 {
  text-align: center;
  margin-top: 10%!important;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d50d12;
  padding-top: 10%;
  padding-bottom: 10px;
  border-radius: 20px;
  width: 95%;
  margin: 0 auto;
}

  .rect {
    position: absolute;
    top: 25%;
    left: 16%;
    right: 0;
    margin: 0 auto;
    width: 235px;
    text-align: unset;
}

  .serves{
    padding-bottom: 70px;
  }
.postret{
  position: relative;
}
  .mot{
    display: none;
  }
  .postret{
    display: block
  }

  .touch .font32 {
    font-size: 25px;
  }

  .boxpost {
    margin: 0 auto;
    text-align: center;
    height: 260px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 91%;
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .boxpost img {
    width: 33% !important;
  }

  .renowned {
    margin-bottom: 0px;
  }

  .pkg-card {
    margin-left: 2%;
    margin-right: 2%;
  }

  .font55 {
    font-size: 45px;
  }

  .font24 {
    font-size: 19.7px;
  }

  .font20 {
    font-size: 17px;
  }

  .today {
    position: absolute;
    top: 12%;
    width: 60%;
    left: 35px;
    padding: 20px 13px 15px 13px;
    border-radius: 25px;
  }

  .brand {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 85%;
    height: 100%;
    background-image: linear-gradient(to right, #000000e0, #00000038);
    border-radius: 30px;
    padding: 28px 15px 20px;
  }

  .today {
    position: absolute;
    top: 12%;
    width: 74%;
    left: 35px;
    padding: 17px 10px 13px 13px;
    border-radius: 25px;
  }

  .font32 {
    font-size: 17px;
  }

  .pricing .font32 {
    font-size: 25px;
  }

  .boxpost img {
    width: 60%;
  }

  .boxpost {
    height: 220px;
  }

  .expal .font20 {
    font-size: 12px;
  }

  .newlinkhead {
    gap: 0;
    display: flex;
    align-items: center;
  }

  .newlinkhead li a {
    font-size: 10px !important;
  }

  .getstarted {
    background-color: #d50d12;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {

  .stream .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: white;
    font-size: 11px;
}
.stream a.nav-link.active {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 14px;
}

  .brand1 img {
    width: 61px;
    min-height: 61px!important;
    border: unset;
    border: unset!important;
    cursor: pointer;
    position: absolute;
    top: 31%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

  .stream .tab-content img {
    border: 1px solid #343434;
    border-radius: 13px;
    min-height: auto;
}
  .play {
    top: 45%;
    left: -114%;
}



  br {
    display: none;
  }

  .company {
    margin-top: 55px;
  }

  .animation {
    margin-top: 50px;
  }

  #header h1 {
    padding-bottom: 3%;
  }

  .leadibg {
    position: relative;
    margin-top: 33px;
  }

  .slider1 .slick-prev {
    left: 37px;
    margin-top: 47%;
  }

  .slider1 {
    margin-top: 10%;
  }

  #header .slick-active img {
    padding-top: 46px;
    padding-bottom: 272px;
    transform: translateY(40.8%) translateX(55%) scale(2.2);
  }

  .newbanner {
    padding-bottom: 100px;
  }

  .brand {
    width: 100%;
  }

  .newfight li a {
    text-decoration: none;
    font-size: 14px;
  }

  .newtab {
    background-color: #565656;
    height: 280px;
    border-radius: 25px;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    align-items: center;
    float: right;
  }

  .attack {
    position: relative;
    width: 95%;
  }

  .renowned .pt-md-5 {
    padding-top: 0 !important;
  }

  .pkg-card::before {
    top: 28%;
  }

  .card-bef {
    top: -8%;
  }

  .pricing {
    padding: 50px 0;
  }

  .proven-bg img {
    position: unset;
    width: 100%;
    margin-top: 50px;
  }

  .proven-bg::before {
    content: "";
    position: absolute;
    left: 18%;
    top: 23%;
    width: 68%;
    height: 1.5px;
    color: #000;
    background-color: #000;
  }

  .proven-bg::after {
    content: "";
    position: absolute;
    left: 49%;
    top: 5%;
    height: 36%;
    width: 2px;
    color: #000;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {

  .stream .nav {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  #header .getstarted {
    width: fit-content;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 3%;
  }

  #header .slick-dots {
    position: absolute;
    bottom: 31px;
  }

  #header .newlinkhead li a {
    font-size: 16px !important;
  }

  #header .newlinkhead {
    gap: 0;
    display: flex;
    align-items: flex-start;
    margin-top: 7%;
  }

  .newtab {
    margin-top: 10%;
  }

  .slider1 .slick-prev {
    left: 37px;
    margin-top: 53%;
  }

  .getstarted {
    width: 60px;
    height: 21px;
  }

  .newlinkhead li a {
    font-size: 6px !important;
  }

  .attack {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .brand {
    position: absolute;
    top: 0;
    left: 0px;
    display: none;
    width: 84%;
    height: 100%;
    background-image: linear-gradient(to right, #000000e0, #00000038);
    border-radius: 30px;
    padding: 28px 15px 20px;
  }

  .noty {
    position: absolute;
    top: -30px;
    right: 0;
  }

  .improve {
    max-width: 100%;
    padding-left: 5%;
  }

  .today {
    position: absolute;
    top: -23px;
    width: 74%;
    left: 35px;
    padding: 17px 10px 13px 13px;
    border-radius: 25px;
  }

  .boxpost img {
    width: auto;
  }

  .proven-bg img,
  .proven-bg::before,
  .proven-bg::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  .animatio{
    display: none!important;
  }
  .slider1{
    display: none!important;
  }

  .play {
    top: 27%;
    left: -116%;
}

  .serves h2{
    margin-bottom: 5%;
  }
  .thinking h3{
    margin-bottom: 5%;
  }

  .slider1 {
    margin-top: 0%;
}

  .proven-bg {
    padding-bottom: 20px;
}
  .newbanner {
    padding-bottom: 40px;
}

  .newfight li a {
    text-decoration: none;
    font-size: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .quote {
    width: 149px;
    height: 40px;
    background-color: #d50d12;
    color: white;
    border: unset;
    border-radius: 10px;
    font-size: 13px;
  }

  .scale,
  .sefve {
    width: 130px;
  }

  .mostimg {
    display: none;
  }

  .bott .newslidemobile {
    margin-top: 5% !important;
  }

  .slider1 .slick-next,
  .slick-prev {
    top: 90%;
    width: 51px !important;
    height: 51px !important;
  }

  .animation {

    margin-bottom: 10%;
  }

  .company {
    display: flex;
    gap: 33px;
    margin-top: 39px;
    align-items: flex-start;
    padding-bottom: 8%;
    padding-top: 3%;
  }

  #header h1 {
    padding-bottom: 5%;
  }

  .proven .font50 {
    font-size: 35px;
  }

  sup {
    top: -0.4em;
    left: -3px !important;
  }

  .newtab {
    width: 100%;
    margin-top: 7%;
  }

  .expal .font20 {
    font-size: 18px;
  }

  .company {
    display: flex;
    gap: 25px;
    margin-top: 39px;
    align-items: flex-start;
  }

  .newtoen {
    width: 70%;
  }

  .font55 {
    font-size: 30px;
  }

  .newbanner .font16 {
    font-size: 9px;
  }

  .company {
    flex-wrap: wrap;
  }

  .newbanner .font23 {
    font-size: 16px;
  }

  .font35 {
    font-size: 22px;
  }

  .brand {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 93%;
    height: 100%;
    background-image: linear-gradient(to right, #000000e0, #00000038);
    border-radius: 30px;
    padding: 28px 15px 20px;
  }

  .today {
    position: unset;
    top: -23px;
    width: 100%;
    left: 35px;
    padding: 10%;
    border-radius: 25px;
    margin-top: 0%;
  }

  .message {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}