@import "mobile.css";
@import "tab.css";
@import "form.css";
@import "listings.css";
@import "detail.css";
@import "bookmark.css";
@import "settings.css";
@import "checkout.css";
@import "purchase.css";

body.light {
  --body-color: #f2f4f8;
  --header-color: #121212;
  --card-color: #fff;

  --light-color: #ffffff;
  --dark-color: #121212;d
  --primary-color: #2d68ff;
  --smoke-color: #f0f0f0;
  --input-color: #f2f4f8;
  --label-color: #ffffff;
  --outline-color: #2c2c2c;
  --modal-color: #262626;
  --whatsapp-color: #29a71a;
  --shadow-color: #ddd;
  --gold-color: #ffa500;
  --orange-color: #e42323;
  --progress-color: #ccc;
  --line-color: #999;
  --facebook-color: #1877f2;
  --google-color: #f2f4f8;
  --placeholder-color: #ccc;
  --warning-color: #f0ad4e;
  --success-color: #138636;
  --error-color: #c91432;
  --tag-color: #ffffff;
}

body.dark {
  --body-color: #181818;
  --header-color: #121212;
  --card-color: #1d1c1e;

  --light-color: #121212;
  --dark-color: #ffffff;
  --primary-color: #2d68ff;
  --smoke-color: #f0f0f0;
  --input-color: #262626;
  --label-color: #1d1c1e;
  --outline-color: #2c2c2c;
  --modal-color: #262626;
  --whatsapp-color: #29a71a;
  --shadow-color: #111;
  --gold-color: #ffa500;
  --orange-color: #e42323;
  --progress-color: #262626;
  --line-color: #555;
  --facebook-color: #1877f2;
  --google-color: #f2f4f8;
  --placeholder-color: #555;
  --warning-color: #f0ad4e;
  --success-color: #138636;
  --error-color: #c91432;
  --tag-color: #1d1c1e;
}

body {
  background-color: var(--body-color);
  color: var(--dark-color);
  font-family: "Outfit";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

a {
  color: var(--primary-color);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: brightness(120%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.navbar {
  background-color: var(--header-color) !important;
}

.navbar-brand {
  border: 0;
  font-size: 1.5rem;
  background-color: var(--header-color);
}

.nav-item .nav-link {
  font-size: 1rem !important;
  font-weight: 500;
  padding: 1rem 0.8rem !important;
  letter-spacing: 0.01rem;
}

.nav-item .active {
  color: var(--orange-color) !important;
  opacity: 1;
}

.nav-link {
  color: #fff;
  opacity: 0.8;
  position: relative;
}

.nav-link:hover {
  color: var(--orange-color) !important;
}
.nav-link strong {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0rem 0;
  background: var(--orange-color);
  border-radius: 3rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  transition: 0.5s;
}
.nav-link:hover strong {
  background: var(--dark-color);
  color: var(--orange-color);
}
.nav-bar .dropdown-menu {
  border: #1d1c1e !important;
  background: #181818 !important;
}
.nav-bar .dropdown-item {
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
}
.dropdown-menu {
  border: 0 !important;
  background: #1d1c1e !important;
}

.dropdown-menu .dropdown-item {
    font-size: 0.9rem !important;
    padding: 0.5rem 1.5rem !important;
}

/* main header */
.mHeader {
  display: flex;
  flex-direction: column;
  padding: 5rem 1rem 0;
  justify-content: center;
  align-items: center;
}

.mHeader h1 {
  color: var(--dark-color);
  text-align: center;
  margin: 0 0 1rem;
}

.mHeader h2 {
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 1.4;
  text-align: center;
  margin: 0 8rem 3rem;
  opacity: 0.7;
}

.wdiHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 768px;
  margin: auto;
  text-align: center;
  padding: 5rem 1rem 3rem;
}

.wdiHeader h1 {
}

.wdiHeader h2 {
  font-size: 1.2rem;
  opacity: 0.6;
}

.wdiHeader p {
  font-size: 1.2rem;
  opacity: 0.6;
}

/* Button */
.buyNow {
  display: flex;
  justify-content: center;
  margin: 1rem 1rem 0;
}

.slogan {
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: var(--orange-color);
}

/* more button */
.more {
  display: flex;
}

.more > a {
  background: transparent;
  border: 1px dashed var(--orange-color);
  padding: 1rem 3rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--orange-color);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.more a:hover::before {
  transform: scaleX(1);
}

.more > a i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.more > a:hover {
  border: 1px solid var(--orange-color);
  background: transparent;
  color: var(--orange-color);
}

.more > a:hover i {
  color: var(--orange-color);
  transform: translateX(10px);
}

.primaryBtn {
  display: flex;
}

.primaryBtn > a {
  background: var(--orange-color);
  border: 1px solid var(--orange-color);
  padding: 1rem 3rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.primaryBtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.primaryBtn a:hover::before {
  transform: scaleX(1);
}

.primaryBtn > a i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.primaryBtn > a:hover {
  border: 1px solid var(--orange-color);
  background: transparent;
  color: var(--orange-color);
}

.primaryBtn > a:hover i {
  color: var(--orange-color);
  transform: translateX(10px);
}

.mainBtn {
  background: var(--orange-color);
  border: 1px solid var(--orange-color);
  padding: 1rem 3rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.mainBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.mainBtn:hover::before {
  transform: scaleX(1);
}

.mainBtn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.mainBtn:hover {
  border: 1px solid var(--orange-color);
  background: transparent;
  color: var(--orange-color);
}

.mainBtn:hover i {
  color: var(--orange-color);
  transform: translateX(10px);
}

/* intro */
.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0;
}

.intro .name {
  font-size: 3rem;
}

.intro .name span {
  font-weight: 700;
  color: var(--orange-color);
}

.intro h1 {
  font-size: 7rem;
}

.intro h2 {
  display: flex;
  align-items: center;
  font-size: 7rem;
  margin: 0 0 2rem;
}

.intro h2 span {
  color: var(--orange-color);
  /* color: transparent;
  -webkit-text-stroke: 0.5px var(--dark-color);   */
  margin-right: 1rem;
}

.intro .introRow {
  display: flex;
  flex-direction: row;
}

.intro .introRow a {
  margin-right: 1rem;
}

.intro .primaryBtn i {
  transform: rotate(320deg);
}

.intro img {
  filter: grayscale(100%);
}

.typing-container {
  display: inline-block;
  border-right: 2px solid;
  white-space: nowrap;
  overflow: hidden;
}

.typing-text {
  display: inline;
}

.typing-container {
  animation: blink 0.7s step-end infinite alternate;
}

/* about */
.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 7rem 0;
}

.about h2 {
  font-size: 4rem;
  margin: 1rem 0 2rem;
}

.about p {
  font-size: 1.4rem;
  opacity: 0.7;
  margin: 0 0 5rem;
}

.about ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}

.about li {
  display: flex;
  padding: 0;
  margin: 1rem;
  list-style: none;
}

.about .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem 2rem;
  margin: 0 0 1rem;
  background: var(--card-color);
  box-shadow: 0 0 2rem var(--shadow-color);
  border-radius: 1rem;
}

.about .item .skills {
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

.about .item .progress {
  border-radius: 1rem;
  background: var(--progress-color);
}

.about .item .bar {
  display: flex;
  background: var(--orange-color);
  border-radius: 1rem;
  justify-content: flex-end;
  padding: 0 1rem;
}

.about .item .bar span {
  display: flex;
  color: #fff;
}

/* services */
.services {
  display: flex;
  flex-direction: column;
  padding: 7rem 0;
  text-align: center;
}

.services h3 {
  font-size: 4rem;
  margin: 0 0 4rem;
}

.services .item {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: var(--card-color);
  padding: 2rem 4rem;
  min-height: 250px;
  margin: 0 0 2rem;
}

.services .item h4 {
  font-size: 2.4rem;
  margin: 0 0 1rem;
  color: var(--orange-color);
}

.services .item p {
  font-size: 1.4rem;
  opacity: 0.7;
}

/* info */
.info {
  display: flex;
  margin: 0 0 3rem;
}

.info .item {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: var(--card-color);
  padding: 1rem 2rem;
  margin: 0 0 1rem;
}

.info .item p {
  font-size: 4rem;
  margin: 0 !important;
  font-weight: 700;
  color: var(--orange-color);
}

/* products */
.products {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

.products h5 {
  font-size: 4rem;
  margin: 0 0 2rem;
}

.productCarousel h3 {
  color: var(--orange-color);
}

.productCarousel .carousel-item {
  display: flex;
  background: var(--card-color);
  padding: 1rem;
  margin: 4rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 5rem var(--shadow-color);
  cursor: pointer;
}

/* portfolio */
.portfolio {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

.portfolio h5 {
  font-size: 4rem;
  margin: 0 0 2rem;
}

.portfolioCarousel .carousel-item {
  display: flex;
  background: var(--card-color);
  padding: 1rem;
  margin: 4rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 5rem var(--shadow-color);
}

.portfolioCarousel h3 {
  color: var(--orange-color);
}

/* testimonials */
.testimonials {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

.testimonials h5 {
  font-size: 4rem;
  margin: 0 0 4rem;
}

.testimonialsCarousel .carousel-item {
  margin: 1rem 1rem;
}

.testimonials .item {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: var(--card-color);
  padding: 2rem;
  min-height: 210px;
}

.testimonials .item h3 {
}

.testimonialsCarousel .item p {
  opacity: 1;
}

.testimonialsCarousel .name {
  font-weight: 700;
  color: var(--orange-color);
}

/* reach me */
.reach {
  display: flex;
  padding: 5rem 0;
}

.reach .reachMe {
  background: var(--orange-color);
  border-radius: 1rem;
  padding: 2rem 5rem;
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
}

.reach .content {
  display: flex;
  flex-direction: column;
  padding: 4rem 0 2rem;
}

.reach .reachMe p {
  font-size: 2.4rem;
}

.reach .reachMe a {
  background: #fff;
  color: #181818;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}

/* contact */
.contact {
  display: flex;
  justify-content: center;
}

.contact h1 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
}

.contact h2 {
  margin: 0 0 2rem;
}

.contact p {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 0.7;
}

.contactContainer {
  background: var(--card-color);
  border-radius: 1rem;
  padding: 4rem;
}

.contact .form-control {
  margin: 0 0 0.5rem;
  padding: 1rem 1.5rem;
  background: var(--input-color);
  color: var(--dark-color);
  border: 0;
  border-radius: 0.5rem;
}

.contact label {
  font-size: 0.85rem;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 1rem;
}

.contact .desc {
  display: flex;
  font-size: 1.4rem;
  padding: 0rem 0 3rem;
}

.contactInfo .item .address {
  font-size: 0.9rem !important;
  opacity: 0.8;
  margin: 0.5rem 0;
}

.contact .form {
  margin: 0 0 2rem;
}

.contactInfo {
  display: flex;
  flex-direction: column;
}

.contactInfo .item {
  display: flex;
  flex-direction: row;
  gap: 15;
  margin: 1rem 0 2rem;
}

.contactInfo .item i {
  font-size: 2rem;
  opacity: 0.5;
  margin-right: 1.5rem;
}

.contactInfo .item .label {
  text-transform: uppercase;
  opacity: 0.5;
}

.contactInfo .item .value {
  font-size: 1.2rem;
}

.contactInfo .item a {
  color: var(--orange-color);
  border-bottom: 1px dashed;
  padding-bottom: 0.2rem;
}

/* footer */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem 0;
}

.fSlogan a {
  display: flex;
  justify-content: center;
  color: var(--dark-color);
  text-transform: uppercase;
  margin: 0.5rem 0;
}

.fSocialNetwork {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}

.fSocialNetwork ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.fSocialNetwork li {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

.fSocialNetwork li > a {
  display: flex;
  flex-direction: row;
  padding: 1rem 1.5rem;
  margin: 1rem 0.5rem;
  background: var(--card-color);
  font-size: 1.5rem;
  color: var(--dark-color);
  border-radius: 0.5rem;
}

.fContact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 0 2rem;
}

.fContact ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.fContact li {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fContact li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0 0.5rem;
  list-style: none;
}

.fContact li > a i {
  font-size: 1.5rem;
  margin: 0 0.5rem;
}

.fContact .fWhatsapp {
  display: flex;
  flex-direction: row;
  padding: 1rem 2rem;
  background: var(--whatsapp-color);
  color: #fff;
  border-radius: 0.5rem;
}

.fContact .fEmail {
  display: flex;
  flex-direction: row;
  padding: 1rem 2rem;
  border: 1px dashed var(--dark-color);
  color: var(--dark-color);
  border-radius: 0.5rem;
}

.fCopyright {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.fCopyright a {
  color: var(--dark-color);
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  margin: 0 0.3rem;
  border-bottom: 1px solid;
}

.fPolicy ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fPolicy li {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.fPolicy li a {
    padding: 0;
    margin: 1rem 0.4rem 2rem;
    display: flex;
    font-size: 0.8rem;
    color: var(--dark-color);
    opacity: 0.7;
}
.fPolicy li a::after {
    content: '|';
    margin-left: 0.8rem;
}
.fPolicy li:last-child a::after {
    content: '';
}

/* marquee */
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 80s linear infinite;
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.marquee span {
  color: transparent;
  -webkit-text-stroke: 0.5px var(--dark-color);
  margin: 0 1rem;
}

/* page */
.page {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

.page h1 {
  font-size: 4rem;
  margin: 1rem 0;
}

.page h2 {
  font-size: 2.4rem;
  margin: 2rem 0 1rem;
}

.page p {
  font-size: 1.2rem;
  opacity: 0.7;
  margin: 0 0 3rem;
  font-weight: 400 !important;
}

.page p strong {
    font-size: 1.6rem;
    opacity: 1 !important;
}

.page li {
  font-size: 1.2rem;
  opacity: 0.7;
  margin: 0 0 1rem;
  font-weight: 400 !important;
}



.page .name {
  font-size: 3rem;
}

.page .name span {
  font-weight: 700;
  color: var(--orange-color);
}

.skills {

}
.skillsCarousel .carousel-item {
  background: var(--card-color);
  border-radius: 1rem;
  padding: 2rem 3rem;
  margin: 1rem 0.5rem;
  min-height: 320px;
  text-align: center;
}
.skillsCarousel .carousel-item h3 {
  font-size: 1.8rem;
  color: var(--orange-color);
  margin: 0 0 1rem;
}
.skillsCarousel .carousel-item h4 {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5;
}
.skillsCarousel .carousel-item .image {
  display: flex;
  justify-content: center;
}
.skillsCarousel .carousel-item img {
  width: 72px;
  margin: 0 0 1.5rem;
}

.knowledge {
  display: flex;
}

.knowledge ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.knowledge li {
  background: var(--card-color);
  padding: 1rem 1.5rem;
  margin: 0 1rem 1rem 0;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--orange-color);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.knowledge li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--orange-color);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.knowledge li:hover::before {
  transform: scaleX(1);
}

.knowledge li i {
  margin: 0 1rem;
  transition: transform 0.3s ease;
}

.knowledge li:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.knowledge li:hover i {
  color: #fff;
  transform: translateX(-1rem);
}

/* product detail */
.productDetail {
  display: flex;
  margin: 5rem 0;
}

.servicesDetail {
  display: flex;
  margin: 5rem 0 0;
}

.servicesDetail h2 {
  font-size: 4rem;
  margin: 1rem 0;
  text-align: center;
}

.servicesDetail h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 5rem;
  text-align: center;
  opacity: 0.7;
}

.servicesDetail p {
  font-size: 1.4rem;
  opacity: 0.7;
  margin: 0 0 3rem;
}

/* authentication */
.auth {
  display: flex;
  flex-direction: column;
  width: 460px;
  background: var(--card-color);
  padding: 3rem 3rem;
  margin: 5rem auto;
  border-radius: 2rem;
  box-shadow: 0 0 5rem var(--shadow-color);
}

.auth .logo {
  display: flex;
  justify-content: center;
}

.auth h1 {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

.auth .password-toggle {
  cursor: pointer;
  background: transparent;
  border: 0;
}

.auth .password-toggle i {
  color: var(--dark-color);
}

.authForm .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* dialog */
.dialog {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 0.1rem;
}

.dialog a {
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 0.05rem;
  margin: 0 0.5rem;
}

.dialog i {
  font-size: 1.2rem;
  margin: 0 0.5rem;
  color: #FFF !important;
}

.dialog .msg {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  color: #FFF !important;
}

.dialog .success {
  background: var(--success-color);
}

.dialog .warning {
  background: var(--warning-color);
}

.dialog .error {
  background: var(--error-color);
}


/* no records */
.noRecord {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: center;
    background: var(--card-color);
    color: var(--dark-color);
    border-radius: 1rem;
    padding:3rem 1rem;
    font-size: 1.4rem;
}
.noRecord a {
    color: var(--dark-color);
    border-bottom: 1px solid  var(--dark-color);
    margin: 0 0.5rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeAnimation {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}
