.wht-w-d{
    background-color: #F0FEFF;
    padding: 120px 30px;
  }
  @media(max-width:576px){
    .wht-w-d{
      padding: 40px 30px;
    }
  }
  .container {
    max-width: 1490px !important;
    margin: 0 auto;
    padding: 0px 30px !important;
  }
  .sec-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    flex-wrap: wrap;
  }
  .sec-t-l{
    max-width: 455px;
  }
  .sec-t-l span{
    font-size: 18px;
    font-weight: 400;
    color: #0FABB2;
    line-height: 30px;
    font-family: "Inter", serif;
  }
  .sec-t-l h3{
    font-size: 45px;
    font-weight: 400;
    margin: 0;
    line-height: 50px;
    margin-bottom: 20px;
  }
  @media(max-width:576px){
    .sec-t-l h3{
      font-size: 29px;
    }
  }
  
  .sec-t-r{
    max-width: 400px;
  }
  @media(max-width:768px){
    .sec-t-r{
      max-width: none;
    }
    
  }
  .sec-t-r p{
    line-height: 30px;
    font-family: i;
    font-family: 'Inter', sans-serif;
    color: black;
  }
  .eveswiper{
    width: 100%;
    height: 100%;
  }
  .eve-slide-1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
  }
  .eve-content p{
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    padding: 10px 20px;
  }
  .eve-slide-1 a{
    text-decoration: none;
    color: #fff;
  }
  .eve-slide-1 :hover .eve-content{
    transform: translateY(0%);
  }
  .eve-slide-1:hover .eve-image a h3{
    opacity: 0;
  }
  @media(max-width:375px){
    .eve-slide-1:hover .eve-image a h3{
      opacity: 1;
    }
  }
  .eve-content{
    background-color: #1F4046;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 0;
    transform: translateY(100%);
    transition: 0.8s all ease-in-out;
  }
  @media(max-width:375px){
    .eve-content{
      display: none;
    }
  }
  .eve-content h3{
    margin: 0;
  }
  .eve-slide-1 img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .eve-image{
    position: relative;
  }
  .eve-image a h3{
    position: absolute;
    background-color: transparent;
    bottom: 0;
    /* left: 35%; */
    transition: 0.2s all ease-in-out;
  }
  .eve-image::before{
    content: "";
     position: absolute;
     top: 0;
     left: 0;
     background: rgb(255,255,255);
     background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7847514005602241) 100%);
     width: 100%;
     height: 100%;
    
  }
  .eve-btn{
    margin-top: 20px;
    width: 200px;
    background-color: #FFF7CE;
    height: 52px;
    padding: 10px;
    margin: 0 auto;
  }
  .eve-btn a{
    color: black;

  }
  /* .eve-btn a:hover{
    color: #0FABB2 !important;
  } */
  .eve-btn:hover{
    background-color: #0FABB2 !important;
  }
  /* .eve-content p{
    font-size: 14px;
    font-family: "Inter", Sans-serif;
  } */

  .eve-slide-1 .eve-image a h3 {
    text-decoration: none;
    color: #fff !important;
    font-family: "Marcellus", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}

/* @media(max-width:912px){
  .container {
    max-width: 1490px !important;
    margin: 0 auto;
    padding: 0px 0px !important;
  }
} */
