@font-face {
  font-family: "sora-bold";
  src: url(../fonts/Sora-Bold.ttf);
}

@font-face {
  font-family: "sora-semibold";
  src: url(../fonts/Sora-SemiBold.ttf);
}

@font-face {
  font-family: "sora-medium";
  src: url(../fonts/Sora-Medium.ttf);
}

@font-face {
  font-family: "sora-regular";
  src: url(../fonts/Sora-Regular.ttf);
}

@font-face {
  font-family: "sora-thin";
  src: url(../fonts/Sora-Thin.ttf);
}

* {
  transition: all 0.5s linear;
  font-family: "sora-regular";
}

html,
body {
  scroll-behavior: smooth;
  background-color: #000000;
  overflow-x: hidden;
}

.navbar {
  background-color: #111111;
}

@media (min-width: 1200px) {
  .navbar {
    background-color: #111111;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.navbar .nav-item .nav-link {
  color: #969696;
  font-family: "sora-semibold";
  font-size: 15px;
  padding-top: 17px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.navbar .nav-item.active .nav-link {
  color: #ef3638;
}

.navbar .nav-item .nav-link.nav-link-btn {
  background: transparent linear-gradient(93deg, #ff5959 0%, #ef3638 100%);
  border-radius: 10px;
  color: #ffffff;
  padding: 16px 35px;
}

.navbar-toggler {
  color: #ffffff;
  border: none;
  outline: 0 !important;
  cursor: pointer;
  font-size: 25px;
}

@media (max-width: 1199.98px) {
  .navbar .nav-item .nav-link.nav-link-btn {
    background: transparent linear-gradient(93deg, #ff5959 0%, #ef3638 100%);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
  }

  .navbar .nav-item .nav-link {
    color: #969696;
    font-family: "sora-semibold";
    font-size: 15px;
    padding-top: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .navbar .nav-item .nav-link {
    color: #969696;
    font-family: "sora-semibold";
    font-size: 15px;
    padding-top: 5px;
  }
  .navbar .nav-item .nav-link.nav-link-btn {
    width: 157px;
    margin: auto;
  }
}

.hero-area {
  background: url(../images/hero-bg.jpg) no-repeat;
  background-size: cover;
  padding: 8rem 0;
  position: relative;
}

.hero-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      180deg,
      #11111100 0%,
      #111111b7 70%,
      #111111e4 90%,
      #111111 100%
    );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-area .container {
  position: relative;
  z-index: 2;
}

.hero-area .title {
  font-family: "sora-semibold";
  font-size: 46px;
  color: #ffffff;
}

.hero-area .title span {
  color: #ef3638;
}

.hero-area .text {
  color: #969696;
  font-family: "sora-semibold";
  font-size: 17px;
}

.red-btn {
  color: #ffffff;
  font-size: 15px;
  font-family: "sora-semibold";
  border: 1px solid #ef3638;
  background: transparent linear-gradient(95deg, #ff5959 0%, #ef3638 100%);
  border-radius: 10px;
  padding: 10px 20px;
}

.red-btn:hover {
  text-decoration: none;
  color: #ef3638;
  background: transparent;
}

.red-outline-btn {
  color: #ef3638;
  font-size: 15px;
  font-family: "sora-semibold";
  border: 1px solid #ef3638;
  background: transparent;
  border-radius: 10px;
  padding: 10px 20px;
}

.red-outline-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(95deg, #ff5959 0%, #ef3638 100%);
}

@media (max-width: 991.98px) {
  .hero-area {
    padding: 3rem 0;
  }
}

@media (max-width: 576.98px) {
  .hero-area .title {
    font-size: 38px;
  }
}

@media (max-width: 430.98px) {
  .hero-area .red-outline-btn,
  .hero-area .red-btn {
    display: block;
    text-align: center;
    margin: 0.5rem;
  }
}

.hero-swiper-pagination .swiper-pagination-bullet {
  background: #ef3638 !important;
  border-radius: 6px !important;
  width: 11px !important;
  height: 11px !important;
  opacity: 1 !important;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  width: 55px !important;
}

.upcoming-projects {
  padding: 3rem 0;
}

.section-title {
  color: #ffffff;
  font-size: 38px;
  font-family: "sora-semibold";
}

.upcoming-project-wrapper {
  border: 1px dashed #707070;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: block;
}

.upcoming-project-wrapper:hover {
  border-color: #ef3638;
}

.upcoming-project-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(180deg, #11111100 0%, #11111199 52%, #111111 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.upcoming-project-wrapper > .img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.upcoming-project-wrapper .live-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  font-family: "sora-thin";
  background: #ef3638;
  border-radius: 5px;
  font-size: 15px;
  line-height: 34px;
  width: 58px;
  height: 34px;
  text-align: center;
  z-index: 3;
}

.upcoming-project-wrapper .contents {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: calc(100% - 3rem);
}

.upcoming-project-wrapper .contents .name {
  color: #ffffff;
  font-family: "sora-semibold";
  font-size: 20px;
}

.upcoming-project-wrapper .contents .text {
  color: #bbbbbb;
  font-family: "sora-regular";
  font-size: 13px;
}

.person-info {
  background: #161616;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  width: 130px;
}

.person-info img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.person-info span {
  color: #969696;
  font-family: "sora-regular";
  font-size: 13px;
}

.upcoming-projects-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #424242;
  border: 1px solid #424242;
  opacity: 1 !important;
}

.upcoming-projects-slider-pagination .swiper-pagination-bullet-active {
  border: 1px dashed #ef3638;
  background: transparent;
}

.upcoming-projects-slider-nav img,
.browse-category-slider-nav img {
  cursor: pointer;
}

.upcoming-projects-slider-nav img:hover,
.browse-category-slider-nav img:hover {
  border: 1px dashed #ef3638;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .upcoming-projects-slider {
    margin-top: -4rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 30px;
  }
}

.upcoming-websites {
  padding: 3rem 0;
}

.upcoming-website-wrapper {
  border: 1px dashed #707070;
  border-radius: 10px;
  padding: 10px 15px;
}

.w-person-info {
  display: flex;
  align-items: center;
}

.w-person-info img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.w-person-info span {
  color: #ffffff;
  font-family: "sora-regular";
  font-size: 12px;
}

.upcoming-website-wrapper .web-logo {
  display: block;
  border: 1px dashed #707070;
  border-radius: 10px;
  margin: 15px auto;
  padding: 70px 10px;
}

.click-visit-text {
  color: #ffffff;
  font-family: "sora-semibold";
  font-size: 16px;
}

.click-visit-text:hover {
  color: #ffffff;
}

.click-visit-link {
  color: #ef3638;
  font-size: 14px;
  font-family: "sora-semibold";
}

.click-visit-link:hover {
  color: #ef3638;
}

.three-dots {
  background: #969696;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.heart {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.heart path {
  fill: #969696;
}

.heart .active {
  display: none;
}

.heart-active path {
  fill: #ef3638;
  stroke: #ef3638;
}

.heart-active .active {
  display: block;
}

.num-of-fav-text {
  color: #969696;
  font-family: "sora-regular";
  font-size: 11px;
}

.best-sellers {
  padding: 3rem 0;
}

.best-seller-wrapper {
  margin-bottom: 30px;
  border: 1px dashed #707070;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
}

.best-seller-wrapper:hover {
  text-decoration: none;
  border-color: #ef3638;
}

.best-seller-wrapper img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.best-seller-wrapper span {
  color: #969696;
  font-size: 12px;
  font-family: "sora-regular";
}

.best-seller-wrapper .username {
  color: #ffffff;
  font-family: "sora-medium";
  font-size: 14px;
}

@media (max-width: 425px) {
  .best-seller-wrapper {
    flex-direction: column;
  }

  .best-seller-wrapper img {
    margin: 0.5rem 0;
  }
}

.browse-categories {
  padding: 3rem 0;
}

.browse-cat-wrapper {
  border: 1px dashed #707070;
  border-radius: 10px;
  display: block;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-family: "sora-semibold";
  font-size: 18px;
}

.browse-cat-wrapper:hover {
  text-decoration: none;
  border-color: #ef3638;
  color: #ef3638;
}

.browse-cat-wrapper img {
  border-radius: 6px;
}

@media (min-width: 768px) {
  .browse-category-slider {
    margin-top: -4rem;
  }
}

.account-process {
  padding: 3rem 0;
}

.account-process .heading {
  font-family: "sora-bold";
  color: #ef3638;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 126px;
}

.account-process .title {
  color: #ffffff;
  font-family: "sora-semibold";
  font-size: 20px;
}

.account-process .text {
  color: #969696;
  font-family: "sora-regular";
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .account-process .heading {
    font-size: 70px;
    line-height: 85px;
  }
}

@media (max-width: 767.98px) {
  .account-process .heading {
    font-size: 50px;
    line-height: 62px;
  }
}

@media (max-width: 425.98px) {
  .account-process .heading {
    font-size: 35px;
    line-height: 45px;
  }
}

.founder-area {
  padding: 3rem 0;
}

.founder-area .text {
  color: #ffffff;
  font-family: "sora-medium";
  font-size: 15px;
}

.white-outline-btn {
  display: inline-block;
  width: 149px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  font-family: "sora-medium";
  font-size: 15px;
  line-height: 50px;
  color: #ffffff;
}

.white-outline-btn:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
}

.blogs {
  padding: 3rem 0;
}

.blog-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(180deg, #11111100 0%, #11111199 52%, #111111 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.blog-wrapper > img {
  position: relative;
  z-index: 1;
}

.blog-wrapper .contents {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  z-index: 3;
}

.blog-wrapper .contents .title {
  color: #ffffff;
  font-family: "sora-semibold";
}

.blog-meta {
  color: #bbbbbb;
  font-family: "sora-thin";
  font-size: 11px;
}

.blog-meta .sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ef3638;
  margin: 0 5px;
}

footer {
  padding: 3rem 0 3rem;
  border-top: 1px solid #1b1b1b;
}

.footer-title {
  color: #ffffff;
  font-family: "sora-semibold";
  font-size: 18px;
}

.newsletter-form {
  background: #1b1b1b;
  height: 50px;
  border-radius: 10px;
  display: flex;
}

.newsletter-form input {
  background: transparent;
  width: calc(100% - 50px);
  height: 50px;
  outline: 0 !important;
  box-shadow: 0;
  border: none;
  color: #ffffff;
  font-family: "sora-regular";
  font-size: 14px;
  padding: 0 1rem;
}

.newsletter-form input::placeholder {
  color: #969696;
}

.newsletter-form button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  outline: 0 !important;
  cursor: pointer;
  text-align: center;
}

.newsletter-form button svg {
  width: 17px;
}

.social-links a {
  margin-right: 20px;
}

.social-links a:hover {
  text-decoration: none;
}

.social-links svg {
  width: 20px;
}

.social-links svg path {
  fill: #ffffff;
}

.social-links svg:hover path {
  fill: #ef3638;
}

.footer-text {
  color: #969696;
  font-family: "sora-regular";
  font-size: 14px;
}

.footer-title-2 {
  color: #ffffff;
  font-family: "sora-semibold";
}

.quick-links {
  display: block;
  color: #ffffff;
  font-family: "sora-regular";
  font-size: 13px;
  margin-bottom: 7px;
}

.quick-links:hover {
  color: #ef3638;
  text-decoration: none;
}
