
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
}

*::selection {
  background: #2b3dda;
  color: #fff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 0.8rem;
}
html::-webkit-scrollbar-track {
  background: rgb(235, 202, 245);
}
html::-webkit-scrollbar-thumb {
  background: #004792;
}

/* pre loader start */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #e6eff1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.loader-container.fade-out {
  top: -120%;
}
/* pre loader end */

/* navbar starts */
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 10%;
  height: 6.5rem;
  background-color: #000000 ;
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.3);
}
section {
  min-height: 100vh;
  padding: 2rem 9%;
}
.heading {
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  font-weight: 800;
  text-align: center;
}
.heading span {
  color: #73C2FB;
}
header .logo {
  font-size: 3.5rem;
  font-weight: 800;
  text-decoration: none;
  color:  #ffffff;
}
header .logo  span{
  color: #73C2FB;
}
header .logo i {
  font-size: 3rem;
}
header .logo:hover {
  color: #537895;
}
header .navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar li {
  margin-left: 2.5rem;
}
header .navbar ul li a {
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04rem;
  transition: 0.2s;
}
header .navbar ul li a.active,
header .navbar ul li a:hover {
  color: #73C2FB;
  border-bottom: 0.2rem solid  #09011b;
  padding: 0.5rem 0;
}
/* navbar ends */


/* hamburger icon starts*/
#menu {
  font-size: 3rem;
  cursor: pointer;
  color: #73C2FB;
  display: none;
}
@media (max-width: 768px) {
  #menu {
    display: block;
  }
  header .navbar {
    position: fixed;
    top: 6.5rem;
    right: -120%;
    width: 75%;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    background-image: linear-gradient(147deg, #000000 0%,#004792 74%);
   
  }
  header .navbar ul {
    flex-flow: column;
    padding: 1rem;
  }
  header .navbar ul li {
    text-align: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 0.5rem;
    width: 26rem;
  }
  header .navbar ul li a {
    display: block;
    padding: 1rem;
    text-align: left;
    color: #fff;
    font-size: 2rem;
  }
  header .navbar ul li a.active,
  header .navbar ul li a:hover {
    padding: 1rem;
    color: #fff;
    border-radius: 0.5rem;
    border-bottom: 0.5rem solid #73C2FB;
  }
  .fa-times {
    transform: rotate(180deg);
  }
  header .navbar.nav-toggle {
    right: 0;
  }
  
}


/* hero section starts*/
.home {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
  background: linear-gradient(to right, #09203F, #537895);;
  background-size: 40px 40px, cover;
  animation: backgroundAnimation 10s linear infinite alternate;
}

@keyframes backgroundAnimation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/* Rest of your existing styles */
.home {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
  background: linear-gradient(to top,#004792, #000000);

  animation: gradientAnimation 5s infinite alternate;
  background-size: cover;
}

@keyframes gradientAnimation {
  0% {
      background-position: 0% 0%;
  }
  100% {
      background-position: 0% 100%;
  }
}


/* Rest of your existing styles */

.home #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home .content {
  flex: 1 1 40rem;
  padding-top: 1rem;
  z-index: 1;
}


.home .content h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #ffffff; /* White text color */
}

.home .content h2 span {
  font-size: 5rem;
  font-weight: 800;
  color: #73C2FB; /* Light green text color */
}

.home .content p {
  font-size: 2.5rem;
  color: #ffffff; /* White text color */
  font-weight: 600;
  padding: 1rem 0;
}

.home .content p span {
  font-size: 2.5rem;
  color:#73C2FB; /* Red text color */
  font-weight: 600;
  padding: 1rem 0;
}

.home .btn {
  margin-top: 1rem;
  position: absolute;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 4em;
  transition: 0.5s;
  color:#001f3f; /* White text color */
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  box-shadow: 0px 5px 18px rgb(99, 143, 199);
  font-family: "Nunito", sans-serif;
}



.home .btn span {
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
}

.home .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.home .btn:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);

}


.home .btn:hover i {
  transform: translateX(5px);
}

/* social icons start */
.socials {
  position: relative;
  margin-top: 9rem;
}

.socials .social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.socials .social-icons li {
  display: inline-block;
  margin-bottom: 14px;
}

.social-icons a {
  font-size: 2rem;
  display: inline-block;
  line-height: 44px;
  color:#73C2FB;
  background-color: #09011b;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color:#001f3f;
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.social-icons a.github:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.social-icons a.twitter:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.social-icons a.linkedin:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.social-icons a.dev:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}


/* social icons end */

/* hero media queries starts*/
@media (max-width: 450px) {
  .home .btn {
    margin: 4rem 0;
  }
  .socials {
    margin-top: 12rem;
  }
  .home .image img {
    margin-top: -12rem;
  }
  .home .content p {
    font-size: 2.2rem;
  }
  .home .content p span {
    font-size: 2.2rem;
  }
}
/* hero media queries ends*/
/* hero section end */

/* about section starts */
.about {
  background: linear-gradient(to top, #000000,#004792);


}

.about .row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 4rem;
}

.about .row .image {
  text-align: center;
  flex: 1 1 35rem;
}

.about .row .image img {
  margin: 4rem;
  width: 30rem;
  height: auto;
  border-radius: 5%;
 
}

.about .row .image img:hover {
  mix-blend-mode: normal;
}

.about .row .content {
  flex: 1 1 45rem;
  padding: 3rem;
}

.about .row .content h3 {
  color: #ffffff; /* Adjust to a suitable text color */
  font-size: 5.5rem;
}
.about .row .content h3 span{
  color: #73C2FB;

}
.about .row .content .tag {
  font-size: 3.4rem;
  color: #ffffff; /* Adjust to a suitable text color */
  font-weight: 600;
  margin-top: 1rem;
}
.about .row .content p {
  font-size: 2.2rem; /* Increased font size for better readability */
  margin-top: 1rem; /* Adjusted margin for more spacing */
  font-family: "Nunito", sans-serif; /* Ensured fallback font is specified */
  font-weight: 560; /* Adjusted font weight */
  color: #ffffff; /* Changed text color to white */
  text-transform: none; /* Normal text casing */
  line-height: 1.4; /* Improved line spacing */
  text-align: justify; /* Align text to justify */
}

.about .row .content p .highlight {
  color: #73C2FB; /* Highlight color for "Hi, my name is" */
  font-weight: 750; 
  font-size: 3rem;/* Bolder font for emphasis */
}

.about .row .content p .name {
  color: #73C2FB; /* Custom color for the name */
  font-weight:750;
  font-size: 3rem; /* Bolder font for the name */
}

.about .row .content .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: "Nunito";
  font-weight: 600;
}

.about .row .content .box-container .box p {
  text-transform: none;
}

.about .row .content .box-container .box p span {
  color: #73C2FB; 
}

.resumebtn {
  margin-top: 6rem;
}

.resumebtn .btn {
  padding: 1.7rem 3rem;
  border-radius: 4em;
  transition: 0.3s;
  color:#001f3f; /* White text color */
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%); 
  box-shadow: 0px 5px 18px rgb(99, 143, 199);
  font-family: "Nunito", sans-serif;
}

.resumebtn .btn span {
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
}

.resumebtn .btn i {
  margin-left: 0.3rem;
  font-size: 1.2rem;
  transition: 0.3s;
}


.resumebtn .btn:hover i {
  transform: translateX(5px);
}

/* about media queries starts*/
@media screen and (max-width: 600px) {
  .about .row .image {
    margin-top: 2rem;
  }
  .about .row .image img {
    margin: 0 auto;
    width: 80%;
    mix-blend-mode: normal;
  }
  .about .row {
    padding: 0.5rem;
    margin-bottom: 7rem;
  }
  .about .row .content {
    padding: 1rem;
  }
  .about .row .content .box-container {
    gap: 0;
  }
}
/* about media queries ends*/
/* about section ends */
.skills {
  min-height: 90vh;
  padding: 2rem 1rem;
  background: linear-gradient(to top, #004792, #000000);
}

.skills h2 {
  color: #73C2FB;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 5rem;
}

.skills .heading span {
  color: #73C2FB;
  font-size: 5rem;
}
.skills .heading  {
  color: #73C2FB;
  font-size: 5rem;
}
.skills .container {
  width: 90%;
  margin: auto;
}

/* === Container and General Styles === */
#skillsContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  justify-items: center;
  margin-top: 2rem;
  perspective: 1000px;
}

/* === Card Styles === */
.card {
  width: 180px;
  height: 180px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  will-change: transform;
}

/* === Card Faces === */
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(115, 194, 251, 0.3), 0 0 10px rgba(255, 255, 255, 0.05);
}

.face.front {
  background: #0a2351;
  transform: rotateY(0deg);
}

.face.back {
  background: #73C2FB;
  transform: rotateY(180deg);
  color: #0a2351;
}

/* === Content Inside the Faces === */
.face img {
  width: 60px;
  height: 60px;
  margin-bottom: 0.5rem;
}

.face span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.5rem;
}


.skill-level.expert {
  font-size: 1.8rem;
  color: #fff;
  background-color: #088d27;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}

.skill-level.intermediate {
  font-size: 1.8rem;
  color: #000;
  background-color: #ffc013;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}


/* === Hover Handling: Flip on Hover === */
.card:hover .front {
  transform: rotateY(180deg);
}

.card:hover .back {
  transform: rotateY(360deg);
}

/* === Responsive Styles === */
@media (max-width: 1200px) {
  #skillsContainer {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .card {
    width: 150px;
    height: 150px;
  }
  .face img {
    width: 50px;
    height: 50px;
  }
  .face span {
    font-size: 1.2rem;
  }
}

@media (max-width: 992px) {
  .skills h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  #skillsContainer {
    grid-template-columns: repeat(3, 1fr); /* Three cards per row */
    gap: 1.5rem;
  }
  .card {
    width: 100%;
    height: 120px;
    max-width: 120px;
  }
  .face img {
    width: 40px;
    height: 40px;
  }
  .face span {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  #skillsContainer {
    grid-template-columns: repeat(2, 1fr); /* Keep three cards per row */
    gap: 1rem;
  }
  .card {
    height: 120px;
    max-width: 120px;
  }
  .face img {
    width: 50px;
    height: 50px;
  }
  .face span {
    font-size: 1.5rem;
  }
  .skills h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 400px) {
  #skillsContainer {
    grid-template-columns: repeat(2, 1fr); /* Switch to two cards per row on very small screens */
  }
  .card {
    height: 120px;
    max-width:120px;
  }
  .face img {
    width: 50px;
    height: 50px;
  margin-bottom: 1rem;
  }
  .face span {
    font-size: 1.5rem;
  }
}

/* General styles for all screen sizes */
.card {
  transition: transform 0.3s ease;
  /* Add any additional card styling you want */
}

.face img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.face span {
  display: block;
  text-align: center;
}


/* Work section starts */
.work {
  background: linear-gradient(to top, #000000,#004792);

}

.work h2 {
  color: #fff;
  padding: 2rem;
}

.work .heading span {
  color:#73C2FB;
}

.work .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;

}

.work .box-container .box {
  flex: 1 1 calc(33.33% - 1rem); /* Ensure four boxes fit in a row */
  box-sizing: border-box;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 30rem;
}

@media screen and (max-width: 1200px) {
  .work .box-container .box {
    flex: 1 1 calc(33.33% - 1rem); /* Three boxes per row */
  }
}

@media screen and (max-width: 768px) {
  .work .box-container .box {
    flex: 1 1 calc(50% - 1rem); /* Two boxes per row */
  }
}

@media screen and (max-width: 450px) {
  .work .box-container .box {
    flex: 1 1 100%; /* One box per row */
  }
}

.work .box-container .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.work .box-container .box .content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 85%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
}

.work .box-container .box .content .tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  width: 100%;
  padding-left: 1rem;
  background-color: #73C2FB;
  
}

.work .box-container .box .content .tag h3 {
  font-size: 2rem;
  color:#001f3f;
}

.work .box-container .box:hover .content {
  top: 25%;
}

.work .desc {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.work .desc p {
  font-size: 1.5rem;
}

.work .desc .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.work .desc .btns .btn {
  line-height: 0;
  display: inline;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  background: rgb(12, 12, 12);

  margin-right: 2rem;
}

.work .desc .btns .btn:hover {
  background: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
  color: #000000;
}

.work .viewall {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom:  5rem; 
}

.work .viewall .btn {

  position: absolute;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 2em;
  transition: 0.5s;
  color:#001f3f; /* White text color */
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  box-shadow: 0px 5px 18px rgb(99, 143, 199);
  font-family: "Nunito", sans-serif;
}


.work .viewall .btn span {
  font-weight: 600;
  font-size: 1.7rem;
  font-family: "Nunito", sans-serif;
}

.work .viewall .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}



.work .viewall .btn:hover i {
  transform: translateX(5px);
}
@media screen and (max-width: 600px) {
  .work .viewall  {
    margin-top: 4rem;
    margin-bottom:  5rem; 
  }
}
@media screen and (max-width: 450px) {
  .work .button-group{
    width: 100%;
  }
  .work .box-container{
    margin: 0rem;
  }
  .work .box-container .grid-item .box{
    width: 95% !important;
  }
}
/* Education Section */
.education {
  background: linear-gradient(to top, #004792, #000000);
  min-height: 80vh;
  padding: 5rem 0;
}

.heading {
  text-align: center;
  margin-bottom: 4rem;
}

.heading span {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading span i {
  color: #61dafb;
  margin-right: 1rem;
}

.education-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 3rem;
}

.education-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.education-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.education-image {
  height: 250px;
  overflow: hidden;
}

.education-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.education-card:hover .education-image img {
  transform: scale(1.05);
}

.education-details {
  padding: 2.5rem;
  position: relative;
}

.education-details h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  color: #002147;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.university {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: #0093AF;
  margin-bottom: 1.7rem;
  font-weight: 600;
}

.education-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.year {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.9rem;
  color: #21699c;
  font-weight: 600;
}

.pursuing {
  color: #06af22;
  font-size: 1.7rem;
  font-weight: 600;
}

.degree-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #004792, #61dafb);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 4px 15px rgba(0, 71, 146, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .education-container {
    flex-direction: column;
    gap: 2rem;
  }
  
  .heading span {
    font-size: 3.5rem;
  }
  
  .education-details h3 {
    font-size: 2.3rem;
  }
  
  .university {
    font-size: 2rem;
  }
  
  .year {
    font-size: 1.8rem;
  }
}
/* education media queries ends*/
/* experience section starts */

.experience{
  background: linear-gradient(to top, #000000, #004792);
}
experience .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.experience .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background: #020133;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -2;
}

.experience .container {
  padding: 15px 45px;
  position: relative;
  
  border-radius: 3rem;
  width: 50%;
}


/* circles on timeline */
.experience .container::after {
  content: "\f0b1";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  color: #00d9ff;
  background-color: #09011b;
  border: 5px solid#09011b;
  top: 15px;
  border-radius: 50%;
  z-index: 100;
  font-size: 1.89rem;
  text-align: center;
  font-weight: 600;
 
  font-family: "Font Awesome\ 5 Free";
}
.experience .left {
  left: 0;
}
.experience .right {
  left: 50%;
}
/* arrows pointing right */
.experience .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #ff9f55; /* Updated orange color */
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #09011b;
}
/* arrows pointing left  */
.experience .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #09011b; /* Updated orange color */
  border-width: 10px 10px 10px 0;
  border-color:#09011b;
}
.experience .right::after {
  left: -16px;
}
.experience .content {
  background-color: #ffffff; /* Set the background color to white */
  position: relative;
  border-radius: 7px;
}
.experience .content .tag {
  font-size: 1.3rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}
.experience .content .desc {
  margin-left: 1.5rem;
  padding-bottom: 1rem;
}
.experience .content .desc h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.experience .content .desc p {
  font-size: 1.2rem;
}
/* view all button */
.morebtn {
  display: flex;
  justify-content: center;
}
.morebtn .btn {
  position: relative;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 2rem;
  transition: 0.5s;
  color: #000000; 
  background: #09011b; 
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  box-shadow: 0px 5px 18px rgba(48, 68, 247, 0.6);
  font-family: "Nunito", sans-serif;
}
.morebtn .btn span {
  font-weight: 600;
  font-size: 1.7rem;
  font-family: "Nunito", sans-serif;
}
.morebtn .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}
.morebtn .btn:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}
.morebtn .btn:hover i {
  transform: translateX(5px);
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .experience {
    min-height: 80vh;
  }
  .experience .timeline {
    margin-top: 2rem;
  }
  .experience .timeline::after {
    left: 31px;
  }
  .experience .container {
    width: 100%;
    padding-left: 8rem;
    padding-right: 2rem;
  }
  .experience .container::after {
    font-size: 2.2rem;
  }
  .experience .container::before {
    left: 61px;
    border: medium solid #09011b;
    border-width: 10px 10px 10px 0;
    border-color: transparent #09011b transparent transparent;
  }
  .experience .left::after {
    left: 15px;
  }
  .experience .right::after {
    left: 15px;
  }
  .experience .right {
    left: 0%;
  }
  .morebtn {
    margin-top: 3rem;
  }
}
/* experience media queries ends */
/* experience section ends */

/* contact section starts */
.contact {
  background: linear-gradient(to top, #000000,  #004792);
  min-height: 60vh;
}

.contact .container {
  max-width: 1050px;
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  margin: 2rem 5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.contact .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
}

.contact .content .image-box {
  max-width: 60%;
  margin-left: 4rem;
}

.contact .content .image-box img {
  width: 100%;
  height: 40rem;
  position: relative;
}

.contact .content form {
  width: 45%;
  margin-right: 3.5rem;
}

form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group .field {
  height: 50px;
  display: flex;
  position: relative;
  margin: 1rem;
  width: 100%;
}

form i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: rgb(51, 51, 51);
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

form .field input,
form .message textarea {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 16px 0 48px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: 1px solid rgb(51, 51, 51);
  background: #e5ecfb;
}

.field input::placeholder,
.message textarea::placeholder {
  color: rgb(51, 51, 51);
}

.field input:focus,
.message textarea:focus {
  padding-left: 47px;
  border: 2px solid #73C2FB;
}

.field input:focus ~ i,
.message textarea:focus ~ i {
  color: #73C2FB;
}

form .message {
  position: relative;
  margin: 1rem;
  width: 100%;
}

form .message i {
  top: 25px;
  font-size: 20px;
  left: 15px;
}

form .message textarea {
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 12px 20px 0 48px;
}

form .message textarea::-webkit-scrollbar {
  width: 0px;
}

form .button-area {
  display: flex;
  float: right;
  flex-direction: row-reverse;
}

.button-area button {

  border: none;
  outline: none;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 12px;
  padding: 13px 25px;
  transition: 0.5s;
  color: #73C2FB; 
  background: #09011b; 
  box-shadow: 0px 5px 18px rgba(48, 68, 247, 0.6);
  font-family: "Nunito", sans-serif;
}

.button-area button:hover {
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.6);
  color: #000000;
}

.button-area span {
  font-size: 17px;
  padding: 1rem;
  display: none;
}

.button-area button i {
  position: relative;
  top: 6px;
  left: 2px;
  font-size: 1.5rem;
  transition: 0.3s;
  color: #73C2FB;
}

.button-area button:hover i {
  left: 8px;
  color: #000000;
}

/* contact section media queries starts */
@media (max-width: 900px) {
  .contact {
    min-height: 70vh;
  }
  .contact .container {
    margin: 3rem 0 2rem 0;
  }
  .contact .container .content {
    padding: 18px 12px;
  }
  .contact .content .image-box {
    display: none;
  }
  .contact .content form {
    width: 100%;
    margin-right: 2rem;
  }
}
/* contact section media queries ends */
/* contact section ends */

/* footer section starts */
.footer {
  min-height: auto;
  padding-top: 0;
  background: #000000;

}
.footer .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .box-container .box {
  flex: 1 1 25rem;
  margin: 2.5rem;
}
.footer .box-container .box h3 {
  font-size: 2.7rem;
  color: whitesmoke;
  padding-bottom: 1rem;
  font-weight: normal;
}
.footer .box-container .box h3 span {
 
  color: #73C2FB;

}

.footer .box-container .box p {
  font-size: 1.7rem;
  color: #ffffff ;
  padding: 0.7rem 0;
  text-transform: none;
}
.footer .box-container .box p i {
  padding-right: 1rem;
  color: #73C2FB;
}
.footer .box-container .box a {
  font-size: 1.5rem;
  color:#ffffff ;
  padding: 0.3rem 0;
  display: block;
}
.footer .box-container .box a:hover {
  color: #73C2FB;
  
}
.footer .box-container .box .share {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.footer .box-container .box .share a {
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.7rem;
  margin-right: 1rem;
  transition: 0.2s;
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    color: #000508;
  ;
  border: none;
}
.footer .box-container .box .share a:hover {
  background: radial-gradient(circle at -3.7% -5%, rgb(113, 213, 225) 0.3%, rgb(73, 146, 226) 90.5%);
  box-shadow: 0px 5px 18px rgba(190, 197, 255, 0.6);
  transform: scale(0.98);

  color: #09011b;
}
.footer .credit {
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #fff;
  border-top: 0.1rem solid #fff3;
}
.footer .credit a {
  color: #09011b;
}
.footer .fa {
  color: #e90606;
  margin: 0 0.3rem;
  font-size: 1.5rem;
  animation: pound 0.35s infinite alternate;
}
@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@media (max-width: 450px) {
  .footer .box-container .box {
    margin: 1.5rem;
  }
  .footer .box-container .box p {
    padding: 0.7rem;
  }
  .footer .box-container .box .share a {
    padding: 1.2rem;
  }
}
/* footer section ends */

/* common media queries starts*/
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
  body {
    padding-right: 0;
  }
  section {
    padding: 2rem;
  }
}
/* common media queries ends*/

/* scroll top starts */
#scroll-top {
  position: fixed;
  top: -140%;
  right: 2rem;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  box-shadow: 0px 5px 18px rgba(48, 68, 247, 0.6);
  color: #000000;
  border-radius: 50%;
  transition: 1s linear;
  z-index: 1000;
}
#scroll-top.active {
  top: calc(100% - 12rem);
}
/* scroll top ends */
