/*
Theme Name: NoName
Theme URI: http://www.noname.ro
Author: Mincode
Author URI: https:draw.ro/
Version: 1.0
Text Domain: NoName
*/

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "against";
  src: url("/wp-content/themes/noname/assets/fonts/against-regular.ttf");
}

:root {
    --white: #fff!important;
    --accent: #cda074!important;
    --font-sec: "against"!important;
    --font: "Jost", sans-serif!important;
    --transition: 0.4s;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #222222 !important;
    font-size: 14px !important;
    color: #d4d4d4 !important;
    font-family: var(--font) !important;
    overflow-x: hidden;
}

a {
    color: var(--accent);
    text-decoration: none;
}

.btn__book {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    background-color: var(--accent);
    padding: 16px 32px;
    border-radius: 25px;
    border: 1px solid var(--accent);
    transition: var(--transition);
}

.btn__book:hover {
    text-decoration: none;
    color: var(--accent);
    background: transparent;
}

.social {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.social li {
    margin-right: 21px;
}

.social li img {
    width: 25px;
}

.social li a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s ease;
}

.page__template {
    position: relative;
}

.page__bg {
    position: absolute;
    top: -20px;
    right: -63px;
    height: 932px;
    width: 470px;
    z-index: 2;
}

.page__bg img {
    width: 100%;
    height: 100%;
    border-radius: 240px;
}

.page__title {
    font-family: var(--font-sec);
    font-size: 148px;
    font-weight: 400;
    line-height: 120px;
    color: #fff;
    text-transform: uppercase;
}

.page__subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 110px;
}

.page__content {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    max-width: 600px;
    margin: auto;
    color: #d4d4d4;
}

.row__top {
    margin-top: 100px;
    padding-bottom: 140px;
    padding-top: 200px;
    position: relative;
    z-index: 3;
}

.row__bottom {
    padding-top: 140px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.row__bottom .row__icon {
    width: 60px;
    margin: auto;
}

.row__bottom .row__title {
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    max-width: 600px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 30px;
}

.row__bottom .row__title span {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    background: #222222;
    position: relative;
}

.row__bottom .row__title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--accent);
    left: 0;
    top: 20px;
}

.row__bottom .row__content {
    max-width: 600px;
    margin: auto;
    font-size: 17px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 50px;
}

.row__bottom .row__gallery {
    padding-top: 40px;
}

.row__bottom .row__gallery img {
    width: 100%;
    min-height: 350px;
   object-fit: cover;
}

.contact__info {
    padding-top: 50px;
    max-width: 355px;
    margin: auto;
}

.contact__info .info__top {
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}

.contact__info .info__top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--accent);
    top: 50px;
    left: 0;
}

.contact__info .info__top img {
    width: 92px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #222222;
    position: relative;
    z-index: 2;
}

.contact__info .info__bottom p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    color: var(--accent);
}

.contact__info .info__bottom p a {
    color: var(--accent);
    text-decoration: underline;
}

/*** Header ***/
header {
    padding-top: 45px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

header .header {
    position: relative;
}

header .header #logo{
    width: 153px;
}

header .menu__burger {
    position: absolute;
    right: 0;
    top: 5px;
    height: 27px;
    width: 52px;
    cursor: pointer;
}

header .menu__burger span {
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: var(--accent);
    left: 0;
    top: 0;
    transition: var(--transition);
}

header .menu__burger span:nth-child(2) {
    top: 10px;
}

header .menu__burger span:nth-child(3) {
    top: 20px;
}

header .menu__burger.active span:nth-child(1) {
    width: 26px;
    -webkit-transform: rotate(143deg);
    transform: rotate(143deg);
    top: 2px;
    left: -2px;
}

header .menu__burger.active span:nth-child(3) {
    width: 26px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    top: 18px;
    left: -2px;
}

.menu__content {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 0;
    transition: width 0.5s ease-in-out 0.5s;
    overflow: hidden;
}

.menu__content.active {
    position: fixed;
    opacity: 1;
    z-index: 9;
    width: 50%;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: #3d4751;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.menu__content.active .close__menu {
    position: absolute;
    top: 70px;
    right: 123px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 9999;
}

.menu__content.active .close__menu img {
    width: 43px;
}

.menu__content.active .close__menu span {
    font-size: 14px;
    font-weight: bold;
    color: var(--accent);
    margin-right: 16px;
}

.menu__content.active .home__line {
    position: absolute;
    z-index: 2;
    right: -2%;
    top: -2%;
    max-width: 715px;
    width: 100%;
}

.menu__content.active .home__line path {
    fill: none;
    stroke: #A020F0;
    stroke-width: 3;
}

.menu__content.active .menu__bg {
    position: absolute;
    width: 115%;
    left: -30%;
    top: -10%;
    opacity: 0.4;
}

.menu__content.active .menu {
    padding-left: 110px;
    width: 100%;
    list-style: none;
    position: relative;
    z-index: 4;
    padding-top: 100px;
}

.menu__content.active .menu li {
    font-family: var(--font-sec);
    font-size: 75px;
    text-transform: uppercase;
    margin-top: 34px;
    margin-bottom: 34px;
}

.menu__content.active .menu li a {
    color: #fff;
}

.menu__content.active .contact__header {
    padding-left: 110px;
    position: relative;
    z-index: 4;
}

.menu__content.active .contact__header p {
    color: var(--accent);
    margin-bottom: 40px;
}

/*** Home ***/
.home__page {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
/*     padding-bottom: 100px; */
}

.home__page video, .home__page #img-tag {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__page footer{
	position: fixed;
	bottom: 0;
}

.home__page .home__bg {
    position: absolute;
    z-index: 2;
    max-width: 1580px;
    top: 20px;
    left: 0;
    overflow-y: hidden;
}

.home__page .home__bg img {
    width: 100%;
}

.home__page .home__line {
    position: absolute;
    z-index: 2;
    right: -2%;
    top: -2%;
    max-width: 715px;
    width: 100%;
}

.home__page .home__line path {
    fill: none;
    stroke: #A020F0;
    stroke-width: 3;
}

.home__page .home__content {
    text-align: center;
    position: relative;
    padding-top: 260px;
    padding-bottom: 50px;
}

.home__page .home__content h1 {
    color: var(--white);
    font-size: 141px;
    line-height: 120px;
    text-transform: uppercase;
    font-weight: 700;
}

.home__page .home__content h1 .row-2 {
    position: relative;
    z-index: 3;
}

.home__page .home__content h1 .row-3 {
    position: relative;
    z-index: 3;
    font-family: var(--font-sec);
    font-size: 105px;
    font-weight: normal;
}

.home__page .home__content h4 {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.home__page .home__content .social {
    position: absolute;
    z-index: 3;
    display: inline-block;
    right: 16px;
    top: 45%;
}

.home__page .home__content .social li {
    margin-right: 0;
    margin-bottom: 20px;
}

.home__page .home__book {
    position: relative;
    z-index: 3;
    padding-bottom: 100px;
}

.home__page .home__book .contact__info {
/*     margin-top: 45px; */
    color: var(--accent);
}

/*** Footer ***/
footer {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 0;
    background-color: #3d4751;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: end;
    align-items: end;
}

footer p {
    text-align: right;
    margin-bottom: 15px;
    font-size: 12px;
}

footer p img {
    margin-left: 10px;
    width: 70px;
}

/*** Concept ***/
.line__concept {
    position: absolute;
    width: 100%;
    top: 45%;
}

.line__concept img {
    width: 100%;
}

.line__concept path {
    fill: none;
    stroke: #33E5CD;
    stroke-width: 1;
}


/*** Location ***/
.line__menu {
    position: absolute;
    width: 100%;
    top: -10%;
    right: -3%;
}

.line__menu img {
    width: 100%;
}

/*** Menu ***/

.line__menu path {
    fill: none;
    stroke: #d71516;
    stroke-width: 1;
}



.line__location {
    position: absolute;
    width: 100%;
    top: 40%;
}

.line__location path {
    fill: none;
    stroke: #FF00DE;
    stroke-width: 1;
}

.line__location img {
    width: 100%;
}

/*** Contact ***/
.line__contact {
    position: absolute;
    width: 100%;
    top: 40%;
    left: -10%;
}

.line__contact path {
    fill: none;
    stroke: #ff00de;
    stroke-width: 1;
}


.line__contact img {
    width: 100%;
}

.contact__page .page__subtitle {
    margin-bottom: 60px;
}

.contact__page .row__top {
    padding-bottom: 50px;
}

.contact__page .contact__row {
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.contact__page .contact__row p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    color: var(--accent);
}

.contact__page .contact__row p a {
    color: var(--accent);
    display: inline-block;
}

.contact__page .contact__row .social {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.contact__page .contact__row .social li {
    margin-left: 10px;
    margin-right: 10px;
}

.contact__page .contact__form {
    padding-top: 220px;
    position: relative;
    max-width: 606px;
    margin: auto;
}

.contact__page .contact__form h4 {
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.contact__page .contact__form::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 170px;
    margin: auto;
    left: 0;
    right: 0;
    top: 15px;
    background-color: var(--accent);
}

.contact__page .contact__form .form {
    margin-bottom: 100px;
}

.contact__page .contact__form .form input::placeholder, .contact__page .contact__form .form textarea::placeholder{
	color: #fff;
}

.contact__page .contact__form .form input, .contact__page .contact__form .form textarea, .contact__page .contact__form .form select {
    width: 100%;
    margin-bottom: 6px;
    background-color: #000;
    border: none;
    color: #fff;
    padding: 20px 31px;
    border-radius: 28.5px;
    font-size: 16px;
    line-height: 1;
}

.contact__page .contact__form .form .wpcf7-submit {
    border-radius: 25px;
    background-color: var(--accent);
    max-width: 161px;
    margin: auto;
    margin-top: 20px;
}

.contact__page .contact__form .form .wpcf7-spinner{
	position: absolute;
}

/*** Responsive ***/
@media (max-width: 1440px) {
    .menu__content.active {
        overflow-y: auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 1140px) {
    .home__page .home__bg {
        max-width: 80%;
        top: 10%;
    }

    .menu__content.active .menu {
        padding-top: 130px;
    }

    .menu__content.active .menu li {
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .menu__content.active .contact__header p {
        margin-top: 20px;
    }

    .page__title {
        font-size: 100px;
    }

    .page__bg {
        height: 700px;
        width: 350px;
        top: 50px;
    }

    .row__top {
        padding-bottom: 70px;
    }

    .row__bottom {
        padding-top: 70px;
    }

    .line__menu {
        top: 5%;
        right: 0;
    }

    .line__location {
        top: 60%;
    }
}

@media (max-width: 991px) {
    .home__page .home__content h1 {
        font-size: 110px;
        line-height: 100px;
    }

    .home__page .home__content h1 .row-3 {
        font-size: 80px;
    }

    .home__page .home__content .social {
        right: 0px;
    }

    .home__page .home__bg {
        top: 15%;
    }
}

@media (max-width: 768px) {
    #logo {
        width: 120px;
    }

    header .menu__burger {
        right: 16px;
    }

    .menu__content.active .menu__bg {
        top: 0;
    }

    .menu__content.active .menu {
        padding-left: 70px;
    }

    .menu__content.active .close__menu {
        right: 20px;
        top: 40px;
    }

    .menu__content.active .menu li {
        font-size: 30px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .menu__content.active .contact__header {
        padding-left: 70px;
    }
	.home__page{
		height: 100vh;
	}

    .home__page .home__content .social {
        right: 16px;
        top: 50%;
    }

    .home__page .home__content h1 {
        font-size: 90px;
        line-height: 70px;
    }

    .home__page .home__content h1 .row-3 {
        font-size: 65px;
    }

    .home__page .home__bg {
        top: 20%;
    }

    .home__page .home__book {
        padding-bottom: 100px;
    }

	.home__page .home__book .contact__info{
		margin-top: 0;
		margin-bottom: 50px;
	}

    .page__bg {
        height: 500px;
        width: 290px;
        right: -16px;
    }

    .page__title {
        font-size: 70px;
        line-height: 60px;
    }

    .page__subtitle {
        margin-bottom: 55px;
    }

    .page__content {
        font-size: 15px;
    }

    .row__top {
        padding-bottom: 0px;
    }

    .row__bottom .row__content {
        font-size: 15px;
    }

    .row__bottom .row__gallery {
        padding-left: 32px;
        padding-right: 32px;
    }

    .row__bottom .row__gallery .item {
        margin-bottom: 16px;
    }

    .line__menu {
        top: 18%;
    }

    .line__concept {
        top: 70%;
    }

    .line__location {
        top: 68%;
    }

    .contact__page .contact__form .form [type=button] {
        padding: 15px 30px;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .menu__content.active{
        width: 80%;
    }
    .menu__content.active .menu {
        padding-left: 30px;
    }

    .menu__content.active .contact__header {
        padding-left: 30px;
    }

    .menu__content.active .contact__header .contact__info {
        padding-top: 25px;
    }
    .home__page .home__content .social{
        display: none;
    }

    .home__page .home__content {
        padding-top: 220px;
    }

    .home__page .home__content h1 {
        font-size: 70px;
        line-height: 55px;
    }

    .home__page .home__content h1 .row-3 {
        font-size: 50px;
    }

    .btn__book {
        padding: 12px 26px;
        font-size: 12px;
    }

    .page__title {
        font-size: 60px;
        line-height: 50px;
    }

    .page__subtitle {
        font-size: 12px;
        margin-bottom: 30px;
    }
    footer p img{
        width: 80px;
    }
	.row__bottom .row__gallery img{
		height: 320px;
	}
}

@media (max-width: 480px) {
    header {
        padding-top: 30px;
    }

    #logo {
        font-size: 100px;
    }

    .home__page .home__content {
        padding-top: 200px;
    }

    .home__page .home__content h1 {
        font-size: 55px;
        line-height: 45px;
    }

    .home__page .home__content h1 .row-3 {
        font-size: 45px;
    }

    .home__page .home__content h4 {
        font-size: 12px;
    }

    .menu__content.active .menu li {
        font-size: 24px;
    }

    .menu__content.active .contact__header .contact__info {
        margin-top: 0;
    }

    .page__bg {
        height: 340px;
        width: 180px;
    }

    .page__title {
        font-size: 50px;
        line-height: 40px;
    }
}
/*** Animation ***/
.anim {
    transition: all 0.7s;
    transition-timing-function: cubic-bezier(0.76, 0.85, 0.29, 0.31);
    opacity: 0;
}

.anim.from__top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.anim.from__bottom {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
}

.anim.from__bottom-map {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}

.anim.from__right {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}

.anim.from__left {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}

.anim.no__opacity {
    opacity: 1;
}

.anim.in-view {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.anim.delay__200 {
    transition-delay: 0.2s;
}

.anim.delay__300 {
    transition-delay: 0.3s;
}

.anim.delay__400 {
    transition-delay: 0.4s;
}

.anim.delay__500 {
    transition-delay: 0.5s;
}

.page-template-menu-qr header, .page-template-menu-qr footer{
    display: none!important;
}
.menu-bar-container {
  max-width: 414px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #222222;
  position: relative;
  overflow: hidden;
}
.menu-bar-container::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 33.3%;
    background: #c6a37a;
    z-index: 1;
}
.menu-bar-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 66.6%;
    background: #c6a37a;
    z-index: 2;
}
.main-category {
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}
.main-category img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.main-category:hover {
  background: #ddd;
}
#subcategory-list{
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   left: 0;
   overflow-y: auto;
   z-index: 2;
   background: #222222;
   transform: translateX(100%);
   transition: 0.4s;
   padding: 20px 15px;
}
#subcategory-list.active{
   transform: translateX(0);
	transform: none;
	perspective: none;
	filter: none;
	will-change: auto;
}
.subcategory-toggle img{
  transform: rotate(180deg);
}
#toggle-subcat-list {
  background: transparent;
  border: none;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
}
.subcategory-toggle{
   position: fixed;
    top: 0px;
	padding-top: 5px;
	padding-right: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 410px;
    width: 100%;
	background: #222222;
	z-index: 999;
}
.subcategories-nav {
    position: sticky;
  top: 15px;
	max-width: 414px;
	width: 100%;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 15px;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
  background: #222222;
}

#subcategory-list.fixed .subcategories-nav {
  position: fixed;
  top: 0px;
}
.subcategories-nav button {
  flex: 0 0 auto;
  scroll-snap-align: start;
  font-size: 12px;
  white-space: nowrap;
  padding: 17px 35px;
  background: #3f4750;
  color: #fff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.subcategories-nav button.active {
  background: #c6a37a;
}

.subcategories-nav button:hover {
  background: #c6a37a;
}
.category-section h2{
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    color: #c6a37a;
    text-transform: uppercase;
}
.subcategories-nav.hidden {
  display: none;
}
.menu-qr-page .menu-item {
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 9px;
  border-radius: 14px;
  display: flex;
  padding: 13px;
  gap: 13px;
  background: #353535;
  align-items: center;
}
.menu-item .col-img{
    width: 127px;
    text-align: center;
}
.menu-item .col-text{
    flex: 1 ;
}
.menu-item .col-img img{
    width: auto;
    max-height: 60px;
    margin: auto;
    object-fit: cover;
    object-position: top;
    text-align: center;
}
.menu-item .col-text h4{
   font-size: 14px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 5px;
}
.menu-item .col-text .desc{
    font-size: 9px;
    color: #d4d4d4;
    font-weight: 200;
    margin-bottom: 7px;
}
.menu-item .col-text .price{
    font-size: 15px;
    font-weight: 600;
    color: #c6a37a;
    margin-bottom: 0;
}
.popup.hidden {
  display: none;
}
.popup {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 999;
}
.popup-content {
  background: #353535;
  margin: 25px auto;
  padding: 15px;
  padding-top: 70px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 414px;
  border-radius: 20px;
  position: relative;
}
.popup-content .close-popup{
  transform: rotate(180deg);
  position: absolute;
  top: 10px;
  right: 20px;
}
.popup-content img{
    width: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 236px;
    margin: auto;
}

.popup-content .popup-img{
    background: #222222;
    width: 100%;
    height: 236px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
/* .popup.bar .popup-content .popup-img{
	background: #000;
} */

.popup-content .title-line{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #616161;
    align-items: center;
}

.popup-content .title-line #popup-title{
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.popup-content #popup-price{
    font-weight: 600;
    color: #c6a37a;
    margin-bottom: 0;
    font-size: 22px;
}

.popup-content .popup-desc{
    margin-top: 18px;
}
.popup-content .popup-desc h4{
    font-size: 16px;
    color: #d4d4d4;
}

.popup-content .popup-desc p{
    font-size: 11px;
    color: #d4d4d4;
    margin-bottom: 0;
}