@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');

body {
    --bs-border-color-translucent: rgba(0, 0, 0, 0.05);
    --bs-dropdown-link-active-bg: #CEA77B;
    --bs-link-hover-color: #CEA77B;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #CEA77B;;
}

.fs-3 {
    font-size: 1.4rem!important;
}

.fs-4 {
    font-size: 1.1rem!important;
}

.fs-5 {
    font-size: .85rem!important;
}

.fs-6 {
    font-size: .7rem!important;
}

.fs-head {
    font-size: 1rem!important;
}

.fs-small {
    font-size: .75rem!important;
}

.fs-md-small {
    font-size: .75rem!important;
}

.fw-500 {
    font-weight: 500!important;
}

.fw-600 {
    font-weight: 600!important;
}

.fs-404 {
    font-size: 6rem;
}

a {
    color: #313131;
}

.languages img {
    height: 16px;
}

.navbar {
    border-bottom: 1px solid rgb(245, 245, 245);
}

.text-dark {
    color: #313131;
}

.list-group-item:hover a {
    background-color: #CEA77B;
    color: #fff;
}

.btn {
    border-radius: 3px;
}

input {
    border-radius: 3px!important;
}

.btn-hover-gold:hover {
    border: 1px solid #CEA77B;
    background-color: #CEA77B;
    color: #fff;
}

.btn-hover-gold:hover i, .btn-hover-gold:hover span {
    color: #fff!important;
}

.text-gold {
    color: #CEA77B;
}

.btn-gold {
    padding: .5rem 1.4rem;
    background-color: #CEA77B;
    border: 0px;
    color: #fff;
}

.btn-gold:hover {
    border: 0px;
    background-color: #CEA77B;
    transform: scale(.97);
    transition: .3s;
    color: #fff;
}

.bg-gold {
    background-color: #CEA77B;
}

footer {
    background-color: #313131;
}

footer span {
    color: #555;
}

footer .row:last-of-type {
    border-top: 1px solid #3b3b3b;
}

footer h6 {
    font-size: .8rem;
}

footer ul {
    list-style-type: none;
    padding-left: 0px;
}

footer ul li {
    line-height: 1.7em;
}

footer ul li a {
    font-size: .75rem;
    color: rgb(95, 95, 95);
}

footer ul li a:hover {
    color: rgb(105, 105, 105);
}

footer ul li a svg {
    height: 12px;
    fill: rgb(95, 95, 95);
}

a {
    text-decoration: none;
}

.girls .card {
    border-radius: 0px;
    border: 0px;
}

.girls .card .card-body {
    padding: 0px;
    position: relative;
}

.girls .card img {
    width: 100%;
}

.girls .card .overlay {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility .0s, opacity .2s linear;
}

.girls .card .overlay.white {
    background-color: rgba(255, 255, 255, .7);
}

.girls .card:hover .overlay {
    position: absolute;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.girls .inner.white {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 5px; top: 5px;
    border: 1px solid #fff;
}

.girls .card .info {
    width: calc(100% - 40px);
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    color: #fff;
}

.girls .card:hover .info {
    color: #313131;
}

.girls .card .fi-rr-search {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 25%;
    visibility: hidden;
    opacity: 0;
    transition: visibility .0s, opacity .2s linear;
    z-index: 100;
    font-size: 1.5rem;
    color: #313131;
}

.girls .card:hover .fi-rr-search {
    visibility: visible;
    opacity: 1;
}

.girls .row {
    margin-left: 0px;
    margin-right: 0px;
}

.girls .new {
    top: 10px;
    left: 10px;
    border-radius: 3px;
    z-index: 100;
}

.col-5 {
    width: 50%;
}

.search .card {
    border-radius: 3px;
}

select {
    border-radius: 3px!important;
}

.color-gold {
    color: #CEA77B;
}

.logo img {
    height: 40px;
}

.border-grey {
    border: 1px solid rgb(245, 245, 245)!important;
}

.badge-number {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    display: inline-block;
    line-height: 2em;
    text-align: center;
    color: #fff;
}

.lh-2 {
    line-height: 2em;
}

.list .card {
    border-radius: 3px;
}

.list .card .card-header {
    background-color: transparent;
}

.list .reviews i {
    color: #FDCC0D;
}

.list .reviews {
    display: flex;
  align-items: center;
}

:focus {
    outline: none;
    box-shadow: none;
}

.stars i {
    color: #FDCC0D!important;
}

.alert {
    border-radius: 3px;
}

@media (min-width: 576px) {
    .col-5 {
        width: 50%!important;
    }
}

@media (min-width: 768px) {
    .col-5 {
        width: 33.333333%!important;
    }
}

@media (min-width: 992px) {
    .col-5 {
        width: 25%!important;
    }
}

@media (min-width: 1200px) {
    .col-5 {
        width: 20%!important;
    }
}

@media (min-width: 1400px) {
    .col-5 {
        width: 20%!important;
    }
}

@media (max-width: 768px) {
    #nav-icon3{
    width: 35px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 10000;
  }
  
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgb(150, 150, 150);
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon3.open span {
    background-color: rgb(150, 150, 150);
  }

#nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }

nav .menu-hlavni-menu-container {
    position: fixed;
    width: 100%;
    height: calc(100vh - 63px);
    background-color: #fff;
    display: none;
    top: 63px; left: 0;
    z-index: 999999;
    transform: unset;
}

nav .menu-hlavni-menu-container ul {
    position: absolute;
    top: calc(50% - calc(63px / 2 ));
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

nav .menu-hlavni-menu-container ul li {
    float: unset;
    margin-right: unset;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

nav ul li a {
    color: rgb(240, 240, 240);
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: 400;
}

nav .menu-hlavni-menu-container ul li a:hover {
    text-decoration: underline;
}

#nav-icon3 {
    display: inline-block;
    position: relative;
    top: 5px;
}

nav ul li a:hover, li.active a {
    color: #fff;
}

body.menu-opened {
    height: 100%;
    overflow: hidden;
}

.navbar-expand .navbar-nav {
    flex-direction: column;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: relative;
    top: unset;
    transform: translateY(0px);
    border: 0px;
}


.navbar-nav li a.fs-5 {
    font-size: .85rem!important;
}

}

.textSection{
    border-left: 3px solid #CEA77B;
}

.stars {
    color: #ffca00;
}

.progress-bar {
    background-color: #ffca00;
}

.girl-thumb {
    width: 55px;
    height: 55px;
    overflow: hidden;
}

* {
    font-family: 'Poppins', sans-serif!important;
}