.fs-30{

font-size: 30px ;
}
.account-pages 
{
    background-image: radial-gradient(#4D8795, #27444B);
    overflow: hidden;
}

.account-pages:before
{
    content: url(/admin/images/business-owner/registration/bsns_owner_page_bg.png);
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
}

 .heading_sec {
    border-radius: 100%;
    height: 315px;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    position: relative;
    overflow: hidden;
}

.account-pages .btn_sec_left .heading_sec h4 {
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #87613A;
    margin-bottom: 0;
    border-radius: 150px 150px 0 0;
    color: #fff;
    padding-bottom: 10%;
}

.account-pages .btn_sec_left .heading_sec h4.alt {
    border-radius: 0 0 150px 150px;
}

.btn_sec_left .heading_sec:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    background: #200;
    left: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 11%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.btn_sec_left {
     background-image: url(/admin/images/business-owner/registration/bsns_owner_bg.png); 
    background-position: center;
    background-size: cover;
    padding: 5% 5% 10% 5%;
    overflow: hidden;
    background-color: #fff;
}

.btn_sec_left .home_owner_btn {
    background-image: linear-gradient(0deg, #715130, #87613a);
    color: #fff;
    border-radius: 20px;
    border: 10px solid #ffffffb3;
}

.btn_sec_left .home_owner_btn:hover,
.btn_sec_left .home_owner_btn:focus,
.btn_sec_left .home_owner_btn:visited 
{
    box-shadow: none;
    border: 10px solid #ffffffb3;
}

.btn_sec_left > div {
    border: 2px solid #87613a;
    padding: 6% 0;
    background-image: linear-gradient(0deg, rgba(135, 97, 58, 0.8) 0%, transparent 30%);
    border-radius: 15px;
}

.login_page .card
{
    background: transparent;
    border: none;
}


.btn_sec {
     background-image: url(/admin/images/business-owner/registration/bsns_owner_bg.png); 
    background-position: center;
    background-size: cover;
    padding: 5% 5% 10% 5%;
    overflow: hidden;
    background-color: #fff;
}


.account-pages .btn_sec .heading_sec h4 {
    height: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #4D8795;
    margin-bottom: 0;
    border-radius: 0 0 150px 150px;
    color: #fff;
    padding-top: 10%;
}


.btn_sec > div {
    border: 2px solid #4d8795;
    padding: 6% 0;
    background-image: linear-gradient(0deg, rgb(77 135 149) 0%, transparent 30%);
    border-radius: 15px;
}

.btn_sec .heading_sec:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    background: #200;
    left: 0;
    top: 0;
    background-color: rgb(255 255 255 / 11%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(50px);
}


.btn_sec .home_owner_btn {
    background-image: linear-gradient(0deg, #40717d, #4d8795);
    color: #fff;
    border-radius: 20px;
    border: 10px solid #ffffffb3;
}

.btn_sec .home_owner_btn:hover, 
.btn_sec_left .home_owner_btn:focus,
.btn_sec_left .home_owner_btn:visited 
{
    box-shadow: none;
    border: 10px solid #ffffffb3;
}


.login_via_social a.btn {
    width: 50px;
    height: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_via_social a.btn i {
    font-size: 30px;
}

.login_page_corusel {
    height: 70vh;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
/* Image ko clip karne ke liye shape ko mask banaya */
    -webkit-mask-image: url('shape.png'); /* PNG/SVG shape */
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain; /* ya cover */
    -webkit-mask-position: center;
    mask-image: url('shape.png'); /* Firefox */
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    overflow: hidden;
    align-content: flex-end;
    position: relative;
}

.login_page_corusel .content {
    color: #fff;
    position: relative;
    padding: 15px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 9%;
    border-radius: 15px;
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: 0% 100%;
    overflow: hidden;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(50px);
    border: 1px solid rgba(255,255,255,0.2);
}

.login_page_corusel .content p.mt-3 a {
    padding: 10px 13px;
    display: inline;
    align-items: center;
    justify-content: center;
}

.login_page_corusel .content p.mt-3 span {
    display: inline;
}

#carouselExampleControls .carousel-item 
{
    padding: 0 5px;
    transition: transform 0.5s ease-in-out; /* 1s = slow & smooth */
    position: relative;
}

#carouselExampleControls .carousel-item .login_page_corusel:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 96%;
    height: 100%;
    background-size: contain;
    display: block !important;
    background-image: url(/admin/images/business-owner/login/carousel_brdr.png);
    background-repeat: no-repeat;
    top: 4%;
    left: 2%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

#carouselExampleControls .carousel-item.active .login_page_corusel:before {
   transition: 0.1s ease-in-out;
   opacity: 1;
}

.fs-28
{
    font-size: 28px;
}

#carouselExampleControls a.carousel-control-prev , #carouselExampleControls a.carousel-control-next {
    position: absolute;
    right: 0 !important;
    top: 44%;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 10px;
}

#carouselExampleControls a.carousel-control-next {
    right: 5% !important;
}

.login_page_corusel .content p {
    font-size: 12px;
}

#carouselExampleControls a.carousel-control-prev {
    left: 69% !important;
}

.login_page_corusel .content p.sign_up_btn span a {
    background: #CCB48C;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    line-height: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_page_corusel .content p.sign_up_btn {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.login_page_corusel .content p.sign_up_btn span {
    padding: 5px;
    border: 1px solid;
    border-radius: 100px;
    margin-left: 10px;
}

.login_page_corusel .content h4 {
    text-transform: uppercase;
}

.login_page_corusel .content h4 b {
    color: #fff;
}

.login_page_corusel .content h4 b span {
    color: #3990A5;
    -webkit-text-stroke: 1px #175C6B;
    position: relative;
}

.login_page_corusel .content h4 b span:before {
    content: "";
    position: absolute;
    width: 50%;
    display: block;
    height: 30%;
    background: #fff;
    top: 34%;
    left: 25%;
    border-radius: 150px;
}

.login_form .login_lrg_heading {
    text-transform: uppercase;
    color: #C6B8A1;
}

.login_form .login_lrg_heading b span {
    color: #3990a5;
    -webkit-text-stroke: 1px #175C6B;
    position: relative;
}

.login_form .login_lrg_heading b span:before {
    content: "";
    position: absolute;
    width: 50%;
    display: block;
    height: 30%;
    background: #fff;
    top: 35%;
    left: 25%;
    border-radius: 150px;
}

.login_form .login_page_pera  .brown {
    color: #c6b8a1;
}

.login_form .login_page_pera .blue {
    color: #3990a5;
}

#carouselExampleControls .carousel-item .sign_up_btn_outer {
    position: absolute;
    z-index: 9;
    right: 2%;
    bottom: 5%;
    margin: 0;
}

#carouselExampleControls .carousel-item .sign_up_btn_outer a {
    background: #CCB48C;
    padding: 11px 25px;
    border-radius: 15px 15px 0px 15px;
    color: #fff !important;
    font-size: 22px;
    font-weight: normal !important;
    border: 1px solid #CCB48C;
    transition: 0.5s;
}

#carouselExampleControls .carousel-item .sign_up_btn_outer a:hover {
    transition: 0.5s;
    background: #3990a5 !important;
}