#dashboard_ss{
  position: absolute;
  bottom: 40px;
  left: 29rem;
  right: 0;
  width: 517px;
  height: 300px;
}

/* Container for the image */
.image-container {
  perspective: 1000px; /* Define the perspective value */
  position: relative;
}

/* The image */
.image-container img {
  width: 300px; /* Set the width of the image */
  height: 200px; /* Set the height of the image */
  transform: rotateY(-30deg) translateZ(-50px); /* Apply the 3D transformation */
  transition: transform 0.5s ease; /* Add a smooth transition effect */
  filter: grayscale(50%) contrast(120%); /* Add grayscale and contrast effects */
  /* Add a white box shadow */
  position: relative; /* Add position property for absolute positioning of shadow */
  z-index: 1; /* Set z-index to place the image above the reflection */
}

/* Add shadow below the image */
.image-container img::after {
  content: "";
  position: absolute;
  bottom: -50px; /* Set the distance of the shadow from the image */
  left: 0;
  right: 0;
  height: 20px; /* Set the height of the shadow */
  background-color: rgba(255, 255, 255, 0.8); /* Set the color and opacity of the shadow */
  transform: rotateX(45deg); /* Add 3D rotation effect to the shadow */
  transform-origin: bottom; /* Set the transform origin to the bottom of the shadow */
  z-index: -1; /* Move the shadow below the image */
}

.image-container::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 15rem;
  right: -650px;
  height: 200px;
  width: 68rem;
  background: radial-gradient(ellipse at center, rgba(85, 83, 83, 0.8) 0%, rgba(255, 255, 255, 0) 30%);
  transform: rotateX(180deg);
  transform-origin: bottom;
  z-index: -1;
}

/* Add hover effect */
.image-container:hover img {
  transform: rotateY(0deg) translateZ(0px); /* Reset the transformation on hover */
  filter: grayscale(0%) contrast(100%); /* Reset the grayscale and contrast effects */
  /* Change the box shadow on hover */
}

@media screen and (max-width: 1150px) {
  #dashboard_ss {
    display: none; /* Hide the element after 1150px width */
  }
  .image-container::after {
    display: none; /* Hide the element after 1150px width */
  }
}

@media screen and (max-width: 2000px){
  #intern_dashboard1 {
    position: absolute;
    left: 175px;
    top: 70px;
    height: 91vh;
    width: 83%;
  }
  #intern_dashboard2{
    display: none;
  }
  #intern_dashboard3{
    display: none;
  }
  #intern_dashboard4{
    display: none;
  }
  #intern_dashboard5{
    display: none;
  }

  #placement_dashboard1 {
    position: absolute;
    left: 175px;
    top: 70px;
    height: 91vh;
    width: 83%;
  }
  #placement_dashboard2{
    display: none;
  }
  #placement_dashboard3{
    display: none;
  }
  #placement_dashboard4{
    display: none;
  }
  #placement_dashboard5{
    display: none;
  }
}


@media screen and (max-width: 1371px) {
  #intern_dashboard1 {
    left: 100px;
  }
  #placement_dashboard1 {
    left: 100px;
  }
}

/* New iframe link */
@media screen and (max-width: 1266px) {
  #intern_dashboard1{
    display: none;
  }
  #intern_dashboard2 {
    display: flex;
    position: absolute;
    left: 175px;
    top: 70px;
    height: 91vh;
    width: 83%;
  }
  #intern_dashboard3{
    display: none;
  }
  #intern_dashboard4{
    display: none;
  }
  #intern_dashboard5{
    display: none;
  }

  #placement_dashboard1{
    display: none;
  }
  #placement_dashboard2 {
    display: flex;
    position: absolute;
    left: 175px;
    top: 70px;
    height: 91vh;
    width: 83%;
  }
  #placement_dashboard3{
    display: none;
  }
  #placement_dashboard4{
    display: none;
  }
  #placement_dashboard5{
    display: none;
  }
}


@media screen and (max-width: 1176px) {
  #intern_dashboard2 {
    left: 46px;
    top: 110px;
    height: 35rem;
    width: 55rem;
  }
  #placement_dashboard2 {
    left: 46px;
    top: 110px;
    height: 35rem;
    width: 55rem;
  }

}

/* New iframe link  */
@media screen and (max-width: 1033px) {
  #intern_dashboard1{
    display: none;
  }
  #intern_dashboard2{
    display: none;
  }
  #intern_dashboard3 {
    position: absolute;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
  }
  #intern_dashboard4{
    display: none;
  }
  #intern_dashboard5{
    display: none;
  }
  #placement_dashboard1{
    display: none;
  }
  #placement_dashboard2{
    display: none;
  }

  #placement_dashboard3 {
    position: absolute;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
  }
  #placement_dashboard4{
  display: none;
  }
  #placement_dashboard5{
  display: none;
  }
}

/* New iframe link */
@media screen and (max-width: 847px) {
  #intern_dashboard1{
    display: none;
  }
  #intern_dashboard2{
    display: none;
  }
  #intern_dashboard3{
    display: none;
  }
  #intern_dashboard4 {
    position: absolute;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
  }
  #intern_dashboard5{
    display: none;
  }
  #placement_dashboard1{
    display: none;
  }
  #placement_dashboard2{
    display: none;
  }
  #placement_dashboard3{
    display: none;
  }
  #placement_dashboard4 {
    position: absolute;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
  }
  #placement_dashboard5{
    display: none;
  }
}


/* New Iframe link  */
@media screen and (max-width: 250px) {
  #intern_dashboard1{
    display: none;
  }
  #intern_dashboard2{
    display: none;
  }
  #intern_dashboard3{
    display: none;
  }
  #intern_dashboard4{
    display: none;
  }
  #intern_dashboard5 {
    position: absolute;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
  }
  #placement_dashboard1{
    display: none;
  }
  #placement_dashboard2{
    display: none;
  }
  #placement_dashboard3{
    display: none;
  }
  #placement_dashboard4{
    display: none;
  }
  #placement_dashboard5 {
    position: absolute;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
  }
}

.menu_hover p:hover {
  text-shadow: 0px 0px 10px rgba(218, 212, 212, 0.5);
}

/* Adding position of the intern dashboard */
/* Added menu bar properties to get fit to screen width of the dashboard, same done in each iframe link
of intern_dashboard and placement_dashboard */
.iframe_container1{
  position: absolute;
  top: -23px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 91vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

/* Adding position of the placement dashboard */
.iframe_container2{
  position: absolute;
  top: -23px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 91vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

@media screen and (max-width: 1276px) {
  .iframe_container2{
    top: 2px;
  }

  .iframe_container1{
    top: 2px;
  }
}

/* Pop up */
.popup {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 2px;
  width: 32%;
  height: 10%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  color: white;
}
.popup-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 30%;
  font-weight: bolder;
}
.popup-content button {
  display: block;
  margin: 0 auto;
}
.show {
  display: flex;
  justify-content: center;
  border: 0.5px solid white;
  border-radius: 10px;
  height: 75px;
}
h1 {
  color: green;
}

#closePopup{
  background-color: rgba(0,0,0,0.9);
  position: relative;
  bottom: 1px;
  left: 1px;
  height: 25px;
  border: none;
}

#popup_info{
  background-color: rgba(0,0,0,0.9);
  position: relative;
  bottom: 11px;
  right: -4px;
  height: 25px;
  border: none;
}

/*About container*/
.about_container{
  display: flex;
  flex-direction: column;
  height: 25rem;
  width: 73em;
  /* border: 2px solid white; */
  justify-content: space-evenly;
  position: absolute;
  left: 174px;
  top: 25px;
}

.rahul_container{
  display: flex;
  flex-direction: column;
  /* border: 2px solid red; */
  justify-content: space-evenly;
  width: 63rem;
}

.gautam_container{
  display: flex;
  flex-direction: column;
  /* border: 2px solid red; */
  justify-content: space-evenly;
  width: 63rem;
}

#rahul_name{
  /* border: 2px solid green; */
  position: relative;
  left: 0px;
  font-size: 20px;
  margin-bottom: 10px;
}

#rahul_img{
  /* border: 2px solid green; */
  height: 108px;
  width: 106px;
  border-radius: 9rem;
}

#rahul_linkedin{
  border: 2px solid gray;
  position: relative;
  left: 2rem;
  text-align: center;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  background-color: black;
  width: 117px;
  width: 70px;
  height: 25px;
  box-shadow: 1px 8px 8px #888888;
}

#rahul_linkedin:hover{
  border: 2px solid rgb(95, 94, 94);
  position: relative;
  left: 2rem;
  text-align: center;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  background-color: black;
  width: 117px;
  width: 70px;
  height: 25px;
  box-shadow: 1px 1px 8px #888888;
}

#gautam_name{
  /* border: 2px solid green; */
  position: relative;
  left: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

#gautam_img{
  /* border: 2px solid green; */
  height: 108px;
  width: 106px;
  border-radius: 9rem;
}

#gautam_linkedin{
  border: 2px solid gray;
  position: relative;
  left: 2rem;
  text-align: center;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  background-color: black;
  width: 117px;
  width: 70px;
  height: 25px;
  box-shadow: 1px 1px 8px #888888;
}

#gautam_linkedin:hover{
  border: 2px solid rgb(95, 94, 94);
  position: relative;
  left: 2rem;
  text-align: center;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  background-color: black;
  width: 117px;
  width: 70px;
  height: 25px;
  box-shadow: 1px 1px 8px #888888;
}

.img_and_know_container{
  display: flex;
}

.know_rahul{
  position: relative;
  left: 23px;
  width: 54rem;
  /* border: 2px solid pink; */
}

.know_gautam{
  position: relative;
  left: 23px;
  width: 54rem;
  /* border: 2px solid pink; */
}

.button_and_p_container{
  display: flex;
  flex-direction: column;
}

#Developers{
  margin: 0px;
  font-size: 35px;
}

.data_contributors_container{
  display: flex;
  flex-direction: column;
  height: 14rem;
  width: 93em;
  /* border: 2px solid white; */
  position: absolute;
  left: 6.5rem;
  top: 28.5rem;
}

#data_contributors{
  display: flex;
  position: relative;
  left: 31rem;
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 2px;
}
.data_card{
  display: flex;

}

.data_contributor_container{
  display: flex;
  flex-direction: column;
  /* border: 2px solid red; */
  justify-content: space-evenly;
  width: 170px;
}

.data_contributor_name{
  /* border: 2px solid green; */
  position: relative;
  left: 42px;
  margin-bottom: 10px;
  font-size: 15px;
}

#data_contributor_img{
  /* border: 2px solid green; */
  height: 80px;
  width: 80px;
  border-radius: 9rem;
  position: relative;
  left: 25px;
}

.data_contributor_linkedin {
  border: 2px solid gray;
  position: relative;
  left: -45px;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  background-color: black;
  width: 60px;
  height: 20px;
  box-shadow: 1px 1px 8px #888888;
  top: 32px;
  font-size: 12px;
}

.data_contributor_linkedin:hover{
  border: 2px solid rgb(95, 94, 94);
  position: relative;
  left: -45px;
  border-radius: 9px;
  text-decoration: none;
  color: white;
  background-color: black;
  width: 60px;
  height: 20px;
  box-shadow: 1px 1px 8px #888888;
  top: 32px;
  font-size: 12px;
}

/* Default styles for the outer-nav class */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  width: 68rem;
  height: 12rem;
}

@media screen and (max-width: 1318px) {
  .show{
    height: 75px;
    font-size: 12px;
    width: 22rem;
  }
}

@media screen and (max-width: 1276px) {
  #data_contributors{
    position: relative;
    font-size: 20px;
    left: 22rem;
  }
  
  .data_contributors_container {
    display: flex;
    flex-direction: column;
    height: 14rem;
    width: 54em;
    /* border: 2px solid white; */
    position: absolute;
    left: 4.5rem;
    top: 26.5rem;
  }

  div.data_card1 {
    overflow: auto;
    white-space: nowrap;
  }

  .marquee {
    width: 28rem;
    height: 12rem;
    position: relative;
    left: 202px;
  }
  
  .rahul_container{
    width: 26rem;
    /* border: 2px solid red; */
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top: -26px;
  }

  .gautam_container{
    width: 26rem;
    /* border: 2px solid red; */
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top: -55px;
  }

  .img_and_know_container{
    width: 26rem;
    /* border: 2px solid green; */
  }

  .know_rahul{
    width: 18rem;
    font-size: 12px;
  }

  .know_gautam{
    width: 18rem;
    font-size: 12px;
  }

  #Developers{
    font-size: 23px;
    margin: auto;

    margin-top: 0px;
    margin-bottom: 0px;
  }

  #rahul_name{
    font-size: 15px;
  }

  #rahul_img{
    height: 85px;
    width: 85px;
    margin-top: 25px;
  }


  #gautam_name{
    font-size: 15px;
  }

  #gautam_img{
    height: 85px;
    width: 85px;
    margin-top: 25px;
  }

  #rahul_linkedin{
    width: 60px;
    height: 20px;
    font-size: 11px;
  }

  #gautam_linkedin{
    width: 60px;
    height: 20px;
    font-size: 11px;
  }

  #rahul_linkedin:hover{
    width: 60px;
    height: 20px;
    font-size: 11px;
  }

  #gautam_linkedin{
    width: 60px;
    height: 20px;
    font-size: 11px;
  }

  .about_container{
    display: flex;
    flex-direction: column;
    height: 31rem;
    width: 49em;
    /* border: 2px solid white; */
    justify-content: space-evenly;
    position: absolute;
    left: 174px;
    top: -4px;
  }
}

@media screen and (max-width: 990px) {
  .about_container{
    left: -67px;
  }

  .data_contributors_container{
    left: -8.5rem;
  }
}

@media screen and (max-width: 746px) {
  .show {
    height: 110px;
    font-size: 12px;
    width: 17rem;
  }
}

@media screen and (max-width: 746px) {
  .show {
    height: 123px;
    font-size: 12px;
    width: 13rem;
  }
}

@media screen and (max-width: 600px) {
  .show {
    height: 94px;
    font-size: 12px;
    width: 18rem;
    background-color: rgba(0, 0, 0, 0.68);
  }
}

@media screen and (max-width: 577px) {
  .marquee {
    left: 142px;
  }
}

@media screen and (max-width: 520px) {
  .about_container{
    left: -110px;
  }

  .data_contributors_container{
    left: -11.5rem;
  }
}

@media screen and (max-width: 445px) {

  .data_contributors_container {
    left: -8.5rem;
  }
  .about_container {
    left: -55px;
  }
  .show {
    height: 72px;
    font-size: 10px;
    width: 18rem;
    background-color: rgba(0, 0, 0, 0.65);
  }
  #Developers{
    font-size: 19px;
    position: relative;
    left: -100px;
  }
  .data_contributor_linkedin {
    border: 2px solid gray;
    position: relative;
    left: -39px;
    border-radius: 9px;
    text-decoration: none;
    color: white;
    background-color: black;
    box-shadow: 1px 1px 8px #888888;
    top: 32px;
    font-size: 10px;
  }
  #Developers {
    font-size: 15px;
    position: relative;
    left: -111px;
  }

  #rahul_name {
    font-size: 11px;
    padding-top: 5px;
    margin-bottom: -10px;
  }

  #gautam_name {
    font-size: 11px;
    padding-top: 5px;
    margin-bottom: -10px;
  }
  .know_rahul {
    width: 8rem;
    font-size: 10px;
  }

  .know_gautam {
    width: 8rem;
    font-size: 10px;
  }
  #rahul_img {
    height: 69px;
    width: 69px;
    margin-top: 55px;
  }

  #gautam_img {
    height: 69px;
    width: 69px;
    margin-top: 43px;
  }

  #rahul_linkedin :hover{
    height: 17px;
  }

  #rahul_linkedin{
    font-size: 10px;
  }

  #gautam_linkedin :hover{
    height: 17px;
  }

  #gautam_linkedin{
    font-size: 10px;
  }

  #data_contributors {
    position: relative;
    font-size: 15px;
    left: 16rem;
  }

  .marquee {
    width: 258px;
    height: 12rem;
    position: relative;
    left: 178px;
  }

  .data_contributor_name{
    left: 44px;
    font-size: 11px;
  }

  #data_contributor_img {
    height: 69px;
    width: 69px;
  }

  .data_contributor_linkedin{
    font-size: 9px;
    left: -33px;
    /* border: 2px solid white; */
    padding: 5px;
  }

  .data_contributor_linkedin :hover{
    font-size: 9px;
    left: -33px;
    /* border: 2px solid white; */
    padding: 5px;
  }

  .marquee .data_card {
    animation: marquee 10s linear infinite;
  }
}

@media screen and (max-width: 368px) {
  .about_container {
    left: -89px;
  }

  .data_contributors_container {
    left: -10.7rem;
  }
  .show {
    height: 72px;
    font-size: 10px;
    width: 18rem;
    background-color: rgba(0, 0, 0, 0.65);
  }
  #Developers{
    font-size: 19px;
    position: relative;
    left: -100px;
  }
  .data_contributor_linkedin {
    border: 2px solid gray;
    position: relative;
    left: -39px;
    border-radius: 9px;
    text-decoration: none;
    color: white;
    background-color: black;
    box-shadow: 1px 1px 8px #888888;
    top: 32px;
    font-size: 10px;
  }
  #Developers {
    font-size: 15px;
    position: relative;
    left: -111px;
  }
  #rahul_name {
    font-size: 11px;
    padding-top: 5px;
    margin-bottom: -10px;
  }
  #gautam_name {
    font-size: 11px;
    padding-top: 5px;
    margin-bottom: -10px;
  }
  .know_rahul {
    width: 8rem;
    font-size: 10px;
  }

  .know_gautam {
    width: 8rem;
    font-size: 10px;
  }
  #rahul_img {
    height: 69px;
    width: 69px;
    margin-top: 43px;
  }

  #gautam_img {
    height: 69px;
    width: 69px;
    margin-top: 43px;
  }

  #rahul_linkedin :hover{
    height: 17px;
  }

  #rahul_linkedin{
    font-size: 10px;
  }

  #gautam_linkedin :hover{
    height: 17px;
  }

  #gautam_linkedin{
    font-size: 10px;
  }

  #data_contributors {
    position: relative;
    font-size: 15px;
    left: 16rem;
  }

  .marquee {
    width: 258px;
    height: 12rem;
    position: relative;
    left: 178px;
  }

  .data_contributor_name{
    left: 44px;
    font-size: 11px;
  }

  #data_contributor_img {
    height: 69px;
    width: 69px;
  }

  .data_contributor_linkedin{
    font-size: 9px;
    left: -33px;
    /* border: 2px solid white; */
    padding: 5px;
  }

  .data_contributor_linkedin :hover{
    font-size: 9px;
    left: -33px;
    /* border: 2px solid white; */
    padding: 5px;
  }

  .marquee .data_card {
    animation: marquee 10s linear infinite;
  }
}

@media screen and (max-width: 307px) {
  .show {
    height: 85px;
    font-size: 10px;
    width: 13rem;
    background-color: rgba(0, 0, 0, 0.65);
  }
}

@media screen and (max-width: 368px) {
  .about_container {
    left: -88px;
  }
  .data_contributors_container {
    left: -9.7rem;
  }
}

.marquee .data_card { 
  display: inline-block;
  animation: marquee 30s linear infinite;
  width: auto; 
  height: auto;
}

.marquee .data_contributor_container {
  display: inline-block;
  margin-right: 10px;
  height: 10rem;
}

.under-media-scroll{
  display: none;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}


/* Instructions page youtube video css  */
.iframe_link_youtube iframe{
  height: 500px;
  width: 50rem;
}

.iframe_link_youtube{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 312px) {
  .iframe_link_youtube iframe{
    height: 500px;
    width: 16rem;
  }
}