/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*table of content*/
/* ==============================================
* Global
1. Nav bar
2. Slide show
3. About
4. Upcoming Service
5. join section
6. Gallery section
7. special menu
8. portfolio
9. review
10. team
11. contact
12.footer

 ============================================== */

/*table of content*/

/* ==================
Global
================ */
@import url('https://fonts.googleapis.com/css?family=Cookie|Dancing+Script|Great+Vibes|Pacifico');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Pathway+Gothic+One');
html, body {
    color: #222;
    font-size: 1.2em;
    line-height: 1.4em;
	overflow-X:hidden;
	font-family: 'Lobster Two', cursive;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Cookie', cursive;
}
body p {
   
    font-size: .8em;
    line-height: 1.4em;
	overflow-X:hidden;
	
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
section { 
   padding-top: 100px; 
 } 

.nmp{
	margin-bottom:50px;
	padding:0px;
}


.title {
text-align:center !important;
margin-bottom:50px;

	
}
.title span{
	border-bottom:5px solid #ddd;
	padding-bottom:8px;
	position:relative;
	
}
.title b{
	 color:#F10909;
}
.title span:before{
	content:"";
	width:10%;
	position:absolute;
	top:100%;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
	border-bottom:5px solid #F10909;
	
}
.title span:hover::before{
	width:100%;
}


* {
    box-sizing: border-box;
}



/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 5px 10px;
  border-radius:0;
  background-color:#F10909;
  cursor: pointer;
  font-size:.8em;
  position:relative;
}
.btn:before{
	content:"";
	width:40px;
	height:20px;
	border-top:2px solid red;
	border-left:2px solid red;
	position:absolute;
	top:-5px;
	left:-5px;
}
.btn:after{
	content:"";
	width:40px;
	height:20px;
	border-bottom:2px solid red;
	border-right:2px solid red;
	position:absolute;
	bottom:-5px;
	right:-5px;
}

.btn:hover {
  background-color: rgba(52,58,64,0.5)!important;

  border:0;
}


#item .btn.btn-primary{
	
	font-size:0.5em !important;
}
#item .btn.btn-primary.btn:before{
	
	border-top:none;
	border-left:none;
}
#item .btn.btn-primary.btn:after{
	
	border-bottom:none;
	border-right:none;
}

#myBtnContainer .btn.btn:before{
	border-top:none;
	border-left:none;
}
#myBtnContainer .btn.btn:after{
	
	border-bottom:none;
	border-right:none;
}

.b2{

	float:right;
	margin-top:-50px;
	
	
}


#return-to-top {
  display: none;
  text-decoration:none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size:24px;
  
  background-color: red;
  color: white;
  cursor: pointer;
  width:50px;
  height:50px;
  border-radius: 0px 50% 50% 50%;
  transform:rotateZ(40deg);
}

#return-to-top div {
  transform:rotateZ(-45deg);
  display:block;
  margin-left:12px;
  margin-top:0px;

}
#return-to-top:hover {
  background-color: #0AD80D;
 
}

.carousel-item i{
	color:#CED9DF;
	font-size:30px;
}
.carousel-indicators{
	bottom:-50px !important;
}
.carousel-inner > .active{
	background-color:transparent !important;
	color:#F10909;
}
 
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
  Nav section
   ========================================================================== */
.navbar-nav .nav-link.active{
    background:#F10909!important;
}

.navbar-brand{
	background:#343A40;
	padding:5px 0 5px 10px;
}
.navbar-brand span{
	background:#F10909;
	padding:2px 5px;
	
}

 

/* ==========================================================================
  Slideshow section
   ========================================================================== */
.slideshow {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../images/index5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100vh;
 
	width:100%;
	
}

.slideshow span {
   color:#F9F9F9;
 
   font-family: 'Pacifico', cursive;
}
.slideshow h1{
   color:white;
   padding-top:35vh;

   font-family: 'Cookie', cursive;

	margin:0px;
   font-size:70px;
}

/* ==========================================================================
  About section
   ========================================================================== */

#about{
	padding-top:0px !important;
	
	
}
#about .row, #about .container{
	
	padding:0px;
	border:1px solid transparent;
	
}
.about-bg {
    background: red url(../images/in.jpg) center top no-repeat;
       
    background-size: cover;
    width: 100%;
	
}

.our-story .container .middle-text {
    position: relative;
	margin-top:-12px;
	margin-bottom:-12px;
	
}
.our-story .container .middle-text {
    background: #f9f9f9;
    
    transform: skew(-20deg);
    height: 540px;
    padding: 92px 0 100px;
	
}

.our-story .inner {
   
    transform: skew(20deg);
    padding: 0 100px;
	box-sizing: border-box;
}
.our-story .container h2 {
    font-size: 48px;
    line-height: 50px;
    color: #f10909;
  font-family: 'Pacifico', cursive;
  margin-bottom:20px;
}
.our-story .container h3 {
    font-size: 36px;
    color: #101010;
}

 
/* ==========================================================================
  Upcoming section
   ========================================================================== */
  
   
   
   
   
#services hr{
	margin-bottom:60px;
}
#services .row{
	margin-bottom: 50px;
}



/* ==========================================================================
  join section
   ========================================================================== */
  
#call_to_action{
	background:url(../images/2.jpg);
	
	background-attachment:fixed;
	
}
#call_to_action .btn.btn-primary{
	margin-left:20px;
	font-size:0.5em;
	
}
#call_to_action .over{
	margin-top:-100px;
	height:200px;
	
	padding-top:80px;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
}

 
/* ==========================================================================
  Gallery section
   ========================================================================== */
  
   
   


.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.receipe-item:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}
.receipe-item{
	position:relative;
	margin-bottom:20px;
	
}

.receipe--item-c{
	position:relative;
	margin-bottom:20px;
	border:25px solid #f1f1f1;
}
.receipe--item-c:hover .overlay {
  width: 100%;
  left: 0;
}



 
/* ==========================================================================
  specials section
   ========================================================================== */
  

#call_to_action_bg{
	background:url(../images/w2.jpg);
	background-attachment:fixed;
	margin-top:100px;
	position:relative;
	height:650px;
	overflow:hidden;
	
}
#youtube-video{
	
	top:-30px;
	left:-20%;
	width:120%;
	height:900px;
	position:absolute;
}

.features{
	background-color:rgba(255,255,255,0.6);
	

}
.features .images{
	background-color:#ccc;
	color:white;

	overflow:hidden;
	
	
}
.features .images img{
	width:100%;
}

.features h5{
	padding:10px;
	
	background-color:#F10909;

	color:white;
}
.features p{
	padding:10px;
	
}

/* ==========================================================================
  portfolio section
   ========================================================================== */
  
.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: white;
    padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}



/* ==========================================================================
  review section
   ========================================================================== */
  
#call_to_action_lg .over2{
	
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	padding-top:90px;
	height:400px;
	margin-top:-100px;
}

#call_to_action p{
	color:white;
	font-size:2em;
	
}

#call_to_action_lg{
	background:url(../images/index6.jpg);
	height:400px;
	background-attachment:fixed;
	margin-top:100px;
	
	
}
#call_to_action_lg p{
color:#f1f1f1;	
font-size:1.1em;
}
#call_to_action_lg h3{
color:#f1f1f1;	
}


  .star i{
	  
	  font-size:17px;
	  color:red;
  }


/* ==========================================================================
  team section
   ========================================================================== */
  
 .bordered {
    
    border-width: 1px;
    border-color: #F10909;
	
   
  }

  
/* ==========================================================================
 contact section
   ========================================================================== */


  #call_to_action_ft{
	background:url(../images/cover.jpg);

	background-attachment:fixed;
	margin-top:100px;
	position:relative;
	
}
/* #call_to_action_ft .over{ */
	/* background:url(../images/cover.jpg); */

	/* background-attachment:fixed; */
	/* margin-top:100px; */
	
/* }	 */
#call_to_action_ft .over{
	background:rgba(0,0,0,0.7);
	position:absolute;
	height:100%;
	width:100%;
	top:0;
}

#call_to_action_ft h3{
	color:white;
	
}
.form-control{
	
	background:transparent;
	border-radius:0px;
}
/* ==========================================================================
  footer section
   ========================================================================== */
  


 /*Responsive*/
@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}







 










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
