.item-1 {
    background-image: url('/assets/WhatsApp\ Image\ 2023-07-03\ at\ 3.19.42\ PM.jpeg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    min-height: 80vh;  
}
.item-2 {
    background-image: url('/assets/WhatsApp\ Image\ 2023-07-03\ at\ 3.19.43\ PM.jpeg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    min-height: 80vh;  
}

.item-3 {
    background-image: url('/assets/WhatsApp\ Image\ 2023-07-03\ at\ 3.19.43\ PM\ \(1\).jpeg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    min-height: 80vh; 
}

.slider-head {
    text-decoration: none;
    white-space: normal;
    line-height: 40px;
    font-weight: 700;
    font-size: 25px;
    color: rgb(175, 8, 32);
    margin-bottom: 32px;
}

.slider-head2 {
    text-decoration: none;
    white-space: normal;
    line-height: 40px;
    font-weight: 700;
    font-size: 25px;
    color: rgb(8, 27, 73);
    margin-bottom: 20px;
}

.hero-text h1 {
    color: rgb(8, 27, 73);
    font-size: 54px;
    line-height: 90px;
    letter-spacing: 0px;
    font-weight: 800;
    transition: 0.9s ease-in-out;
    margin-bottom: 20px;
}

.hero-text h1 span {
    padding: 4px;
    background-color: #d02640;
    border-radius: 0px 20px 0px 0;
    color: #f5f5f7;
}

.hero_buttons ul {
    display: flex;
    padding: 0;
}

.hero_buttons ul li {
    list-style: none;
}

.hero_buttons ul li .one {
    text-decoration: none;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px 0px 10px 0px;
    background: #d02640;
    color: #fff;
    border: 1px solid #d02640;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
.hero_buttons ul li .two {
    text-decoration: none;
    color: var(--heading-dark) !important;
    border-color: #fff !important;
    background: #fff !important;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px 0px 10px 0px;
    line-height: 56px;
    font-weight: 600;
    min-height: 56px;
    min-width: 160px;
    font-size: 15px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .hero-text h1 {
        color: rgb(8, 27, 73);
        font-size: 30px;
        line-height: normal;   
    }
  }