/*<style type="text/css">/**/


:root{
    --primary: #e3bb65;
    --secondary: #0c0f20;
    --optional: #0e0e0e;
}

body{
	/*background: #212529;*/
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-family: sans-serif;
	user-select: text;
	max-width: calc(100vw - 10px);
}
select:hover{
	background: white !important;
	color: red !important;
}
select{
	text-align: left !important;
}
select:focus{
	box-shadow: none !important;
}
input:hover{
	
}
input{
	text-align: left !important;
	color: gray;
}
input:focus{
	box-shadow: none !important;
	color: #0e0e0e;
}
textarea{
	text-align: left !important;
	resize: vertical;
    transition: none 0s ease 0s;
    height: 150px;
    max-height: 500px;
    min-height: 100px;
    outline: none;
	color: gray;
    padding: 8px;
}
textarea:focus{
	box-shadow: none !important;
	color: #0e0e0e;
}
::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}::-webkit-scrollbar-track {
  background: #f1f1f1;
}::-webkit-scrollbar-thumb {
  background: #d0d0d0;
}::-webkit-scrollbar-thumb:hover {
  background: #555;
}
input {
	outline: none;
	font-size: 12px;
	padding: 4px 8px;
}
*{
	/* font-family: Raleway,sans-serif; */
	/* user-select:  none; */
	pointer-events: auto;
	transition: all 0.15s ease-in-out;
	box-sizing: border-box;
}

img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.data-loader {
	background: white;height: 1px;width: 100%;max-width: 100vw;
	transition: all 1s ease-in-out;
}
.data-loader .loaded{
	width: 0%;height: 100%;background: #2ca96c;
	transition: all 1s ease-in-out;
}


/** animated border **/
.anim_border{
    border: 2px solid;
    --angle: 0deg;
    border-image: linear-gradient(var(--angle), rgba(0,249,255,1) 0%, rgba(255,0,59,1) 100%) 1;
    animation: 0.3s anim_border linear infinite;
}
@keyframes anim_border {
	to {
	--angle: 360deg;
	}
}
@property --angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}



/* error style */
.server_returns_error{
	max-width: 100vw;
	height: calc(100vh - 85px);
	display: block;
	pointer-events: none;
	cursor: not-allowed;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.server_returns_error .error_block{
	position: absolute;
	top:  40%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 30px;
	background: rgb(255 255 255 / 20%);
	margin: 16px;
}
.server_returns_error .error_block span{
	display: block;
	text-align: center;
}
.server_returns_error .error_block .error_code{
	font-size: 150px;
  	font-family: fantasy;
}
.server_returns_error .error_block .error_code:after{
	content: '!';
}
.server_returns_error .error_block .error_desc{
	font-family: cursive;
  font-weight: bold;
  font-size: 30px;
}





hr{
	border-top: 0px solid transparent !important;
	border-bottom: 1px solid #ffffff17 !important;
}





/*Slider functionality*/

.slider:hover{
	box-shadow: 2px 2px 10px -5px grey;
}
.slider {
	box-shadow: 0px 0px 10px 0px transparent;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}
.slider .images {
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.slider .images .image {
	height: 100%;
	min-width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.full_screen_view img{
	height: 100vh;
	width: 100vw;
	object-fit: contain;
	padding: 5vh 5vw;
}

.slider .images .image .over_button:after{
	content: "";
	color: #ff0025;
	background: transparent;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider .images .image .over_button{
	position: absolute;
    top: 10px;
    height: 40px;
    width: 40px;
    right: 10px;
    cursor: pointer;
    font-size: 0px;
    border-radius: 50%;/*
    box-shadow: 0 0 20px 4px #00000059;*/
    backdrop-filter: blur(1px);
}
.full_screen_view{
	position: fixed;
    height: 0vh;
    width: 0vw;
    background: #000000c4;
    z-index: 999999;
    top: 0;
    left: 0;
    cursor: zoom-out;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*.full_screen_view:after {
    content: "X";
    color: white;
    position: fixed;
    right: 4%;
    top: 5%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    font-family: cursive;
    border-radius: 50%;
    border: 1px solid;
    background: transparent;
    font-size: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}*/
.slider .images .image img{
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: cover;
	backdrop-filter:  blur(50px);
}

.slider .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
    opacity: 1;
}
.slider .dots .dotX:hover .dot{
	transform: scale(1.5);
	box-shadow: 0px 0px 0px 0px #ff00b1, 0px 0px 4px 1px #ff00b1, 0px 0px 8px 2px #ff00b1, 0px 0px 20px 4px #ff00b1;
}
.slider .dots .dotX {
    cursor: pointer;
    padding: 16px;
}
.slider .dots .dot{
	height: 8px;
	width: 8px;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 auto;
	background: white;
	border: 1px #ff00b1;
}
.slider .buttons {
	width: 0px;
	height: 0px;
	opacity: 0;
}
.slider:hover .buttons, .slider:hover .dots{
	opacity: 1;
}
.slider .prev{
	background: linear-gradient(90deg, #0000004d, transparent);
	left: 0;
}
.slider .next{
	background: linear-gradient(270deg, #0000004d, transparent);
	right: 0;
}
.slider:hover .prev, .slider:hover .next {
    cursor: pointer;
    font-size: 32px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.slider .buttons .prev, .slider .buttons .next {
    transition: all 0.3s ease-in-out;
    color: white;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    position: absolute;
}







.toTop{
    position: fixed;
    bottom: 10%;
    right: 40px;
    z-index: 99;
    cursor: pointer;
    background: white;
    border: 1px solid rgb(249 193 166);
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    display: none;
    color: rgb(249 193 166);
    width: 40px;
    height: 40px;
}


@media (max-width: 992px){

	
}
@media (max-width: 768px){
	
}
@media (max-width: 575px){
	
}

.notification {
    cursor: zoom-out;
    user-select: none;
    backdrop-filter: blur(10px);
    color: gray;
    padding: 0px 0px;
    height: 0px;
    border-radius: 300px;
    font-family: cursive;
    letter-spacing: 1px;
    font-size: 0px;
    border: 1px solid;
    margin-bottom: 0px;
    opacity: 0;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: lighter;
    background: rgba(0, 0, 0, 0.5);
}

#event_5 {
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    z-index: 999999999;
}



.neon_light {
    font-size: 50px;
    font-family: /*"Vibur",*/ cursive;
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #fba500, 0 0 82px #fba500, 0 0 92px #fba500, 0 0 102px #fba500, 0 0 151px #fba500;
}












/*****************************************************************************************/






.link:active{
    color: red;
}
.link:focus{
    color: red;
}
.link:hover{
    text-decoration: underline;
}
.link{
    cursor: pointer;
}
.social :hover{
    color: #ff0045;
}
.social {
    display: inline-block;
    font-size: 25px;
    padding: 8px 4px;
    cursor: pointer;
    color: white;
    margin: 0 4px;
}
header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #00000073;
    color: white;
    padding: 16px 64px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    backdrop-filter: blur(5px);
}
.right_header_nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.left_header_logo {
    max-height: 120px;
    cursor: pointer;
    width: 120px;
    object-fit: contain;
}
.left_header_logo:hover{
    filter: brightness(1.5);
}
.right_header_nav_item:active{
    color: red;
}
.right_header_nav_item:hover{
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.9;
}
.right_header_nav_item {
    padding: 8px;
    cursor: pointer;
    margin: 0 8px;
    font-size: 14px;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--secondary);
    color: white;
    z-index: 0;
}
.footer_navigations {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding: 64px 16px;
}
.fnav_item {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 100%;
    font-size: 14px;
}
input.fnav_item,
button.fnav_item{
    margin: 8px 0;
    cursor: auto;
}
input.fnav_item {
    border: 1px solid var(--primary);
    background: gray;
    color: white;
}
input.fnav_item::placeholder {
    color: #ff990094;
}
button.fnav_item:hover{
    background: black;
    color: orange;
}
button.fnav_item {
    cursor: pointer;
    color: var(--primary);
    background: #1e1e1e;
    border: 1px solid var(--primary);
}
.fnav_item i{
    padding-right: 8px;
}
.copyrights {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 16px 32px;
    color: #545454;
    font-family: monospace;
    pointer-events: none;
    user-select: none;
}
.copyrights a{
    color: var(--primary);
    user-select: none;
}
.home_page {
    position: relative;
    z-index: 1;
    background-color: white;
}
.top_banner {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    position: relative;
    background-color: gray;
}

.top_banner_right {
    min-width: 50%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tbr_header_1 {
    font-family: alex brush;
    font-size: 50px;
    text-transform: uppercase;
    color: var(--primary);
    text-align: center;
}
.tbr_header_2 {
    font-size: 50px;
    font-family: Righteous, Teko;
    font-weight: 400;
    font-style: normal;
    line-height: 80px;
    max-width: 550px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #ffa900;
}
.tbr_header_3 {
    background: var(--primary);
    border: none;
    outline: none;
    color: #ffffff;
    line-height: 30px;
    font-size: 19px;
    font-family: Akshar;
    font-weight: 400;
    font-style: normal;
    padding: 16px 32px;
    text-align: center;
    cursor: pointer;
}
.gender_selections {
    width: 100%;
    padding: 32px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
}
.gender_selections .gender {
    border: 1px solid;
    background: #00000094;
    color: #ffffff;
    padding: 16px 32px;
    margin: 8px 32px;
    cursor: pointer;
    border-radius: 2px;
    backdrop-filter: blur(3px);
}
.gender_selections .gender:not(.active):hover{
    background-color: var(--primary);
}
.gender_selections .gender.active {
    border: 1px solid green;
    color: green;
}
.price_lists {
    background: var(--optional);
    display: flex;
    padding: 64px 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.beside_prices_pic {
    flex: 0 0 50%;
    padding: 32px;
    max-width: 500px;
}
.price_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 50%;
    padding: 32px;
    min-width: 400px;
}
.price_list_item {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
    color: white;
    font-family: 'Teko';
    font-size: 35px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.price_list_item_name {
    margin-right: 16px;
    position: relative;
    z-index: 2;
    background: var(--optional);
}
.price_list_item_price {
    color: var(--primary);
    position: relative;
    z-index: 2;
    background: var(--optional);
}
.price_list_item_price:after {
    content: "%";
}
.price_list_item_name:after {
    content: ".......................................................................................................................................................................................................................";
    position: absolute;
    bottom: 0;
    margin-left: 8px;
}
.prices_title {
    background: var(--optional);
    margin: 0;
    padding: 32px 45px;
    color: var(--primary);
    font-size: 50px;
    border-bottom: 1px solid gray;
    text-transform: uppercase;
    font-family: 'Teko';
    letter-spacing: 8px;
}

.photos-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.photos-grid form.delete_photo {
    position: absolute;
    right: 0;
    top: 0;
}
.photos-grid .photos-item {
    width: 300px;
    height: 200px;
    margin: 16px 8px 16px 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    box-shadow: 3px 3px 10px -5px #121212;
}
.photos-grid .photos-item .title {
    display: none;
}
.photos-grid .photos-item .date {
    display: none;
}
.photos-grid .photos-item .photo.full_size .title {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    color: white;
    width: 100%;
    padding: 8px 16px;
    white-space: nowrap;
    text-align: right;
}
.photos-grid .photos-item .photo.full_size .date {
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    color: white;
    padding: 8px 16px;
    text-align: right;
}
/* .photos-grid .photos-item .photo.full_size:hover .title{
    display: block;
    bottom: 0;
    max-height: 32px;
    overflow: hidden;
}
.photos-grid .photos-item .photo.full_size:hover .date{
    display: block;
    top: 0;
} */
.photos-grid .photos-item:hover .photo{
    transform: scale(1.1);
}
.photos-grid .photos-item .photo{
    transform: scale(1);
    height: 100%;
}
.photo.full_size {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: calc(100% - var(--top)) !important;
    top: var(--top);
    padding: 32px;
    cursor: zoom-out;
    background: #00000073;
    backdrop-filter: blur(5px);
    transform: scale(1) !important;
}
.photo.full_size img{
    object-fit: contain;
}
label{
    user-select: none;
    display: block;
    cursor: pointer;
}
.booking{
    position: relative;
    z-index: 2;
    background: var(--optional);
    color: white;
    padding-bottom: 32px;
    min-height: 100vh;
}
.table_books {
    max-width: 600px;
    margin: 0 auto;
    padding: 64px 32px;
}
.tb_title {
    font-family: 'FontAwesome';
    letter-spacing: 4px;
    font-size: 35px;
}
.input_label {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: stretch;
    margin: 16px auto;
    font-size: 25px;
    font-family: Teko;
    letter-spacing: 2px;
}
.input_label input {
    border: none;
    border-radius: 2px;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'Akshar';
}
.input_label input[type="submit"] {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 20px;
    padding: 8px;
    background: #ff0052;
    cursor: pointer;
}
.input_label input[type="submit"]:active{
    opacity: 0.5;
    transition: all 0.05 ease-in-out;
}

.contact{
    min-height: 100vh;
    background: var(--optional);
    position: relative;
    z-index: 2;
    color: white;
}
.contacts {
    max-width: 600px;
    margin: 0 auto;
    padding: 64px 16px;
}
.intro_video {
    width: 100%;
    height: auto;
}



.admin_page{
	padding: 0px 32px;
}
.admin_page .top_banner{
    margin: 0 -32px;
}
.admin_page .top_banner .menu-bar{
    display: none;
}
.admin_page .top_banner .top_banner_inset .title span:after {
    content: " Admin";
    color: #f80145;
}
.admin_page .home_page_logo img{
    width: 200px;
    height: auto;
    object-fit: cover;
}

table{
	overflow-x: hidden;
	width: 100%;
	margin: 64px 0;
}
table tr{
	background: #ffd9d9;
}
table tr td{
	padding: 16px;
}
table thead tr th{
	padding: 16px;
}
table thead tr{
	background: #ff7b7b;
    color: white;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
video{
    width: 100%;
}
.admin_page .menu_bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    background: var(--optional);
    margin: 0 -32px;
    box-shadow: 5px 5px 15px -5px black;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    white-space: nowrap;
    z-index: 9;
}
.admin_page button:hover{
    color: #ff0045;
}
.admin_page button{
    background: unset;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 15px;
    color: #ff0052;
    border: 1px solid #ff0052;
    background: white;
    font-weight: bold;
    border-radius: 3px;
}
.admin_page .menu_bar .menu_item {
    padding: 32px 4px;
    color: var(--primary);
    font-size: 15px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    text-align: center;
    flex: 12%;
}
.admin_page .menu_bar .menu_item:hover{
	background: #ff0052;
    color: #ffffff;
}
.admin_page .menu_bar .menu_item[name="logout"]{
    text-align: center !important;
    color: white;
    background: red;
    border: 0;
    margin: 0;
}
.newsletter {
    padding: 32px 32px;
    color: white;
}
.admin_page .menu_bar .menu_item[name="logout"]:hover{
    color: red;
    background: white !important;
}
input:disabled, input:disabled:hover{
    color: gray !important;
    border-color: gray;
    background: transparent !important;
}
.settings_main{
	padding: 64px 0;
	max-width: 600px;
	margin: 0 auto;
}
.settings_main .settings_item{
	margin: 32px 0;
}
.settings_main .settings_img_change{
	max-width: 300px;
	cursor: pointer;
	border: 1px solid #ff0052;
}
.settings_main .settings_title{
	font-size: 16px;
	font-family: cursive;
	color: var(--primary);
}
.settings_main .settings_item .change_text{
    width: 100%;
    padding: 8px 16px;
    font-size: 15px;
    color: #ff0052;
    border: 1px solid #ff0052;
    border-radius: 3px;
    margin: 8px 0;
    background: white;
    cursor: pointer;
    resize: vertical;
}
.settings_main .settings_item textarea.change_text{
    height: 350px;
}
.settings_main .settings_item input.change_text[type='submit'], .settings_main .settings_item textarea.change_text[type='submit']{
    color: inherit;
}
.settings_main .settings_item input.change_text:focus, .settings_main .settings_item textarea.change_text:focus{
    color: inherit;
}
.settings_main .settings_item .result_change_text{
	color: green;
    height: 20px;
    font-size: 15px;
}
.change_lang {
    width: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.change_lang img{
    height: auto;
    margin-right: 4px;
}

.languages_list {
    display: flex;
    position: absolute;
    top: 120%;
    right: 0;
    max-height: 0px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 6px;
}
.change_lang:hover .languages_list{
    max-height: 500px;
}
.language_item {
    padding: 16px;
}
.language_item:hover{
    background: white;
    color: black;
}
.change_lang.right_header_nav_item:hover{
    opacity: 1;
}


@media only screen and (max-width: 800px){
    body{
        max-width: 100vw;
    }
    header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        position: relative;
        background: black;
    }
    footer {
        position: relative;
    }
    .contents {
        padding-bottom: 0px !important;
    }
    .tbr_header_1 {
        font-size: 32px;
    }
    .tbr_header_2 {
        font-size: 50px;
    }
    .tbr_header_3 {
        padding: 12px;
        font-size: 17px;
        border-radius: 6px;
    }
    .top_banner {
        justify-content: center;
        background-attachment: unset !important;
    }
    .footer_navigations {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: stretch;
    }
    .contact {
        padding-top: 0px !important;
    }
    .price_lists {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-content: stretch;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .beside_prices_pic {
        margin: 0 auto;
    }
    .photo.full_size {
        --top: 0px !important;
    }
    .date {
        position: absolute;
        bottom: 0;
        top: unset !important;
    }
    .title {
        position: absolute;
        bottom: 32px !important;
    }
    .full_size:after {
        content: "X";
        position: absolute;
        top: 32px;
        right: 32px;
        color: white;
        font-size: 32px;
    }
}