.hero-slider {
    height: 90vh;
    
}

.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    height:100%;
}

.hero-container {
   position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    width: 100%;
    height:100%;
    
}

.hero-content {
    width: 50%;
   
    
}

.hero-content h1 {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 58px;
line-height: 87px;
color: #0B202D;
margin:0;
}
.hero-content h2 {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 58px;
line-height: 87px;
color: #1B8FD6;
margin:0;
}
.hero-content h2 em{
color: #0B202D;
font-weight: 300;
}
.hero-image {
    width: 50%;
    text-align: right;
}

/* Animation */
.hero-content,
.hero-image img {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
}

.swiper-slide-active .hero-content,
.swiper-slide-active .hero-image img {
    opacity: 1;
    transform: translateY(0);
}

.subtitle {
    display: inline-block;
    background: #1B8FD6;
    border-radius: 3px;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.desc {margin-bottom:30px;}
.desc p {
margin: 10px 0;
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 29px;
color: #42474A;
max-width: 557px;
margin:0;
}
.desc p:last-child{margin-bottom:0px;}
.desc ul{list-style:none; margin-top:30px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: max-content max-content max-content max-content;
    gap: 8px;
    row-gap:13px;
    padding:0px;
}
.desc ul li{list-style:none; display:inline-block;
    background: #E8F4FD;
border: 1px solid #EBE6DD;
border-radius: 20px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 16px;
text-transform: uppercase;
color: #1B8FD6;
padding:5px 10px;
}
.desc ul li:nth-child(4){
background: #F7F4EF;
border: 1px solid #EBE6DD;
border-radius: 20px;
color: #42474A;
}
.desc ul li:nth-child(5){
background: #F7F4EF;
border: 1px solid #EBE6DD;
border-radius: 20px;
color: #42474A;
}

.hero-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #1e90ff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    
  text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 24px 7px 24px;
    height: 50px;
    
    border-radius: 50px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    cursor: pointer;
    background: #1B8FD6;
    border-radius: 50px;
    font-family: 'Poppins';
    border:1px solid #1B8FD6;
}
.hero-btn:hover{
    color:#1B8FD6;
    background:white;
}

.bottom-info {
    margin-top: 30px;
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 16px;
color: #7E8487;
}

.bottom-info strong {
    color: #7E8487;
}

.bottom-info a {
    color: #7E8487;
    text-decoration: none;
}
@media (max-width:1550px){
    .hero-content,
    .hero-image {
        width: 100%;
        max-width:90%;
        margin:0 auto;
    }
    .subtitle,.desc{margin-bottom:10px;}
    .hero-content h1 {font-size:45px; line-height:normal;}
    .hero-content h2 {font-size:45px; line-height:normal;}
    .desc p {font-size:16px; line-height:normal; max-width:500px; margin:0;}
    .hero-btn{font-size:16px; line-height:25px; padding:5px 10px; height:30px;}
    .desc ul{max-width:500px; margin:10px 0 0px; grid-template-columns:auto auto auto ;}
    .bottom-info{margin-top:10px;}
    .hero-slider{height:70vh;}
}
@media (max-width:1024px){
    .hero-content,
    .hero-image {
        width: 100%;
        max-width:90%;
        margin:0 auto;
    }
    .subtitle,.desc{margin-bottom:10px;}
    .hero-content h1 {font-size:25px; line-height:normal;}
    .hero-content h2 {font-size:25px; line-height:normal;}
    .desc p {font-size:16px; line-height:normal; max-width:60%; margin:0;}
    .hero-btn{font-size:16px; line-height:25px; padding:5px 10px; height:30px;}
    .desc ul{max-width:100%; margin:10px auto 0px; grid-template-columns:max-content max-content max-content;}
    .bottom-info{margin-top:10px;}
    .hero-slider{height:70vh;}
}
/* Mobile */
@media (max-width:767px){
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content,
    .hero-image {
        width: 100%;
    }
    .subtitle,.desc{margin-bottom:10px;}
    .hero-content h1 {font-size:25px; line-height:normal;}
    .hero-content h2 {font-size:25px; line-height:normal;}
    .desc p {font-size:16px; line-height:normal; max-width:90%; margin:0 auto;}
    .hero-btn{font-size:16px; line-height:25px; padding:5px 10px; height:30px;}
    .desc ul{max-width:90%; margin:10px auto 0px; grid-template-columns:max-content max-content; justify-content: center;}
    .bottom-info{margin-top:10px;}
    .hero-slider{height:80vh;}
}