:root{
    --orange_bg: linear-gradient(0deg, #FF9650 0%, #FD565E 100%);
    --red_clr:#FD565E;
    --orange_D9:#D93200;
    --orange_FE:#FE7D56;
    --black_clr:#000;
    --white_clr:#FFF;
    --grey_clr:#4A4A4A;
    --pink:  #FFDCD2;
}

body{overflow-x: hidden}

@font-face {font-family: 'OpenSans-Regular';  src:  url('/website/assets/fonts/Open_Sans/static/OpenSans-Regular.ttf'),format('ttf');}
@font-face {font-family: 'OpenSans-SemiBold';  src:  url('/website/assets/fonts/Open_Sans/static/OpenSans-SemiBold.ttf'),format('ttf');}
@font-face {font-family: 'OpenSans-Bold';  src:  url('/website/assets/fonts/Open_Sans/static/OpenSans-Bold.ttf'),format('ttf');}
@font-face {font-family: 'Sora-Bold';  src:  url('/website/assets/fonts/Sora/static/Sora-Bold.ttf'),format('ttf');}
@font-face {font-family: 'Sora-Regular';  src:  url('/website/assets/fonts/Sora/static/Sora-Regular.ttf'),format('ttf');}
@font-face {font-family: 'Poppins-Regular';  src:  url('/website/assets/fonts/Poppins/Poppins-Regular.ttf'),format('ttf');}
@font-face {font-family: 'Poppins-Bold';  src:  url('/website/assets/fonts/Poppins/Poppins-Bold.ttf'),format('ttf');}

h1{color: var(--black_clr);font-family: 'Sora-Bold';font-size: 74px;line-height: normal;margin: 0;}
h2{color: var(--grey_clr);font-family: 'OpenSans-Bold';font-size: 48px;line-height: normal;margin: 0;}
h3{color: var(--black_clr);font-family: 'Sora-Regular';font-size: 40px;line-height: normal;letter-spacing: 8px;margin: 0}
h4{color: var(--grey_clr);font-family: 'OpenSans-Bold';font-size: 32px;line-height: normal;margin: 0;}
h5{color: var(--grey_clr);font-family: 'OpenSans-Bold';font-size: 21px;line-height: normal;margin: 0;}
h6{color: var(--black_clr);font-family: 'OpenSans-Regular';font-size: 15px;line-height: 25px;margin: 0;}
p{color: var(--grey_clr);font-family: 'OpenSans-Regular';font-size: 17px;line-height: 28px;margin: 0;}
input.form-control:focus{box-shadow: unset}
img{height: 100%;width: 100%;object-fit: cover}
.btn.focus, .btn:focus, .btn:hover{color: var(--white_clr)}
.btn {gap:15px; border-radius: 50px;box-shadow: 2px 4px 15px 0px rgba(254, 125, 86, 0.20);padding: 15px 15px 15px 5px;height: 50px;align-items: center;display: flex;justify-content: center;font-family: "OpenSans-SemiBold";font-size: 16px;line-height: normal;border: 0;width: fit-content;}
.btn_transparent{background-color: var(--white_clr);border: 1px solid rgba(189, 189, 189, 0.40);padding: 15px 20px;box-shadow: unset;}
.btn_orange{background: linear-gradient(#FD565E,#FF9650);color: var(--white_clr)}
section .container-fluid{padding: 0px 30px}
input[type="email"],input[type="password"],input[type="text"],input[type="tel"],input[type="number"],.txt_field select.form-select-transparent,.login-register.reset_password .txt_field input{border-radius: 50px;border: 1px solid rgba(219, 219, 219, 0.40);box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);padding: 15px;color: #4A4A4A;font-family: "OpenSans-Regular";font-size: 14px;line-height: 23px; }
input[type="email"]::placeholder,input[type="password"]::placeholder,input[type="text"]::placeholder,input[type="tel"]::placeholder,input[type="number"]::placeholder{color: #4A4A4A;font-family: "OpenSans-Regular";font-size: 14px;line-height: 23px;}
.btn_arrow{color:var(--red_clr);width: 40px;height: 40px;background: var(--white_clr);border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);}
.custom_col{display: flex;align-items: center;flex-direction: column;justify-content: center}
.custom_col p{margin: 0}
a{text-decoration: none}
input:focus-visible{outline: none}
textarea{resize: none;}
.btn:hover{color: var(--white_clr);}
.dropdown .btn,.btn_transparent:hover{color: var(--black_clr);border: 1px solid rgba(189, 189, 189, 0.40);}
.custom_container{max-width: 1280px;}
.form_row_gap{row-gap: 20px;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{color: var(--white_clr);}
.btn-check:checked+.btn.btn_transparent, .btn.btn_transparent.active, .btn.btn_transparent.show, .btn.btn_transparent:first-child:active, :not(.btn-check)+.btn.btn_transparent:active{color: var(--black_clr);border: 1px solid rgba(189, 189, 189, 0.40);}
.btn.btn_transparent.focus, .btn.btn_transparent:focus, .btn.btn_transparent:hover{color: var(--black_clr)}
.btn-check:checked+.add_cart btn.btn_orange, .add_cart .btn.btn_orange.active, .add_cart .btn.btn_orange.show, .add_cart .btn.btn_orange:first-child:active, :not(.btn-check)+.add_cart .btn.btn_orange:active{background: var(--orange_FE);}
.check_icon i.fa-check::before{font-family: "FontAwesome";}
.hero_section .container-fluid,.text_slider_section .container-fluid,.text_slider_section .custom_column,.hero_section .custom_column{padding: 0;}
.hero_section .custom_margin_row,.text_slider_section .custom_margin_row{margin: 0;}
.master_navbar .navbar .navbar-collapse .login_btn,header.master_navbar .navbar .custom_navbar_search,.responsive_cart_icon,.responsive_store_link{display:none;}
.custom_align_text{text-align: start;}
.custom_col .txt_field,.modal_wrapper .modal-content .modal_forms_content .form_btn .btn{width: 100%;}
.master_navbar a.dropdown-item.custom_logout {display: none; width: fit-content;}
.txt_field .checkbox.checkbox-primary label.error {position: absolute;bottom: -16px;left: 0;right: 0;}

/* Cards Animation Css */
.cards_text .image_shadow .card_img{height: 520px;width: 100%;border-radius: 40px;overflow: hidden;}
.cards_text .image_shadow .swiper-slide{border-radius: 40px;}
.cards_text:nth-child(2n+2) .slider_card_content {padding-left: 50px;}
.cards_text:nth-child(2n+3) .slider_card_content {padding-right: 50px;}
.txt_field span.digital_code {color: red;}
.cards_text .image_shadow {position: relative;}
.cards_text .image_shadow .card_img::before {content: "";position: absolute;top: 0;right: 0;left: 0;background: rgba(254, 125, 86, 0.40);border-radius: 40px;z-index: -1;width: 100%;height: 520px;margin: auto;transform: rotate(-7deg);animation: skewAnimationBefore 3s infinite alternate;}
.cards_text .image_shadow .card_img::after {content: "";position: absolute;top: 0;right: 0;left: 0;background: rgba(254, 125, 86, 0.20);border-radius: 40px;z-index: -1;width: 100%;height: 520px;margin: auto;transform: rotate(-14deg);animation: skewAnimationAfter 3s infinite alternate;}
@keyframes skewAnimationBefore {0% {transform: rotate(-16deg);} 100% {transform: rotate(-7deg);}}
@keyframes skewAnimationAfter {0% {transform: rotate(-25deg);} 100% {transform: rotate(-16deg);}}

/* Navbar Css */
.master_navbar .dropdown-menu .dropdown-item:hover{background-color: #FFEEEA;border-radius: 10px;}
.master_navbar .dropdown-menu li:not(:last-child){border-bottom: 1px solid #BDBDBD;}
.master_navbar .dropdown-menu{padding: 20px;border-radius: 10px 0px 10px 10px;background: #FFF;box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.15);border:none;width:240px;margin-left:-100px;}
.master_navbar a.dropdown-item {padding:15px 20px;font-size: 14px;display: flex;align-items: center;gap: 10px;color: var(--black_clr);font-family: "OpenSans-Regular";}
.master_navbar .dropdown_user{display: flex;align-items: center;gap: 10px}
.master_navbar .dropdown-toggle{display: flex;gap: 10px;align-items: center}
.master_navbar i.fa-solid.fa-chevron-down{color: black;font-size: 12px}
.master_navbar .profile-image{display:flex;gap:5px}
a.dropdown-toggle.u-dropdown.text-bl {color:#4a4a4a;font-size:13px;align-items:center;display:flex}
.banner{background-image: url('/website/assets/images/banner.png');background-position:center;background-repeat: no-repeat;background-size: cover;padding: 111px 0px 144px 40px}
.master_navbar .second_navIcon {overflow: hidden;color:#FE7D56;width:45px;height:45px;border:2px solid #FE7D56;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.master_navbar .navbar .nav-item .nav-link[href="/"] {color: red}
.master_navbar .navbar .search_toggle,.master_navbar .navbar .custom_navbar_search input[type="search"]{border-radius: 50px;padding: 10px;border: 1px solid rgba(219, 219, 219, 0.40);background: rgba(255, 255, 255, 0.20);box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);text-indent: 10px;font-size: 15px;}
.master_navbar .navbar .main_btn{display: flex;align-items: center;gap: 10px; margin-left: auto;}
.master_navbar .navbar .main_btn .Navbar_search{cursor: pointer;width: 40px;height: 40px;background: white;box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.07);display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.master_navbar .navbar{padding: 15px 40px}
.master_navbar .user_icon {background:#FE7D56;}
.master_navbar .user_icon i{color:white}
.master_navbar .navbar .collapse{justify-content: center;}
.master_navbar .navbar .navbar-nav {gap: 60px}
.master_navbar .navbar .navbar-nav li a{font-family: 'OpenSans-Regular';}
.master_navbar .navbar .navbar-nav .nav-item a.active{font-family: 'OpenSans-Bold';color:var(--red_clr) }
.master_navbar .navbar .site_logo a{width: 283px; height: 85px;display: block;margin: 0;}
.master_navbar .navbar .site_logo img{width: 100%;height: 100%;object-fit: cover;}
.header_two .navbar_two_icons{display: flex;gap: 10px}
.header_two .dropdown{display: flex;gap: 10px}
.header_two .dropdown select{border:none}
.header_two .profile-text a{color: var(--black_clr);font-size: 14px;font-family: 'OpenSans-Regular';}
.header_two .navbar_two_icons  .nav_icon {width: 42px;height: 42px;background: white;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: var(--orange_FE);border: 1.5px solid var(--orange_FE);}
header.master_navbar .navbar-collapse ul.navbar-nav.products_nav a.nav-link,.master_navbar a.nav-item.responsive_store_link {font-family: 'OpenSans-Bold';font-size: 22px;color: var(--orange_FE);}
.modal_forms_content .resend_verification_code button {margin: auto; padding: 15px;}
.master_navbar li.custom_user_content {display: none;}
header.master_navbar .navbar-collapse ul.navbar-nav.products_nav .artist_image,.custom_store_link .artist_image {border: 1px solid black;height: 100px;width: 100px;border-radius: 50%;overflow: hidden;}
.master_navbar .navbar .navbar-nav li.cart_item {display: none;}
.custom_store_link {display: flex;align-items: center;justify-content: center;gap: 20px;}

/*Home Page*/
.hero_section .slider_content .stroke_line h3{margin-top: 15px;}
.hero_section .footer_icons{display: flex;gap: 10px;position: absolute;bottom: 40px;right: 40px;z-index: 1}
.hero_section .footer_icons .social_icons{color:var(--black_clr);width: 40px;height: 40px;background: white;display: flex;justify-content: center;align-items: center;border-radius: 50%;}
.hero_section{position: relative}
.hero_section .slider_img{background-image:  url('/website/assets/images/slider.png');background-repeat: no-repeat;background-size: cover;padding: 135px 0px 135px 40px;position: relative;height: 670px;background-position: center;}
.hero_section .stroke_line{position: relative;display: flex;gap: 10px; margin: 20px 0;}
.hero_section .stroke_line .red_line{z-index: 1;}
.hero_section .stroke_line .white_line{position: absolute;left: 30%;top: 0;}
.hero_section .stroke_line img {border: 0;box-shadow: none;}
.hero_section .slider_img .btn{width: fit-content;margin-top: 10px;}
.hero_section .slider_img .slider_content{width: 500px; position: relative;z-index: 2;}
.hero_section .slider_img .slider_content p{margin: 40px 0px}
.hero_section .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #727272;width:30px; border-radius: 5px}
.hero_section .swiper-pagination-bullet{width:10px;height: 10px;}
.hero_section .swiper-pagination{margin-bottom: 10px}
.jumpstart_section .jumpstart_card h5{font-size: 18px;margin-bottom: 15px;text-align: center;}
.jumpstart_section{text-align: center;margin-top: 80px}
.jumpstart_section h2{text-align: center;margin-bottom: 40px}
.jumpstart_section .jumpstart_card{padding: 20px 25px;border-radius: 20px;border: 1px solid #DEDEDE;background: #F8F8F8;box-shadow: 2px 4px 35px 0px rgba(0, 0, 0, 0.07);height: 100%}
.text_slider_section{margin-top: 100px;}
.text_slider_section h2{text-align: center}
.text_slider_section .slider_content h4{color: var(--white_clr);display: flex; align-items: center; gap: 10px; font-size: 25px;}
.text_slider_section .slider_content{background: linear-gradient(0deg, #FF9650 0%, #FD565E 100%);padding: 20px 0px;margin-top: 40px;display: flex;flex-wrap: wrap; gap: 25px; justify-content: center;}
.text_slider_section .slider_content .fa-circle{font-size: 8px;color: white}
.client_review_section .review_card .client_profile {width: auto; flex: 1; height: 200px;}
.client_review_section .review_card .review_content_wrapper {flex: 2;}
.images_text_section{margin-top: 100px;}
.images_text_section h2{text-align: center}
.images_text_section .cards_text{margin-top: 60px;}
.images_text_section .cards_text p{margin: 20px 0px 40px}
.images_text_section .custom_align_row{align-items: center;}
span.text_danger {background: #FE7D56;width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 10px;color: white;position:absolute;top:-3px;left:-5px}
 a.icon_count {position: relative;}
.client_review_section .clientSwiper .review_card .review_star{margin-top: 10px;display: flex;flex-direction: row-reverse;gap: 5px;}
.client_review_section .clientSwiper .review_card .review_star .checked{color: #FD565E}
.client_review_section .clientSwiper .custom_arrow{font-size: 36px;color: var(--black_clr)}
.client_review_section .clientSwiper .swiper-button-prev:after,.client_review_section .clientSwiper .swiper-button-next:after{display: none}
.client_review_section .clientSwiper .swiper-button-prev{left: 10%}
.client_review_section .clientSwiper .swiper-button-next{right: 10%}
.client_review_section h2{text-align: center;margin-bottom: 40px;}
.client_review_section{margin-top: 100px;}
.client_review_section .review_card h5{margin-bottom: 10px}
.client_review_section .review_card{gap: 25px;text-align: end;padding: 26px;border-radius: 26px;border: 1px solid #FF9650;background: #FDFDFD;box-shadow: 1.344px 2.688px 10.08px 0px rgba(0, 0, 0, 0.10);    display: flex;width: 750px;margin: 30px auto;}
.client_review_section .review_card .client_profile img{border-radius: 0px 181.445px 181.445px 181.445px;height:100%;width: 100%}
.help_form_section .form_div h4{color: var(--white_clr);margin-bottom: 40px}
.help_form_section{margin: 100px 0px}
.help_form_section .form_content{border-radius: 40px;background: linear-gradient(0deg, #DB8349 0%, #DD343D 100%);box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.20);}
.help_form_section .form_div {padding: 50px 40px;text-align: center}
.help_form_section .form_content .help_form_img{border-top-right-radius: 40px;overflow: hidden;border-bottom-right-radius: 40px;height: 100%;}
.help_form_section .form_content .form_div input{color:var(--white_clr);background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(171, 171, 171, 0.20) 100%);}
.help_form_section .form_content .form_div input::placeholder, .help_form_section .form_content .form_div textarea::placeholder{color: white}
.help_form_section .form_content .form_div .row{row-gap: 10px}
.help_form_section .form_content .form_div textarea{color: white;border-radius: 30px;background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(171, 171, 171, 0.20) 100%);box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);height: 115px;padding: 15px;border: 1px solid rgba(219, 219, 219, 0.40);}
.help_form_section .form_content .form_div .btn_main{display: flex;justify-content: center;margin-top: 40px;}
.help_form_section .form_div h4 {color: var(--white_clr);margin-bottom: 40px;font-size: 25px;}
.hero_section .slider_img:before {content: "";position: absolute;width: 100%;height: 100%;background: linear-gradient(180deg, rgb(219 216 216 / 100%), #00000000);top: 0;left: 0;right: 0;bottom: 0;}

/*About Page*/
.aboutPage_content{margin: 80px 0;text-align: center}
.aboutPage_content .row_gap{row-gap: 40px}
.aboutPage_content .cards_text p{text-align: start}
.aboutPage_content .btn_orange{width: fit-content;margin: auto}
.aboutPage_content .cards_text .slider_card_content p:nth-child(2){padding: 30px 0px}
.aboutPage_content .custom_col{max-width: 55%;}
.aboutPage_content .cards_text .row{align-items: center;row-gap: 25px;}
.aboutPage_content .cards_text {margin-top: 30px;}
.aboutPage_content .slider_card_content {padding-left: 50px;}

/* Check Out Page Css */
table{margin:0;}
.checkout_section .inner_section_table .table_bg tbody tr td,
.checkout_section .inner_section_table .table_bg thead tr th {background: transparent;text-align: center;}
.checkout_section .inner_section_table td{vertical-align: middle}
.checkout_section .checkout_billing .table_flex {display: flex;align-items: center;gap: 10px;}
.checkout_section h2 {text-align: center;margin: 20px 0px 40px 0px;}
.checkout_section{margin-bottom: 150px;}
.checkout_section .custom_flex.total {padding: 10px;margin: 20px 0px;border-bottom: none;}
.checkout_section .custom_flex.total p {font-family: 'OpenSans-Bold';}
.checkoutform .custom_check_box {display: flex;  align-items: center; gap: 5px; justify-content: center;}
.checkout_section .checkout_details .custom_flex {padding: 10px;border-bottom: none;}
.checkout_section .custom_flex.border_btm {border-bottom: 1px solid #DBDBDB;}
.checkout_section .checkout_billing {border-radius: 10px;background: rgba(254, 125, 86, 0.10);padding: 20px;}
.checkout_section .custom_flex {display: flex;justify-content: space-between;padding: 20px;border-bottom: 1px solid #DBDBDB;}
.checkout_section .image_text_flex {display: flex;align-items: center;gap: 10px;}
.checkout_section .checkout_img {width: 47px;height: 47px;}
.checkout_section .checkoutform {border-radius: 40px;border: 0.5px solid #BDBDBD;background: #FFF;padding: 20px;height: 100%;}
.checkout_section .title{margin-bottom:20px;font-size: 28px}

/* Cart Page*/
.cart_section table tbody tr{background: #FFF;box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);border-radius: 10px;}
.cart_section table td{padding: 20px;vertical-align: middle; font-family: "OpenSans-Regular"; font-size: 17px;white-space: nowrap; }
.cart_section table{border-collapse: separate;border-spacing: 0px 40px;}
.cart_section tbody, td, tfoot, th, thead, tr{border-style: unset;}
.cart_section .price_table{margin-bottom: 40px;}
.cart_section h2{text-align: center;}
.cart_section {padding: 124px 0;}
.cart_section.my_purchases {padding: 124px 0;}
.cart_section .btn_main{display: flex;gap:20px;}
.cart_section .btn_main .btn{width: fit-content}
.custom_table .products .product_img{width: 80px;height: 80px;border-radius: 5px;overflow: hidden;border: 2px solid black;}
.custom_table .table_icon{width: 42px;height: 42px;background: var(--orange_FE);display: flex;color: white;align-items: center;justify-content: center;border-radius: 50%;}
.custom_table .products, .custom_table .product_quantity{display: flex;gap: 10px;align-items: center}
.cart_section table thead tr th {color: var(--black_clr); font-family: "OpenSans-Regular"; font-size: 15px;padding: 0px 20px;white-space: nowrap;}
.cart_section table span{color: var(--black_clr)}
thead:after,tbody:after {content: ""; display: block; position: absolute; background: #DBDBDB; width: 100%; height: 1px; left: 0; bottom: 6px;}
thead,tbody {position: relative;}
tbody:after {bottom:0;}
.cart_section .custom_table .price_table thead:after{content: unset;}
.cart_section .custom_table .price_table table tbody tr{box-shadow: unset;}
.cart_section .custom_table .price_table table{border-collapse: collapse;}
.cart_section table tbody tr td:last-child{border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.cart_section table tbody tr td:first-child{border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.cart_section .custom_width{width: 55%}
.cart_section .custom_tbl_width{width: 70%;}
.cart_section .price_table  table thead tr th {font-family: "OpenSans-SemiBold"; font-size: 20px;}
.cart_section .price_table table tbody tr td {font-size: 20px;}
.custom_table::-webkit-scrollbar {width: 5px;height:8px}
.custom_table::-webkit-scrollbar-track {background: #c3c3c3;border-radius:10px;  }
.custom_table::-webkit-scrollbar-thumb {background: linear-gradient(#FD565E, #FF9650);border-radius:10px;}
.custom_table .product_quantity input.quantity_product{width: 50px;}
.cart_section table td a.store_name {color: var(--grey_clr);text-decoration: underline;text-underline-offset: 5px;font-family: 'OpenSans-SemiBold';}
.custom_table,.inner_section_table{overflow: auto;margin-bottom: 20px;}

/* WishList */
.add_cart .btn {border-radius: 10px;background: var(--orange_FE);box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);padding: 10px;width: fit-content;font-family: "OpenSans-Regular"; font-size: 17px;}
.swiper-wrapper .slider_img video{width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}

/* Footer Css */
.footer_section .footer_content .row{align-items: center}
.footer_section{background-color: var(--pink);border-radius: 20px 20px 0px 0px;border: 1px solid var(--orange_FE);}
.footer_section .copyright_section {display: flex;justify-content: space-between;padding: 10px 40px;align-items: center;}
.footer_section  .copyright_section a, .footer_section  .copyright_section p{text-decoration: none;color: var(--black_clr);font-size: 12px;font-family: 'OpenSans-Regular';}
.footer_section .footer_content{padding: 40px 10px;text-align: center;}
.footer_section .footer_content .social_icons{ width: 35px;height: 35px;background: var(--white_clr);display: flex;justify-content: center;align-items: center;border-radius: 50%;color: #D93200;}
.footer_section .footer_content .footer_icons{display: flex;gap: 10px;flex-wrap: wrap; justify-content: center;}
.footer_section .footer_content .txt_field input{border-radius: 50px;background: var(--white_clr);padding: 10px 15px;margin: 10px 0px;width: 85%;}
.footer_content .footer_logo {height: 115px;}
.footer_content .logo img{object-fit: cover;}

/* Modals */
.modal_wrapper .modal-content .modal_forms_content,.login-register.reset_password .modal_forms_content {padding: 20px 33px 20px 13px; background: var(--white_clr);text-align: center;}
.modal_wrapper .modal-content .modal_forms_content .modal_title h4 {text-align: center;}
.custom_padding{padding: 12px 0px;}
.modal_wrapper .modal-content .modal_title {justify-content: center;border: 0;position: relative;}
.modal_wrapper .modal-body .txt_field.chk-remember {display: flex;justify-content: space-between;padding: 6px 12px;align-items: center;}
.custom_row {row-gap: 20px;}
.modal_wrapper .modal-body a {color: var(--red_clr);font-family: "OpenSans-SemiBold";font-size: 14px;line-height: 23px;}
.modal_wrapper .modal-body label {color: var(--grey_clr);font-family: "OpenSans-Regular";font-size: 12px;line-height: 20px;}
.authentication .modal-content .modal-body .modal_forms_content .verify_code {display: flex;gap: 10px;justify-content: center;}
.authentication .modal-content .modal-body .modal_forms_content .verify_code input[type="number"] {text-align: center;font-family: "OpenSans-Bold";font-size: 32px;width: 75px;height: 75px;}
.authentication .modal-content .modal-body .modal_forms_content .verify_code input[type="number"]::placeholder{font-family: "OpenSans-Bold";font-size: 32px}
.modal_wrapper .modal-content .modal_title button.btn-close {position: absolute;right: 3%;top:30%}
.modal_wrapper .modal-dialog{max-width:81%;margin: auto;}
.modal_wrapper .modal-content .modal-body .modal_image img{height: 100%;width: 100%;object-fit: cover;}
.modal_wrapper .modal-body{padding: 0}
.modal_wrapper .modal-dialog .modal-content{border-radius: 50px;overflow: hidden;}
.modal_wrapper .modal-content .modal_forms_content .form_btn,.publication h4 {position: relative;}
.modal_wrapper .view_more_content{padding: 55px 60px;}
.checkbox.checkbox-primary {display: flex;gap: 10px;align-items: baseline;}
.padding_10{padding: 10px;}
.modal_wrapper .modal-content .modal_title.reset_btn{padding: 10px;}
.signup_links {justify-content: center;gap: 10px;margin-bottom: 20px;}
.signup_links .nav-link {background: #FFDCD2;border-radius: 10px;color: var(--grey_clr);font-family: "OpenSans-SemiBold";font-size: 15px;padding: 10px 15px;}
.nav-pills.signup_links .nav-link.active, .nav-pills.signup_links .show>.nav-link{background: linear-gradient(#FD565E, #FF9650);color: var(--white_clr)}
.modal_image {height: 100%;}
.modal_forms_content{height: 100%;display: flex;align-items: center;}
.modal {backdrop-filter: blur(2.5px); background: rgba(0, 0, 0, 0.33);}
.modal_wrapper .txt_field span, label.error, .modal_wrapper .modal-body label.error {color: red;font-size: 12px;font-family: 'Poppins-Regular';}
.sign_up.modal_wrapper .modal-body .txt_field.chk-remember {display: block;}
.sign_up .txt_field .custom_tooltip {position: absolute;top: 15px;right: 10px;}
.sign_up .txt_field .custom_tooltip .tooltip_hover:hover span.hover_txt{z-index: 1;width: 200px;}
.resend_verification_code button.btn.btn_orange.resend_otp:disabled {background: #cacacae6;}

/* Reset Password */
.login-register.reset_password {background: none!important;}
.login-register.reset_password .container-fluid,.login-register.reset_password .col-md-6 {padding: 0;}
.login-register.reset_password .row {margin: 0;}
.login-register.reset_password .txt_field input {height: unset;}
.login-register.reset_password .txt_field {margin-bottom: 20px;position: relative;}
.login-register.reset_password .form_btn .btn.btn_orange {width: 100%;}
.login-register.reset_password .container-fluid, .login-register.reset_password .row,.login-register.reset_password .col-md-6 {height: 100%;}
.login-register.reset_password .modal_forms_content {flex-direction: column;justify-content: center;align-items: unset;}

/* Artists Detail */
.artist_detail{padding-top: 40px;}
.artist_detail .row{align-items: center;}
.artist_detail .artist_image {border: 2px solid #312828;width: 260px;height: 260px;margin: auto;border-radius: 50%;position: relative;overflow: hidden;}
/*.artist_detail .artist_image img{border-radius: 50%;}*/
.artist_detail .store_detail {display: flex;flex-direction: column;gap: 15px;}
.artist_detail .store_detail a {color: var(--grey_clr);font-family: 'OpenSans-Regular';font-size: 14px;line-height: 23px;text-decoration: none;}
.artist_detail .store_detail> a{width: fit-content; margin: auto;text-align: center;display: flex;justify-content: center;position:relative;align-items: center;gap: 10px;color: var(--black_clr)}
.artist_detail .store_detail p.italic{font-family: "OpenSans-SemiBold";font-style: italic;}
.artist_detail .store_detail p{font-size: 17px;}
.artist_detail .store_detail p.store_desc{color: var(--black_clr); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}
.artist_detail .store_detail .store_name_icon {display: flex; justify-content: space-between;align-items: center;}
.artist_detail .store_detail .store_name_icon .icons {display: flex; gap: 20px;align-items: center;}
.artist_detail .store_detail .store_name_icon .icons i{font-size: 16px;}
.artist_detail .store_detail .store_name_icon .icons .facebook i{color: #0067DF;}
.artist_detail .store_detail .store_name_icon .icons .insta i{color: #D90068;}
.artist_detail .store_detail .store_name_icon .icons .twitter i{fill: #000;}
.artist_detail .store_detail> a:after {content: "";display: block;position: absolute;background: black;width: 60%;height: 1px;left: 0;right: 20px;bottom:0;margin: auto;}
.user_detail a.cart_title{color: var(--white_clr);font-family: 'OpenSans-Bold';font-size: 20px;line-height: normal;margin: 0;}
.profile_desc h3:has(img) img,.store_detail h3:has(img) img{margin: 10px 0;border-radius: 10px;}
.publication_details .publication_card_content {border: 2px solid black;border-radius: 15px;padding: 15px;text-align: center;box-shadow: 1px 4px 3px 0px #655f5f;flex: 1; display: flex; flex-direction: column;justify-content: center;}
.publication_details .publication_card_content span{color: #4A4A4A;}
.publication_details {display: flex; flex-direction: column; height: 100%;gap: 20px;}
.search_publication_content {display: flex;gap: 20px;height: 100%;flex-wrap: wrap;}
.search_publication_content .publication_details {width: 24%;height: unset;}

/* Publications Cards Css */
.publication,.profile_settings {padding: 40px 0px 100px 0px;}
.publication .card {border: 0;}
.publication .publication_img{border-radius: 40px;height: 430px; overflow: hidden;}
.publication .publication_img img {object-fit: cover;height: 100%;}
.publication .card-img-overlay {cursor: pointer;height: 100%;top: unset;width: auto;padding: 25px;display: flex;flex-direction: column;align-items: baseline;justify-content: end;border-radius: 40px;border: 2px solid #4A4A4A; }
.card_content {width: 100%;}
.publication .card-img-overlay:hover{opacity: 1;transition: all 0.5s;}
.publication .card_content .card_text p {color: white;font-size: 13px;line-height: 23px;}
.publication .card_content .user_detail,.publication .publication_card_content .publication_price .add_btn {display: flex;gap: 10px;}
.publication .card_content .user_detail .user_avatar span {border-radius: 50%;background: var(--white_clr);width: 80px;height: 80px;}
.publication .card_content .user_detail .user_avatar span i{color: var(--orange_FE);font-size: 18px;}
.publication .card_content .title h5,a,.publication_price p,.publication .publication_card_content .publication_price .add_btn a i,span {color: var(--white_clr);}
.publication .title .publication_type {cursor:default;border-radius: 50px;background: #FF9650;padding: 4px 15px;font-size: 8px;font-family: "OpenSans-Regular";width: fit-content;}
.publication .user_detail .title .title_anchor .publication_anchor {padding: 4px 15px;border-radius:50px;background: var(--red_clr);font-size: 8px;}
.publication .user_detail .title {display: flex;flex-direction: column;gap: 5px;}
.publication .user_detail .user_avatar,.publication .card_content .user_detail .user_avatar span,.publication .publication_card_content .publication_price .add_btn a,.publication_detail .card_content .title .wish_icon a,.product_quantity a,.publication_detail .card_content .title .wish_icon,.publication_detail .title_anchor a {display: flex;align-items: center;justify-content: center;}
.publication .publication_card_content .publication_price {position: relative;display: flex;justify-content: end;padding-top: 20px;align-items: center;}
.publication .publication_card_content .publication_price p {font-family: 'OpenSans-SemiBold';}
.publication .publication_card_content .publication_price .add_btn a {border-radius: 3px;background: rgb(90 89 89);padding: 4px 0px;width: 35px;height: 35px;}
.publication .publication_card_content .publication_price .add_btn a i {font-size: 17px;font-weight: 400;font-family: FontAwesome;}
.publication .publication_card_content .publication_price:before {top: 10px;content: "";position: absolute;display: block;background: #555353;width: 100%;height: 1px;left: 0;}
.publication .row_gap{row-gap: 60px;}
.publication h4:after {content: "";display: block;position: absolute;background: #DBDBDB;width: 100%;height: 1px;left: 0;bottom: 10px;}
.publication h4{padding-bottom: 30px;}
.publication .user_detail .title .title_anchor, .publication .user_detail .title .title_type {display: flex;align-items: center;gap: 5px;flex-wrap: wrap;}
.publication .card_content .user_detail {height: 100%; align-items: end;}
.publication .card .card_content {height: 100%; display: flex; flex-direction: column; justify-content: end;}
.publication_details .publication_card_content p, .publication_details .publication_card_content span {font-family: 'OpenSans-SemiBold';font-size: 17px;}
.profile_desc p:has(img),.author_description p:has(img) {width: 450px;}

.profile_desc p:has(img) img,.author_description p:has(img) img {border-radius: 15px;}
.profile_desc h5:has(img) img{border-radius: 15px;}

/* Profile Settings */
.profile_settings  .edit_btn button{margin-left: auto;}
.profile_settings .form_content h6 {color: var(--black_clr);font-family: "OpenSans-SemiBold";font-size: 17px;text-decoration: underline;text-underline-offset: 10px;}
.profile_settings .profile_picture .dropify-wrapper {height: 260px;width: 260px;padding: 0;background: #FFF;box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);border: none;border-radius: 50%;}
.profile_settings .dropify-wrapper .dropify-message span.file-icon:before {content: '\f007';font-family: FontAwesome;font-size: 40px;color: #BFBFBF;line-height: 50px;}
.profile_settings .dropify-wrapper .dropify-message p,.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message,.profile_settings .profile_picture .dropify-wrapper .dropify-clear {display: none;}
.profile_settings .dropify-wrapper .dropify-preview .dropify-render img{border-radius: 10px;}
.profile_settings .form_content {border-radius: 40px; border: 0.5px solid #BDBDBD; background: #FFF; padding: 40px;}
.profile_settings .form_content .form_row_gap {row-gap: 15px;}
.profile_settings .form_content .txt_field {display: flex;    align-items: center;  border-radius: 7px; border: 1px solid #EFEFEF; background: #FFF;padding: 15px; flex-wrap: wrap; row-gap: 10px;}
.profile_settings .form_content .txt_field label {width: 25%; color: #4A4A4A; font-family: Poppins; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal;text-transform: capitalize;margin: 0;}
.profile_settings .form_content .txt_field input,.profile_settings .form_content .txt_field textarea {padding: 0 15px;width: 75%;  border: 0; background: unset; box-shadow: unset;  border-radius: 0;}
.profile_settings .form_content .txt_description,textarea{align-items: start;}
.profile_settings .form_content .txt_field label.error {width: 100%; color: red; font-size: 14px;}
.profile_settings .change_password .btn{box-shadow: unset;}
.profile_settings .form_content  .txt_description {margin: 25px 0px;}
.profile_settings .form_content .profile_picture {padding-bottom: 25px;}
.profile_settings .profile_picture .dropify-wrapper .dropify-preview {padding: 0;}
.change_password {display: flex; justify-content: space-between;}
.profile_modal .btn_main button {margin-left: auto;}

/* Terms & Conditions */
ul{margin: 0;}
.terms_conditions .txt_margin {margin-top: 30px;}
.terms_conditions .txt_margin a{color: var(--orange_FE);text-decoration: underline}
.terms_conditions {padding: 80px 0; }
.terms_conditions .row_gap,.acknowledgment .row_gap {row-gap: 40px;}
.definition,.definition_listing ul,.acknowledgment .list ul {display: flex; flex-direction: column; gap: 20px;}
.definition_listing ul li p {color: var(--black_clr);padding-top: 10px;}
.definition > p,.acknowledgment .list li h6,.definition_listing ul li h6,.acknowledgment h6 {color: var(--black_clr);font-family: "OpenSans-SemiBold"; font-size: 17px; line-height: 28px;}
.acknowledgment {padding-bottom: 80px;}
.terms_conditions h5{margin-bottom: 10px;}
.acknowledgment h2,.terms_conditions h2 {text-align: center;}
.acknowledgment p:nth-child(odd) {padding: 20px 0px; color: var(--black_clr);}
.acknowledgment h5,.termination_para,.interpretation {padding-bottom: 10px;}
.acknowledgment span{font-family: 'OpenSans-Bold'; color: var(--black_clr)}
.definition_listing ul li a{color: var(--orange_FE);font-family: "OpenSans-SemiBold";text-decoration-line: underline;}
.terms_conditions p{color: var(--black_clr)}
.acknowledgment a{color: var(--orange_FE);}
.acknowledgment .links_width{max-width: 50%;}
.acknowledgment .padding_para, .terms_conditions .padding_para{padding: 20px 0px}
.acknowledgment .padding_unset{padding: 20px 0px 0px}
.termination_list ul {display: flex; flex-direction: column;  gap: 5px;}
.terms_conditions .col-md-12:nth-child(2) p{text-align:center}
.term_conditions_modal .store_detail ul li,.term_conditions_modal .store_detail ul li>p {margin-top: 10px;}

/* New Publication */
/* Slider */
.swiper {width: 100%; height: 100%;position: relative;}
.slider_img img {height: 100%;object-fit: cover;width: 100%;border-radius: 20px;border: 2px solid #c5c5c5; box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);}
.gallery-top .slider_img{height: 630px;padding-bottom: 15px;}
.gallery-top .slider_img .pdf_img,.gallery-top .slider_img .docx_img {height: 630px;}
.gallery-top .slider_img .pdf_img img, .gallery-top .slider_img .docx_img img,.slider_img img.pdf_control, .slider_img img.docx_control{object-fit: contain;}
.gallery-top .slider_img:has(a) a {color:black;text-align: center; display: block; font-size: 20px; font-family: 'OpenSans-SemiBold';}
.gallery-thumbs .slider_img{height: 160px;}
.swiper-button-arrow {display: flex; position: absolute; color: white; font-size: 22px; top: calc(50% - 30px); z-index: 1;background: #4a4a4a;  border-radius: 50%;  width: 50px;  height: 50px;  align-items: center;  justify-content: center;}
.left {left: 10px;}
.new_publication .row{row-gap:20px;}
.swiper.gallery-thumbs {height: 170px;}
.new_publication .swiper-slide {cursor: pointer;}
.gallery-thumbs .slider_img span {display: flex; align-items: center; justify-content: center;background: black;position: absolute;left: 0;right: 0;margin: auto;bottom: 0;top: 0;height: 30px;width: 30px;z-index: 1;color: white;border-radius: 50%;}
.right {right: 10px;}
.gallery-top .audio_img {height: 625px;position: absolute;width: 100%;}
.slider_img audio {height: 100%;width: 100%;opacity: 0.6;}
.gallery-thumbs .slider_img audio,.gallery-thumbs video::-webkit-media-controls-panel {display: none;}
.gallery-thumbs .audio_img {height: 160px; width: 100%;}
.custom_categories {display: flex; align-items: center; gap: 5px; flex-wrap: wrap;}
.new_publication {border-radius: 40px; border: 1px solid #BDBDBD; background: #FFF; padding: 40px;}
.publication_detail .card_content .title .wish_icon a,.product_quantity a { border-radius: 50%; background: var(--orange_FE); width: 35px; height: 35px;}
.publication_detail .card_content .title .wish_icon a i {color: var(--white_clr); font-size: 16px; font-weight: 400;}
.publication_detail .card_content .title .wish_icon {justify-content: end;}
.publication_detail .card_content .title .wish_icon p {color: var(--grey_clr); font-family: "OpenSans-SemiBold"; font-size: 17px; line-height: 28px;}
.publication_detail .card_content .title .publication_type {font-size: 14px; padding: 6px 12px;}
.publication_detail .title_anchor a {cursor:default;border-radius: 50px; background: var(--red_clr); padding: 6px 12px;}
.publication_detail .title_anchor {display: flex; align-items: center; gap: 5px; margin: 15px 0px;flex-wrap: wrap;}
.publication_detail .price span {color: var(--grey_clr); font-family: "OpenSans-Bold"; font-size: 32px; line-height: normal;}
.publication_detail .product_quantity label { color:var(--black_clr); font-family: "OpenSans-SemiBold"; font-size: 17px; line-height: 28px; flex: 2; margin: 0;}
.publication_detail .product_quantity.txt_field {display: flex; align-items: center;gap:6px; border-radius: 50px; background: var(--white_clr); padding: 10px 10px 10px 20px; box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.10); justify-content: space-between; margin: 15px 0px 20px 0px;}
.product_quantity input[type="text"] { border: 0; width: 10%; text-align: center;padding: 0;box-shadow: unset;}
.publication_detail .product_quantity a i {font-size: 14px;}
.publication_detail .buynow_btn {display: flex; gap: 20px;margin-bottom: 10px;justify-content: space-between;}
.publication_detail .card_content .title {flex-direction: column; gap: 15px;}
.price .product_quantity a{display: flex;}
.author_description,.author_profile {border-radius: 40px; border: 1px solid #BDBDBD;  background: var(--white_clr); padding: 20px; display: flex; flex-direction: column; gap: 40px;}
.details h6,.detail_list ul li,.profile_desc p,.modal_wrapper .modal-body p {color: var(--black_clr); font-family: "OpenSans-Regular"; font-size: 17px;line-height: 28px;}
.author_profile .artist_image {height: 230px; border-radius: 50%; margin: auto;overflow: hidden; border: 1px solid black;}
.author_name h4:after {content: unset;}
.author_name h4 {padding: 0;}
.author_profile .custom_row{row-gap: 20px;align-items: center;}
.publication_detail .booking_links .nav-link.active{color: var(--black_clr);border-bottom: 1px solid #000;}
.publication_detail .tab-content{padding: 20px 0px;}
.publication_detail .booking_links button{color: var(--black_clr);font-family: "OpenSans-SemiBold";font-size: 17px;line-height: 28px; }
.publication_detail .nav-underline{gap: 40px;}
.publication_detail .booking_links {border-bottom: 1px solid #DBDBDB;}
.publication_detail .download_file .dropdown .btn {width: 50%;justify-content: space-between;padding: 10px 20px;border-radius: 5px;background: rgba(254, 125, 86, 0.10);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) inset;border: 0;color: black;font-size: 17px;font-family: "OpenSans-Regular";}
/*.publication_detail .download_file .dropdown ul .file_name {display: flex; align-items: center; gap: 50px;}*/
.publication_detail .download_file .dropdown ul.dropdown-menu.show {padding: 20px;  border-radius: 10px 0px 10px 10px; background: #FFF; box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.15);width: 50%;}
.publication_detail .download_file .dropdown ul .file_name a{color: var(--grey_clr);font-family: "OpenSans-Regular";font-size: 14px;line-height: 28px;display: flex;justify-content: space-between;}
.publication_detail .download_file .dropdown ul .file_name span{color: #BDBDBD;}
.publication_detail .download_file .dropdown ul .file_name .dropdown-item{padding: 0;}
/*.publication_detail .download_file .dropdown ul li:first-child{border-bottom: 1px solid rgba(189, 189, 189, 0.40);padding-bottom: 10px;}*/
/*.publication_detail .download_file .dropdown ul li:last-child{padding-top: 10px;}*/
.publication_detail .download_file .dropdown ul .download_file_name {display: flex; align-items: center; gap: 10px;}
.download_file p {font-family: "OpenSans-SemiBold";}
input[type="number"]:focus{box-shadow: unset;}
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;}
.wish_icon a{display: flex;}
.wishlist_icon svg {width: 20px;height: 20px;fill: transparent;stroke: white;stroke-width: 2; transition: fill 0.3s ease;}
.wishlist_icon.clicked svg {fill: white; stroke: transparent}
.sign_up .txt_field .custom_icon,.login_modal .txt_field .custom_icon,.profile_modal .txt_field .custom_icon,.custom_eye_icon{position: absolute;top: 18px;right: 25px;}
.sign_up .txt_field,.login_modal .txt_field,.profile_modal .txt_field{position: relative;}
.eye_cp,.eye_np,.eye_newpass{color: #FD565E;}
.text_danger {--bs-text-opacity: 1; color: red;}
.gallery-top .swiper-wrapper .slider_img video {object-fit: contain;object-position: center;}
.gallery-top .swiper-wrapper .slider_img:has(video).slider_img {background: black;border-radius: 20px;}

.jumpstart_card ul {padding: 0 20px;list-style: none;}
.jumpstart_card ul li {line-height: 30px;margin-top: 10px;display: flex; align-items: baseline;}
.jumpstart_card ul li i{margin-right: 10px;}
.jumpstart_section .row .custom_home_column:nth-child(3) .jumpstart_card ul li:last-child {font-family:OpenSans-SemiBold;}
.cards_linking {width: fit-content; margin: auto; text-align: justify;}

/* FAQS  Css */
.artist_faqs h4{text-align: center;}
.artist_faqs {border-radius: 10px;background: var(--white_clr);padding: 20px 0;}
.artist_faqs .custom_panels {margin: 0;border: 2px solid #FE7D56;border-radius: 10px;background: #FFF5F2;}
.artist_faqs .custom_accordion {display: flex;flex-direction: column;gap: 25px;margin-top: 20px;}
/*.artist_faqs .faq_body p {font-family: Poppins-Regular;}*/
.artist_faqs .faq_heading button {color: #FE7D56;font-size: 20px;}
.artist_faqs .custom_panels .faq_heading button.accordion-button{background-color: transparent;box-shadow: none;font-family: 'OpenSans-Bold';}
.artist_faqs .custom_panels .faq_heading button.accordion-button:focus{box-shadow: none;}
.artist_faqs .custom_panels .accordion-button:not(.collapsed)::after {background-image: url("/website/assets/images/minus-solid.svg");}
.artist_faqs .custom_panels .accordion-button::after {background-image: url("/website/assets/images/plus-solid.svg");transform: scale(.7);}
.accordion-body.faq_body:has(a) a {display: block;word-wrap: break-word;}
.jumpstart_section h6:has(span) span {font-family: 'OpenSans-Regular' !important;}
.artist_faqs .faq_body h5,.artist_faqs .faq_body p{font-family: 'OpenSans-Bold';}

/* Check Out Css */
.link_expiry p {font-size: 14px;font-style: italic;text-align: center;font-family: 'OpenSans-Bold';color: var(--orange_FE);}
.custom_check_box label a {color: var(--orange_FE);font-family: 'OpenSans-SemiBold'; text-decoration: underline;}
.custom_check_box label {font-family: 'OpenSans-Regular';font-size: 16px;}

.custom_tooltip{position: relative;}
.tooltip_hover span.hover_txt {text-align: center;top:0;position: absolute;color:black;display:none;width:fit-content;border-radius: 10px 10px 10px 0px;background: #FFF;box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);padding:10px;right:8%;}
.tooltip_hover:hover span.hover_txt {display:block;font-size: 12px}
.buynow_btn.custom_tooltip span.hover_txt {left: 8%; top: 20px;}
.publication .card-img-overlay .add_btn.custom_tooltip .tooltip_hover span.hover_txt {min-width: 120px;top: unset;bottom: 35px;}
.publication_price .tooltip_hover span.hover_txt {width: 215px;right: 0;top: -40px;}
.publication_price .tooltip_hover span.hover_txt:has(p) p,.publication_detail .card_content .title .wish_icon .tooltip_hover span.hover_txt:has(p) p {color: black;font-size: 12px;line-height: normal;}
.publication_price .wishlist_icon.tooltip_hover span.hover_txt {top: -70px;}

/* Swirl Modal Css */
.swal2-container .swal2-actions {margin: 10px auto auto auto;gap: 20px;}
.swal2-icon.swal2-success.swal2-icon-show{margin: auto;border: 0;}
.swal2-icon.swal2-warning.swal2-icon-show,.swal2-icon.swal2-error.swal2-icon-show{margin:auto}
.swal2-container div:where(.swal2-icon).swal2-success .swal2-success-ring {background-color: #FE7D56;border: 1px solid #FE7D56;}
.swal2-container .swal2-icon.swal2-success span.swal2-success-line-tip, .swal2-container .swal2-icon.swal2-success span.swal2-success-line-long {background-color: white;}
.swal2-container div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {z-index: 999;}
.swal2-container button.swal2-confirm.swal2-styled {padding: 12px 25px;border-radius: 7px;background-color: #FE7D56;color: #FFF;font-size: 14px;font-family: 'OpenSans-Regular';margin: 0;}
.swal2-container button.swal2-deny.swal2-styled {padding: 12px 25px;border-radius: 7px;background: #FFDCD2;color: #FE7D56}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show,.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show,.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {width: 680px;font-family: 'OpenSans-Bold';padding: 40px;border-radius: 10px;}
.swal2-container h2#swal2-title {font-size: 24px;font-family: 'OpenSans-Bold';text-transform: capitalize;padding: 0;margin-top: 20px;}
.swal2-container div#swal2-html-container {font-family: 'OpenSans-Bold';color: #4A4A4A;font-size: 24px;width: fit-content;margin: 25px auto ;border-radius: 10px;padding: 0;}
.swal2-container button.swal2-cancel.swal2-styled {padding: 12px 25px;border-radius: 7px;background-color: white;color: #FE7D56;border:1px solid #FE7D56;font-size: 14px;font-family: 'OpenSans-Regular';margin: 0;}

.publication_detail .download_file .dropdown ul li {padding-top: 10px;}
.publication_detail .download_file .dropdown ul li .download_file_name p {font-size: 15px;}
.jumpstart_section .jumpstart_card h5:has(a) a {width: fit-content;display: block;word-break: break-word;margin: auto;}

/*Animation*/
h2 {opacity: 0;animation: slideFadeIn 2s ease-out forwards;}
@keyframes slideFadeIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.btn {opacity: 0; animation: slideInLeft 1.5s ease-out forwards 0.5s;}
.btn:hover {transform: scale(1.1);}
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.navbar-nav .nav-item::after {content: '';position: absolute;left: 0;bottom: 0;height: 2px;width: 0;background-color: var(--red_clr);transition: width 0.4s ease-in-out;}
.navbar-nav .nav-item:hover::after {width: 100%; }
.navbar-nav .nav-item{position:relative;}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.jumpstart_card,.image_shadow,.publication .publication_details .card {opacity: 0;animation: fadeInScale 1.2s ease-out forwards;transition: transform 0.3s ease-in-out;}
.jumpstart_card:hover,.image_shadow:hover,.publication .publication_details .card:hover {transform: translateY(-10px);}
.social_icons,.second_navIcon {  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;  }
.social_icons:hover,.second_navIcon:hover { transform: scale(1.2) rotate(15deg);   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);  }

/* Loader Css */
.loader {width: 90px;height: 90px;border: 4px dotted #D93200;border-style: solid solid dotted dotted;border-radius: 50%;animation: rotation 2s linear infinite;position: relative;}
.loader::after {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;border: 4px dotted #4A4A4A;border-style: solid solid dotted dotted;width: 60px;height: 60px;border-radius: 50%;animation: rotationBack 1s linear infinite;}
.loader_img {position: absolute;top: 50.2%;left: 50.1%;transform: translate(-50%, -50%);z-index: 2;width: 30px;height: 30px;}
.loader_img img {width: 100%;height: 100%;object-fit: contain;}
#loading {width: 100%;height: 100%;position: fixed;z-index: 9999;background: rgba(255, 255, 255);display: flex;justify-content: center;align-items: center;top:0;}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
