/* ====================== [ Custom Mobile-app Styles  ] ====================== */
a {
  color: #fff !important;
  text-decoration: none !important;
}
body.nft-market {
  background-color: #141414;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  position: relative;
}

body.nft-market:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/dots.svg);
  background-repeat: repeat;
  background-size: 300px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  color: #c4c6c7;
  font-size: 16px;
  font-weight: 300 !important;
}

.sec-head-bord {
  padding-bottom: 6px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 20px;
}

.sec-head-bord h4 {
font-weight: 300;
font-size: 1.7em;
}

.sec-head-bord h4 .icon {
  font-size: 20px;
  margin-right: 10px;
}

.rad-head {
  display: inline-block;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(162, 175, 200, 0.16);
}

.rad-head i {
  margin-right: 10px;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 50px;
}

.sub-head {
  background: rgba(255, 255, 255, 0.02);
}

.sub-bg {
  background-color: rgba(255, 255, 255, 0.02);
}

.nav-scroll {
  background: rgba(5, 9, 43, 0.84);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-scroll .navbar-nav .nav-link {
  color: #fff !important;
}

/* ------------ header ------------ */
header {
  position: relative;
  padding-bottom: 0 !important;
}

header:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: #4c4c4c00;
  opacity: 0.8;
  -webkit-filter: blur(300px);
  filter: blur(300px);
  pointer-events: none;
}

header:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 500px;
  height: 300px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: #000;
  opacity: 0.8;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  pointer-events: none;
}

header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}

header .cont h1 {
  font-weight: 800;
  line-height: 1.4;
}

header .cont .btn-vid {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  line-height: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: relative;
}

header .cont .btn-vid:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff0;
  border-radius: 5px;
}

header .main-marq {
  position: relative;
  padding: 0;
}

header .main-marq:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(
    bottom,
    #212020,
    rgba(255, 255, 255, 0) 80px,
    rgba(255, 255, 255, 0) calc(100% - 80px),
    #212020
  );
  background: -o-linear-gradient(
    bottom,
    #212020,
    rgba(255, 255, 255, 0) 80px,
    rgba(255, 255, 255, 0) calc(100% - 80px),
    #212020
  );
  background: linear-gradient(
    to top,
    #0e0834,
    rgba(255, 255, 255, 0) 80px,
    rgba(255, 255, 255, 0) calc(100% - 80px),
    #0e0834
  );
  pointer-events: none;
}

header .star1 {
  position: absolute;
  top: 25%;
  left: 15%;
  width: 30px;
}

header .star2 {
  position: absolute;
  top: 40%;
  right: 30px;
  width: 30px;
}

header .star3 {
  position: absolute;
  bottom: 15%;
  left: 40%;
  width: 30px;
}

header .star4 {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 35px;
  height: 90px;
  border-radius: 30px;
  border: 1px solid #eee;
  opacity: 0.3;
}

.slide-vertical {
  overflow: hidden;
  width: 30%;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.slide-vertical.st2 {
  width: 40%;
}

.slide-vertical.st2 .img {
  display: block;
  width: 100%;
  /*height: 400px;*/
  border-radius: 20px;
}

.slide-vertical:hover .box {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.slide-vertical .box {
  position: relative;
  -webkit-animation: slide-vertical 50s linear infinite;
  animation: slide-vertical 50s linear infinite;
}

.slide-vertical .img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 15px 0;
  border-radius: 20px;
  overflow: hidden;
}

.slide-vertical .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* ------------ feat-card ------------ */
.feat-card .item-card {
border-radius: 15px 15px 0px 0px;
  background: #272a37;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: none !important;
}

.feat-card .item-card .img {
  padding: 0px;
  height: 100%;
  position: relative;
}

.feat-card .item-card .img a {
  width: 100%;
  height: 100%;
}

.feat-card .item-card .img img {
  border-radius: 0px 0 0;
  width: 100%;
  height: 100%;
  /*  -o-object-fit: cover;
  object-fit: cover;*/
}
.bor15 {
  border-radius: 15px !important;
}
.feat-card .item-card .img .fav {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 5px 4px;
  border-radius: 5px;

  font-size: 12px;
}

.feat-card .item-card .img .fav2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 5px 4px;
  border-radius: 0px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
width: 100%;
  font-size: 12px;
}

.feat-card .item-card .img .fav3 {
  position: absolute;
  bottom: 3px;
  right: 0px;
  padding: 5px 5px 4px;
  border-radius: 5px;

  font-size: 12px;
}
.bg3d {
  background-color: #fff;
  padding: 4px 4px;
  border-radius: 5px 5px 0px 5px;
  color: #e30916;
}

.bgl {
font-size: 15px;padding-left: 3px;
}
.bgld {
  background-color: #e30916;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 11px;
}

.feat-card .item-card .img .fav .icon {
  font-size: 16px;
}

.feat-card .item-card .img .fav .fcont {
  line-height: 1;
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.feat-card .item-card .img .clockdiv {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(162, 175, 200, 0.16);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.feat-card .item-card .img .clockdiv div {
  margin: 0 10px;
  width: 100%;
  position: relative;
}

.feat-card .item-card .img .clockdiv div:after {
  content: ":";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feat-card .item-card .img .clockdiv div:last-of-type:after {
  display: none;
}

.feat-card .item-card .cont {
  position: relative;
}

.feat-card .item-card .cont .info {
  padding: 5px 10px 0;
}

.feat-card .item-card .cont .authors-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feat-card .item-card .cont .authors-img div {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
}

.feat-card .item-card .cont .authors-img div:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  border: 3px solid #3a3e5f;
}

.feat-card .item-card .cont .authors-img div.img2 {
  left: -10px;
}

.feat-card .item-card .cont .authors-img div.img3 {
  left: -20px;
}

.feat-card .item-card .cont .authors-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.feat-card .item-card .cont .item-history a {
  text-decoration: underline;
}

.feat-card .item-card .cont .eth .icon {
  width: 10px;
  margin-right: 5px;
}

.feat-card .item-card .botm {
  padding: 0px;
  margin-top: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(162, 175, 200, 0.16);
  border-radius: 0px 0px 15px 15px;
}

.feat-card .item-card .botm .bid a {
  font-size: 13px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;background: #e50914;
border: none !important;
}

.ce1 {
  background-color: #07641b !important;
  font-size: 16px;
  border-radius: 50%;
  width: 34px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background: #ffcb00;
}
.ce2 {
  background-color: #fbaf1f !important;
  font-size: 16px;
  border-radius: 50%;
  width: 34px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background: #ffcb00;
}
.ce3 {
  background-color: #b11723 !important;
  font-size: 16px;
  border-radius: 50%;
  width: 34px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background: #ffcb00;
}

.feat-card .item-card .botm .bid a:hover {
  background: #fff;
  color: #212020 !important;
}

/* ------------ collection ------------ */
.collection-box .coll-item {
  padding: 15px 10px;
  border-radius: 15px;
  background: #272a37;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(162, 175, 200, 0.16);
}

.collection-box .coll-item .imgs .flex .img {
  height: 120px;
  width: 50%;
}

.collection-box .coll-item .imgs .img {
  height: 150px;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
}

.collection-box .coll-item .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-box .coll-item .cont .se-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  margin: -35px auto 0;
}

.collection-box .coll-item .cont .se-img:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  border: 4px solid #3a3e5f;
}

.collection-box .coll-item .cont .se-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.collection-box .coll-item .cont .se-img .icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #7e2dec;
  font-size: 10px;
  z-index: 2;
}

.collection-box .coll-item .cont .text {
  padding: 15px 20px;
}

.collection-box .coll-item .cont .text h6 {
  font-size: 17px;
  font-weight: 700;
}

.collection-box .coll-item .cont .text p {
  font-size: 13px;
}

.collection-box .coll-item .cont .text p a {
  color: #fff;
  font-weight: 500;
}

.collection-box .coll-item .cont .text .item-calc span {
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ------------ explore ------------ */
.explore {
  position: relative;
}

.explore:after {
  display: none;
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #9121ce;
  opacity: 0.8;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  pointer-events: none;
}

.explore:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  /*background: #343434;*/
  opacity: 0.5;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  pointer-events: none;
}

.explore .tab-links .item-link span {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  cursor: pointer;
}

.explore .tab-links .item-link span i {
  margin-right: 10px;
}

.explore .tab-links .item-link span:hover {
  background: #fff;
  color: #212020;
}

.explore .tab-links .item-link.current span {
  background: #fff;
  color: #212020;
}

.explore .tab-content {
  display: none;
}

.explore .tab-content.current {
  display: block;
}

/* ------------ blck-nft ------------ */
.blck-nft .imgs {
  position: relative;
  -webkit-perspective: 2000;
  perspective: 2000;
}

.blck-nft .img1,
.blck-nft .img2 {
  width: 300px;
  height: 380px;
  position: relative;
  -webkit-transform: rotateY(29deg) rotateZ(348deg);
  transform: rotateY(29deg) rotateZ(348deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.blck-nft .img1 .bord,
.blck-nft .img2 .bord {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3a82db),
    color-stop(#9121ce),
    color-stop(#e012bf),
    color-stop(transparent),
    to(transparent)
  );
  background: -webkit-linear-gradient(top, #3a82db, #9121ce, #e012bf, transparent, transparent);
  background: -o-linear-gradient(top, #3a82db, #9121ce, #e012bf, transparent, transparent);
  background: linear-gradient(180deg, #3a82db, #9121ce, #e012bf, transparent, transparent);
}

.blck-nft .img1 img,
.blck-nft .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.blck-nft .img2 {
  width: 280px;
  height: 350px;
  -webkit-transform: rotateX(28deg) rotateZ(10deg);
  transform: rotateX(28deg) rotateZ(10deg);
}

.blck-nft .img2 .bord {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3a82db),
    color-stop(#9121ce),
    color-stop(#e012bf),
    color-stop(transparent),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, #3a82db, #9121ce, #e012bf, transparent, transparent);
  background: -o-linear-gradient(bottom, #3a82db, #9121ce, #e012bf, transparent, transparent);
  background: linear-gradient(0deg, #3a82db, #9121ce, #e012bf, transparent, transparent);
}

.blck-nft .box-text {
  position: absolute;
  bottom: -50px;
  left: 50%;
  padding: 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(162, 175, 200, 0.16);
  min-width: 200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blck-nft .box-text .users-imgs .simg1,
.blck-nft .box-text .users-imgs .simg2,
.blck-nft .box-text .users-imgs .simg3 {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.blck-nft .box-text .users-imgs .simg1 img,
.blck-nft .box-text .users-imgs .simg2 img,
.blck-nft .box-text .users-imgs .simg3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.blck-nft .box-text .users-imgs .simg2 {
  margin-left: -20px;
}

.blck-nft .box-text .users-imgs .simg3 {
  margin-left: -20px;
}

/* ------------ proc-items ------------ */
.proc-items {
  position: relative;
}

.proc-items:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #e012bf;
  opacity: 0.5;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  pointer-events: none;
}

.proc-items .item .icon {
  font-size: 35px;
  margin-bottom: 30px;
  position: relative;
}

.proc-items .item .icon:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}

.proc-items .item h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* ------------ footer ------------ */
footer {
  overflow: hidden;
  position: relative;
  background-position: bottom;
  padding-top: 0px;
}

footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212020;
  opacity: 0.7;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 120px,
    rgba(255, 255, 255, 0) calc(100% - 120px),
    #212020
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 120px,
    rgba(255, 255, 255, 0) calc(100% - 120px),
    #212020
  );
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 120px, rgba(255, 255, 255, 0) calc(100% - 120px), #212020);
}

footer .container-xxl,
footer .container {
  position: relative;
  z-index: 2;
}

footer .cal-action .text h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
}

footer .cal-action .butn {
  border: 1px solid #fff;
}

footer .cal-action .butn .text {
  font-size: 14px;
  font-weight: 600;
}

footer .cal-action .users-imgs {
  margin-top: 30px;
}

footer .cal-action .users-imgs .simg1,
footer .cal-action .users-imgs .simg2,
footer .cal-action .users-imgs .simg3 {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

footer .cal-action .users-imgs .simg1 img,
footer .cal-action .users-imgs .simg2 img,
footer .cal-action .users-imgs .simg3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

footer .cal-action .users-imgs .simg2 {
  margin-left: -20px;
}

footer .cal-action .users-imgs .simg3 {
  margin-left: -20px;
}

footer .sub-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .md-hide,
  .sticky-bar .left-bar .contact-butn,
  .sticky-bar .right-bar .social-text,
  header.rshp .front,
  .testim-box-shape .back-shape {
    display: none;
  }
  .fixed-search .search-area.search-on .search-form form input {
    width: 200px;
  }
  .fixed-search .search-area.search-on .search-icon {
    left: 200px;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #fff;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .search-area:before {
    display: none;
  }
  .navbar .search-area .search-icon {
    color: #18191d;
    display: none;
  }
  .navbar .search-area .search-form {
    position: relative;
    display: block;
  }
  .navbar .search-area .search-form .form-group {
    width: 100%;
  }
  .navbar .search-area .search-form .close-search {
    display: none;
  }
  .navbar .social {
    display: none;
  }
  .navbar .logo {
    margin-left: 0px;
    width: 50px;
  }
  .nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #18191d !important;
  }
  .navbar .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }
  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  .navbar-nav .dropdown-menu .dropdown-item .dropdown-side {
    position: static;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-top: 15px;
  }
  .navbar-nav .dropdown-menu .dropdown-item .dropdown-side.show {
    display: block;
  }
  .navbar .dropdown-menu .dropdown-item a .icon-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .mega-menu .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    padding: 30px;
  }
  .navbar.light .navbar-toggler .md-revers {
    color: #18191d;
  }
  body.cr-agency .states ul {
    display: block;
    width: 100%;
  }
  body.cr-agency .states ul li {
    width: 100%;
  }
  body.cr-agency .fz-45 {
    font-size: 30px !important;
  }
  body.index-arch {
    padding: 0;
  }
  body.index-arch .nav-scroll .icon-bar,
  body.index-arch .nav-scroll .social a,
  body.index-arch .nav-scroll .search-area .search-icon,
  body.index-arch .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.index-arch .section-padding {
    padding: 100px 0;
  }
  body.index-arch .sec-head .flex {
    display: block;
  }
  body.index-arch .sec-head .flex .s-title {
    margin-top: 20px;
  }
  body.index-arch .sec-head.mb-100 {
    margin-bottom: 80px !important;
  }
  body.index-arch .blog .cont .date {
    min-width: 70px;
  }
  body.index-arch footer .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body.index-arch footer .sub-f .copyrights {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
  }
  body.index-freelancer .testim-modrn2 .author-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 50px;
  }
  body.index-freelancer .testim-modrn2 .cont {
    padding-left: 0;
    text-align: center;
  }
  body.index-freelancer .testim-modrn2 .cont .info {
    display: block;
  }
  body.index-freelancer .testim-modrn2 .cont .info span {
    margin: 5px 0 0;
  }
  body.index-freelancer .testim-modrn2 .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  body.index-freelancer .swiper-container-rtl .swiper-button-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.index-freelancer .swiper-container-rtl .swiper-button-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.index-freelancer footer .sub-f .copyrights {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
  }
  body.index-restaurant .restaurant-home {
    padding-top: 120px;
  }
  body.index-restaurant .menu-book .paltes .img.img3 {
    right: 30px;
  }
  body.index-restaurant .menu-book .paltes .img.img1 {
    bottom: -30px;
  }
  body.index-restaurant .sipm-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  body.index-restaurant .call-action-app .container {
    padding: 80px 40px;
  }
  body.index-restaurant .call-action-app .container .img {
    position: relative;
    margin-top: 50px;
    top: auto;
  }
  body.index-restaurant footer .reservation {
    padding-bottom: 0 !important;
  }
  body.mobile-app .nav-scroll .icon-bar,
  body.mobile-app .nav-scroll .social a,
  body.mobile-app .nav-scroll .search-area .search-icon,
  body.mobile-app .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.mobile-app header .img {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  body.mobile-app header .cont .stauts .item {
    width: 100%;
  }
  body.mobile-app .blck .img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile-app .round-head h6 {
    padding: 15px 30px;
  }
  body.mobile-app footer .copyrights {
    margin: 15px auto 0;
  }
  body.nft-market .nav-scroll .icon-bar,
  body.nft-market .nav-scroll .social a,
  body.nft-market .nav-scroll .search-area .search-icon,
  body.nft-market .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.nft-market .md-no-flex {
    display: block;
  }
  body.nft-market header .cont {
    padding: 80px 0;
  }
  body.nft-market .slide-vertical {
    height: 400px;
  }
  body.nft-market .blck-nft {
    margin-top: 0 !important;
  }
  body.nft-market .blck-nft .img1,
  body.nft-market .blck-nft .img2 {
    margin: auto;
  }
  body.nft-market .cal-action .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .home-freelancer .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .home-freelancer .img {
    margin: 50px auto 0;
  }
  .home-freelancer .img:after,
  .home-freelancer .social {
    display: none;
  }
  .hero-cir .th-cir {
    margin: 0 auto 50px;
  }
  .no-flex.flex {
    display: block;
  }
  .no-flex.flex .s-title {
    margin-top: 10px;
  }
  .home-bus1 .caption h1 {
    font-size: 30px !important;
  }
  header.corporate h5 {
    font-size: 16px !important;
  }
  header .img.half-abs {
    display: none;
  }
  .arch-slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption p {
    padding-left: 0;
    margin-left: auto;
  }
  .slider .parallax-slider .caption p:after {
    display: none;
  }
  .arch-slider .parallax-slider .explore a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    letter-spacing: 2px;
  }
  .arch-slider .parallax-slider .explore {
    margin: 50px 0 0;
  }
  .clients-carsouel .item .cont-flex {
    display: none;
  }
  .round-head h2,
  .round-head h3,
  footer .cal h4 {
    font-size: 28px !important;
  }
  .simple-head h2 {
    font-size: 30px !important;
  }
  .services .item,
  .numbers .bloc,
  .blog-grid .item,
  .hero .main-text,
  .skills .content,
  .features-process .item,
  .blog .side-img,
  .footer-half .left-half,
  .intro-img-shape,
  .numbers .item,
  footer .clumn {
    margin-bottom: 50px;
  }
  .feat-exp .feat-item-img,
  .feat-exp .container-fluid,
  .portfolio .filtering {
    margin-top: 50px !important;
  }
  footer .copyrights {
    margin-top: 15px;
  }
  .services,
  .blog-grid,
  .features-process,
  .blog {
    padding-bottom: 70px;
  }
  .numbers .container {
    padding-bottom: 10px;
  }
  .feat-exp {
    padding-bottom: 0 !important;
  }
  .footer-half .left-half {
    padding-right: 0;
  }
  .footer-half {
    padding-bottom: 50px !important;
  }
  .process-img .out-box,
  .portfolio .filtering {
    margin-right: auto;
  }
  .portfolio .wild-padding {
    padding: 0 !important;
  }
  .hero .quote {
    margin-left: 0;
    margin-top: -50px;
  }
  .hero-cr .img-exp {
    padding-left: 0;
    display: block;
    margin-bottom: 80px;
    margin-top: 70px;
  }
  .hero-cr .img-exp .img {
    width: 100%;
    height: 300px;
    margin: auto;
  }
  .hero-cr .img-exp .rotate-exp {
    -webkit-transform: rotate(0) translateX(-50%) translateY(-100%);
    -ms-transform: rotate(0) translateX(-50%) translateY(-100%);
    transform: rotate(0) translateX(-50%) translateY(-100%);
    left: 50%;
    bottom: auto;
    top: -50px;
  }
  .testimonials.corp .box-testim {
    left: auto;
  }
  .testimonials .content {
    padding: 30px 50px 80px 50px;
  }
  .testimonials .swiper-img .item {
    height: auto;
  }
  .testimonials .controls {
    top: calc(100% - 50px);
  }
  .testim-box-shape:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252739;
    opacity: 0.7;
  }
  .testim-box-shape .testim-crve {
    position: relative;
    z-index: 4;
  }
  .testim-box-shape .item {
    padding: 80px 50px;
  }
  .testim-box-shape .item .qoute-icon {
    color: #fff;
    background: none;
    -webkit-text-fill-color: inherit;
  }
  .testim-box-shape .item p {
    color: #d4d4d4;
  }
  .testim-box-shape .item .info {
    color: #fff;
  }
  .testim-box-shape .item .img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec-half:after {
    width: 100%;
  }
  .round-head .flex,
  .blog-grid .valign {
    display: block !important;
  }
  .round-head h6,
  .blog-grid .s-title {
    padding: 0;
    margin-top: 15px;
  }
  .work-carsouel .work-crsol {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .work-carsouel.crv .swiper-slide {
    width: 100% !important;
  }
  .work-carsouel.crv {
    overflow: hidden !important;
  }
  .simg-testim .img5,
  .simg-testim .img2,
  .hero-cr #circle,
  .footer-half:after {
    display: none;
  }
  .clasic-action h2 {
    font-size: 30px;
  }
  .clasic-action .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 30px;
  }
  footer .call-action-banner {
    padding: 40px 30px;
  }
  footer .call-action-banner .call-button {
    display: block !important;
    margin-top: 30px;
  }
  footer .cal .justify-content-end,
  footer .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .main-footer .container.pb-80 {
    padding-bottom: 30px !important;
  }
}






.hover-buttons .btn {
  padding: 0.313em 0.938em;
  font-size: 0.875em;
}
.btn-hover {
  background: #e50914!important;
  border: 0.063em solid #e50914!important;
  color: var(--iq-white);
  transition: color 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0.063em) translateZ(0);
  transform: perspective(0.063em) translateZ(0);
  box-shadow: 0 0 0.063em rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 0px !important;
  font-size: 1em;
  line-height: 1.5;
}
.block-images .hover-buttons {
  margin-top: 0.313em;
}

.block-description {
  position: absolute;
  left: 0;
  top: 0;margin-bottom: 6px;
border-radius: 14px;
  bottom: 0;
  z-index: 999;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
  display: flex;
  justify-content: end;
  flex-direction: column;}


/*--------------------HEDER SUB--------------------*/
header.style-one li .search-box input[type="search"] {
  border: none;
  background: var(--iq-bg1);
}
header.style-one li .search-box .search-submit {
  right: auto;
  left: 0;
  background: transparent;
}
header#main-header {
  position: fixed;
  left: 0em;
  right: 0em;
  text-align: center;
  z-index: 999;
  background: rgba(20, 20, 20, 0.5) !important;
  -webkit-backdrop-filter: blur(0.625em);
  backdrop-filter: blur(0.625em);
}
.navbar ul li:hover>.sub-menu {
  display: block !important;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.navbar ul li:hover .sub-menu {
  display: block;
  padding: 0.938em 0;
  background: var(--iq-body-bg);
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  display: inline-block;
  min-width: 16em;
  -webkit-box-shadow: 0em 0.063em 1.875em 0em rgb(36 38 43 / 10%);
  -moz-box-shadow: 0em 0.063em 1.875em 0em rgba(36, 38, 43, 0.10);
  box-shadow: 0em 0.063em 1.875em 0em rgb(36 38 43 / 10%);
}
.navbar ul li .sub-menu li>.sub-menu {
  display: none;
}
.navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu,
.navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu {
  left: auto;
  right: 100%;
  top: -0.938em;
}
.navbar ul li:last-child {
  margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a,
.navbar ul.navbar-nav>li.menu-item:hover>i {
  color: var(--iq-primary);
}
.navbar ul.navbar-nav>li.menu-item>a {
  text-transform: uppercase;
}
.navbar ul.navbar-nav>li:hover>a {
  font-weight: 700;
}
.navbar ul li.menu-item a {
  font-size: 1em;
  font-weight: 400;
  position: relative;
  padding: 0em 0em 0em 0.625em;
  line-height: 4.375em;
  position: relative;
  z-index: 9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.navbar ul li .sub-menu {
  display: none;
}
.navbar ul li .sub-menu li {
  margin-right: 0;
  padding: 0 0.938em;
}
.navbar ul.sub-menu li {
  display: block;
  text-align: left;
}
.navbar ul li {
  list-style: none;
  margin-right: 1.125em;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
}
.menu-sticky .navbar ul li .sub-menu>li a {
  line-height: 1em;
}
.navbar ul li .sub-menu li.active a {
    color:var(--iq-primary);
} 
.navbar ul li .sub-menu li>a {
  font-size: 0.875em;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  line-height: 1em;
  padding: 0.938em;
  color: var(--iq-body-text);
  position: relative;
  overflow: hidden;
}
.navbar ul li.menu-item a {
  font-size: 1em;
  font-weight: 400;
  position: relative;
  padding: 0em 0em 0em 0.625em;
  line-height: 4.375em;
  position: relative;
  z-index: 9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.navbar ul li .sub-menu li>a::before {
  position: absolute;
  content: "";
  background: var(--iq-primary);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.25em;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.5s ease-in-out;
}
header .navbar ul li i {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125em;
    color: var(--iq-light-gray);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
}
.navbar ul li .sub-menu li>a::after {
  position: absolute;
  content: "";
  background: transparent linear-gradient( 270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
}

  @media (max-width: 991px)
  {

    .navbar-collapse {
  background: #191919 !important;
}
.mobile-more-menu .iq-user-dropdown img {
  width: 3.5em;
}}

@media screen and (max-width: 767px) {



  .feat-card .item-card .img .fav {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 5px 5px 4px;
  border-radius: 5px;
  font-size: 12px;
}


  .ce1 {
    background-color: #07641b;
    border-radius: 50%;
    width: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    background: #ffcb00;
  }
  .ce2 {
    background-color: #fbaf1f;
    border-radius: 50%;
    width: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    background: #ffcb00;
  }
  .ce3 {
    background-color: #b11723;
    border-radius: 50%;
    width: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    background: #ffcb00;
  }

  .bgld {
    background-color: #010ade;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 8px;
  }

  .bg3d {
    background-color: #ffffff;
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 5px 5px 0px 5px;
    margin-left: 5px;
    color: #010ade;
  }

  .bgl {
    font-size: 8px;

  }
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-hide {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  body.index-arch .testim-modrn2 .author-img {
    display: none;
  }
  body.index-arch .testim-modrn2 .cont {
    padding-left: 0;
  }
  body.index-arch footer .sub-f .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  body.index-freelancer footer .sub-f .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  body.mobile-app header .cont .stauts {
    display: block;
  }
  body.mobile-app header .cont .stauts .item {
    margin-top: 15px;
  }
  body.nft-market .tab-links .flex {
    display: block;
  }
  body.nft-market .tab-links .item-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  body.nft-market .tab-links .item-link span {
    margin-right: 0 !important;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .navbar .logo {
    width: 180px !important;
  }
  .fw-700 {
    font-weight: 600 !important;
  }
  .fz-45 {
    font-size: 30px !important;
  }
  .fixed-search .search-area .search-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 5px;
  }
  .fixed-search .search-area {
    left: 15px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 35px;
  }
  .slider .social-icon,
  .slider .swiper-pagination-fraction.top.botm {
    display: none;
  }
  .slider .setone.setwo .prev-ctrl,
  .slider .setone.setwo .next-ctrl {
    top: auto;
    bottom: 80px;
  }
  header.corporate .cluom .info {
    padding: 20px;
  }
  .home-bus1 .caption {
    text-align: center;
  }
  .home-bus1 .play-button .vid {
    margin-top: 50px;
  }
  .pg-header-bus .caption h1,
  .pg-header-sipm .caption h1 {
    font-size: 35px !important;
  }
  .simple-head h4 {
    font-size: 30px;
  }
  .intro-out-box .img .svg-color {
    width: 100%;
    height: 100%;
    top: 50px;
  }
  .hero-cr .img-exp .img {
    height: 200px;
  }
  .hero-cr .img-exp .img:after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
  .corporate .caption {
    margin-bottom: 250px;
  }
  .corporate .caption h1 {
    font-weight: 700 !important;
    font-size: 40px !important;
  }
  .feat-exp .lg-text {
    font-size: 80px;
  }
  .feat-exp .exp {
    margin-left: 0 !important;
  }
  .services .item-box {
    display: block;
    padding: 40px 20px;
  }
  .services .item-box .icon-bord-shad {
    margin-bottom: 30px;
  }
  .services .item-box .cont {
    margin-left: 0 !important;
  }
  .hero-cr .img-exp .rotate-exp h6 {
    white-space: nowrap;
  }
  h6.mb-20 {
    margin-bottom: 10px !important;
  }
  .portfolio .filtering .filter {
    padding: 5px;
  }
  .portfolio .filtering span {
    margin: 5px 10px;
  }
  .testimonials.corp .bg-img .play-button {
    bottom: 10px;
    right: auto;
    left: 10px;
  }
  .testim-simp-crus .item {
    padding: 0;
  }
  .testim-simp-crus .item h5 {
    font-size: 20px !important;
  }
  .simg-testim {
    display: none;
  }
  .testim-box-shape .item {
    padding: 60px 40px;
  }
  .line-head h6 {
    padding: 0 10px;
  }
  .contact-crv .box-shadow {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 480px) {
  .hero-cir .th-cir {
    width: auto;
    height: auto;
  }
  .hero-cir .th-cir:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-cir .th-cir .cir-1,
  .hero-cir .th-cir .cir-2,
  .hero-cir .th-cir .cir-3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
  .crv-status {
    width: auto;
    height: auto;
  }
  .crv-status:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .crv-status .st-one,
  .crv-status .st-two,
  .crv-status .st-three {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
}

/* ====================== [ End Responsive ] ====================== */
.navbar .logo {
  width: 250px;
}

.navbar .logo img {
  width: 100%;
}

.reles {
  text-align: left;
}

.image {
  position: relative;
  width: 100%;
}

.image__img {
  display: block;
  width: 100%;
}

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}

.image__overlay--blur {
  backdrop-filter: blur(5px);
}

.image__overlay--primary {
  background-image: linear-gradient(to bottom, #000000b3, #000c);
}

.image__overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image__overlay:hover {
  opacity: 1;
}

.image__overlay:hover > * {
  transform: translateY(0);
}

.image__title {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em;
}

.mr-auto {
  margin-right: auto;
}

.blu {
  color: #1a1be0;
}

.bok {
  border: 1px solid aliceblue;
  padding: 10px;
  border-radius: 7px;
  font-size: 12px;
}

.disbk {
  display: none !important;
}

.pad150 {
  padding: 150px 15px 40px 15px;
}
.te {
  font-weight: 100;
  color: #e10018;
  font-size: 23px;
  padding-top: 10px;
}

.stub::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #212020;
  border-left: 20px solid #3030e200;
  width: 0;
}

.stub::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 20px solid #212020;
  border-left: 20px solid #3030e200;
  width: 0;
}

.check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #212020;
  border-right: 20px solid #fff;
  width: 0;
}

.check::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 20px solid #212020;
  border-right: 20px solid #fff;
  width: 0;
}

.title {
  font-size: 10px;
  color: black;
  text-transform: uppercase;
}

.check .info section::before {
  content: "";
  background: #b11d23;
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 5px;
}

.check .info section {
  margin-right: 40px;
  color: black;
}

.check .info {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  margin-top: 20px;
  width: 100%;
}

.tibtn {
  border: 1px solid #110c3e;
  font-size: 12px;
  color: black !important;
  background-color: rgb(255,255,255);
  padding: 3px 11px;
  border-radius: 6px;
  border: navajowhite;
  margin-right: 10px;
  margin-bottom: 7px;
}
.linht {
  line-height: -37px;
}
.scnb {
  text-transform: uppercase;
  font-size: 9px;

  padding-bottom: 1px;
}

.spck {
  text-transform: uppercase;
  font-size: 7px;
}

.facbg {
  background-color: #1b74e4 !important;
}
.gool {
  background-color: #ff003c !important;
  margin-right: 0px !important;
  margin-left: 15px !important;
}

.contbtn {
  height: 55px;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 4;
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(174, 1, 94, 1) 1%,
    rgba(222, 12, 100, 1) 16%,
    rgba(235, 18, 89, 1) 30%,
    rgba(239, 82, 69, 1) 67%,
    rgba(244, 121, 45, 1) 83%,
    rgba(254, 187, 23, 1) 100%
  );
  border: none;
  padding: 0 50px;
}

.logpop {
  background: url("../images/1ci.jpg");
  background-size: cover;
  border-radius: 3px;
}

.font-50 {
  font-size: 50px !important;
}
.movehed {
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 13px;
}
.moviebg {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding-top: 60px;
}

.foonam {
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.manhe {
  overflow-y: scroll;
  height: 400px;
  overflow-x: hidden;
}

.prebok {
  padding-top: 20px;
  padding-bottom: 10px;
}

.movde {
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.pad50 {
padding: 80px 15px 50px 15px;
}

.disno1 {
  display: none;
}
.disbk1 {
  display: block;
}
.pr {
  font-size: 30px;
  color: #febb17;
  font-weight: 600;
}
.bt {
  background-color: white;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 4px;color: #b5161f;
}

.setbtn {
  font-weight: 600;
  border: dashed 1px #fcab1c !important;
  padding: 10px;
  border-radius: 5px;
}

.setce {
  text-align: center;
}

.setname {
  font-size: 21px;
}
.fodpg {
  margin-top: 10px;
}

.fodhed {
  background: #000;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.fodtim {
  text-align: end;
  margin-top: 13px;
}

.ticket {
  /* display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
*/
  margin: 20px auto;
}
.stub,
.check {
  box-sizing: border-box;
}

.stub {
  background: #3030e2;
  height: 250px;
  width: 250px;
  color: white;
  float: left;
  padding: 20px;
  position: relative;

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #212020;
    border-left: 20px solid #3030e200;
    width: 0;
  }
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #212020;
    border-left: 20px solid #3030e200;
    width: 0;
  }

  .top {
    display: flex;
    align-items: center;
    height: 40px;
    text-transform: uppercase;

    .line {
      display: block;
      background: #fff;
      height: 40px;
      width: 3px;
      margin: 0 20px;
    }
    .num {
      font-size: 10px;
      span {
        color: #000;
      }
    }
  }
  .number {
    position: absolute;
    left: 40px;
    font-size: 150px;
  }
  .invite {
    position: absolute;
    left: 150px;
    bottom: 45px;
    color: #000;
    width: 20%;

    &:before {
      content: "";
      background: #fff;
      display: block;
      width: 40px;
      height: 3px;
      margin-bottom: 5px;
    }
  }
}

.check {
  background: #fff;
  height: 250px;
  width: 450px;
  padding: 40px;
  float: left;
  position: relative;

  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid #212020;
    border-right: 20px solid #fff;
    width: 0;
  }
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 20px solid #212020;
    border-right: 20px solid #fff;
    width: 0;
  }

  .big {
    font-size: 18px !important;
    font-weight: 900;
    line-height: 0.8em;
  }
  .number {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #3030e2;
    font-size: 40px;
  }
  .info {
    display: flex;
    justify-content: flex-start;

    font-size: 12px;
    margin-top: 20px;
    width: 100%;

    section {
      margin-right: 50px;
      &:before {
        content: "";
        background: #3030e2;
        display: block;
        width: 40px;
        height: 3px;
        margin-bottom: 5px;
      }
      .title {
        font-size: 10px;
        text-transform: uppercase;
      }
    }
  }
}

.sub1 {
  background: linear-gradient(109deg,rgb(87, 25, 26) 0%,rgb(195, 31, 37) 43%);
  height: 250px;
  width: 250px;
  color: white;
  padding: 20px;
  position: relative;
}

.succtic {
  font-weight: 800;
  font-size: 55px;
}
.suched {
  font-size: 35px;
  color: black;
  font-weight: 900;
  line-height: 0.8em;
}
.succset {
  font-size: 13px;
  color: #282828;
}

.suche {
  width: 100%;
  display: block;
  font-weight: 800;
  font-size: 56px;
  padding-top: 30px;
}
.susub {
  font-size: 21px;
  padding-bottom: 10px;
  color: #c50661;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #dd0c63;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #dd0c63;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset {
  max-width: 65em;
}

.pad9 {
  padding-left: 9px;
  margin-bottom: 15px;
  padding-right: 9px;
}

@media only screen and (max-width: 768px) {
  .pad9 {
    padding-left: 9px;
    margin-bottom: 5px;
    padding-right: 9px;
  }

  .xsnopad {
    padding: 5px !important;
  }
  .xsnopad10 {
    padding: 10px !important;
  }
  .stub {
    width: 100%;
    height: auto;
  }
  .suche {
    width: 100%;
    display: block;
    font-weight: 800;
    font-size: 30px;
    padding-top: 30px;
  }
  .susub {
    font-size: 15px;
    padding-bottom: 10px;
    color: #c50661;
  }
  .stub::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 20px solid #212020;
    border-right: 20px solid #ef565800;
    width: 0;
    border-top: none;
    border-left: none;
  }

  .check::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    border-right: none;
    left: auto;
    border-top: 20px solid #212020;
    border-left: 20px solid #fff;
    width: 0;
  }
  .suched {
    font-size: 15px;
    font-weight: 900;
    line-height: 0.8em;
  }
  .check .info section {
    margin-right: 11px;
  }
  .check {
    width: 100% !important;
    padding: 40px 20px;
  }
  .succset {
    font-size: 10px;
    color: #282828;
  }
  .succtic {
    font-weight: 800;
    font-size: 40px;
  }

  .te {
    font-weight: 100;
    color: #e10018;
    font-size: 17px;
    padding-top: 10px;
  }

  .pad150 {
    padding: 100px 15px 0px 15px;
  }
  .bok {
    border: none;
    padding: 7px 5px;
    border-radius: 7px;
    font-size: 8px;
  }

  .xspad0 {
    padding: 0px !important;
  }

  .xspad {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .disnon {
    display: none !important;
  }
  .disbk {
    display: block !important;
  }
  .font11 {
    font-size: 10px !important;
  }

  .sec-head-bord {
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mar15 {
    margin-bottom: 15px !important;
  }

  .tibtn {
    font-size: 12px;
    color: black;

    padding: 9px 10px;
    border-radius: 6px;
    border: navajowhite;
    margin-right: 10px;
    margin-bottom: 7px;
  }

  footer {
    padding-top: 0px !important;
  }

  .section-padding {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .smfont20 {
    font-size: 20px !important;
  }

  .tibtn {
    font-size: 11px !important;
    padding: 2px 6px !important;
    margin-right: 5px !important;
    border: 1px solid #110c3e;
  }
}

/* ================== Badge Overlay CSS ========================*/
.badge-overlay {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease;
}

/* ================== Badge CSS ========================*/
/*.badge {
  margin: 0;
  padding: 0;
  color: white;
  padding: 10px 10px;
  font-size: 15px;

  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
}

.badge::before,
.badge::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

.badge::before {
  right: 100%;
}

.badge::after {
  left: 100%;
}*/

/* ================== Badge Position CSS ========================*/

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
  transform: translateX(30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* ================== Badge color CSS ========================*/
.badge.redz {
  background: #ed1b42;
  padding: 8px 0px;
  font-size: 9px;
  border-radius: 0 !important;
  color: #fff !important;
}

.badge.orange {
  background: #edb91b;
  padding: 8px 0px;
  font-size: 9px;
  border-radius: 0 !important;
  color: #292929 !important;
}
.btbgl{
  background-image: radial-gradient(
                    circle at 100% 100%,
                    transparent 2px,
                    #a0f 2px,
                    #a0f 4px,
                    transparent 4px
                  ),
                  linear-gradient(to right, #a0f, #0091ea),
                  radial-gradient(
                    circle at 0% 100%,
                    transparent 2px,
                    #0091ea 2px,
                    #0091ea 4px,
                    transparent 4px
                  ),
                  linear-gradient(to bottom, #0091ea, #2726de),
                  radial-gradient(
                    circle at 0% 0%,
                    transparent 2px,
                    #1604d9 2px,
                    #3222dd 4px,
                    transparent 4px
                  ),
                  linear-gradient(to left, #3222dd, #9b38cf),
                  radial-gradient(
                    circle at 100% 0%,
                    transparent 2px,
                    #9854d7 2px,
                    #7b1ccd 4px,
                    transparent 4px
                  ),
                  linear-gradient(to top, #a423c6, #a0f);
                background-position: top left, top center, top right,
                  center right, bottom right, bottom center, bottom left,
                  center left;
                background-size: 4px 4px, calc(100% - (2 * 4px)) 2px, 4px 4px,
                  2px calc(100% - (2 * 4px));
                background-repeat: no-repeat;
                padding-bottom: 10px;
                padding-top: 10px;
                margin-top: 15px;
}
.lxs{padding: 10px 6px !important;
  font-size: 10px!important;}

.navbar-toggler {color: #fff!important;}
.combg{background-color: #1a1a1a;
padding-top: 40px;
padding-bottom: 40px;}
.img{background-color: #1a1a1a;}

@media (max-width: 767px) {

.xsfont10 {font-size: 10px!important;}
  .pad50 {
  padding: 30px 15px 50px 15px !important;
}

  .hover-buttons .btn {
  padding: 2px 6px;
  font-size: 10px;
}

.sec-head-bord h4 {
  font-size: 20px !important;
}

  .setname {
    font-size: 14px !important;
  }
  .dishim{display: none !important;}
  .badge.redz {
    padding: 4px 0px;
    font-size: 6px;
  }
  .badge.orange {
    padding: 4px 0px;
    font-size: 6px;
  }
}

.forpasw {
  font-size: 14px !important;
  padding-top: 10px !important;
}
.reg {
  color: #ff9ea7  !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
}
.facbut {
  width: 100% !important;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px!important;
}
.gobut {
  width: 100% !important;
  border-radius: 5px;
  margin-top: 4px;
  font-size: 14px!important;
  margin-bottom: 10px;
  background-color: #ea002c !important;
  border: #ea002c!important;
}

