
  /*@import url("../fonts/Montserrat/static/Montserrat-Regular.ttf&display=swap"); /*url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/

  /*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/

  /*@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('ttf');
  }*/

  @font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'), url('../fonts/montserrat-cufonfonts-webfont/Montserrat-Regular.woff') format('woff');
    font-display: swap;
    }


  body {
    font-family: 'Montserrat Regular', sans-serif;
    color: #393735; /* Replace with your desired text color */
  }
  

/*
body {
    font-family: "Arial", sans-serif;
    background-color: #fffbe6;
  }
  
  .navbar {
    background-color: #f8b195;
  }
  
  .jumbotron {
    background-color: #f67280;
  }
  
  .card {
    background-color: #c06c84;
  }
  
  .btn-primary {
    background-color: #6c5ce7;
    border-color: #6c5ce7;
  }
  
  .btn-primary:hover {
    background-color: #9b59b6;
    border-color: #9b59b6;
  }
  
  footer {
    background-color: #f8b195;
  }
*/

/*.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}*/


.navbar {
  /*background-color: rgba(255, 255, 255, 0.8); /* Set the background color to white with 80% opacity */
  background-color: rgba(158,158,158,0.5);
  font-weight: bold;
  transition: all 0.3s ease-in-out; /* Add transition for smoother effect */
  /*height: 70px;*/
}

.navbar-scrolled {
  background-color: #e9dfdf;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  /*height: 70px; /* Set a smaller height */
  /*padding-top: 0.5rem; /* Set a smaller top padding */
  /*padding-bottom: 0.5rem; /* Set a smaller bottom padding */
}

.nav-link:hover {
  /*color: #f2e9e9;*/
  
  color: #ad9e9e;
}

.list-group-item-warning {
  color: #393735;
  background-color: #ad9e9e;
  border: #ad9e9e;
  font-weight: bold;
}

.list-group-item-warning:hover {
  color: #393735;
  background-color: #ad9e9e;
  font-weight: bold;
}

/*
.btn-warning {
  color: #393735;
  background-color: #ad9e9e;
  border: #ad9e9e;
  font-weight: bold;
}

.btn-warning:hover{
  color: #393735;
  background-color: #ad9e9e;
  font-weight: bold;
}

.btn-warning:current{
  color: #393735;
  background-color: #ad9e9e;
  font-weight: bold;
}
*/

.card{
  --bs-card-border-radius:0;
}

html, body, section {
  scroll-padding-top: 70px; 
  scroll-behavior: smooth;
}

/*html {
  scroll-behavior: smooth;
}

:target::before {
  content: "";
  display: block;
  height: 70px;
  margin: -70px 0 0;
}*/

.btn-warning {
  --bs-btn-color: #393735;
  --bs-btn-bg: #ad9e9e;
  --bs-btn-border-color: #ad9e9e;
  --bs-btn-hover-color: #393735;
  --bs-btn-hover-bg: #ad9e9e;
  --bs-btn-hover-border-color: #ad9e9e;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #393735;
  --bs-btn-active-bg: #ad9e9e;
  --bs-btn-active-border-color: #ad9e9e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #393735;
  --bs-btn-disabled-bg: #ad9e9e;
  --bs-btn-disabled-border-color: #ffcad9e9e107;
  font-weight: bold;
}


.bg-footer{
  background-color: #f8f2f2;
}

.btn-color-bg{
  color: #ad9e9e;
}

/* Default button style */
.btn-noha {
  background-color: #ad9e9e;
  color: #393735;
}

/* Button hover style */
.btn-noha:hover {
  background-color: #c4b8b8;
  color: #393735;
}

.carousel {
  height: 100vh;
  /*overflow: hidden;*/
}

.carousel-inner img {
   height: 100vh;
   object-fit: cover;
}

.height-85vh {
  height: 85vh;
}

img{
	max-width: 100%;
}

/*.gallery img{
	background-color: #ffffff;
	padding: 15px;
  width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}*/

.gallery img{
	background-color: #ffffff;
	padding: 15px;
  width: 100vw;
  height: 240px;
  object-fit: cover;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}

@media (max-width: 575.98px) {
  .gallery img{
    background-color: #ffffff;
    padding: 15px;
    width: 100vw;
    height: auto;
    object-fit: cover;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    cursor: pointer;
  }
}

.img-style-crop {
  width: 100vw;
  height: 220px;
  object-fit: cover;
}


#gallery-modal .modal-img{
	width: 100%;
}

#gallery-modal{
  z-index: 99999;
}

#sez-carousel {
  height: 100vh;
}

#sez-carousel-collections {
  height: 85vh;
}

.carousel2 {
  height: 85vh;
  /*overflow: hidden;*/
}

.carousel-inner2 img {
   height: 85vh;
   object-fit: cover;
}

/*
#about {
  padding-top: 70px;
}

#styles {
  padding-top: 70px;
}

#contacts {
  padding-top: 70px;
}
*/