body {
      font-family: 'Poppins', sans-serif;
    }
    .hero {
      background-image:url(5630939.jpg);
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero p {
      font-size: 1.2rem;
      color: rgb(1, 1, 63);
      background-color: white;
      padding: 0.5rem;
      width: 50%;
      margin-left:320px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .card img {
      height: 200px;
      object-fit: cover;
    }
    footer {
      background: #222;
      color: white;
      padding: 20px 0;
      text-align: center;
    }
    span{
        color: rgb(90, 205, 251);
    }

    .btn{
        background-color:rgb(12, 151, 206);
        color: white;
        font-family: monospace;
        transition: all 0.2s ease-in;
        transform: translateY(0);
    }
    .btn:hover{
        background-color: white;
        color: rgb(12, 151, 206);
        border: 1px solid rgb(12, 151, 206);
        transform: translateY(-2px);
    }

    .navbar-brand{
        font-family: sans-serif;
        font-weight:bold;
        font-size: 1.5em;
        color: rgb(13, 178, 243);

    }

    .nav-link{
        color: white;
        margin-left: 1rem;
        font-family: sans-serif;
        font-weight: bold;
        transition: all 0.1s ease-in;
    }

    .nav-link:hover{
        background-color: rgb(12, 151, 206);
        color: white;
        border-radius: 5px;
    }


    .img-p{
        border-radius: 60%;
        box-shadow: 5px 5px 1px rgb(12, 151, 206),-5px -5px 1px rgb(2, 179, 249);
        margin-left: 150px;

    }

    .abt{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        color:rgb(2, 179, 249) ;
    }
    .abt-p{
        
        font-size: 1.5em;
    }

    .tag{
        background:rgb(2, 179, 249) ;
        padding: 0.5rem;
        color: white;
        text-align: center;
    }

    .iframe{
        background-color: #222;
        margin-top:20px;
        padding: 0.5rem;
    }
    .display{
        margin-left: 460px;
    }
    iframe{
        border-radius: 5px;
    }

    .navbar{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .exp{
      display: flex;
      position: relative;
      height: 50vh;
    }

        .exp1{
      display: flex;
      position: relative;
      height: 62vh;
      margin-top: 5rem;
      margin-bottom: 5rem;
      background-color: #2c2b2b;
      padding: 1rem;
      margin-left: 30px;
      margin-right: 30px;
      border-radius: 15px;
      z-index: 10;
      transition: all 0.2s ease-in-out;
     transform: translateY(0);
    }
.exp1:hover{
  
     transform: translateY(-3px);
     cursor: pointer;
}

    .exp1::before{
      content: "Skills";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: rgb(37, 37, 37) ;
     z-index: 1;
     opacity:0.8;
     overflow: hidden;
     border-radius: 15px;
     transition: all 0.3s ease-in-out;
     transform: translateY(0);
    }



        .exp1:hover::before{
      content: "Skills";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: rgb(37, 37, 37) ;
     z-index: 1;
     opacity:0;
     overflow: hidden;
     border-radius: 15px;

    }

    .education{
      background: rgb(55, 55, 55);
      margin-left: 1rem;
      width: 50%;
      padding: 1rem;
      text-align: center;
      margin-top: 10vh;
      margin-right: 20px;
      font-size: 1.5em;
      font-family: sans-serif;
      border-radius: 10px;
      color:white;
      transform: translateY(0);
      transition: all 0.3s ease-in;
    }
    
    .education:hover{

    transform: translateY(-5px);
    cursor: pointer;
    }
    .sp{
      color: rgb(36, 153, 255);
    }

    h3{
      margin-top: 50px;
      
    }

    .eduu{
      font-family:sans-serif;
      position: absolute;
      margin-top: 20px;
      margin-left:660px;
    }
    .education1{
      background-color: rgb(68, 68, 68);
      border-radius:5px;
      height: 250px;
      width: 250px;
      padding: 1rem;
      text-align: center;
      font-size: 4em;
      margin-top: 6rem;
      margin-left: 150px;
      box-shadow: 3px 10px 1px rgb(65, 65, 65),-3px -10px 1px rgb(33, 33, 33);
       transform: translateY(0);
      transition: all 0.3s ease-in;
    }
.education1:hover{
  transform: translateY(-3px);
}



    .code{
      font-family:monospace;
      font-weight: bold;
      color: rgb(60, 139, 251);
      font-size:35px;
    }



    i{
      color: #222;
    }

    .eduu1{
      margin-top: 12rem;
      margin-left: 3rem;
     font-weight: bold;
     color:white;
     
      
    }

.carousel-caption{
  bottom: 50%;
  transform:translate(0, 50%);
}

.carousel-caption h5{
  font-size: 1rem;
  font-weight: 700;
  /* Changed color to white for better visibility, since you had 'red' in your previous attempt */
  color: white; 
}
/* Centers the carousel and sets the requested dimensions */
#carouselExampleCaptions {
  width: 80%;
  height: 50vh; /* Reverted to 50vh as in the previous prompt, assuming 100vh was a typo */
  margin: 0 auto; 
  
}
/* Ensures internal elements take full height for correct display */
#carouselExampleCaptions .carousel-inner,
#carouselExampleCaptions .carousel-item {
  height: 100%;
}


#carouselExampleCaptions .carousel-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media(min-width: 992px){
  .carousel-caption h5{
    font-size: 4rem;
  }
}

.carousel-caption p {
    color: white !important;
    font-weight: bold;
}

.p-tag{
    color: red;
}

.carousel{
    background: rgb(45, 44, 44);
}

.car{
    color: white;
    padding: 1rem;
    margin-left: 650px;
    font-size: 2em;
    font-weight: bold;
}