@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* body{
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0396FF;
} */

html{
  height: 100%;
}

body{
  /* height: 100%; */
  min-height: 2400px;
  /* min-height: 100%; */
  width: 100%;
}

#page-wrapper{
  display: flex;
  flex-direction: column;
}

.stay_down{
  /* position: absolute; */
  margin-top: 75%;
  /* margin-top: auto; */
  bottom: 0;
  /* width: 100%; */
}

.job_container {
  margin-top: 8%;
  width: 100%;
  height: 110vh;

  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
}

.div_size {
  width: 500px;
  height: 600px;
  border-radius: 5%;
  transition: transform 0.3s;
}

.div_size:hover {
  transform: scale(0.8);
}

.div_size:nth-child(1) {
  /* background-color: #0396ff; */
  background-color: rgb(234, 226, 12);
  display: flex;
  color: rgb(218, 217, 215);
  justify-content: center;
  align-items: center;
  /* background-image: url("../images/tttt.jpg"); */
  background-image: url("../images/first_pop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.div_size:nth-child(2) {
  /* background-color: aqua; */
  background-color:  rgb(234, 226, 12);
  color: rgb(218, 217, 215);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.div_size:nth-child(3) {
  /* background-color: black; */
  background-color: rgb(234, 226, 12);
  display: flex;
  color: rgb(218, 217, 215);
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.div_size:nth-child(4) {
  /* background-color: #fec123; */
  background-color: rgb(234, 226, 12);
  color: rgb(218, 217, 215);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.div_size:nth-child(5){
  color: rgb(218, 217, 215);
  /* background-color: #19A7CE; */
  background-color: rgb(234, 226, 12);
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.div_size:nth-child(6){
  color: rgb(218, 217, 215);
  /* background-color: #539165; */
  background-color: rgb(234, 226, 12);
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.div_size:nth-child(7){
  color: rgb(218, 217, 215);
  /* background-color: #539165; */
  background-color: rgb(234, 226, 12);
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.div_size:nth-child(8){
  color: rgb(218, 217, 215);
  /* background-color: #539165; */
  background-color: rgb(234, 226, 12);
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.div_size:nth-child(9){
  color: rgb(218, 217, 215);
  /* background-color: #539165; */
  background-color: rgb(234, 226, 12);
  justify-content: center;
  align-items: center;
  background-image: url("../images/Template_Instagram_01_220831.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.container_1 {
  height: 500px;
  display: flex;
  min-width: 400px;
  align-items: flex-end;
  justify-content: center;
  margin-top: -55px;
}
.icon-image {
  position: relative;
  height: 70px;
  width: 70px;
  margin: 0 5px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background: #fff;
}
.icon-image .icon img {
  position: absolute;
  height: 95%;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #0396ff;
}
.icon-image::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.icon-image .hover-image {
  position: absolute;
  height: 350px;
  width: 300px;
  bottom: 100px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  border-radius: 25px;
  pointer-events: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, z-index 0s, left 0.5s ease;
  transition-delay: 0s, 0.5s, 0.5s;
}
.icon-image:hover .hover-image {
  left: -200px;
  z-index: 12;
  transform: translateX(80px);
  transition: left 0.5s ease, z-index 0s, transform 0.5s ease;
  transition-delay: 0s, 0.5s, 0.5s;
}
.hover-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 25px;
}
.hover-image .content {
  position: absolute;
  width: 100%;
  bottom: -10px;
  padding: 0 10px;
}
.content::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #fff;
  left: 50%;
  bottom: -7px;
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}
.content .details {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.icon-image:hover .details {
  transition: all 0.5s ease;
  transition-delay: 0.9s;
  opacity: 1;
  transform: translateY(4px);
  pointer-events: auto;
}
.details::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #fff;
  left: 50%;
  bottom: -15px;
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}
.content .details .name {
  font-size: 20px;
  font-weight: 500;
}
.content .details .job {
  font-size: 17px;
  color: #0396ff;
  margin: -3px 0 5px 0;
}
.content .details a:hover {
  color: #0396ff;
}
.container .last .hover-image {
  transition: none;
}
.container .last:hover .hover-image {
  transition: 0;
}
.last:hover .details {
  transition-delay: 0s;
}



@media screen and (max-width: 3440px){

  body{
    min-height: 1000px;
    width: 100%;
  }

  .stay_down{
    width: 100%;
    margin-top: 70%;
    bottom: 0;
  }

}

@media screen and (max-width: 1920px){
  body{
    min-height: 3500px;
  }

  .stay_down{
    margin-top: 150%;
    bottom: 0;
  }
}

@media screen and (max-width: 736px) {
  /* html,
  body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  } */

  html{
    height: 100%;
  }

  body{
    display: flex;
    flex-direction: column;
    min-height: 4500px;
    height: 100%;
  }

  footer{
    margin-top: auto;
  }

  #page-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
  }

  #footer-wrapper{
    /* margin-top: 80%; */
    /* position: absolute; */
  }

  .stay_down{
    position: relative;
    top: 100%;
  }

  .job_container{
    width: 100%;
    padding: 20px 4px;
    gap: 2rem;
  }

  .container_1 {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center;
      align-items: center; */
    width: 100%;
    margin-bottom: 50px;
    /* margin: 0 25px 0 25px; */
    padding-left: 120px;
    padding-right: 160px;
    height: 500px;
    /* margin-top: 0px; */
    /* height: auto; */
    /* margin: 0 auto; */
  }

  .icon-image {
    width: 80px;
    /* border-radius: 25px; */
  }
}

@media screen and (max-width: 980px) {
}
