::-moz-selection { /* Code for Firefox */
    background: rgba(255,16,216,0.3);
}

::selection {
    background: rgba(255,16,216, 0.3);
}

html {
    scroll-behavior: smooth;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.6;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}

/* Üzenetek (success, error) */

@keyframes slideInFromBottom {
    0% {
        transform: translateY(300%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%) rotate(140deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}

#success-msg, #error-msg {
    width: max-content;
    max-width: 60dvw;
    height: fit-content;
    z-index: 11;
    padding-inline: 4dvw;
    padding-block: 1.5lvh;
    display: block;
    border-radius: 9dvw;
    animation: 1s ease-in-out 0s 1 slideInFromBottom;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom:3lvh;
    margin-left:3lvh;
}

#success-msg {
    background-color: #dff2bf;
    color: #270;
}

#error-msg {
    background-color: #ffbaba;
    color: #D8000C;
}

.msg-close-btn {
    position: absolute;
    right: 0.5lvh;
    top: 0.5lvh;
    text-decoration: none;
    color: grey;
    text-align: center;
    border-radius: 5vw;
    width: 3lvh;
    height: 3lvh;
}

.msg-close-btn:hover {
    color: black;
}

/* -----Üzenetek (success, error) ----- */

.logo {
    height: 3rem;
    z-index: 51;
    position: absolute;
    top: 0.4rem;
    left: 1dvw;
}

/* Header styles */
header {
    background-color: rgba(255, 255, 255, 1);
    color: white;
    align-items: center;
    height: 2rem;
    max-height: 4rem;
    min-height:max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding-block: 2rem;
    /*border-bottom: 1px solid /*#c9c9c9;*/
    /*border-image-source: linear-gradient(rgba(255, 16, 216, 0.82), rgb(127, 19, 199), rgba(63, 94, 255,0.8));*/
    box-shadow: 0 0.5lvh 0.5lvh rgba(0,0,0, 0.1);
    transition: top 0.5s ease-in-out;
    padding-right: 0.5rem;
    width: 100dvw;
    max-width: 100%;
    font-family: Albert Sans, Roboto, Arial, Geneva, Helvetica, sans-serif;
}

.header-logo {
    display: inline;
    float: left;
}

.header-logo a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
}

#header-links {
    height: 100%;
    min-height: 100lvh;
    width: 0;
    position: fixed;
    z-index: 52;
    top: 0;
    left: 0;
    background-color: white;
    background: linear-gradient( 0deg, rgb(255, 210, 246), white );
    box-shadow: 0.3rem 0 0.3rem 0 rgba(0,0,0,0.1);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

.header-links-dot {
    width: 1.1dvh;
    height: 1.1dvh;
    border: 2px solid rebeccapurple;
    background-color: transparent;
    border-radius: 3dvh;
    display: inline-block;
}

#header-links .header-links-container {
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    transition: 0.4s;
    color: black;
    width: 100%;
}

.header-links-container:hover {
    background-color: rgba(255,255,255,0.15);
}

#header-links-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.closebtn {
    text-decoration: none;
    color: rgb(81, 81, 81);
    position: absolute;
    top: 1vh;
    left: 0;
    font-size: 2rem;
    margin-left: 1vw;
    transition: 0.3s;
    height: 5vh;
    width: 5vh;
    border-radius: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closebtn:hover {
    background-color: rgba(255,255,255,0.1);
}

#main {
    transition: margin-left .5s;
    width: 100vw;
    max-width: 100%;
}

@media screen and (max-height: 450px) {
    #header-links {padding-top: 15px;}
    #header-links #header-links-container {font-size: 18px;}
  }

.header-links-link {
    text-decoration: none;
}

#lang-selector-form {
    width: fit-content;
}

#lang-selector-form:hover {
    background-color: transparent;
}

.lang-selector-form-footer {
    margin-inline: auto;
    margin-top: 1rem;
}

#lang-select {
    width: fit-content;
    max-width: 100% !important;
}

/*kijelentkezés gomb*/
.logout-btn {
    text-decoration: none;
}

#logout-form {
    transition: 0.3s;
}

#logout-form:hover {
    background-color: rgba(255,0,0,0.5);
}

#off-canvas-menu-icon {
    font-size: 30px;
    cursor: pointer;
    display: none;
    margin-left: 1rem;
}

#frontpage-main-ad {
    width: fit-content;
    height: fit-content;
    border: none;
    background-color: azure;
    margin-inline: auto;
    margin-top: 5vh;
    color: rgba(160, 160, 160, 0.618);
    font-size: xx-large;
    display: flex;
    align-items: center;
    justify-content: center;
}

#frontpage-main {
    width: fit-content;
    margin-inline: auto;
}

/* Main styles */
main {
    width: 100cqw;
    max-width: 100%;
}

#full-screen-blur {
    width: 100dvw;
    max-width: 100%;
    min-height: 100lvh;
    height: 100lvh;
    /*background-image: linear-gradient(35deg,#36174d, #3498db);*/
    background-image: url("../storage/images/static-images/landing-simple-gradient.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.text-on-blur {
    width: fit-content;
    color: #36174d;
    font-size: 6svh;
    text-align: center;
    margin-inline: auto;
    padding-top: 15lvh;
    display: block;
    position: relative;
    top: 27lvh;
    left: 0;
    font-family: Albert Sans, Roboto, Arial, Geneva, Helvetica, sans-serif;
    font-weight: 100;
}

#jump-to-ads-btn {
    max-width: fit-content;
    max-height: fit-content;
    padding: 1.2rem 2rem;
    background-color: transparent;
    color: #36174d;
    font-weight: 200;
    font-size: large;
    border-radius: 3vw;
    border: 1px solid rgb(255,16,216);
    position: absolute;
    right: 7vw;
    bottom: 17lvh;
    transition: 0.3s;
    font-family: Albert Sans, Roboto, Arial, Geneva, Helvetica, sans-serif;
}

#jump-to-ads-btn:hover {
    background-color: rgb(255,16,216);
    /*padding: 1.3vw;*/
    /*box-shadow: 0px 0px 10vh 2vh #ff4778;*/
    transition: 0.3s;
    transform: scale(1.03);
}

#text-on-blur p {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid rgb(255,16,216); /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .005em; /* Adjust as needed */
    animation:
      typing 4.5s steps(43, end),
      blink-caret 0.75s step-end infinite;
}

.blob {
    background: rgba(255, 19, 219,1);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    overflow: hidden;
}

#blob1 {
    background: linear-gradient(34deg, rgba(255, 19, 219,1), rgba(136, 30, 255, 1));
    width: 4rem;
    height: 4rem;
    animation: morph1 3s linear infinite;
    position: absolute;
    top: 50lvh;
    left: 15dvw;
}

#blob2 {
    background: linear-gradient(131deg, rgba(255, 19, 219,1), rgba(136, 30, 255, 1));
    width: 6rem;
    height: 6rem;
    animation: morph2 3s linear infinite;
    position: absolute;
    top: 20lvh;
    left: 70dvw;
}

@keyframes morph1{
    0%, 100% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }
    34% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
        transform: rotate(5deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: rotate(10deg);
    }
}

@keyframes morph2{
    0%, 100% {
        border-radius: 45% 55% 80% 45% / 45% 45% 85% 65%;
    }
    34% {
        border-radius: 80% 40% 60% 55% / 45% 45% 65% 60%;
    }
    67% {
        border-radius: 100% 50% 55% 100% / 100% 100% 75% 75%;
    }
}

/* ----The typing effect---- */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }

  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    40% { border-color: rgb(255,16,216); }
  }

  /*----Typing effect vége----*/

.advertisement-image-container {
    width: 13vw;
    height: 22vh;
    overflow: hidden;
    display: inline-block;
    position: relative;
    border-top-left-radius: 0.4vw;
    border-bottom-left-radius: 0.4vw;
}

.online-too {
    height: 20%;
    background-color: rgba(255,255,255,0.6);
    color: #535353;
    text-align: center;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    float: left;
}

.advertisement-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#filter-container-header,
#advertisements-container-header {
    text-align: center;
    margin-bottom: 10px;
    color: rgb(91, 79, 116);
    margin-top: 12vh;
}

#filter-form {
    margin-bottom: 20px;
    width: 65vw;
    margin-inline: auto;
    border-radius: 0.6vw;
    padding: 1vw;
    background-color: rgb(255,255,255);
    box-shadow: 0 0 0.1vw #808080;
    text-align: center;
    font-size: small;
}

#filter-form input:focus {
    outline: none;
}

#filter-form-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-end;
}

.filter-input-container {
    border: 1px solid rgb(222, 222, 222);
    border-radius: 0.4vw;
    padding: 0.3vw;
    background-color: rgba(244, 244, 244,0.5);
    width: fit-content;
}

.info-bubble-i {
    background-color: transparent;
    width: 1vw;
    cursor: pointer;
    border-radius: 10vw;
    color: white;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.info-bubble-i:hover + .info-bubble {
    display: block;
    position: fixed;
    bottom: 3vh;
    left: 3vw;
}

.info-bubble {
    display: none;
    z-index: 15;
    padding-block: 2vh;
    padding-inline: 1vw;
    border-radius: 10vw;
    color: #059;
    backdrop-filter: blur(5px);
    background-color: rgba(187,238,255,0.3);
    box-shadow: 0 0 1dvw grey;
}

.filter-submit, .filter-reset {
    border: none;
    color: white;
    background-color: rgb(255,16,216);
    border-radius: 5vh;
    padding: 1dvw;
    transition: 0.3s;
    font-weight:bold;
    cursor: pointer;
    padding-inline: 4vh;
    margin-top: 0.8dvw;
}

.filter-save {
    color: #3d3d3d;
    border: 1px solid rgb(178, 178, 178);
    background-color: rgba(0,0,0,0);
    border-radius: 5vh;
    padding: 0.5dvw;
    transition: 0.3s;
    font-size: x-small;
    cursor: pointer;
    padding-inline: 4vh;
    margin-right: 1vw;
}

#filter-reset {
    margin-left: auto;
    text-decoration: none;
}

.filter-reset {
    border: 2px solid rgb(255,16,216);
    color: black;
    background-color: transparent;
    text-decoration: none;
    padding-inline: 2vh;
    border-radius: 5vh;
    margin-left: auto;
}

.filter-submit:hover {
    background-color: rgb(222, 0, 187);
}

.filter-reset:hover {
    background-color: rgb(255,16,216);
}

.filter-save:hover {
    background-color: rgba(0,0,0,0.1);
}

.filter-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#filter-and-detailed-filter-btn {
    margin-top: 4dvw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#detailed-filter-open-btn, #detailed-filter-close-btn {
    display: block;
    color: #797979;
    border-radius: 5vh;
    padding: 0.3vh;
    transition: 0.1s;
    cursor: pointer;
    padding-inline: 4vh;
    margin-top: auto;
    margin-bottom: 0;
}

#detailed-filter-close-btn {
    display: none;
}

#detailed-filter-form {
    border-top: 1px solid rgb(211, 211, 211);
    margin-top: 3vh;
    padding-top: 3vh;
    justify-content: space-around;
    display: none;
    align-items: center;
    flex-direction: row;
    margin-bottom: 4vh;
    height: fit-content;
}


    #detailed-filter-open-btn:hover, #detailed-filter-close-btn:hover {
        color: #414141;
    }

#detailed-filter-form .filter-input-container {
    margin-bottom: 2vh;
    min-width: fit-content;
    width: 25vw;
    min-height: fit-content;
    height: fit-content;
}

.advertisements-wrapper, #profile-show-wrapper {
    margin-inline: auto;
    width: 60vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: rgb(255,255,255);*/
    border-radius: 0.6vw;
    /*box-shadow: 0 0 0.1vw grey;*/
    padding-block: 5vh;
}

.advertisement-link {
    text-decoration: none;
    color: #000;
    width: 55vw;
    height: 22vh;
    display: block;
    margin-top: 3vh;
    position: relative;
}

.advertisement-container {
    background-color: white;
    width: 55vw;
    height: 22vh;
    max-height: fit-content;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 0.4vw;
    box-shadow: 0 0 0.2vw #b6b6b6;
    /*border: 1px solid deeppink;*/
}

.advertisement-container:hover {
    /*background-color: #ededed;*/
    box-shadow: 0 0 0.5vw #b6b6b6;
}

.advertisement-title, .advertisement-price, .advertisement-city, .advertisement-add-to-favourites {
    /*background-color: grey;
    border: 1px solid purple;*/
    width: max-content;
    height: fit-content;
}

.advertisement-title-city-wrapper {
    width: 33.5dvw;
    max-width: 33.5dvw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2vh;
    padding-left: 1vw;
    padding-bottom: 1vh;
    margin-bottom: 0;
}

.advertisement-price-fav-wrapper {
    width: 8.5dvw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-end;
    margin-right: 1vw;
    margin-top: 1.5vh;
}

.advertisement-title {
    font-size: large;
    max-width: 32dvw;
    width: 32dvw;
    height: min-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advertisement-city-date-container {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
}

.advertisement-city {
    font-weight: 100;
    color: rgb(55, 55, 55);
    font-size: smaller;
    display: inline;
    max-width: 65%;
}

.advertisement-date {
    display: inline;
    font-size: small;
    color: #808080;
}

.advertisement-size {
    font-weight: bold;
    margin-top: 1vh;
    font-size: medium;
    margin-bottom: 2vh;
}

.advertisement-owner {
    font-size: small;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1vh;
    color: grey;
}

.advertisement-add-to-favourites {
    margin-top: 5%;
    display: block;
}

.advertisement-price {
    margin-top: 3vh;
    margin-right: 1.5vw;
    font-weight: bold;
}

.advertisement-gender {
    font-size: small;
    margin-top: 4vh;
}

.filter-input {
    padding: 5px;
}

input[type="submit"] {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
}

/* Footer styles */
#footer-top {
    background-image: url("../storage/images/static-images/footer-top.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    min-height: 0;
    width: 100%;
    max-width: 100%;
}

#footer-top img {
    visibility: hidden;
    width: 100%;
}

footer {
    /*background-image: url("../storage/images/static-images/footer-gradient-bootstrap-color-2.svg");*/
    /*background: linear-gradient(180deg, rgb(248, 250, 252), rgba(255,16,216,0.2));*/
    background-color: rgb(249, 249, 249);
    background: linear-gradient(180deg, rgb(249, 249, 249), rgba(255,16,216,0.1), rgba(136,30,255,0.1));
    padding: 20px;
    padding-top: 0;
    color: rgb(61, 61, 61);
    text-align: center;
    /*border-top: 1px solid #c9c9c9;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: fit-content;
    max-width: 100%;
}

footer * {
    text-decoration: none;
    color: rgb(61, 61, 61);
    max-width: 100%;
    transition: all 0.2s;
}

footer h3 {
    margin-bottom: 2rem;
}

.footer {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.footer-fastLinks,
.footer-connection {
    flex-basis: 30%;
}

.footer-fastLinks-links a,
.footer-connection-textContainer-element {
    margin-bottom: 3rem;
}

.copyright {
    margin-top: 3rem;
    width: fit-content;
    margin-inline: auto;
    position: relative;
}

.copyright p {
    margin-top: 1rem;
}

.header-login-btn {
    width: fit-content;
    background: linear-gradient(34deg, rgba(255, 19, 219,1), rgba(136, 30, 255, 1));
    padding: 10px;
    padding-inline: 1vw;
    border-radius: 20vh;
    transition: 0.2s;
    text-decoration: none;
    display: inline;
}

.header-login-link{
    color: white;
    text-decoration: none;
}

.header-login-btn:hover {
    box-shadow: 0 0 0.5dvw grey;
}

.header-profile-menu {
    width: fit-content;
    border-radius: 0.2vw;
    margin: 1vh 1vh 1vh 1vh;
    color: rgb(44, 44, 44);
    display: inline-flex;
    align-items: center;
}

.header-profile-menu-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin-block: auto;
}

#header-profile-menu-image-container {
    overflow: hidden;
    height: 5vh;
    width: 5vh;
    border-radius: 5.5vh;
    margin-right: 0.5vw;
}

.header-desktop-links, .header-desktop-links * {
    color: #616161;
    text-decoration: none;
    margin-right: 1dvw;
    display: inline-block;
    font-size: small;
}

.header-desktop-links:hover {
    color: black;
}

.header-desktop-links::after {
    content: '';
    height: 2px;
    width: 0;
    /*background-color: rgb(255,16,216);*/
    background: linear-gradient(rgba(255, 16, 216, 1), rgba(127, 19, 199, 0.6));
    display: block;
    transition: 0.3s ease-in-out;
}

.header-desktop-links:hover::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: rgb(255,16,216);
    display: block;
}

.header-links a {
    text-decoration: none;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    backdrop-filter: blur(10px);
  }

  #loader {
    /*border: 8px solid #f2f2f2;
    border-top: 8px solid rgb(255,16,216);
    border-radius: 50%;
    width: 50px;
    height: 50px;
      z-index: 1000;
    animation: spin 1s linear infinite;
      /* HTML: <div class="loader"></div> */
  }

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
#loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}
#loader:before,
#loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset rgb(255,16,216);
    animation: l4 2.5s infinite;
}
#loader:after {
    animation-delay: -1.25s;
}
@keyframes l4 {
    0% {
        inset: 0 35px 35px 0;
    }
    12.5% {
        inset: 0 35px 0 0;
    }
    25% {
        inset: 35px 35px 0 0;
    }
    37.5% {
        inset: 35px 0 0 0;
    }
    50% {
        inset: 35px 0 0 35px;
    }
    62.5% {
        inset: 0 0 0 35px;
    }
    75% {
        inset: 0 0 35px 35px;
    }
    87.5% {
        inset: 0 0 35px 0;
    }
    100% {
        inset: 0 35px 35px 0;
    }
}

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/*#main-page-home-image-container {
    margin-inline: auto;
    width: min-content;
    height: min-content;
    margin-top: 3vh;
    padding: 3vh;
    background-color: lightgray;
    border-radius: 2vw;
}

  #main-page-home-image {
    margin-inline: auto;
    border-radius: 2vw;
}*/

#favourite-img {
    height: 1.5vw;
    width: 1.5vw;
    cursor: pointer;
}

#favourite-img:hover {
    background: url('../images/already-favourite.png');
    background-size: 1.5vw;
}

#add-to-favourites-image {
    display: inline-block;
    height: fit-content;
    width: fit-content;
    border: none;
    background-color: transparent;
}

#add-to-favourites-image:hover {
    background-color: transparent;
}

#to-top-btn {
    position: fixed;
    bottom: 3vh;
    right: 3vh;
    background-color: rgba(255,255,255, 0.8);
    box-shadow: 0 0 0.5dvw #ababab;
    padding: 2vh;
    border-radius: 5vh;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: 0.3s;
    animation: 0.7s ease-in-out 0s 1 slideInFromRight;
    display: none;
}

#to-top-btn:hover {
    box-shadow: 0 0 0.7dvw #969696;
    background-color: rgba(255,255,255, 1);
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid rgba(91, 91, 91, 0.8);
}

.back-btn {
    display: block;
    width: fit-content;
    height: fit-content;
    padding-inline: 1vw;
    background-color: rgb(255,16,216);
    text-decoration: none;
    color: white;
    border-radius: 20vh;
    transition: 0.2s;
    padding-block: 1vh;
    margin-block: 4dvh;
    margin-left: 1vw;
}

.back-btn:hover {
    background-color: rgb(255, 137, 236);
}

.header-link-icon {
    width: 1.5vw;
    aspect-ratio: 1/1;
    display: inline-block;
}

#registered-at {
    font-size: small;
    margin-left: 1vw;
    color: #414141;
}

.not-archived-img {
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.archived-img {
    background-color: rgba(220, 220, 220, 0.7);
    backdrop-filter: blur(2px);
    color: #414141;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.notification-number {
    color: white;
    background-color: orange;
    width: 2vw;
    height: 2vw;
    border-radius: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#views-on-ad {
    width: 1vw;
}

.remove-btn {
    border: none;
    padding: 0.5vw;
    background-color: transparent;
    cursor: pointer;
    aspect-ratio: 1/1;
    display: inline-block;
}

.remove-btn:hover {
    border-radius: 5vw;
    background-color: rgba(0,0,0,0.1);
}

.remove-icon {
    width: 1.2vw;
    display: inline-block;
}

.my-ads-option {
    display: inline-block;
}

#my-ad-options-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-icon {
    width: 1.5vw;
}

.notification-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: fit-content;
    height: 2dvh;
    width: 2dvh;
    position: relative;
    left: 0;
    top: -5%;
    background-color: orangered;
    font-size: small;
    border-radius: 5dvh;
    color: white;
}

.advertisement-views, .advertisement-favs {
    font-size: small;
}

.male-dot {
    display: inline-block;
    width: 0.7dvw;
    height: 0.7dvw;
    background-color: #44aaee;
    border-radius: 2dvw;
}

.female-dot {
    display: inline-block;
    width: 0.7dvw;
    height: 0.7dvw;
    background-color: rgb(255,16,216);
    border-radius: 2dvw;
}

#popular-cities-container {
    width: 70dvw;
    height: fit-content;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15rem;
    padding-top: 4rem;
}

#popular-city-container {
    text-decoration: none;
    color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#popular-city {
    height: 9rem;
    width: 9rem;
    border-radius: 10rem;
    overflow: hidden;
    box-shadow: 0 0 0.5dvw grey;
}

#popular-city:hover {
    transform: scale(1.07);
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 1dvw #5d5d5d;
}

#popular-city img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.popular-city-name {
    margin-top: 1rem;
    font-weight: 100;
}

#paginator {
    margin: 1em auto 20dvh auto;
    width: fit-content;
    text-align: center;
}

#paginator svg {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
    cursor: pointer;
}

#paginator p, #paginator:first-child {
    display: none;
}

.landing-page-slider-wrapper {
    display: block;
    background: transparent;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 11rem 0 11rem 0;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    -webkit-transition: -webkit-transform 1600ms;
    transition: -webkit-transform 1600ms, transform 1600ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: rgb(91, 79, 116);
}

.slide-1 {
    left: 0;
}
.slide-2 {
    left: 100%
}
.slide-3 {
    left: 200%
}
.slide-4 {
    left: 300%
}

.slider-pagination {
    position: relative;
    bottom: 30px;
    width: 575px;
    left: 100px;
    z-index: 1000;
    display: none;
    align-items: center;
}
.slider-pagination label {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
}

.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio3:checked ~ .slider-pagination .page4 {
    width: 14px;
    height: 14px;
    border: 2px solid #ea2e49;
    background: transparent;
}

#slider_1, #slider_2, #slider_3, #slider_4 {
    display: none;
}

/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
}

.filter-select-container {
    height: fit-content;
}

/*.form-control:focus {
    border-color: rgb(255,16,216);
    box-shadow: inset 0 1px 1px rgba(255,16,216, 0.075), 0 0 8px rgba(255,16,216, 0.6);
}*/

.aim-text {
    width: 55dvw;
    margin-inline: auto;
    border-left: 3px solid rgb(255,16,216);
    padding-left: 1dvw;
    text-align: justify;
}

.aim-container {
    margin: 0 auto 15rem auto;
    width: 55dvw;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    transform: scale(1.5);
}

.join-btn {
    padding: 2dvh 5dvh 2dvh 5dvh;
    text-decoration: none;
    color: white;
    margin-top: 3dvh;
    display: block;
    font-weight: bold;
    box-shadow: 0 0 0.5dvw grey;
}

.join-btn:hover {
    background: linear-gradient(34deg, rgba(136, 30, 255, 1), rgba(255, 19, 219,1));
}

@media (prefers-reduced-motion: no-preference) {
    .aim-container {
        transition: opacity 1.5s ease-in, transform 1.5s ease;
    }
}

.aim-container-transition {
    opacity: 1;
    transform: none;
}

.personal-advertisements-wrapper {
    background: linear-gradient(40deg, rgba(255, 16, 216, 0.1), rgba(127, 19, 199, 0.1), rgba(63, 94, 255, 0.1));
}

#customer-service-button {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    background-color: white;
    /*background-image: url("../storage/images/static-images/customer-service.svg");*/
    box-shadow: 0 0 0.5dvw #ababab;
    transition: ease-in-out 0.2s;
    display: none
}

#customer-service-button:hover {
    box-shadow: 0 0 0.6dvw #969696;
}

#customer-service-button img {
    height: 1.5rem;
    width: 1.5rem;
}

.socials-icon {
    height: 5svh;
}

.privacy-policy-container {
    width: 60dvw;
    margin: 10rem auto 5rem auto;
    border-left: 3px solid purple;
    padding-inline: 1.5dvw;
}

.privacy-policy-container > p {
    margin-bottom: 4dvh;
    text-align: justify;
}

.promotion {
    width: 100vw;
    max-width: 100%;
    height: fit-content;
    padding-block: 1dvh;
    background-color: rgba(255,200,100,1);
    position: fixed;
    top: 4rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 50;
}

@media screen and (min-width: 769px) {

    .cd-headline.rotate-1 .cd-words-wrapper {
        display: inline-block;
        perspective: 300px;
        text-align: left;
    }

    .cd-headline.rotate-1 b {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: rotateX(180deg);
        display: inline-block;
        position: absolute;
        min-width: 15dvw;
        left: 0;
        top: 0;
    }

    .cd-headline.rotate-1 b.is-visible {
        position: relative;
        opacity: 1;
        transform: rotateX(0deg);
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        transform: rotateX(180deg);
        animation: cd-rotate-1-out 1.2s;
    }

    @keyframes cd-rotate-1-in {
        0% {
            transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            transform: rotateX(360deg);
            opacity: 1;
        }
    }

    @keyframes cd-rotate-1-out {
        0% {
            transform: rotateX(0deg);
            opacity: 1;
        }
        35% {
            transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            transform: rotateX(180deg);
            opacity: 0;
        }
    }

    #landing-text-desktop {
        display: block;
    }

    #landing-text-mobile {
        display: none;
    }
}

.footer-fastLinks-links *:hover {
    color: rgb(216,19,199);
}

.modal-main-btn {
    text-decoration: none;
    color: white;
    padding: 1dvw;
}

.modal-flex-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: fit-content;
    width: fit-content;
    padding-block: 5dvh;
}

.modal-flex-body a {
    text-decoration: none;
}

#loginModal {
    max-width: 100% !important;
}

.highlighted:hover {
    box-shadow: 0 0 0.6vw rgba(255,16,216,0.6);
}

.active-header-link {
    font-weight: bold;
    color: black;
}

#support-us-container {
    padding: 1dvh 2dvw;
    width: 50%;
    min-height: fit-content;
    border-radius: 2dvh;
    background: linear-gradient(40deg, rgb(127, 19, 199), rgb(63, 94, 255));
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 3dvw auto 0 auto;
}

#support-us-container:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0.4rem #545454;
}

.privacy-policy-container h5 {
    margin-top: 3dvh;
}

.privacy-policy-container h3 {
    margin-bottom: 1.5dvh;
}

.privacy-policy-container h2 {
    margin-bottom: 6dvh;
}

li {
    margin-left: 4rem;
}

.modal-dialog,
.modal-content {
    height: fit-content;
}

.modal-body {
    height: fit-content;
    width: fit-content;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;
}

.my-profile-button:hover {
    border-radius: 5dvw;
    background-color: #dedede;;
}

.ad-owner-img-container {
    width: 2.2vw;
    height: 2.2vw;
    overflow: hidden;
    border-radius: 3vw;
    display: inline-block;
    margin-right: 0.5dvw;
}

#owner-image-index {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#page-testing-info {
    background-color: orangered;
    width: 100dvw;
    z-index: 7777;
    height: 8dvh;
    min-height: fit-content;
    position: fixed;
    top: 8dvh;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: large;
    display: none;
}

#privacy-policy-table, #privacy-policy-table td, #privacy-policy-table th {
    border: 1px solid grey;
}

.highlighted-ribbon {
    position: absolute;
    top: -0.35rem;
    left: -0.35rem;
    width: fit-content;
    height: fit-content;
    background:linear-gradient(35deg, rgb(255, 16, 216), rgb(186, 19, 199));
    z-index: 17;
    border-bottom-right-radius: 0.6rem;
    border-top-left-radius: 0.6rem;
    color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    padding-inline: 1rem;
    box-shadow: 0 0 0.3rem grey;
    font-size: small;
}

.highlighted-ribbon:after {
    content: '';
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    width: 0;
    height: 0;
    border-right: 0.4rem solid rgb(173, 11, 147);
    rotate: 270deg;
    border-top: 0.4rem solid transparent; /* Szalag színe */
    z-index: -1;
}


#landing-promotion-questions-wrapper {
    margin-block: 10rem;
}


.person-illustration {
    height: 15rem;
}

.landing-promotion-question-container {
    width: 50%;
    height: fit-content;
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0.3rem lightgrey;
    margin: 3rem auto 3rem 5rem;
    padding-block: 1rem;
    transition: all 0.8s ease-in-out;
}

.landing-promotion-question-container h2 {
    display: inline;
}

@media screen and (min-width: 769px) {
    .landing-promotion-question-container:nth-child(2) {
        margin-right: 5rem;
        margin-left: auto;
    }

    .landing-promotion-question-container:hover {
        margin-left: 9rem;
    }

    .landing-promotion-question-container:hover:nth-child(2) {
        margin-right: 9rem;
        margin-left: auto;
    }
}

.view-pdf-format-btn {
    width: fit-content;
    margin-inline: auto;
    color: white;
    display: block;
    margin-bottom: 20rem;
}

#quick-facts-container {
    background: linear-gradient(40deg, rgb(255, 16, 216), rgb(127, 19, 199));
    width: 100%;
    min-height: 25rem;
    padding-block: 5rem;
    max-width: 100%;
    box-shadow: 0 0 0.5rem grey;
}

#quick-facts-container * {
    color: whitesmoke;
    max-width: 100%;
}

#facts-row {
    display: flex;
    flex-direction: row;
    margin: 3rem auto;
    width: 80%;
    justify-content: center;
    flex-wrap: wrap;
}

#facts-row div:nth-child(2) {
    border-inline: 1px solid whitesmoke;
}

#facts-row div {
    font-size: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 4.5rem;
}

#facts-row div p {
    font-size: 1rem;
}

#quick-facts-desc {
    width: 50%;
    margin-inline: auto;
    margin-bottom: 5rem;
    text-align: justify;
    height: min-content;
    position: relative;
}

#quick-facts-desc h6 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#quick-facts-desc a {
    margin-top: 2rem;
}

sup a {
    text-decoration: none;
}

#no-fav-container {
    height: 60svh;
    width: 70%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#its-free-banner {
    position: absolute;
    bottom: -1rem;
    left: -15rem;
    max-width: 14rem;
}

#follow-us-arrow {
    position: absolute;
    top: -6rem;
    right: 0;
    max-width: 7rem;
}

.footer-logo img {
    filter: grayscale(0.8);
    opacity: 0.7;
    max-height: 3rem;
    transition: all 0.3s ease-in-out;
}

.footer-logo img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.privacy-terms-notification {
    position: fixed;
    margin-inline: auto;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    background-color: rgba(200, 200, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.4rem grey;
}

.privacy-terms-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 98;
    width: 100%;
}

.accept-privacy-terms-form {
    width: fit-content;
    margin-inline: auto;
    margin-block: 1rem;
}

#mobile-upload-ad {
    display: none;
}
