@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

.sgwidth {
    scrollbar-width: thin;
    border-radius: 10px;
}

.faculty {
    scrollbar-width: none;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.Baskervville {
    font-family: "Baskervville", serif;
}

.Arial {
    font-family: Arial, Helvetica, sans-serif;
}

.box {
    background: #1A325D;
    background: linear-gradient(365deg, rgba(26, 50, 93, 1) 0%, rgba(42, 74, 127, 1) 50%);
}

.para {
    scrollbar-width: thin;
}

.thin {
    scrollbar-width: none;
}

.thin1 {
    scrollbar-width: thin;
}

.bgscroll {
    scrollbar-width: none;
}

.iti {
    width: 100% !important;
}

.iti input {
    width: 100% !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.sembox {
    box-shadow: #cfcfcf 1px 5px 9px 2px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    /* width: 100%;
            height: 100%; */
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
    color: black !important;
}

.success-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
}

.img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.back-btn {
    display: inline-block;
    background: #1f3f95;
    color: #fff;
    padding: 12px 38px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}

.back-btn:hover {
    background: #163075;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}
#hichroney-widget-button{
    display: none !important;
}
}