@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;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&family=Sunflower:wght@300;500;700&display=swap');

html {
    font-size: clamp(14px, 13.296px + 0.1408vw, 16px);
}

*,
ul,
li::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* root */
:root {
    --softTheme: #f3d2d2;
    --theme: #c21f1f;
    --lightTheme: #ff0000;
    --yellow: #f0b557;
    --lightGreen: #0edb00;
    --black: #000;
    --dark: #474747;
    --white: #fff;
    --gray: #929292;
    --lightgray: #f9fafb;
    --fontFamily: "Sunflower", sans-serif;
}

/* \ root */

/* primary classic */
.theme_btn {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    text-decoration: none;
    border: none;
    border-radius: .625rem;
    background-color: var(--theme);
    width: fit-content;
    white-space: nowrap;
}

.theme_btn.yellow_bnt {
    background-color: var(--yellow);
}

.text_theme {
    color: var(--theme) !important;
}

.theme_btn.white_btn {
    background-color: var(--white);
    color: var(--theme);
}

.head1 {
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: .625rem;
}

.head2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .525rem;
}

.head3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .325rem;
    letter-spacing: .0325rem;
}

.para {
    font-size: 1.15rem;
    line-height: 30px;
    color: var(--gray);
}

.lightgray_bg {
    background: var(--lightgray);
}

.heading {
    font-size: 3.75rem;
    font-family: var(--fontFamily);
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0;
    width: 100%;
}

.heading span {
    color: var(--theme);
}

/* \ primary classic */

body {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;
    color: var(--black);
}

header {
    background: var(--white);
    position: relative;
    z-index: 17;
}

header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: var(--white);
    opacity: 0.9;
}

/* navbar */

.navbar {
    background-color: transparent;
    padding: 40px 0;
    z-index: 2;
}

.navbar-brand {
    display: block;
    margin: auto !important;
    max-width: 80%;
}

.navbar-brand img {
    height: 3.1875rem;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.navbar_drop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.navbar_drop .nav-link img {
    width: 5rem;
}

.navbar_drop .dropdown-menu {
    box-shadow: 0px 0px 6px #00000029;
    border: none;
    right: 0 !important;
    left: auto !important;
    z-index: 30;
    margin-top: .625rem;
    min-width: fit-content;
}

.navbar_drop .dropdown-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.navbar_drop .dropdown-item:focus,
.navbar_drop .dropdown-item:active {
    background-color: transparent;
}

/* .navbar_drop .dropdown-item i {} */

/* \ navbar */


/* banner details */

.banner_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -2;
}

.banner_details h1 {
    font-size: 3.75rem;
    font-family: var(--fontFamily);
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0;
    width: 80%;
}

.banner_details h1 span {
    color: var(--theme);
}

.banner_details p {
    font-size: 1.213rem;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0;
    color: var(--dark);
}


.sib_img {
    position: absolute;
    width: 70%;
    right: 0;
    bottom: calc(-12.25rem / 2);
    height: 540px;
    object-fit: cover;
    border-radius: 10px;
}

/* \ banner details */

/* cta */
.cta_emty {
    background: var(--black) url('../images/bbaner.png') no-repeat center / cover;
    width: 100%;
    height: 12.25rem;
}

/* \ cta */

/* filter positon btn */
.filter_btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.125rem;
    color: var(--black);
    background-color: transparent;
    border: none;
}

/* \ filter positon btn */

/* we have slider card */

#weHaveSlider .swiper-slide {
    padding: 20px;
}

.weh_card {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 27px;
    display: flex;
    justify-content: start;
    align-items: stretch;
    overflow: hidden;
}

.weh_img {
    width: 45%;
    max-height: 90vh;
}
.weh_img.round_img {
    /* width: 27%; */
}
.weh_img div {
    height: 100%;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px !important;
}
.swiper-button-next {
    position: absolute !important;
    bottom: 0px !important;
    left: calc(50% - -30px) !important;
    background: var(--lightGreen);
    width: 44px !important;
    text-align: center;
    padding: 15px 0px;
    font-size: 17px;
    height: 44px !important;
    border-radius: 7px;
    color: #fff !important;
    margin-top: auto !important;
}

.swiper-button-prev {
    position: absolute !important;
    bottom: 0 !important;
    left: calc(50% - 30px) !important;
    background: var(--theme);
    width: 44px !important;
    text-align: center;
    padding: 15px 0px;
    font-size: 17px;
    height: 44px !important;
    border-radius: 7px;
    color: #fff !important;
    margin-top: auto !important;
}

.pro_img img {
    width: 100%;
    min-height: 700px;
}

.video_side video {
    width: 100%;
    object-fit: cover;
    border-radius: 1.875rem;
}
.mySwiper{
    padding-bottom: 60px !important;
}




button.like_btn {
    border: none;
    font-size: 33px;
    color: red;
    background: transparent;
    margin-left: 20px;
}
.weh_img img {
	width: 100%;
	height: 640px;
	object-fit: cover;
}


.weh_body {
    width: 70%;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: .625rem;
}
.inner_gift .weh_body {
    width: 85%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: .625rem;
}
.weh_body h4 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.weh_body h5 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}

.weh_body p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5625rem;
    color: #000;
}
.weh_body p i {
    color: var(--theme);
    font-size: 22px;
}


.weh_vid {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
}

.weh_vid video {
    width: 100%;
    object-fit: cover;
    border-radius: 1.875rem;
}

.paly_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.625rem;
    height: 5.625rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    border-radius: 50%;
    border: none;
}

.weh_btn {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}


.slider_navbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .625rem;
}

.slider_navbtn i {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 8px;
    background-color: var(--lightGreen);
    color: var(--white);
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_navbtn i.swiper-button-disabled {
    background-color: var(--lightTheme);
    cursor: no-drop;
}

/* \ we have slider card */

/* back shed section */
.back_shed {
    background: #efefef url('../images/lshide.png') no-repeat top left / contain;
}

.gif_img_card {
    width: 100%;
    border-radius: .8125rem;
    overflow: hidden;
    position: relative;
}

.gif_img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gf_img_top {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.75rem;
    color: var(--white);
}

.gf_img_top span {
    color: var(--white);
    font-size: 1.3125rem;
    line-height: 2rem;
    font-weight: 600;
}

.gf_img_top h4 {
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
}

.gif_img_card .buy_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

/* \ back shed section */

/* bottom contact us */
.bottom_contact {
    background: #000 url('../images/bot.png') no-repeat center / cover;
    position: relative;
    z-index: 0;
}

.bottom_contact::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--theme);
    opacity: 0.8;
}

.contac_box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.contac_box i {
    max-width: 4.6875rem;
    width: 100%;
    height: 4.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    color: var(--theme);
    font-size: 35px;
    border-radius: 50%;
}

.contac_box span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
}

.contac_box p,
.contac_box a {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    display: block;
}

/* \ bottom contact us */

/* footer  */
.foot_heading {
    font-size: 1.425rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.foot_list {
    list-style-type: none;
    padding: 0;
}

.foot_list li a {
    color: var(--black);
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 1rem;
    padding: .625rem 0;
    display: inline-block;
    text-decoration: none;
}

.footer_end {
    background-color: var(--black);
    padding: .75rem 0;
    text-align: center;
    color: var(--white);
    font-size: 1rem;
}

.social_cions {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.social_cions a {
    display: block;
    max-width: 50px;
    width: 100%;
}

.social_cions a img {
    width: 100%;
    height: 100%;
}

/* \ footer  */


/* login page elements style */

.bank_btn {
    border: 0;
    padding: 0;
    font-size: 19px;
    color: var(--black);
    background-color: transparent;
    margin: 0px 6px;
}

.logside_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.logo_login {
    width: 100%;
    max-width: 163px;
    margin-bottom: 2.875rem;
}

.login_form h2 {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: .0262rem;
    margin-bottom: 0;
}

.login_form h5 {
    font-size: 1.125rem;
    color: #979797;
    line-height: 2.0625rem;
    margin-bottom: 2.125rem;
}

.label_form {
    font-size: 1.025rem;
    margin-bottom: 0.325rem;
    font-weight: 500;
    display: block;
}

.inputGroup {
    margin-bottom: 1.5625rem;
    position: relative;
}

.int_drop_ps {
    position: absolute;
    top: 18px;
    right: 10px;
}

.indrop_btn {
    background-color: var(--black);
    border: none;
    color: var(--white);
    font-size: 14px;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indrop_btn i {
    display: flex;
}

.int_drop_ps .dropdown-menu {
    border: 1px solid --;
    border-radius: .625rem;
    padding: .625rem;
    left: auto !important;
    right: 0 !important;
}

.int_drop_ps .dropdown-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3125rem;
    font-size: .875rem;
    font-weight: 500;
    padding: 5px 0;
}

.filter_int_drop {
    top: 13px;
}


.radio_span {
    max-width: 1.0625rem;
    width: 100%;
    height: 1.0625rem;
    border-radius: 50%;
    border: 1px solid var(--gray);
    padding: 3px;
    cursor: pointer;
}

.radio_span span {
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--gray);
    border-radius: 50%;
}

input:checked+label.radio_span {
    border-color: var(--theme);
}

input:checked+label.radio_span span {
    background-color: var(--theme);
}

.inputGroup .inputControl {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
    padding: 0 1.25rem;
    height: 3.25rem;
    width: 100%;
    background-color: var(--white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inputGroup .input_left_ico {
    position: absolute;
    top: 14px;
    left: 15px;
    display: block;
    z-index: 2;
    font-size: 1.413rem;
    color: #707070;
}

.inputGroup .input_right_ico {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    z-index: 2;
}

.input_right_ico img {
    height: 1.3125rem;
}



.inputGroup:has(.right_int_ico) .inputControl {
    padding-right: 3.125rem;
}

.inputGroup .right_int_ico {
    position: absolute;
    top: 0.90rem;
    right: .9375rem;
    z-index: 2;
    background-color: transparent;
    border: none;
    color: var(--black);
    opacity: 1;
    font-size: 1.125rem;
}

.inputGroup .right_int_ico:hover {
    opacity: 1;
}

.right_int_ico img {
    height: 1.3125rem;
}

.inputGroup .inputControl:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--theme);
}



.form-switch .form-check-input {
    height: 1.4375rem;
    width: 2.5625rem;
}


.form-switch .form-check-input:focus {
    box-shadow: none;
    border-color: var(--theme);
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.forgot_link {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}


.login_social {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
}

.login_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: -1px 2px 7px #ddd;
    width: 100%;
    max-width: 4.375rem;
    height: 3.125rem;
    text-decoration: none;
}
.login_social .social {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: -1px 2px 7px #ddd;
    width: 100%;
    max-width: 4.375rem;
    height: 3.125rem;
    text-decoration: none;
}
.login_social a img {
    width: 40%;
    height: 40%;
    object-fit: contain;
}

.login_form p {
    font-size: .9375rem;
    line-height: 17px;
    margin-bottom: 0;
}

.login_form p a {
    text-decoration: underline;
    color: #040404;
}

/* upload img circle  */
.up_img {
    width: 100%;
    position: relative;
    margin: auto;
}

.up_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    object-fit: cover;
}

.up_img.edit_up_img img {
    opacity: 0.2;
}

.up_img img[src=""] {
    display: none;
}

.up_img label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border-radius: 10px;
    cursor: pointer;
    color: var(--white);
    border: 1px solid #CFCFCF;
    position: relative;
}

.up_img label div {
    width: 100%;
    height: 100%;
}

.upl_cam {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.upl_cam i {
    color: var(--gray);
    font-size: 1.875rem;
}

.upl_cam span {
    font-size: .875rem;
    font-weight: 700;
    color: var(--black);
}

.up_img:has(img) .upl_cam{
    display: none;
}
.up_img:has(img) label{
    pointer-events: none;
}

/*  \ upload img circle  */

/* \ login page elements style */

/* gif card */
.gif_count_card {
    box-shadow: 0px 0px 8px #00000033;
    border-radius: 13px;
    padding: 1.875rem;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

.gif_count_card.buyimg {
    width: 231px;
    margin: auto;

}

.gif_count_card:has(h5) {
    gap: 1rem;
}

.gf_img_top b {
    font-weight: normal;
    text-shadow: 0px 0px 6px #000;
}

.gif_count_card img {
    width: 70%;
    object-fit: contain;
    border-radius: 8px;
}

.bottom_line {
    height: 2px;
    object-fit: fill !important;
}

.gif_count_card p {
    align-self: flex-start;
    font-size: 1.3125rem;
    margin-bottom: 0;
    font-weight: 600;
}

.gif_count_card h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.gif_count_card h4 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: .6875rem;
    color: var(--theme);
}

.gif_count_card a {
    border: 1px solid var(--theme);
    border-radius: 6px;
    padding: .625rem 1.4375rem;
    display: inline-block;
    width: fit-content;
    text-align: center;
    font-size: 1rem;
    color: var(--theme);
    font-weight: 600;
    text-decoration: none;
}

.gif_count_card .buyBtn {
    border: 1px solid var(--theme);
    border-radius: 6px;
    padding: .625rem 1.4375rem;
    display: inline-block;
    width: fit-content;
    text-align: center;
    font-size: 1rem;
    color: var(--theme);
    background-color:"transparent " !important;
    font-weight: 600;
    text-decoration: none;
}

/* \ gif card */

/* user name card style */
.u_name_card {
    box-shadow: 0px 0px 3px #00000029;
    border-radius: .625rem;
    padding: .9375rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    text-decoration: none;
    color: var(--black);
}


.u_card_img img {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}

.u_card_body h4 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0;
}

.ucard_foot {
    margin-left: auto;
}

.check_round {
    width: 1.5625rem !important;
    min-width: 1.5625rem !important;
    height: 1.5625rem !important;
    border-radius: 50%;
    background-color: var(--gray);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #0000;
    cursor: pointer;
    transition: all 0.2s linear;
}

.check_round:hover {
    transform: scale(1.1);
}

input:checked+.check_round {
    background-color: var(--theme);
    color: var(--white);
}

/* \ user name card style */

/* visa card style */
.visa_card_check {
    box-shadow: 0px 0px 5px #00000017;
    border-radius: .625rem;
    padding: .625rem;
    margin-bottom: .9375rem;
    background: var(--white);
}

.vis_cardhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
    padding-bottom: 10px;
}

.vis_cardhead img {
    height: 1.9375rem;
}

.vis_cardbody h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.vis_cardbody p {
    color: rgba(0, 0, 0, 0.5);
    font-size: .8125rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
}

/* \ visa card style */

/* Transation card style */

.trans_card {
    box-shadow: 0px 0px 3px #00000029;
    border-radius: .625rem;
    padding: .925rem;
    background-color: var(--white);
}

.trans_box {
    border: 1px solid #CCCCCC;
    border-radius: .625rem;
    padding: .925rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .9375rem;
}

.trans_box h5 {
    font-size: 1rem;
    color: var(--black);
    margin-bottom: .5rem;
    font-weight: 600;
}

.trans_box span {
    font-size: .8125rem;
    letter-spacing: 0.28px;
    line-height: 1.375rem;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

.trans_box .amout_trans {
    font-size: 1rem;
    color: var(--lightGreen);
    display: block;
    font-weight: 500;
}

.trans_box .amout_trans.red_text {
    color: var(--lightTheme);
}

/* \ Transation card style */

/* pay box */
.pay_now_box {
    border-radius: 10px;
    background-color: #F9FAFB;
    padding: 20px;
}

.bank_card {
    box-shadow: 0px 1px 10px #00000029;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    background-color: var(--white);
}

.bank_card img {
    width: 100%;
    max-width: 60px;
}

.bank_card h6 {
    font-size: 1.125rem;
    color: var(--black);
    line-height: 28px;
}

.bank_card span {
    font-size: .875rem;
    color: var(--black);
    letter-spacing: .2537rem;
}

.delete_ico {
    background-color: transparent;
    color: var(--lightTheme);
    border: none;
    font-size: 1.5625rem;
    align-self: flex-end;
    margin-left: auto;
    line-height: 1.5625rem;
}

.summary_box {
    background-color: #F9FAFB;
    padding: 20px;
    border-radius: 10px;
}

.summary_box h4 {
    font-size: 1.25rem;
    color: var(--black);
}

.summary_box ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 0;
}

.summary_box li span {
    font-size: 1rem;
    color: var(--black);

}

.summary_box li:last-child {
    border-top: 1px solid #70707079;
    border-bottom: 1px solid #70707069;
}

/* \ pay box */

/* float box style */
.float_img_box img {
    width: 100%;
    max-width: 601px;
    float: left;
}

/* \ float box style */

/* contact page */

.cont_top_head {
    font-size: 1.25rem;
    line-height: 1.75rem;

}

.contact_card {
    border-radius: .9375rem;
    box-shadow: 0rem .0625rem 2.25rem #0000001F;
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 2rem;
    min-height: 100%;
}

.cont_card_head {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.contact_card p,
.contact_card a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--theme);
    margin-bottom: 0;
    text-decoration: none;
}

.contact_card p.mini {
    font-size: .75rem;
    line-height: 14px;
}

.contact_card img {
    width: 100%;
    max-width: 50px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-left: auto;
}

.cont_main_head {
    font-size: 3.125rem;
    line-height: 2rem;
    word-spacing: .0375rem;
    text-align: center;
    padding: 3.75rem 0rem;
}

/* contact page */

.modal_btn_close {
    width: 2.1875rem;
    min-width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    background-color: var(--lightTheme);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    border: none;
}


/* pay box */
.pay_now_box {
    border-radius: 10px;
    background-color: #F9FAFB;
    padding: 20px;
}

.bank_card {
    box-shadow: 0px 1px 10px #00000029;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    background-color: var(--white);
}

.bank_card img {
    width: 100%;
    max-width: 60px;
}

.bank_card h6 {
    font-size: 1.125rem;
    color: var(--black);
    line-height: 28px;
}

.bank_card span {
    font-size: .875rem;
    color: var(--black);
    letter-spacing: .2537rem;
}

.delete_ico {
    background-color: transparent;
    color: #FF0000;
    border: none;
    font-size: 1.5625rem;
    align-self: flex-end;
    margin-left: auto;
    line-height: 1.5625rem;
}

.summary_box {
    background-color: #F9FAFB;
    padding: 20px;
    border-radius: 10px;
}

.summary_box h4 {
    font-size: 1.25rem;
    color: var(--black);
}

.summary_box ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 0;
}

.summary_box li span {
    font-size: 1rem;
    color: var(--black);

}

.summary_box li:last-child {
    border-top: 1px solid #70707079;
    border-bottom: 1px solid #70707069;
}

.rev_modal .modal_img img {
    width: 100%;
    max-width: 5.6875rem;
    height: 5.6875rem;
}

.rev_modal_text h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    padding-top: 1.25rem;

}

.rev_modal_text p {
    font-size: 0.95rem;
    line-height: 1.4375rem;
    font-family: "DM Sans", sans-serif;
}

/* \ pay box */

/* notifi  */
.notifi_box {
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    margin-bottom: 1.5rem;
}

.notifi_img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    position: relative;
}

.notifi_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.notifi_body p {
    font-size: 1.25rem;
    line-height: 2.1875rem;
}

.notifi_body small {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 300;
    font-size: 1.rem;
}

/* \ notifi  */


/* profile */
.profile_sidebar {
    background-color: #F9FAFB;
    border-radius: 10px;
}

.pro_side_head {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 1.25rem .625rem;
}



.pro_side_head .up_img {
    max-width: 200px;
}

.pro_side_head img {
    width: 100%;
    max-width: 200px;
    border-radius: 25px;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 23px 0 1px -13px #c7c8c9, -24px 0 1px -13px #c7c8c9;
    object-position: top;
}

.pro_side_head .up_img label {
    background-color: var(--gold);
    color: var(--theme);
    right: 10px;
    bottom: 10px;
    box-shadow: 0px 0px 3px 0px #ffffffad;
}

.pro_side_head h5 {
    font-size: 1.25rem;
    line-height: 15px;
    font-weight: 600;
}

.pro_side_head small {
    color: #B5B5B5;
}

.pro_side_head span {
    color: #B5B5B5;
    font-size: .875rem;
}

.pro_side_body {
    padding: 20px;
}

.pro_side_link {
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
    text-decoration: none;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 6px #00000014;
    border-radius: 5px;
    margin-bottom: 18px;
    transition: background-color 0.1s ease-in-out;
}

.pro_side_link:hover {
    background-color: #f3daae;
}

.pro_side_link.active {
    background-color: var(--gold);
    color: var(--theme);
}

.pro_side_link i {
    font-size: 1.3rem;
}

.pro_side_link span {
    font-size: 1rem;
}

.ps_log_btn {
    background-color: #EFEFEF;
    color: var(--theme);
}

.profile_right_side {
    border-radius: 10px;
    background-color: #F9FAFB;
    padding: 1.5625rem;
    min-height: 100%;
}

.profile_heading {
    font-size: 1.5rem;
    font-weight: 600;
}

.profile_right_side label {
    font-size: 1.25rem;
    color: #000;
    display: block;
    font-weight: 600;
}

.profile_right_side small.sm {
    display: block;
    margin-bottom: 1.55rem;
    font-size: 1.075rem;
    color: #000;
}

/* \ profile */

/* inbox */
.inbox_card {
    box-shadow: 0px 1px 6px #00000021;
    border-radius: .9375rem;
    color: #000;
    text-decoration: none;
    display: block;
}

.inbox_card img {
    width: 100%;
    height: 15.625rem;
    border-radius: .9375rem;
    object-fit: cover;
}

.inbox_card h4 {
    font-size: 1.8125rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: .9375rem;
}

.nav-pills .nav-link {
    width: 100%;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    background-color: var(--white);
    color: var(--black);
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 10px;
}

.nav-pills .nav-link.active {
    background-color: var(--theme);
    color: var(--white);
}

/* \ inbox */

/* logout_modal */
.modal_icon {
    width: 100%;
    max-width: 4.25rem;
    height: 4.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c71919;
    color: var(--white);
    font-size: 2.125rem;
    margin: 0 auto .625rem;
    border-radius: 50%;
}

.logout_modal h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .0275rem;
    line-height: 2.375rem;
    margin-bottom: 10px;
    text-align: center;
}

.logout_modal p {
    font-size: .9375rem;
    letter-spacing: .0187rem;
    line-height: 1.25rem;
    color: #333333;
    opacity: 0.5;
    margin-bottom: 15px;
    text-align: center;
}

.modal_btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .625rem;
}

.modal_btn_group a,
.modal_btn_group button {
    width: calc(100% / 2 - .625rem);
    height: 3.25rem;
    border-radius: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background-color: #c71919;
    text-decoration: none;
    border: none;
}

/* \ logout_modal */

/* cretor banner details */
.creator_bdetails .sib_img {
    bottom: -3.75rem;
}

/* \ cretor banner details */


/* ltr card */
.ltr_card {
    border-radius: 25px;
    background-color: var(--white);
    padding: 1.5625rem;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column;
    text-align: right;
    gap: .9375rem;
}

.ltr_card img {
    width: 6.875rem;
    height: 6.875rem;
    object-fit: contain;
}

.ltr_card h4 {
    font-size: 1.8125rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.ltr_card p {
    color: #929292;
    font-size: 1.25rem;
    margin-bottom: 0;
}

/* ltr card */


/* user show card on home page style elements */
.ushow_card {
    box-shadow: 0px 1px 6px #00000021;
    border-radius: .9375rem;
}

.ushow_head {
    width: 100%;
}

.ushow_head img {
    width: 100%;
    box-shadow: 0px 2px 3px #00000029;
    border-radius: .9375rem;
    height: 256px;
    object-fit: cover;
    object-position: top;
}

.ushow_body {
    padding: 1.5625rem;
    position: relative;
}

.ushow_body h4 {
    font-size: 1.413rem;
    font-weight: 600;
    margin-bottom: 17px;
}

.ushow_body h6 {
    font-size: 1.075rem;
    font-weight: 500;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: .625rem;
    color: #7f7f7f;
}

.ushow_body h6 i {
    font-size: 20px;
    width: 20px;
    display: block;
    text-align: center;
}

.ushow_body p {
    font-size: 1.025rem;
    color: var(--black);
    opacity: 0.5;
    line-height: 28px;
    margin-bottom: 0;
}

.themebtn_bg_text {
    border-radius: 10px;
    background-color: var(--softTheme);
    color: var(--theme);
    padding: 0.513rem 1.113rem;
    font-size: 1.05rem;
    line-height: 1.875rem;
    display: inline-block;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
}

.ushow_body .themebtn_bg_text {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    z-index: 2;
}

/* \ user show card on home page style elements */


/* video card with dropdown */
.vid_card {
    box-shadow: 0px 1px 6px #00000021;
    border-radius: .9375rem;
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
}

.vid_head {
    position: relative;
    display: block;
}

.vid_head .paly_btn {
    background-color: #ffffff71;
    color: var(--black);
}

.vid_card video {
    height: 256px;
    width: 100%;
    box-shadow: 0px 2px 3px #00000029;
    border-radius: 15px;
    object-fit: cover;
}


.vid_body {
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vid_body h5 {
    font-size: 1.413rem;
    font-weight: 600;
    margin-bottom: 0;
}

.vid_drop .vid_drop_btn {
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
}

.vid_drop .dropdown-menu {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 12px;
    border: none;
}

.vid_drop .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 600;
}

.vid_drop .dropdown-menu .dropdown-item:focus,
.vid_drop .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: var(--black);
}

/* \ video card with dropdown */


/* payment_list */
.payment_list {
    background-color: var(--lightgray);
    border-radius: 10px;
    padding: 40px;
}

.payment_list h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.pay_list_itme {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: .625rem;
    margin-bottom: 1.25rem;
}

.pli_head {
    width: 8.875rem;
    min-width: 8.875rem;
    min-height: 6.9375rem;
    align-self: stretch;
}

.pli_head img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 3px #00000029;
    border-radius: .625rem;
    object-fit: cover;
}

.pli_body h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .375rem;
}

.pli_body small {
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: 0.28px;
    display: block;
    text-transform: uppercase;
    color: var(--black);
    opacity: 0.5;
}

.pli_foot {
    margin-left: auto;
    padding: 0 .925rem;
}

.pli_foot span {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--lightGreen);
}

/* \ payment_list */


/* wallet */
.profile_heading {
    font-size: 1.25rem;
    color: var(--theme);
    font-weight: 600;
}

.wallet_visa_card {
    box-shadow: 0px 0px 5px #00000017;
    border-radius: 10px;
    padding: .625rem;
    background: var(--white);
}

.wvc_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wvc_head img {
    max-width: 2.5rem;
    width: 100%;
}

.profile_right_side .wallet_check,
.wallet_check {
    max-width: 2.5rem;
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme);
    color: var(--theme);
    font-size: 1.65rem;
    border-radius: 100px;
    cursor: pointer;
}

.add_text_btn {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 600;
    border: none;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.wvc_head input:checked+.wallet_check {
    color: #fff;
}

.wvc_body h6 {
    font-size: .875rem;
    color: #000;
    line-height: 1.25rem;
    margin-bottom: 0;
    margin-top: 10px;
}

.wvc_body p {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
}

.wvc_body span,
.wvc_body small {
    font-size: .75rem;
    color: #7f7f7f;
}


.trans_card {
    box-shadow: 0px 0px 3px #00000029;
    border-radius: .625rem;
    padding: .925rem;
    background-color: #fff;
    height: 400px;
    overflow: auto;
}

.trans_card h4 {
    font-size: 1.275rem;
    color: var(--theme);
    margin-bottom: .9375rem;
    font-weight: 600;
}

.trans_box {
    border: 1px solid #CCCCCC;
    border-radius: .625rem;
    padding: .925rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .9375rem;
}

.trans_box h5 {
    font-size: 1rem;
    color: #000;
    margin-bottom: .5rem;
}

.trans_box span {
    font-size: .8125rem;
    letter-spacing: 0.28px;
    line-height: 1.375rem;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

.trans_box .amout_trans {
    font-size: 1rem;
    color: #3FAD5E;
    display: block;
}

.red_text {
    color: #D9002C !important;
}

/* \ wallet  */

/* role btns */
.rol_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

.rol_btn label {
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    background-color: #ddd;
}

.rol_btn input:checked+label {
    background-color: var(--theme);
    color: #fff;
}

/* \ role btns */

.infoSlide .swiper-slide {
    padding: 20px;
}


/* com_modla */
.com_modla {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: #00000098;
    display: none;
}

.com_modal_body{
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
}
.documentModalBody {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden; 
    position: relative;
}
.pagination {
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
  }
  
  .pagination li {
    display: inline-block;
  }
  
  .pagination a {
    padding: 6px 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .pagination a:hover {
    background: #ddd;
  }
  
  .pagination .active a {
    background: #e2362a;
    color: #f8f8f8 !important;
    border-color: #e2362a;
  }
.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #c21f1f;
    cursor: pointer;
    z-index: 10;
}
.close-icon:hover {
    color: #a10e0e;
}

.documentModalBody::-webkit-scrollbar {
    width: 8px; 
}

.documentModalBody::-webkit-scrollbar-thumb {
    background-color: red; 
    border-radius: 5px;
}

.documentModalBody::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.com_modla.show_modal{
    display: flex;
}

.StripeElement {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 16px 10px;
    border-radius: 10px;
}
.video_box{
    position: relative;
}
.video_box .video-controls{
        position: absolute;
        /* top: 0; */
        bottom: 5px;
        left: 19px;
        color: white;
        width: 90%;
}

.video_box .video-controls .progress_input{
    width: 100%;
}

/* // react-phoeinput  */
.react-tel-input .form-control {
    position: relative;
    font-size: 14px;
    letter-spacing: .01rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 8px;
    line-height: 25px;
    height: 47px !important;
    width: 100% !important;
}
/* \ com_modla */

.select_btns{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.select_btns button,.select_btns a{
    padding: 10px 16px;
    border-radius: 8px;
    color: #000;
    border: 2px solid #ddd;
    background-color: #ddd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.select_btns button:hover,.select_btns a:hover, .select_btns button:active,.select_btns a:active{
    border-color: var(--theme);
    color: var(--theme);
    background-color: #fff;
}
.up_img video {
    max-height: 182px;
}
.over_image i {
    position: absolute;
    right: 0;
    color: red;
    top: 0;
    cursor: pointer;
    z-index: 9999999999999;
}
.display_off{
    display: none;
}
.show_full_img {
    z-index: 3;
    width: 29% !important;
    left: 50%;
    top: 300px;
    transform: translate(-50%, -50%);
    max-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.show_full_img img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.show_full_img i {
    position: absolute;
    right: 13px;
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 5px;
    padding: 6px;
    top: 0;
    cursor: pointer;
}
.over_image {
    position: relative;
    width: 120px;
    height: 120px;
    top: -110px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}
.over_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.over_image video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
i.ph.ph-checks {
    position: relative;
    left: 5px;
    bottom: -14px;
}
img.emoji {
    width: 32px;
}

.like_dislike .dropdown-toggle::after {
    display: none !important;
}
.like_dislike button i {
    font-size: 21px;
}

.dropdown.like_dislike {
    float: right;
    position: absolute;
    right: -10px;
    z-index: 2;
    top: -7px;
    background: #fff;
    border-radius: 50%;
}
.emoji_send {
    /* color: #db5925; */
    font-size: 20px;
    position: absolute;
    left: -5px;
    bottom: -4px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}
a.dropdown-item {
    font-size: 12px;
}
/* max width media */

@media (max-width:991.98px) {
    .sib_img {
        position: static;
        width: 100%;
    }
    .rigth_box .bank_btn {
        display: none;
    }

    .banner_details h1 {
        font-size: 2.75rem;
    }

    .banner_details p {
        font-size: 1.113rem;
        line-height: 26px;
    }

    .navbar-brand img {
        height: 2.188rem;
    }

    .navbar_drop .nav-link img {
        width: 4rem;
    }
}

@media (max-width:767.98px) {
    .show_full_img {
        width: 80% !important;
    }
    .pro_img img {
        min-height: 400px;
    }
    .indrop_btn {
        font-size: 25px !important;
    }

    .social_cions {
        margin-top: 12px;
    }

    .back_shed {
        background: #efefef;
    }

    .navbar-brand img {
        height: 1.488rem;
        margin: auto;
    }

    .navbar_drop .nav-link img {
        width: 3rem;
    }

    .navbar_drop {
        right: 6px;
    }

    .banner_details h1 {
        font-size: 2.75rem;
    }

    .banner_details p {
        font-size: 1.113rem;
        line-height: 25px;
    }

    .theme_btn {
        font-size: 1.025rem;
        height: 45px;
        padding: 0px 20px;
        border-radius: 0.525rem;
    }

    .weh_card {
        flex-direction: column;
        align-items: stretch;
    }

    .weh_img {
        width: 100%;
        /* max-height: 90vh; */
    }

    .weh_img img {
        height: 220px;
        object-position: top;
        object-fit: contain;
        border-radius: 30px;
    }

    .weh_body {
        width: 100%;
        padding: 0 10px !important;
    }
    .weh_vid button.theme_btn {
        padding: 2px 13px;
        font-size: 14px;
        margin: 10px 0 0;
        height: 36px;
    }
    .ab-badge {
        bottom: -10px !important;
        left: -10px !important;
    }
    .weh_vid button.like_btn {
        margin-left: 0;
        font-size: 22px;
        position: relative;
        top: 7px;
    }

    .weh_btn {
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .weh_btn .theme_btn {
        width: 100% !important;
    }

    footer .navbar-brand {
        margin-bottom: 30px;
    }

    .foot_heading {
        font-size: 1.225rem;
        margin-bottom: 0.35rem;
        margin-top: .9375rem;
    }

    .social_cions a {
        max-width: 35px;
    }

    .footer_end {
        font-size: .75rem;
    }

    .sib_img {
        position: static;
        width: 100%;
        height: 350px;
        object-fit: contain;
    }

    .login_form p {
        text-align: left;
    }

    .notifi_box {
        flex-wrap: wrap;
    }

    .payment_list {
        padding: 20px;
    }

    .filter_int_drop {
        top: -25px;
    }
}

.ab-badge {
    position: absolute;
    bottom: -4px;
    left: 12px;
}

.badge-ab {
    position: absolute;
    bottom: -4px;
    left: -8px;
}
.weh_vid .swiper.swiper-initialized {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }