:root {
  --bg-color: #100f0f;
  --theme-color: #1e1d1e;
  --main-color: #6b9071;
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999;
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.navbar .logo {
  width: 90px;
}
.navbar .navbar-nav {
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left: 50px;
}
.navbar .navbar-nav .nav-link {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .topnav .butn {
  padding: 10px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* --------------- header --------------- */
.header-cst {
  padding: 160px 0 120px;
  background: var(--theme-color);
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 4;
}
.header-cst .title {
  margin: 15px 0;
}
.header-cst .title .bract {
  font-size: 14px;
  margin-bottom: 15px;
}
.header-cst .title .bract span {
  padding: 0 10px;
}
.header-cst .title h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-cst .fit-img {
  height: 160px;
  width: 100%;
  border-radius: 100px;
}
.header-cst .img-out {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 100px 100px 0;
}
.header-cst .img-out .vid-butn .vid {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-cst .img-out .vid-butn .vid:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 992px) {
  .header-cst .img-out {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    border-radius: 100px;
  }
  .header-cst .ml-40 {
    margin-left: 0 !important;
  }
  .header-cst .text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-cst .title h1 {
    font-size: 60px;
  }
  .header-cst .img-out {
    height: 120px;
  }
  .header-cst .img-out .vid-butn .vid {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}

/* --------------- Intro --------------- */
.marquee {
  background-image: url(../imgs/smoke-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0 0 30px 30px;
  margin-top: -100px;
  overflow: hidden;
}
.marquee .item {
  padding: 105px 80px 0 !important;
}
.marquee .item:nth-of-type(even) h2 span {
  color: transparent !important;
  -webkit-text-stroke: 0.2px #fff;
}
.marquee .item h2 {
  font-size: 100px;
  font-weight: 600;
}

.numbers .item h2 {
  font-size: 60px;
}

.numbers .item span {
  font-size: 18px;
  line-height: 1.4;
  margin-left: 30px;
}

.numbers .item.bords {
  position: relative;
}
.numbers .item.bords:after,
.numbers .item.bords:before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -50px;
  border-left: 1px solid #999;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.numbers .item.bords:after {
  left: auto;
  right: 50px;
}

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 50px;
  padding: 30px 40px;
  background: #181616;
  border-radius: 15px;
}
.work-card .card-item .img {
  position: relative;
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
}
.work-card .card-item .tags a {
  color: #ccc;
  font-size: 14px;
  padding: 10px 20px 8px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .work-card .butn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .work-card h3 {
    font-size: 30px;
  }
  .work-card .card-item {
    padding: 30px 15px;
  }
  .work-card .card-item .img {
    height: 350px !important;
  }
}

/* --------------- Services --------------- */
.services-cst {
  position: relative;
  z-index: 3;
}
.services-cst .item {
  padding: 25px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.services-cst .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-cst .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--main-color);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}
.services-cst .item > div {
  width: 100%;
}
.services-cst .item h2 {
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
}
.services-cst .item .icon img {
  width: 30px;
}
.services-cst .item.active {
  color: #1e1d1e;
}
.services-cst .item.active:after {
  height: 100%;
}
.services-cst .item.active .invert img {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}
.services-cst .item.active p {
  color: #4d4949;
}

.numbers-dm .item h2 {
  font-size: 120px;
  font-weight: 200;
}
.numbers-dm .item h2 span {
  font-size: 50px;
}

.numbers-dm .item h6 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .services-cst .item p {
    margin-top: 20px;
  }
  .services-cst .item .ml-auto {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}

/* --------------- Clients --------------- */
.header-cst .brands .item .img {
  max-height: 80px;
  text-align: center;
  margin: auto;
}
.header-cst .brands .item .img img {
  width: auto;
}

/* --------------- Testimonials --------------- */
.testimonials-cst .img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 15%;
  border-radius: 15px;
}

.testimonials-cst .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 40px;
  opacity: 0.2;
}
.testimonials-cst .qoute-icon img {
  width: 100px;
}

.testimonials-cst .testim-box {
  padding: 40px 60px;
  background: #d9d9d9;
  border-radius: 15px;
  position: relative;
  z-index: 4;
}

.testimonials-cst .item h5 {
  font-weight: 400;
  line-height: 1.3;
}

.testimonials-cst .item .rate {
  font-size: 14px;
}

.testimonials-cst .swiper {
  padding-bottom: 55px;
}

.testimonials-cst .controls {
  background-image: url(../imgs/smoke-bg.jpg);
  background-size: cover;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  position: relative;
}
.testimonials-cst .controls .swiper-button-next:after,
.testimonials-cst .controls .swiper-button-prev:after {
  display: none;
}
.testimonials-cst .controls .swiper-button-next .icon img,
.testimonials-cst .controls .swiper-button-prev .icon img {
  width: 50px;
}
.testimonials-cst .controls .swiper-button-next {
  right: 30px;
}
.testimonials-cst .controls .swiper-button-prev {
  left: 30px;
}

@media screen and (max-width: 992px) {
  .testimonials-cst .img-main {
    display: none;
  }
  .testimonials-cst .qoute-icon {
    margin-bottom: 30px;
  }
  .testimonials-cst .controls {
    margin-top: 30px;
  }
  .numbers .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .numbers .item.bords {
    margin: 0 0 40px;
  }
  .numbers .item.bords:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .testimonials-cst .fz-70 {
    font-size: 45px !important;
    text-wrap: pretty;
  }
  .testimonials-cst .sec-head {
    position: relative;
    z-index: 15;
    margin-bottom: 50px !important;
  }
  .testimonials-cst .testim-box {
    padding: 30px;
  }
  .testimonials-cst .testim-box .qoute-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .testimonials-cst .controls {
    margin-top: 30px;
  }
  .numbers .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .numbers .item.bords {
    margin: 40px 0;
  }
  .numbers .item.bords:after,
  .numbers .item.bords:before {
    display: none;
  }
}

/* --------------- Awards --------------- */
.awards .main-marq {
  overflow: hidden;
}
.awards .main-marq .item h2 {
  font-size: 10vw;
  white-space: nowrap;
}
.awards .main-marq .box:first-of-type .item:nth-of-type(even) h2 {
  font-weight: 300;
}
.awards .main-marq .box:last-of-type .item:nth-of-type(odd) h2 {
  font-weight: 300;
}

.awards .awards-content .awards-list .award-row {
  padding: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.awards .awards-content .awards-list .award-row:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.awards .awards-content .awards-list .award-row:hover {
  background-color: var(--main-color);
  color: #0d0d0d;
}
.awards .awards-content .awards-list .award-row:hover p {
  color: #444;
}
.awards .awards-content .awards-list .award-row p {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .awards .awards-content .awards-list .award-row {
    background-color: #fff1;
    margin-bottom: 30px;
  }
}

/* --------------- Blogs --------------- */
.blog-cst .item .img {
  height: 400px;
  border-radius: 15px;
}

.blog-cst .item .cont h5 {
  font-weight: 400;
  text-wrap: pretty;
  margin-bottom: 10px;
}

.blog-cst .item .cont span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .blog-cst .sec-head h2 {
    margin-bottom: 30px;
  }
  .blog-cst .item {
    margin-top: 50px;
  }
  .blog-cst .item .img {
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
  }
}

/* --------------- footer --------------- */
footer {
  padding: 140px 0 80px;
  background: var(--bg-color);
  border-radius: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: calc(100% - 60px);
}
footer h2 {
  font-size: 10vw;
  text-transform: uppercase;
}
footer .float_txt {
  font-size: 130px;
  font-weight: 200;
  color: var(--main-color);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
  margin-top: -50px;
  font-family: "Sacramento", cursive;
}
footer .social-icons {
  margin-top: 50px;
}
footer .social-icons a {
  width: 45px;
  height: 45px;
  border: 1px solid #999;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-size: 14px;
}
footer .social-icons a:hover {
  background-color: var(--main-color);
  color: #222;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: var(--theme-color);
}

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

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #a4a4a4;
  margin: 0;
}

.sub-bg {
  background: var(--bg-color);
}

.light-bg {
  background: #fff;
  color: #0e0f11;
}
.light-bg .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.light-bg .butn.butn-bord img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.light-bg .butn.butn-bord:hover {
  background: var(--main-color);
  color: #212121;
}

.main-color {
  color: var(--main-color);
}

.sub-head {
  font-size: 20px;
}

.title-font {
  font-family: "Six Caps", sans-serif;
  letter-spacing: normal;
}

.sec-sm-head .bract {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.sec-sm-head .bract span {
  padding: 0 10px;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sec-head .sub-head:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.sec-head h2 {
  font-size: 64px;
  line-height: 1.2;
}

.gray-box {
  background: #e1e1e1;
  border-radius: 30px;
  color: #0e0f11;
}
.gray-box .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.gray-box .butn.butn-bord img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.gray-box .butn.butn-bord:hover {
  background: var(--main-color);
  color: #212121;
}
.gray-box p {
  color: #4d4949;
}
.gray-box .sec-head .sub-head:after {
  background: #111;
}

.text-indent {
  text-indent: 20%;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.crv-butn span {
  background: var(--main-color);
  color: #0e0f11;
}

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative;
}
.crv-butn .text:after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--main-color);
  position: absolute;
  top: 5px;
  right: -15px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.crv-butn .icon img {
  width: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px;
}

.crv-butn:hover .icon {
  margin-left: 5px;
}
.crv-butn:hover .icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .team-cst .thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding-top: 80px;
  }
  .team-cst .panel {
    display: block;
    padding: 0 15px !important;
  }
  .team-cst .panel .item {
    width: 100%;
    margin-top: 50px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media screen and (max-width: 768px) {
  .work-card .card-item .img {
    height: 500px;
  }
  .work-card .card-item h5 {
    font-size: 80px;
  }
  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .services-cst .item .title .list {
    display: none;
  }
  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .services-cst .item .icon img {
    width: 25px;
  }
  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }
  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }
}
