/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");




/* Chancery font */
@font-face {
  font-family: 'Chancery';
  src: url('../fonts/chancery.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'kepler';
    src: url('../fonts/KeplerStd-Regular.eot');
    src: url('../fonts/KeplerStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KeplerStd-Regular.woff2') format('woff2'),
        url('../fonts/KeplerStd-Regular.woff') format('woff'),
        url('../fonts/KeplerStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Calibari Font */
@font-face {
  font-family: "calibari";
  src: url("../fonts/calibri-regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "calibari";
  src: url("../fonts/calibri-bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "calibari";
  src: url("../fonts/calibri-italic.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "calibari";
  src: url("../fonts/calibri-bold-italic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* Arial */
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldItalicMT.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial CE";
  src: url("../fonts/ArialCE.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial CE MT";
  src: url("../fonts/ArialCEMTBlack-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial CE";
  src: url("../fonts/ArialCE-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial CE";
  src: url("../fonts/ArialCE-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldItalicMT_1.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial CE";
  src: url("../fonts/Arial-BoldMT_2.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-ItalicMT.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Lgt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-ItalicMT_1.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Mdm.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-MdmItl.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-LgtItl.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #f48847;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Inter", sans-serif;
}

section {
  position: relative;
  padding: 4rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: var(--font-heading);
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 24px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: unset;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* NAV HEADER CSS */

header {
  padding: 0 0 0.3rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 50px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16.7px;
  color: #000;
  text-transform: capitalize;
  font-weight: 300;
  padding: 0 0;
  display: inline-block;
  font-family: "kepler";
}

.topbar {
  text-align: center;
  padding-top: 0.2rem;
}

.topbar p {
  color: #000000;
  font-size: 20.7px;
  font-family: "kepler";
  margin: 0;
}

/* !NAV HEADER CSS */

/* main-banenr */
.main-banenr {
  padding: 11.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  background-size: cover;
  background-position: center;
}

/* .main-banenr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 65%);
} */

.bannerwrpa figure {
  position: relative;
}

.bannerwrpa figure img {
  width: 82%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.bannerwrpa a {
  /* position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: capitalize;
  -webkit-background-clip: text;
  font-weight: bolder;
  background: linear-gradient(42deg,rgba(188, 211, 197, 1) 0%, rgba(154, 190, 167, 1) 50%, rgba(77, 95, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); */
  position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: uppercase;
  /* background: linear-gradient(358deg, #00000099, #fff); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  color: #fff;
  /* text-shadow: 0px -4.2px 0px #fff; */
  font-family: "calibari";
  text-shadow: #fff 5px 0 16px;



































  /* FONT IMPORT */

  /* Google Font */
  @import url("https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");




  /* Chancery font */
  @font-face {
    font-family: 'Chancery';
    src: url('../fonts/chancery.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }


  /* Calibari Font */
  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-italic.ttf");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-bold-italic.ttf");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  /* Arial */
  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldMT.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldMT_1.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/ArialMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldItalicMT.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE MT";
    src: url("../fonts/ArialCEMTBlack-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE-Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldItalicMT_1.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/Arial-BoldMT_2.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-ItalicMT.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Lgt.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-ItalicMT_1.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Mdm.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-MdmItl.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-LgtItl.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  : root {
    --white: #fff;
    --black: #000;
    --primary: #f48847;
    --secondary: #333333;
  }

  html {
    scroll-behavior: smooth;
    height: 100%;
  }

  body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Inter", sans-serif;
  }

  section {
    position: relative;
    padding: 4rem 0;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    font-family: var(--font-heading);
  }

  .img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  a,
  button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  a:hover,
  button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  figure {
    margin: 0;
  }

  /* Cursor Start */

  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }

  .cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
  }

  /* Cursor End */

  /* PRELOADER */
  body.loading {
    overflow: hidden;
    height: 100vh;
  }

  .preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113;
  }

  .preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0rem;
    right: 5rem;
  }

  .preLoader .bar {
    height: 20%;
    width: 100vw;
    background-color: var(--primary);
  }

  /* PRELOADER */

  /* GLOBAL CSS */

  .themeBtn {
    background: var(--primary);
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: unset;
    line-height: normal;
  }

  .themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
  }

  /* mouse animation css  */

  /* .bounce-element {
 animation: bounce 0.9s infinite alternate;
 -webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
@-webkit-keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
.mouse {
 position: absolute;
 bottom: 1rem;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 11;
 text-align: center;
} */

  /* mouse animation css  */

  /* NAV HEADER CSS */
  header {
    padding: 0 0 1rem 0;
    transition: 0.3s ease-in-out;
  }

  .navbar-brand {
    padding: 0;
    margin: 0;
  }

  .navbar-nav {
    align-items: center;
    gap: 50px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0 0;
    display: inline-block;
    font-family: "kepler";
  }

  .topbar {
    text-align: center;
    padding-top: 1rem;
  }

  .topbar p {
    color: #000000;
    font-size: 25px;
    font-family: "kepler";
    margin: 0;
  }

  /* !NAV HEADER CSS */

  /* main-banenr */
  .main-banenr {
    background: url(../images/mountain-image.jpg) center/cover no-repeat;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  /* .main-banenr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 65%);
} */

  .bannerwrpa figure {
    position: relative;
  }

  .bannerwrpa figure img {
    width: 82%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .bannerwrpa a {
    /* position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: capitalize;
  -webkit-background-clip: text;
  font-weight: bolder;
  background: linear-gradient(42deg,rgba(188, 211, 197, 1) 0%, rgba(154, 190, 167, 1) 50%, rgba(77, 95, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); */
    position: absolute;
    bottom: 17.2%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    text-transform: uppercase;
    background: linear-gradient(358deg, #00000099, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
    text-shadow: 0px -4.2px 0px #fff;
    font-family: "calibari";
  }

  figure.bannertop {
    text-align: center;
    margin-bottom: 257px;
    position: relative;
    display: block;
  }

  .bannerwrpa figure {
    /* box-shadow: 0 18px 25px rgb(255 255 255 / 18%); */
  }

  /* .bannerwrpa:hover {
  transform: translateY(-15px);
} */

  .bannerwrpa {
    transition: 0.5s ease;
    padding-top: 20rem;
  }

  /* main-banenr */

  /* steph */
  .sheprdcntnt p {
    font-size: 27px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    font-family: "kepler";
    margin-bottom: 41px;
  }

  .btn-shep {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  a.Btnorange {
    background: #f7ac7e;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    font-family: Chancery;
    color: #000;
    padding: 13px 0;
    width: 100%;
  }

  a.Btnbrown {
    background: #e9ceb0;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    font-family: 'Chancery';
    width: 100%;
    padding: 13px 0;
  }

  .shepherd-content {
    padding-top: 4.9rem;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* steph */

  /* service */
  .service-wrap figure img {
    width: 100%;
  }

  section.our-service-sec {
    padding: 0 50px 3rem 50px;
  }

  .service-wrap h2 {
    font-family: "kepler";
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "calibari", sans-serif;
    text-shadow: #fff 4px 0 16px;
    font-weight: 900;
    /* background: linear-gradient(to top, #4b0082, #8a2be2); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background: linear-gradient(90deg,rgba(0, 128, 128, 1) 45%, rgba(44, 56, 56, 1) 100%, rgba(0, 128, 128, 1) 100%); */
  }

  .service-wrap {
    position: relative;
    margin-bottom: 63px;
  }

  .our-service-sec h3 {
    text-align: center;
    margin-bottom: 54px;
    color: #000;
    font-size: 44px;
    font-family: "kepler";
    font-weight: 300;
  }

  /* service */
  /* footer  */
  footer {
    background: #e9ceb0;
    padding: 104px 0 50px 0;
  }

  .footerwraps {
    text-align: center;
  }

  .footerwraps h3 {
    font-size: 44px;
    font-weight: 400;
    font-family: "kepler";
    margin-bottom: 30px;
  }

  .footerwraps .themeBtn {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    padding: 13px 30px;
  }

  .footerwraps h4 {
    font-size: 20px;
    font-weight: lighter;
    font-family: "kepler";
    margin: 30px 0 8px 0;
  }

  a.phonelink {
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 10px 0;
    display: block;
  }

  a.mailink {
    font-size: 35px;
    font-weight: 300;
    color: #000;
    font-family: "kepler";
    line-height: 1.4;
  }

  .footerwraps p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 13px auto 0;
    width: 98%;
  }

  .footerwraps .themeBtn: hover {
    background: #000;
    color: #fff;
  }

  /* footer  */

  /* innerbnr */
  .innerbnr {
    /* background: url(../images/mountain-image.jpg) center/cover no-repeat; */
    padding: 5rem 0;
    margin: 0 50px;
  }

  .innerbnr h2 {
    position: relative;
    font-size: 77.4px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "calibari", sans-serif;
    font-weight: 900;
    /* background: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #008080c7); */
    /* purple gradient */
    /* -webkit-background-clip: text; */
    text-shadow: #000 15px 0 10px;
    /* -webkit-text-fill-color: transparent; */
  }

  /* .innerbnr h2::after {
  content: attr(data-text);
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 31%, #00000052);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}  */

  .tetsiwrp p {
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    font-family: "kepler";
  }

  .tetsiwrp {
    border: 1px solid #bcbcbc;
    padding: 44px 60px;
    margin-bottom: 36px;
  }

  .tetsiwrp figure {
    margin-bottom: 1rem;
  }

  .tetsiwrp h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    font-family: "kepler";
  }

  .tetsiwrp h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .gallery-section figure {
    margin-bottom: 30px;
  }

  /* innerbnr */
  form.book-form input {
    height: 60px;
    border: 1px solid #e9eef2;
    width: 100%;
    border-radius: unset;
    background: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #000 !important;
  }

  form.book-form select {
    height: 60px;
    border: 1px solid #e9eef2;
    width: 100%;
    border-radius: unset;
    background: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #000;
  }

  form.book-form::placeholder {
    color: #000;
  }

  form.book-form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
  }

  form.book-form select::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    text-transform: capitalize;
    color: #000;
    padding: 10px;
  }

  form.book-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
  }

  form.book-form button.themeBtn {
    font-size: 24px;
    font-weight: 300;
    font-family: "Inter";
    text-transform: capitalize;
    border: unset;
    padding: 15px 33px;
    width: 100%;
    color: #000;
  }

  form.book-form h2.main-head {
    font-size: 45px;
    text-align: center;
    font-family: "kepler";
    text-transform: capitalize;
    margin-bottom: 1rem;
  }

  form.book-form {
    padding: 70px 55px;
    border: 1px solid #aaaaaa;
  }

  .interiorswrap h2 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: bold;
  }

  .inner-list li {
    font-size: 2.25rem;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-family: "calibari";
    position: relative;
    /* background: linear-gradient(358deg, #657154, #9db383); */
    /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    /* purple gradient */
  }

  .inner-list-new li {
    font-size: 2.05rem;
    color: #9db383;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-family: "calibari";
    position: relative;
    background: linear-gradient(358deg, #657154, #9db383);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* purple gradient */
  }

  .inner-list li::after {
    content: attr(data-text);
    position: absolute;
    top: 45%;
    left: -50px;
    right: 0;
    text-align: center;
    transform: rotateX(178deg);
    color: transparent;
    background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #0000004d);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
  }

  .inner-list li:last-child::after {
    left: -245px;
  }

  .inner-list li:nth-child(2)::after {
    left: -213px;
  }

  ul.inner-list li+li {
    margin-top: 6px;
  }

  .interior-section figure {
    text-align: center;
    margin-top: -4rem;
  }

  ul.inner-list {
    list-style: disc;
  }

  .dsddesd {
    /* margin-top: -38px !important; */
    bottom: 23% !important;
  }

  .btn-shep {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .Btnorange,
  .Btnbrown {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-color: orange;
  }

  .Btnbrown {
    background-color: brown;
  }

  .text-wrapper {
    display: flex;
    white-space: nowrap;
  }

  .text-wrapper span {
    padding-right: 50px;
    /* spacing between repeated text */
  }

  .move-left {
    animation: scrollLeft 12s linear infinite;
  }

  .move-right {
    animation: scrollRight 12s linear infinite;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes scrollRight {
    0% {
      transform: translateX(-50%);
    }

    100% {
      transform: translateX(0);
    }
  }

  .innerbnr ul li {
    font-size: 1.75rem;
    color: #fff !important;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    /* -webkit-text-stroke: 1px; */
    /* -webkit-text-stroke-color: #008080; */
    font-family: "Arial", sans-serif;
    text-shadow: #fff 12px 0 17px;
  }

  .innerbnr ul.inner-list {
    margin-top: 4rem;
  }

  .interior-section {
    padding: 0 0 6rem;
  }

  .service-wrap h2::after {
    /* content: attr(data-text); */
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    text-align: center;
    transform: rotateX(180deg);
    color: transparent;
    background-image: linear-gradient(180deg, rgba(113, 49, 214, 0) 29%, #000);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
  }

  .bannertop img {
    width: 450px;
  }

  .interior-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .interior-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  ;

  /* FONT IMPORT */

  /* Google Font */
  @import url("https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");




  /* Chancery font */
  @font-face {
    font-family: 'Chancery';
    src: url('../fonts/chancery.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }


  /* Calibari Font */
  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-italic.ttf");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-bold-italic.ttf");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  /* Arial */
  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldMT.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldMT_1.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/ArialMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldItalicMT.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE MT";
    src: url("../fonts/ArialCEMTBlack-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE-Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldItalicMT_1.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/Arial-BoldMT_2.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-ItalicMT.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Lgt.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-ItalicMT_1.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Mdm.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-MdmItl.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-LgtItl.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  : root {
    --white: #fff;
    --black: #000;
    --primary: #f48847;
    --secondary: #333333;
  }

  html {
    scroll-behavior: smooth;
    height: 100%;
  }

  body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Inter", sans-serif;
  }

  section {
    position: relative;
    padding: 4rem 0;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    font-family: var(--font-heading);
  }

  .img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  a,
  button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  a:hover,
  button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  figure {
    margin: 0;
  }

  /* Cursor Start */

  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }

  .cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
  }

  /* Cursor End */

  /* PRELOADER */
  body.loading {
    overflow: hidden;
    height: 100vh;
  }

  .preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113;
  }

  .preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0rem;
    right: 5rem;
  }

  .preLoader .bar {
    height: 20%;
    width: 100vw;
    background-color: var(--primary);
  }

  /* PRELOADER */

  /* GLOBAL CSS */

  .themeBtn {
    background: var(--primary);
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: unset;
    line-height: normal;
  }

  .themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
  }

  /* mouse animation css  */

  /* .bounce-element {
 animation: bounce 0.9s infinite alternate;
 -webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
@-webkit-keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
.mouse {
 position: absolute;
 bottom: 1rem;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 11;
 text-align: center;
} */

  /* mouse animation css  */

  /* NAV HEADER CSS */
  header {
    padding: 0 0 1rem 0;
    transition: 0.3s ease-in-out;
  }

  .navbar-brand {
    padding: 0;
    margin: 0;
  }

  .navbar-nav {
    align-items: center;
    gap: 50px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0 0;
    display: inline-block;
    font-family: "kepler";
  }

  .topbar {
    text-align: center;
    padding-top: 1rem;
  }

  .topbar p {
    color: #000000;
    font-size: 25px;
    font-family: "kepler";
    margin: 0;
  }

  /* !NAV HEADER CSS */

  /* main-banenr */
  .main-banenr {
    background: url(../images/mountain-image.jpg) center/cover no-repeat;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
  }

  /* .main-banenr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 65%);
} */

  .bannerwrpa figure {
    position: relative;
  }

  .bannerwrpa figure img {
    width: 82%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .bannerwrpa a {
    /* position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: capitalize;
  -webkit-background-clip: text;
  font-weight: bolder;
  background: linear-gradient(42deg,rgba(188, 211, 197, 1) 0%, rgba(154, 190, 167, 1) 50%, rgba(77, 95, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); */
    position: absolute;
    bottom: 17.2%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    text-transform: uppercase;
    background: linear-gradient(358deg, #00000099, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
    text-shadow: 0px -4.2px 0px #fff;
    font-family: "calibari";
  }

  figure.bannertop {
    text-align: center;
    /* margin-bottom: 257px; */
    position: relative;
    display: block;
  }

  .bannerwrpa figure {
    /* box-shadow: 0 18px 25px rgb(255 255 255 / 18%); */
  }

  /* .bannerwrpa:hover {
  transform: translateY(-15px);
} */

  .bannerwrpa {
    transition: 0.5s ease;
    padding-top: 5px;
  }

  /* main-banenr */

  /* steph */
  .sheprdcntnt p {
    font-size: 27px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    font-family: "kepler";
    margin-bottom: 41px;
  }

  .btn-shep {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  a.Btnorange {
    background: #f7ac7e;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    font-family: Chancery;
    color: #000;
    padding: 13px 0;
    width: 100%;
  }

  a.Btnbrown {
    background: #e9ceb0;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    font-family: 'Chancery';
    width: 100%;
    padding: 13px 0;
  }

  .shepherd-content {
    padding-top: 4.9rem;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* steph */

  /* service */
  .service-wrap figure img {
    width: 100%;
  }

  section.our-service-sec {
    padding: 0 50px 3rem 50px;
  }

  .service-wrap h2 {
    font-family: "kepler";
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "calibari", sans-serif;
    text-shadow: #fff 4px 0 16px;
    font-weight: 900;
    /* background: linear-gradient(to top, #4b0082, #8a2be2); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background: linear-gradient(90deg,rgba(0, 128, 128, 1) 45%, rgba(44, 56, 56, 1) 100%, rgba(0, 128, 128, 1) 100%); */
  }

  .service-wrap {
    position: relative;
    margin-bottom: 63px;
  }

  .our-service-sec h3 {
    text-align: center;
    margin-bottom: 54px;
    color: #000;
    font-size: 44px;
    font-family: "kepler";
    font-weight: 300;
  }

  /* service */
  /* footer  */
  footer {
    background: #e9ceb0;
    padding: 104px 0 50px 0;
  }

  .footerwraps {
    text-align: center;
  }

  .footerwraps h3 {
    font-size: 44px;
    font-weight: 400;
    font-family: "kepler";
    margin-bottom: 30px;
  }

  .footerwraps .themeBtn {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    padding: 13px 30px;
  }

  .footerwraps h4 {
    font-size: 20px;
    font-weight: lighter;
    font-family: "kepler";
    margin: 30px 0 8px 0;
  }

  a.phonelink {
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 10px 0;
    display: block;
  }

  a.mailink {
    font-size: 35px;
    font-weight: 300;
    color: #000;
    font-family: "kepler";
    line-height: 1.4;
  }

  .footerwraps p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 13px auto 0;
    width: 98%;
  }

  .footerwraps .themeBtn: hover {
    background: #000;
    color: #fff;
  }

  /* footer  */

  /* innerbnr */
  .innerbnr {
    background: url(../images/mountain-image.jpg) center/cover no-repeat;
    padding: 5rem 0;
    margin: 0 50px;
  }

  .innerbnr h2 {
    position: relative;
    font-size: 77.4px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "calibari", sans-serif;
    font-weight: 900;
    /* background: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #008080c7); */
    /* purple gradient */
    /* -webkit-background-clip: text; */
    text-shadow: #000 15px 0 10px;
    /* -webkit-text-fill-color: transparent; */
  }

  /* .innerbnr h2::after {
  content: attr(data-text);
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 31%, #00000052);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}  */

  .tetsiwrp p {
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    font-family: "kepler";
  }

  .tetsiwrp {
    border: 1px solid #bcbcbc;
    padding: 44px 60px;
    margin-bottom: 36px;
  }

  .tetsiwrp figure {
    margin-bottom: 1rem;
  }

  .tetsiwrp h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    font-family: "kepler";
  }

  .tetsiwrp h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .gallery-section figure {
    margin-bottom: 30px;
  }

  /* innerbnr */
  form.book-form input {
    height: 60px;
    border: 1px solid #e9eef2;
    width: 100%;
    border-radius: unset;
    background: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #000 !important;
  }

  form.book-form select {
    height: 60px;
    border: 1px solid #e9eef2;
    width: 100%;
    border-radius: unset;
    background: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #000;
  }

  form.book-form::placeholder {
    color: #000;
  }

  form.book-form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
  }

  form.book-form select::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    text-transform: capitalize;
    color: #000;
    padding: 10px;
  }

  form.book-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
  }

  form.book-form button.themeBtn {
    font-size: 24px;
    font-weight: 300;
    font-family: "Inter";
    text-transform: capitalize;
    border: unset;
    padding: 15px 33px;
    width: 100%;
    color: #000;
  }

  form.book-form h2.main-head {
    font-size: 45px;
    text-align: center;
    font-family: "kepler";
    text-transform: capitalize;
    margin-bottom: 1rem;
  }

  form.book-form {
    padding: 70px 55px;
    border: 1px solid #aaaaaa;
  }

  .interiorswrap h2 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: bold;
  }

  .inner-list li {
    font-size: 2.25rem;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-family: "calibari";
    position: relative;
    /* background: linear-gradient(358deg, #657154, #9db383); */
    /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    /* purple gradient */
  }

  .inner-list-new li {
    font-size: 2.05rem;
    color: #9db383;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-family: "calibari";
    position: relative;
    background: linear-gradient(358deg, #657154, #9db383);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* purple gradient */
  }

  .inner-list li::after {
    content: attr(data-text);
    position: absolute;
    top: 45%;
    left: -50px;
    right: 0;
    text-align: center;
    transform: rotateX(178deg);
    color: transparent;
    background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #0000004d);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
  }

  .inner-list li:last-child::after {
    left: -245px;
  }

  .inner-list li:nth-child(2)::after {
    left: -213px;
  }

  ul.inner-list li+li {
    margin-top: 6px;
  }

  .interior-section figure {
    text-align: center;
    margin-top: -4rem;
  }

  ul.inner-list {
    list-style: disc;
  }

  .dsddesd {
    /* margin-top: -38px !important; */
    bottom: 23% !important;
  }

  .btn-shep {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .Btnorange,
  .Btnbrown {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-color: orange;
  }

  .Btnbrown {
    background-color: brown;
  }

  .text-wrapper {
    display: flex;
    white-space: nowrap;
  }

  .text-wrapper span {
    padding-right: 50px;
    /* spacing between repeated text */
  }

  .move-left {
    animation: scrollLeft 12s linear infinite;
  }

  .move-right {
    animation: scrollRight 12s linear infinite;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes scrollRight {
    0% {
      transform: translateX(-50%);
    }

    100% {
      transform: translateX(0);
    }
  }

  .innerbnr ul li {
    font-size: 1.75rem;
    color: #fff !important;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    /* -webkit-text-stroke: 1px; */
    /* -webkit-text-stroke-color: #008080; */
    font-family: "Arial", sans-serif;
    text-shadow: #fff 12px 0 17px;
  }

  .innerbnr ul.inner-list {
    margin-top: 4rem;
  }

  .interior-section {
    padding: 0 0 6rem;
  }

  .service-wrap h2::after {
    /* content: attr(data-text); */
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    text-align: center;
    transform: rotateX(180deg);
    color: transparent;
    background-image: linear-gradient(180deg, rgba(113, 49, 214, 0) 29%, #000);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
  }

  .bannertop img {
    width: 450px;
  }

  .interior-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .interior-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  ;
}

figure.bannertop {
  text-align: center;
  margin-bottom: 257px;
  position: relative;
  display: block;
}

.bannerwrpa figure {
  /* box-shadow: 0 18px 25px rgb(255 255 255 / 18%); */
}

/* .bannerwrpa:hover {
  transform: translateY(-15px);
} */

.bannerwrpa {
  transition: 0.5s ease;
  padding-top: 5px;
}

/* main-banenr */

/* steph */
.sheprdcntnt p {
  font-size: 27px;
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-family: "kepler";
  margin-bottom: 41px;
}

.btn-shep {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

a.Btnorange {
  background: #f7ac7e;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  font-family: Chancery;
  color: #000;
  padding: 13px 0;
  width: 100%;
}

a.Btnbrown {
  background: #e9ceb0;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  font-style: italic;
  font-family: 'Chancery';
  width: 100%;
  padding: 13px 0;
}

.shepherd-content {
  padding-top: 4.9rem;
  padding-left: 50px;
  padding-right: 50px;
}

/* steph */

/* service */
.service-wrap figure img {
  width: 100%;
}

section.our-service-sec {
  padding: 0 50px 3rem 50px;
}

.service-wrap h2 {
  font-family: "kepler";
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "calibari", sans-serif;
  text-shadow: #fff 4px 0 16px;
  font-weight: 900;
  /* background: linear-gradient(to top, #4b0082, #8a2be2); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background: linear-gradient(90deg,rgba(0, 128, 128, 1) 45%, rgba(44, 56, 56, 1) 100%, rgba(0, 128, 128, 1) 100%); */
}

.service-wrap {
  position: relative;
  margin-bottom: 63px;
}

.our-service-sec h3 {
  text-align: center;
  margin-bottom: 54px;
  color: #000;
  font-size: 44px;
  font-family: "kepler";
  font-weight: 300;
}

/* service */
/* footer  */
footer {
  background: #e9ceb0;
  padding: 104px 0 50px 0;
}

.footerwraps {
  text-align: center;
}

.footerwraps h3 {
  font-size: 44px;
  font-weight: 400;
  font-family: "kepler";
  margin-bottom: 30px;
}

.footerwraps .themeBtn {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
  padding: 13px 30px;
}

.footerwraps h4 {
  font-size: 20px;
  font-weight: lighter;
  font-family: "kepler";
  margin: 30px 0 8px 0;
}

a.phonelink {
    font-size: 42px;
    font-weight: 400;
    color: #000 !important;
    margin: 10px 0;
    display: block;
    text-decoration: none !important;
    -webkit-text-fill-color: #000 !important; /* Safari fix */
}


a.mailink {
  font-size: 35px;
  font-weight: 300;
  color: #000;
  font-family: "kepler";
  line-height: 1.4;
}

.footerwraps p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 13px auto 0;
  width: 98%;
  font-family: 'kepler';
}

.footerwraps .themeBtn:hover {
  background: #000;
  color: #fff;
}

/* footer  */

/* innerbnr */
.innerbnr {
  background: url(../images/mountain-image.jpg) center/cover no-repeat;
  padding: 5rem 0;
  margin: 0 50px;
}

.innerbnr h2 {
  position: relative;
  font-size: 77.4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "calibari", sans-serif;
  font-weight: 900;
  /* background: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #008080c7); */
  /* purple gradient */
  /* -webkit-background-clip: text; */
  text-shadow: #000 15px 0 10px;
  /* -webkit-text-fill-color: transparent; */
}

/* .innerbnr h2::after {
  content: attr(data-text);
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 31%, #00000052);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}  */

.tetsiwrp p {
  font-size: 25px;
  color: #000;
  line-height: 1.4;
  font-family: "kepler";
}

.tetsiwrp {
  border: 1px solid #bcbcbc;
  padding: 44px 60px;
  margin-bottom: 36px;
}

.tetsiwrp figure {
  margin-bottom: 1rem;
}

.tetsiwrp h2 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: "kepler";
}

.tetsiwrp h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.gallery-section figure {
  margin-bottom: 30px;
}

/* innerbnr */

form.book-form input {
  height: 60px;
  border: 1px solid #e9eef2;
  width: 100%;
  border-radius: unset;
  background: transparent !important;
  outline: unset !important;
  box-shadow: unset !important;
  color: #000 !important;
}

form.book-form select {
  height: 60px;
  border: 1px solid #e9eef2;
  width: 100%;
  border-radius: unset;
  background: transparent !important;
  outline: unset !important;
  box-shadow: unset !important;
  color: #000;
}

form.book-form::placeholder {
  color: #000;
}

form.book-form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #000;
  padding: 10px;
  text-transform: capitalize;
}

form.book-form select::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
  text-transform: capitalize;
  color: #000;
  padding: 10px;
}

form.book-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #000;
  padding: 10px;
  text-transform: capitalize;
}

form.book-form button.themeBtn {
  font-size: 24px;
  font-weight: 300;
  font-family: "Inter";
  text-transform: capitalize;
  border: unset;
  padding: 15px 33px;
  width: 100%;
  color: #000;
}

form.book-form h2.main-head {
  font-size: 45px;
  text-align: center;
  font-family: "kepler";
  text-transform: capitalize;
  margin-bottom: 1rem;
}

form.book-form {
  padding: 70px 55px;
  border: 1px solid #aaaaaa;
}

.interiorswrap h2 {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: bold;
}

.inner-list li {
  font-size: 2.25rem;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  font-family: "calibari";
  position: relative;
  /* background: linear-gradient(358deg, #657154, #9db383); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* purple gradient */
}

.inner-list-new li {
  font-size: 2.05rem;
  color: #9db383;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  font-family: "calibari";
  position: relative;
  background: linear-gradient(358deg, #657154, #9db383);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: #9db383 1px 0 3px;























































  /* purple gradient */
  /* FONT IMPORT */

  /* Google Font */
  @import url("https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");




  /* Chancery font */
  @font-face {
    font-family: 'Chancery';
    src: url('../fonts/chancery.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }


  /* Calibari Font */
  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-italic.ttf");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "calibari";
    src: url("../fonts/calibri-bold-italic.ttf");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  /* Arial */
  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldMT.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldMT_1.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/ArialMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldItalicMT.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE MT";
    src: url("../fonts/ArialCEMTBlack-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/ArialCE-Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-BoldItalicMT_1.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial CE";
    src: url("../fonts/Arial-BoldMT_2.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-ItalicMT.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Lgt.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-ItalicMT_1.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Mdm.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-MdmItl.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-LgtItl.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial Narrow";
    src: url("../fonts/ArialNarrow-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  : root {
    --white: #fff;
    --black: #000;
    --primary: #f48847;
    --secondary: #333333;
  }

  html {
    scroll-behavior: smooth;
    height: 100%;
  }

  body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Inter", sans-serif;
  }

  section {
    position: relative;
    padding: 4rem 0;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    font-family: var(--font-heading);
  }

  .img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  a,
  button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  a:hover,
  button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  figure {
    margin: 0;
  }

  /* Cursor Start */

  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }

  .cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
  }

  /* Cursor End */

  /* PRELOADER */
  body.loading {
    overflow: hidden;
    height: 100vh;
  }

  .preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113;
  }

  .preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0rem;
    right: 5rem;
  }

  .preLoader .bar {
    height: 20%;
    width: 100vw;
    background-color: var(--primary);
  }

  /* PRELOADER */

  /* GLOBAL CSS */

  .themeBtn {
    background: var(--primary);
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: unset;
    line-height: normal;
  }

  .themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
  }

  /* mouse animation css  */

  /* .bounce-element {
 animation: bounce 0.9s infinite alternate;
 -webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
@-webkit-keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
.mouse {
 position: absolute;
 bottom: 1rem;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 11;
 text-align: center;
} */

  /* mouse animation css  */

  /* NAV HEADER CSS */
  header {
    padding: 0 0 1rem 0;
    transition: 0.3s ease-in-out;
  }

  .navbar-brand {
    padding: 0;
    margin: 0;
  }

  .navbar-nav {
    align-items: center;
    gap: 50px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0 0;
    display: inline-block;
    font-family: "kepler";
  }

  .topbar {
    text-align: center;
    padding-top: 1rem;
  }

  .topbar p {
    color: #000000;
    font-size: 25px;
    font-family: "kepler";
    margin: 0;
  }

  /* !NAV HEADER CSS */

  /* main-banenr */
  .main-banenr {
    background: url(../images/mountain-image.jpg) center/cover no-repeat;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  /* .main-banenr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 65%);
} */

  .bannerwrpa figure {
    position: relative;
  }

  .bannerwrpa figure img {
    width: 82%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .bannerwrpa a {
    /* position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: capitalize;
  -webkit-background-clip: text;
  font-weight: bolder;
  background: linear-gradient(42deg,rgba(188, 211, 197, 1) 0%, rgba(154, 190, 167, 1) 50%, rgba(77, 95, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); */
    position: absolute;
    bottom: 17.2%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    text-transform: uppercase;
    /* background: linear-gradient(358deg, #00000099, #fff); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    color: #fff;
    /* text-shadow: 0px -4.2px 0px #fff; */
    font-family: "calibari";
    text-shadow: #fff 5px 0 16px;



































    /* FONT IMPORT */

    /* Google Font */
    @import url("https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");




    /* Chancery font */
    @font-face {
      font-family: 'Chancery';
      src: url('../fonts/chancery.ttf') format('truetype');
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }


    /* Calibari Font */
    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-regular.ttf");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-bold.ttf");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-italic.ttf");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-bold-italic.ttf");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    /* Arial */
    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldMT.ttf") format("truetype");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldMT_1.ttf") format("truetype");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/ArialMT.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldItalicMT.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/ArialCE.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BlackItalic.ttf") format("truetype");
      font-weight: 900;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE MT";
      src: url("../fonts/ArialCEMTBlack-Regular.ttf") format("truetype");
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/ArialCE-BoldItalic.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/ArialCE-Italic.ttf") format("truetype");
      font-weight: 500;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldItalicMT_1.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/Arial-BoldMT_2.ttf") format("truetype");
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-ItalicMT.ttf") format("truetype");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-Lgt.ttf") format("truetype");
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-ItalicMT_1.ttf") format("truetype");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow-Bold.ttf") format("truetype");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow-BoldItalic.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-Mdm.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-MdmItl.ttf") format("truetype");
      font-weight: 500;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-LgtItl.ttf") format("truetype");
      font-weight: 300;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow-Italic.ttf") format("truetype");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-Black.ttf") format("truetype");
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }

    : root {
      --white: #fff;
      --black: #000;
      --primary: #f48847;
      --secondary: #333333;
    }

    html {
      scroll-behavior: smooth;
      height: 100%;
    }

    body {
      position: relative;
      background: #fff;
      overflow-x: hidden;
      height: 100%;
      font-family: "Inter", sans-serif;
    }

    section {
      position: relative;
      padding: 4rem 0;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 2;
      color: #828282;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: #000;
      font-family: var(--font-heading);
    }

    .img-auto {
      display: block;
      max-width: 100%;
      margin: 0 auto;
    }

    a,
    button {
      text-decoration: none !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    a:hover,
    button:hover {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }

    figure {
      margin: 0;
    }

    /* Cursor Start */

    .mouse-cursor {
      position: fixed;
      left: 0;
      top: 0;
      pointer-events: none;
      border-radius: 50%;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      visibility: hidden;
    }

    .cursor-inner {
      margin-left: 2px;
      margin-top: 2px;
      width: 7px;
      height: 7px;
      z-index: 10000001;
      background-color: var(--primary);
      -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .cursor-inner.cursor-hover {
      margin-left: -10px;
      margin-top: -10px;
      width: 30px;
      height: 30px;
      background-color: var(--primary);
      opacity: 0.3;
    }

    /* Cursor End */

    /* PRELOADER */
    body.loading {
      overflow: hidden;
      height: 100vh;
    }

    .preLoader {
      width: 100%;
      height: 100%;
      z-index: 1111;
      display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: start;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 11113;
    }

    .preLoader .counter {
      color: var(--white);
      font-size: 15rem;
      font-family: var(--font-heading);
      font-weight: 700;
      position: absolute;
      bottom: 0rem;
      right: 5rem;
    }

    .preLoader .bar {
      height: 20%;
      width: 100vw;
      background-color: var(--primary);
    }

    /* PRELOADER */

    /* GLOBAL CSS */

    .themeBtn {
      background: var(--primary);
      font-size: 24px;
      color: var(--white);
      text-transform: uppercase;
      font-weight: 300;
      display: inline-block;
      padding: 1.04em 1.96em;
      border-radius: unset;
      line-height: normal;
    }

    .themeBtn.borderBtn {
      background: transparent;
      border: 1px solid #fff;
      padding: 1.04em 2em;
    }

    /* mouse animation css  */

    /* .bounce-element {
 animation: bounce 0.9s infinite alternate;
 -webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
@-webkit-keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
.mouse {
 position: absolute;
 bottom: 1rem;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 11;
 text-align: center;
} */

    /* mouse animation css  */

    /* NAV HEADER CSS */
    header {
      padding: 0 0 1rem 0;
      transition: 0.3s ease-in-out;
    }

    .navbar-brand {
      padding: 0;
      margin: 0;
    }

    .navbar-nav {
      align-items: center;
      gap: 50px;
    }

    .navbar-nav .nav-item .nav-link {
      font-size: 20px;
      color: #000;
      text-transform: capitalize;
      font-weight: 300;
      padding: 0 0;
      display: inline-block;
      font-family: "kepler";
    }

    .topbar {
      text-align: center;
      padding-top: 1rem;
    }

    .topbar p {
      color: #000000;
      font-size: 25px;
      font-family: "kepler";
      margin: 0;
    }

    /* !NAV HEADER CSS */

    /* main-banenr */
    .main-banenr {
      background: url(../images/mountain-image.jpg) center/cover no-repeat;
      padding: 3rem 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
    }

    /* .main-banenr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 65%);
} */

    .bannerwrpa figure {
      position: relative;
    }

    .bannerwrpa figure img {
      width: 82%;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .bannerwrpa a {
      /* position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: capitalize;
  -webkit-background-clip: text;
  font-weight: bolder;
  background: linear-gradient(42deg,rgba(188, 211, 197, 1) 0%, rgba(154, 190, 167, 1) 50%, rgba(77, 95, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); */
      position: absolute;
      bottom: 17.2%;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-size: 1.3rem;
      font-weight: bolder;
      text-transform: uppercase;
      background: linear-gradient(358deg, #00000099, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: #fff;
      text-shadow: 0px -4.2px 0px #fff;
      font-family: "calibari";
    }

    figure.bannertop {
      text-align: center;
      margin-bottom: 257px;
      position: relative;
      display: block;
    }

    .bannerwrpa figure {
      /* box-shadow: 0 18px 25px rgb(255 255 255 / 18%); */
    }

    /* .bannerwrpa:hover {
  transform: translateY(-15px);
} */

    .bannerwrpa {
      transition: 0.5s ease;
      padding-top: 5px;
    }

    /* main-banenr */

    /* steph */
    .sheprdcntnt p {
      font-size: 27px;
      color: #000;
      text-align: center;
      line-height: 1.3;
      font-family: "kepler";
      margin-bottom: 41px;
    }

    .btn-shep {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 20px;
    }

    a.Btnorange {
      background: #f7ac7e;
      font-size: 28px;
      font-weight: 400;
      font-style: italic;
      font-family: Chancery;
      color: #000;
      padding: 13px 0;
      width: 100%;
    }

    a.Btnbrown {
      background: #e9ceb0;
      font-size: 28px;
      font-weight: 400;
      color: #000;
      font-style: italic;
      font-family: 'Chancery';
      width: 100%;
      padding: 13px 0;
    }

    .shepherd-content {
      padding-top: 4.9rem;
      padding-left: 50px;
      padding-right: 50px;
    }

    /* steph */

    /* service */
    .service-wrap figure img {
      width: 100%;
    }

    section.our-service-sec {
      padding: 0 50px 3rem 50px;
    }

    .service-wrap h2 {
      font-family: "kepler";
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-size: 50px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: "calibari", sans-serif;
      text-shadow: #fff 4px 0 16px;
      font-weight: 900;
      /* background: linear-gradient(to top, #4b0082, #8a2be2); */
      /* -webkit-background-clip: text; */
      /* -webkit-text-fill-color: transparent; */
      /* background: linear-gradient(90deg,rgba(0, 128, 128, 1) 45%, rgba(44, 56, 56, 1) 100%, rgba(0, 128, 128, 1) 100%); */
    }

    .service-wrap {
      position: relative;
      margin-bottom: 63px;
    }

    .our-service-sec h3 {
      text-align: center;
      margin-bottom: 54px;
      color: #000;
      font-size: 44px;
      font-family: "kepler";
      font-weight: 300;
    }

    /* service */
    /* footer  */
    footer {
      background: #e9ceb0;
      padding: 104px 0 50px 0;
    }

    .footerwraps {
      text-align: center;
    }

    .footerwraps h3 {
      font-size: 44px;
      font-weight: 400;
      font-family: "kepler";
      margin-bottom: 30px;
    }

    .footerwraps .themeBtn {
      font-size: 24px;
      font-weight: 300;
      color: #000;
      text-transform: capitalize;
      padding: 13px 30px;
    }

    .footerwraps h4 {
      font-size: 20px;
      font-weight: lighter;
      font-family: "kepler";
      margin: 30px 0 8px 0;
    }

    a.phonelink {
      font-size: 42px;
      font-weight: 400;
      color: #000;
      margin: 10px 0;
      display: block;
    }

    a.mailink {
      font-size: 35px;
      font-weight: 300;
      color: #000;
      font-family: "kepler";
      line-height: 1.4;
    }

    .footerwraps p {
      font-size: 1.125rem;
      font-weight: 400;
      color: #000;
      line-height: 1.6;
      margin: 13px auto 0;
      width: 98%;
    }

    .footerwraps .themeBtn: hover {
      background: #000;
      color: #fff;
    }

    /* footer  */

    /* innerbnr */
    .innerbnr {
      background: url(../images/mountain-image.jpg) center/cover no-repeat;
      padding: 5rem 0;
      margin: 0 50px;
    }

    .innerbnr h2 {
      position: relative;
      font-size: 77.4px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: "calibari", sans-serif;
      font-weight: 900;
      /* background: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #008080c7); */
      /* purple gradient */
      /* -webkit-background-clip: text; */
      text-shadow: #000 15px 0 10px;
      /* -webkit-text-fill-color: transparent; */
    }

    /* .innerbnr h2::after {
  content: attr(data-text);
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 31%, #00000052);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}  */

    .tetsiwrp p {
      font-size: 25px;
      color: #000;
      line-height: 1.4;
      font-family: "kepler";
    }

    .tetsiwrp {
      border: 1px solid #bcbcbc;
      padding: 44px 60px;
      margin-bottom: 36px;
    }

    .tetsiwrp figure {
      margin-bottom: 1rem;
    }

    .tetsiwrp h2 {
      font-size: 22px;
      font-weight: 400;
      color: #000;
      font-family: "kepler";
    }

    .tetsiwrp h4 {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
    }

    .gallery-section figure {
      margin-bottom: 30px;
    }

    /* innerbnr */
    form.book-form input {
      height: 60px;
      border: 1px solid #e9eef2;
      width: 100%;
      border-radius: unset;
      background: transparent !important;
      outline: unset !important;
      box-shadow: unset !important;
      color: #000 !important;
    }

    form.book-form select {
      height: 60px;
      border: 1px solid #e9eef2;
      width: 100%;
      border-radius: unset;
      background: transparent !important;
      outline: unset !important;
      box-shadow: unset !important;
      color: #000;
    }

    form.book-form::placeholder {
      color: #000;
    }

    form.book-form textarea::placeholder {
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", serif;
      color: #000;
      padding: 10px;
      text-transform: capitalize;
    }

    form.book-form select::placeholder {
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", serif;
      text-transform: capitalize;
      color: #000;
      padding: 10px;
    }

    form.book-form input::placeholder {
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", serif;
      color: #000;
      padding: 10px;
      text-transform: capitalize;
    }

    form.book-form button.themeBtn {
      font-size: 24px;
      font-weight: 300;
      font-family: "Inter";
      text-transform: capitalize;
      border: unset;
      padding: 15px 33px;
      width: 100%;
      color: #000;
    }

    form.book-form h2.main-head {
      font-size: 45px;
      text-align: center;
      font-family: "kepler";
      text-transform: capitalize;
      margin-bottom: 1rem;
    }

    form.book-form {
      padding: 70px 55px;
      border: 1px solid #aaaaaa;
    }

    .interiorswrap h2 {
      font-size: 2rem;
      text-transform: capitalize;
      font-weight: bold;
    }

    .inner-list li {
      font-size: 2.25rem;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 900;
      font-family: "calibari";
      position: relative;
      /* background: linear-gradient(358deg, #657154, #9db383); */
      /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
      /* purple gradient */
    }

    .inner-list-new li {
      font-size: 2.05rem;
      color: #9db383;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 900;
      font-family: "calibari";
      position: relative;
      background: linear-gradient(358deg, #657154, #9db383);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      /* purple gradient */
    }

    .inner-list li::after {
      content: attr(data-text);
      position: absolute;
      top: 45%;
      left: -50px;
      right: 0;
      text-align: center;
      transform: rotateX(178deg);
      color: transparent;
      background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #0000004d);
      -webkit-background-clip: text;
      background-clip: text;
      pointer-events: none;
    }

    .inner-list li:last-child::after {
      left: -245px;
    }

    .inner-list li:nth-child(2)::after {
      left: -213px;
    }

    ul.inner-list li+li {
      margin-top: 6px;
    }

    .interior-section figure {
      text-align: center;
      margin-top: -4rem;
    }

    ul.inner-list {
      list-style: disc;
    }

    .dsddesd {
      /* margin-top: -38px !important; */
      bottom: 23% !important;
    }

    .btn-shep {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 50px;
    }

    .Btnorange,
    .Btnbrown {
      position: relative;
      overflow: hidden;
      width: 300px;
      height: 50px;
      display: flex;
      align-items: center;
      padding: 0 10px;
      text-decoration: none;
      color: white;
      font-weight: bold;
      border-radius: 5px;
      background-color: orange;
    }

    .Btnbrown {
      background-color: brown;
    }

    .text-wrapper {
      display: flex;
      white-space: nowrap;
    }

    .text-wrapper span {
      padding-right: 50px;
      /* spacing between repeated text */
    }

    .move-left {
      animation: scrollLeft 12s linear infinite;
    }

    .move-right {
      animation: scrollRight 12s linear infinite;
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes scrollRight {
      0% {
        transform: translateX(-50%);
      }

      100% {
        transform: translateX(0);
      }
    }

    .innerbnr ul li {
      font-size: 1.75rem;
      color: #fff !important;
      text-transform: none;
      font-style: normal;
      font-weight: 600;
      /* -webkit-text-stroke: 1px; */
      /* -webkit-text-stroke-color: #008080; */
      font-family: "Arial", sans-serif;
      text-shadow: #fff 12px 0 17px;
    }

    .innerbnr ul.inner-list {
      margin-top: 4rem;
    }

    .interior-section {
      padding: 0 0 6rem;
    }

    .service-wrap h2::after {
      /* content: attr(data-text); */
      position: absolute;
      top: 56%;
      left: 0;
      right: 0;
      text-align: center;
      transform: rotateX(180deg);
      color: transparent;
      background-image: linear-gradient(180deg, rgba(113, 49, 214, 0) 29%, #000);
      -webkit-background-clip: text;
      background-clip: text;
      pointer-events: none;
    }

    .bannertop img {
      width: 450px;
    }

    .interior-section img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .interior-section img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    ;

    /* FONT IMPORT */

    /* Google Font */
    @import url("https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");




    /* Chancery font */
    @font-face {
      font-family: 'Chancery';
      src: url('../fonts/chancery.ttf') format('truetype');
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }


    /* Calibari Font */
    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-regular.ttf");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-bold.ttf");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-italic.ttf");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "calibari";
      src: url("../fonts/calibri-bold-italic.ttf");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    /* Arial */
    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldMT.ttf") format("truetype");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldMT_1.ttf") format("truetype");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/ArialMT.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldItalicMT.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/ArialCE.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BlackItalic.ttf") format("truetype");
      font-weight: 900;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE MT";
      src: url("../fonts/ArialCEMTBlack-Regular.ttf") format("truetype");
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/ArialCE-BoldItalic.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/ArialCE-Italic.ttf") format("truetype");
      font-weight: 500;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-BoldItalicMT_1.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial CE";
      src: url("../fonts/Arial-BoldMT_2.ttf") format("truetype");
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-ItalicMT.ttf") format("truetype");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-Lgt.ttf") format("truetype");
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-ItalicMT_1.ttf") format("truetype");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow-Bold.ttf") format("truetype");
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow-BoldItalic.ttf") format("truetype");
      font-weight: bold;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-Mdm.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-MdmItl.ttf") format("truetype");
      font-weight: 500;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-LgtItl.ttf") format("truetype");
      font-weight: 300;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial Narrow";
      src: url("../fonts/ArialNarrow-Italic.ttf") format("truetype");
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arial";
      src: url("../fonts/Arial-Black.ttf") format("truetype");
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }

    : root {
      --white: #fff;
      --black: #000;
      --primary: #f48847;
      --secondary: #333333;
    }

    html {
      scroll-behavior: smooth;
      height: 100%;
    }

    body {
      position: relative;
      background: #fff;
      overflow-x: hidden;
      height: 100%;
      font-family: "Inter", sans-serif;
    }

    section {
      position: relative;
      padding: 4rem 0;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 2;
      color: #828282;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: #000;
      font-family: var(--font-heading);
    }

    .img-auto {
      display: block;
      max-width: 100%;
      margin: 0 auto;
    }

    a,
    button {
      text-decoration: none !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    a:hover,
    button:hover {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }

    figure {
      margin: 0;
    }

    /* Cursor Start */

    .mouse-cursor {
      position: fixed;
      left: 0;
      top: 0;
      pointer-events: none;
      border-radius: 50%;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      visibility: hidden;
    }

    .cursor-inner {
      margin-left: 2px;
      margin-top: 2px;
      width: 7px;
      height: 7px;
      z-index: 10000001;
      background-color: var(--primary);
      -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .cursor-inner.cursor-hover {
      margin-left: -10px;
      margin-top: -10px;
      width: 30px;
      height: 30px;
      background-color: var(--primary);
      opacity: 0.3;
    }

    /* Cursor End */

    /* PRELOADER */
    body.loading {
      overflow: hidden;
      height: 100vh;
    }

    .preLoader {
      width: 100%;
      height: 100%;
      z-index: 1111;
      display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: start;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 11113;
    }

    .preLoader .counter {
      color: var(--white);
      font-size: 15rem;
      font-family: var(--font-heading);
      font-weight: 700;
      position: absolute;
      bottom: 0rem;
      right: 5rem;
    }

    .preLoader .bar {
      height: 20%;
      width: 100vw;
      background-color: var(--primary);
    }

    /* PRELOADER */

    /* GLOBAL CSS */

    .themeBtn {
      background: var(--primary);
      font-size: 24px;
      color: var(--white);
      text-transform: uppercase;
      font-weight: 300;
      display: inline-block;
      padding: 1.04em 1.96em;
      border-radius: unset;
      line-height: normal;
    }

    .themeBtn.borderBtn {
      background: transparent;
      border: 1px solid #fff;
      padding: 1.04em 2em;
    }

    /* mouse animation css  */

    /* .bounce-element {
 animation: bounce 0.9s infinite alternate;
 -webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
@-webkit-keyframes bounce {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
.mouse {
 position: absolute;
 bottom: 1rem;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 11;
 text-align: center;
} */

    /* mouse animation css  */

    /* NAV HEADER CSS */
    header {
      padding: 0 0 1rem 0;
      transition: 0.3s ease-in-out;
    }

    .navbar-brand {
      padding: 0;
      margin: 0;
    }

    .navbar-nav {
      align-items: center;
      gap: 50px;
    }

    .navbar-nav .nav-item .nav-link {
      font-size: 20px;
      color: #000;
      text-transform: capitalize;
      font-weight: 300;
      padding: 0 0;
      display: inline-block;
      font-family: "kepler";
    }

    .topbar {
      text-align: center;
      padding-top: 1rem;
    }

    .topbar p {
      color: #000000;
      font-size: 25px;
      font-family: "kepler";
      margin: 0;
    }

    /* !NAV HEADER CSS */

    /* main-banenr */
    .main-banenr {
      background: url(../images/mountain-image.jpg) center/cover no-repeat;
      padding: 3rem 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
    }

    /* .main-banenr::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 65%);
} */

    .bannerwrpa figure {
      position: relative;
    }

    .bannerwrpa figure img {
      width: 82%;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .bannerwrpa a {
      /* position: absolute;
  bottom: 17.2%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bolder;
  text-transform: capitalize;
  -webkit-background-clip: text;
  font-weight: bolder;
  background: linear-gradient(42deg,rgba(188, 211, 197, 1) 0%, rgba(154, 190, 167, 1) 50%, rgba(77, 95, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); */
      position: absolute;
      bottom: 17.2%;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-size: 1.3rem;
      font-weight: bolder;
      text-transform: uppercase;
      background: linear-gradient(358deg, #00000099, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: #fff;
      text-shadow: 0px -4.2px 0px #fff;
      font-family: "calibari";
    }

    figure.bannertop {
      text-align: center;
      margin-bottom: 257px;
      position: relative;
      display: block;
    }

    .bannerwrpa figure {
      /* box-shadow: 0 18px 25px rgb(255 255 255 / 18%); */
    }

    /* .bannerwrpa:hover {
  transform: translateY(-15px);
} */

    .bannerwrpa {
      transition: 0.5s ease;
      padding-top: 5px;
    }

    /* main-banenr */

    /* steph */
    .sheprdcntnt p {
      font-size: 27px;
      color: #000;
      text-align: center;
      line-height: 1.3;
      font-family: "kepler";
      margin-bottom: 41px;
    }

    .btn-shep {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 20px;
    }

    a.Btnorange {
      background: #f7ac7e;
      font-size: 28px;
      font-weight: 400;
      font-style: italic;
      font-family: Chancery;
      color: #000;
      padding: 13px 0;
      width: 100%;
    }

    a.Btnbrown {
      background: #e9ceb0;
      font-size: 28px;
      font-weight: 400;
      color: #000;
      font-style: italic;
      font-family: 'Chancery';
      width: 100%;
      padding: 13px 0;
    }

    .shepherd-content {
      padding-top: 4.9rem;
      padding-left: 50px;
      padding-right: 50px;
    }

    /* steph */

    /* service */
    .service-wrap figure img {
      width: 100%;
    }

    section.our-service-sec {
      padding: 0 50px 3rem 50px;
    }

    .service-wrap h2 {
      font-family: "kepler";
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-size: 50px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: "calibari", sans-serif;
      text-shadow: #fff 4px 0 16px;
      font-weight: 900;
      /* background: linear-gradient(to top, #4b0082, #8a2be2); */
      /* -webkit-background-clip: text; */
      /* -webkit-text-fill-color: transparent; */
      /* background: linear-gradient(90deg,rgba(0, 128, 128, 1) 45%, rgba(44, 56, 56, 1) 100%, rgba(0, 128, 128, 1) 100%); */
    }

    .service-wrap {
      position: relative;
      margin-bottom: 63px;
    }

    .our-service-sec h3 {
      text-align: center;
      margin-bottom: 54px;
      color: #000;
      font-size: 44px;
      font-family: "kepler";
      font-weight: 300;
    }

    /* service */
    /* footer  */
    footer {
      background: #e9ceb0;
      padding: 104px 0 50px 0;
    }

    .footerwraps {
      text-align: center;
    }

    .footerwraps h3 {
      font-size: 44px;
      font-weight: 400;
      font-family: "kepler";
      margin-bottom: 30px;
    }

    .footerwraps .themeBtn {
      font-size: 24px;
      font-weight: 300;
      color: #000;
      text-transform: capitalize;
      padding: 13px 30px;
    }

    .footerwraps h4 {
      font-size: 20px;
      font-weight: lighter;
      font-family: "kepler";
      margin: 30px 0 8px 0;
    }

    a.phonelink {
      font-size: 42px;
      font-weight: 400;
      color: #000;
      margin: 10px 0;
      display: block;
    }

    a.mailink {
      font-size: 35px;
      font-weight: 300;
      color: #000;
      font-family: "kepler";
      line-height: 1.4;
    }

    .footerwraps p {
      font-size: 1.125rem;
      font-weight: 400;
      color: #000;
      line-height: 1.6;
      margin: 13px auto 0;
      width: 98%;
    }

    .footerwraps .themeBtn: hover {
      background: #000;
      color: #fff;
    }

    /* footer  */

    /* innerbnr */
    .innerbnr {
      background: url(../images/mountain-image.jpg) center/cover no-repeat;
      padding: 5rem 0;
      margin: 0 50px;
    }

    .innerbnr h2 {
      position: relative;
      font-size: 77.4px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: "calibari", sans-serif;
      font-weight: 900;
      /* background: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #008080c7); */
      /* purple gradient */
      /* -webkit-background-clip: text; */
      text-shadow: #000 15px 0 10px;
      /* -webkit-text-fill-color: transparent; */
    }

    /* .innerbnr h2::after {
  content: attr(data-text);
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 31%, #00000052);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}  */

    .tetsiwrp p {
      font-size: 25px;
      color: #000;
      line-height: 1.4;
      font-family: "kepler";
    }

    .tetsiwrp {
      border: 1px solid #bcbcbc;
      padding: 44px 60px;
      margin-bottom: 36px;
    }

    .tetsiwrp figure {
      margin-bottom: 1rem;
    }

    .tetsiwrp h2 {
      font-size: 22px;
      font-weight: 400;
      color: #000;
      font-family: "kepler";
    }

    .tetsiwrp h4 {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
    }

    .gallery-section figure {
      margin-bottom: 30px;
    }

    /* innerbnr */
    form.book-form input {
      height: 60px;
      border: 1px solid #e9eef2;
      width: 100%;
      border-radius: unset;
      background: transparent !important;
      outline: unset !important;
      box-shadow: unset !important;
      color: #000 !important;
    }

    form.book-form select {
      height: 60px;
      border: 1px solid #e9eef2;
      width: 100%;
      border-radius: unset;
      background: transparent !important;
      outline: unset !important;
      box-shadow: unset !important;
      color: #000;
    }

    form.book-form::placeholder {
      color: #000;
    }

    form.book-form textarea::placeholder {
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", serif;
      color: #000;
      padding: 10px;
      text-transform: capitalize;
    }

    form.book-form select::placeholder {
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", serif;
      text-transform: capitalize;
      color: #000;
      padding: 10px;
    }

    form.book-form input::placeholder {
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", serif;
      color: #000;
      padding: 10px;
      text-transform: capitalize;
    }

    form.book-form button.themeBtn {
      font-size: 24px;
      font-weight: 300;
      font-family: "Inter";
      text-transform: capitalize;
      border: unset;
      padding: 15px 33px;
      width: 100%;
      color: #000;
    }

    form.book-form h2.main-head {
      font-size: 45px;
      text-align: center;
      font-family: "kepler";
      text-transform: capitalize;
      margin-bottom: 1rem;
    }

    form.book-form {
      padding: 70px 55px;
      border: 1px solid #aaaaaa;
    }

    .interiorswrap h2 {
      font-size: 2rem;
      text-transform: capitalize;
      font-weight: bold;
    }

    .inner-list li {
      font-size: 2.25rem;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 900;
      font-family: "calibari";
      position: relative;
      /* background: linear-gradient(358deg, #657154, #9db383); */
      /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
      /* purple gradient */
    }

    .inner-list-new li {
      font-size: 2.05rem;
      color: #9db383;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 900;
      font-family: "calibari";
      position: relative;
      background: linear-gradient(358deg, #657154, #9db383);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      /* purple gradient */
    }

    .inner-list li::after {
      content: attr(data-text);
      position: absolute;
      top: 45%;
      left: -50px;
      right: 0;
      text-align: center;
      transform: rotateX(178deg);
      color: transparent;
      background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #0000004d);
      -webkit-background-clip: text;
      background-clip: text;
      pointer-events: none;
    }

    .inner-list li:last-child::after {
      left: -245px;
    }

    .inner-list li:nth-child(2)::after {
      left: -213px;
    }

    ul.inner-list li+li {
      margin-top: 6px;
    }

    .interior-section figure {
      text-align: center;
      margin-top: -4rem;
    }

    ul.inner-list {
      list-style: disc;
    }

    .dsddesd {
      /* margin-top: -38px !important; */
      bottom: 23% !important;
    }

    .btn-shep {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 50px;
    }

    .Btnorange,
    .Btnbrown {
      position: relative;
      overflow: hidden;
      width: 300px;
      height: 50px;
      display: flex;
      align-items: center;
      padding: 0 10px;
      text-decoration: none;
      color: white;
      font-weight: bold;
      border-radius: 5px;
      background-color: orange;
    }

    .Btnbrown {
      background-color: brown;
    }

    .text-wrapper {
      display: flex;
      white-space: nowrap;
    }

    .text-wrapper span {
      padding-right: 50px;
      /* spacing between repeated text */
    }

    .move-left {
      animation: scrollLeft 12s linear infinite;
    }

    .move-right {
      animation: scrollRight 12s linear infinite;
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes scrollRight {
      0% {
        transform: translateX(-50%);
      }

      100% {
        transform: translateX(0);
      }
    }

    .innerbnr ul li {
      font-size: 1.75rem;
      color: #fff !important;
      text-transform: none;
      font-style: normal;
      font-weight: 600;
      /* -webkit-text-stroke: 1px; */
      /* -webkit-text-stroke-color: #008080; */
      font-family: "Arial", sans-serif;
      text-shadow: #fff 12px 0 17px;
    }

    .innerbnr ul.inner-list {
      margin-top: 4rem;
    }

    .interior-section {
      padding: 0 0 6rem;
    }

    .service-wrap h2::after {
      /* content: attr(data-text); */
      position: absolute;
      top: 56%;
      left: 0;
      right: 0;
      text-align: center;
      transform: rotateX(180deg);
      color: transparent;
      background-image: linear-gradient(180deg, rgba(113, 49, 214, 0) 29%, #000);
      -webkit-background-clip: text;
      background-clip: text;
      pointer-events: none;
    }

    .bannertop img {
      width: 450px;
    }

    .interior-section img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .interior-section img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    ;
  }

  figure.bannertop {
    text-align: center;
    margin-bottom: 257px;
    position: relative;
    display: block;
  }

  .bannerwrpa figure {
    /* box-shadow: 0 18px 25px rgb(255 255 255 / 18%); */
  }

  /* .bannerwrpa:hover {
  transform: translateY(-15px);
} */

  .bannerwrpa {
    transition: 0.5s ease;
    padding-top: 5px;
  }

  /* main-banenr */

  /* steph */
  .sheprdcntnt p {
    font-size: 27px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    font-family: "kepler";
    margin-bottom: 41px;
  }

  .btn-shep {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  a.Btnorange {
    background: #f7ac7e;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    font-family: Chancery;
    color: #000;
    padding: 13px 0;
    width: 100%;
  }

  a.Btnbrown {
    background: #e9ceb0;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    font-family: 'Chancery';
    width: 100%;
    padding: 13px 0;
  }

  .shepherd-content {
    padding-top: 4.9rem;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* steph */

  /* service */
  .service-wrap figure img {
    width: 100%;
  }

  section.our-service-sec {
    padding: 0 50px 3rem 50px;
  }

  .service-wrap h2 {
    font-family: "kepler";
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "calibari", sans-serif;
    text-shadow: #fff 4px 0 16px;
    font-weight: 900;
    /* background: linear-gradient(to top, #4b0082, #8a2be2); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background: linear-gradient(90deg,rgba(0, 128, 128, 1) 45%, rgba(44, 56, 56, 1) 100%, rgba(0, 128, 128, 1) 100%); */
  }

  .service-wrap {
    position: relative;
    margin-bottom: 63px;
  }

  .our-service-sec h3 {
    text-align: center;
    margin-bottom: 54px;
    color: #000;
    font-size: 44px;
    font-family: "kepler";
    font-weight: 300;
  }

  /* service */
  /* footer  */
  footer {
    background: #e9ceb0;
    padding: 104px 0 50px 0;
  }

  .footerwraps {
    text-align: center;
  }

  .footerwraps h3 {
    font-size: 44px;
    font-weight: 400;
    font-family: "kepler";
    margin-bottom: 30px;
  }

  .footerwraps .themeBtn {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    padding: 13px 30px;
  }

  .footerwraps h4 {
    font-size: 20px;
    font-weight: lighter;
    font-family: "kepler";
    margin: 30px 0 8px 0;
  }

  a.phonelink {
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 10px 0;
    display: block;
  }

  a.mailink {
    font-size: 35px;
    font-weight: 300;
    color: #000;
    font-family: "kepler";
    line-height: 1.4;
  }

  .footerwraps p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 13px auto 0;
    width: 98%;
  }

  .footerwraps .themeBtn: hover {
    background: #000;
    color: #fff;
  }

  /* footer  */

  /* innerbnr */
  .innerbnr {
    background: url(../images/mountain-image.jpg) center/cover no-repeat;
    padding: 5rem 0;
    margin: 0 50px;
  }

  .innerbnr h2 {
    position: relative;
    font-size: 77.4px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "calibari", sans-serif;
    font-weight: 900;
    /* background: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #008080c7); */
    /* purple gradient */
    /* -webkit-background-clip: text; */
    text-shadow: #000 15px 0 10px;
    /* -webkit-text-fill-color: transparent; */
  }

  /* .innerbnr h2::after {
  content: attr(data-text);
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 31%, #00000052);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}  */

  .tetsiwrp p {
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    font-family: "kepler";
  }

  .tetsiwrp {
    border: 1px solid #bcbcbc;
    padding: 44px 60px;
    margin-bottom: 36px;
  }

  .tetsiwrp figure {
    margin-bottom: 1rem;
  }

  .tetsiwrp h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    font-family: "kepler";
  }

  .tetsiwrp h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .gallery-section figure {
    margin-bottom: 30px;
  }

  /* innerbnr */
  form.book-form input {
    height: 60px;
    border: 1px solid #e9eef2;
    width: 100%;
    border-radius: unset;
    background: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #000 !important;
  }

  form.book-form select {
    height: 60px;
    border: 1px solid #e9eef2;
    width: 100%;
    border-radius: unset;
    background: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #000;
  }

  form.book-form::placeholder {
    color: #000;
  }

  form.book-form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
  }

  form.book-form select::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    text-transform: capitalize;
    color: #000;
    padding: 10px;
  }

  form.book-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
  }

  form.book-form button.themeBtn {
    font-size: 24px;
    font-weight: 300;
    font-family: "Inter";
    text-transform: capitalize;
    border: unset;
    padding: 15px 33px;
    width: 100%;
    color: #000;
  }

  form.book-form h2.main-head {
    font-size: 45px;
    text-align: center;
    font-family: "kepler";
    text-transform: capitalize;
    margin-bottom: 1rem;
  }

  form.book-form {
    padding: 70px 55px;
    border: 1px solid #aaaaaa;
  }

  .interiorswrap h2 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: bold;
  }

  .inner-list li {
    font-size: 2.25rem;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-family: "calibari";
    position: relative;
    /* background: linear-gradient(358deg, #657154, #9db383); */
    /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    /* purple gradient */
  }

  .inner-list-new li {
    font-size: 2.05rem;
    color: #9db383;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-family: "calibari";
    position: relative;
    background: linear-gradient(358deg, #657154, #9db383);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* purple gradient */
  }

  .inner-list li::after {
    content: attr(data-text);
    position: absolute;
    top: 45%;
    left: -50px;
    right: 0;
    text-align: center;
    transform: rotateX(178deg);
    color: transparent;
    background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #0000004d);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
  }

  .inner-list li:last-child::after {
    left: -245px;
  }

  .inner-list li:nth-child(2)::after {
    left: -213px;
  }

  ul.inner-list li+li {
    margin-top: 6px;
  }

  .interior-section figure {
    text-align: center;
    margin-top: -4rem;
  }

  ul.inner-list {
    list-style: disc;
  }

  .dsddesd {
    /* margin-top: -38px !important; */
    bottom: 23% !important;
  }

  .btn-shep {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .Btnorange,
  .Btnbrown {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-color: orange;
  }

  .Btnbrown {
    background-color: brown;
  }

  .text-wrapper {
    display: flex;
    white-space: nowrap;
  }

  .text-wrapper span {
    padding-right: 50px;
    /* spacing between repeated text */
  }

  .move-left {
    animation: scrollLeft 12s linear infinite;
  }

  .move-right {
    animation: scrollRight 12s linear infinite;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes scrollRight {
    0% {
      transform: translateX(-50%);
    }

    100% {
      transform: translateX(0);
    }
  }

  .innerbnr ul li {
    font-size: 1.75rem;
    color: #fff !important;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    /* -webkit-text-stroke: 1px; */
    /* -webkit-text-stroke-color: #008080; */
    font-family: "Arial", sans-serif;
    text-shadow: #fff 12px 0 17px;
  }

  .innerbnr ul.inner-list {
    margin-top: 4rem;
  }

  .interior-section {
    padding: 0 0 6rem;
  }

  .service-wrap h2::after {
    /* content: attr(data-text); */
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    text-align: center;
    transform: rotateX(180deg);
    color: transparent;
    background-image: linear-gradient(180deg, rgba(113, 49, 214, 0) 29%, #000);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
  }

  .bannertop img {
    width: 450px;
  }

  .interior-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .interior-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  ;
}

.inner-list li::after {
  /* content: attr(data-text); */
  position: absolute;
  top: 45%;
  left: -50px;
  right: 0;
  text-align: center;
  transform: rotateX(178deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 206, 0) 32%, #0000004d);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}

.inner-list li:last-child::after {
  left: -245px;
}

.inner-list li:nth-child(2)::after {
  left: -213px;
}

ul.inner-list li+li {
  margin-top: 6px;
}

.interior-section figure {
  text-align: center;
  margin-top: -4rem;
}

ul.inner-list {
  list-style: disc;
}

#list ul,
#list_two ul {
  list-style: disc;
}

.dsddesd {
  /* margin-top: -38px !important; */
  bottom: 23% !important;
}

.btn-shep {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.Btnorange,
.Btnbrown {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  background-color: orange;
}

.Btnbrown {
  background-color: brown;
}

.text-wrapper {
  display: flex;
  white-space: nowrap;
}

.text-wrapper span {
  padding-right: 50px;
  /* spacing between repeated text */
}

.move-left {
  animation: scrollLeft 12s linear infinite;
}

.move-right {
  animation: scrollRight 12s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.innerbnr ul li {
  font-size: 1.45rem;
  color: #fff !important;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  /* -webkit-text-stroke: 1px; */
  /* -webkit-text-stroke-color: #008080; */
  font-family: "Arial", sans-serif;
  text-shadow: #fff 12px 0 17px;
}

.innerbnr ul.inner-list {
  margin-top: 4rem;
}

.interior-section {
  padding: 0 0 6rem;
}

.service-wrap h2::after {
  /* content: attr(data-text); */
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotateX(180deg);
  color: transparent;
  background-image: linear-gradient(180deg, rgba(113, 49, 214, 0) 29%, #000);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}

.bannertop img {
  width: 353px;
}

.interior-section img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.interior-section img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.gold-img {
  width: 17% !important;
  position: absolute;
  top: -19%;
  right: -16%;
}


.blue-img {
  width: 17% !important;
  position: absolute;
  top: -19%;
  left: -16%;
}

.mein-number {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.mein-number a {
  font-size: 2.35rem;
  color: #fff !important;
  text-transform: none;
  font-style: normal;
  font-weight: 800;
  /* -webkit-text-stroke: 1px; */
  /* -webkit-text-stroke-color: #008080; */
  font-family: "Arial", sans-serif;
  /* text-shadow: #fff 12px 0 17px; */
}
.mein-logo{
  display: none;
}
form.book-form p {
    color: #000 !important;
    text-align: center;
    font-size: 2.1rem;
    font-family: "kepler";
    line-height: 1.8;
    color: #000;
}
form.book-form .contact_num {
    font-size: 2rem !important;
    font-weight: 700;
    color: #000 !important;
}