* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Font Sizes */
/*
title:35px;
body:17px
sub-titles:18px

 */

body {
  /* font-family: 'Satoshi', sans-serif; */
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  /* font-family: "Tenor Sans", sans-serif; */

  /* background: #faf7f1 url(../images/bg-page.jpg); */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* background: linear-gradient(rgba(244, 241, 236, 70%), rgba(244, 241, 236, 70%)), url("../images/left-bg.png") left no-repeat, url("../images/right-bg.png") right no-repeat;
  background-attachment: fixed;
  background-position-y: top; */
}

.image-container {
  position: relative;
}

.image-container .after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
}

.image-container:hover .after {
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

/* fancy box hover effect */

body {
  font-family: "Source Sans Pro", sans-serif;
}

.playful figure {
  cursor: pointer;
  /* float: left;
  margin: 10px 1%;
  max-height: 225px; */
  max-width: 480px;
  max-height: 260px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.playful figure figcaption,
.playful figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.playful figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.playful figure h4,
.playful figure p {
  margin: 0;
}

.playful figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.playful figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.playful figure h2,
.playful figure p {
  margin: 0;
}

.playful figure.softeffect {
  background: none repeat scroll 0 0 #000000;
}

.playful figure.softeffect img {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.playful figure.softeffect figcaption:before,
.playful figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect h4 {
  opacity: 0;
  padding: 20% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect p {
  margin: 0 auto;
  max-width: 200px;
  transform: scale(1.5);
}

.playful figure.softeffect:hover figcaption:before,
.playful figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.playful figure.softeffect:hover h4 {
  opacity: 1;
  transform: scale(1);
}

.playful figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

figure.softeffect img {
  transform: scale(1);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.4;
  transform: scale(1.15);
  filter: blur(2px);
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: 297px;
}

/* fixed font sizes */
.fs-title {
  font-size: 35px;
  font-weight: 500;
}

.body-fs {
  font-size: 18px;
  color: #4a4a4a;
}

.fs-main-title {
  font-size: 30px;
}

.sc-links {
  cursor: default;
}

.box-hights {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 306px;
}

.box-hights-img{
  height: 308px;
  object-fit: cover;
}

/* Medium Devices, Desktops */
/* @media only screen and (max-width : 1482px) {
  .fs-title{
    font-size: 28px;
  }
  .body-fs{
    font-size: 17px;
  }
 } */

.scroll-bar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.flex-none {
  flex: none;
}

/* @media only screen and (max-width: 767.98px) {
  .section-heading p {
      font-size: 15px;
      margin-bottom: 20px;
  }
}

font-size: 16px;
    color: #74788d;
    margin-bottom: 0; */
.breadcrumb {
  --bs-breadcrumb-divider-color: #ffffff;
}

::selection {
  background: #752a26;
  color: #ffffff !important;
}

a {
  text-decoration: none !important;
}

.text-lead {
  color: #4a4a4a;
  /* text-shadow: 0 0 #000; */
  /* color: #423a3a; */
  line-height: 1.75 !important;
}

.fs-19 {
  font-size: 19px !important;
}

.bg-side {
  background-color: #e6dcd4 !important;
}

input:focus-visible {
  outline: none;
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .h-2 {
    height: 70vh;
    object-fit: cover;
  }
}

.fs-14 {
  font-size: 14px !important;
}

.text-shadow {
  text-shadow: #752a26 1px 0 10px;
}

.nav-link {
  color: #303133 !important;
  font-weight: 600 !important;
  letter-spacing: 0em;
}

.nav-link:hover {
  color: #752a26 !important;
}

.text-cl {
  color: #752a26 !important;
}

.left-11 {
  left: 25px;
}

.text-body {
  color: #303133 !important;
}

/* .list-group-item-transparent {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
} */

#page-sidebar {
  --sp-sidebar-width: 280px;
}

.btn-invisible-bg {
  background-color: transparent;
}

.list-group-item a {
  color: inherit;
  text-decoration: none;
}

.list-group-item-transparent {
  background-color: transparent;
}

#page-content-wrapper {
  min-height: 100vh;
  width: 100%;
}

#page-sidebar {
  max-width: var(--sp-sidebar-width);
  min-height: 100vh;
  min-width: var(--sp-sidebar-width);
  transition: all 0.3s;
}

#page-sidebar {
  margin-left: calc(var(--sp-sidebar-width) * -1);
}

#page-sidebar.active {
  margin-left: 0;
}

@media (min-width: 992px) {

  #page-sidebar,
  #page-sidebar.active {
    margin-left: 0;
  }

  .max-height-lg {
    height: 286px !important;
  }

  .max-h {
    max-height: 39vh;
    object-fit: cover;
  }
}

#page-topbar,
#sidebar-header {
  height: 50px;
}

.left-11::-webkit-scrollbar {
  width: 10px;
}

.trible-hover:hover {
  display: none !important;
}

.eye-cl {
  width: 50px;
  height: 50px;
  background-color: #752a26;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.eye-cl::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
}

.eye-cl:hover {
  display: none !important;
}

.hero-main-2 {
  height: 500px;
  overflow-y: auto;
}

.bg-left {
  background-color: #ffefd9;
}

.bg-sandle {
  background-color: #c19f83;
}

.bg-none {
  background: transparent !important;
}

.sub-title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.title-fs {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn-outline-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #752a26;
}

.bg-hero {
  background-color: #752a26;
}

.bg-pinks {
  background-color: #ebdede;
}

element.style {}

@media (max-width: 992px) {
  .cr-image {
    height: 23vh;
    object-fit: cover;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 41% !important;
  }
}

.cards-bgs {
  /* background-color: #ffe3cd !important; */
  background-color: #ebdede !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-item {
  border: 0 !important;
  background-color: transparent !important;
}

.accordion-button {
  background-color: transparent !important;
}

.text-justify {
  text-align: justify;
}

.w-fit {
  width: max-content !important;
}

/* .btn:hover{
  background-color: #752a26 !important;
} */

.main-path h1 {
  line-height: 40px;
  background-color: #752a26;
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

.main-path h1::after {
  content: "";
  width: 0;
  border-left: 32px solid #752a26;
  border-bottom: 0 solid transparent;
  border-top: 60px solid transparent;
  position: absolute;
  top: 0;
  right: -32px;
  display: inline-block;
}

.ct-top {
  margin-top: -13px;
  /* margin-right: -10px; */
  margin-left: 64px;
}

@media (max-width: 519px) {
  .main-path h1::after {
    display: none !important;
  }
}

.fd {
  float: left;
  margin: 0 15px 15px 0;
}

@media (max-width: 1199px) {

  /* .title-fs{
    font-size: 13px !important;
  } */
  /* .text-lead{
    font-size: 19px !important;
  }
  .sub-title{
    font-size: 12px !important;
  }
  .fs-min{
    font-size: 25px !important;
  }
  .fs-cards{
    font-size: 14px !important;
  } */
  .pos-title {
    position: relative;
  }

  .pos-title::after {
    display: none;
  }

  .ct-top {
    margin-left: 0 !important;
  }

  .h-345 {
    height: 100% !important;
  }
}

.pos-title {
  position: relative;
}

.pos-title::after {
  content: "➦";
  /* margin-right: 15px; */
  font-size: 99px;
  position: absolute;
  top: -46px;
  right: 64px;
  color: #752a26;
}

.btn {
  --bs-btn-box-shadow: none;
  --bs-btn-border-color: inherit;
}

.btn-close {
  --bs-btn-close-focus-shadow: none;
}

.h-345 {
  height: 345px;
}

.progress {
  margin-top: 10px;
}

.h-5vh {
  /* max-height: 4vh; */
  height: 20px;
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}

.title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

progress {
  color: lightblue;
}

/* .progress::-moz-progress-bar {
background: lightblue;
} */

/* .progress::-webkit-progress-value {
background: red;
} */

/* .progress::-webkit-progress-bar {
background: blue;
} */

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* card text overlay  */
.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(4 5 8 / 60%);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;

  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}

.cd-img:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: 0.2s;
  transform: translateY(1em);
}

.cd-img:hover .img__description {
  transform: translateY(0);
}

.cards-shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.modal {
  --bs-modal-border-width: 0px;
}

.tabs-ind.active {
  color: #ffffff !important;
}

.tabs-ind {
  border: 1px solid #752a26;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #752a26 !important;
}

.main-imag-tr {
  cursor: pointer;
}

/* icons animations */

.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 117px;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}

.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #752a26;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f065";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: white; */
  /* border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); */
  /* -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; */
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px !important;
  height: 50px !important;
  top: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 100% !important;
}

.carousel-control-prev {
  left: 12px;
}

.carousel-control-next {
  right: 12px;
}

.left-arrrr {
  width: 30px !important;
  height: 50px !important;

  background-color: hsl(0, 0%, 100%);
  /* border-radius: 100% !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* .navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: black;
  width: 0%;
  height: 4px;
  transition: all 0.5s;
}
 .navbar-nav .nav-item:hover::after {
  width: 100% !important;
} */

.active-nav {
  display: inline-block !important;
  color: #752a26 !important;
}

.active-nav::after {
  display: block;
  content: "";
  border-bottom: solid 3px #752a26;
  border-radius: 10px;
}