/* removed old mobile carousel overrides that forced full-screen cards */
.project-carousel-slider {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* slider controls removed */
.project-carousel-pin {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:ital,wght@0,300;0,400;1,200;1,700;1,800&family=Ysabeau+SC:wght@500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

html, body {
  background-color: #0e101c;
  color: #ffffff !important;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #b0b0b0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-y: visible; /* Change from 'scroll' to 'auto' */
  height: 100%;
  position: relative;
}

/* #particles-js {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  
} */



html {
  scroll-behavior: smooth;
}

.smooth-scrollbar-track {
  display: none !important;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  pointer-events: none;
  width: 100%;
  background-color: rgba(14, 16, 28, 0.9);  /* Ensures visibility */
  backdrop-filter: blur(10px);  /* Keeps it sleek */
}

.nav-container {
  pointer-events: auto;  /* Ensures menu links are clickable */
}

.header:hover {
  pointer-events: auto;
}





.header::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 55%;
  top: 20%;
  /* background-color: #ed2ff0; */
  filter: blur(90px);
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}



.cursorBig {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
  z-index: 10;
}

/* Add this to your existing CSS */
.cursor {
  position: fixed;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.3s, height 0.3s, transform 0.3s;
  z-index: 1;
}


.cursor:hover {
  background: rgba(173, 216, 230, 0.5)
}
  

.header::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 80%;
  top: 44%;
  background-color: #22a8cd;
  filter: blur(90px);
}

.heading {
  /* color: #aca7cb; */
  background:linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro {
  margin-top: 20px;
  font-size: 24px;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}

.nav-container a {
  color: #ccc;
}

a {
  color: #000;
  text-decoration: none;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}

.nav-container a:hover , .footer-text p a:hover {
  background: linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-anchor:hover a{
  animation: translateAnimation 0.5s forwards;
  background: linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.nav-anchor {
  width: 90px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 12px;
  overflow: hidden;
}


.nav-container {
  display: flex;
  justify-content: space-evenly;
  height: 60px;
  padding: 20px 0;
  align-items: center;
}

.togglers {
  font-size: 2rem;
  color: #c5c3c3;
  background: transparent;
  cursor: pointer;
  border: none;
  display: none;
}

.nav-logo {
  background: linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
}

.nav-menu {
  display: flex;
  justify-content: space-evenly;
  z-index: 10;
  width: 40%;
}

.nav-menu a {
  padding: 12px;
  border-radius: 25px;
}

.fade-nav {
  animation: fadeNav 1s ease-in-out forwards;
}

@keyframes fadeNav {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes goUp {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-3px);
  }
}

@keyframes translateAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-30px) translateX(80px);
  }
  75% {
    transform: translateY(40px) translateX(80px);
  }
  90% {
    transform: translateY(40px) translateX(0);
  }
  100% {
    transform: translateY(0) translateX(0);
  } 
}

/* Home sections */
.home {
  height: 650px;
  color: #ccc;
  font-size: 2.3rem;
  margin: 20px;
  box-shadow: 0 4px 4px rgba(61, 90, 137, 0.1);
  opacity: 0; /* Initially set to be invisible */
  transition: opacity 1.5s ease-in-out; /* Smooth fade-in transition */
  /* width: 700px; */
}

.home::before {
  content: "";
  position: fixed;
  width: 120px;
  height: 120px;
  left: 8%;
  top: 20%;
  background-color: #ed2ff0;
  filter: blur(90px);
}

.home-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  /* background-color: green; */
  text-shadow: 2px 0px 1.5px rgb(29 27 27 / 50%);
}


.shaking {
  animation: shake 0.5s ease-in-out forwards;
}

@keyframes shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  25%, 75% {
    transform: translate(-2px, -2px);
  }
  50% {
    transform: translate(2px, 2px);
  }
}



.intro-part p {
  font-size: 1.4rem;
  margin-top: 12px;
}

.img-intro {
  max-width: 600px;
  margin: auto;
}

.img-head {
  position: relative;
}

.img-head::before {
  content: "o";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38rem;
  font-weight: 400;
  line-height: 20rem;
  opacity: 0.3;
  color: #1d4ed8;
  z-index: -100;
}

.CV {
  padding: 12px;
  margin: 12px;
  border-radius: 12px;
  color: #000;
  cursor: pointer;
  font-size: 1.05rem;
  border: none;
  transition: all 0.5s ease-in-out;
  /* width: 40%; */
}

.CV:hover {
  background:linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);;
  color: #aca7cb;
  box-shadow: 5px 5px 0px #ccc;
}

.button-container {
  margin-top: 15px;
}

.fade-in-scroll {
  opacity: 0;
}

.fade-in {
  animation: fadeInAnimation 2s ease-in-out forwards;
}

.fade-out {
  animation: fadeOutAnimation 1.5s ease-out forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}




/* ABOUT SECTION */
.about-container h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.about-container {
  color: #fff;
  text-align: center;
  padding: 50px;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.about-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.about-content p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #7e22ce;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}

.about-content p:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.about.fade-in .about-content {
  opacity: 1;
  transform: translateY(0);
}





/* PROJECT SECTION */
.project {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  box-shadow: 0 4px 4px rgba(61, 90, 137, 0.1);
}


/* Responsive horizontal scroll for project cards */

/* Projects grid: 2 per row, responsive */
.projects-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  width: min(1200px, 92vw);
  min-width: 0;
  max-width: 1200px;
  min-height: auto;
  margin: 12px auto 32px auto;
  padding: 8px 8px;
  align-items: stretch;
  justify-content: center;
  overflow: visible;
  position: relative;
  will-change: auto;
  transition: none;
  scroll-snap-type: none;
}



.proj {
  position: relative;
  overflow: hidden;
  border: 1.5px solid #7e22ce;
  border-radius: 22px;
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, #191b2a 70%, #23244a 100%);
  box-shadow: 0 4px 24px 0 rgba(60,40,120,0.13), 0 1.5px 8px 0 #7e22ce22;
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 4px;
  padding: 8px;
  box-sizing: border-box;
}
.proj:active, .proj:focus {
  outline: 2px solid #3b82f6;
}
.proj:hover {
  transform: scale(1.04) translateY(-8px) rotate(-1deg);
  box-shadow: 0 8px 32px #7e22ce44;
  z-index: 2;
}



.proj-img-wrapper {
  width: 100%;
  height: 260px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s, border 0.3s;
}
.proj img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  transition: transform 0.5s cubic-bezier(.4,2,.6,1);
  box-shadow: 0 2px 8px #0001;
  z-index: 1;
}
.proj:hover .proj-img-wrapper {
  box-shadow: 0 8px 32px #7e22ce33, 0 2px 8px #0002;
  border: 2px solid #3b82f6;
}
.proj:hover img {
  transform: scale(1.08) rotate(-2deg);
}


.proj:hover img {
  transform: scale(1.08) rotate(-1deg);
}



.proj-info {
  position: static;
  width: 100%;
  background: rgba(20,22,40,0.97);
  color: #fff;
  opacity: 1;
  transform: none;
  transition: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  border-radius: 0 0 22px 22px;
  padding: 18px 18px 18px 18px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 -2px 16px #7e22ce22;
}
.proj:hover .proj-info, .proj:focus .proj-info { opacity: 1; transform: none; }
.proj-info h3 {
  font-size: 1.18rem;
  margin-bottom: 12px;
  color: #7e22ce;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px #0002;
}
.proj-info p {
  font-size: 0.98rem;
  margin-bottom: 16px;
  color: #b0b0b0;
  line-height: 1.6;
  font-weight: 400;
}
.proj-info .proj-btn {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 10px;
  background: linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);
  color: #fff;
  border: none;
  font-size: 1.08rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  margin-top: 12px;
  font-weight: 600;
  box-shadow: 0 2px 8px #7e22ce33;
  letter-spacing: 0.01em;
  outline-offset: 2px;
}
.proj-info .proj-btn:hover {
  background: #fff;
  color: #7e22ce;
  box-shadow: 0 4px 16px #3b82f644;
}



/* PROJECT1 SECTION */
.project1 {
  margin-top: 50px;
  height: 3500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project1 h2 {
  font-size: 2rem;
}

.project1 .projects1-container {
  width: 90%;
  height: 100%;
  /* height: 3000px; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.project1 .projects1-container .proj1 {
  height: 31%;
  width: 100%;
  margin: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project1 .projects1-container .proj1 .proj1-info {
  /* height: 100%; */
  height: 80%;
  width: 50%;
  border: 2px solid #aca7cb;
  border-radius: 8px;
  transition: all 1.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px;
  padding-bottom: 0px;
}





@media screen and (max-width: 1200px) {
  .projects-container { width: min(1200px, 94vw); gap: 24px; }
  .proj { width: 100%; height: auto; }
  .proj img { height: auto; border-radius: 12px 12px 0 0; }
  .proj-info { border-radius: 12px; padding: 16px 12px; min-height: 40px; }
}
@media screen and (max-width: 800px) {
  .projects-container { grid-template-columns: 1fr; width: min(760px, 94vw); gap: 18px; padding: 8px 10px; margin: 16px auto 28px auto; }
  .proj { width: 100%; height: auto; }
  .proj-img-wrapper { height: 160px; }
  .proj img { max-height: 100%; object-fit: contain; border-radius: 8px 8px 0 0; }
  .proj-info { border-radius: 8px; padding: 12px 10px 14px 10px; font-size: 0.95rem; }
  .proj-info p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
}
@media screen and (max-width: 480px) {
  .projects-container { grid-template-columns: 1fr; width: 94vw; gap: 14px; padding: 10px 12px; margin: 14px auto 24px auto; }
  .proj { width: 100%; height: auto; font-size: 0.95rem; }
  .proj-img-wrapper { height: 140px; }
  .proj img { max-height: 100%; object-fit: contain; border-radius: 5px 5px 0 0; }
  .proj-info { border-radius: 5px; padding: 12px 10px 12px 10px; font-size: 0.9rem; }
  .proj-info p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
}

/* Touch support for project cards */
@media (hover: none) and (pointer: coarse) {
  .proj-info {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
}

/* General site improvements */
body, html {
  font-size: 16px;
  background: #0e101c;
  color: #b0b0b0;
}

.project1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 8px;
  min-height: unset;
  height: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.project1 h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 0;
}

section {
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .project1 h2 {
    font-size: 1.3rem;
  }
}

/* Reduce excessive section spacing */
.about-container, .contact-container {
  padding: 32px 8px;
}

.about-content {
  max-width: 700px;
  margin: 0 auto;
}

.footer-text {
  font-size: 0.98rem;
  padding: 0 8px;
}


.project1 .projects1-container .proj1 .pr1 {
  position: absolute;
  left: 0;
}

.project1 .projects1-container .proj1 .pr2 {
  position: absolute;
  right: 0;
}

.project1 .projects1-container .proj1 .pr3 {
  position: absolute;
  left: 0;
}


.project1 .projects1-container .proj1 .proj1-info h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.project1 .projects1-container .proj1 .proj1-info p {
  width: 90%;
  transition: all 1.5s ease-in-out;
}

.hoverChange {
  width: 100% !important;
  padding: 20px;
  position: relative;
}

.button-container2 {
  position: absolute;
  bottom: 12px;
  /* opacity: 0; */
  transition: opacity 1s ease-in-out;
  animation: tranlateButtonToLeft 1s forwards;
}




.mac-wrapper {
  position: absolute;
  right: 70px;
  width: 300px; /* Adjust according to your Mac image size */
  height: auto;
  animation: translateToRight 1s forwards; 
  display: flex;
  justify-content: center;
}

.mac {
  width: 100%;
  display: block;
}

.screen {
  position: absolute;
  top: 6%; 
  left: 4%; 
  /* right: 2%; */
  width: 92%; /* Adjust width to fit the screen */
  height: 63%; /* Adjust height to fit the screen */
  overflow: hidden;
  border-radius: 5px;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  /* object-fit: contain;  */
}
 


/* .proj1-info:hover .mac-wrapper {
  animation: translateFromLeft1 1s forwards;
} */



@keyframes translateFromLeft1 {
  0% {
      transform: translateX(1200px);
  }
  100% {
      transform: translateX(-50px);
  }
}






/* .mac {
  height: 30%;
  width: 15%;
  display: block;
  right: 70px;
  position: absolute;
  transition: all 1.5s ease-in-out;
  animation: translateToRight 1s forwards;
} */

.movingElement {
  transition: transform 1.5s;
}

.btn {
  width: 150px;
}



.proj1 .proj1-info:hover {
  width: 100% !important;
}
.proj1 .proj1-info:hover .movingElement:nth-child(1) {
  transform: translateX(20px) translateY(-70px);
  /* color: red; */
}

.proj1 .proj1-info:hover .movingElement:nth-child(2) {
  transform: translateX(20px) translateY(-60px);
  font: 10rem !important;
  width: 60%;
}

.proj1 .proj1-info:hover .movingElement:nth-child(3) {
  /* transform: translateX(-100px) translateY(0px); */
  opacity: 1;
  animation: translateFromLeft 1s forwards; 
}

.proj1 .proj1-info:hover .movingElement:nth-child(4) {
  animation: tranlateButtonToRight 1s forwards;
}


@keyframes translateFromLeft {
  0% {
    transform: translateX(1100px) translateY(0);
  }
  100% {
    transform: translateX(-50px) translateY(0px);
  }
}

 
@keyframes translateToRight {
  0% {
    transform: translateX(-70px) translateY(0);
  }
  50% {
    transform: translateX(-90px) translateY(0);
  }
  100% {
    transform: translateX(1200px) translateY(0px);
  }
}


@keyframes tranlateButtonToRight {
  0% {
    transform: translateX(-1200px) translateY(0);
  }
  100% {
    transform: translateX(200px) translateY(0);
  }
}

@keyframes tranlateButtonToLeft {
  0% {
    transform: translateX(200px) translateY(0);
  }
  50% {
    transform: translateX(250px) translateY(0);
  }
  100% {
    transform: translateX(-1200px) translateY(0);
  }
}



/* CONTACT SECTION */
.contact {
  margin-top: 50px;
  height: 500px;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  color: #ffffff;
  display: flex;
}

.contact h3 {
  display: block;
}

.contact-container {
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  margin: 30px;
  height: 70%;
  min-width: 400px;
}

.contact1-block {
  height: 100%;
}

.text-name {
  margin: 2px 12px;
}

.inp {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  background: transparent;
  display: inline-block;
  outline: none;
  font-size: 1.2rem;
  margin: 12px;
  border: 1px solid #aca7cb;
  color: #ffffff;
}

.send {
  padding: 12px;
  width: 50%;
  margin: 12px auto;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.05rem;
  border: none;
  transition: all ease 0.3s;
}

.separator {
  display: flex;
  align-items: center;
}

.sep1 {
  margin: 8px;
  width: 2px;
  height: 200px;
  background-color: #ccc;
}

.socials {
  /* background-color: yellow; */
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.socials a {
  color: #ccc;
}

.socials a:hover {
  background: linear-gradient(95deg, #7e22ce 3.2%, #3b82f6 99.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 1s ease-in-out;

}


/* footer part */
.footer-text {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #221f2f;
  color: #ccc;
  
}


.footer-text p a {
  color: #ccc;
  text-decoration: underline;
}


/* Customize the scrollbar track and thumb */
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #7e22ce;
}

::-webkit-scrollbar-thumb {
  background-color: #aca7cb;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #22a8cd;
}



/* Mobile responsive */
/* @media screen and (max-width: 600px){ */
@media screen and (max-width: 768px){

  /* Navbar */

  .togglers { display: none; }

  .nav-menu { display: none; }
  .show-nav { display: none; }
  .nav-logo { margin-left: 12px; }

  .nav-anchor {
    width: 90%;
  }


  /* Home */

  .home-container {
    flex-direction: column;
    align-items: center;
    /* background-color: red; */
    margin-top: 30px;

  }


  .CV {
    font-size: 0.8rem;
    /* background-color: red; */
  }


  .intro-part {
    font-size: 0.8rem;
    /* background-color: red; */

  }

  .home-container .img-head {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-head::before {
    font-size: 30rem;
    line-height: 13rem;
  }

  .home-container .img-head .img-intro {
    width: 400px;
  }



  /* About Section */

  .about-container p {
    font-size: 1rem;
  }


  /* Project section */


  .projects1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .project1 .projects1-container .proj1 .proj1-info {
    width: 100%;
  }


  /* Contact section */

  .contact {
    height: auto;
  }

  .contact1-block {
    height: 500px;
    width: 100%;
    /* background-color: green; */
  }

  .socials {
    height: 100px;
    /* background-color: red; */
  }

  .contact1-block:nth-of-type(3) {
    /* background-color: green; */
    height: 200px;
  }

  .contact-form {
    min-width: 300px;
    margin-left: -5px;
  }

  .sep1 {
    margin: 8px;
    height: 2px;
    width: 100px;
    background-color: #ccc;
  }


  .contact-container {
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
  }

  
  .footer-text p {
    width: 80%;
  }

}