/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap");
/* JakartaSans */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300&display=swap");

/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

:root {
  --primary: #635ffc;
  --secondary: #000;
}

/* basic typography */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
  font-size: 55px;
}

strong {
  font-weight: 700;
}

p {
  color: var(--secondary);
}

/* basic stylings */

.bg-dark-1 {
  background: #191919;
}

.bg-dark-2 {
  background: #101010;
}

.section-title {
  font-size: 62px;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.section-title-center p {
  max-width: 960px;
  margin: 0 auto;
}

.custom-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
  max-width: 1820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-pink {
  color: var(--primary);
}

/* Nav Bar */

.navbar {
  padding-top: 30px;
  background-color: transparent;
  z-index: 99;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--primary) !important;
}

.header {
  margin-top: -84px;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  background-color: #000;
  padding: 10px 0;
  transition: transform 0.3s;
}

/* Home section */
.site-title {
  font-size: 75px;
}

.site-title .text-name {
  color: transparent;
  -webkit-text-stroke: 3px var(--primary);
}

p.my-job {
  color: white;
}

.scroll-down-arrow {
  left: 50%;
  bottom: 40px;
}

.animated {
  position: relative;
  animation: fadeInDown 1.5s infinite;
}

@keyframes fadeInDown {
  0% {
    top: -25px;
    opecity: 0;
  }

  100% {
    top: 10px;
    opecity: 1;
  }
}

.li-hero {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  list-style-type: none !important;
}

/* buttons */

.full-button {
  padding: 20px 24px;
  background: #635ffc;
  border-radius: 10px;
  border: 1px solid #635ffc;
  color: #ffffff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 0%;
}

.full-button:hover {
  padding: 20px 24px;
  background: #544fe3;
  transition-duration: 0.4s;
  border: 1px solid #635ffc;
  color: #ffffff;
}

.float-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.float-on-hover:hover,
.float-on-hover:focus,
.float-on-hover:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.naked-button {
  padding: 20px 24px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #635ffc;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 0%;
  margin-left: 15px;
}

.custom-margin {
  margin-left: 50px;
}

.hero-div {
  padding: 150px 0px !important;
}

/* about section */
.nav-tabs .nav-link {
  color: white !important;
}

.nav-tabs .nav-link.active {
  background: #3e3e3e;
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.nav-tabs .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-tabs {
  border-color: var(--secondary);
}

/* services section */
.single-service-icon i {
  color: var(--primary);
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-service-icon {
  min-width: 72px;
  min-height: 72px;
  background-color: #3c3c3c;
  border-radius: 5px;
}

.single-services p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.prt-item img {
  max-width: 100%;
}

.grid-item {
  margin-bottom: 20px;
}

.portfolio-filter button {
  border: 0;
  background-color: transparent;
  color: white;
}

.portfolio-filter button.clicked {
  color: var(--primary);
}

/* Testimonial section */
.tns-nav {
  text-align: center;
  margin-bottom: 25px;
}

.tns-nav button {
  background-color: gray;
  border: none;
  margin: 6px;
  height: 12px;
  width: 5px;
  border-radius: 50%;
}

.tns-nav button:hover {
  background-color: var(--primary);
}

.tns-nav .tns-nav-active {
  background-color: var(--primary);
  position: relative;
  top: -4px;
}

.tns-nav .tns-nav-active::before {
  content: "";
  position: absolute;
  height: 150%;
  width: 150%;
  left: -3px;
  top: -3px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}

.test-thumb {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

/* Contact section */

.btn-submit {
  background-color: var(--primary);
  color: white;
  padding: 10px 22px;
  letter-spacing: 2px;
  border: 2px solid transparent;
}

.btn-submit:hover {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

/* footer */

.nav-social a {
  color: var(--secondary);
}

.nav-social a:hover {
  color: var(--primary);
}

/* back to top */

.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}

.scroll-to-top i {
  color: var(--primary);
  background-color: #383838;
  padding: 14px 16px;
  border-radius: 7px;
  transition: background-color 0.2s ease;
}

.scroll-to-top i:hover {
  background-color: #696969;
}

/* Responsiveness */

@media only screen and (max-width: 992px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    background-color: #000;
    padding: 15px 0;
  }

  .site-title {
    font-size: 50px;
  }

  .header {
    background-position: 62%;
    background-size: cover;
  }

  .section-title {
    font-size: 42px;
    font-weight: 700;
  }

  .nav-tabs {
    justify-content: center;
  }

  .single-test-content.p-5 {
    padding: 2rem 1rem !important;
  }
}
