<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Set the Manrope font for the entire body */

body {
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;

}

body a{
  text-decoration: auto;
  -webkit-text-decoration: none; /* Safari prefix */

}

.btn-link{
  -webkit-text-decoration: none; /* Safari prefix */

}

button{
  border: solid;
}

.container-post #modalphone_number{

}
.container-post .social-icons{

}
/* Custom styles for the header */
.custom-header {
  background: #6A11CF;
  color: white;
  padding: 9.5px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)); 
  overflow: visible;
  /* overflow-x: clip; */
  z-index: 1;
}

.bottom-header{
  z-index: 1;
  position: relative;
}

/* .btn{
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 10px 35px 9px 35px;
  font-feature-settings: 'liga' off;
} */

.btn-red{
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 10px 35px 9px 35px;
  font-feature-settings: 'liga' off;
  background: #FF004C;
  color: #fff!important;
}

/* .btn-red a{
  background-color: transparent;
  border-color: transparent;
  padding: 0;
} */

.btn-red .btn:hover {
    color: #fff;
    background-color: #FF004C;
    border-color: #FF004C;
    border: none;
}

.btn-red:hover {
    color: #fff;
    background-color: #FF004C;
    border-color: #FF004C;
}


/* Adding an SVG with ::before */
.custom-header::before {
  content: "";
  background: url("/assets/images/header-bg-1.svg") no-repeat;
  background-size: 0%;
  display: block;
  position: absolute;
  width: 500px;
  height: 250px;
  right: 0px;
  top: -50px;
}

.custom-header:after {
  content: "";
  background: url("/assets/images/header-bg-2.svg") no-repeat;
  width: 1070px;
  height: 260px;
  right: 0;
  top: -75px;
  background-size: 120%;
  position: absolute;
  z-index: -2;
}

.heart-icon {
  width: 50px;
  height: 50px;
}

.btn-white{
  background-color: white;
}

/* Menu categories */
.menu {
  display: flex;
  gap: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 68%;
  flex-wrap: wrap;
}

/* Menu styles */
.menu a {
    text-decoration: none; /* Remove the default underline */
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800; /* Extra bold text */
    margin-right: 15px;
    position: relative; /* Needed to position the custom underline */
    padding-bottom: 5px; /* Add some space between text and underline */
    transition: color 0.3s ease-in-out; /* Smooth color transition */
    letter-spacing: 1px;
    font-weight: 700;
text-align: right;
}

.dark-mode .modal-body a{
color:#c7c1b6;
}

/* Custom underline on hover */
.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px; /* Position the underline at the bottom */
    width: 0; /* Start with no underline */
    height: 2px; /* Thickness of underline */
    background-color: white; /* Color of underline */
    /*transition: width 0.3s ease-in-out; /* Smooth transition for underline width */
}

.menu a .active{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* Position the underline at the bottom */
    width: 0; /* Start with no underline */
    height: 3px; /* Thickness of underline */
    background-color: white; /* Color of underline */
    transition: width 0.3s ease-in-out; /* Smooth transition for underline width */
}

/* On hover, show the underline */
.menu a:hover::after {
    width: 100%; /* Full underline width on hover */
}

/* Style the Post Ad button */
.btn-custom {
  background-color: white;
  color: #6b00b6;
  font-weight: bold;
}

/* Flexbox for aligning menu and button */
.menu-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo, .logo-class a{
  z-index: 2;
  width: 162px;
  margin-left: 7px;
}


.logo-class:before{
  position: absolute;
  content: '';
  /* left: -22px; */
  top: -26px;
  width: 155px;
  height: 155px;
  background-image: url("/assets/images/ic-heart.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transform: scale(-1, 1);
}


.menu-button-container{
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

/* .header-lang__link {
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
} */

/* Language options in the top-right */
.header-lang__link a {
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-left: 15px;
}

/* Menu styles */
.header-langs a {
    text-decoration: none; /* Remove the default underline */
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800; /* Extra bold text */
    /* margin-right: 15px; */
    position: relative; /* Needed to position the custom underline */
    padding-bottom: 5px; /* Add some space between text and underline */
    transition: color 0.3s ease-in-out; /* Smooth color transition */
}

/* Custom underline on hover */
.header-langs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; /* Position the underline at the bottom */
  width: 0; /* Start with no underline */
  height: 2px; /* Thickness of underline */
  background-color: white; /* Color of underline */
}

  /* Show underline on hover */
  .header-langs a:hover::after {
      width: 100%; /* Expand to full width on hover */
  }

  /* Active state underline */
  .header-langs a.active::after, .menu a.active::after {
      width: 100%; /* Full width for active links */
  }

/* On hover, show the underline */
.header-langs a:hover::after {
    width: 100%; /* Full underline width on hover */
}

#sidebar{
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .header-btn::after {
    position: absolute;
    content: '';
    right: -37px;
    top: -75px;
    width: 209px;
    height: 184px;
    z-index: -1;
    background: url('/assets/images/ic-heart.svg') no-repeat;
    background-size: auto;
    background-size: cover;
  }
}

.flag-icon{
  border-radius: 3px;
}

.dropdown-item i.flag-icon {
  margin-right: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  z-index: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
    border-color: #242525 !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 50%;
    z-index: 1;
}

html[data-wp-dark-mode-active] .slider:before {
    background-color: #242525;
}

.icon-moon, .icon-sun {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: cover;
}

.icon-moon {
    left: 4px;
    z-index: 0;
    color:white;
}

.icon-sun {
    right: 4px;
    z-index: 0;
}

input:checked + .slider {
    background-color: rgb(77, 38, 116);
    border: solid;
    border-width: 1px;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.moon-svg path, .sun-svg path {
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


#switch-status {
    margin-top: 10px;
    font-size: 18px;
}

.ourworld-fav{
  width: 27px;
  height: 20px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 3px;
}

.step { display: none; }
.step.active { display: block; }
.step-indicators {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.step-indicator {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s;
}
.step-indicator.active {
    background-color: transparent;
    color: black;
}
.image-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* margin-top: 20px; */
}
.image-placeholder, .image-item {
    position: relative;
    height: 100px;
    background-color: #F9F7F7;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .05));
}
.image-item img {
    max-width: 100%;
    max-height: fit-content;
    object-fit: cover;
}
.remove-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: red;
    font-size: 18px;
    background: white;
    border-radius: 50%;
    padding: 2px;
}
.main-image {
    background-color: #F9F7F7;
    border: 2px solid #007bff;
    border-radius: 5px;
    margin-left: 20px;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-image img {
    max-width: 100%;
    max-height: fit-content;
    object-fit: contain;
}
.add-img {
    width: 40px;
    height: 40px;
    fill: #007bff;
}
.instructions {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #555;
}
.btn-next {
    background-color: green;
    color: white;
    border: none;
    margin-top: 20px;
    float: right;
}
.btn-back {
    /* background-color: green; */
    color: white;
    border: none;
}
.btn-preview {
    background-color: red;
    color: white;
    border: none;
}
.steps-n{
    width: 72px;
    height: 72px;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    background: #F8F2FF;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 0px;
    color: #AB7AE4;
    margin-bottom: 16px;

    font-size: 34px;
    font-weight: 800;
}
.step-indicator.active{
    color: #6A11CF;
    font-weight: 900;
}

/* @media screen and (min-width: 992px) { */
    /* .step-indicator#stepIndicator1::after {
      position: absolute;
      content: '';
      top: 244px;
      width: 160px;
      height: 33px;
      background: url(https://sexer.ee/images/svg/line-indicator.svg) no-repeat;
      margin-left: 61px;
    }

    .step-indicator#stepIndicator2::after {
      position: absolute;
      content: '';
      top: 233px;
      width: 160px;
      height: 33px;
      background: url(https://sexer.ee/images/svg/line-indicator.svg) no-repeat;
      margin-left: 61px;
    } */

    .step-indicator:nth-child(2)::after {
        /* right: 0; */
        transform: rotate(180deg);
        /* margin-top: -32px;  */
    }
/* } */

.description__text{
    display: flex;
    flex-direction: column;
    height: auto;
    background: #FAFAFA;
    border-radius: 16px;
    padding: 30px;
}

.btn-success {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 10px 35px 9px 35px;
  font-feature-settings: 'liga' off;
  background: green;
  color: #fff !important;
}

/* Styling the container */

.social-networks{
    display: flex;
    flex-direction: row-reverse;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
.social-icons {
    display: flex;
}

.social-icons-post {
    display: inline-flex;
    gap: 1px;
    margin-left: 2px!important;
    margin-right: 5px;
}


/* Default icon style */
.social-icons {
    font-size: 40px;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}
/* Specific colors for each icon */
.social-icons .whatsapp {
    color: #25d366; /* WhatsApp's official green */
}
.social-icons .facebook {
    color: #3b5998;
}
.social-icons .skype {
    color: #00aff0;
}
.social-icons .telegram {
    color: #0088cc;
}
.social-icons .signal {
    color: #3a76f0;
}
.social-icons .viber {
    color: #665cac;
}
/* Add hover effect */
.social-icons :hover {
    opacity: 1;
}

.payment-box{
    padding: 27px;
    border: 4px solid #e0e0e0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* margin: 0 30px; */
    position: relative;
    height: 100%;
}

.payment-item__text{
    text-align: center;
    color: #FF004C;
    font-weight: 700;
    font-size: 13px;
    height: 100px;
    word-break: break-all;
}

.payment-item__block {
    color: #f00;
    position: relative;
}

.upraise-sms.pop{
  background-color: green;
  font-size: 24px;
  border-radius: 10px;
}


.payment-item__block {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    text-align: left;
    border: 2px solid #F8F2FF;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Manrope", sans-serif;
    box-shadow: 0px 7px 14px -2px rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    text-align: left;
    position: relative; 
}

.basic-payment-box .payment-item__text{
    color: black;
}
.basic-payment-box .payment-item__block{
    color: black;
}

.payment-small-text{
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "Manrope", sans-serif;
  color: #828282;
  display: block;
  margin-bottom: 14px;
  text-align: center;
  margin-top: 10px;
}


.payment-item.payment-item-special::after {
  position: absolute;
  content: '';
  right: -24px;
  top: -28px;
  width: 73px;
  height: 69px;
  z-index: 0;
  background: url('/assets/images/ic-heart.svg') no-repeat;
  background-size: cover;
}

.description__text::after {
position: absolute;
content: '';
right: -24px;
top: 0;
width: 73px;
height: 69px;
z-index: 0;
background: url(/assets/images/ic-heart.svg) no-repeat;
background-size: cover;
}

.payment-item.payment-item-special{
border: 4px solid #ff004d;
}

.payment-item .paysera .btn{
  /* background: #ffc439 url('/assets/images/logo-Paysera.webp') no-repeat center; */
  background: #ffc439;
  background-size: 90px;
  font-size: 22px;
  display: block;
  padding: 6px;
  color: green;
  box-shadow: none;
  font-weight: 800;
}

.basic-payment-box .paysera .btn, .payment-item-special .paysera .btn {
/* background: #ffc439 url('/assets/images/logo-Paysera.webp') no-repeat center; */
background: #ffc439;
background-size: 90px;
font-size: 22px;
display: block;
padding: 0px;
color: green;
box-shadow: none;
font-weight: 800;
}

.payment-box .riseup-img{
width: 6em;
margin-right: 10px;
margin-top: -4px;
}

.payment-box .riseup2-img{
width: 5em;
margin-right: 10px;
margin-top: -4px;
}

.grid-switch-menu{
  cursor: pointer;
}

.grid-switch-menu i.active {
  color: white; /* Change color to white when active */
  background-color: #6A11CF; /* Optional: Highlight active icon with a background color */
  padding: 5px;
  border-radius: 5px;
}

.header-btn{
margin-right: 50px;
}

.header-btn .btn-custom{

font-family: "Manrope", sans-serif;
font-weight: 800;
font-size: 14px;
line-height: 30px;
border-radius: 8px;
text-transform: uppercase;
box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
padding: 5px 10px;
font-feature-settings: 'liga' off;
border: 0px solid;


}

.header-btn .btn:hover{
background-color: white;
color: #6A11CF;
}

/* Style for the dropdown button */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  background-color: transparent; /* Button color */
  color: rgb(0, 0, 0);
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: auto; /* Adjust width if needed */
  text-align: left;
  font-weight: 900;
}

.dropdown-btn:hover {
  background-color: transparent; /* Hover color */
}

.dropdown-btn::after{
  /* display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; */
}

/* Hidden by default, shown on hover */
.dropdown-content {
  display: none;
  background: #8C30F5;
  width: 80px !important;
  min-width: 80px;
  z-index: 2;
  position: absolute;
  /* left: -17px; */
}

.dropdown-content a {
  color: white;
  padding: 2px;
  text-decoration: none;
  display: block;
  margin-left: 10px;
  /* text-align-last: center; */
}

.dropdown-content a:hover {
  background-color: unset;
}

.dropdown-content a::after {
  background-color: unset;
}


/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
}



/* Sidebar styles */
#sidebar {
  position: fixed;
  top: 10px;
  right: -300px; /* Initially hidden off-screen */
  width: 200px; /* Sidebar width */
  height: auto; /* Full height of the viewport */
  background-color: #6A11CF;
  color: white;
  transition: right 0.4s ease-in-out; /* Smooth slide animation */
  padding: 1rem;
  z-index: 9999; /* Ensure it overlays other content */
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border: 5px solid red;
  padding-top: 0;
}

/* When the sidebar is shown */
#sidebar.show {
  visibility: visible;
  right: 0;
}

#sidebar .menu .active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: white;
}

/* Apply hover effect only to hovered link */
#sidebar .menu a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: white;
}




/* Close button */
#closeBtn-btn {
  /* position: absolute; */
  top: 15px;
  right: 15px;
  color: white;
  cursor: pointer;
  font-size: 45px;
}

.toggle-sidebar{
  background-color: transparent;
  border-color: transparent;
}

#sidebar .header-icons{
  display: flex !important;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.hidden-desktop{
  display: none!important;
}


.nav-bot-view{
  z-index: 2;
}

.grid-view .title-name{
  margin-bottom: 0px;
  line-height: 15px!important;
  line-break: anywhere;
  /* height: 17px;
  overflow: hidden; */
}

.grid-view .only-grid.tile-city{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.grid-view .only-grid .title-name{
height: 15px;
overflow: hidden;
}

.grid-view .email-text{
  margin-bottom: 0px;
  line-height: 15px!important;
}

.city-name{
  color:black!important;
}

.featured .city-name{
  color:#6A11CF!important;
}

.btn-red:active{
background-color: red!important;
}


/* General Styles */
.container {
  max-width: 900px;
  margin: 0 auto;
}

.card-snippets {
  gap: 10px;
}

.card-snippets span {
  font-size: 16px;
  line-height: 11px;
  color: #18191F;
  font-weight: 900;
  word-break: break-word;
}

.featured .title-name{
  color: #6A11CF!important;
}
.featured .card-number{
  color: #6A11CF!important;
}

.card-body a{
  color: unset;
  text-decoration: auto;
}

.post-image{
  cursor: pointer;
}

.featured .card-snippets span {
  font-size: 16px;
  line-height: 11px;
  color: red;
  font-weight: 700;
  word-break: break-word;
}

.grid-view .card-snippets span{
  /* margin-top: -5px; */
}

.card-social {
  margin-left:0px;
}

.featured::after {
  position: absolute;
  content: '';
  right: -24px;
  top: auto;
  bottom: -50px;
  width: 90px;
  height: 90px;
  z-index: 0;
  background: url('/assets/images/ic-heart.svg') no-repeat;
  background-size: cover;
}

.item-models__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #18191F;
  margin-bottom: 5px;
  word-break: break-all;
}

.item-models__text{
  height: 100px;
  overflow: hidden;
}

.list-view .item-models__text{
  height: 100px;
  overflow: hidden;
}


.featured .date {
  color: red !important;
}

.grid-view .date{
  color: rgba(33, 37, 41, 0.75)!important;
}

/* Grid Layout */
.card-posts {
  display: flex;
  grid-template-columns: repeat(4, 1fr); /* 5 items per row */
  gap: 10px;
  flex-wrap: wrap;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.card .card-body {
  flex: 1;
}

.grid-view .item-models__text{
  height: 58px;
  overflow: hidden;
  line-break: anywhere;
  font-size: 12px;
  line-height: 14px;
}

/* .card a {
  margin-top: auto;
} */

/* Media Query for Responsive */
/* @media (max-width: 992px) {
  .card-posts {
    grid-template-columns: repeat(3, 1fr); 
  }
}

@media (max-width: 768px) {
  .card-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  
} */

.grid-view .only-dafe{
  display:none;
}

.list-view .only-dafe{
  display:none;
}

.list-view .only-bottom{
  display:block;
}

.footer-info .info-text{
  font-size: 14px;
}

.seo-text-wrap {
    background: #FFCBF7;
    border-radius: 16px;
    padding: 18px 30px 0px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 15px;
    word-break: break-all;
}

.img-block img{
  width: -webkit-fill-available;
  object-fit: contain;
}

/* @media (max-width: 576px) {
  .card-posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .list-view .card-snippets{
    width: 77%;
  }

  .view-fgl{
    flex-direction: row;
  }

  .list-view .card-snippets{
    gap: 3px;
  }

 
  .list-view .image-dic {
    order:1;
  }

  .grid-view .only-dafe{
    display:none;
  }

  .list-view .only-bottom{
    display:none;
  }
  
  .list-view .only-dafe{
    display:block;
  }

  .list-view .item-models__text{
    margin-top: 10px;
  }

  .card .card-body {
    flex: 1;
    padding: 0;
  }

  .small.date{
    font-size: 11px;
    font-weight: 700;
  }

  

} */

/* Row Layout (Optional Toggle View) */
.row-view .card-posts {
  display: block; /* Switch to row layout */
}

.row-view .card {
  flex-direction: row;
}

.row-view .card img {
  width: auto;
  height: 150px;
}

/* List View */
.card-posts.list-view {
    display: block;
}

/* In list view, each card behaves like a row */
.list-view .card {
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
}

.list-view .card .card-body {
    padding: 0;
    padding-left: 10px;
}

.btn-loadmore{
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 10px 35px 9px 35px;
  font-feature-settings: 'liga' off;
  background: #FF004C;
  color: #fff;
}
.btn-loadmore:hover{
  background: #FF004C;
  color: #fff;
}

/* In grid view, image is on top */
.grid-view .card {
    width: calc(20% - 8px);
    display: flex;
    flex-direction: column;
    height: auto;
}

.grid-view .card img {
    width: 100%;
    height: 135px;
    margin-right: 15px;
    object-fit: cover;
}

.list-view .card img {
    width: 500px;
    height: 149px;
    margin-right: 15px;
    object-fit: cover;
}

.grid-view .view-gty{
    flex-direction: column;
}

.grid-view .col-md-3, .grid-view .col-md-2{
    width: 100%;
}

.grid-view .card-snippets{
    flex-direction: column;
    gap: 0px;
}

.grid-view .view-fgl{
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.grid-view .only-grid{
  display: flex;
}

.list-view .only-grid{
  display:none!important;
}

.list-view .only-list{
  display: flex
}

.grid-view .only-list{
  display:none !important;
}

.grid-view .payment-ckk{
  position: absolute;
  bottom: 0px;
  font-size: 11px;
}

.grid-view a{
  color: unset;
}

.grid-view .featured .card-number, .grid-view .featured .title-name{
  color: red!important;
}

.grid-view .col-md-10{
  width: 100%;
}

.grid-view .col-md-9 {
    width: 100%;
}

.grid-view .grid-social-phone{
  /* display: flex;
  gap:10px; */
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.list-view .only-grid-block{
  display:none;
}

.grid-view .only-grid-block{
  display:block!important;
}

.grid-view .date {
  position: relative;
  z-index: 1;
  /* margin-top: -55px; */
  /* float: right; */
  background-color: white;
  /* padding: 4px; */
  border-radius: 5px;
  font-size: 11px;
  margin-bottom: 0px;
  /* margin-right: -16px; */
}

.grid-view .card-body{
  padding: 3px;
}



.grid-view .email-text{
  margin-bottom: 3px;
}

.list-view .date{
  margin: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: black!important;
}

.grid-view .featured::after{
    position: absolute;
    content: '';
    right: -14px;
    top: auto;
    /* top: 0; */
    bottom: 0;
    width: 39px;
    height: 30px;
}

.grid-view a {
  text-decoration: auto;
  font-size: 14px;
}

.modal-body img {
    width: 100%; 
    height: auto;
}

.item-wrap__btn{
  text-align-last: center;
  margin-top: -10px;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 12%;
    }
}

/* Slider container */
.slider-container {
  position: relative;
  width: 100%;  /* Fixed width */
  height: auto; /* Fixed height */
  overflow: hidden; /* Hides the overflow */
  margin: 0 auto;  /* Centering the slider */
}

/* Slider wrapper */
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease; /* Smooth transition */
  width: 100%;
}

/* Each image inside the slider */
.slider-wrapper img {
  width: 100%;
  height: fit-content;
  object-fit: contain;
  border-radius: 10px;
  margin-top: 20px;
  flex-shrink: 0; /* Prevent images from shrinking */
  border-radius: 10px;
}

.slider-wrapper img {

}

/* Slider control arrows */
.slider-control {
  position: absolute;
  top: 50%;  /* Align vertically to the middle */
  transform: translateY(-50%); /* Center the arrow vertically */
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;  /* Bigger arrow size */
  padding: 10px;
  cursor: pointer;
  z-index: 2;  /* Ensure it's on top of the images */
}

/* Slider control arrows */
.container-single-post .slider-control {
  position: absolute;
  top: 20%;  /* Align vertically to the middle */
  transform: translateY(-50%); /* Center the arrow vertically */
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;  /* Bigger arrow size */
  padding: 10px;
  cursor: pointer;
  z-index: 2;  /* Ensure it's on top of the images */
}

/* .slider-item img{
  padding: 14px;
} */

/* Left arrow */
.modal-body .prev-arrow {
  left: 0px;
}

/* Right arrow */
.modal-body .next-arrow {
  right: 0px;
}


.container-single-post .prev-arrow {
  left: 0px;
}

/* Right arrow */
.container-single-post .next-arrow {
  right: 0;
}

/* Disable the button when at the end */
.slider-control:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.openPaymentModal{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.shadow-sm{
  border: 2px solid #F8F2FF;
  box-shadow: 0 7px 14px -2px rgba(0, 0, 0, .04);
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 40px;
  box-sizing: border-box;
  z-index: 0;
}

.grid-view .shadow-sm{
  margin-bottom: 0;
}

.shadow-sm.featured{
  border: 2px solid #ff004d!important;
}

.section-colium{
  /* display: flex; */
  gap: 10px;
}

.modal-body a{
  text-decoration: auto;
  font-size: 16px;
  /* line-height: 130%; */
  color: #222222;
  font-weight: 700;
}

.modal-body .social-icons {
  display: flex;
  margin-left: 0px;
}

.featured .modal-body #modalTitle a{
  color:red;
}

.featured .modal-body #modalphone_number a{
  color:red;
}

.modal-body #modalDate {
  text-align: right;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #222222;
  font-family: "Manrope", sans-serif;
}

.modal-body.featured::after {
right: -54px;
}
.modal .featured .modal-body #modalemail a{
color: #6A11CF;
}

.modal-body .row{
flex-direction: column;
}

.modal-body .date-modal{
margin-top: 5px;
margin-bottom: -22px;
}

.modalDescription{
margin-left: 19px;
margin-right: 19px;
line-break: anywhere;
}

.featured .modalDescription{
margin-left: 19px;
margin-right: 19px;
line-break: anywhere;
color: red;
}

.modal-body .btn-close{
position: absolute;
right: 0px;
top: 0;
padding: 10px;
font-size: 10px;
}

.seo-text-wrap h1 {
font-family: "Manrope", sans-serif;
font-weight: 800;
font-size: 24px;
line-height: 24px;
color: #000;
display: block;
margin-bottom: 10px;
}

.seo-text-wrap h2 {
  display: block;
  font-size: 21px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 700;
  unicode-bidi: isolate;
}

.seo-text-wrap p {
font-size: 12px;
line-height: 22px;
letter-spacing: 1px;
color: #000;
font-family: "Manrope", sans-serif;
font-weight: 400;
}

/* Always show the placeholder, even when an item is selected */
.selectize-input.items.has-items &gt; input {
  display: block !important; /* Always show input field */
}

/* Hide the selected item from being displayed in the input */
.selectize-input.items.has-items &gt; .item {
  display: none !important;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-style: unset;
  border-width: 5px 5px 0 5px;
  border-color: unset;
}

.selectize-dropdown-content{
  background-color: #fff;
  padding: .1rem;
  height: 40vh !important;
  z-index: 2000;
  top: 54px !important;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 35px rgb(140 152 163 / 13%);
  box-shadow: 0 0 35px rgb(140 152 163 / 13%);
}

.selectize-dropdown{
  margin-top: 10px;
  cursor: pointer;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #e5e4e4;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  box-shadow: none;
  height: 37px;
  background: #fff;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: 0px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent grey transparent;
}

.selectize-control.single .selectize-input {
  position: relative; /* Ensure the arrow is positioned relative to the input */
}

.selectize-input&gt;input::placeholder {
color: #6A11CF; /* Change this color to your desired placeholder color */
font-weight: 900;
opacity: 1; /* You can set this to a lower value for transparency */
}

.selectize-control.single .selectize-input:after {
  content: ''; /* No text content needed */
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iei1pbmRleDogMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA3LjIgNC4yIiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGl0bGU+SUNPTiBTZWxlY3Q8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTcGV0Y2guPC9kZXNjPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNy4yLDAuNyA2LjUsMCAzLjcsMi44IDAuNywwIDAsMC43IDMuNSw0IDMuNSw0IDMuNyw0LjIgIj48L3BvbHlnb24+PC9zdmc+'); */
  background-repeat: no-repeat;
  background-size: 12px 12px; /* Adjust the size */
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Make the arrow non-interactive */
}

.selectize-dropdown:before, .selectize-dropdown.form-control:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  display: block;
  top: -10px;
  right: 20%;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  color: #000000;
  padding: 4px;
  font-weight: 700;
}

.selectize-dropdown-content {
  height: 40vh !important;
  max-height: 40vh !important;
}

.selectize-dropdown .active {
  background-color: transparent;
  color: #6a11cf !important;
}


.dropdown-toggle, .dropdown-toggle.show{
  border-color: transparent;
}

.btn-search:hover{
background-color: #6A11CF;
border-color: #6A11CF;
color: white;
}

/* .btn-search{
color: #6A11CF;
border-color: #6A11CF;
} */

.grid-view .col-md-10{
width: 100%!important;
}

.dropdown-toggle::after {
display: none;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}

.search-bar-mobile{
display: none!important;
width: 153px;
}

.list-view .image-dic{
width: 102px;
}

.list-view .image-dic img{
width: 100%!important;
}

.btn-search{
padding-right: 10px;
padding-left: 10px;
border-radius: 10px;
background-color: #ffffff;
border-width: 1px;
color:#6A11CF;
border-color: #6A11CF;
}


.popup-cont .popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}

.popup-cont .popup-content {
background-color: #6A11CF;
padding: 53px;
border-radius: 8px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-cont .popup-content p {
font-size: 18px;
margin-bottom: 20px;
color: white;
}

.popup-cont .buttons {
display: flex;
justify-content: space-around;
}

.popup-cont button {
padding: 10px 20px;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 5px;
background-color: #28a745;
color: white;
}

.popup-cont button#no-button {
background-color: #dc3545;
}

.footer {
background: #6A11CF;
overflow: hidden;
padding: 12px 0 20px;
border-radius: 16px 16px 0 0;
position: relative
}

.footer .container {
position: relative;
z-index: 2
}

.footer:before,.footer:after {
position: absolute;
content: '';
z-index: 1
}

.footer:before {
background: url("/assets/images/header-bg-1.svg") no-repeat;
width: 600px;
height: 350px;
top: -75px;
background-size: 0%;
right: 0px;
}

.footer:after {
background: url("/assets/images/header-bg-2.svg") no-repeat;
width: 1050px;
height: 420px;
right: 0px;
top: -80px;
background-size: 100%;
}

.footer-logo {
position: relative;
display: inline-block;
width: 50%;
margin-bottom: 40px
}

.footer-logo:before {
position: absolute;
content: '';
left: -22px;
top: -35px;
width: 155px;
height: 155px;
background-image: url("/assets/images/ic-heart.svg");
background-repeat: no-repeat;
background-size: cover;
z-index: 2;
transform: scale(-1,1)
}

.footer-logo a {
position: relative;
z-index: 2;
width: 145px;
height: 43px
}

.footer-logo .icon {
width: 100%;
height: 100%;
fill: #fff
}

.footer-btn {
width: 49%;
display: inline-block;
text-align: right
}

.footer-btn a {
padding: 5px 10px
}

.footer-info {
display: flex;
align-items: flex-end;
color: #fff
}

.footer-info .info-text {
width: 100%
}

.footer-info .footer-lang {
width: 50%;
display: none
}

.raise-up{
border-radius: 20px;
}

.raise-up .payment-item__text{
font-size: 40px;
color: green;
/* line-height: 3; */
height: auto;
line-height: 39px;
}

.raise-up .modal-body{
padding: 0;
}

.raise-up .upraise-sms{
background-color: green;
width: 100%;
font-size: 27px;
}

.raise-up .payment-box {
padding: 66px;
border: 4px solid #e0e0e0;
border-radius: 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
position: relative;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.raise-up .info, .payment-box .info{
display: flex;
align-content: center;
align-items: center;
flex-direction: column;
}

.raise-up .info .text-bos{
margin-top: 10px;
}

.payment-box .info .text-bos{
margin-top: 10px;
text-align: center;
line-height: 12px;
}

.raise-up .paysera, .payment-box .paysera{
margin-bottom: 6px;
}

.raise-up .info h2{
font-size: 30px;
font-weight: 700;
color: green;
text-align: center;
width: 330px;
}

.payment-box .info h2{
font-size: 30px;
font-weight: 700;
color: green;
text-align: center;
width: auto;
}

.payment-box .info.pop h2{
font-size: 18px;
font-weight: 700;
color: green;
text-align: center;
width: auto;
}

.upraise-sms:active{
background-color: green;
border-color: green;
border-radius: 10px;
}

.sms-link{
background-color: #008000;
color: white;
padding: 35px;
display: block;
border-radius: 10px;
font-size: 24px;
font-weight: 900;
padding-top: 6px;
padding-bottom: 6px;
}

.upraise-sms-home{
width: 100%;
}

.sms-link-home{
background-color: #008000;
color: white!important;
padding: 35px;
display: block;
border-radius: 10px;
font-size: 24px!important;
font-weight: 900!important;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

.btn-search:active{
background-color: #6A11CF!important;
border-color: #6A11CF!important;
}

.goofg{
/* display: flex; */
}

.featured .seperator-voilet{
color: #6A11CF!important;
font-weight: 900;
}

.list-view .featured .card-snippets .title-name, .list-view .featured .card-snippets .card-text.card-number a{
color: red!important;

}

.dark-mode .list-view .card-snippets .card-email a{
color: #d1cbc1;

}

.list-view .featured .card-snippets .card-text a{
color: #6A11CF!important;
}

body.dark-mode {
/* Dark mode color scheme */
color: #d1cbc1;
background-color: #242525;
}

.dark-mode .custom-header{
background-color: rgb(89, 30, 152);
}

.dark-mode .btn-custom{
background-color: #242525;
color: #924bdd;
}

.dark-mode .btn-custom:hover{
background-color: #242525;
color: #924bdd;
}

.dark-mode .form-control, .dark-mode .btn-search, .dark-mode .selectize-input, .dark-mode .selectize-dropdown-content{
border-color: rgb(123, 115, 101)!important;
background-color: #242525!important;
color: #d1cbc1!important;
}

.dark-mode .selectize-dropdown-content .option{
border-color: rgb(123, 115, 101)!important;
background-color: #242525!important;
color: #d1cbc1!important;
}

.dark-mode .btn-white{
background-color: #242525;
}

.dark-mode .selectize-dropdown-content .option:hover{
color: #6A11CF!important;
}

.dark-mode .selectize-dropdown:before, .dark-mode .selectize-dropdown.form-control:before {
border-color: transparent transparent #6A11CF transparent;
}

.dark-mode .dropdown .dropdown-toggle{
color: #d1cbc1;
}

/* Dark mode custom scrollbar */
.dark-mode .selectize-dropdown-content::-webkit-scrollbar {
width: 12px;              /* Scrollbar width */
}

.dark-mode .selectize-dropdown-content::-webkit-scrollbar-track {
background: #333;         /* Dark scrollbar track color */
}

.dark-mode .selectize-dropdown-content::-webkit-scrollbar-thumb {
background-color: #6A11CF; 
border-radius: 10px;     
border: 3px solid #333;  
}

/* Hover effect for scrollbar handle */
.dark-mode .selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
background-color: #6A11CF;   /* Darker handle on hover */
}

.dark-mode .selectize-dropdown{
border-color: #242525;
}

.dark-mode .input{
color: white;
}

.dark-mode .shadow-sm{
background-color: #242525;
color: #c7c1b6;
border: 2px solid #6b2dada3;
}

.dark-mode .modal-body, .dark-mode .modal-content, .dark-mode .modalDescription{
background-color: #272827 !important;
border-radius: 10px;
}

.dark-mode .card-title, .dark-mode .card-number, .dark-mode .item-models__text, .dark-mode .city-name, .dark-mode .date, .dark-mode #modalTitle a, .dark-mode #modalphone_number a, .dark-mode .modalDescription, .dark-mode .date-modal span{
color: #c7c1b6!important;
}

.dark-mode .date{
background-color: #272827 !important;
}


.dark-mode .header-langs .dropdown-btn{
color: #c7c1b6!important;
}


.dark-mode .select-one{
color: #c7c1b6!important;
}

.dark-mode .btn-search:hover{
background-color: #6A11CF!important;
border-color: #6A11CF!important;
color: white!important;
}



.dark-mode .dropdown-menu.show, .dark-mode .dropdown-menu.show a{
background-color: #272827 !important;
color: #c7c1b6!important;
}


.dark-mode .seo-text-wrap{
background-color: #000000 !important;
color: #c7c1b6!important;
}

.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode p{
color: rgb(199, 193, 182);
}

.dark-mode #dropdownMenuButton {
color: #c7c1b6;
}


.dark-mode .slider:before {
background-color: #c7c1b6;
}

.dark-mode .featured .card-snippets .title-name{
color: red!important;

}

.dark-mode .featured .card-snippets .city-name{
color: #6A11CF!important;

}

.dark-mode .container-posts .featured .item-models__text{
color: red!important;

}

.dark-mode .featured .card-snippets .card-number{
color: #6A11CF!important;

}

.dark-mode .tile-city a{
color: #c7c1b6!important;
}

.dark-mode .featured .tile-city a{
color: red!important;
}

.dark-mode .featured .city-name a{
color: #6A11CF!important;
}

.dark-mode .random-post.featured .random-city a{
color: #6A11CF!important;
}

.dark-mode .random-post .tile-city a {
color: #c7c1b6 !important;
}

.dark-mode .random-post.featured .title-name a {
color: red !important;
}

.dark-mode .container-single-post .container-post{
background-color: black;
border-color: #6b2dada3;
}

.dark-mode .container-single-post .featured .container-post .item-models__text{
color: red!important;
}

.dark-mode .container-single-post #modalcity a{
color: #c7c1b6;
}

.dark-mode .container-single-post #modalemail a{
color: #c7c1b6;
}

.dark-mode .container-single-post .featured #modalphone_number a{
color: red!important;
}

.dark-mode .container-single-post .featured #modalTitle a{
color: red!important;
}

.dark-mode .steps-n{
background-color: #591e98;
color: #d1cbc1!important;
}

.dark-mode .description__text{
background-color: black;
color: white!important;
}
/* 
.dark-mode input[type="checkbox"]:hover, .dark-mode input[type="checkbox"]:focus {
border-color: #7F00FF;
} */

.dark-mode input[type="checkbox"] {
appearance: none;
width: 20px;
height: 20px;
background: #7F00FF;
/* border: 2px solid #4caf50; */
border-radius: 4px;
cursor: pointer;
position: relative;
}

.dark-mode input[type="checkbox"]:checked::after {
content: 'âœ“';
position: absolute;
top: -2px;
left: 5px;
width: 6px;
height: 12px;
transform: rotate(13deg);
color: white;
}

.dark-mode .image-placeholder, .dark-mode .image-item {
border: 1px solid #591e98;
background-color: #591e98;
}

.dark-mode .main-image {
background-color: #591e98;
border: 2px solid #591e98;
}

.dark-mode .add-img {
width: 40px;
height: 40px;
fill: green;
}

.dark-mode .payment-item__text {
color: #d1cbc1;
}

.dark-mode .swal-dark {
background-color: #333;  /* Dark background */
color: #fff;  /* White text */
}
.dark-mode .swal-dark .swal2-title {
color: #fff;  /* White title text */
}
.dark-mode .swal-dark .swal2-text {
color: #bbb;  /* Light gray message text */
}

.dark-mode .block-text {
background-color: #000000;  /* Light gray message text */
}

.dark-mode .modal .featured .modal-body #modalTitle a, .dark-mode .modal .featured .modal-body #modalphone_number a{
color: red!important;
}

.dark-mode .modal .featured #modalDescription{
color: red!important;
}

.dark-mode .modal .featured .city-name{
color: #7F00FF!important;
}

.dark-mode .btn-close {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}


/* mobile and tablet */
@media only screen and (max-width: 1024px) {

.container-single-post .slider-control {
  top: 15%;
}

.list-view .card-snippets span {
  line-height: 0px;
}

.list-view .section-colium{
  line-height: 16px;
}

.container-single-post .modal-body.featured::after{
  visibility: hidden;
  left: 0;
}

.flexed-rt{
  gap: 4px!important;
}

.modal-body .social-icons {
  display: inline-flex;
  gap: 1px;
  margin-left: 2px !important;
  margin-right: 5px;
}

.m-flx{
  gap: 0px!important;
}

#modalcity a{
  margin-right: 10px;
}

#modalphone_number a{
  
}

.payment-item.payment-item-special::after {
  position: absolute;
  content: '';
  right: -14px;
  top: -34px;
  width: 73px;
  height: 69px;
  z-index: 0;
  background: url('/assets/images/ic-heart.svg') no-repeat;
  background-size: cover;
}

  .footer {
    background: rgb(89, 30, 152);
    overflow: visible;
    padding: 12px 0 20px;
    border-radius: 16px 16px 0 0;
    position: relative
}

.footer .container {
  position: relative;
  z-index: 2
}

.footer:before,.footer:after {
  position: absolute;
  content: '';
  z-index: 1;
  height: 0;
  width: 0;
}

.footer:before {
  background: unset;
}

.footer:after {
  background: unset;
}

.footer-logo{
margin-bottom: 0;
}

.footer-logo img{
  position: relative;
  display: inline-block;
  width: 161px;
  margin-top: -4px;
}

.footer-logo:before {
  position: absolute;
  content: '';
  left: -22px;
  top: -35px;
  width: 155px;
  height: 110px;
  background-image: url("/assets/images/ic-heart.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transform: scale(-1,1)
}

.footer-logo a {
  position: relative;
  z-index: 2;
  width: 145px;
  height: 43px
}

.footer-logo .icon {
  width: 100%;
  height: 100%;
  fill: #fff
}

.footer-btn {
  width: 49%;
  display: inline-block;
  text-align: right
}

.footer-btn a {
  padding: 5px 10px
}

.footer-info {
  display: none;
}

.footer-info .info-text {
  width: 100%
}

.footer-info .footer-lang {
  width: 50%;
  display: none
}

.logo, .logo-class a{
  z-index: 2;
  width: 162px;
  margin-left: 7px;
  margin-top: 3px;
}


.custom-header{
  background-color: rgb(89, 30, 152);
  padding: 0px 0;
  height: 70px;
  filter: unset;
}

.custom-header::before {
  content: "";
  background: unset;
  height: auto;
}

.custom-header:after {
  content: "";
  background: unset;
  height: auto;
}

.toggle-icon-mobile{
  align-content: center;
}

.toggle-sidebar{
  background-color: transparent;
  border-color: transparent;
  position: fixed;
  top: 9px;
  right: 0px;
  z-index: 999;
  display: block;
}

.toggle-sidebar.scrolled{
  color: #6A11CF;
}

.toggle-sidebar:hover, .toggle-sidebar:active, .toggle-sidebar:focus{
  background-color: transparent!important;
  border-color: transparent!important;
}

.toggle-sidebar i{
  font-size: 40px;
}

/* .toggle-sidebar svg{
  width: 50px;
} */



}


/* Mobile Styles (Up to 767px width) */
@media only screen and (max-width: 767.9px) {

.raise-up .payment-box{
  padding: 10px;
}


.custom-header::before {
  width: 534px;
}

#scrollToTopBtn {
  right: 10px!important;
}

.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}

.search-bar-mobile{
  display: block!important;
}


.search-bar-desktop{
  display: none!important;
}

.selectize-input{
  margin-top: 10px;
}

.nav-bot-view{
  gap: 5px!important;
  justify-content: center !important;
  flex-wrap: wrap;
  margin-top: -5px;
}

.nav-bot-view &gt; div:nth-child(3){
  width: 100px!important;
}

  .list-view .card img{
    width: 85px;
    height: 144px;
    /* margin-right: 15px; */
    object-fit: cover;
  }

  .list-view .col-md-2.image-dic{
    width: 18%;
  }

  .list-view .col-md-10{
    width: 81%!important;
  }

  .header-lang__link, .menu-button-container{
      display: none!important;
  }

  .visible-pop{
    overflow: hidden;
    margin-right: 10px;
    display:block;
  }

  .logo-class{
      justify-content: space-between!important;
      width: 100%;
  }


  .hidden-desktop{
      display: block!important;
  }

  .toggle-icon-mobile{
      z-index: 9;
  }

  .grid-view .title-name{
      margin-bottom: 0px;
      line-height: 14px!important;
  }

  .grid-view .email-text{
      margin-bottom: 0px;
      line-height: 14px!important;
  }

  .grid-view .card {
      width: calc(50% - 5px)!important;
      display: flex;
      flex-direction: column;
      height: auto;
  }

  .container-posts{
      padding: 4px;
  }

  .main-image{
    margin-left: 0px;
    margin-top: 19px;
  }

  .description__text::after{
    right: 0px;
  }

  .featured::after{
    right: -5px;
    top: auto;
    bottom: -36px;
    width: 75px;
    height: 72px;
  }

  .dark-mode #charCount{
    color: #828282;
  }

  .step.active#step3 .row{
    gap: 10px;
  }



}




@media only screen and (min-width: 320px) and (max-width: 471px) {

.modal-dialog{
  margin: 0;
}

.container-single-post .featured::after{
  right: 0px!important;
  top: -16px!important;
}

.container-single-post .random-container-rr{
  display: contents;
}

.random-post{
  width: 48%!important;
}

.random-row-rr{
  gap: 5px;
}

.main-post-sinle{
  order: -1;
}



.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}

.list-view .col-md-10 {
    width: 81% !important;
}
}


@media only screen and (min-width: 472px) and (max-width: 499px) {

.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}


.list-view .col-md-10 {
    width: 77% !important;
}
}


@media only screen and (min-width: 500px) and (max-width: 563px) {

.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}


.list-view .col-md-10 {
    width: 78% !important;
}
}


@media only screen and (min-width: 564px) and (max-width: 570px) {

.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}


.list-view .col-md-10 {
    width: 80% !important;
}
}


/* Mobile Styles (Up to 767px width) */
@media only screen and (min-width: 499px) and (max-width: 550px) {

.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}

.nav-bot-view{
  gap: 0px;
}


  .grid-view .card {
      width: calc(32% - 1px)!important;
      display: flex;
      flex-direction: column;
      height: auto;
  }

  .container-posts{
      padding: 4px;
  }


}
@media only screen and (min-width: 551px) and (max-width: 767px) {

.step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
}

  .grid-view .card {
      width: calc(24% - 2px)!important;
      display: flex;
      flex-direction: column;
      height: auto;
  }

  .container-posts{
      padding: 4px;
  }


}

/* Tablet Styles (768px to 1024px width) */
@media only screen and (min-width: 800px) and (max-width: 1024px) {

.description__text::after{
  right: 4px;
  top: -14px;
  width: 69px;
  height: 64px;
}

#scrollToTopBtn {
  right: 10px!important;
}
/* .step-indicator#stepIndicator1::after {
  position: absolute;
  content: '';
  top: 264px;
  width: 160px;
  height: 33px;
  background: url(https://sexer.ee/images/svg/line-indicator.svg) no-repeat;
  margin-left: 61px;
}

.step-indicator#stepIndicator2::after {
  position: absolute;
  content: '';
  top: 248px;
  width: 160px;
  height: 33px;
  background: url(https://sexer.ee/images/svg/line-indicator.svg) no-repeat;
  margin-left: 61px;
} */

.step-indicator:nth-child(2)::after {
    /* right: 0; */
    transform: rotate(180deg);
    /* margin-top: -32px;  */
}

.step-indicator#stepIndicator1::after, .step-indicator#stepIndicator2::after{
  display: none!important;
}

.featured::after{
  right: -4px;
  top: auto;
  bottom: -42px;
  width: 74px;
  height: 75px;
}


}
@media only screen and (min-width: 768px) and (max-width: 826px) {

.description__text::after{
  right: 4px;
  top: -14px;
  width: 69px;
  height: 64px;
}
.step-indicator::after {
  display: none;
}

.featured::after{
  right: -4px;
  top: auto;
  bottom: -42px;
  width: 74px;
  height: 75px;
}


}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

/* .step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
} */

.list-view .col-md-10{
  width: 86%!important;
}

  .nav-bot-view{
    gap: 0px;
  }

  .header-lang__link, .menu-button-container{
      display: none!important;
  }

  .visible-pop{
      display:block;
  }

  .logo-class{
      justify-content: space-between!important;
      width: 100%;
  }

  .hidden-desktop{
      display: block!important;
  }

  .toggle-icon-mobile{
      z-index: 9;
  }

  .grid-view .title-name{
      margin-bottom: 0px;
      line-height: 13px!important;
  }

  .grid-view .email-text{
      margin-bottom: 0px;
      line-height: 18px!important;
  }

  .grid-view .card {
      width: calc(25% - 10px)!important;
      display: flex;
      flex-direction: column;
      height: auto;
  }

  .container-posts{
      padding: 4px;
  }


  
}


@media only screen and (min-width: 820px) and (max-width: 1024px) {

/* .step-indicator{
  display: none;
}

.step-indicator.active{
  display: block;
}


.step-indicator::after {
  display: none!important;
} */

.list-view .col-md-10{
  width: 87%!important;
}

  .grid-view .card {
      width: calc(19% - 0px)!important;
      display: flex;
      flex-direction: column;
      height: auto;
  }

  .container-posts{
      padding: 4px;
  }


}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

.list-view .image-dic {
  width: 147px;
}

.list-view .col-md-10 {
    width: 80% !important;
}
}
/* @media only screen and (min-width: 845px) and (max-width: 892px) {
.list-view .col-md-10 {
    width: 82% !important;
}
}
@media only screen and (min-width: 845px) and (max-width: 844px) {
.list-view .col-md-10 {
    width: 81% !important;
}
}
@media only screen and (min-width: 801px) and (max-width: 844px) {
.list-view .col-md-10 {
    width: 81% !important;
}
}
@media only screen and (min-width: 801px) and (max-width: 801px) {
.list-view .col-md-10 {
    width: 80% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
.list-view .col-md-10 {
    width: 80% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
.list-view .col-md-10 {
    width: 80% !important;
}
} */

@media only screen and (min-width: 1024px) and (max-width: 1353px) {

#scrollToTopBtn {
  right: 50px!important;
}
}




/* Desktop Breakpoints */
@media (min-width: 1024.9px) {
.list-view .image-dic {
    width: 160px;
}

.col-md-10{
  width: 81%!important;
}
}

#sidebar .menu {
  display: grid !important;
  justify-items: end;
  width: 100%;
}

#sidebar .menu a::after{
  background-color: transparent;
}

#sidebar .header-btn a {
  background: #FF004C;
  color: #fff;
  padding: 13px;
}

#sidebar .header-btn{
  text-align: end;
  margin-right: 0;
}

.ad-container{
text-align-last: center;
}

#scrollToTopBtn {
background-color: transparent;
border: 2px solid #6a11cf;
border-radius: 50%;
bottom: 20px;
height: 40px;
position: fixed;
right: 10px;
transition: all .5s ease;
width: 40px;
z-index: 1;
}

#scrollToTopBtn svg {
color: #6a11cf;
font-size: 20px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 10001;
cursor: pointer;
}

#scrollToTopBtn:hover {
background-color: #6a11cf;
color: #ffffff;
}

#scrollToTopBtn:hover svg{
color: #ffffff;
}


.page-title{
margin-top: 40px;
margin-bottom: 40px;
}

.block-text {
padding: 25px 30px 30px;
background: #FAFAFA;
border-radius: 16px;
position: relative;
font-family: "Manrope",sans-serif;
color: #18191F;
letter-spacing: 1px;
font-size: 14px;
line-height: 16px;
text-align: start;
}

.block-text::after {
position: absolute;
content: '';
right: -30px;
top: -50px;
background: url('/assets/images/ic-heart.svg') no-repeat;
background-size: auto;
width: 100px;
height: 100px;
background-size: contain;
transform: scale(-1,1);
}

#dropdownMenuButton {
color: #000000;
font-weight: 900;
opacity: 1;
font-size: 13px;
display: flex;
align-items: center;
gap: 7px;
}

#dropdownMenuButton i{
font-size: 20px;
}

.dropdown-item {
color: #000000;
font-weight: 900;
opacity: 1;
font-size: 13px;
display: flex;
align-items: center;
gap: 7px;
}

.dropdown-item i{
font-size: 20px;
}



.sidebar-daff{
display: flex;
align-content: center;
align-items: center;
flex-wrap: nowrap;
justify-content: flex-end;
}


.btn-in-sidebar{
padding-top: 2px!important;
padding-bottom: 2px!important;
}




.featured .item-models__text {
font-family: "Manrope", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: red!important;
margin-bottom: 5px;
}

.container-single-post .featured::after{
position: absolute;
content: '';
right: -12px;
top: -11px;
bottom: 0;
width: 46px;
height: 34px;
z-index: 0;
background: url(/assets/images/ic-heart.svg) no-repeat;
background-size: cover;
}

.container-single-post .featured{
border: 2px solid #ff0000;
}


.grid-view .featured .item-models__text {
font-family: "Manrope", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 14px;
color: red!important;
margin-bottom: 5px;
}

.modal-content.popup-data.featured{
border: 2px red solid;
}

.dark-mode .container-single-post .container-post.featured{
border: 2px red solid;
}

.dark-mode .payment-item-special .payment-item__text{
color: red;
}
@media (min-width: 468px) and (max-width: 768px) {
  .cyphersol .random-post {
    width: 31%;
      display: inline-block;
      margin: 0 0 0 4px;
  }
}</pre></body></html>