@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap');

/* generic css*/
html {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: "Figtree", sans-serif;
    margin: 0;
    font-size: 14px;
}

a:hover,
a:focus {
    color: #29166f;
}

.overflow-body {
    overflow-x: visible !important;
}

.no-scroll {
    overflow-y: hidden;
}

html,
body {
    margin: 0;
}

button {
    margin: 0;
}

input::placeholder {
    font-family: "Figtree", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

svg {
    z-index: 1;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: color 300ms ease 0ms;
}

button {
    text-decoration: none;
    transition: color 300ms ease 0ms;
    cursor: pointer;
}

h1,
h2 {
    font-weight: 400;
}

h2 {
    font-family: "Figtree", sans-serif;
}




h3,
h4,
h5 {
    margin: 0;
    font-family: "Figtree", sans-serif;
}

h5 {
    font-size: 20px;
}

p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
    margin: 0;
    color: #5e646a;
    font-weight: 400;
    letter-spacing: 0.5px;
}

fieldset {
    border: none;
    padding: 0px;
    margin: 0;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
}

img {
    display: block;
    object-fit: cover;
    margin: 0;
}

.flx-row {
    display: flex;
}

.flx-column {
    display: flex;
    flex-direction: column;
}

.flx-space-between {
    justify-content: space-between;
}

.flx-center-align {
    align-items: center;
}

.flx-stretch-align {
    align-items: stretch;
}

.flx-algn-strt {
    align-items: start;
}

.flx-just-cntr {
    justify-content: center;
}

.flx-wrap {
    flex-wrap: wrap;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.site-top-logo {
    width: fit-content;
    padding-bottom: 10px;
}

.site-top-logo img {
    width: 750px;
    object-fit: contain;
    height: auto;
}

.top-girl-img {
    position: relative;
}

.top-girl-img img {
    height: 150px;
    width: 100px;
    object-fit: contain;
}

.login-register-btn a {
    display: block;
    color: #FF3399;
    font-size: 12px;
    padding: 3px 0;
	text-align:right;
}

.login-register-btn a:hover {
    color: #000;
}

.top-header {
    padding-top: 20px;
    position: relative;
    align-items: end;
}
.top-hero-heading {
    margin-bottom: 40px;
}
.right-top-header {
    gap: 20px;
}

.renew-gift-btn a {
    display: block;
    color: #000;
    font-size: 12px;
    padding: 3px 0;
}

.renew-gift-btn a:hover {
    color: #FF3399;
}

.header-subs-btn a {
    padding: 0.3em 1.4em;
    color: #FF3399;
    border-width: 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7em;
    text-transform: uppercase;
    background-color: #000000;
    display: inline-block;
}

.subscribe-btn {
    position: relative;
}

.header-subs-btn {
    position: absolute;
    bottom: -2px;
	left:-14px;
}

.subs-pop-up {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 10000;
    padding: 20px;
    padding-right: 40px;
    background-color: #000;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
}

.pop-top-img-wrap {
/*     background-color: #FFF; */
    padding: 20px;
}

.top-pop-img {
    box-shadow: 0px 0px 4px 1px #FF3399;
}

.cmplz-cookiebanner .cmplz-logo img {
    max-height: 35px !important;
	height : 35px !important;
}

.top-pop-img img {
    width: 224px;
    height: 294px;
    object-fit: contain;
}

.subs-pop-up-text h3 {
    font-weight: 300;
    font-size: 58px;
    color: #FF3399;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 284px;
    transform: rotate(-11deg);
}

.top-subs-pop-content {
    gap: 20px
}

.subs-pop-up-text p {
    text-align: center;
    width: 264px;
    color: #fff;
    word-wrap: break-word;
    margin-top: 30px;
    font-size: 29px;
}

.subs-pop-up-text a {
    padding: .7rem 1em;
    color: #FFFFFF;
    border-color: #FF3399;
    border-radius: 10px;
    font-size: 18px;
    background-color: #FF3399;
    margin-top: 30px;
    width: fit-content;
}

.subs-pop-up-text a:hover {
    color: #FF3399;
    background-color: #fff;
}

.subs-pop-up-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-cross-btn {
    margin-top: 10px;
}

.bottom-cross-btn a {
    color: #FFFF;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    padding-right: 0.7em;
    padding-left: 2em;
    position: relative;
}

.bottom-cross-btn a:hover {
    color: #FF3399;
}

.bottom-cross-btn a::before {
    content: attr(data-icon);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    line-height: inherit;
    color: #000;
    background-color: #fff;
    opacity: 1;
    margin-left: -1.8em;
    position: absolute;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 50%;
    padding: 4px;
	width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bottom-cross-btn a:hover::before {
    background-color: #FF3399;
    color: #000;
}



.subscribe-btn:hover .subs-pop-up {
    display: block !important;
}

.subs-pop-up {
    display: none;
    position: absolute;
    z-index: 999;
}


.bottom-header-parent-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.bottom-header-parent-ul a {
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
}

.bottom-header {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.bottom-header-parent-ul a:hover {
    color: #fff;
    background-color: #FF3399;
}

.all-menues {
    width: 97%;
}

.serch-btn {
    position: relative;
}

.serch-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.serch-btn::after {
    content: attr(data-icon);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #FF3399;
}

/* .hero-section {
    padding: 60px 0 ;
    border-bottom: 1px solid #FF3399;
} */


.hero-section h1 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.hero-slider-single-item {
    display: flex;
    align-items: end;
    padding: 20px;
    height: 512px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider-single-item h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.top-hero-heading h1 {
    font-weight: 700;
    font-size: 22px;
    color: #000000 !important;
    border-bottom: 1px solid #FF3399;
    text-transform: uppercase;
    padding-bottom: 10px;
}

 .hero-slider-wrapper .custom-prev, 
.hero-slider-wrapper .custom-next  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    padding: 0;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
    padding-bottom: 0;
	font-weight:900;
	line-height:0;
}
.hero-slider-wrapper:hover .custom-prev, 
.hero-slider-wrapper:hover .custom-next {
    background: #000;
    color: #fff;
}



.custom-prev {
    left: 10px;
}

.custom-next {
    right: 10px;
}

.hero-slider-single-item,
.single-trnd-miss-cat {
    position: relative;
    overflow: hidden;
}

.hero-slider-single-item::after,
.single-cat-post::after,
.single-trnd-miss-cat::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    z-index: 1;
}

.hero-slider-single-item h3,
.single-trnd-miss-cat h3 {
    position: relative;
    z-index: 2;
	text-transform:capitalize;
}

.single-cat-post {
    position: relative;
    overflow: hidden;
}

.single-cat-post {
    padding: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
}

.single-cat-post h3 a{
    font-weight: 700;
	color:#000;
    font-size: 24px;
    color: #FFF;
    position: relative;
    z-index: 9;
}

.cat-post-btm-buttons {
    gap: 10px;
}

.cat-post-btm-buttons a {
    font-size: 10px;
    color: #FFF;
    background-color: #FF3399;
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 0.08em 0.8em;
    position: relative;
    z-index: 11;
}

.cat-post-btm-buttons a:hover {
    color: #FF3399;
    background-color: #fff;
    border-color: #FF3399;
}

.all-grid-cat-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 30px;
}

/* All post boxes */
.single-cat-post {
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Layout using nth-child */
.single-cat-post:nth-child(1) {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.single-cat-post:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.single-cat-post:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.single-cat-post:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.single-cat-post:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.cat-grid-sec {
    padding: 30px !important;
}

.rank-math-breadcrumb span, .rank-math-breadcrumb a {
    font-size: 12px;
	color:#000 !important;
}
.rank-math-breadcrumb span.last {
    color: #FF3399!important;
}

.single-trnd-miss-cat {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 20px;
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-trnd-miss-cat h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.single-trnd-miss-cat a {
    color: #FF3399;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1em;
    position: relative;
    z-index: 9;
}

.single-trnd-miss-cat a:hover {
    color: #ffff;
}

.left-tending-box {
    width: 100%;
    max-width: 73%;
    justify-content: space-between;
}

.aside-cat-box {
    width: 100%;
    max-width: 25%;
}

.top-cat-sec-heading h2 {
    font-weight: 700;
    font-size: 24px;
	text-transform:uppercase;
}

.top-cat-sec-heading {
    padding-bottom: 10px;
}

.all-top-cats {
    border-top: 1px solid #FF3399;
    padding-top: 20px;

}

.cattags-width {
    width: 47%;
}

.single-cattags {
    margin-top: 20px;
}

.cattag-img,
.text-content-tag {
    width: 100%;
    max-width: 47%;
}

.cattag-img img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.text-content-tag h3 a{
    font-size: 16px;
    text-transform: capitalize;
	color:#000;
    line-height: 1.2em;
    font-weight: 700;
}

.text-content-tag a {
    font-weight: 500;
    font-size: 12px;
    color: #FF3399;
    letter-spacing: 1px;
    line-height: 1em;
}

.text-content-tag a:hover {
    color: #000;
}

.trending-box {
    margin-bottom: 30px;
}

.trending-miss-cat-wrapper.flx-row {
    justify-content: space-between;
}

.gif-wrap img {
    height: 250px;
    width: 100%;
}

.single-aside-item {
    margin-bottom: 10px;
}

.aside-form-container {
    padding: 10px 0px;
    background: #DD8D90;
    border-top: solid 2px #fff;
    font-family: Arial, sans-serif;
}

.form-container {
    max-width: 80%;
    margin: auto;
}

form {
    display: flex;
    flex-direction: column;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="file"] {
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 11px;
    color: #DD8D90;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 8px;
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="file"]:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

input[type="file"] {
    background-color: #fff;
}

.aside-form-container input.wpcf7-form-control.wpcf7-submit{
	 color: #fff;
    height: 26px;
    margin-bottom: 4px;
    border: none;
    background: #c5084e;
    cursor: pointer;
	width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
}
.aside-form-container input.wpcf7-form-control.wpcf7-submit {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.aside-form-container input.wpcf7-form-control.wpcf7-submit:hover,
.aside-form-container input.wpcf7-form-control.wpcf7-submit:focus,
.aside-form-container input.wpcf7-form-control.wpcf7-submit:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

button {
    color: #fff;
    height: 26px;
    margin-bottom: 4px;
    border: none;
    background: #c5084e;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
}


.custom-file-upload {
    position: relative;
    margin-bottom: 15px;
}

.custom-label {
    color: #fff;
    font-size: 9px;
}

.custom-file-upload label {
    display: block;
    background-color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #FF3399;
    font-size: 9px;
    margin-bottom: 5px;
}

.custom-file-upload::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #666;
    pointer-events: none;
}

.custom-file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


.heart-box img {
    margin: 0 auto;
}

.blck-border {
    border: 1px solid #000;
}

.love-this-heading {
    border-bottom: 1px solid #000;
}

.love-this-heading h3 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1em;
}

.bottom-love-ths-content,
.free-stuff-bottom-content {
    padding: 6%;
    padding-bottom: 10%;
}

.bottom-love-ths-content p {
    font-size: 14px;
    color: #FF3399;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.trending-miss-cat-wrapper.flx-row {
    gap: 30px;
}

.bottom-love-ths-content img,
.all-free-text-content img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.love-this-bottom-txt {
    margin-top: 30px;
}

.love-this-bottom-txt p,
.free-stuff-bottom-content p {
    font-weight: 300;
    text-align: center;
    color: #000;
    font-size: 14px;
}

aside.right-aside-cat-box {
    width: 25%;
	max-width:300px;
}

.society-btn {
    color: #FF3399 !important;
    display: block;
    font-size: 14px;
    text-align: center;
	font-weight:700;
}
p.love_this-title {
    font-weight: 700;
    font-size: 16px;
	text-transform: capitalize;
}
p.love_this-title strong {
    font-weight: 700;
}
.love_this-description a {
    color: #FF3399;
}
.quize-btn {
    margin-top: 30px;
    display: block;
    font-weight: 700;
    color: #FF3399 !important;
    text-align: center;
}

.love-this-all-content {
    margin-top: -80px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.free-stuff-tittle {
    width: fit-content;
    margin: 0 auto;
    background-color: #FF3399;
    border-radius: 200px 200px 200px 200px;
    overflow: hidden;
    border-width: 1px;
    border-color: #000000;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    z-index: 10;
    position: relative;
    top: 25px;
}

.free-stuff-tittle h2 {
    color: #000;
    font-size: 23px;
    font-weight: 400;
}

.free-stuff-tittle h2 span {
    color: #fff;
}

.all-free-text-content {
    padding-top: 50px;
}

.all-free-text-content h3 {
    font-size: 14px;
    color: #FF3399;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
	text-transform: capitalize;
}

.free-stuff-bottom-content img {
    margin: 20px 0;
}

.subscribe-sec {
    background-color: #fedde9;
    padding: 40px 0;
}

.subscribe-sec h2 {
    text-align: center;
    font-weight: 700;
	text-transform: uppercase;
    font-size: 20px;
}

.subscribe-btn-box {
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

.subscribe-btn-box a {
    color: #fdfdfd;
    border-width: 2px solid transparent;
    border-color: #FF3399;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FF3399;
    padding: 0.7em 2em;
}

.subscribe-btn-box a:hover {
    color: #FF3399;
    border-color: #FF3399;
    background-color: #fdfdfd;
}

.all-sub-img-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
}

.all-sub-img-wrap img {
    width: 220px;
    height: 290px;
}

.cover-stories-sec {
    padding: 30px 0;
}

.cover-stories-sec h2 {
    font-weight: 700;
	text-transform: uppercase;
    font-size: 24px;
}

.all-cover-stories {
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid #FF3399;
}

.single-cover-story img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
}
.single-cover-story h3 {
    margin: 20px 0;
}
.single-cover-story h3 a{
    font-weight: 700;
    font-size: 20px;
	color:#000;
    text-transform: capitalize;
    line-height: 1em;
    margin: 10px 0;
}

.readmore-btn {
    font-weight: 500;
    font-size: 12px;
    color: #FF3399;
    letter-spacing: 1px;
    line-height: 1em;
	    position: relative;
    z-index: 2;
	text-transform: capitalize;
}

.all-cover-stories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.multi-cat-sec {
    padding: 80px 0;
}

.single-muilti-tag-right-content h4 a{
    font-size: 16px;
    line-height: 1.2em;
    text-transform: capitalize;
	color:#000;
    font-weight: 700;
}

.single-multi-tag img {
    width: 100%;
    height: 130px;
}
.cat-heading-box{
    border-bottom: 1px solid #FF3399;
    margin-bottom: 20px;
}
.cat-heading-box h3 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 1em;
}

.all-multi-cat-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px; 
  row-gap: 20px;    
}
.single-muilti-tag-right-content{
    width: 45%;
}
.single-multi-tag{
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer-top{
        background-color: #fbd6e6;
        padding: 15px 0;
}
.footer-top ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-top ul a{
    font-weight: 600;
    font-size: 14px;
	text-transform: uppercase;
    color: #000;
}

.footer-top ul a:hover{
    color:#FF3399;
}
.footer-bottom{
    background-color: #000;
}
.footer-logo-link-box{
    padding: 27px 20px;
    justify-content: space-between;
}

.social-icons {
    margin-top: 20px;
  display: flex;
  gap: 10px;
}

.social-icons a {
  display: inline-flex;
  width: 33px;
  height: 33px;
  background-color: white;
  color: black;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #FF3399;
  color: #ffff;
}
.footer-logo img{
    width: 200px;
    height: 37px;
}
.footer-bottom-right-links,.footer-logo-wrap{
    width: 50%;
}
.footer-bottom-right-links ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-bottom-right-links ul a,.term-privacy-links a{
    color: #fff;
    font-size: 14px;
}

.footer-bottom-right-links ul a:hover,.term-privacy-links a:hover{
    color:#FF3399;
}

.terms-policy-footer-box{
    margin-top: 20px;
    border-top: 1px solid #c4c4c4;
    padding: 10px 0;
}
.seprate-line{
    background-color: #fff;
    height: 15px;
    width: 1px;
}
.term-privacy-links{
    gap: 5px;
    align-items: center;
}
.term-privacy-links a{
    text-decoration: underline;
}
.footer-bottom-p{
    color: #fdfdfd;
    font-size: 14px
}
.footer-bottom-p a{
    color: #fdfdfd;
}

/* Smooth hiding for top-header */
.top-header {
  transition: all 0.4s ease;
  opacity: 1;
  height: auto;
}

.top-header.hide {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
}

/* Bottom-header default */
.bottom-header {
  position: relative;
  width: 100%;
	max-width:1240px;
  background-color: white;
  z-index: 100;
  transition: all 0.3s ease;
	left: 50%;
  transform: translateX(-50%);
}

/* Fixed state for bottom-header when top-header is hidden */
.bottom-header.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.mobile-show{
    display: none;
}
.desktop-show{
    display: block;
}
.subscribe-wrapper,
.top-header {
  position: relative;
  z-index: 1047;
}
.subs-pop-up {
  z-index: 1048;
}
header {
    position: relative;
    z-index: 999;
}
.bottom-header-parent-ul{
     position: relative;
    z-index: 999;
}

.sub-cat-tittle{
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
}
.single-cat-all-sub-cat{
    justify-content: space-between;
}
.sub-cat-feature-img,.sub-cat-tittle{
    width: 100%;
    max-width: 48%;
}
.sub-cat-feature-img img{
    width: 100%;
    object-fit: cover;
    height: 298px;
    object-position: top;
}
.sub-cat-tittle {
    padding: 30px 30px 30px 0;
}
.wrap-cat-all-sub-cat{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wrap-cat-all-sub-cat {
    width: 68%;
}
.sub-cat-tittle h3 a{
    font-size: 20px;
    font-weight: 700;
	color:#000;
    margin-bottom: 10px;
	text-transform:capitalize;
}
.single-cat-all-sub-cat{
    border: 1px solid #fedde9;
}

.free-stuff-widget {
  font-family: sans-serif;
}

.free-stuff-widget h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.free-stuff-widget .section-line {
  border: none;
  border-top: 2px solid #FF3399; /* same pink as text */
  width: 100%;
  margin-bottom: 15px;
}
.free-stuff-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.free-stuff-widget{
    margin-top: 30px;
}
.free-stuff-item {
  display: flex;
  justify-content: space-between;
}
.free-stuff-img {
    width: 100%;
    max-width: 50%;
}
.free-stuff-img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}
.free-stuff-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 45%;
}
.free-stuff-text p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: normal;
}

.free-stuff-text p em {
  font-style: italic;
  font-weight: bold;
  color: #000;
}
.detail-all-content{
width: 68%;
}
.detail-all-content h2{
    font-size: 26px;
        padding-bottom: 50px;
    line-height: 1em;
}
.detail-all-content  img{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.detail-all-content p{
font-size: 16px;
margin-bottom: 20px;
}

.detail-all-content h4{
    font-size: 16px;
    font-weight: 700;
    color: #ff3399;
    margin-bottom: 20px;
}

.top-like-heading{
    padding-bottom: 20px;
    border-bottom: 1px solid #ff3399;
}

.top-like-heading h3{
    font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
}

.single-related-item{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 300px;
    padding: 20px 20px 10px 20px;
	position:relative;
}
.single-related-item p{
    color: #fff;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 0;
	text-transform: capitalize;
	position:relative;
	z-index:9;
}
a.single-related-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    z-index: 1;
}
.other-related-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.other-related-items{
    margin-top: 30px;
}




/* Hide sub-menu by default */
.bottom-header-parent-ul li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: #fff; /* or your theme background */
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Show sub-menu on hover */
.bottom-header-parent-ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Make parent li relative to position the submenu */
.bottom-header-parent-ul li.menu-item-has-children {
    position: relative;
}

/* Optional: Submenu links */
/* .bottom-header-parent-ul li .sub-menu li {
    padding: 10px;
} */

.bottom-header-parent-ul li .sub-menu li a {
    display: block;
    color: #333; /* change as needed */
    text-decoration: none;
    padding: 12px 15px;
}

.bottom-header-parent-ul li .sub-menu li a:hover {
    background-color: #FF3399;
	color:#fff;
}
.single-multi-tag.flx-row a:first-child {
    width: 50%;
}

.single-post-wrapper {
    width: 68%;
}
.single-post-wrapper .detail-all-content{
	width:100%;
}
.faq-link-img{
	width:100%;
    position: relative;
	max-width:500px;
	margin:0 auto;
}
.faq-link-img img {
    height: auto;
	    width: 100%;
}
.faq-top-heading h1{
	    font-size: 22px;
	    font-weight:500;
	margin-bottom:20px;
}

.left-faq-sec {
    width: 68%;
}

.faq-content a{
	color:#FF3399;
}

.faq-content strong {
    font-weight: 700;
	color:#000;
}
.faq-content {
    margin-top: 60px;
}
.single-post-wrapper .detail-all-content a {
    color: #ff3399;
    text-decoration: underline;
}

.detail-all-content h2 {
    font-size: 26px;
    padding-bottom: 50px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    width: 720px;
    margin: auto;
    text-transform: capitalize;
}
ul#menu-site-desktop-nav > li:last-of-type .sub-menu{
	    right: 0;
    left: unset;
}
ul#menu-site-desktop-nav > li:last-of-type a{
	text-align:right;
}



/* Login */
um-page-login h1 {}

.um-page-login h1 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 54px;
    line-height: 1em;
    border-bottom: 1px solid #ff3399;
    text-transform: uppercase;
}
.um-291234.um a.um-button.um-button-twitter {
    background-color: #ff3399 !important;
}
.um input[type=submit].um-button{
    background: #ff3399 !important;
}

.um input[type=submit].um-button:hover{
    background: #ff3399 !important;
}
.um .um-button.um-alt{
   background: white;
}

h1.wp-block-heading {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 54px;
    line-height: 1em;
    border-bottom: 1px solid #ff3399;
    text-transform: uppercase;
}
.um-account .um-form {
    padding-top: 80px;
}
.um-account .um-form form {
    display: flex;
    flex-direction: row;
}
.um-account .um-account-side li {
    margin-bottom: 1px !important;
    background-color: white;
}
.um-account .um-account-side li:hover a{
    background-color: #ff3399 !important;
}
.um-account .um-account-side li:hover a * {
    color: #fff !important;
}
.um-account i.um-faicon-user:hover {
    color: white;
}
.um-account span.um-account-title.uimob800-hide:hover {
    color: white;
}
.um-account .um-account-side li a.current{
    color: #444;
    font-weight: 700;
    text-decoration: none !important;
    padding: 10px;
}
.um-account .um-account-side uimob340-hide uimob500-hide ul li{
  border-radius : 6px;
}
.um-account .um-account-side li a.current * {
    color: #fff !important;
}

.um-account-side li a span.um-account-arrow {
    top: 12px !important;
    opacity: 1 !important;
}
.um-account-link * {
    color: #000 !important;
}

a.um-account-link.current {
    background: #ff3399 !important;
}
.um-account-side .um-account-link {
    padding: 10px 0 !important;
}

.aside-free-stuff {
    margin-bottom: 30px;
}
.aside-free-stuff {
    margin-bottom: 30px;
}

.pagination {
    margin: 50px 0;
}

.page-numbers {
    padding: 10px 15px;
    border: 1px solid #ff3399;
    color: #ff3399;
}


.trending-box.sidebar__box h2 {
    border-bottom: 1px solid;
}
.trending-box.sidebar__box .cattag-img img {
    height: 120px;
}
.trending-box.sidebar__box .text-content-tag h3 a {
    font-size: 14px;
    line-height: normal;
}

.single-cat-post h3, .single-cat-post .cat-post-btm-buttons{
	text-transform: capitalize;
}

.all-post-content .um-clear {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
a.um-user-bookmarks-button {
    background-color: #FF3399;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none !important;
}
.all-post-content .um-faicon-bookmark-o:before,
.um-faicon-bookmark-o:before{
    content: "\f006" !important;
    font-size: 12px !important;
    color: white !important;
    position: relative !important;
    top: -1px !important;
}
.um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item.has-image .um-user-bookmarkss-list {
    border: 1px solid #ff3399;
    padding: 20px;
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.um-user-bookmarked-item.has-image hr {
    display: none;
}

.um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item.has-image .um-user-bookmarkss-list a {
    color: #000;
}

a.um-user-bookmarks-profile-remove-link {
    color: #ff3399 !important;
    text-decoration: underline !important;
}
.sg-shortcode footer.giveasap_section .giveasap_rules .giveasap_heading {
    width: auto;
    padding-bottom: 0;
}

.sg-shortcode.giveasap-box {
    margin-bottom: 50px;
}

.sg-shortcode.giveasap-box .sg-title {
    width: auto;
    padding-bottom: 0;
}

.sg-shortcode .sg-meta li {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

form#giveasap_subscribe_form {
    margin: 30px 0;
}

button.giveasap_button {
    padding: 10px;
    height: auto;
    font-size: 14px;
}

.search-content .wrap-cat-all-sub-cat {
    width: 100%;
}
.search-no-results section.trending-miss-cat-sec{
    display: none;
}
.search-no-results .all-grid-cat-posts {
    display: block;
}
.search-no-results .all-grid-cat-posts h3 {
    font-size: 30px;
    font-weight: 700;
}

button.age-gate__button {
    height: auto;
}

.age-gate__input {
    height: auto !important;
}
.post__meta {
    margin: 50px 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #FF3399;
    border-bottom: 1px solid #FF3399;
}

.post__meta span {
    color: #000;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.nav-next {
    text-align: right;
}

span.nav-label {
    color: #000;
    font-size: 20px;
    font-weight: 900;
}

span.nav-title {
    color: #FF3399;
    font-size: 16px;
    font-weight: 500;
	text-transform: capitalize;
}
.nav-previous, .nav-next {
    max-width: 300px;
}
.age-gate__additional-information a {
    color: #FF3399 !important;
}

label.age-gate__remember input {
    accent-color: #FF3399;
}

.nav-previous, 
.nav-next {
    max-width: 300px;
}



.tab-content-container .wrap-cat-all-sub-cat {
    width: 100% !important;
}

.single-cat-all-sub-cat {
    display: flex;
    width: 100%;
}

#tab-content-container .wrap-cat-all-sub-cat {
    width: 100%;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}
.tab-content-container .wrap-cat-all-sub-cat {
    width: 100% !important;
}

.single-cat-all-sub-cat {
    display: flex;
    width: 100%;
}

#tab-content-container .wrap-cat-all-sub-cat {
    width: 100%;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}

.category-tabs {
    text-align: center;
}

button.tab-button {
    padding: 10px 20px;
    height: auto;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    color: #ff3399;
}

button.tab-button.active,button.tab-button:hover {
    background: #ff3399;
    color: #fff;
}
.cat-all-sub-cat-title {
    padding: 10px 0;
    border-bottom: 1px solid #FF3399;
}

.cat-all-sub-cat-title h2 {
    font-size: 24px;
    font-family: 'Figtree';
    font-weight: 700;
}
.magazine__item a {
    font-weight: 700;
}
.magazine__item .sub-menu a {
    font-weight: 400 !important;
}
.um a.um-link {
    color: #ff3399 !important;
}
picture.um-user-bookmarked-post-image img {
    width: 150px;
    height: 150px;
}
.page-template-template-quiz .single-cat-all-sub-cat {
    flex-wrap: wrap;
}
section.desire-sec .right-content-box h3 {
    font-size: 22px;
    color: #000;
    margin: 20px 0 10px;
	text-transform:capitalize;
}

section.desire-sec .right-content-box p {
    color: #000;
}

