/* write the code for about section beautification for better  */

body {
  background-color: rgb(20, 11, 28);
}
nav {
  box-shadow: 0 8px 10px rgba(192, 143, 237, 0.747);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.about-section {
  padding-bottom: 5vw;
  background-size: cover;
  background-position: center;
  height:fit-content;
  background: linear-gradient(180deg, #0c0934 17.75%, #6e35ad 100%);
}

.about-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #d0d857;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #f3f064;
}
/* Social Icons Styling */
.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-icons a {
  color: #d0d857;
  font-size: 3vw;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #9352c4;
}
.about-bg-img {
  background: url(about-image/about_img.jpeg) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  filter: blur(0);
  position: absolute;
  transition: filter 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about-img:hover .about-bg-img {
  filter: blur(3px);
}

.about-image {
  filter: blur(0);
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: luminosity;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* name styling */
.name {
  font-family: dancing script;
  font-size: 6vw;
  color: #f3f064;
}
#second {
  padding-left: 6vw;
}
#third {
  padding-left: 15vw;
}
.hero {
  padding-top: 3vw;
  max-width: 90vw;
}

.about-section .btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.about-section .btn:hover {
  background-color: #0056b3;
}

/* TIMELINE SECTION */
/* .timeline{
    background-color: rgba(236,236,241,.44);
} */
.hori-timeline .events {
  border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}
.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}
.timeline_title{
  font-family: Rubik Glitch;
}
/* Add to about-styles.css */
.btn-gradient {
  background: linear-gradient(45deg, #2937f0, #9f1ae2);
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-gradient:hover {
  background: linear-gradient(45deg, #9f1ae2, #2937f0);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  color: white;
}

.btn-gradient:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 55, 240, 0.3);
}
@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }
  .hori-timeline .events .event-list .event-date {
    top: -12px;
  }
}
/* target aim section */
.aim-target {
  padding-bottom: 5vw;
  background-size: cover;
  background-position: center;
  height: 80vh;
  background: linear-gradient(180deg, #0c0934 17.75%, #6e35ad 100%);
}
.image-container-fluid{
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  max-height: 80vh;
  max-width: 50vw;
  padding-top:0;
  padding-bottom:0;
  margin:auto;
  gap: 0px;
}
.aim{
  margin:none;
  padding:none;
  max-width: none;
}

.bg-soft-primary {
  background-color: rgba(64, 144, 203, 0.3) !important;
}
.bg-soft-success {
  background-color: rgba(71, 189, 154, 0.3) !important;
}
.bg-soft-danger {
  background-color: rgba(231, 76, 94, 0.3) !important;
}
.bg-soft-warning {
  background-color: rgba(249, 213, 112, 0.3) !important;
}
.social-media {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.profile_photo{
  justify-content: center;
  align-items: center;
  display: flex;
}
.profile_photo {
  background-image: url('/assets/bck.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.img-fluid{
  border-radius: 40%;
}

.what_head{
  color: #f3f064;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: dancing script;
}
.what_text{
  color: rgb(255,255,255);
  font-family: dancing script;
  font-size:2rem;
}



/* social media section */
.card {
  border: none;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
  box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
  position: relative;
  overflow: hidden;
  margin: 1rem;
  transition: transform 0.3s ease;
}

.about-row{
  justify-content: space-around;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-overlay {
  padding: 0;
  position: relative;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.card-title{
  color: #9f1ae2;
}
.card-text{
  font-weight: 600;
  color: #ffffff;
}

.hover-effect:hover {
  transform: scale(1.03);
}

.hover-effect:hover .overlay-content {
  transform: translateY(0);
}

.card-text small {
  color: rgba(255,255,255,0.8);
}

/* footer */
.footer{
  text-align: center;
}


@media (max-width: 768px) {
  .about-section {
    min-height: 100vh;
    padding: 2rem 1rem;
  }

  .about-content {
    text-align: center;
    padding: 1rem;
  }

  #hero-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .name {
    font-size: 3.5rem !important;
    padding: 0 !important;
    margin: 0.5rem 0;
    text-align: center;
  }

  #first, #second, #third {
    padding-left: 0 !important;
  }

  .social-icons {
    margin: 2rem 0;
  }

  .social-icons a {
    font-size: 2rem;
    margin: 0 15px;
  }

  .about-img {
    margin-top: 2rem;
    position: relative;
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-image {
    position: relative;
    max-width: 80%;
    height: auto;
    transform: none;
    left: auto;
    top: auto;
  }

  .about-bg-img {
    display: block;
    opacity: 0.3;
  }

  .col-lg-6 {
    width: 100%;
  }

  .hero {
    padding-top: 1rem;
  }
  .aim-target{
    display:inline-table;
  }
  #line{
    display: none;
  }
}

/* Add these general styles outside media query */
.about-content {
  transition: all 0.3s ease;
}

/* .about-image {
  transition: all 0.3s ease;
  max-width: 100%;
  height: auto;
} */
