* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px;*/
  /*10px / 16px = 0.625 = 62.5%*/
  /* Percentage of user's browser font-size setting*/
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
  align-items: center;
}

/*****************/
/* general resuable components*/
/**********************/

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.grid {
  display: grid;
  gap: 96px;
}

.grid--2cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4-c0ls {
  grid-template-columns: repeat(4, 1fr);
}

.heading-primary {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  color: azure;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

.btn:link,
.btn:visited {
  display: inline-block;

  text-decoration: none;
  font-size: 20px;
  padding: 16px 32px;
  border-radius: 6px;
  transition: background-color 0.5s;
}

.btn--full:link,
.btn--full:visited {
  background-color: #e67e22;
  color: #fff;
}

.btn--full:hover,
.btn--full:active {
  background-color: coral;
  color: black;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: beige;
  color: #555;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: azure;
  box-shadow: inset0 0 0 3px #fff;
}
.margin-right-sm {
  margin-right: 16px !important;
}
/**********************/
/*header*/
/**********************/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fae5d3;

  height: 96px;
  padding: 0 48px;
}

/**************************/
/*logo*/
/**************************/

.logo {
  height: 140px;
  float: left;
}
/**************************/
/*navigation*/
/**************************/
.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav-link:link,
.main-nav-link:visited {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.5s;
}
.main-nav-link:hover,
.main-nav-link:active {
  color: black;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 14px 10px;
  border-radius: 6px;
  color: #fff;
  background-color: #e67e22;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: coral;
  color: black;
}

/**********************/
/*hero section*/
/**********************/
.section-hero {
  background-color: #fae5d3;
  padding: 48px 0 96px 0;
  background-image: url("images/background-booking.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.section-hero1 {
  background-color: #fae5d3;
  padding: 48px 0 96px 0;
  background-image: url("images/master-slides-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.hero {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}

.hero-description {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 48px;
  color: #fff;
}

.hero-img {
  width: 100%;
}
/***********************/
/*how it works*/
/***********************/

.about-us {
  padding: 96px 0;
  background-color: #fae5d3;
}

.containerr {
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}

.gridd {
  display: grid;
  gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.about-us div div {
  padding: 10px;
  color: #fae5d3;
  font-size: 20px;
  background-color: #e67e22;
  justify-content: space-around;
}


.our-team {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;


}
.our-team {
  
  font-size: 35px;
  padding: 32px 660px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: bold;
  position: left;
}

.line {
  color: #e67e22;
}

.social{
  padding: 5% 0;
}


/***********************/
/*add two videos*/
/***********************/

#wrapper { 
  width: 920px; 
  height: auto; 
  margin: 0 auto;
  background-color: #fae5d3;
} 
#home1 { 
  width: 47.5%; 
  height: 300px; 
  float: left; 
  margin-right: 5%;
} 

#home2 { 
  width: 47.5%; 
  height: 300px; 
  float: left; 
}

.clear{
  clear: both;
}
/* videos end*/


.footer {
  text-align: center;
  font-size: 20px;
  background-color: #fae5d3;
}

/* ///////////..ini dari Mahanialoneopy../////////// */
/* Our Story Styles */

/* ......//about us//...... */

#about {
  padding: 50px 0;
  background: #f5f5f7;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#about h2 {
  font-size: 2.3rem;
}

#about p {
  font-size: 1.2rem;
  color: #555;
}

#about large {
  font-size: 2.5em;
  color: #666;
  font-weight: 600;
}

.about-img {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: about-img-animation 1s ease-in-out forwards;
}

.p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25em;
}
@keyframes about-img-animation {
  100% {
    transform: translate(0);
  }
}

.about-text {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-text-animation 1s ease-in-out forwards;
}

@keyframes about-text-animation {
  100% {
    transform: translate(0);
  }
}

.about-img img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}



/* ///////////..utility classes../////////// */

/* ///////////..ini dari Mahanialoneopy../////////// */

/* xxxxxxxxxxxxxxxxxxxxxxxx*/

/* Menu ThkU*/


#menu {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px 40px;
  background: bisque;
  min-height: 100vh;
  /* margin-bottom: 20px; */
}

/*******for menu and deserts pages*****/
.heading {
  background: lightsalmon;
  background-image: url(images/background-menu1.jpg); 
	height: 250px;
  color: black;
  margin-bottom: 30px;
  padding: 60px 0 30px 0;
  grid-column: 1/-1;
  text-align: center;
  font-size: 40px;
}


.h3 {
  color: black;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 5px;
}
.card {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  margin: 10px 20px;
}

.card img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}

.details {
  padding: 20px 10px;
  display: grid;
  grid-template-rows: auto 1fr 50px;
  grid-row-gap: 15px;
}
.details-sub {
  display: grid;
  grid-template-columns: auto auto;
}
.details-sub h5 {
  font-weight: 600;
  font-size: 18px;
}
.price {
  text-align: right;
}
.details p {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 25px;
  align-self: stretch;
}
.details button {
  /* background-color: #cb202d; */
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
  width: 180px;
}


button {
  background-color: rgb(22, 22, 94);
  color: white;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: rgb(94, 158, 61);
}



/* ............/navbar/............ *

/* desktop mode............/// */



.navbar {
  box-shadow: 0px 5px 10px 0px #aaa;
  position: fixed;
  width: 100%;
  background: #fff;
  color: #000;
  opacity: 0.85;
  height: 50px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #117964;
  transition: color 0.3s ease-in-out;
}


/* xxxxxxxxxxxxxxxxxxxxxxxx*/


/*food Search digini*/



/* CSS for All */

body {
    background-color:#e67e22
}
.text {
    height: 100px;
    display: inline-block;
    font-size: 100px;
    line-height: 86%;
    font-family: Modak;
    padding-left: 7px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 0px;
    text-shadow: 7px 7px 0px #d2d2d22e;
}
.heading {
    margin-top: 30px;
}
.text-1 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='200px' height='200px' viewBox='0 0 400 400'%3e%3cdefs%3e%3cfilter id='filter' width='400px' height='400px' filterUnits='objectBoundingBox' primitiveUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-color='%23f5576c' flood-opacity='1' x='0' y='0' width='250px' height='250px' result='flood3'%3e%3c/feFlood%3e%3cfeFlood flood-color='%23f093fb' flood-opacity='1' x='150px' y='150px' width='250px' height='250px' result='flood4'%3e%3c/feFlood%3e%3cfeGaussianBlur stdDeviation='50 50' x='0%25' y='0%25' width='100%25' height='100%25' in='flood3' edgeMode='none' result='blur1'%3e%3c/feGaussianBlur%3e%3cfeGaussianBlur stdDeviation='50 50' x='0%25' y='0%25' width='100%25' height='100%25' in='flood4' edgeMode='none' result='blur2'%3e%3c/feGaussianBlur%3e%3cfeBlend mode='normal' x='0%25' y='0%25' width='100%25' height='100%25' in='blur2' in2='SourceGraphic' result='blend5'%3e%3c/feBlend%3e%3cfeBlend mode='normal' x='0%25' y='0%25' width='100%25' height='100%25' in='blur1' in2='blend5' result='blend6'%3e%3c/feBlend%3e%3c/filter%3e%3c/defs%3e%3crect width='400' height='400' x='0' y='0' fill='%23fee140' filter='url(%23filter)'%3e%3c/rect%3e%3c/svg%3e");
}

.text-2 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='200px' height='200px' viewBox='0 0 400 400'%3e%3cdefs%3e%3cfilter id='filter' width='400px' height='400px' filterUnits='objectBoundingBox' primitiveUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-color='%238fd3f4' flood-opacity='1' x='0' y='0' width='250px' height='250px' result='flood3'%3e%3c/feFlood%3e%3cfeFlood flood-color='%2396e6a1' flood-opacity='1' x='150px' y='150px' width='250px' height='250px' result='flood4'%3e%3c/feFlood%3e%3cfeGaussianBlur stdDeviation='50 50' x='0%25' y='0%25' width='100%25' height='100%25' in='flood3' edgeMode='none' result='blur1'%3e%3c/feGaussianBlur%3e%3cfeGaussianBlur stdDeviation='50 50' x='0%25' y='0%25' width='100%25' height='100%25' in='flood4' edgeMode='none' result='blur2'%3e%3c/feGaussianBlur%3e%3cfeBlend mode='normal' x='0%25' y='0%25' width='100%25' height='100%25' in='blur2' in2='SourceGraphic' result='blend5'%3e%3c/feBlend%3e%3cfeBlend mode='normal' x='0%25' y='0%25' width='100%25' height='100%25' in='blur1' in2='blend5' result='blend6'%3e%3c/feBlend%3e%3c/filter%3e%3c/defs%3e%3crect width='400' height='400' x='0' y='0' fill='%23d4fc79' filter='url(%23filter)'%3e%3c/rect%3e%3c/svg%3e");
}

*{
    margin: 0 ;
    padding: 0 ;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.container{
    width: 80%;
    margin: 0 auto;
    padding: 1%;
}
.img-responsive{
    width: 100%;
}
.img-curve{
    border-radius: 15px;
}

.text-right{
    text-align: right;
}
/************text-center***********/
.text-center{
    text-align: center;
    animation: center;
}

/************text-center***********/
/************text-center***********/
/************text-center***********/
.text-left{
    text-align: left;
}
.text-white{
    color: white;
}

.clearfix{
    clear: both;
    float: none;
}

a{
    color: darkblue;
    text-decoration: none;
}
a:hover{
    color: orangered;
}
/*************btn*************/
.btn{
    padding: 1%;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
}
/**************btn-primary*************/
/*start desert,appetizer, beverages order box button*/
.btn-primary{
    background-color: palevioletred;
    color: white;
    cursor: pointer;
/*end desert,appetizer, beverages order box button*/

/*start desert,appetizer, beverages order box button hover*/
}
.btn-primary:hover{
    color: black;
    background-color:olivedrab;
}

/*end desert,appetizer, beverages order box button hover*/
/**************btn-primary*************/

h1{
  
    align-content: center;
    font-family: "cosmic sans-serif"
}
h2{
    color: #0d6bb8;
    font-size: 2rem;
    margin-bottom: 2%;
    font-family: "cosmic sans-serif"
}
h3{
    color:black;
    font-size: 1.5rem;
}
h4{
    color: gold;
}
h5{
    color: black;
    font-size: 1.2rem;
  }

  
    .Timings p{
        color: white;
        font-family: "cosmic sans-serif";
    }
 


/* CSSS for navbar section */






/* CSS for Food Menu */
.food-menu{
    background-color: lightskyblue;
}
.food-menu-box{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);

  
  width: 40%;
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  margin: 5%;
  padding: 10%;
  float: left;

  background-color: white;
  border-radius: 15px;
}

.food-menu-img{
    width: 100%;
    float: left;
}

.food-menu-desc{
    width: 100%;
    float: left;
    margin-left: 1%;
}

.food-price{
    font-size: 1.2rem;
    margin: 2% 0;
}
.food-detail{
    font-size: 1.5rem;
    color: #747d8c;
}




/* for Order Section */
.order{
    width: 50%;
    margin: 0 auto;
}
.input-responsive{
    width: 96%;
    padding: 1%;
    margin-bottom: 2%;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.order-label{
  margin-bottom: 1%; 
  font-weight: bold;
}






/* CSS for Mobile Size or Smaller Screen */







/*******  SSSSSSSSSS ********/

 
 footer, header,  main, nav, section {
  display: block;
}
/*******latarbelakang atas contact tukar fae********/
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  text-align: left;
  background-color: #fae5d3;
}
/*******latarbelakang atas contact tukar fae********/


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


a {
  color: #DA9F5B;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #be792b;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #33211D;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}



h3, .h3 {
  font-size: 1.75rem;
}


h4, .h4 {
  font-size: 1.5rem;
}



h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}



/*************container-fluid***********************/
.container,
.container-fluid
 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*************container-fluid***********************/



.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


/*******col-md-6 , col-lg-3 ada sini******/
.col-md-6,
 .col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}



/*******mempengaruhi size cont tel**********/


.col-sm-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-sm-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-sm-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }


  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }



/**********.form-control****************/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/**********.form-control****************/


.btn {
  display: inline-block;
  font-weight: 400;
  color: #555555;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.btn-primary {
  color: #212529;
  background-color: #DA9F5B;
  border-color: #DA9F5B;
}

.primary-btn{
  background-color: #d38d3c;
  border-color: #d18731;
}




.btn-outline-light {
  color: #FFFBF2;
  border-color: #FFFBF2;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #FFFBF2;
  border-color: #FFFBF2;
}


/*btn-lg*******************/
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}



.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/************form-control****************/

/******************input-group-append****************/
.input-group-prepend,
.input-group-append {
  display: flex;
}
/******************input-group-append****************/

/******************input-group-append****************/
.input-group-append {
  margin-left: -1px;
}


/******************input-group-append****************/
.

/******************input-group-append****************/




.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}







.bg-white {
  background-color: #fff !important;
}

/********bg-transparent****************/
.bg-transparent {
  background-color: transparent !important;
}
/********bg-transparent****************/


/*********border-light***********/
.border-light {
  border-color: #FFFBF2 !important;
}



/******************w-100*******************/
.w-100 {
  width: 100% !important;
}



/************mb-0***************/
.mb-0 {
  margin-bottom: 0 !important;
}



/***********mb-2**************/
.mb-2 {
  margin-bottom: 0.5rem !important;
}




/***********mt-4**************/
.mt-4{
  margin-top: 1.5rem !important;
}


/******************mb-4*****************/
.mb-4 {
  margin-bottom: 1.5rem !important;
}



/**************mb-5*******************/
.mb-5
 {
  margin-bottom: 3rem !important;
}


/*********px-3************/

.px-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
}

/**********p-4*******************/
.p-4 {
  padding: 1.5rem !important;
}
/**********p-4*******************/

/**********py-4*********************/

.py-4 {
  padding-top: 1.5rem !important;
}

.pt-5{
  padding-top: 3rem !important;
}


/********pb-5**************/
.pb-5 {
  padding-bottom: 3rem !important;
}
/********pb-5**************/



  /************px-md-5**************/

  .px-md-5 {
    padding-right: 3rem !important;
  }


.text-lowercase {
  text-transform: lowercase !important;
}

/******************text-uppercase****************/
.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/**************font-weight-bold*************/
.font-weight-bold {
  font-weight: 700 !important;
}
/**************font-weight-bold*************/

/************text-white*************/
.text-white {
  color: #fff !important;
}
/************text-white*************/


/******text-danger***********/
.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
/******text-danger***********/


/********** Custom CSS ************/
h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-medium {
  font-weight: 500 !important;
}

h5,
h6,
.font-weight-normal {
  font-weight: 400 !important;
}

.btn-square {
  width: 36px;
  height: 36px;
}


/***********/
/***********btn-lg-square***********/
.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}


.section-title {
  position: relative;
  padding: 115px 0 35px 0;
  text-align: center;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  top: 0;
  left: 50%;
  margin-left: 1px;
  background: #DA9F5B;
}

/******icon for service page*********/
.service-icon {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  color: #33211D;
  background: #DA9F5B;
}

.menu-price {
  position: absolute;
  margin: 0;
  top: -5px;
  right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  color: #33211D;
  background: #DA9F5B;
}

.m-0{
  font-size: 1.25em;
}


/*********contact=form, help-block****************/
.contact-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*********contact=form****************/



.offer,
.footer {
  background: linear-gradient(rgba(51, 33, 29, 0.9), rgba(51, 33, 29, 0.9)), url(../img/bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
