body {
    background: #f6f9fc;
    font-family: "Open Sans", sans-serif;
    color: #525f7f;
  }

   
  main {
    width: 85vw !important;
display: grid;
grid-template-columns: auto auto;
align-items: center;
margin-top: 180px;
/* overflow: hidden; */
}

.blp {
    width: 70%; /* Set the width of the left side */
    padding: 20px; /* Padding for the content */
    margin-left: 20px;
    box-sizing: border-box; /* Ensures padding is included in the width/height */
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack elements vertically */
    justify-content: center; /* Center the content vertically */
    align-items: flex-start; /* Align content to the left */
    font-family: Arial, sans-serif; /* Set font */
    text-align: left; /* Align text to the left */
    color: #333; /* Dark text color for better readability */
}

.blp h1 {
    font-size: 3rem; /* Big font size for the heading */
    margin-bottom: 15px; /* Space below the heading */
    font-weight: 700; /* Bold the heading */
    color: black; /* Blue color for heading */
    text-align: initial;
}

.blp p {
    font-size: 1.35rem; /* Slightly larger font for the paragraph */
    line-height: 1.6; /* Line height for better readability */
    margin-bottom: 20px; /* Space below the paragraph */
    color: #555; /* Slightly lighter text for the paragraph */
}

.blp .BTNNN-BAN {
    padding: 12px 25px; /* Add padding for the .BTNNN-BAN */
    background-color: #1a73e8; /* Blue background for the .BTNNN-BAN */
    color: white; /* White text on the .BTNNN-BAN */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    font-size: 1rem; /* Standard font size */
    cursor: pointer; /* Cursor pointer for hover effect */
    transition: background-color 0.3s ease; /* Smooth transition for hover */
    outline: none;
}

.blp .BTNNN-BAN:hover {
    background-color: #1558b0; /* Darker blue when hovered */
}

/* From Uiverse.io by adamgiebl */ 
.BTNNN-BAN {
    font-family: inherit;
    font-size: 30px;
    background: royalblue;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    width: 150px !important;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
  }
  
  .BTNNN-BAN span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  
  .BTNNN-BAN svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
  }
  
  .BTNNN-BAN:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
  }
  
  .BTNNN-BAN:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
  }
  
  .BTNNN-BAN:hover span {
    transform: translateX(5em);
  }
  
  .BTNNN-BAN:active {
    transform: scale(0.95);
  }
  
  @keyframes fly-1 {
    from {
      transform: translateY(0.1em);
    }
  
    to {
      transform: translateY(-0.1em);
    }
  }
  

  /* second section */

  .place-img img {
    width: 85%;
}

.container-card {
    display: flex;
    padding: 50px;
    gap: 20px;
    margin-top: 50px;
}


.left-section {
    max-width: 40%;
    
}

.left-section h1 {
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.left-section .stats {
    margin: 20px 0;
}

.left-section .stats .stat {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

.left-section .stats .stat img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.button-container-card {
    margin-top: 20px;
}

.button-container-card a {
    text-decoration: none;
    background-color: #1a73e8;
    color: white !important;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1em;
    display: inline-block;
}

.right-section {
    gap: 20px;
    justify-content: flex-end;
    width: 60%;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    padding: 20px;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    text-align: center;
}

.testimonial-card-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-card p {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #126674;
}

.testimonial-card h5 {
    font-size: 14px;
}

.testimonial-card .company {
    font-weight: bold;
}

.marqeeCard {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 17px;
}

header {
    text-align: center;
    padding: 20px;
}

.filters,
.categories {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.filters button {
    margin: 0 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #11d3ef;
    color: white;
    cursor: pointer;
}

.filters button:hover {
    background-color: #11d3ef;
}

.cardsplace {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
}

.card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    width: calc(25% - 40px);
    text-align: center;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.card img {
    width: 150px;
    height: 38px;
    margin: 10px 0;
}

.card .arrow {
    font-size: 24px;
    margin: 10px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination button {
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #11d3ef;
    color: white;
    cursor: pointer;
}

.pagination button.active {
    background-color: #333;
}

.pagination button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.profile-img {
    border-radius: 50%;
    height: 150px;
}

.card h4 {
    font-size: 25px;
    font-weight: 600;
}

.marqeeCard-img {
    height: 40px;
}

.cardsplace .card {
    align-items: center;
}

section {
    margin: 30px 0 0 0;
}

.our-mentor {
    padding: 30px 0 0 0;
}

.container-fluid .DIS {
    margin: 0;
}

.categories {
    margin: 0;
}

.place-img {
    display: flex;
    justify-content: center;
}


.ulimgli{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    /* grid-gap: 30px; */
    align-items: center;
    
}
l
.ulimgli{
     display: grid;
/* flex-wrap: wrap; */
align-items: center;
justify-self: center;
text-align: center;
    }
    .ulimgli li img {
        width: 150px;
    }





   



h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}


    

        header{
           position: relative;
            /* display: ; */
        }
.gallery {
	--s: 150px;
	--g: 10px;
	display: grid;
	
	& > img {
		grid-area: 1/1;
		width: var(--s);
		aspect-ratio: 1.15;
		object-fit: cover;
		clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
		transform: translate(var(--_x,0), var(--_y,0));
		
		&:nth-child(1) { --_y: calc(-100% - var(--g)); }
		&:nth-child(7) { --_y: calc( 100% + var(--g)); }
		&:nth-child(3), &:nth-child(5) { --_x: calc(-75% - .87*var(--g)); }
		&:nth-child(4), &:nth-child(6) { --_x: calc( 75% + .87*var(--g)); }
		&:nth-child(3), &:nth-child(4) { --_y: calc(-50% - .5*var(--g)); }
		&:nth-child(5), &:nth-child(6) { --_y: calc( 50% + .5*var(--g)); }
	}
}


    



    .cardplacementfilter{
        background-color: #1656a2;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        border-radius: 20px;
        padding: 0px 10px 7px 10px;
    }
    .imgbroderdouble{
        object-fit: cover;
display: block;

background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
    }
    .imgbroderdouble img{
        width: 150px;
height: 150px;
background-position: 50% 50%;
margin: -60px auto 0;
border-radius: 50% !important;
border: 3px solid #559aee;
    }
    .grinduse{
        display: grid;
        grid-template-columns:auto auto;
        text-align: left;
        gap: 5px;
    }
    .candidateName{
        color: white;
        font-size: 20px !important;
        font-weight: 700;
    }
    .colourright{
        color: white !important;
    }
.Colorleft{
    color:aquamarine;
    font-weight: 600;
}


/* <!-- roadmap csss --> */


    * {
  box-sizing: border-box;
}
html {
  font-size: 14px;
}

h2 {
  margin: 5%;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
}
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(60vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #f6a4ec;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
















    @media (max-width: 900px) {

      main{
        max-width: auto !important;
      }

      .blp h1{
        font-size: 30px;
      }

        .container-card {
            flex-direction: column;
            padding: 10px 25px;
        }
    
        .left-section {
            max-width: 100vw;
        }

        .testimonial-card{
          width: auto !important;
        }
    
        .right-section {
            width: 100vw;
        }
    
        .container-Data {
            flex-wrap: wrap;
            height: 400px;
            overflow: scroll;
            justify-content: center;
        }
    
        .left-section h1 {
            font-size: 22px;
            margin-bottom: 40px;
            text-align: center;
            font-weight: 600;
        }
    
        .rev-con h3 {
            text-align: center;
            padding: 0;
            font-size: 22px;
            font-weight: 600;
        }
    
        h1 {
            font-size: 22px;
            font-weight: 600;
        }
    
        section {
            margin: 0;
        }
    
        .our-mentor {
            padding: 0;
        }
        .ulimgli li img {
            width: 100px;
        }
    }
    @media (max-width: 786px) {
        .timeline__event {
          flex-direction: column;
          align-self: center;
        }
        .timeline__event__content {
          width: 100%;
        }
        .timeline__event__icon {
          border-radius: 6px 6px 0 0;
          width: 100%;
          margin: 0;
          box-shadow: none;
        }
        .timeline__event__icon:before, .timeline__event__icon:after {
          display: none;
        }
        .timeline__event__date {
          border-radius: 0;
          padding: 20px;
        }
        .timeline__event:nth-child(2n + 1) {
          flex-direction: column;
          align-self: center;
        }
        .timeline__event:nth-child(2n + 1) .timeline__event__date {
          border-radius: 0;
          padding: 20px;
        }
        .timeline__event:nth-child(2n + 1) .timeline__event__icon {
          border-radius: 6px 6px 0 0;
          margin: 0;
        }
        .timeline__event {
                    width: 80vw;
          }
      }
    @media (max-width: 769px) {
        .blp {
            width: 100% !important; }
        .gallery {
           display: none !important ;
        }
        .ulimgli li img {
            width: 50px;
        }
    
        main {
            /* width: 85vw; */
	display: flex;
    grid-template-columns: auto;
justify-content: center;
align-items: center;
}

    }
   
    