.css-wwn1ud {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #3c3c3c;
  text-align: center;
  padding: 0 0 16px;
  margin: 30px 0 0 0;
  font-size: 32px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: bolder;
  letter-spacing: 6px;
}

@media (min-width: 0px) {
  .css-wwn1ud {
    width: 100%;
  }
}

@media (min-width: 600px) {
  .css-wwn1ud {
    width: 60%;
  }
}

@media (min-width: 900px) {
  .css-wwn1ud {
    width: 32%;
  }
}

.css-9l3uo3 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.css-1huc8it {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #3c3c3c;
  text-align: center;
  padding: 0 0 16px;
  font-size: 32px;
  margin: 30px 0 0;
  border-bottom: 2px solid #3c3c3c;
  font-weight: bolder;
  letter-spacing: 6px;
}

/* why viva */
.why-viva {
  background-color: #f7b739;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  /* height: 70vh; */
}

.why-viva-head {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

.why-viva-list {
  padding-top: 30px;
}

.why-viva-list-item {
  font-size: 20px;
  font-weight: bold;
  align-self: center;
  /* padding-left: 15px; */
}

/* popup */

.call-now a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  margin-top: 20px;
}
.h2-title {
  text-align: center;
  margin: 0px 0 10px;
  color: #c72026;
  position: relative;
}

/* right side form */
.body {
  overflow-x: hidden !important;
}

.content {
  max-height: 100vh;
  overflow-y: scroll;
}

.footer button {
  border-radius: 10px !important;
}

.round {
  border-radius: 10px !important;
  background-color: #397cdf !important;
}

.right-side {
 padding: 25px;
    background-color: #bc3b57;
    color: #ffffff;
    flex-grow: 8;
    margin-top: 10px;
    border: solid;
    border-color: black;
}

.right-side form {
  padding: 20px;
  background-color: #942c2c;
  color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 992px) {
  .content {
    max-height: none;
  }
}

.enquiry-form {
  display: flex;
  flex-direction: column;
}

.full-height {
  height: 100vh;
}

.gallery-item-caption-wrap {
  background-color: #f7f7f7;
}

.gallery-item-caption-over {
  display: flex;
  flex-direction: row;
}

.fg-item-title {
  flex-grow: 7;
}

p {
  padding: 0;
}

.carousel {
  width: 100%;
}

.carousel-info {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
}

.carousel-badge {
  border: 5px solid #353535;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.slide {
  height: 100%;
}

.batch {
  width: 75%;
  height: 75%;
  object-fit: contain !important;
}

.form-control:focus {
  border-color: #f7b739;
  box-shadow: 0 0 0 0.2rem #f7b83924;
}

#backdrop {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: #0000007d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

.loader {
  border: 16px solid #f7b83924; /* Light grey */
  border-top: 16px solid #f7b739; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hide-loader {
  visibility: hidden;
}

.show-loader {
  visibility: visible !important;
}
