body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0px 60px;
}

.nav-right {
    display: flex;
    align-items: center;
}

.menu-items {
    color: #253976;
    margin-right: 15px;
}

.btn-primary {
    background-color: #005fdb;
    border: 0;
    outline: 0;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    padding: 13px 22px
}

.hero {
    display: flex;
    justify-content: space-between;
}

.content {
    width: 40%;
    padding-left: 60px;
    margin-top: 15vh;
}

.Banner {
    width: 60%;
    display: block;
}

.content h1 {
    color: #2a2225;
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
}

.swiper {
    width: 840px;
    height: calc(100vh - 80px);
}

.swiper-slide img {
    object-fit: contain;
    width: 100%;
}

.hero-para {
    font-size: 16px;
    color: black;
    opacity: 70%;
    width: 70%;
    line-height: 32px;
}

.workBtns {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.clutch {
    display: flex;
    gap: 10px;
}

.star-icon {
    width: 45px;
    height: 45px;
}

.clutchTxt{
 font-size: 14px;
 border-bottom: 3px solid #005fdb;
}

.clutchBold{
    font-weight: 600;
}