header .navigation {
    position: fixed;
    width:100%;
	/* text-transform: uppercase; */
	font-size: 15px;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: 'Poiret One', cursive;
	 font-family: 'Cinzel Decorative', cursive; */
	text-align: center;
	padding-top: 35px;
	padding-left: 90px;
	padding-right: 100px;
	padding-bottom: 1px;
    z-index: 10;
    background-color: rgba(10, 7, 7, 0.5)
}

header .navigation .group {
	position: relative;
	display: none
}

header .navigation .group.active {
	display: block
}

header .navigation ul {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

header .navigation ul:first-child>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

header .navigation ul li {
	padding: 0 14px
}

header .navigation a {
	-webkit-transition: color .3s cubic-bezier(.7, 0, .3, 1);
	-moz-transition: color .3s cubic-bezier(.7, 0, .3, 1);
	-o-transition: color .3s cubic-bezier(.7, 0, .3, 1);
	transition: color .3s cubic-bezier(.7, 0, .3, 1);
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	display: block
}

header .navigation a:after {
	transition: all .3s cubic-bezier(.7, 0, .3, 1);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	transform: translateY(100%);
	position: relative;
	height: 5px;
	background: #fff;
	display: block;
	content: ''
}

header .navigation a .progress-border,
header .navigation a:after {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transition: all .3s cubic-bezier(.7, 0, .3, 1);
	-moz-transition: all .3s cubic-bezier(.7, 0, .3, 1);
	-o-transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

header .navigation a .progress-border {
	transition: all .3s cubic-bezier(.7, 0, .3, 1);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	transform: translateY(100%);
	position: absolute;
	height: 5px;
	background-color: #b3b3b3;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

header .navigation a .progress-border .progress-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #fff
}

header .navigation a.active .progress-border,
header .navigation a.active:after,
html.no-touch header .navigation a:hover:after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

header .navigation a:hover {
	text-decoration: none;
}
header.invert .navigation a:after,
header.invert .toggle-button .lines,
header.invert .toggle-button .lines:after,
header.invert .toggle-button .lines:before,
html.no-touch header.invert .toggle-button:hover .lines,
html.no-touch header.invert .toggle-button:hover .lines:after,
html.no-touch header.invert .toggle-button:hover .lines:before {
	background-color: #949494
}
header.invert .navigation a {
	color: #000000
}

header.invert .navigation a .progress-border {
	background-color: #a580f2
}

.loader,
header.invert .navigation a .progress-border .progress-line {
	background-color: #000000
}

@media (max-width:991px) {
	header .navigation {
		font-size: 12px;
		height: 60px;
	}
	header .navigation ul li {
		padding: 0 10px
	}
	header .navigation .group {
		display: none
	}
	header .navigation .group.active {
		display: none;
	}
}
header.invert .navigation a {
	color: #000000
}

header.invert .navigation a .progress-border {
	background-color: #a580f2
}

.loader,
header.invert .navigation a .progress-border .progress-line {
	background-color: #000000
}

@media (max-width:991px) {
	header .navigation {
		font-size: 12px;
		height: 60px;
	}
	header .navigation ul li {
		padding: 0 10px
	}
	header .navigation .group {
		display: none
	}
	header .navigation .group.active {
		display: none;
	}
}

@media (max-width:767px) {
	header .logo,
	header .logo:after,
	header .logo:before,
	header .toggle-button {
		width: 53px;
		height: 40px
	}
	header .logo {
		top:  -10px;
        left: 10px;
        width: 22%;
        height: 59%;
        position: fixed;
        /* background-color: rgba(0, 0, 0, 0.7); */
        /* border-radius: 50px 21px 50px 10px; */
        /* box-shadow: 5px 10px #bf1daa */
	}
	header .toggle-button {
		top: 30px;
		right: 30px
	}
	/* header .navigation li {
		display: none!important
	} */
	header .main-menu {
		font-size: 20px
	}
}
header .logo {
    width: 250px;
    height: 100px;
    position: fixed;
}

header .logo:after {
    width: 250px;
    height: 100px;
    position: absolute
}

header .logo:before {
    width: 250px;
    height: 100px;
    position: absolute
}
header .toggle-button {
	width: 34px;
	height: 34px;
	position: absolute
}

header .logo {
	top:  -10px;
    left: 10px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    border-radius: 50px 21px 50px 10px;
    /* box-shadow: 5px 10px #dd127a; */
	display: block;
	z-index: 10
}

header .logo:after,
header .logo:before {
	-webkit-transition: opacity .3s cubic-bezier(.7, 0, .3, 1);
	-moz-transition: opacity .3s cubic-bezier(.7, 0, .3, 1);
	-o-transition: opacity .3s cubic-bezier(.7, 0, .3, 1);
	transition: opacity .3s cubic-bezier(.7, 0, .3, 1);
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	content: ''
}

header .logo:before {
	background-image: url(../images/logo.png)
}

header .logo:after {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	background-image: url(../images/logo.png)
}
header.invert .logo:before {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0
}

header.invert .logo:after {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}
@media (max-width:767px) {
	header .logo,
	header .logo:after,
	header .logo:before,
	header .toggle-button {
		width: 53px;
		height: 40px
	}
	header .logo {
		top:  10px;
        left: 10px;
        width: 22%;
        height: 59%;
        /* background-color: rgba(0, 0, 0, 0.7); */
        border-radius: 50px 21px 50px 10px;
        /* box-shadow: 5px 10px #bf1daa */
	}
	header .toggle-button {
		top: 30px;
		right: 30px
	}
	/* header .navigation li {
		display: none!important
	} */
	header .main-menu {
		font-size: 20px
	}
}

/* GRID */

body {
    background-color: #050505;
    font-family: 'Barlow', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #e9ecef;
	text-rendering: optimizeLegibility;
	font-family: 'Redressed', cursive;
}
header {
    height:80vh;
    min-height:300px;
    background-size:cover;
    background-image:url(../images/galery_shisha.jpg);
}

#gallery_desc{
    padding: 50px;
    position : absolute;
    font-family :'Josefin Sans', sans-serif;
    font-size:16px;
    color: #fff;
    bottom   : 95px;
    /* left: 116px; */
}
.info_desc{
    background-color: #000;
    opacity: 0.9;
    border-radius: 10px;
    padding: 50px;
    bottom   : -46px;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  &::before, &::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.gallery {
    padding: 0 0 4rem 0;
}

.img-container {
width: 100%;
height: 400px;
cursor: pointer;
overflow: hidden;
-webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
transition: box-shadow 1s;

}

img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    &:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@supports (display: grid) {
    .gallery .grid {
        grid-gap: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    img:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .img-container {
        height: 100%;
    }
}

.img-container:hover {
-webkit-box-shadow: 17px 13px 5px 0px rgba(221,18,123,0.62);
-moz-box-shadow: 17px 13px 5px 0px rgba(221,18,123,0.62);
box-shadow: 17px 13px 5px 0px rgba(221,18,123,0.62);
border: 2px solid #dd127a;
}
.navigation.scrolled {
    background-color: #000 !important;
    transition: background-color 20ms linear;
}

.label_cl{
    align:center;
    margin-left:40%;
    font-family: 'Josefin Sans', sans-serif;
    /* border:solid 2px pink; */
}
input, textarea{
    background-color:#666;
    color: #FFF;
}
.form-control:valid {
    background-color:  #050505!important;
    font-family: 'Josefin Sans', sans-serif;
}
.form-control:focus{
    border-color: #dd127a;  
    -webkit-box-shadow: 0px 5px 4 0px rgba(221,18,122,1);
    -moz-box-shadow: 0px 5px 4px 0px rgba(221,18,122,1);
    box-shadow: 0px 5px 4px 0px rgba(221,18,122,1);
} 
.has-error .form-control:focus{
    box-shadow: none; 
    -webkit-box-shadow: none;
}
.book_submit_btn{
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    color: #dd127a !important;
    text-transform: uppercase;
    background: #050505;
    padding: 20px;
    border: 4px solid #dd127a !important;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.book_submit_btn:hover {
    font-family: 'Josefin Sans', sans-serif;
    color: #050505 !important;
    border-radius: 50px;
    border-color: #050505 !important;
    text-decoration: none;
    background: #dd127a;
    transition: all 0.3s ease 0s;
}
.social, .copyright {
    margin: 1rem;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14.5px;
}

.social li {
	display: inline-block;
	font-size: 14.5px;
}
.social li a{
    color:#dd127a;
    font-size: 30px;
}

.social_icon{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.social_icon:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

footer {
    width:100%;
    padding: 7rem 0 0;
    background: #000;
    text-align: center;
    margin-top: 100px;
}
.font_ponter_one{
    font-family: 'Josefin Sans', sans-serif;
}
@supports (display: grid) {
    .gallery .grid {
        grid-gap: 1rem;
    }
}

@media(min-width: $md) {
    nav ul {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
    }
}
.error_style{
    color: red;
    font-family: 'Josefin Sans', sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #050505 inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #495057 !important;
}
.form-control {
	color: #fff;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #050505;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon > span {
	position: relative;
	top: 3px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}