@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  margin: auto;
  padding: 0;
}

.fp-watermark {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background-color: #121212;
}

.btn-gradient-wrapper {
  background: linear-gradient(to left, #ffc600, #e8482e, #9c209d);
  display: inline-block;
  padding: 1px 1px;
  border-radius: 980px;
  transition: 0.3s all linear;
}
@media only screen and (max-width: 800px) {
  .btn-gradient-wrapper {
    margin-bottom: 2rem;
  }
}
.btn-gradient-wrapper .btn {
  display: block;
  background-color: #121212;
  text-decoration: none;
  padding: 0.5em 1em;
  color: white;
  border-radius: 50px;
  transition: 0.3s all linear;
}
.btn-gradient-wrapper .btn:hover {
  background-color: white;
  color: black;
}

#header {
  background: linear-gradient(125.6deg, #121212 63.9%, #df4f1b 30%);
}
@media only screen and (max-width: 800px) {
  #header {
    min-height: auto;
  }
}

.landing-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-gap: 2rem;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .landing-container {
    grid-template-columns: auto;
    padding: 5rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .landing-container {
    grid-template-columns: 1fr;
    padding: 5rem 1rem;
  }
}
.landing-container .landing-about h1 {
  font-size: 3rem;
  background-image: linear-gradient(180deg, #ffe993, #eb831c);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .landing-container .landing-about h1 {
    font-size: 1.5rem;
  }
}
.landing-container .landing-about h2 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .landing-container .landing-about h2 {
    font-size: 1rem;
  }
}
.landing-container .landing-about p {
  line-height: 180%;
  text-align: justify;
  max-width: 600px;
  margin-bottom: 1rem;
  color: #b3b3b3;
}
@media only screen and (max-width: 800px) {
  .landing-container .landing-about p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .landing-container .landing-about p {
    text-align: left;
  }
}
.landing-container .landing-image img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #b3b3b3;
  border: 2px solid #ffc600;
  filter: saturate(1.1);
}
@media only screen and (max-width: 800px) {
  .landing-container .landing-image img {
    display: none;
  }
}

.f-carousel__dot {
  color: white;
}

.about-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  color: white;
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .about-container {
    grid-template-columns: 1fr;
    padding: 5rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .about-container {
    grid-template-columns: 1fr;
    padding: 5rem 1rem;
  }
}
.about-container .about-content h1 {
  font-size: 3rem;
  background-image: linear-gradient(180deg, #ffe993, #eb831c);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .about-container .about-content h1 {
    font-size: 1.5rem;
  }
}
.about-container .about-content p {
  text-align: justify;
  line-height: 180%;
  max-width: 1000px;
  color: #b3b3b3;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {
  .about-container .about-content p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .about-container .about-content p {
    text-align: left;
  }
}
.about-container .img-slider {
  width: 390px;
  text-align: center;
}
.about-container .img-slider .splide__arrow {
  background-color: #ffc600 !important;
}
.about-container .img-slider .splide__arrow {
  background-color: #ff8000 !important;
  opacity: 0.9 !important;
}
.about-container .img-slider .splide__arrow:hover {
  opacity: 0.7 !important;
}
.about-container .img-slider .splide__arrow svg {
  fill: white !important;
}
@media only screen and (max-width: 1000px) {
  .about-container .img-slider {
    display: none;
  }
}

.skill-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}
@media only screen and (max-width: 500px) {
  .skill-container {
    padding-bottom: 3rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .skill-container {
    padding-bottom: 3rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1000px) {
  .skill-container {
    padding-bottom: 3rem;
    padding-left: 1rem;
  }
}
.skill-container .skill-content-container {
  display: grid;
  grid-template-columns: 500px 1fr;
}
@media only screen and (max-width: 800px) {
  .skill-container .skill-content-container {
    grid-template-columns: 200px;
  }
}
.skill-container .skill-title {
  font-size: 3rem;
  background-image: linear-gradient(180deg, #ffe993, #eb831c);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .skill-container .skill-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.skill-container .skill-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 2rem;
  grid-column-gap: 5rem;
}
@media only screen and (max-width: 1350px) {
  .skill-container .skill-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  .skill-container .skill-items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .skill-container .skill-items {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .skill-container .skill-items {
    margin-bottom: 3rem;
    grid-row-gap: 2rem;
    grid-column-gap: 3rem;
  }
}
.skill-container .skill-items .skill-item {
  color: white;
}
.skill-container .skill-items .skill-item img {
  height: 72px;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 500px) {
  .skill-container .skill-items .skill-item img {
    height: 52px;
    text-align: center;
  }
}
.skill-container .skill-items .skill-item p {
  width: 70px;
}
@media only screen and (max-width: 800px) {
  .skill-container .skill-items .skill-item p {
    font-size: 0.9rem;
  }
}

.tech-cube {
  display: block;
  margin: auto;
  flex-direction: row;
  justify-content: space-evenly;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}
@media only screen and (max-width: 800px) {
  .tech-cube {
    padding-bottom: 5rem;
    padding-left: 5rem;
  }
}

@media (max-width: 768px) {
  .tech-cube {
    margin-top: 10vh;
  }
}
@media (max-width: 500px) {
  .tech-cube {
    display: none;
  }
}
.cube {
  margin: auto;
  position: relative;
  height: 200px;
  width: 200px;
  transform-style: preserve-3d;
}

.cube > div {
  position: absolute;
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  width: 100%;
  border: solid 3px #eb831c;
  background-color: rgba(249, 243, 237, 0.7);
}

.front {
  transform: translateZ(100px);
  display: flex;
  align-items: center;
}

.front > img {
  width: 150px;
}

.left > img {
  height: 70% !important;
}

.back {
  transform: translateZ(-100px) rotateY(180deg);
  display: flex;
  align-items: center;
}

.back > img {
  width: 150px;
}

.right {
  transform: rotateY(-270deg) translateX(100px);
  transform-origin: top right;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}

.right > img {
  width: 150px;
}

.left {
  transform: rotateY(270deg) translateX(-100px);
  transform-origin: center left;
  display: flex;
  align-items: center;
}

.left > img {
  width: 150px;
}

.top {
  transform: rotateX(-270deg) translateY(-100px);
  transform-origin: top center;
  display: flex;
  align-items: center;
}

.top > img {
  width: 150px;
}

.bottom {
  transform: rotateX(270deg) translateY(100px);
  transform-origin: bottom center;
  display: flex;
  align-items: center;
}

.bottom > img {
  width: 150px;
}

@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    transform: rotateX(360deg) rotateY(360deg);
  }
}
.cube {
  animation: rotate 10s infinite linear;
}

/* adding hover effect */
.tech-cube:hover .front {
  transform: translateZ(200px);
}

.tech-cube:hover .back {
  transform: translateZ(-200px) rotateY(180deg);
}

.tech-cube:hover .right {
  transform: rotateY(-270deg) translateZ(100px) translateX(100px);
}

.tech-cube:hover .left {
  transform: rotateY(270deg) translateZ(100px) translateX(-100px);
}

.tech-cube:hover .top {
  transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
}

.tech-cube:hover .bottom {
  transform: rotateX(270deg) translateZ(100px) translateY(100px);
}

.cube > div {
  transition: transform 0.2s ease-in;
}

.project-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  color: white;
}
@media only screen and (max-width: 800px) {
  .project-container {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .project-container {
    padding-left: 1rem;
  }
}
.project-container .project-title {
  font-size: 3rem;
  background-image: linear-gradient(180deg, #ffe993, #eb831c);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media only screen and (max-width: 600px) {
  .project-container .project-title {
    font-size: 1.5rem;
  }
}
.project-container .splide__arrow {
  background-color: #ff8000 !important;
  opacity: 0.9 !important;
}
.project-container .splide__arrow:hover {
  opacity: 0.7 !important;
}
.project-container .splide__arrow--prev {
  left: -4em !important;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .project-container .splide__arrow--prev {
    left: -3.5em !important;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .project-container .splide__arrow--prev {
    left: auto !important;
  }
}
.project-container .splide-1 {
  max-width: 1300px;
  padding-right: 5rem;
}
@media screen and (max-width: 800px) {
  .project-container .splide-1 {
    padding-right: 0;
  }
}
.project-container .splide__arrow svg {
  fill: white !important;
}
.project-container .project-slide {
  margin: 0.3rem;
  padding: 3rem 0rem;
}
.project-container .project-slide .card-content {
  width: 550px;
  border: 1px solid rgba(128, 128, 128, 0.313);
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 700px) {
  .project-container .project-slide .card-content {
    width: 410px;
  }
}
@media only screen and (max-width: 500px) {
  .project-container .project-slide .card-content {
    width: 310px;
  }
}
.project-container .project-slide img {
  margin-bottom: 1rem;
  width: 100%;
}
.project-container .project-slide h1 {
  margin-bottom: 0.5rem;
}
.project-container .project-slide p {
  margin-bottom: 2rem;
  line-height: 150%;
  color: #b3b3b3;
}
@media only screen and (max-width: 800px) {
  .project-container .project-slide p {
    font-size: 0.9rem;
  }
}
.project-container .project-slide a {
  color: white;
  text-decoration: none;
  background-color: #eb831c;
  padding: 0.2rem 1rem;
  transition: 0.5s opacity linear;
  margin-right: 1rem;
}
.project-container .project-slide a:hover {
  opacity: 0.8;
}

.contact-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  color: white;
}
.contact-container .contact-mail {
  font-size: 0.7rem;
  color: #b3b3b3;
}
@media only screen and (max-width: 800px) {
  .contact-container {
    padding: 5rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-container {
    padding: 5rem 1rem;
  }
}
.contact-container h1 {
  font-size: 3rem;
  background-image: linear-gradient(180deg, #ffe993, #eb831c);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .contact-container h1 {
    font-size: 1.5rem;
  }
}
.contact-container p {
  line-height: 180%;
  margin-bottom: 5rem;
  color: #b3b3b3;
}
@media only screen and (max-width: 600px) {
  .contact-container p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-container p {
    font-size: 0.9rem;
  }
}
.contact-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: 0;
}
.contact-container form input {
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: inherit;
  margin-bottom: 1rem;
  background-color: #181818;
  border: 1px dashed gray;
  color: lightgray;
}
.contact-container form input::-moz-placeholder {
  color: lightgray;
}
.contact-container form input::placeholder {
  color: lightgray;
}
.contact-container form input:focus {
  outline: none; /* Remove default focus outline */
  border: 1px solid white;
}
.contact-container form textarea {
  display: flex;
  align-self: flex-start;
  justify-self: start;
  background-color: #181818;
  color: lightgray;
  height: 200px;
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: inherit;
  margin-bottom: 2rem;
  border: 1px dashed gray;
  resize: vertical; /* Prevent horizontal resizing */
}
.contact-container form textarea:focus {
  outline: none; /* Remove default focus outline */
  border: 1px solid white;
}
.contact-container form textarea::-moz-placeholder {
  color: lightgray;
}
.contact-container form textarea::placeholder {
  color: lightgray;
}
.contact-container form h4 {
  margin-left: 0;
  margin-bottom: 2rem;
}
.contact-container form h4 a {
  color: #e8482e;
}
.contact-container form button {
  display: inline-block;
  text-align: left;
  margin-left: 0;
  font-family: inherit;
  padding: 0.2rem 1rem;
  background-color: #eb831c;
  border: none;
  color: white;
  cursor: pointer;
}
.contact-container form button:hover {
  opacity: 0.8;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin: 0;
  border-top: 1px solid #b3b3b3;
  padding: 1rem 0rem;
}
@media only screen and (max-width: 700px) {
  footer {
    flex-direction: column;
  }
  footer .content p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #b3b3b3;
  }
}
footer a {
  text-decoration: none;
  color: #b3b3b3;
}
footer i {
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: 0.5s scale linear;
}
footer i:hover {
  scale: 1.1;
}/*# sourceMappingURL=index.css.map */