.slider {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

.buttons {
  display: flex;
  justify-content: center;
}

#toggle {
  color: #fff;
  border: none;
  border-radius: 50%;
  position: relative;
  padding: 2px 8px 2px;
  top: -80px;
  margin-left: auto;
  background: #000;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slick-slide {
  /* background: blue; */
  color: white;
  padding: 30px;
  font-size: 30px;
  font-family: "Arial";
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide>div:nth-child(1) {
  /* margin-right: -2rem; */
  z-index: 2;
}

.my-slick>div:nth-child(1) {
  /* margin-right: -5rem !important; */
  z-index: 2;
}

.slick-slide {
  display: flex !important;
  text-align: right;
  align-items: center;
}

.slick-slide:nth-child(1)>div:nth-child(1) h4 {
  color: #007BFF;
}

.slick-slide:nth-child(1)>div:nth-child(2) span {
  /* background: #daecff; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;

}

.slick-slide:nth-child(2)>div:nth-child(1) h4 {
  color: #ffbd88;
}

.slick-slide:nth-child(2)>div:nth-child(1) a {
  background: #ffbd88;
}

.slick-slide:nth-child(2)>div:nth-child(2) span {
  /* background: #ffe4ee ; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide:nth-child(3)>div:nth-child(1) h4 {
  color: #007BFF;
}

.slick-slide:nth-child(3)>div:nth-child(2) span {
  /* background: #dcffe4; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide:nth-child(4)>div:nth-child(1) h4 {
  color: #ffbd88;
}

.slick-slide:nth-child(4)>div:nth-child(1) a {
  background: #ffbd88;
}

.slick-slide:nth-child(4)>div:nth-child(2) span {
  /* background: #ffeedf; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide:nth-child(5)>div:nth-child(1) h4 {
  color: #007BFF;
}

.slick-slide:nth-child(5)>div:nth-child(2) span {
  /* background: #ffeedf; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide div h5 {
  color: #000;
  font-size: 3.8vw !important;
  font-weight: 600;
}

.slick-slide div h4 {
  color: #000;
  font-size: 3vw !important;
  font-weight: 600;
}

@media(max-width:768px) {
  .slick-slide {
    flex-wrap: wrap;
    text-align: center;
    height: unset !important;
    background: #fff;
    border-radius: 30px;
    align-items: flex-start;
  }

  .slider {
    margin-top: 0 !important;
  }

  .slick-slide>div {
    width: 100%;
  }

  .slick-slide div span {
    text-align: center;
    height: 250px !important;
    width: 250px !important;
    margin: auto;
  }
}

@media(min-width:768px) and (max-width:992px) {
  .slick-slide {
    align-items: center;
  }

  .slick-slide div h4 {
    font-size: 3vw !important;
  }

  .slick-slide div h5 {
    font-size: 3vw !important;
  }

  .slick-slide div span {
    width: 320px !important;
    height: 320px !important;
  }
}

@media(min-width:575px) and (max-width:768px) {
  .slick-slide div h5 {
    font-size: 30px !important;
  }

  .slick-slide div h4 {
    font-size: 25px !important;
  }

  .my-slick {
    padding: 0 !important;
  }

  .slick-slide:nth-child(2)>div:nth-child(2) span,
  .slick-slide:nth-child(1)>div:nth-child(2) span,
  .slick-slide:nth-child(3)>div:nth-child(2) span,
  .slick-slide:nth-child(4)>div:nth-child(2) span,
  .slick-slide:nth-child(5)>div:nth-child(2) span {
    /* margin-top: -4.9rem !important; */
    width: 480px !important;
    height: 480px !important;
  }
}

@media(max-width:375px) {
  .slick-slide div h5 {
    font-size: 30px !important;
  }

  .slick-slide div h4 {
    font-size: 25px !important;
  }
}

@media(min-width:375px) and (max-width:575px) {
  .slick-slide div h5 {
    font-size: 30px !important;
  }

  .slick-slide div h4 {
    font-size: 25px !important;
  }
}

@media(max-width:575px) {

  .my-slick {
    padding: 0 !important;
  }

  .slick-slide:nth-child(2)>div:nth-child(2) span,
  .slick-slide:nth-child(1)>div:nth-child(2) span,
  .slick-slide:nth-child(3)>div:nth-child(2) span,
  .slick-slide:nth-child(4)>div:nth-child(2) span,
  .slick-slide:nth-child(5)>div:nth-child(2) span {
    /* margin-top: -4rem !important; */
    width: 380px !important;
    height: 380px !important;
  }
}

@media(max-width:400px) {

  .slick-slide:nth-child(2)>div:nth-child(2) span,
  .slick-slide:nth-child(1)>div:nth-child(2) span,
  .slick-slide:nth-child(3)>div:nth-child(2) span,
  .slick-slide:nth-child(4)>div:nth-child(2) span,
  .slick-slide:nth-child(5)>div:nth-child(2) span {
    /* margin-top: -4rem !important; */
    width: 280px !important;
    height: 280px !important;
  }
}

/* .slick-slide>div:nth-child(2) span{
  color: red;
}
.slick-slide>div:nth-child(1) p{
  color: red;
}
.slick-slide>div:nth-child(2) span{
  color: red;
}
.slick-slide>div:nth-child(1) p{
  color: red;
}
.slick-slide>div:nth-child(2) span{
  color: red;
} */
/* .slick-slide:nth-child(2){
  background: green;
}
.slick-slide:nth-child(3){
  background: black;
}
.slick-slide:nth-child(4){
  background: yellow;
} */