@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

*,
*:after,
*:before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:active,
:hover,
:focus{
	outline: 0 !important;
	outline-offset: 0;
}

a,
a.hover{
	text-decoration: none;
}

a.hover{
	color: var(--primary-color) !important;
}

ul,
ol{
	margin: 0;
	padding: 0;
}


/*Variable Define*/
:root{
	--primary-color: #A82C48;
	--secondary-color: #43121d;
	--third-color: #f98169;
	--white-color: #fff;
	--text-color: #555;
	--text-gray: #999;
	--black-color: #000;
	--primary-font: 'Roboto', sans-serif;
	--secondary-font: 'Quicksand',sans-serif;
}

html{
	scroll-behavior: smooth;
}

body{
	font-family:var(--primary-font);
	font-size:100%;
	font-weight: 400;
}



/* """"""""""
Custom Scrollbar
"""""""""" */

::-webkit-scrollbar{
	width: 0.625rem;
}
::-webkit-scrollbar-track{
	background: var(--white-color);
}
::-webkit-scrollbar-thumb{
	background: var(--primary-color);
}


/* 
    =========
    Custom CSS Design
    =========*/

h1 {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 3rem;
	color:var(--secondary-color);
}

h2 {
	font-weight: 700;
	font-size: 2.25rem;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	color:var(--secondary-color);
	line-height: 3rem;

}

h4 {
	color:var(--secondary-color);
	font-family: var(--secondary-font);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

h5 {
	color:var(--primary-color);
	text-transform: capitalize;
	font-family: var(--secondary-font);
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 00.5rem;
}

p {
	font-size: 1rem;
	color:var(--text-color);
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: 1px;
}

.main-btn {
	display: inline-block;
	padding: 0.625rem 1.875rem;
	line-height: 1.5625rem;
	background-color:  var(--primary-color);
	border: 0.1875rem solid var(--primary-color);
	color: var(--white-color);
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: capitalize;
	box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
	-webkit-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
}

.white-btn {
	padding: 0.625rem 1.875rem;
	line-height: 25px;
	background-color:  #727BD3;
	border:1px solid #727BD3;
	border-radius:8px;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: capitalize;
	box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
	-webkit-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	
}

.main-btn:hover {
	background-color: transparent;
	color: var(--primary-color);
}

.white-btn:hover {
	background-color: transparent;
	color: var(--primary-color);
	border-color: var(--third-color);
}

.wrapper {
	padding-top: 8.25rem;
	padding-bottom: 8.25rem;
}

.text-content {
	width:78%;
	margin:auto;
}

.counter-section h2,
.testimonial-section h2,
.book-food-text h2 {
	color: var(--white-color);
}

/* 
================
     Header Design
================
*/
.header-top-area {
     background:#CCCFF0;
}

.navigation-wrap {
	position: fixed;
	width: 100%;
	left: 0;
	z-index:1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navigation-wrap .nav-item{
	padding: 0 0.625rem;
	transition: all 200ms linear;
}
.navbar-toggler:focus{
	outline: unset;
	border: unset;
	box-shadow: none;
}
.nav-link{
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
	letter-spacing: 1px;
}
.navigation-wrap .main-btn{
	padding: 0.3125rem 1.4375rem;
	box-shadow: none;
	margin-left: 00.625rem;
}

/* Change navbar styling on scroll */

.navigation-wrap.scroll-on{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:var(--third-color);
	box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
	transition: all .15s ease-in-out 0s;
}


/* top-banner design */
.top-banner{
	width: 100%;
	background: url('../images/bg/bg-1.jpg') no-repeat center;
	background-size: cover;
	padding: 16.875rem 0 9.375rem;
}

/* counter-design */
.counter-section{
	background-color: var(--primary-color);
	padding: 2.5rem;
}
.counter-section p{
	color:var(--white-color);
	text-transform: uppercase;
}
/* Footer */
.site-footer {
	background-color: #CCCFF0;
	padding: 45px 0 20px;
	font-size: 15px;
	line-height: 24px;
	color: black;
	box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  }
  .site-footer hr {
	border-top-color: #bbb;
	opacity: 0.5;
  }
  .site-footer hr.small {
	margin: 20px 0;
  }
  .site-footer h6 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 2px;
  }
  .site-footer a {
	color: #737373;
  }
  .site-footer a:hover {
	color: #fff;
	text-decoration: none;
  } 
  .footer-links {
	padding-left: 0;
	list-style: none;
  }
  .footer-links li {
	display: block;
  }
  .footer-links a {
	color: #737373;
  }
  .footer-links a:active,
  .footer-links a:focus,
  .footer-links a:hover {
	color: #fff;
	text-decoration: none;
  } 
  .site-footer .social-icons {
	text-align: right;
  }
  .site-footer .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	margin-right: 0;
	border-radius: 100%;
	background-color: #33353d;
  }
  .copyright-text {
	margin: 0;
  }
  @media (max-width: 991px) {
	.site-footer [class^="col-"] {
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 767px) {
	.site-footer {
	  padding-bottom: 0;
	}
	.site-footer .copyright-text,
	.site-footer .social-icons {
	  text-align: center;
	}
  }
  .social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  }
  .social-icons li {
	display: inline-block;
	margin-bottom: 4px;
  } 
  .social-icons a {
	background-color: #eceeef;
	color: #818a91;
	font-size: 16px;
	display: inline-block;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-right: 8px;
	border-radius: 100%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .social-icons a:active,
  .social-icons a:focus,
  .social-icons a:hover {
	color: #fff;
	background-color: #29aafe;
  } 
  .social-icons a.facebook:hover {
	background-color: #3b5998;
  }
  .social-icons a.twitter:hover {
	background-color: #00aced;
  }
  .social-icons a.linkedin:hover {
	background-color: #007bb6;
  }
  .social-icons a.dribbble:hover {
	background-color: #ea4c89;
  }

  /* Sidebar */

  .main-said-bar {
	  background: #0675c1 !important;
	  padding: 20px 45px 80px 45px;
	  position: fixed;
	  height: 100vh;
	  width: 320px;
	  z-index: 5;
	  overflow: hidden;
	  overflow-y: auto;
	  overflow-x: hidden;
  }
  .pull-left {
	  float: left;
  }   