
/* fonts */

@font-face 
{
    font-family: fanlste;
    src: url('../fonts/fanlste.ttf');
}

@font-face 
{
    font-family: Lato-Light;
    src: url('../fonts/Lato-Light.ttf');
}

@font-face 
{
    font-family: Lato-Regular;
    src: url('../fonts/Lato-Regular.ttf');
}


p
{
    font-size: 14px;
    margin: 0px;
    padding-bottom: 12px;
    font-family: Lato-Regular;
}

ul li
{
    font-size: 16px;
    font-family: Lato-Regular;
}

body, html {
    overflow-x: hidden;
}

/*  Section headings , paddings  */

.section_pad
{
    padding: 45px 0px;
}

.sec_heading
{
    padding-bottom: 14px;
}

.sec_heading h2
{
       font-size: 40px;
    line-height: 46px;
    font-family: fanlste;
    font-weight: bold;
	
}

.sec_heading span
{
    font-size: 29px;
    letter-spacing: 1.7px;
    
}

.bg1
{
    background-color: #292a26;
}

.w_color
{
    color: #fff;
}


/*  menu  */

.main_menu
{
    z-index: 9999;
    background-color: transparent !important;
    margin-bottom: -166px;
    padding: 20px 0px;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link
{
    color: #fff;
}

.main_menu .navbar-nav .nav-link
{
    padding: 6px 24px;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
    color: #fff;
}

.header_logo
{
    width: 251px;
    height: auto;
}


/* Banner Video play pause styles */


.main-banner{
    position: relative;
    height: 115vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* filter: contrast(0.4); */
	
}

#video_banner .video_heading {
    position: relative;
}

#video_banner .banner-video {
    height: 115vh;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -9999;
    width: 100%;
    object-fit: cover;
}

#video_banner .playbutton {
    width: 150px;
    height: auto;
    /* border-radius: 50%;
    border: 2px solid #fff; */
    text-align: center;
    position: absolute;
    right: 135px;
    bottom: 125px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}


.banner_heading_box
{
    padding: 100px 0px 0px;
    text-align: center;
}

.banner_logo
{
    width: 162px;
    height: auto;
}
p{
font-size:18px;
}
/*
.banner_heading_box h1
{
    color: #fff;
    font-family: fanlste;
    font-size: 50px;
    margin: 0px;
    padding: 30px 0px 0px;
    line-height: 52px;
}*/

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b2; /* Dark overlay with 50% opacity */
    z-index: -1; /* Keeps the overlay behind the content but above the video */
}

.banner_heading_box h1 {
    color: #fff;
    font-family: fanlste;
    font-size: 50px;
    margin: 0px;
    padding: 30px 0px 0px;
    line-height: 52px;
    z-index: 2; /* Ensures the text appears above the overlay */
}


.banner_heading_box p
{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}


.banner_heading_box hr:not([size]) {
    height: 1px;
    color: #ffffff73;
    opacity: 1;
    border-style: dotted !important;
}

.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus
{
    box-shadow: none;
}

.navbar-light .navbar-toggler
{
    border: none;
}

.banner_btn
{
    padding: 6px 24px;
    border: 1px solid #fff;
    border-radius: 9px;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: Lato-Regular;
    
}


.banner_btn a
{
    text-decoration: none;
    color: #000;
}


/*.video_button
{
	position: absolute;
    right: 5%;
    z-index: 9999;
} */

/*
.inner-content {
    position: relative;
    text-align: center;
    /* overflow: hidden; *
    z-index: 13;
}

/*
#video_banner .inner-content {
    padding-top: 200px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 13;
}

#video_banner .inner-content h1 {
    color: #fff;
    margin-bottom: 20px;
    /*text-transform: uppercase;*
    font-weight: bold;
    text-shadow: #000 0 0 2px;
    /* animation: fadeOutRight 1s both; *
    letter-spacing: 0px;
}

#video_banner .inner-content .search-box
{
	display: inline-block;
    border: 1px solid #fff;
    width: 250px;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease 0s;
    background: #fff;
    color: #000;
}


#video_banner .inner-content .search-box:hover {
     background: rgba(0,0,0,0.3);
     color: #fff;
}

#video_banner .inner-content .search-box .fa 
{
    margin-left: 26px;
    transition: none;
}
	
#video_banner .inner-content .search-box:hover .fa
{
	color: #000;
}
/*
#video_banner .playpause {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff; 
    text-align: center;
    position: absolute;
    right: 135px;
    bottom: 100px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
/*
#video_banner .playpause:hover 
{
    background: #fff;
    color: #000;
}

#video_banner .playpause .fa
{
	font-size: 20px;
    color: #fff;
    line-height: 66px;
    transition: none;
}
#video_banner .playpause:hover .fa
{
	color: #000;
}

#video_banner .playpause .fa-play {
    display: none;
}

#video_banner .playpause.active .fa-play {
    display: inline-block;
}

#video_banner .playpause.active .fa-pause {
    display: none;
}*/



/*  About  */

.about_box
{
    text-align: center;
}

.about_box img
{
    width: 72px;
    height: auto;
}

.about_box p
{
    padding-top: 14px;
}


/* Gallery  */

.gallery
{
    margin-bottom: 42px;
}


.download_btn
{
    padding: 6px 16px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: Lato-Regular;
    
}

.download_btn a
{
    text-decoration: none;
    color: #000;
}

.download_btn:hover
{
    background-color: transparent;
    color: #fff;
}

.download_btn:hover a
{
    color: #fff;
}

a
{
    text-decoration: none;
}

/*  Highlights  */

#highlights img
{
    width: 50px;
    height: auto;
}

.highlight_box
{
    text-align: center;
    margin-bottom: 12px;
}

.highlight_box img
{
    width: 200px;
    height: auto;
}

.highlight_box p
{
    padding-top: 14px;

}

.gallery_tabs
{
    margin-bottom: 14px;
    border-bottom: none;
}

.gallery_tabs .nav-item.show .nav-link, .gallery_tabs .nav-link.active {
    color: #fff;
    background-color: #313825;
    border: none;
    border-radius: 24px;
}

.gallery_tabs .nav-link
{
    border-color: #313825 #313825 #313825;
    border-radius: 24px;
    margin: 0px 6px;
    color: #313825;
    font-weight: 600;
}

.gallery_tabs .nav-link:focus, .gallery_tabs .nav-link:hover {
    border-color: #313825 #313825 #313825;
    border-radius: 24px;
}




/* site layout */

#site_layout
{
    background-image: url('../img/Site_Layout_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#lightgallery img
{
    border-radius: 14px;
    margin-top: 25px;
}

#white_gap
{
    padding: 100px 0px;
}

/*  Location  */

#location
{
    background-image: url('../images/location/location_bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px 120px;
}

.location_box
{
    padding: 42px;
    margin-top: -152px;
}

.loc_tabs
{
    margin-bottom: 14px;
    border-bottom: none;
}

.loc_tabs .nav-item.show .nav-link, .loc_tabs .nav-link.active {
    color: #fff;
    background-color: unset;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    opacity: 1;
}

.loc_tabs .nav-link
{
    border-color: #fff;
    border: none;
    border-radius: 0px;
    margin: 0px 14px;
    color: #fff;
    font-weight: 600;
    opacity: 0.4;
    padding: 0px;
}

.loc_tabs .nav-link:focus, .loc_tabs .nav-link:hover {
    border-color: #fff;
    border-radius: 0px;
}

.loc_lists li
{
    color: #fff;
    padding: 4px 0px;
}


/*  footer  */

#footer
{
    background-color: #f4f2e2;
}

#footer h5, .selldof .title
{
    font-family: Lato-Regular;
    font-size: 20px;
    padding-bottom: 14px;
    font-weight: 500;
}

.footer_box .footer_logo
{
    width: 251px;
    height: auto;
    padding-bottom: 14px;
}

.social_links
{
    padding-left: 0px;
    margin-top: 14px;
}


.social_links li
{
    list-style-type: none;
    display: inline-block;
    padding: 2px 6px;
}

.social_links i
{
    font-size: 25px;
    padding: 2px 4px;
}

.social_links li a
{
    text-decoration: none;
    color: #000;
}

.phone_box
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 0px;
}


.phone_box i
{
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #000;
    border-radius: 24px;
    color: #000;
}

.call_points
{
    padding-left: 16px;
    margin-bottom: 0px;
}

.call_points li
{
    list-style-type: none;
    color: #000;
    font-size: 20px;
}

.call_points li a
{
    text-decoration: none;
    color: #000;
}

.form_box .form-control
{
    background-color: transparent !important;
    margin: 8px 0px;
}

.submit_btn
{
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 12px;
    font-family: Lato-Regular;
    font-size: 14px;
}

.validation
{
    color: #f14242;
    font-size: 14px;
}


/*  Mobile fixed schedule button  */

.fixed_btn 
{
	width: 100%;
	position: fixed;
	bottom: 0px;
	display: block;
	z-index: 9999;
}

.fixed_btn1
{
	position: fixed;
    bottom: 50%;
    right: 0px;
    transform: translateY(50%); /* Centers vertically */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    writing-mode: vertical-rl; /* Makes text vertical */
    text-align: center;

}

.schedule_btn 
{
    background-color: #3b5e07;
    border: 1px solid #3b5e07;
    padding: 18px 10px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: Lato-Regular;
    letter-spacing: 1.4px;
    width: 100%;
}

.schedule_btn a
{
    color: #ffffff;
    text-decoration: none;
}


/*  Media quries  */


@media only screen and (max-width: 768px)
{
    .g_prev, .g_next, .tab_prev, .tab_next
    {
        display: none !important;
    }

    .main_menu
    {
        margin-bottom: 0px;
        background-color: #000 !important;
    }

    .header_logo
    {
        width: 152px;
    }
	
	.main-banner, #video_banner .banner-video {
    height: 36vh;
    width: 100%;

	}
	
	.banner_heading_box
	{
		padding: 72px  0px;
	}

    .banner_heading_box h1
    {
        font-size: 26px;
        line-height: 34px;
    }
	
	.loc_tabs .nav-link
	{
		margin: 12px 10px !important;
	}

    .sec_heading h2
    {
        line-height: 35px;
        font-size: 42px;
    }

    .gallery_tabs .nav-link
    {
        font-size: 14px;
    }

    .loc_tabs .nav-link
    {
        margin: 0px 10px;
        font-size: 14px;
    }
}


@media only screen and (min-width: 770px) and (max-width: 1000px)
{
    .main_menu
    {
        margin-bottom: 0px;
        background-color: #000 !important;
    }

    .sec_heading h2
    {
        line-height: 35px;
        font-size: 42px;
    }
}




/*  Slick Slider Css */

   .slick-slide {
    margin: 0px 20px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 0px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: 55% !important;
	border: none;
    padding: 0px;

}

.slick-next {
    right: 0px;
    text-align: right;
    position: absolute;
	vertical-align: middle;
    top: 55% !important;
	border: none;
    padding: 0px;
}

.slick-prev:before, .slick-next:before {
  color: #0F142D !important;
 
}

.g_prev i, .g_next i
{
	color: #fff;
}

.g_prev
{
	left: 45%;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    bottom: -15% !important;
	border: 1px solid #D5853F;
    padding: 5px 10px;
	background-color: transparent;
}

.g_next
{
	right: 45%;
    text-align: right;
    position: absolute;
	vertical-align: middle;
    bottom: -15% !important;
	border: 1px solid #D5853F;
    padding: 5px 10px;
	background-color: transparent;
}


.tab_prev
{
	left: 92%;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: -20% !important;
    padding: 5px 10px;
	background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.tab_next
{
	right: 0;
    text-align: right;
    position: absolute;
	vertical-align: middle;
    top: -20% !important;
    padding: 5px 10px;
	background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
}

#tab_gallery i
{
    font-size: 25px;
}