@import url("https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font-family: "Moderustic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.gradient-text {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fadeAnimation {
  from {
    transform: translateY(100px);
    filter: opacity(0);
  }
  to {
    transform: translateY(0px);
    filter: opacity(1);
  }
}
.fade-animation {
  animation: fadeAnimation 1s linear 1;
}

body {
  background-color: #fffef7;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

.container {
  position: relative;
}

.space {
  letter-spacing: 4px;
}

.not-active {
  display: none;
}

.nav-menu .nav-link:hover {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 480px) {
  .container {
    margin: 0rem 0.5rem;
  }
  .navbar {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(104, 104, 104);
  }
  .logo-holder .logo {
    margin: 10px;
  }
  .logo-holder {
    position: relative;
  }
  .logo-holder .mobile-menu {
    position: absolute;
    top: 30%;
    right: 5%;
  }
  .nav-menu {
    position: absolute;
    top: 7%;
    left: 3%;
    right: 3%;
    border: 1px solid lightgray;
    margin: 0px;
    padding: 10px 0px;
    background-color: white;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 0 16px lightgray;
    transition: display 1s ease-in-out;
  }
  .nav-menu li {
    padding: 8px 20px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .container {
    margin: 0rem 1rem;
  }
  .navbar {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(104, 104, 104);
  }
  .logo-holder .logo {
    margin: 10px;
  }
  .logo-holder {
    position: relative;
  }
  .logo-holder .mobile-menu {
    position: absolute;
    top: 30%;
    right: 5%;
  }
}
@media (min-width: 1025px) {
  .container {
    margin: 0rem 10rem;
  }
  .navbar {
    display: flex;
    flex-direction: row;
    margin: 0rem 10rem;
    align-items: center;
  }
  .navbar .nav-menu {
    display: inline;
  }
  .navbar .nav-menu .nav-link {
    display: inline;
    padding: 0px;
    margin-right: 1rem;
  }
  .navbar .nav-menu .nav-link a {
    color: inherit;
  }
  .navbar .mobile-menu {
    display: none;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

.navbar .nav-menu {
  list-style-type: none;
}

.navbar .button-holder {
  vertical-align: middle;
  margin: auto 0px;
}

.landing-page {
  margin-top: 9rem;
  margin-bottom: 2rem;
}

.landing-page .heading {
  padding: 0rem 1rem;
}

.landing-page .heading .title {
  padding: 0px;
  margin: 0px;
  letter-spacing: 3px;
}

.landing-page .heading .text {
  padding: 0px;
  margin: 0px;
}

.auto-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.auto-grid .grid-content {
  padding: 1rem;
}

.bio-content .bio-info {
  margin-bottom: 5rem;
}

.bio-content .find-me .title {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 1rem;
}

.bio-content .find-me a {
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 3px;
  color: white;
  background-image: linear-gradient(90deg, #e84393, #f39c12);
}

.bio-content .statistics {
  margin: 5rem 0rem;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.statistics .box {
  padding: 1rem;
  flex-basis: 10rem;
  flex-shrink: 1;
  flex-grow: 1;
  border: 1px solid #fcac61;
  border-radius: 5px;
}

.statistics .middle-box {
  border: 2px solid #f39c12;
}

.statistics .box .title {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.grid-content .image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.grid-content .image-content img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5%;
  place-content: center;
  filter: drop-shadow(0 0 5px black);
}

hr {
  border: 1px solid #fce4be;
}

.service-page .heading {
  position: r;
}

.heading .pre-heading {
  font-weight: bold;
  margin: 0px;
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading .title {
  padding: 0px;
  margin: 0px;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.service-page {
  overflow: hidden;
  margin: 2rem 0rem;
}

.card {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  margin: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ffffff;
}

.card .icon-design {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.card .title {
  font-size: 24px;
  font-weight: 500;
}

.resume-page {
  text-align: center;
  margin: 5rem 0rem;
}

.project-grid {
  display: grid;
  gap: 1rem;
  place-items: center;
  margin: 4rem 0rem;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.project-holder {
  overflow: hidden;
  border: 1px solid #fcac61;
  width: 23rem;
  height: 15rem;
  border-radius: 5px;
  box-shadow: 0 0 16px lightgray;
}

.project-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.projects {
  position: relative;
  border-radius: 5px;
}

.projects .project-details {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5rem;
  border-radius: 5px;
}

.projects .project-details .company {
  padding: 0px;
  margin: 0px;
  text-transform: capitalize;
  font-size: 20px;
}

.projects .project-details .title {
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
}

.projects .project-details .btn-link {
  margin: 0px 1px;
  border: 1px solid gray;
  padding: 3px 5px;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.projects .project-details .btn-link:hover {
  border-color: #fb1378;
}

.btn-xl {
  background-color: white;
  box-shadow: 0 0 16px lightgray;
  color: black;
  font-weight: 600px;
  padding: 1rem 1.5rem;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  text-transform: capitalize;
}

.btn-xl:hover i {
  padding-left: 8px;
  transition: all 0.5s ease;
}

.education .education-content {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.testimonial {
  margin: 5rem 0rem;
}

.swiper {
  width: 100%;
  height: 16rem;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.two-cols-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(35rem, 100%), 1fr));
  margin-top: 4rem;
}

.two-cols-grid .content {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 0rem 2rem;
}

.two-cols-grid .content .title {
  text-transform: capitalize;
  padding-top: 0px;
  margin-top: 0px;
}

.two-cols-grid .content .text {
  padding-top: 1rem;
}

.two-cols-grid .swiper-content {
  margin: 0rem 1rem;
  padding: 0px;
}

.testimonial-card {
  padding: 1rem;
}

.flex-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.flex-container .image {
  flex-shrink: 0;
  flex-basis: 100px;
}

.flex-container .details {
  flex-basis: 100px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0px;
}

.flex-container .image img {
  width: 70%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #0d6efd;
}

.flex-container .details .name {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.flex-container .details .designation {
  padding: 0px;
  margin: 2px 0px;
  color: gray;
  font-weight: 600;
  font-size: 14px;
}

.flex-container .details .rate {
  color: orange;
  font-size: 12px;
}

.card-content .user-text p {
  font-style: italic;
  padding: 0rem 2rem;
}

.cart {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  margin: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ffffff;
}

.cart .heading .achieved {
  font-size: 20px;
  margin: 0px;
  letter-spacing: 1px;
}

.information .list-holder {
  list-style-type: none;
  display: inline;
}

.information .list-holder .list-item {
  padding: 1rem;
}

.list-holder .list-item .icon {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-holder .list-item .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.list-holder .list-item .sub-title {
  padding-left: 2rem;
}

.form-input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 10px 0px;
  border-radius: 8px;
  outline: none;
  border: 1px solid orange;
  transition: border 0.3s ease;
  padding-left: 5px;
}

.form-input:focus, textarea:focus {
  outline: 2px solid rgb(252, 159, 21);
}

textarea {
  display: block;
  width: 100%;
  border: 1px solid orange;
  border-radius: 8px;
  transition: border 0.3s ease;
  margin: auto;
  padding-top: 10px;
  padding-left: 5px;
}

button[type=submit] {
  padding: 1rem 2rem;
  border-radius: 10px;
  width: 100%;
  border: none;
  font-weight: 600;
  margin: 1rem auto;
  background-image: linear-gradient(90deg, #e84393, #f39c12);
  color: white;
}

.contact-page {
  margin: 4rem 0rem;
}
.contact-page .heading {
  text-align: center;
  margin: 3rem 0rem;
}

.form-holder {
  overflow: hidden;
}

.form-holder .contact-form {
  margin: 1rem;
}

.footer {
  font-size: 12px;
  margin-top: 2rem;
  background-color: rgb(241, 241, 241);
  padding: 10px;
  width: 100%;
}

.footer .heading {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer .media-chanels {
  text-align: center;
}

.footer .media-chanels a {
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 3px;
  background-image: linear-gradient(90deg, #e84393, #f39c12);
  color: white;
}

.footer .media-chanels a:hover {
  color: #e84393;
  transition: color 0.3s ease;
}

.text-gradient {
  background: linear-gradient(90deg, #e84393, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.navigaiton {
  position: fixed;
  top: 90%;
  right: 5%;
  font-size: 30px;
  color: white;
}
.navigaiton a i {
  filter: drop-shadow(0 0 32px rgb(114, 113, 110));
  padding: 10px;
  border: 1px solid rgb(255, 255, 255);
  background-image: linear-gradient(90deg, #e84393, #f39c12);
  border-radius: 50%;
  z-index: 100;
}

.dashboard-grid-layout {
  display: flex;
  flex-direction: row;
}

.side-nav {
  flex-basis: 1%;
  padding: 1rem;
  color: white;
  margin: 0rem auto;
  background-image: linear-gradient(90deg, #e84393, #f39c12);
}

.table-holder {
  flex-basis: 93%;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.table th {
  background-color: green;
  color: white;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
}
.table td {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table tr:hover {
  background-color: #f1f1f1;
}
@media (max-width: 500px) {
  .table th, .table td {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0px;
  }
}
.table .message-cell {
  max-width: 200px; /* Define the maximum width of the message column */
  overflow: hidden; /* Hide any overflow text */
  text-overflow: ellipsis; /* Add the ellipsis (...) */
  white-space: nowrap; /* Prevent text from wrapping */
}

.message-holder {
  margin: 2rem 0rem;
}
.message-holder .inner-div {
  padding: 2rem;
  border: 1px solid lightgray;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.message-holder .action-panel {
  border-top: 1px solid lightgray;
  padding: 5px 15px;
}/*# sourceMappingURL=style.css.map */

