/*******************************/
/********* General CSS *********/
/*******************************/


@font-face {
    font-family: 'Future Tense';
    src: url('../fonts/FutureTense-Regular.woff2') format('woff2'),
        url('../fonts/FutureTense-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --primary: #C49C4A;
  --secondary: #ebd596;
  --bg-light: #f4f9e8;
  --text-dark: #151211;
  --text-white: #fff;
}

/* New */
.services-index {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--text-dark);
  padding: 12px;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
  transition: all .2s ease;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.services-index:hover {
  color: var(--text-white);
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.title-ser {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: var(--text-dark);
  text-align: left;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 5px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.text-sub-ser {
  font-family: "Josefin Sans", sans-serif;
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
}
.border-bottom {
    border-bottom: 1px solid #ddd !important;
}
.color-ser-title {
  padding: 0 8px 4px;
  color: var(--text-dark);
  text-align: left !important;
  font-size: 16px;
  line-height: 26px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
}
.signature {
  font-size: 25px;
  line-height: 25px;
  text-shadow: #ffe901 1px 0 7px;
  color: var(--secondary);
  font-family: "Dancing Script", serif;
  margin-bottom: 10px;
}
.color-ser-price {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: var(--text-dark);
  font-style: normal;
  font-size: 16px;
}
.box-imga {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.pcb-12 {
  padding-bottom: 12px;
}
.pct-10 {
  padding-top: 10px;
}
.pcl-11 {
  padding-left: 10px;
}
.pcl-28 {
  padding-left: 26px;
}
.pcb-28 {
  padding-bottom: 28px;
}
.pcr-28 {
  padding-right: 28px;
}
.pc-32 {
  padding: 0 16px 0 30px;
}
.desc {
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  color: #878787;
  padding: 5px 0;
  font-weight: 400;
}
.desc ul li::marker {
  color: #c12e378a;
}
.font-18 {
  font-size: 18px;
}
.font-22 {
  font-size: 22px;
}
.font-14 {
  font-size: 14px;
}
.desc ul li {
  padding: 0 0 4px;
}
.normal-font {
  font-size: 16px;
}
.pr9 {
  padding-left: unset;
}
.box-click:hover i,
.box-click:hover h2,
.box-click:hover h6,
.box-click:hover li {
  color: #c0971b !important;
  border-color: #c0971b !important;
}
/*
.details {
  height: 200px;
  overflow-y: auto;
}
.details::-webkit-scrollbar {
  width: 4px;
}

.details::-webkit-scrollbar-track {
  background: transparent;
}

.details::-webkit-scrollbar-thumb {
  background: #a98e92;
  border-radius: 10px;
}
*/

.box-contact {
  padding-top: 12px;
  padding-bottom: 12px;
}
.text-contact {
  color: #58595b;
  /*
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  */
  background: #f4f1e7;
  padding: 15px;
  display: block;
  min-height: 200px;
  transition: all .5s ease;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.text-contact i {
  width: 50px;
  height: 50px;
  padding: 12px 0;
  font-size: 25px;
  color: var(--text-dark);
  /*border: 1px solid var(--primary);*/
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  border-radius: 50px;
}
.text-contact a,
.text-contact h6 {
  color: var(--text-dark);
  transition: all .2s ease;
}
.text-contact:hover a,
.text-contact:hover h6 {
  color: var(--secondary);
  border-color: var(--primary);
}
.text-contact h6 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.text-contact h6 span:nth-child(1) {
  width: 30%;
  text-align: right;
  display: inline-block;
}
.text-contact h6 span:nth-child(2) {
  width: 70%;
  text-align: left;
  padding-left: 10px;
  display: inline-block;
}

.gap-12 {
  gap: 32px;
}
.rounded-12 {
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .pr9 {
    padding-right: 6px;
  }
  .pcl-11 {
    padding-left: 8px;
  }
  .pcr-28 {
    padding-right: 24px;
  }
  .text-about-footer {
    padding-bottom: 0;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .width-unset {
    max-width: unset;
    width: unset;
  }
  .service .col-left {
    padding-right: 0;
  }
  .service .col-right {
    padding-left: 0;
  }
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary);
  }
  .footer .copyright {
    margin-top: 30px !important;
  }

}

/* //New */

.hero-text h1,
.hero-text p,
.hero-text a {
  text-align: center;
}
.fs-18 {
  font-size: 18px !important;
}
.bold {
  font-weight: bold !important;
}
.content-special {
  position: absolute;
  top: calc((100% - 30px) / 2);
  left: 20%;
  right: 10%;
  padding: 36% 0;
}
.positon-relative {
  position: relative;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.uicolor_primary {
  color: var(--primary) !important;
}
.bg-white {
  background: transparent !important;
}

body {
  color: #000;
  background: transparent;
  text-align: justify;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.text-spec {
  background: -webkit-linear-gradient(
    315deg,
    rgba(228, 190, 88, 1) 0%,
    rgba(192, 151, 27, 1) 50%,
    rgba(231, 205, 123, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
a {
  color: var(--text-dark);
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.contact-text a:hover {
  color: #9d7603 !important;
}

.column-left {
  width: 70px;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.list-style-none {
  list-style: none !important;
}

.text-align-justify {
  text-align: justify;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.footer-logo img {
  max-width: 100%;
}

.container-fluid {
  max-width: 1366px;
}

.container-fluid.bg-light {
  max-width: 100%;
}

.back-to-top {
  position: fixed;
  display: none;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  right: 20px;
  bottom: 20px;
  border: solid 2px #fff;
  transition: background 0.5s;
  z-index: 100;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.back-to-top i {
  line-height: 40px;
  color: var(--text-dark);
}
.back-to-top:hover {
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.back-to-top:hover i {
  color: var(--text-dark);
}

.font-weight-bold.sub {
  font-size: 20px !important;
  border-bottom: 1px dashed #6e6e6e00 !important;
  color: #fff !important;
  font-style: italic;
}

.service-item.border-right {
  border-right: none !important;
}

.description {
  font-style: italic;
  color: #cbcbcb;
}

/* STAFF  */
.container-fluid {
  width: 100%;
}

.staff h4 {
  text-transform: uppercase;
  color: var(--primary);
}

.staff {
  padding: 45px 0;
}

.staff h5 {
  color: #555;
  position: relative;
}

.staff .line {
  width: 100px;
  height: 2px;
  background: var(--primary);
  margin: 20px 0;
}

.border-right {
  border-right: 0 !important;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  padding: 7px 60px;
  /* background: var(--primary); */
  background: #2c1c14;
  background: linear-gradient(90deg, #2c1c14 0%, #592b27 50%, #2c1c14 100%);
  
}
.top-bar .text-white {
  color: var(--text-dark);
}

.top-bar .top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 35px;
  padding: 0 15px;
  text-align: center;
  border-right: 1px solid var(--text-white);
}

.top-bar .text:last-child {
  border-right: none;
}

.top-bar .text i {
  font-size: 13px;
  color: var(--text-white);
  margin-right: 5px;
  margin-top: 3px;
}

.top-bar a {
  color: var(--text-white);
}

.top-bar .text:hover a,
.top-bar .text:hover i {
  color: var(--secondary);
}

.title-small {
  font-size: 18px;
}

.menu_content h4 {
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 200 !important;
  border-bottom: 1px dashed #6e6e6e00 !important;
  line-height: 2;
  text-transform: capitalize;
}

.top-bar .text h2 {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
}

.top-bar .text p {
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.top-bar .social {
  display: flex;
  font-size: 0;
  justify-content: flex-end;
}

.top-bar .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  font-size: 16px;
  color: var(--text-white);
  border-right: 1px solid var(--text-white);
}
.top-bar .social a:hover {
  color: var(--secondary);
}
.top-bar .social a i {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.top-bar .social a:first-child {
  border-left: none;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
  position: relative;
  transition: 0.5s;
  z-index: 999;
  background: url(../images/bg-about.jpg) no-repeat center;
  background-size: cover;
  background-position: 50% 55%;
}
.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}
/*
.navbar img {
  filter: brightness(0) invert(1);
}
.navbar.nav-sticky img {
  filter: brightness(1) invert(0);
}
*/
.navbar .nav-item .nav-link.active {
  background: -webkit-linear-gradient(
    315deg,
    rgba(231, 205, 123, 1) 0%,
    rgba(192, 151, 27, 1) 50%,
    rgba(228, 190, 88, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar .navbar-brand {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 0px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: 0.5s;
  padding-top: 0;
  padding-bottom: 0;
  width: 15%;
}

.navbar .navbar-brand span {
  /*color: #343148;*/
  text-transform: lowercase;
  transition: 0.5s;
}

.navbar.nav-sticky .navbar-brand span {
  /*color: #ffffff;*/
}

.navbar .navbar-brand img {
  max-width: 100%;
  transition: all .5s ease-in-out;
}

.navbar .navbar-brand span.text-logo {
  text-transform: uppercase;
  display: block;
  /* margin-top: 10px; */
  padding: 26px 50px;
}

span.text-logo {
  /* text-transform: uppercase; */
  font-size: 40px;
  font-weight: 500;
  background: -webkit-linear-gradient(45deg, #C9A267, #f2d599 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

.text-welcome-about {
  display: contents;
}

.navbar {
  width: 100%;
  padding: 15px 0;
  z-index: 9;
}

.navbar.nav-sticky {
  /* border: 1px solid #962357; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px 1rem;
}

.navbar.nav-sticky .navbar-brand {
  width: 8%;
}

.navbar-dark .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
.navbar-dark .navbar-toggler-icon i {
  color: var(--text-dark);
  line-height: 1.5em;
}
.navbar.nav-sticky .nav-link.active,
.navbar.nav-sticky .nav-link:hover,
.navbar.nav-sticky .nav-link:focus {
  color: var(--text-dark) !important;
  transition: 0.3s ease-in-out;
}

.navbar a.nav-link {
  padding: 5px 15px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--text-dark) !important;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
}
/*
.navbar a.nav-link:after {
  font-family: 'FontAwesome';
  content: "\f111";
  position: absolute;
  right: -5px;
  top: 15px;
  font-size: 8px;
  color: var(--primary);
}
*/
.navbar a.nav-link:last-child:after {
  display: none;
}
.navbar a.nav-link.active,
.navbar a.nav-link:hover {
  letter-spacing: 1px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  color: var(--text-dark) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}


@media (min-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active {
    padding: 5px 15px;
  }
}

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
  position: relative;
  width: 100%;
  /*padding: 90px 0;*/
  padding: 0;
  overflow: hidden;
}
.container-fluid-header {
  background-image: url(../images/banner.jpg);
  background-blend-mode: overlay;
  background-position: 54% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(0 0 0 / 50%);
  height: 95vh;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.hero .container-fluid {
  padding: 0;
}

.hero .hero-image {
  position: relative;
  text-align: right;
}

.hero .hero-image img {
  max-width: 80%;
  max-height: 80%;
}

.hero .hero-text {
  position: relative;
  padding: 100px 30px;
}

.hero .hero-text h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-white);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hero .hero-text h1 span {
  font-family: 'Future Tense';
  display: block;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--primary);
  text-shadow: 2px 2px #fff;
}

.hero .hero-text p {
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.hero .hero-btn .btn {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #232323;
  border-radius: 0;
  transition: 0.3s;
}

.hero .hero-btn .btn:hover {
  color: #343148;
  background: #ffffff;
}

.hero .hero-btn .btn:first-child {
  margin-right: 10px;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  /*margin-bottom: 45px;*/
  padding: 100px 0;
  text-align: center;
  /* background-image: linear-gradient(to left, #fff, #FFE3F0, #FCCAE0); */
  background: url(../images/banner.jpg);
  background-size: cover;
  background-position: 50% 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.page-header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.page-header h2 {
  font-family: 'Future Tense';
  position: relative;
  color: var(--text-white) !important;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 3px;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.page-header a:hover,
.page-header a.active {
  color: var(--primary);
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff;
}

.page-header a:last-child::after {
  display: none;
}


@media (max-width: 768px) {
  /*H edit*/

  .navbar-nav {
    margin-top: 20px;
  }

  .hero .hero-image img {
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
  }
  .top-bar .top-bar-left {
    justify-content: center;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  margin: 0 auto;
  margin-bottom: 24px;
  z-index: 7;
  /*display: none;*/
}


.bg-section-2,
.bg-section-1 {
  background: linear-gradient(45.5deg, #D9AE6C 27.57%, #F2D599 41.48%, #D9AE6C 56.45%, #BE8D43 77.04%);
}

.section-header h2 {
  font-family: 'Future Tense';
  margin: 0;
  position: relative;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 1px;
  color: var(--text-white);
  text-transform: uppercase;
  /*text-shadow: 1px 1px #5b5b5b;*/
}

.section-header h2 span {
  font-family: 'Future Tense';
}

.section-header p {
  font-family: "Dancing Script", serif;
  font-weight: 800;
  text-shadow: #ffe901 1px 0 7px;
  color: var(--secondary);
  font-size: 40px;
  margin-bottom: 10px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background: url(../images/bg-about-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.about:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*
    background: url(../images/bg-about.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    */
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
/*
.about:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/leaf-right.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
}
*/

.about .section-header {
  margin-bottom: 0;
  margin-left: 0;
}
.about .section-header h2 {
  color: var(--text-dark);
}
.about .section-header h2 span {
  font-family: 'Future Tense';
  margin-bottom: 10px;
  color: var(--text-dark);
  display: block;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 2px #fff;
}

.about-page {
  background: #f9f8f2;
}

.about-page .section-header h2 span {
  color: var(--text-dark);
  /* text-shadow: 2px 2px #000; */
}
.about .section-header p {
  font-size: 5rem;
  position: absolute;
  top: 20px;
  left: 35%;
  transform: rotate(-20deg);
}
.about .about-img {
  /*
  background: var(--primary);
  padding: 7px;
  border-radius: 10px;
  */
  padding-left: 50px;
}
.about .about-img img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.about .about-text p {
  color: var(--text-dark);
  font-size: 16px;
  line-height: 28px;
}

.about .about-text {
  color: var(--text-white);
  padding-right: 50px;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 15px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: black;
  border-radius: 0;
  transition: 0.3s;
}

.about .about-text a.btn:hover {
  color: #343148;
  background: linear-gradient(360deg, #f2d599 46.71%, #c9a267 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}

/*******************************/
/********* Services CSS *********/
/*******************************/
.gap {
  height: 100px;
}

.service {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #f9f8f2;
  /*
  background: radial-gradient(circle, rgba(47, 20, 19, 1) 0%, rgba(21, 18, 17, 1) 100%);
  background: url(../images/bg-header.jpg) no-repeat center;
  background-size: cover;
  */
}
/*
.service:before {
    content: "";
    width: 100%;
    height: 50%;
    background: url(../images/leaf-left.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
*/
.service:after {
    content: "";
    width: 100%;
    height: 40%;
    background: url(../images/leaf-right.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
}

.service .section-header h2 {
  color: var(--text-dark);
}

.service .section-header h2 span {
  color: var(--primary);
  text-shadow: 2px 2px #000;
}
.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #ffdfdf;
  transition: 0.3s;
  border-radius: 8px;
  background: var(--primary-light);
}

.service .service-item:hover,
.service .service-item.active {
  background: var(--primary-hover);
  color: #ffffff;
}

.service .service-icon {
  position: relative;
  margin: 0 auto 25px auto;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service .service-icon i {
  position: relative;
  font-size: 50px;
  color: #343148;
  z-index: 3;
}

.service .service-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-hover);
  border-radius: 50%;
  transition: all 200ms;
}

.service .service-item.active .service-icon:after {
  background: var(--primary-light);
}

.service .service-item:hover .service-icon:before {
  background: var(--primary-light);
}

.service .service-item:hover .service-icon:after {
  background: var(--primary-light);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.service .service-item h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: capitalize;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
  color: #ffffff;
}

.service .service-item p {
  margin: 0;
  font-size: 16px;
}

.bg-light {
  /*z-index: -10;*/
  background-color: #f8f9fa !important;
}

/*******************************/
/********** Class CSS **********/
/*******************************/
.class .container,
.page-gallery .container,
.service .container,
.team .container,
.contact .container {
  position: relative;
  z-index: 3;
}
.class {
  position: relative;
  padding: 50px 0 45px 0;
  background: #fff;
  /*
  background: url(../images/bg-header.jpg) no-repeat center top;
  background-size: cover;
  */
}
/*
.class:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg-dark.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}
*/
.class .section-header h2 {
  color: var(--text-dark);
}
.class .section-header h2 span {
  color: var(--primary);
  text-shadow: 2px 2px #000;
}

.page-gallery {
  position: relative;
  background: #f9f8f2;
  /*
  background: radial-gradient(circle, rgba(47, 20, 19, 1) 0%, rgba(21, 18, 17, 1) 100%);
  background: url(../images/bg-header.jpg) no-repeat center;
  background-size: cover;
  */
  padding: 60px 0;
}
/*
.page-gallery:before {
   content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg-dark.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}
/*
.page-gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/leaf-right.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
}
*/
.page-gallery .section-header h2 {
  color: var(--text-dark);
}

.page-gallery .section-header h2 span {
  color: var(--primary);
  text-shadow: 2px 2px #000;
}

/*
.page-gallery .section-header h2 {
  color: var(--secondary);
}
.page-gallery .section-header h2 span {
  color: var(--primary);
}
*/
.class #class-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.class #class-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  color: #343148;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  border: 1px solid #343148;
  transition: 0.3s;
}

.class #class-filter li:hover,
.class #class-filter li.filter-active {
  background: #343148;
  background: linear-gradient(360deg, #f2d599 46.71%, #c9a267 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.class .class-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.3s;
}

.class .class-wrap {
  position: relative;
  width: 100%;
}

.class .class-img {
  position: relative;
}

.class .class-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class .class-text {
  position: relative;
  padding: 20px 0;
  text-align: center;
  /*border-right: 1px solid rgba(0, 0, 0, .07);*/
  /*border-bottom: 1px solid rgba(0, 0, 0, .07);*/
  /*border-left: 1px solid rgba(0, 0, 0, .07);*/
}

.class .class-text h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.class .class-teacher {
  position: relative;
  height: 40px;
  margin-top: -50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

.class .class-teacher img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--primary);
}

.class .class-teacher h3 {
  width: calc(100% - 95px);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
}

.class .class-teacher a {
  width: 40px;
  height: 40px;
  padding: 0 0 3px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 100;
  color: #343148;
  background: var(--primary);
  border-radius: 40px;
  transition: 0.3s;
}

.class .class-wrap:hover .class-teacher a {
  color: var(--primary);
  background: #343148;
}

.class .class-meta {
  position: relative;
  display: flex;
  align-items: center;
}

.class .class-meta p {
  margin: 0;
  font-size: 14px;
}

.class .class-meta p i {
  margin-right: 5px;
  color: #343148;
}

.class .class-meta p:first-child {
  margin-right: 10px;
}
.top-services .border-img {
  overflow: hidden;
  /*
  background: var(--primary);
  padding: 5px;
  transition: all .3s ease;
  margin-bottom: 15px;
  */
  border-radius: 10px 10px 0 0;
}
.top-services a img {
  transition: all .5s ease;
}
.top-services .border-img:hover img {
  transform: scale(1.05);
}

/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
  position: relative;
  width: 100%;
  /*margin: 45px 0;*/
  padding: 120px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.discount .container {
  max-width: 750px;
  text-align: center;
}

.discount .section-header {
  margin-bottom: 20px;
}

.discount .section-header h2 {
  color: var(--text-white);
}

.discount .section-header h2 span {
  font-family: 'Future Tense';
  color: var(--secondary);
  display: block;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 2px 2px #000;
}

.discount .section-header p {
  color: #343148;
  background: transparent;
}

.discount .section-header p::after {
  display: none;
}

.discount .discount-text p {
  color: var(--text-white) !important;
  font-size: 20px;
  line-height: 30px;
}

.discount .discount-text .btn {
  margin-top: 10px;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--text-dark);
  transition: 0.3s;
  border-radius: 10px;
  border: none !important;
}

.btn-book-banner {
  font-size: 14px;
  letter-spacing: 1px;
  text-shadow: none;
  padding: 6px 15px;
  transition: 0.3s !important;
  border: 1px solid #634b13 !important;
  text-transform: uppercase !important;
  background: linear-gradient(301deg, #edc38a, #f1ce86, #e5c680, #e7b97a);
  border-radius: 4px !important;
  position: relative;
}

.discount .discount-text .btn:hover {
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  color: var(--text-white);
  /* border: 1px solid var(--primary-hover); */
}

.color-price {
  color: #000;
}

/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
  position: relative;
  width: 100%;
}

.price .price-item {
  position: relative;
  margin-bottom: 30px;
}

.price .price-header,
.price .price-body,
.price .price-footer {
  position: relative;
  width: 100%;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
}

.price .price-header {
  padding: 30px;
  background: var(--primary);
  color: #343148;
}

.price .price-item.featured-item .price-header {
  background: #343148;
  color: var(--primary);
}

.price .price-status {
  margin-top: -30px;
  text-align: right;
}

.price .price-status span {
  position: relative;
  display: inline-block;
  height: 30px;
  right: -30px;
  padding: 7px 10px;
  text-align: center;
  color: #343148;
  font-size: 14px;
  line-height: 14px;
  background: var(--primary);
}

.price .price-title h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.price .price-prices h2 {
  font-size: 45px;
  font-weight: 700;
  margin-left: 10px;
}

.price .price-prices h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  margin-top: 9px;
  margin-left: -12px;
}

.price .price-prices h2 span {
  margin-left: 1px;
  font-size: 18px;
  font-weight: 400;
}

.price .price-item.featured-item h2 {
  color: var(--primary);
}

.price .price-body {
  padding: 25px 0 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
}

.price .price-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price .price-description ul li {
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.price .price-description ul li:last-child {
  border: none;
}

.price .price-action {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: none;
}

.price .price-action a.btn {
  margin-bottom: 30px;
  padding: 12px 20px;
  color: #343148;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
  background: var(--primary);
  transition: 0.3s;
}

.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
  color: var(--primary);
  background: #343148;
}

.price .price-item.featured-item .price-action a:hover {
  color: #343148;
  background: var(--primary);
}

.contact-text a {
  color: #000;
  font-weight: 900;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 60px 0 44px 0;
  /*
  background: url(../images/bg-header.jpg) no-repeat center;
  background-size: cover;
  */
  background: #f9f8f2;
  /*
  background: radial-gradient(circle, rgba(47, 20, 19, 1) 0%, rgba(21, 18, 17, 1) 100%);
  */
}
/*
.team:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg-dark.jpg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
/*
.team:after {
    content: "";
    width: 100%;
    height: 50%;
    background: url(../images/leaf-left.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
*/

.team .section-header h2 {
  color: var(--text-dark);
}
.team .section-header h2 span {
  color: var(--primary);
  text-shadow: 2px 2px #000;
}

.team .team-item {
  position: relative;
  margin-bottom: 30px;
  padding: 5px;
  background: #EAC35C;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  border-radius: 10px;
  transition: all .5s ease;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.team .team-img {
  position: relative;
  overflow: hidden;
}

.team .team-img img {
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.team .zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: zoom-in;
}

.team .team-social {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team .team-social a {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 16px;
  color: var(--text-dark);
  opacity: 0;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.team .team-social a:hover {
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  color: var(--text-white);
}

.team .team-item:hover .team-social a:first-child {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.3s;
}

.team .team-text {
  position: relative;
  padding: 25px 15px 10px 15px;
  text-align: center;
  background: #ffffff;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
  position: relative;
  padding: 45px 0;
}

.testimonial .container {
  padding: 0;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  text-align: center;
}

.testimonial .testimonial-img {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}

.testimonial .testimonial-item img {
  margin: 0 auto;
  width: 120px;
  padding: 13px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #ffffff;
  transition: 0.5s;
}

.testimonial .testimonial-text {
  position: relative;
  margin-top: -70px;
  padding: 75px 25px 25px 25px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.testimonial .testimonial-item p {
  font-size: 16px;
  color: #666666;
}

.testimonial .testimonial-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

.testimonial .owl-item.center img {
  border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
  background: #343148;
}

.testimonial .owl-item.center .testimonial-text h3 {
  color: var(--primary);
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
  color: #ffffff;
}

.testimonial .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
}

.testimonial .owl-dot.active {
  background: #343148;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.blog .blog-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .blog-item {
  position: relative;
  margin: 0 15px;
}

.blog .blog-page .blog-item {
  margin: 0 0 30px 0;
}

.blog .blog-img {
  position: relative;
  width: 100%;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-text {
  position: relative;
  padding: 25px 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.blog .blog-text h2 {
  font-size: 22px;
  font-weight: 600;
}

.blog .blog-text p {
  margin-bottom: 10px;
}

.blog .blog-item a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343148;
  transition: 0.3s;
}

.blog .blog-item a.btn i {
  margin-left: 5px;
}

.blog .blog-item a.btn:hover {
  color: var(--primary);
}

.blog .blog-meta {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

.blog .blog-meta p {
  margin: 0 10px 0 0;
  font-size: 13px;
}

.blog .blog-meta i {
  margin-right: 5px;
}

.blog .blog-meta p:last-child {
  margin: 0;
}

.blog .owl-nav {
  width: 150px;
  margin: 32px auto 0 auto;
  display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #343148;
  font-size: 22px;
  transition: 0.3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
  color: #343148;
  background: var(--primary);
}

.blog .pagination .page-link {
  color: #343148;
  border-radius: 0;
  border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: var(--primary);
  background: #343148;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  color: #343148;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  border: 1px solid #343148;
  transition: 0.3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
  background: #343148;
  color: var(--primary);
}

.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.3s;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.portfolio .portfolio-wrap:hover img {
  transform: rotate(5deg) scale(1.12);
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 0;
  background: #f9f8f2;
  /*
  background: radial-gradient(circle, rgba(47, 20, 19, 1) 0%, rgba(21, 18, 17, 1) 100%);
  background: url(../images/bg-header.jpg) no-repeat center;
  background-size: cover;
  */
}
/*
.contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/leaf-right.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
}
.contact:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/leaf-left.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
*/
.contact .container {
  max-width: 900px;
}
.contact .section-header h2 {
  color: var(--text-dark);
}
.contact .contact-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact .contact-item i {
  width: 50px;
  height: 50px;
  padding: 12px 0;
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
  border: 1px solid #000;
  border-radius: 50px;
}

.contact .contact-item h2 {
  font-size: 25px;
  font-weight: 700;
}

.contact .contact-form {
  position: relative;
}

.contact .contact-form input {
  height: 45px;
  padding: 15px;
  background: none;
  border-radius: 0;
}

.contact .contact-form textarea {
  height: 150px;
  padding: 15px;
  background: none;
  border-radius: 0;
}

.contact .contact-form .btn {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #343148;
  border-radius: 0;
  transition: 0.3s;
}

.contact .contact-form .btn:hover {
  color: #343148;
  background: var(--primary);
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .single-tags a:hover {
  color: var(--primary);
  background: #343148;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343148;
  background: var(--primary);
  font-size: 16px;
  transition: 0.3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: var(--primary);
  background: #343148;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #343148;
  background: #dddddd;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: var(--primary);
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  padding: 15px 30px;
  color: var(--primary);
  background: #343148;
}

.single .comment-form .btn:hover {
  color: #343148;
  background: var(--primary);
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 45px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--primary);
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: var(--primary);
  background: none;
  border-radius: 0;
  border: none;
  transition: 0.3s;
}

.sidebar .search-widget .btn:hover {
  color: #343148;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: var(--primary);
  background: #343148;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #343148;
  background: var(--primary);
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
  color: var(--primary);
  background: #343148;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: 0.3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.max-width-100 {
  max-width: 100% !important;
}

.footer {
  background: url(../images/bg-about.jpg) no-repeat center;
  background-size: cover;
  /*
  background: #2F1413;
  background: var(--bg-light);
  background: radial-gradient(circle, rgba(47, 20, 19, 1) 0%, rgba(21, 18, 17, 1) 100%);
  */
  /*background: var(--text-dark);*/
  position: relative;
  padding: 70px 0;
}
/*
.footer:before {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../images/bg-menu.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
*/
.footer a {
  color: #58595b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

.footer .container-fluid {
  padding: 60px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer .footer-info .footer-logo {
  width: 20%;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.footer .footer-info .footer-logo span {
  color: #ffffff;
  text-transform: lowercase;
}

.footer .footer-info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding-bottom: 8px;
}

.footer .footer-menu p,
.footer .footer-menu a {
  color: var(--text-dark);
  font-size: 20px;
  line-height: 25px;
  padding: 0 10px;
  /* border-right: 1px solid #ffffff; */
}

.footer .footer-menu a:hover {
  color: var(--primary);
}
.footer .footer-menu p:last-child {
  border: none;
}

.footer .footer-social {
  position: relative;
  margin-top: 10px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  font-size: 20px;
  color: var(--text-dark);
  transition: 0.3s;
  width: 46px;
  padding: 12px;
  margin: 5px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.footer .footer-social a:hover i {
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  color: var(--text-white);
}

.copyright {
  background: #2c1c14;
  background: linear-gradient(90deg, #2c1c14 0%, #592b27 50%, #2c1c14 100%);
  /*
  background: var(--text-dark);
  */
}
.copyright {
  padding: 0 30px;
}

.copyright .row {
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright p {
  margin: 0;
  color: var(--text-white);
}

.copyright .col-md-6:last-child p {
  text-align: right;
}

.copyright p a {
  color: #EBD596;
  font-weight: 700;
}

.copyright p a:hover {
  color: var(--text-white);
}


.action-book {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
}
.action-book .booking-now-border {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    margin-left: auto;
    text-align: center;
    text-transform: capitalize;
    color: var(--text-dark);
    border: solid 2px #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all .3s ease;
    text-decoration: none;
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.action-book .booking-now-border i {
  line-height: 35px;
}
.action-book .booking-now-border span {
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
  color: var(--text-dark);
}

.action-book .booking-now-border:hover {
  width: 140px;
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  color: var(--black);
}
.action-book .booking-now-border:hover i {
    color: var(--text-dark);
}
.action-book .promo,
.action-book .promo:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  line-height: 40px;
  animation: color-change 1s infinite;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}

/*H add new*/
.color-white {
  color: #353535 !important;
}

.no-border {
  border: none !important;
}

.logo-color {
  color: #fff !important;
}

.color-light-pink {
  color: #95d231 !important;
}

.font-size-small {
  font-size: 11px !important;
}

.btn-booking {
  padding: 20px 40px;
  font-size: 25px;
  color: white;
  background: black;
}

@media (min-width: 1024px) {
  .bg-dark {
    background: transparent !important;
  }

  .btn-book-banner {
    font-size: 16px;
  }
}


@media (width: 1024px) {
  .hero .hero-text h1 {
    font-size: 50px;
  }
}


@media (min-width: 992px) {
  .font-size-small {
    font-size: 12px !important;
  }
  .hero .hero-text {
    /* padding: 400px 0 200px 0 !important; */
  }
}



.color-time {
  color: #000;
  font-weight: bold;
}

.left-column-day {
  color: #000;
}

.container-fluid {
  /*max-width: 100%;*/
}

.featured-list {
  list-style: none;
  padding-left: 0;
}

/*-- gallery --*/
.gallery-item a {
  display: block;
  cursor: pointer;
  position: relative;
  /*
  border-radius: 10px;
  border: 5px solid var(--primary);
  */
  background: #EAC35C;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 30px;
  transition: all .5s ease;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/*
.gallery-item a img {
  border-radius: 5px;
}
*/
.gallery-item a:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgb(0 0 0 / 35%);
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
.gallery-item img {
  border-radius: 5px;
}
.gallery-item a i {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.gallery-item a:hover:before,
.gallery-item a:hover i {
  opacity: 1;
  visibility: visible;
}
.w3ls_gallery_grids {
  padding-top: 0em;
}

.agile_gallery_grid {
  margin-bottom: 2em;
}

.agile_gallery_grid1 {
  position: relative;
}

.w3layouts_gallery_grid1_pos {
  background: #778899;
  bottom: 45px;
  left: 45px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 45px;
  text-align: center;
  top: 45px;
  visibility: hidden;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.w3layouts_gallery_grid1_pos h3 {
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 600;
  /*margin: 1em 0 .5em;*/
  padding-bottom: 0.5em;
  position: relative;
  text-transform: uppercase;
  color: #212121;
}

.w3layouts_gallery_grid1_pos p {
  color: #fff;
  line-height: 2em;
  letter-spacing: 1px;
}

.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.banner-bottom.gallery {
  padding: 5em 0;
}

p.quia {
  font-size: 1.2em;
  color: #140b05;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.heading-agileinfo {
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 40px;
  margin-bottom: 2.5em;
  text-align: center;
  color: #778899;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
}


@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}

.heading-agileinfo span {
  display: block;
  font-size: 16px !important;
  margin-top: 1em;
  letter-spacing: 4px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
}

/*end Gallery*/

.inner-border::-webkit-scrollbar {
  display: none;
}

.col-md-4 {
  float: left;
}

.bg-dark {
  /*  background: var(--primary-trans) !important; */
  /* backdrop-filter: blur(6px); */
  background-color: transparent;
}

button:focus {
  outline: none;
}

.navbar-dark .navbar-toggler {
  border: none;
  background: var(--secondary);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn {
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
  /*background: #f5756e;*/
  background-image: linear-gradient(to right, #ff7e7b, #cf565a);
}

/*css for Modal of Servicess*/
.modal-header {
  background: #fceeef;
}

.service-item .btn.btn-viewmore {
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  background: #cf8486;
}

.service .service-item:hover .btn {
  background: white;
  color: #8d6060;
}

.service-item.active .btn.btn-viewmore {
  background: #fff;
  border: none;
  color: #333;
}

.service .service-item:hover .btn.btn-viewmore:hover {
  color: var(--primary-hover);
}

.modal-content .menu-item {
  color: #333;
  text-align: left;
  text-transform: capitalize;
}

.modal-content .item-desc {
  font-style: italic;
  color: #777;
  text-align: left;
}

.modal-content .price {
  color: #333;
  text-align: right;
  font-weight: bold;
}

.menu-popup li {
  list-style: none;
  border-bottom: 1px solid #ecf2f1;
}

.modal-title {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/*.service .service-item img*/
/*{*/
/*border-radius: 50%;*/
/*width: 100%;*/
/*border: 2px solid #dff8f4;*/
/*}*/
/*.service .service-item:hover img*/
/*{*/
/*border-radius: 50%;*/
/*width: 100%;*/
/*border: 2px solid #6fdecb;*/
/*}*/
.service-item h3 {
  color: #444;
}

@media (min-width: 768px) {
  .modal-body {
    /*height: 600px;*/
    overflow-y: scroll;
  }

  .service-item.border-right {
    border-right: 1px solid red !important;
  }
  .border-right {
    border-right: 1px solid #d1d1d0 !important;
  }
}

.modal-body::-webkit-scrollbar {
  display: none;
}


.btn-hover,
.btn-hover:hover {
  moz-transition: all 0.4s ease-in-out;
}

.btn-hover {
  background-size: 300% 100%;
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: none;
}

.btn-hover:hover {
  background-position: 100% 0;
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-hover:focus {
  outline: 0;
}

.btn-hover.color-1 {
  font-weight: 500;
  color: var(--text-dark);
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow: none;
  padding: 8px 20px;
  transition: all 0.3s ease;
  border: none !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  position: relative;
  margin: 5px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.btn-hover.color-1:hover,
.btn-hover.color-2:hover {
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  color: var(--text-white);
}

.btn-hover.color-2 {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-shadow: none;
  padding: 8px 20px;
  transition: all 0.3s ease;
  border: none !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  position: relative;
  margin: 5px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.display-table {
  display: table-row-group;
}

.display-row {
  display: table-row;
}

.display-col {
  display: table-cell;
}

#menu_service[column="1"] .display-table {
  border-bottom: 1px dashed rgb(183, 183, 183);
}

#menu_service[column="1"] .service_item .service_name {
  font-size: 16px !important;
  font-family: cursive;
}

#menu_service[column="1"] .service_item .service_price {
  font-size: 16px !important;
  font-family: cursive;
  color: var(--primary);
}

#menu_service[column="2"] .service_item .service_name {
  font-size: 16px !important;
  font-family: cursive;
}

#menu_service[column="2"] .service_item .service_price {
  font-size: 16px !important;
  font-family: cursive;
  color: var(--primary);
}

#menu_service[column="2"] .service_item:nth-child(even) {
  border-right: none !important;
}

.radius-3 {
  border-radius: 100%;
  box-shadow: none;
  /* box-shadow: 2px 3px 5px 0px; */
}


@media (max-width: 992px) {

  .navbar-collapse {
    padding-top: 20px;
  }
  .navbar a.nav-link {
    text-align: center;
    padding: 10px 5px;
    color: var(--text-dark) !important;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
  }
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand {
    width: 25%;
  }
  .navbar.nav-sticky .navbar-brand {
    width: 10%;
  }
  .container-fluid-header {
    height: 82vh;
  }
  .page-header {
    padding: 80px 0;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  .hero .hero-text .btn {
    padding: 6px 20px;
    letter-spacing: 1px;
  }
  .navbar {
    position: relative;
  }
  /*
  .navbar.nav-sticky {
    background: var(--text-white);
  }
  */
  .tablet-hidden,
  .navbar a.nav-link:after {
    display: none;
  }
  /*
  .page-header {
    background: url(../images/banner.jpg);
    background-position: 50% 53%;
    padding: 100px 0;
  }
  */
  .about:before {
    width: 100%;
  }
  .about .about-text {
    padding-right: 15px;
  }
  .about .about-img {
    padding-left: 0;
  }
  .about-title {
    order: 1;
    height: 110px;
  }
  .about .section-header h2 {
    width: 100%;
  }
  .about .section-header p {
    position: relative;
    top: 0;
    left: 20%;
  }
  .service .col-left {
    padding-right: 0;
  }
  .service .col-right {
    padding-left: 0;
  }
  .footer .footer-info .footer-logo {
    width: 30%;
  }
  /*
  .copyright {
    padding-bottom: 50px;
  }
  */
  .copyright p {
    text-align: center !important;
  }
  .action-book {
      width: 100%;
      right: 0;
      bottom: 10px;
      display: flex;
      justify-content: center;
  }
  .action-book .booking-now-border,
  .action-book .booking-now-border:hover,
  .action-book .booking-now-border:focus {
      width: 170px;
      margin: 0 5px;
  }
  .action-book .booking-now-border span {
      opacity: 1;
      visibility: visible;
  }

}

@media (max-width: 768px) {

  .navbar .navbar-brand {
    width: 30%;
  }
  .top-bar .top-bar-right {
    height: 35px;
  }
  .top-bar .text {
    border: none;
  }
  .hero {
    height: 75vh;
  }
  .hero .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero .hero-text .btn {
    padding: 10px 15px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .about .section-header {
    text-align: center;
  }
  .class:before {
    bottom: auto;
    top: 0;
  }
  .class {
    padding-top: 50px;
  }
  .page-gallery {
    padding-top: 60px;
  }
  .footer .footer-info .footer-logo {
    width: 40%;
  }

}

@media (max-width: 580px) {

  .navbar .navbar-brand {
    width: 35%;
  }
  .navbar.nav-sticky .navbar-brand {
    width: 20%;
  }
  .top-bar {
    padding-top: 0;
  }
  .top-bar .top-bar-left {
    display: none;
  }
  .hero {
    height: 60vh;
  }
  .hero .hero-text .btn {
    padding: 4px 20px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: none;
    margin: 0 10px;
  }
  .top-bar .text {
    width: 100%;
  }
  .hero .hero-text h1,
  .hero .hero-text h1 span {
    padding: 0;
  }
  .about .about-img img {
    width: 100%;
  }
  .text-contact h6 span:nth-child(2) {
    width: 40%;
  }
  /* end edit header small with phone*/
  .modal-body {
    /*height: 600px;*/
    overflow-y: scroll;
  }
  .footer .footer-info .footer-logo {
    width: 45%;
  }

}

@media (max-width:480px) {

  .navbar .navbar-brand {
    width: 40%;
  }
  .hero {
    height: 50vh;
  }
  .hero .hero-text h1 {
    line-height: 3rem;
  }
  .hero .hero-text h1 span {
    font-size: 4rem;
  }
  .about .section-header h2 span,
  .discount .section-header h2 span {
    font-size: 3rem;
  }
  .section-header h2,
  .page-header h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .page-gallery {
    padding-top: 60px;
  }
  .footer .footer-info .footer-logo {
    width: 40%;
  }
  .text-contact h6 span:nth-child(2) {
    width: 60%;
  }
  .gap {
    height: 50px;
  }
  .back-to-top {
    right: 10px;
    bottom: 60px;
  }
  .action-book .booking-now-border,
  .action-book .booking-now-border:hover,
  .action-book .booking-now-border:focus {
      width: calc(100% / 2);
      margin: 0 5px;
  }
}

@media (max-width: 375px) {

  .navbar .navbar-brand {
    width: 45%;
  }
  .navbar.nav-sticky .navbar-brand {
    width: 35%;
  }
  .hero {
    height: 40vh;
  }
  .hero .hero-text h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .section-header h2,
  .page-header h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .section-header p {
    font-size: 30px;
    margin-bottom: 0;
  }
  .multi-price {
    margin-left: -15px;
  }
  .hero .hero-text h1 span,
  .discount .section-header h2 span {
    font-size: 3.5rem;
  }
  .text-contact h6 span:nth-child(2) {
    width: 70%;
  }
  .footer .footer-info .footer-logo {
    width: 50%;
  }

}