
.poppins-light {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
}

.slider {
    position: relative !important;
    width: 80% !important;
    height: 510px !important;
    margin: auto !important;
    overflow: hidden !important;
}

.slides {
    display: flex !important;
    transition: transform 0.5s ease !important;
}


.slidess {
    min-width: 32.33% !important;
    height: 500px !important;
    width: 205px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white!important;
    font-size: 20px !important;
    transition: transform 0.5s ease !important;
}


.slidess.active {
    transform: scale(1.1) !important;
    z-index: 1 !important;
}


.dots {
    text-align: center !important;
    margin-top: 10px !important;
}

.dot {
    height: 10px !important;
    width: 10px !important;
    background-color: gray !important;
    border-radius: 50% !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.dot.active {
    background-color: orange !important;
}


.slide-number {
    text-align: center !important;
    margin-top: 20px !important;
    font-size: 24px !important;
    color: white !important;
}


.containerslider {
    background: white !important;
    margin-top: 0px !important;
     padding-bottom: 10px !important;
    height: 350px !important;
    width: 320px !important;
    text-align: center !important;
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 20px !important;
    box-shadow: -3px -6px 12px rgba(0, 0, 0, 0.2) !important;
}
.para {
    padding-left: 18px !important;
    padding-right: 18px !important;
    color: #17171771 !important;
    font-size: 14px !important;
    position: relative !important;
    bottom: 25px !important;
}


.mainh {
    padding-bottom: 10px !important;
    font-size: 13.21px !important;
    color: hsla(0, 0%, 0%, 0.642) !important;
    position: relative !important;
    bottom: 35px !important;
}


.subh {
    padding-bottom: 10px !important;
    font-size: 12.52px !important;
    color: #00000098 !important;
    position: relative !important;
    bottom: 30px !important;
}

.showimg1 {
    text-align: center !important;
    height: 120px !important;
    width: 120px !important;
    padding-bottom: 6px !important;
    position: relative !important;
    bottom: 25px !important;
}
.showimg {
    text-align: center !important;
    height: 25px !important;
    width: 100px !important;
    padding-bottom: 10px !important;
    position: relative !important;
    bottom: 24px !important;
}
  .container1 {
    margin-left: 20px;

    display: flex;
}

.custom-img {
    position: relative;
    text-align: center;
    left: 0px !important;
    right: 200px !important;
    height: 400px;
    width: 600px;
    margin-left: 20px !important;
    margin-right: 20px !important;

}

.section-2 .app-section {
    display: flex;
    justify-content: left;
    gap: 25px;
}

.section-2 {
    margin-top: 40px;
    margin-left: 30px;
    text-align: left;
    padding: 50px;
}

.section-2 .app-section .app h3 {
    font-family: "Roboto Slab", "sans-serif";
    font-weight: 500 !important;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    margin-top: 10px;
}
.section-2 .app-section .app img {
    width: 80px;
    height: 80px;
}
.section-2 .app-section .app {
    text-align: center;
}

.section-2 p {
    font-size: 1.2rem;
    color: #555;
    flex-direction: row;

    max-width: 100%;
}

.section-4 {
    margin-top: 80px;
    width: 100%;

    background-color: #80808073;
}

.brochure {
    background-color: #fd8b37;
}
.btn {
    display: inline-block;
    padding: 12px 25px;
    font-family: "Roboto Slab", "sans-serif";
    font-size: 20px;
    background-color: #f47d21;
    color: white !important;
    margin: 15px 0 10px;
    padding: 10px;
    border-radius: 30px;
    border: none;
    width: 215px !important;
    height: 55px;
    text-align: center;
}
.btn {
    font-weight: 500;
    transition: 0.5s;
}
