* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #20262e;
  color: #f4f4f4;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Joyride STD", sans-serif;
}

h1 {
  font-weight: 900;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.br-24 {
  border-radius: 24px;
}
/* .bg-top-dark {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0) 50%
    );
} */
.bg-dark {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 40%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) 10%);
}
.bg-dark-2 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-blue {
  background: linear-gradient(
    180deg,
    rgba(12, 12, 12, 1) 0%,
    rgba(75, 75, 183, 0.65849) 43.23%,
    rgba(21, 21, 21, 0) 100%
  );
}

.bg-con {
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(129, 135, 150, 1) 17%,
    rgba(32, 38, 46, 1) 40%
  );
}

.btn-deafault {
  padding: 14px 28px;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  font-family: "Joyride STD", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.35s ease;
}
.btn-deafault.btn1 {
  color: #f4f4f4;
  background: #151515;
}
.btn-deafault.btn1:hover {
  color: #f4f4f4;
  background: #6262dd;
}
.btn-deafault.btn2 {
  color: #000000;
  background: #f4f4f4;
}
.btn-deafault.btn2:hover {
  color: #f4f4f4;
  background: #6262dd;
}
.btn-deafault.btn-t {
  background: transparent;
  color: #f4f4f4;
  border: 2px solid #f4f4f4;
}
.btn-deafault.btn-t:hover {
  background: #f4f4f4;
  color: #151515;
}
.btn-deafault.btn-d {
  color: #f4f4f4;
  background: #6262dd;
}
.btn-deafault.btn-d:hover {
  color: #151515;
  background: #f4f4f4;
}

.navbar {
  background-color: #151515 !important;
  /* background: linear-gradient(
    180deg,
    rgba(12, 12, 12, 1) 0%,
    rgba(75, 75, 183, 0.65849) 50%,
    rgba(12, 12, 12, 1) 100%
  ); */
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.navbar-nav .nav-item {
  position: relative;
  margin: 0 10px;
}

.navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-family: "Switzer", sans-serif;
  font-size: 18px;
}

.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f4f4f4;
  transition: width 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::after,
.navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}

.hero-section {
  position: relative;
  /* height: 90vh; */
  margin-top: 94px;
}
.hero-section .video-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.hero-section .video-container .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section .video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.5) 100%
  );
}
.hero-section .video-container .content {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
}

.hero-section .video-container .content h1 {
  font-size: 72px;
  color: #f4f4f4;
  font-family: "Joyride STD", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.1;
}

.clients-section {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /* background: radial-gradient(circle, rgba(40,21,68,1) 0%, rgba(23,13,45,1) 100%); */
  background: linear-gradient(
    180deg,
    #20262e 0%,
    rgba(12, 12, 12, 0.65849) 50%,
    #20262e 100%
  );
}

.clients-logos {
  display: inline-block;
  animation: 40s scroll infinite linear;
}

.clients-section:hover .clients-logos {
  animation-play-state: paused;
}

.clients-logos img {
  width: 150px;
  margin-right: 50px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.dialogue {
  font-size: 48px;
  color: #ffffff;
  font-family: "Joyride STD", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1.1;
  animation: glow 1.5s infinite;
  animation-direction: alternate;
}

@keyframes glow {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #614ad3;
  }
  to {
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #614ad3;
  }
}

.arrow-btn {
  display: flex;
  gap: 15px;
  font-family: "Joyride STD", sans-serif;
  font-weight: 900;
  text-decoration: none;
  color: #f4f4f4;
  align-items: center;
  transition: transform 0.3s ease;
}

.arrow-btn:hover {
  color: #f4f4f4;
}
.arrow-btn:hover svg {
  margin-left: 10px;
}

.last-content h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  font-family: "Joyride STD", sans-serif;
}

.last-content h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 900;
  font-family: "Joyride STD", sans-serif;
  -webkit-text-stroke: 2px #f4f4f4;
  -webkit-text-fill-color: transparent;
}

.last-content p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

/** footer **/

.main-footer a,
.main-footer a:hover,
.main-footer a:focus,
.main-footer a:active {
  text-decoration: none;
  outline: none;
}
.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer {
  position: relative;
  /* background: #f4f4f4; */
  background: #e9ecef;
  color: #151515;
}

.footer-content {
  position: relative;
  padding: 85px 0px 15px 0px;
}
.footer-content .logo-widget {
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li {
  position: relative;
  display: flex;
  gap: 9px;
}
.footer-content .logo-widget .footer-social li:last-child {
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a {
  position: relative;
  padding: 20px;
  background: #151515;
  color: #c6c7ce;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.footer-content .logo-widget .footer-social li a:hover {
  color: #ffffff;
  background: #6262dd;
}
.footer-content .logo-widget .logo-box {
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p {
  color: #151515;
  margin-bottom: 32px;
}
.footer-content .footer-title {
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: "Joyride STD", serif;
  color: #151515;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li {
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a {
  position: relative;
  display: inline-block;
  color: #151515;
  font-family: "poppins", serif;
}
.footer-content .service-widget .list li a:hover {
  color: #6262dd;
}
.footer-content .contact-widget p {
  color: #151515;
  font-family: "Poppins", serif;
  margin-bottom: 15px;
}
.footer-content .contact-widget {
  margin-left: 90px;
}
.footer-content .contact-widget .footer-title {
  margin-bottom: 29px;
}

.footer-bottom {
  position: relative;
  background: #e9ecef;
  padding: 1px 0px 22px 0px;
}
.footer-bottom .container hr {
  width: 100%;
  height: 2px;
  color: #151515;
  background: #000000;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
  position: relative;
  color: #151515;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
  color: #6262dd;
}
.footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before {
  position: absolute;
  content: "";
  background: #151515;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before {
  display: none;
}
.logo-box img {
  max-width: 220px;
}

/** what we do page **/
ul.what-service {
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
}

ul.what-service li {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
  padding: 3px 0;
}

/* portfolio */
.ps-bg-wt {
  background: #f4f4f4;
  color: #151515;
}

.text-justify {
  text-align: justify !important;
}
