@charset "UTF-8"; /* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
    color: #212121;
    overflow: hidden !important;
}
.carousel {
    height: 100vh;
}
.carousel-inner {
    height: 100vh;
}
.carousel-item {
    height: 100%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    top: 0 !important; /* bottom: 0; */
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-top: 1rem;
    margin-left: 5%;
}
.carousel-indicators [data-bs-target] {
    width: 60px;
}
.carousel-item .container {
    text-align: center;
    margin-top: 12%;
}
.carousel-item .container img {
    width: 75%;
}
.slider-background {
    background-size: 180%;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    position: absolute;
    top: -120px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -9;
    background-position: top center;
}
.slider-overlay {
    position: absolute;
    z-index: -8;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}
.content-box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    border-radius: 39px 39px 0px 0px;
    background: rgb(204, 204, 204);
    background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 70%);
    z-index: 9999;
}

.glass-effect{

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.6px);
-webkit-backdrop-filter: blur(7.6px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.logo {
    width: 164px;
}
h1 {
    font-size: 24px;
    font-weight: bold;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}
.btn-icon {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}
.btn-title {
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
}
.input-group-box {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 5px;
}
.input-group-box span {
    border: 0px;
    background-color: transparent;
}
.input-group-box span {
    border: 0px;
    background-color: transparent;
}
.input-group-box input[type="tel"] {
    border: 0px;
    background-color: transparent;
}
.btn-subscribe {
    background: linear-gradient(320deg, rgba(255, 27, 106, 1) 0%, rgba(255, 190, 0, 1) 100%);
    font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #fff;
    border-radius: 12px !important;
    border: 0px;
    padding: 10px !important;
    box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.22), inset 0 -3px 0px rgba(0, 0, 0, 0.17), inset 0 0px 0px rgba(255, 255, 255, 0.12), 0 0 0px 1px rgba(0, 0, 0, 0.1), 0 0px 0px rgba(0, 0, 0, 0.2);
}

.padding-reset{
	padding: 10px 25px !important;
}
.cancel {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    opacity: 0.4;
}

.slide {
  max-width: 100%;
	height: 100vh;
  margin: 0px auto;
  display: grid;
}

.slide-items {
  position: relative;
  grid-area: 1/1;
  border-radius: 5px;
  overflow: hidden;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
	margin-top: 15px;
}

.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.slide-items > * {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.slide-thumb {
  display: flex;
  grid-column: 1 / 3;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 3px;
  background: rgba(0, 0, 0, 0.4);
  margin: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.active::after {
  content: '';
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 5s forwards linear;
}

@keyframes thumb {
  to {
    transform: initial;
  }
}

input {
    font-size: 16px;
}

.form-control {
  font-size: 16px;
}

.btn-options{
background: #FFFFFF;
border-radius: 19px;
padding:10px;
}


.btn-options span{
	font-size: 14px;
	font-weight: 500;
	color:#4F4232;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
	margin-left: -20px; 
	margin-right: -20px;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}


::-webkit-scrollbar { 
  display: none; 
}

