.slider {
    width: 75%;
    /*max-width: 500px;*/
    margin: 50px auto;
    position: relative;
  }
  .slider .swiper {
    z-index: 1;
  }
  .slider .swiper img {
    width: 100%;
  }
  .slider__prev, .slider__next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    top: calc(50% - 25px);
    cursor: pointer;
  }
  .slider__prev:after, .slider__next:after {
  }
  .slider__prev.is-edge, .slider__next.is-edge {
    opacity: 0.6;
    box-shadow: none;
    cursor: not-allowed;
  }
  .slider__prev {
    left: 2px;
  }
  .slider__prev::after {
    border-top: 3px solid #333;
    border-left: 3px solid #333;
  }
  .slider__next {
    right: 2px;
  }
  .slider__next::after {
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
  }


  .slide-container {
    /*width: 394px;*/
    height: 440px;
}


.slide-img {
    /*height: 237px;*/
}

.slide-text-block {
    height: 205px;
}

.slide-heading {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 8px;
    padding-left: 10px;
}

.slide-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left !important;
    padding-left: 10px;
}

  h1
  {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-align: center ;
    margin-top: 24px !important;
    
  }
  h2
  {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center ;
    margin-bottom: 24px !important;
  }
  h3
  {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center ;
    margin-bottom: 16px !important;
  }

  p
  {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center ;
    margin-bottom: 16px !important;
  }

  .footerlink
  {
    font-size: 12px !important;
    font-weight: 400 !important;
    text-align: left !important;
    padding: 6px;
  }

  .footerh1
  {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 6px;
  }

  
  .footerh2
  {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 6px;
  }

  .card-box
  {
    width: 350px;
    height: 400px;
    border-radius: 25px;
    padding: 0px;
    position: relative;
    /* display: flex; */
    align-items: flex-end;
    margin: 20px;
  }
	

	.card-box:hover .info
  {
    opacity: 1;
    height:100%;
    transform: translateY(-75%);
    transition: .1s ease-in-out;
    border-radius: 25px;
  }

  .card-box:nth-child(4n+0) .info
  {
    background:  #e56420;
  }
  
  .card-box:nth-child(4n+1) .info
  {
    background:   #c22525;
  }

  .card-box:nth-child(4n+2) .info
  {
    background:   #3d9c31 ;
  }

  
  .card-box:nth-child(4n+3) .info
  {
    background:  #37bbde;
  }


  .card-box:nth-child(4n+0) .info-2
  {
    background:  #e56420;

  }
  .card-box:nth-child(4n+1) .info-2
  {
    background:   #c22525;
  }

  .card-box:nth-child(4n+2) .info-2
  {
    background:   #3d9c31 ;
  }

  .card-box:nth-child(4n+3) .info-2
  {
    background:  #37bbde;
  }

  ::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar 
  {
    width: 5px;
    background-color: white;
  }
  
  ::-webkit-scrollbar-thumb 
  {
    border-radius: 5px;
    background-image: red;
  }
  
  ::-webkit-scrollbar-thumb
  {
    background-color: #F90;	
    background-image: -webkit-linear-gradient(45deg,
                                              rgba(255, 255, 255, .2) 25%,
                          transparent 25%,
                          transparent 50%,
                          rgba(255, 255, 255, .2) 50%,
                          rgba(255, 255, 255, .2) 75%,
                          transparent 75%,
                          transparent)
  }

  .card-box:hover .info .para
  {
    display: block;
    overflow-y: auto;
    max-height: 260px;
  }

	.card-box:before
  {
    content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 25px;
  }

    .card-box .img {
        width: 100%;
        height: 75%;
        object-fit: fill;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
		
.card-box .info
{
  margin: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 20px;
  position: relative;
  left: 0px;
  top: 75%;
  height: 25%;
  z-index: 5;
  /*background: black !important;*/
  color: white !important;
  opacity: .7;
  text-align: center;
}

.card-box .info-2
{
  margin: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 20px;
  position: relative;
  left: 0px;
  top: 75%;
  height: 25%;
  z-index: 5;
  /*background: black !important;*/
  color: white !important;
  opacity: .7;
  text-align: center;
}



.card-box .info .para {
  display: none;
  margin-top: 20px;
}


.huerotate{
  background:linear-gradient(233deg, #e56420, #c22525, #3d9c31, #37bbde);
  background-size:cover;
  background-blend-mode: hard-light;
  animation: hue-rotate 3s linear infinite;
  -webkit-text-fill-color: transparent;
  background-clip: unset;
  -webkit-background-clip: text;
}

@keyframes hue-rotate {
from {
  -webkit-filter: hue-rotate(0);
  -moz-filter: hue-rotate(0);
  filter: hue-rotate(0);
}
to {
  -webkit-filter: hue-rotate(360deg);
  -moz-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
}
}