@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/**
body{
    background: #6332f6;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
**/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root{
    --blue:#003049;
    --white:#fff;
    --lightblack:rgba(0,0,0,0.9);
    --red:#d62828;
}
body{
    font-size: 20px;
    max-width: 100vw;
    overflow-x:hidden;
    
}
ul{
    float: right;
    margin-right: 60px;
    font-size: 20px;
    line-height:30px;
    
}
.elements{
    font-family: 'Joan', serif;
    display: inline-block;
    margin: 10px 10px;

}
#title{
    background-color:var(--blue);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700px;
    width: 100vw;
    height: 60px;
    padding: 10px 0;

}
#logo{
    font-size: 30px;
    line-height: 60px;
 margin-left: 60px;   
 color:var(--white);
/** outline:#d62828 solid 3px;**/


}

ul li a{
    text-transform: capitalize;
    text-decoration: none;
    color:var(--white);
}
.logo{
    line-height: 50px;
    margin-left:10px;
    font-size: 40px;
    letter-spacing: 0.9px;
}


a{
    letter-spacing: 0.5px;
}
.swiper{
    width:100%;
    height: 100vh;
}
.swiper-slide{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 60px;
}
.container{
    width:100%;
    height: 100vh;
background-image:url(sliderbackground/3.jpg);
display: flex;
align-items: center;
justify-content: center;
}
.letters{
    color:var(--red);
    font-weight: 700;
}
.aboutus{
    padding: 25px 10px;

    height: 75vh;
    width: 100vw;
 
    background-attachment: fixed;

    background-image: url('parallax/imageconstant1.jpg');
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}
.imgAbout{
    width: 100%;
   
}
.description{
    color:var(--white);
    padding:0 20px;
}
.headerabout{
    margin-bottom: 10px;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 700;
  
}

.simpletext{
    margin-bottom: 10px;
}

.maintext{
    letter-spacing: 0.4px;
    line-height: 20px;
}
.secondtext{
    margin-top: 10px;
    letter-spacing: 0.4px;
    line-height: 20px;
}

.pagesections{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.wrapper{
    font-family: sans-serif;
    width: 60%;
    margin: auto;

    transform: translate(0,0);
    position: absolute;
}

.bookingsectionimg{
display: block;
width: 300px;
height: 250px;
border-radius: 50%;


}



.tablebookingsection{
 
    width: 100%;
    height: 300px;

}
.alcoholsection{
    
    width: 100%;
    height: 300px;

}
.foodsection{

    width: 100%;
    height: 300px;
}

::-webkit-scrollbar{
display: none;
}

.pictures{
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom:360px;
}
.image-gallery{
    width: 100vw;
    height: 100%;
    display: grid;
    word-wrap: break-word;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 15px;

}

.image-gallery img{
    width: 100%;
    cursor: pointer;
    transition: 0.4s;
}
.image-gallery img:hover{
    transform: scale(0.8) rotate(-15deg);
    box-shadow: 0 32px 7px rgba(68,77,136,0.2);
    border-radius: 20px;
}
.fullimage{
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color:var(--white);
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    background-color:var(--lightblack) ;
}
.exit{
    position: absolute;
    top:0.9px;
    right: 4.4px;
    font-size: 17px;
}
.deco{
    position: absolute;
    top:22px;
    right: 10px;
    border-radius: 50%;
    background-color: var(--red);
    width: 20px;
    height: 20px;
}
.show{
    display: flex;
}
body{
    background: url('GalleryImages/image12.jpg');
    background-attachment: fixed;
}
iframe{
    width: 100%;
    height: 400px;
    display: block;

}
.footerdetails{
    padding:20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    height: 350px;
    background-color: var(--blue);
}
.rands{
    font-size: 5px;
   color:#bbbbbb;
   line-height: 30px;
    margin-right: 30px;
    font-size: 20px;
    letter-spacing: 0.5px;
 
}
.location h1{
    color: var(--white);
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.randspic{
    width: 200px;
    margin-left: 150px;

}
.containers{
	max-width: 1170px;
margin-top:50px;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.footertext{
    font-size: 15px;
    text-align: start;
}
.location{
    margin-top: 40px;
}

.address ul{
    text-align: start;
    font-size: 15px;
    margin-top:20px;
    color:#bbbbbb;
}
.address ul li i{
    margin-right:10px;
}
.address ul li a{
    color:#bbbbbb;
}
.address ul li a:hover{
    color:var(--white);
}