@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Gloock&family=Inder&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inder", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Inder", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gloock", serif;
}

section.section {
    padding: 70px 0;
}

.main-heading h2 {
    font-size: 35px;
    color: #111112;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}

.main-heading-light h2 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}


.main-heading h2 span {
    font-size: 35px;
    color: #111112;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.main-heading h3 {
    position: relative;
    font-size: 17px;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    color: #211D67;
    display: inline-block;
}

.main-heading h3::before {
    content: '';
    position: absolute;
    background: #333333;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}

.sub-heading-light p {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

.sub-heading p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: "Gentium Plus", serif;
    margin-bottom: 10px;
    font-weight: 500;
}



.main-list ul li {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0px;
    font-family: "Gentium Plus", serif;
    font-weight: 500;
    list-style: none;
    position: relative;
    /* display: inline-block; */
    margin-right: 23px;

}

.main-list ul li::before {
    content: '';
    position: absolute;
    background: #211D67;
    width: 5px;
    height: 5px;
    top: 45%;
    left: -15px;
    border-radius: 100%;
}

.main-list ul {
    margin-bottom: 10px;
    padding-left: 1rem;
}

.main-btn {
    display: inline-block;
    padding: 8px 30px;
    font-size: 13px;
    background-color: #211D67;
    border: 1px solid #211D67;
    color: #fff;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.main-btn:hover {
    background-color: transparent;
    color: #211D67;
}

.vice-main-btn:hover {
    background-color: #211D67;
    color: #ffffff;
}

.vice-main-btn {
    display: inline-block;
    padding: 8px 30px;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #211D67;
    color: #211D67;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.top-bar {
    background-color: #211D67;
    padding: 8px 0;
}

.left-address a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    gap: 10px;
    border-right: 1px solid #ffffff;
}

.left-address a:last-child {
    border-right: none;
}

.left-address a:first-child {
    padding-left: 0;
}



/* ============ Custom Css Start ============== */
.owl-theme.banner-slider .owl-nav {
    margin-top: 0px;
}

.banner-item {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
}

.banner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #211d67c9;

}

.banner-content {
    position: relative;
    z-index: 3;
    max-width: 47%;
    margin: auto;
}

.banner-content h1 {
    font-size: 63px;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner-content h1 span {
    color: #F99316;
    font-family: "Gloock", serif;
}

.banner-content .vice-main-btn {
    color: #ffffff;
    border-color: #ffffff;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 8px 50px;
}

.banner-content .vice-main-btn:hover {
    background-color: #F99316;
    color: #ffffff;
    border: 1px solid #F99316;

}

.owl-carousel.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 2%;
    display: block;
    /* background: #f4f4f4; */
    border-radius: 50%;
    transition: .3s ease;
    /* height: 40px; */
    /* width: 40px; */
    transform: rotate(180deg);
}

.owl-carousel.banner-slider .owl-nav button.owl-prev:hover {
    background: none;
}

.owl-carousel.banner-slider .owl-nav button.owl-next:hover {
    background: none;
}

.owl-carousel.banner-slider .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 2%;
    display: block;
    /* background: #f4f4f4; */
    border-radius: 50%;
    transition: .3s ease;
    /* height: 40px; */
    /* width: 40px; */
    /* transform: rotate(180deg); */
}


/* ========================== About Us ============================== */
.about-us-section {
    background: url('../img/about-us-bg.png');
    background-size: cover;
    background-position: center;
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    /* box-shadow: rgb(99 99 99 / 13%) 0px 2px 8px 0px; */
    border-radius: 7px;
    backdrop-filter: blur(5px);
    background: #f9f9f921;
    border: 1px solid #cccccc57;
    min-height: 105px;

}

.counter-content {
    padding-left: 20px;
    border-left: 1px solid #E9E9E9;
}

.counter-content h2 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "Gentium Plus", serif;
    line-height: 35px;
}

.counter-content h4 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Gentium Plus", serif;
}

.vartical-line-bar {
    width: 1px;
    height: 100%;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.section-main-btn {
    display: inline-block;
    padding: 8px 40px;
    font-size: 16px;
    background-color: #211D67;
    border: 1px solid #211D67;
    color: #fff;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.section-main-btn:hover {
    background-color: transparent;
    color: #211D67;
}


/* ================= Events Section ==================== */
.servive-col {
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    min-height: 425px;
}

.service-img {
    margin: 10px;
    overflow: hidden;
    border-radius: 15px;
}

.service-img img {
    height: 295px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    transition: .5s;
    object-position: top;
}

.service-content {
    padding: 15px;
    overflow: hidden;
}

.service-content h2 {
    font-size: 22px;
    color: #000000;
}

.service-content.sub-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.servive-col:hover .service-img img {
    transform: scale(1.1);
}

.main-btn-a {
    position: relative;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #211d67;
    /* border: solid 4px hsl(50deg 100% 50%); */
    font-family: inherit;
    display: inline-block;
}

.dif-color .main-btn-a {
    background-color: #303223;
}

.dif-color .default-btn,
.dif-color .hover-btn {
    background-color: #303223;
}

.dif-color .hover-btn {
    background-color: #013d4d;
}

.default-btn,
.hover-btn {
    background-color: #211d67;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
}

.hover-btn {
    position: absolute;
    inset: 0;
    background-color: #303223;
    transform: translate(0%, 100%);
}

.default-btn span {
    color: hsl(0, 0%, 100%);
}

.hover-btn span {
    color: hsl(0deg 0% 100%);
}


.main-btn-a:hover .default-btn {
    transform: translate(0%, -100%);
}


.main-btn-a:hover .hover-btn {
    transform: translate(0%, 0%);
}

.main-btn-a svg {
    width: 20px;
    height: 20px;
}

.viewall-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 30px;
    font-size: 16px;
    background-color: #211D67;
    border: 1px solid #211D67;
    font-family: "Gentium Plus", sans-serif;
    color: #fff;
    border-radius: 30px;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}

.viewall-btn:hover svg {
    width: 35px;
    height: 12px;
}

.viewall-btn svg {
    fill: #ffffff;
    width: 25px;
    height: 12px;
    margin-left: 10px;
    transition: .5s ease-in-out;
}

.chapter-section .main-heading.sub-heading {
    background-image: url('../img/chapter-bg.png'), linear-gradient(to right, #211D67, #211D67);
    background-size: cover;
    background-position: center;
    padding: 80px;
    border-radius: 15px;

}

.register-btn {
    display: inline-block;
    padding: 8px 40px;
    color: #211D67;
    background: #fff;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    width: 20%;
    text-align: left;
}

.register-btn:hover::after {
    width: 40px;
}

.register-btn:hover::before {
    right: 17%;
}

.register-btn::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1.5px;
    background: #211D67;
    top: 50%;
    left: 65%;
    transition: .5s;
}

.register-btn::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 2px solid #211D67;
    border-right: 2px solid #211D67;
    top: 43%;
    right: 21%;
    transform: rotate(45deg);
    transition: .5s;
}

.network-card {
    background: #EEEDFF;
    padding: 20px;
    border-radius: 10px;
}

.top-network-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.network-card .top-network-card .top-net-content p {
    color: #6B6B6B;
    font-size: 22px;
    margin-bottom: 0;
}

.network-card .top-network-card .top-net-content svg {
    width: 50px;
    height: 50px;
}

.middle-network-content h1 {
    font-size: 26px;
    margin-top: 20px;
}

.middle-network-content p {
    font-size: 15px;
    font-family: "Gentium Plus", sans-serif;
    line-height: 20px;
}

.network-btn {
    font-size: 16px;
    display: inline-block;
    color: #000;
}

.network-btn svg {
    width: 60px;
    height: 15px;
    margin-left: -7px;
    margin-top: -5px;
    transition: .5s;
}

.network-btn:hover svg {
    margin-left: 10px;
}

.logo-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.logo-box .row .col-md-4 img {
    width: 189px;
    height: 66px;
    object-fit: contain;
}

.border-top-left-rounded-10 {
    border-top-left-radius: 10px;
}

.border-bottom-left-rounded-10 {
    border-bottom-left-radius: 10px;
}

.ila-youtube-section .vartical-line-bar {
    width: 1px;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-left: 1px dashed #d6d6d6;
}

.youtube-box iframe {
    border-radius: 10px;
    overflow: hidden;
}

.ila-youtube-section .section-main-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.ila-youtube-section .section-main-btn:hover {
    background: #111112;
    color: #fff;
}

.form-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
    z-index: 999;
    margin-left: -85px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-card .input-group {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #000000;
}

.form-card .input-group .input-group-text {
    border-radius: 0;
    border: 0;
    background-color: #fff;
}

.form-card .input-group .form-control {
    border: 0;
}

.form-card form label {
    font-size: 15px;
}

.form-card form input:focus {
    box-shadow: none;
}

.form-card form input::placeholder {
    font-size: 13px;
}

.form-section {
    background: url('../img/about-us-bg.png');
    background-size: cover;
    background-position: center;
}

.form-col-left img {
    width: 100%;
    border-radius: 12px;
}

.form-contact-details-card {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.form-contact-details-card a {
    display: block;
    background: #212123;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 35px;
    border-radius: 30px;
}

.footer {
    background: #211D67;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 190px;
}

.footer-links h3 {
    font-size: 22px;
    color: #fff;
    font-family: "Gentium Plus", serif;
}

.footer-links ul {
    padding-left: 0;
}

.footer-links ul li {
    list-style: none;
    color: #fff;
}

.footer-links ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.social-media-icons ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

.social-media-icons ul li a {
    font-size: 22px;
}


/* =============================== INNER PAGES =========================== */
section.section.inner-section {
    padding: 0;
    /* background-color: #e6e6e6bf;
    background-blend-mode: overlay; */
    background-image: url('../img/chapter-bg.png'), linear-gradient(to right, #e9e8ff, #f8f8ff);
    background-size: cover;
    min-height: 215px;
    background-size: cover;
}

.inner-heading {
    padding: 60px;
}

.breadcrumb {
    background: #211d67;
    display: inline-flex;
    border-radius: 30px;
    padding: 5px 30px;
}

.breadcrumb>li a {
    color: #fff;
}

.breadcrumb>li {
    padding: 0 10px;
    color: #fff;
}

.breadcrumb>li+li {
    position: relative;
}

.breadcrumb>li+li:before {
    position: absolute;
    top: 18%;
    left: 0;
    content: '';
    width: 2px;
    height: 70%;
    background: #ffffff;
    opacity: 1;
    border-radius: 10px;
    transform: rotate(24deg);
}

.inner-banner-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-bottom: 0;
}

.inner-banner-social ul li {
    list-style: none;
}

.inner-banner-social ul li a {
    padding: 4px 10px;
    width: 60px;
    font-size: 20px;
    border-radius: 30px;
    background: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.inner-section .main-btn i {
    animation: tdupdown 1.5s infinite alternate;
}

@keyframes tdupdown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-3px)
    }
}

.people-slider .servive-col {
    min-height: 400px;
}

.owl-theme.people-slider .owl-nav {
    margin-top: 0px;
}

.owl-carousel.people-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: -40px;
    left: 43%;
    transform: rotate(180deg);
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.people-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: -40px;
    right: 43%;
    /* transform: rotate(180deg); */
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.people-slider .owl-nav button.owl-next img {
    width: 56px;
    margin-top: -4px;
}

.owl-carousel.people-slider .owl-nav button.owl-prev img {
    width: 56px;
    margin-top: -4px;
}

button.btn-tab.treat-tab {
    border: 1px solid #211D67;
    padding: 8px 20px;
    color: #fff;
    background: #211d67;
    border-radius: 30px;
    transition: .5s;
}

button.btn-tab.treat-tab.active {
    background: transparent;
    border: 1px solid #211D67;
    color: #211D67;
}

button.btn-tab.treat-tab:hover {
    background: transparent;
    border: 1px solid #211D67;
    color: #211D67;
}

.treat-box .owl-carousel.people-slider .owl-nav button.owl-next {
    right: 44%;
    bottom: -46px;
}

.treat-box .owl-carousel.people-slider .owl-nav button.owl-prev {
    left: 42%;
    bottom: -46px;
}

.event-blog-section .service-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-img .date {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #fff;
    padding: 5px 10px;
    /* border: 1px solid #211d67; */
    border-bottom-right-radius: 13px;

}

.service-img .date h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inder", sans-serif;
}

.service-img .date h1 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
}

.service-img .date p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inder", sans-serif;
}

.details-page .main-list ul li {
    display: block;
}

.right-details-card h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.details-right-box-content h3 {
    font-size: 18px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.details-right-box-content p {
    font-size: 15px;
    margin-bottom: 0;
}

.detail-right-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px dashed #e9e9e9;
    padding: 10px 0;
    transition: .5s;
}

.detail-right-box:hover img {
    transform: scale(1.1);
}

.detail-right-box img {
    width: 100%;
    border-radius: 5px;
    transition: .5s;
}

.right-details-card {
    position: sticky;
    top: 120px;
}

.our-chapter-section ul {
    padding-left: 0;
}

.our-chapter-section ul li {
    display: block;
    border-bottom: 1px dashed #fff;
    padding: 20px 0;
}

.our-chapter-section ul li .chapter-img {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.our-chapter-section ul li .chapter-img img {
    margin: auto;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.our-chapter-section ul li .chapter-content {
    text-align: center;
    margin: 10px 0;
    align-items: first baseline;
}

.our-chapter-section ul li .chapter-content .chapter-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-family: "Gentium Plus", serif;
    letter-spacing: .5px;
}

.our-chapter-section ul li .chapter-content .chapter-btn i {
    font-size: 17px;
    margin-left: 3px;
    transition: .5s;
}

.our-chapter-section ul li .chapter-content .chapter-btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #fff;
    width: 0%;
    height: 1px;
    transition: .5s;
}

.our-chapter-section ul li:hover .chapter-content .chapter-btn:before {
    width: 100%;
    right: 0;
}

.our-chapter-section ul li:hover .chapter-content .chapter-btn i {
    transform: rotate(45deg);
    display: inline-block;
}

.our-chapter-section ul li .chapter-content h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "Gentium Plus", serif;
    letter-spacing: .5px;
}

.our-chapter-section ul li .chapter-content h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Gentium Plus", serif;
    letter-spacing: .5px;
}

.border-right-dashed {
    border-right: 1px dashed #fff;
}

.our-chapter-section .main-heading.sub-heading {
    padding: 60px;
    background-color: #211D67;
    background-image: none;
    border-radius: 15px;
}








.left-sign-col form input {
    padding: 8px 30px;
    border-radius: 30px;
    border-color: #D2D2D2;
}

.left-sign-col .main-btn {
    padding: 8px 30px;
    font-size: 15px;
    border: 1px solid #211D67;
}

.logo-part img {
    width: 180px;
    margin-bottom: 30px;
}

.form-left-content h2 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.form-left-content h2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background: #333333;
}

.signin-up-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.glow-shape {
    position: relative;
    z-index: 2;
}

.glow-shape::before {
    content: '';
    position: absolute;
    top: -11%;
    left: -8%;
    width: 37%;
    height: 69%;
    animation: glow 20s linear infinite;
    filter: blur(65px);
    background-color: #C2BDDF;
    box-shadow: 0 0 20px #C2BDDF;
    z-index: -1;
    border-radius: 100%;
}

.glow-shape::after {
    content: '';
    position: absolute;
    top: -35%;
    left: 15%;
    width: 37%;
    height: 69%;
    animation: glow 20s linear infinite;
    filter: blur(65px);
    background-color: #B7D7D3;
    box-shadow: 0 0 20px #B7D7D3;
    z-index: -1;
    border-radius: 100%;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #B7D7D3;
    }

    50% {
        box-shadow: 0 0 20px #B7D7D3;
    }

    100% {
        box-shadow: 0 0 5px #B7D7D3;
    }
}

.login-section {
    background: #ffedfc49;
    border: 1px solid #EAEAEA;
    backdrop-filter: 10px;
    border-radius: 20px;
    padding: 20px 30px;
}



.bottom-shape-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 20%;
    width: 100%;
}

.form-card input::placeholder {
    font-family: var(--heading-font);
}

.form-line-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 1px;
    background: #333333;
    z-index: -1;
}

.form-line-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 1px;
    background: #333333;
    z-index: -1;
}

.signin-right-col {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 40px;
    display: flex;
    align-items: center;
    background: #f9f8ff;
    border: 1px solid #d8d8d8;
}

.google-btn {
    padding: 8px 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #ffffff;

}

.google-btn img {
    width: 20px;
}

.signin-up-section .banner-content h1 {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}

.signin-up-section .banner-content p {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
}

.signin-up-section .banner-content img {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.signin-up-section .banner-content {
    max-width: 85%;
}