@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Great+Vibes&family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Great+Vibes&family=Roboto:wght@300;400&display=swap');

body{
    font-family: 'Roboto', sans-serif;
}


a{
    text-decoration: none;
}
ul{
    padding: 0;
}
li{
    list-style-type: none;
}

.mt-15{
    margin-top: 15px;
}
.mt-30{
    margin-top: 30px;
}

.mb-30{
    margin-bottom: 30px;
}
img{
    max-width: 100%;
}

.w-100{
    width: 100%;
}
.d-flex-cntr{
    display: flex;
    justify-content: center;
    align-items: center;
}



/***************HEADER****************/
.header{
    background-color: #213c45;
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* min-height: 101px; */
}
.site-logo{
    display: inline-flex;
    padding: 20px 0;
	text-decoration: none;
    color: #FFF;
	font-size: 18px;
    font-weight: 700;
}
.site-logo img{
    max-width: 350px;
	height: 100px;
}
.hamburger-menu{
    width: 60px;
    height: 60px;
    background-image: url(../images/gull-menu.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
.menu-nav{
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 101px;
    background: #213c45;
    border-top: 1px solid #172b32;
    transition: all ease 0.3s;
    transition: max-height 0.15s ease-out;
}
.menu-nav ul {
    padding: 20px;
    margin-bottom: 0;
}
.menu-nav ul li a{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
	text-decoration: none;
}
.menu-nav ul li:last-child a{
    margin-bottom: 0;
}
.menu-nav.site-nav-open{
    opacity: 1;
    height: auto;
    /* top: 101px; */
    transition: all ease 0.3s;
    transition: max-height 0.25s ease-in;
   z-index: 99;
}

.hdr-social{
    gap: 15px; 
    margin: 20px 20px 0 0;
}
.hdr-social a{
    color: #e5d49e;
    font-size: 24px;
}

/******************************/
.main-banner{
    background-color: #ccc;
    background-image: url(../images/food-banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
}
.main-banner h1{
    font-size: 70px;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 0;
    font-weight: 800;
    font-family: 'Bebas Neue', cursive;
}
.wlcm-banner h1{
    color: #e5d49e;
    font-size: 92px;
}

.fd-gull{
    padding: 80px 0;
    text-align: center;
}
.fd-gull h3{
    font-size: 40px;
    margin-bottom: 30px;
    color: #213c45;
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
}
.fd-gull h4{
    font-size: 20px;
    color: #020202;
    line-height: 30px;
    max-width: 1000px;
    margin: 0 auto;
	font-weight: 700;
	text-align: left;
}

.fd-gull h6{   
	text-align: left;
}

.fd-gull .content-wrap p{   
	text-align: left;
}

.main-menu-sec{
    background: #213c45;
    padding: 60px 0;
}


    .menu-carousel h3 {
        margin-bottom: 20px;
    }

    .menu-carousel .owl-carousel {
        padding: 0 40px;
    }

    .menu-carousel .item {
        background: #fff;
    }

    .menu-carousel .menu-img-wrpr {
        
        object-fit: cover;
        overflow: hidden;
    }

    .menu-carousel .item img {
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .menu-carousel .item:hover img {
        transform: scale(1.1);
    }

    .menu-carousel .item a {
        width: calc(100%) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        padding: 15px 20px;
    }

        .menu-carousel .item a:hover {
            color: #fff;
        }

    .menu-carousel .owl-nav button {
        font-size: 0 !important;
        position: absolute;
        top: 40%;
    }

    .menu-carousel .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }

        .menu-carousel .owl-theme .owl-nav [class*=owl-]:hover::after {
            color: #000000;
        }

    .menu-carousel .owl-nav button::after {
        font-family: "FontAwesome";
        font-size: 45px;
        color: #213c45;
    }

    .menu-carousel .owl-nav button.owl-prev {
        left: 0;
    }

        .menu-carousel .owl-nav button.owl-prev::after {
            content: "\f104";
        }

    .menu-carousel .owl-nav button.owl-next::after {
        content: "\f105";
    }

    .menu-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .menu-carousel .item a {
        width: calc(100%) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        padding: 10px 30px;
        background-color: #e5d49e;
        text-transform: uppercase;
        color: #000;
        font-family: 'Bebas Neue', cursive;
		text-decoration: none;
    }


    .menu-carousel .all-menus{
        padding: 10px 30px;
		font-size: 20px;
		color: #000;
		text-align: center;
		margin-top: 90px;
		font-family: 'Bebas Neue', cursive;
		border: 2px solid #000;
		transition: all ease 0.5s;
		width: 100%;
		text-decoration: none;
    }
    .menu-carousel .all-menus:hover{
        border-color: #e5d49e;
        background-color: transparent;
        color: #fff;
        transition: all ease 0.5s;
    }

.opening-soon{
    background-color: #213c45;
    padding: 80px 0;
    text-align: center;
    margin-bottom: -150px;
}
.opening-soon h2{
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 8px;
}
.opening-soon h4{
    color: #e5d49e;
    font-size: 24px;
}
.opening-soon .menu-btns > a{
    background-color: #e5d49e;
}
.opening-soon .menu-btns > a:hover{
    color: #e5d49e;
    border-color: #e5d49e;
}
.op-social{
    margin-top: 40px;
    gap: 30px;
}
.op-social a {
    font-size: 40px;
    color: #e5d49e;
   
}
/*********/
.ma-menu-cnt{
    padding: 80px 0;
}
.ma-menu-cnt h2{
    font-family: 'Bebas Neue', cursive;  
    font-size: 40px;
    margin-bottom: 30px;
    color: #213c45;
    text-align: center;
}
    .menu-content {
        padding: 30px 0;
        border-bottom: 1px solid #D8D8D8;
    }
    .menu-content .wrapper {
        display: flex;
        justify-content: space-between;
    }
    .menu-content h4, .menu-content h6 {
        font-size: 30px;
        color: #213c45;
        font-family: 'Bebas Neue', cursive;
    }
    .menu-content p{
        font-size: 20px;
        font-weight: 600;
    }


   

/********FOOTER***********/
.site-ftr{
    background-color: #e5d49e;
    display: flex;
    gap: 15px;
}
.ftr-logo{
    margin-top: -80px;
}
.ftr-logo img{
    max-width: 200px;
}

.ftr-cntr{
    padding: 40px 20px;
}
.ftr-last{
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
}

.site-ftr h3{
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
}

.site-ftr h5{
    font-size: 18px;
    font-weight: 400;
}
.ftr-social{
    margin-top: 5px;
}
.ftr-social a{
    font-size: 22px;
    color: #000;
    margin-right: 15px;
    transition: all ease 0.25s;
}
.ftr-social a:hover{
    color: #155c6f;
    transition: all ease 0.25s;
}

.ftr-privacy a:hover{
    color: #155c6f;
    transition: all ease 0.25s;
}
.ftr-privacy {
    margin-top: 60px;
}
.ftr-privacy a{
    font-size: 22px;
    color: #000;
    font-family: 'Bebas Neue', cursive;
}




.menu-btns{
    gap: 30px;
    margin-top: 50px;  
}
.menu-btns > a{
    padding: 12px 50px;
    background: #213c45;
    color: #fff;
    font-size: 20px;
    border: 2px solid transparent;
    transition: all ease 0.25s;	
    text-decoration: none;
}
.menu-btns > a:hover{
    border-color: #213c45;
    color: #213c45;
    transition: all ease 0.25s;
    background-color: transparent;
}

 .menuitm{
        margin-bottom:50px;
    }

    h3.courseheader {
        margin-top: 40px;
    }
	
	.menu-content.drinkItem img{
		width:110px !important;
	}
	
	.owl-carousel {
		height: 100%;
	}
	
	.owl-wrapper-outer, .owl-wrapper, .owl-item, .carousel-vi {
		height: 100%;
	}
	
	.banner-sec .carousel-vi.hidetext h2, .banner-sec .carousel-vi.hidetext h3, .banner-sec .carousel-vi.hidetext h1 {
        display: none;
    }

    .banner-sec .carousel-vi.hidebutton a {
        display: none;
    }
	
	
	.imgfix {			
    align-items: center;
    justify-content: center;
    text-align: center;
	height: 900px;
	}
	
	.banner-sec.imgfix .carousel,  .banner-sec.imgfix .carousel .carousel-inner, 
	.banner-sec.imgfix .carousel .carousel-inner .carousel-item{
		height:100%;
	}
	
	.banner-sec.imgfix .carousel-inner .carousel-item {
		height: 100%;
		align-items: center;
		align-content: center;
	}
	
	.banner-wrap {
		margin-top: 2%;
	}
	
	.banner-sec h4 {
		font-size: 19px;
		text-transform: uppercase;
		color: #fff;
	}
	
	.banner-sec h1 {
    text-transform: uppercase;
    font-size: 90px;
	color: #fff;
}

.banner-sec a {
    text-align: center;
    padding: 12px 45px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
	background-color: #213c45;
    color: #FFF;
}

.tvsport-sec {
		padding: 80px 0;
}

.customcarousel .img-wrap {
	height: 400px;
	width:400px;
    background-size: 100% 100%;
}

.customcarousel .img-text-wrap {
	width:400px;
}

.blurb-section-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blurb-section {
    float: left;
    margin: 0 10px;
}

.blurb-section .content-wrap {
    padding: 25px 0;
}

.blurb-btn-wrap {
    padding: 10px;
    border: 2px solid #0f1921;
}

.blurb-btn-wrap a {
    color: #0f1921;
	text-decoration: none;
	    font-weight: 700;
}

.customcarousel a {
margin-top: 10px;
    text-decoration: none;
    font-size: 24px;
}

.footerbtnlink a {
	text-decoration: none;
    color: #212529;
    font-weight: 500;
    font-size: 18px;
    margin-left: 20px;
}

.customcarousel.stackitems {
	display: flex !important;
}

.foodmenualtitem {
    align-items: center;
    align-content: center;
}

    .foodmenualtitem h2 {
        margin-bottom: 20px;
    }

    .foodmenualtitem a {
        text-align: center;
        padding: 12px 45px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        background-color: #F0BF35;
        color: #0F1921;
        font-weight: 700;
    }
	
	
	 .event-sec .blurb-section .img-wrap {
     width: 400px;
     height: 400px;
     background-size: 100% 100%;
 }
 
 .event-sec .blurb-section .img-text-wrap{
	 width: 400px;
 }

 .event-sec .blurb-section {
     width: 400px;
 }
 
 .gallery.section-padding{
    margin-top:50px;	
    margin-bottom: 100px;
}

div.galleryimages {
    margin: 0px 5%;
    width: 90%;
}

#placegallery .holder {
    width: 31%;
    margin: 1%;
}
#placegallery .holder a {
    width: 100%;
}

#placegallery .holder a img {
    width: 100%;
}

.carousel-item.hidetext h4, .carousel-item.hidetext h1 {
    visibility: hidden;
}

.carousel-item.hidebutton a {
    display: none;
}

.footerpolicylink{
		 text-align:center;
	 }
	 
.owl-carousel .owl-stage-outer .owl-stage {
	margin: 0 auto;
}

/*.customcarousel.stackitems .blurb-section {
	display: inline-block;
	float: none !important;
}

.customcarousel.stackitems .blurb-section .img-wrap {
	margin: 0 auto;
}*/

/*************************************************************/
/************************************************************/

@media(max-width:1600px){
    
}

@media(max-width:1440px){
    
}

@media(max-width:1280px){
    
}

@media(max-width:1024px){
    .ftr-logo img {
        max-width: 150px;
    }
    .ftr-cntr iframe{
        width: 300px;
    }
    .site-ftr h3 {
        font-size: 23px;
    }
    .site-ftr h5 {
        font-size: 16px;
    }
    .opn-ftr .big-map iframe{
        width: 300px;
    }
}

@media(max-width:768px){
	
	.header {
		min-height: 65px;
	}
    .menu-nav{
        top: 81px;
    }
    .site-logo img {
        max-width: 240px;
    }
    .site-ftr-cnt{
        flex-direction: column;
    }
    .ftr-cnt-wrpr{

    }
    .wlcm-banner h1{
        font-size: 72px;
    }
	
	.footerholder{
		 margin-top: 45px;
	 }
	 
	 .footerpolicylink{
		 text-align:left;
	 }
}

@media(max-width:620px){
	
	.header {
		min-height: 55px;
	}
    .menu-nav ul li a {
        font-size: 16px;
    }
    .hamburger-menu{
        width: 50px;
        height: 50px;
    }
    .menu-nav {
        top: 75px;
    }
    .site-logo img {
        max-width: 200px;
    }
    .hdr-social a {
        font-size: 18px;
    }
    .ftr-cnt-wrpr {
        flex-direction: column;
    }
    .ftr-cntr {
        padding: 20px 20px;
    }
    .ftr-last {
        padding: 0px 20px;
    }
    .ftr-privacy {
        justify-content: left!important;
        margin-top: 20px;
    }
    .menu-carousel .all-menus {
        min-width: 260px;
    }
    .ftr-logo img {
        max-width: 120px;
        margin-left: 20px;
    }
    .wlcm-banner h1{
        font-size:64px;
    }
    .opening-soon h2{
        font-size: 62px;
    }
}

@media(max-width:520px){
    .hamburger-menu{
        width: 40px;
        height: 40px;
    }
    .menu-content h4, .menu-content h6{
        font-size: 26px;
    }
    .menu-content p {
        font-size: 16px;
    }
    .fd-gull h3, .ma-menu-cnt h2 {
        font-size: 34px;
    }
    .fd-gull h4 {
        font-size: 18px;
}
.wlcm-banner h1{
    font-size: 52px;
}
.menu-btns > a {
    padding: 12px 10px;
    font-size: 18px;
    min-width: 45%;
}.opening-soon h2 {
    font-size: 52px;
}
.big-map iframe{
    width: 300px;
}
.menu-btns{
    padding: 0 15px;
}
.opening-soon h4 {
    font-size: 20px;
}
}
@media(max-width:380px){
    .menu-btns > a {
        font-size: 16px;
    }
}

//Responsive style






@media (max-width: 2300px) {
    .imgfix {
        height: 845px;
    }
}

@media (max-width: 2200px) {
    .imgfix {
        height: 810px;
    }
}

@media (max-width: 2100px) {
    .imgfix {
        height: 768px;
    }
}

@media (max-width: 2000px) {
    .imgfix {
        height: 730px;
    }
}

@media (max-width: 1900px) {
    .imgfix {
        height: 690px;
    }
}

@media (max-width: 1800px) {
    .imgfix {
        height: 656px;
    }
}

@media (max-width: 1700px) {
    .imgfix {
        height: 618px;
    }
}

@media (max-width: 1600px) {
    .imgfix {
        height: 581px;
    }
}

@media (max-width: 1500px) {
    .imgfix {
        height: 562px;
    }
}

@media (max-width: 1450px) {
    .imgfix {
        height: 543px;
    }
}

@media (max-width: 1400px) {
    .imgfix {
        height: 525px;
    }
	
	.customcarousel .img-wrap {
		height: 338px;
		width: 338px;
	}
	
	.customcarousel .img-text-wrap {
		width: 338px;
	}
	
}

@media (max-width: 1350px) {
    .imgfix {
        height: 506px;
    }
}

@media (max-width: 1300px) {
    .imgfix {
        height: 487px;
    }
}

@media (max-width: 1250px) {
    .imgfix {
        height: 468px;
    }
}

@media (max-width: 1200px) {
    .imgfix {
        height: 450px;
    }
	
	.banner-sec h1 {
    font-size: 70px;
}

.customcarousel .img-wrap {
    height: 277px;
    width: 277px;
}

.customcarousel .img-text-wrap {
    width: 277px;
}
}

@media (max-width: 1150px) {
    .imgfix {
        height: 431px;
    }
}

@media (max-width: 1100px) {
    .imgfix {
        height: 412px;
    }
	
	.main-menu-wrpr .logo-wrpr img{
		width: 100px;
	}
	
	.banner-sec h1 {    
		font-size: 60px;
		margin-bottom: 30px;
	}
	
	.banner-sec a, .booking-sec .content-area a {
		padding: 10px 38px;
		font-size: 16px;
	}
}

@media (max-width: 1050px) {
    .imgfix {
        height: 393px;
    }
}

@media (max-width: 1000px) {

    .imgfix {
        height: 375px;
    }
	
	.food-offers .section-padding.container {
		max-width:97%;
	}
	
	.menu-content-sec .section-padding.container {
		max-width:97%;
	}
	
	.food-blurb {
		width:31%;
	}
	
	.main-menu-sec .img-sec img {
		width:100%;
	}
	
	.main-menu-sec div.container {
		max-width:97%;
	}
}

@media (max-width: 991px) {
.customcarousel .img-wrap {
    height: 197px;
    width: 197px;
}

.customcarousel .img-text-wrap {
    width: 197px;
}
}

@media (max-width: 950px) {
    .imgfix {
        height: 356px;
    }
}

@media (max-width: 900px) {
    .imgfix {
        height: 337px;
    }
	
	.main-menu-wrpr .logo-wrpr img {
    width: 90px;
}
	
	.banner-sec h1 {
		font-size: 50px;
		margin-bottom: 25px;
	}
	
	.banner-sec h1.secondline {
    margin-top: -10px;
}
	
	.banner-sec a, .booking-sec .content-area a {
		padding: 8px 32px;
		font-size: 14px;
	}
	
	#placegallery .holder {
		width: 47%;
		margin: 1%;
	}
}

@media (max-width: 850px) {
    .imgfix {
        height: 318px;
    }
}

@media (max-width: 800px) {
    .imgfix {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .customcarousel .img-wrap {
        height: 300px;
        width: 300px;
    }	

.customcarousel .img-text-wrap {
        width: 300px;
    }    

.blurb-section {
	width: 300px;
}

#foodmenucarousel .item.blurb-section {
	margin-bottom: 50px;
}

.event-sec .blurb-section .img-wrap {
     width: 300px;
     height: 300px;
 }
 
 .event-sec .blurb-section .img-text-wrap {
     width: 300px;
 }

 .event-sec .blurb-section {
     width: 300px;
 }
 
 
}

@media (max-width: 750px) {
    .imgfix {
        height: 281px;
    }
	
	.main-menu-wrpr .logo-wrpr img {
    width: 60px;
}
	
	.banner-sec h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	.banner-sec a, .booking-sec .content-area a {
		padding: 8px 32px;
		font-size: 12px;
	}
}

@media (max-width: 700px) {
    .imgfix {
        height: 262px;
    }
	
	.main-menu-wrpr .logo-wrpr a {
		font-size: 26px;
	}
	/* .event-sec .blurb-section .img-wrap { */
        /* height: 620px; */
    /* } */
}

@media (max-width: 650px) {
    .imgfix {
        height: 243px;
    }
}

@media (max-width: 600px) {
    .imgfix {
        height: 225px;
    }
	
	.banner-sec h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	.banner-sec h1.secondline {
    margin-top: -10px;
}
	
	.banner-sec a, .booking-sec .content-area a {
		padding: 7px 26px;
		font-size: 10px;
	}
	
	.blurb-section-wrap { 
        display: grid;
		justify-content: center !important;
    }
	
	.food-blurb {
		width: 100%;

	}
	
	.drinkssection.section-padding div.row{
		display: grid;
		justify-content: center !important;
	}
	
	.drinkssection .menu-content {
		width: 100%;
	}
}

@media (max-width: 550px) {
    .imgfix {
        height: 206px;
    }
}

@media (max-width: 500px) {
    .imgfix {
        height: 187px;
    }
	
	.main-menu-wrpr .logo-wrpr img {
    width: 50px;
}
.blurb-section.blurb-section{
	width: 300px;
}
.customcarousel .img-wrap {
    height: 300px;
    width: 300px;
}

.customcarousel .img-text-wrap {
    width: 300px;
}

#placegallery .holder {
		width: 98%;
		margin: 1%;
	}
}

@media (max-width: 450px) {
    .imgfix {
        height: 168px;
    }
	
	.banner-sec h1 {
		font-size: 25px;
		margin-bottom: 8px;
	}
	
	.banner-sec a, .booking-sec .content-area a {
		padding: 6px 22px;
		font-size: 8px;
	}
	
	.banner-sec h1.secondline {
    margin-top: -10px;
}

.main-menu-wrpr .logo-wrpr a {
    font-size: 22px;
}
}

@media (max-width: 400px) {
    .imgfix {
        height: 150px;
    }
}

@media (max-width: 350px) {
    .imgfix {
        height: 132px;
    }
	
	.main-menu-wrpr .logo-wrpr a {
    font-size: 18px;
}
}

@media (max-width: 300px) {
    .imgfix {
        height: 113px;
    }
}

@media (max-width: 250px) {
    .imgfix {
        height: 94px;
    }
}