/*   @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Regular.woff2') format('woff2'),
          url('../fonts/Plain-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Light.woff2') format('woff2'),
          url('../fonts/Plain-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Bold.woff2') format('woff2'),
          url('../fonts/Plain-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  } */
	
.phone {
	font-size: 22px !important;
}
  :root {
    --primary-color:        #ffa500;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --about-bg-color:       #f9f9f9;

    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Plain', sans-serif;
    --font-weight-bold:     bold;
    --font-weight-normal:   normal;
    --font-weight-light:    300;
    --font-weight-thin:     100;

    --h1-font-size:         48px;
    --h2-font-size:         36px;
    --h3-font-size:         28px;
    --h4-font-size:         24px;
    --h5-font-size:         22px;
    --h6-font-size:         22px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100%;
    --border-radius-small:  2px;
  }


 body {
   background: var(--white-color);
   font-family: system-ui !important;
   color: #000;
 }

#class {
	background: #f2eee3 !important;
    border-top: solid 1px #e5e0d3;
}


.column-left{
	width: 100px !important;
}

/* POP-UP */
.carousel-control-next-pop-up, 
.carousel-control-prev-pop-up {
  top: auto;
  bottom: 50px;
  opacity: 1;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.carousel-control-next-pop-up {
	font-size: 40px;
	right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-pop-up {
	font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.fa-chevron-left,
.fa-chevron-right {
	font-size: 70px;
    color: #cd9700;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.border-top-white {
	border-top: solid 1px #3e3257;
}

.p-0 {
  padding: 3px !important;
}

.carousel-control-next-pop-up, 
.carousel-control-prev-pop-up {
  top: auto;
  bottom: 50px;
  opacity: 1;
}

.carousel-control-next-pop-up {
	right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-pop-up {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.text-wrap {
	text-wrap: wrap;
}

.text-left.gold {
	color: #000;
	font-weight: 700;
	/* font-size: 20px; */
}

.spe {
	font-size: 36px;
}

.about.section {
	background: #f4f4f4 !important;
}

.contact.section {
	background: #f2eee3 !important;
}

.border-top {
    border-top: 1px solid #000000 !important;
}

.welcome {
	font-size: 30px;
	font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    
    /* background: linear-gradient(360deg, #cc9041, #fbf3a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
}

.bg-colors {
    color: #fff !important;
    border: 2px solid !important;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(to left, #916a03, #bb8b0c, #fff, #896400, #6b4c00) !important;
    padding: 15px !important;
    margin-top: 30px !important;
    width: 270px !important;
    background: transparent !important;
}

/* new css for Milano Sugar */
.modal-content{
	padding: 0 !important;
}
.modal-title {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
    width: 80%;
    padding: 0 !important;
    text-align: left;
}
.modal-header {
    background: #f7f7f7;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header,
.modal-footer {
    background: linear-gradient(317deg, #5e4c1d, #ffedb6);
}

.modal-body {
	background: #eee;
}

.size-text {
	font-size: 18px;
}

.modal-body .border-bottom {
	border-bottom: 1px solid #fff !important;
}

.description {
    color: #5e5e5e;
    font-style: italic;
    font-size: 14px;
    text-align: justify;
}

.btn-secondary {
    color: #f4eaa0;
    background-color: #282828;
    border-color: #c19b56;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #282828;
    border-color: #fff;
}

.custom-btn.service h3{
	color: #000;
}


.navbar-brand img{
	height: 80px;
}

.social-icon.footer li a{
	color: #242424;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background: linear-gradient(191deg, #ca9600, #e4d38c, #a07700);
    border: solid 1px #bd9800;
    border-radius: 25px;
}

.text-gold {
    background: linear-gradient(180deg, #d1a03c, #d2be38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gold1 {
    background: linear-gradient(360deg, #a1283c, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gold.banner {
    background: linear-gradient(360deg, #d1a03c, #fff191);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 0px;
    letter-spacing: 2px;
}
.text-grey{
	background: linear-gradient(360deg, #a1283c, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	font-weight: 400;
}

.mright {
	margin-right: 9%;
}

.scroll-img {
	max-height: 750px;
	overflow-y: scroll;
}

.class-thumb {
  	position: relative;
  }
  
.class-thumb .item-thumb {
  background: #10082163;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: bottom 0.5s ease;
}

.class-thumb .item-thumb:hover {
	opacity: 1;
}

.item-thumb .btn-icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-icon a {
  color: #332a0d;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background: linear-gradient(155deg, #f1e49b, #846132);
    border: solid 1px #ffda6d;
    border-radius: 25px;
}

.btn-icon a i {
	font-size: 15px;
}


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: var(--font-weight-thin);
    line-height: normal;
  }

  h1 {
    font-size: 65px;
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 20px 0;
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    /* letter-spacing: -2px; */
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 0;
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    color: #8c5953;
    font-size: var(--h6-font-size);
    line-height: inherit;
    margin: 0;
  }

  p {
    color: #fff;
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    line-height: 1.5em;
  }

  b, 
  strong {
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
  }

  .section {
    padding: 7rem 0;
  }


  /* BUTTON */
.close:focus{
  outline: none;
}

 .custom-btn {
   background: #f2eee3;
    border-radius: var(--border-radius-small);
    padding: 0px 20px;
    border: solid 2px #ffffff;
    box-shadow: 1px 2px 3px #9e9e9e;
   /* color: var(--white-color); */
  /*  border: 1px solid !important;
   border-image-slice: 2 !important;
   border-width: 2px !important;
   border-image-source: linear-gradient(to left, #cc9041, #bb8b0c, #fff, #cc9041, #8c632d) !important; */
   font-size: 25px;
   font-weight: var(--font-weight-normal);
   text-transform: uppercase;
   letter-spacing: 0.5px;
   white-space: nowrap;
   transition: all 0.3s ease;
  }
  
  .mb-V {
  	margin-bottom: 5rem !important;
  }
  
  .margin-l {
  	margin-left: 15px;
  }

/*   .custom-btn:hover {
    color: var(--primary-color);
     border: 1px solid !important;
	   border-image-slice: 2 !important;
	   border-width: 2px !important;
	   border-image-source: linear-gradient(to top, #916a03, #bb8b0c, #fff, #896400, #6b4c00) !important;
	   font-size: 25px;
  } */

  .custom-btn:focus {
    box-shadow: none;
  }

  .custom-btn.bordered:hover,
  .custom-btn.bordered:focus,

  .custom-btn.bg-color:hover,
  .custom-btn.bg-color:focus {
    background: #703e3a;
    border-color: transparent;
    color: white;
  }

  .bordered {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }

  .bg-color {
    color: #000000 !important;
    font-size: 18px;
    letter-spacing: 2px;
    border: 2px solid !important;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(to left, #916a03, #dbb03e, #fff, #d5b45c, #6b4c00) !important;
    padding: 6px 24px !important;
    margin-top: 30px !important;
    background: linear-gradient(214deg, #95590a, #fbf3a8, #95590a) !important;
  }
  .bg-color:hover {
  	color: #fff !important;
    border-image-source: linear-gradient(345deg, #916a03, #dbb03e, #fff, #d5b45c, #6b4c00) !important;
    background: #f4d44830 !important;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: #ffe57e;
    outline: none;
    text-decoration: none;
  }


  /* BG OVERLAY */

  .bg-overlay {
    background: var(--dark-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
  }


  /*---------------------------------------
     MODAL              
  -----------------------------------------*/

  .modal-content {
    padding: 0;
  }

  .modal-header,
  
  .modal-footer {
    border: 0;
    padding: 0 15px 15px;
  }

  .membership-form a {
    color: var(--primary-color);
  }
  .modal-backdrop.show {
    opacity: .6;
}


  /*---------------------------------------
    FEATURE          
  -----------------------------------------*/

  .feature {
    background: #fce0e0;
    padding: 5rem 0;
  }


  /*---------------------------------------
     MENU             
  -----------------------------------------*/

  .navbar {
    background: #fdfdfd;
    padding: 5px;
    box-shadow: 1px 1px 5px #b5b5b5;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .navbar-brand {
    color: var(--white-color);
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    padding-top: 0;
  }

  .nav-item .nav-link {
    display: block;
    color: #daa816;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 6px;
    text-shadow: 0px 1px 1px #956400;
  }

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    /* color: #f5e59c; */
    font-weight: 700;
  }

  .navbar .social-icon li a { 
    color: #daa827;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: #fcda5a;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: #d5a952;
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }

  /*---------------------------------------
     HERO              
  -----------------------------------------*/

  .hero {
    background-image: url('../images/home/Aria-nail-bar-banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }

@media (max-width: 1600px) {
	.hero-banner {
	   	margin-top: 80px;
	   	position: relative;
	}
}

.hero-banner .slider {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.hero-banner .overlay {
	position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    text-align: center;
}

.slider-content {
	position: absolute;
    z-index: 1;
    top: 65%;
    margin: auto;
    display: block;
}

.slider-content .row {
	background: #0d021863;
}

.hero-banner .owl-nav.disabled {
	display: block;
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.owl-nav i {
	font-size: 60px;
	color: #ffe67663;
} 

.owl-nav i:hover {
	font-size: 60px;
	color: #ffe676;
} 

@media (max-width: 450px) {
	.owl-nav i {
		color: #ffe67600;
	}
	.owl-nav i:hover {
		color: #ffe67600;
	} 
}

  /*---------------------------------------
     CLASS               
  -----------------------------------------*/

  .class-info {
    background: var(--white-color);
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    border-radius: 0 0 2px 2px;
    padding: 1rem 2rem;
    position: relative;
  }

  .class-info img {
    border-radius: 2px 2px 0 0;
  }

  .class-info strong {
    color: var(--gray-color);
  }

  .class-price {
    background: var(--primary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
  }


  /*---------------------------------------
     SCHEDULE             
  -----------------------------------------*/

  .schedule {
    background: #262218cc;
    border-top: solid 1px #2f2f2f;
    border-bottom: solid 1px #2f2f2f;
  }
  
  .schedule h2 {
    font-size: 40px;
  }

  .schedule-table {
    display: table;
    border: 0;
    text-align: center;
  }

  .schedule-table strong,
  .schedule-table span {
    display: block;
    text-align: center;
  }

  .schedule-table strong {
    color: var(--white-color);
  }

  .schedule-table span {
    color: var(--gray-color);
  }

  .schedule-table span,
  .schedule-table small {
    font-size: var(--menu-font-size);
    text-transform: uppercase;
  }

  .schedule-table small {
    position: relative;
    top: 10px;
  }

  .table .thead-light th,
  .schedule-table tr td:first-child {
    background: var(--primary-color);
    border: 1px solid #212122;
    color: var(--white-color);
  }

  .schedule-table .thead-light th {
    border-bottom: 0;
    text-transform: uppercase;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #212122;
  }

  .table-bordered td {
    padding-bottom: 22px;
  }

  .table td, .table th {
    padding: 1rem;
  }


  /*---------------------------------------
      ABOUT & TEAM            

  -----------------------------------------*/

.about, #women {
    background: #f4f4f4;
    border-top: solid 1px #e5e0d3;
}

.about h2 {
	background: linear-gradient(180deg, #d1a03c, #d2be38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    
    font-size: 40px !important;
    letter-spacing: 1px;
}

.about p {
	color: #000;
	text-align: justify;
	font-weight: 400;
}

.text-align-justify {
   	text-align: justify;
}	

.about-working-hours {
    border-left: 2px solid #edc8c0;
    padding-left: 3.5rem;
}

.bg-black {
  	background: #242424;
}	
  
.bg-yellow{
  	background: #222;
}

.about-working-hours strong {
    color: var(--white-color);
    opacity: 0.85;
}

.team-thumb {
    position: relative;
}

.team-info {
    background: var(--white-color);
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
}

.team-info span {
    font-weight: var(--font-weight-light);
    opacity: 0.85;
}

.team-info .social-icon {
    position: absolute;
    top: 10px;
    right: 20px;
}

.team-info .social-icon li {
    display: block;
}


  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  .webform input,
  button#submit-button {
    height: calc(2.25rem + 20px);
  }

  .form-control {
    border-radius: var(--border-radius-small);
    margin: 1.3rem 0;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: var(--dark-color);
  }

  button#submit-button {
    background: var(--dark-color);
    border-color: transparent;
    color: var(--white-color);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  button#submit-button:hover {
    background: var(--primary-color);
  }

  .contact h2 + p {
    max-width: 90%;
  }

  .google-map iframe {
    width: 100%;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

.site-footer {
  border-top: 1px solid #21133f;
  padding: 20px 0;
  background: #0b0414;
}

.site-footer a {
  color: #eabe25;
  font-weight: var(--font-weight-light);
}

.site-footer p {
  color: #757575;
}

.site-footer p span {
  color: #eabe25;
}

.contact .fa,
.site-footer .fa {
  color: #d8b434;
}

.contact h2 span {
	background: linear-gradient(180deg, #d1a03c, #d2be38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 40px !important;
    letter-spacing: 1px;
}

.contact h2 {
	color: #242424;
}


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-bold);
    text-align: center;
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
  }

  .social-icon li a:hover {
    color: #ddb400;
    background: #ffffff;
    border: solid 1px #daa630;
  }

  .social-icon.ml-lg-3 {
  	margin: 0;
  }

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 992px) {

    .section {
      padding: 8rem 0;
    }

    .nav-item .nav-link {
      padding: 6px;
    }

    .navbar .social-icon {
      margin-top: 22px;
    }

    .navbar-collapse,
    .site-footer {
      text-align: center;
    }

    .schedule-table {
      display: block;
    }

    .modal-content {
      padding: 1rem;
    }
  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 35px;
    }

    .about-working-hours {
      border-left: 0;
      padding: 22px 0 0 0;
    }

    .contact h2 span {
      display: block;
    }
    
    .hero-text h6 {
    	font-size: 16px;
    }
    
    .about h2 {
    	font-size: 30px !important;
    }
    
    .schedule h2 {
	    font-size: 38px;
	}
    
  }



p{
  color: #000;
}
@media (max-width: 768px) {
  .booking{
    background-position: 20% !important;
  }
  .line-dash{
    margin: 20px 0 !important;
  }
  
  .slider-content {
	    top: 50%;
	}
}


/*Menu service*/
.border-right-img {
  border-right: 1px solid rgba(255,255,255,0.1);
}
img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .title-big {
    padding: 0 0 10px 0;
    font-size: 25px;
    border-bottom: 2px solid #dee2e6 !important;
  }
}
.line-dash {
  border: 1px solid rgba(255,255,255,0.05);
  height: 0.5px;
  width: 100%;
  margin: 40px 0;
}
.title-group {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}
.title-big{
  font-size: 32px;
  color: #8c5953;
  font-weight: 300;
  padding: 0 0 16px 0;
  letter-spacing: 4px;
}
.title-small div{
  text-transform: capitalize;
}

.color-price{
  color: #000 !important;
    /*display: none;*/
/*}*/
}

@media (max-width: 480px){
  .navbar-brand{
    margin-right: 0 !important;
  }
  .navbar-toggler{
    margin-right: 7px;
  }

}
@media (max-width: 424px){
  .navbar-brand{
    width: 50%;
  }

}
.note{
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  font-style: italic;
}
.desc{
  font-size: 17px;
  color: #666;
  margin-bottom: 0;
}




/*slider 2*/
.hero-carousel .owl-prev, .hero-carousel .owl-next {
  width: 60px;
  height: 60px;
}

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
}

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9;
}

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-carousel .owl-item img {
  /*height: 406px;*/
  object-fit: cover;
  max-width: 100%;
  border: solid 1px #ddd;
}

/*@media (min-width: 992px) {*/
  /*.hero-carousel .owl-item img {*/
    /*height: calc(100vh - 130px);*/
  /*}*/
/*}*/
.lnr-chevron-left:before, .lnr-chevron-right:before{
  color: white;
  font-weight: bold;
}
.hero-carousel .owl-prev, .hero-carousel .owl-next{
  background-color: #f29884;
}
.text-day, p.text-day{
  font-size: 18px;
}

.hero-carousel .owl-prev:hover, .hero-carousel .owl-next:hover{
  color: #000;
}
.title-small div{
  font-size: 17px;
}

/*Modal*/


h2.modal-title{
  font-size: 30px;
  font-weight: 300;
}

.modal-header .close {
  margin: 0 !important;
  padding: 0 !important;
}


.btn-callnow{
  padding: 10px 7px;
  text-align: center;
  float: left;
  background: #e64b33;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 19px;
}
.btn-booknow{
  padding: 25px 7px;
  text-align: center;
  float: left;
  background: #e64b33;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.btn-booknow:hover, .btn-booknow:active,
.btn-callnow:hover, .btn-callnow:active{
  background: #b63c29;
  color: #fff;
}

/*---*/

.boxed-page .section-padding,
.section-padding-contact{
    padding-top: 65px;
    padding-bottom: 65px;
}


.overlay .section-content {
  position: relative;
  z-index: 1;
}

.heading-menu .text-center{
  font-size: 25px !important;
}

.menu-img {
  overflow: hidden;
  height: auto;
  width: 300px;
}

@media (max-width: 767px) {
  .team-card .img-fluid {
      width: 100%;
  }

  .hero-left {
      height: auto;
  }
}

@media (min-width: 1440px) {
  .team-card .img-fluid {
      width: 100%;
  }
  .testi-content .testi-text {
      /*padding: 30px 10% !important;*/
  }
  .testi-content .owl-dots{
      padding-bottom: 30px;
  }
}

.menu-img img {
  transition: all .5s ease;
  height: auto;
  object-fit: cover;
  border: 2px solid #d1cab8;
  border-radius: 100%;
}

.menu{
  border-radius: 0% !important;
}
