@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  color: #3f3d56 !important;
  letter-spacing: 0.05em;
}

.bg-primary {
  background-color: #fff8ce !important;
}

.bg-secondary {
  background-color: #3f3d56 !important;
}

.bg-dark {
  background-color: #3f3d56 !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: #3f3d56 !important;
  border: 2px solid #3f3d56 !important;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #3f3d56 !important;
  border: 2px solid #3f3d56 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #3f3d56 !important;
  border: 2px solid #3f3d56 !important;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #454357 !important;
}
.btn-primary:focus {
  border: 2px solid #fff8ce !important;
  outline: black solid 2px !important;
}

.nav-item .nav-link {
  color: #000 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.nav-item .nav-link:hover {
  color: #3f3d56 !important;
  transition: all 0.5s;
}
.nav-item .active {
  font-weight: 600;
  color: #3f3d56 !important;
}

.primary-color {
  stroke: #3f3d56;
  color: #3f3d56 !important;
}

.newsection {
  margin-top: 70px;
  margin-bottom: 70px;
}

.a:hover {
  border-radius: 10px;
}

.a-hover:nth-child(2) {
  transition-delay: 500ms;
}

.a-hover:nth-child(3) {
  transition-delay: 1000ms;
}

.a-hover:nth-child(4) {
  transition-delay: 1500ms;
}

.a-hover:nth-child(5) {
  transition-delay: 2000ms;
}

.a-hover:nth-child(6) {
  transition-delay: 2500ms;
}

.hidden {
  opacity: 0;
  transition: all 2s;
}

.show {
  opacity: 1;
}

.navbar-toggler {
  border: none;
  box-shadow: none;
  stroke: #3f3d56 !important;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.border-primary {
  border-top: 5px solid gold !important;
}

.mobile {
  display: none !important;
}

.form-floating label {
  font-size: small;
  color: #6c758d;
}

.form-control {
  border-radius: 10px !important;
  font-size: small;
  background: transparent !important;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #3f3d56;
}

.is-invalid:focus {
  box-shadow: none !important;
}

.form-check-input {
  background-color: #fff !important;
}
.form-check-input:checked {
  box-shadow: none;
  border: 1px solid #3f3d56;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #3f3d56 !important;
}
.form-check-input:focus {
  box-shadow: none;
  border: 1px solid #3f3d56;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #3f3d56;
}

.parsley-required,
.parsley-errors-list,
.parsley-type,
.parsley-maxlength,
.parsley-minlength {
  color: #3f3d56 !important;
  list-style-type: none;
  padding-left: 5px !important;
}

.floating-text-l {
  position: relative;
  bottom: 60px;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.5647058824);
  border-radius: 0 0 0px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 0px 4px 10px #000;
  transition: background 0.5s ease-in-out;
}

.floating-text-r {
  position: relative;
  bottom: 60px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.5647058824);
  border-radius: 0 0 10px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 0px 4px 10px #000;
  transition: background 0.5s ease-in-out;
}

.bg-outlet {
  background-color: #fff8ce !important;
}

#outlet-container {
  height: 500px !important;
  position: relative !important;
  background-color: #fff8ce !important;
  display: flex !important;
  overflow: hidden !important;
}
#outlet-container:hover img {
  animation-play-state: paused;
}
#outlet-container #marquee {
  display: flex !important;
  position: relative !important;
  animation: marquee 30s linear infinite !important;
  justify-content: space-around !important;
}
#outlet-container #marquee img {
  display: block !important;
  width: 600px !important;
}

.s_heading {
  text-align: center;
}
.s_heading h4 {
  color: var(--secondary-color);
}

.silver {
  color: #e6e6e6 !important;
}

.gold {
  color: #e1b986 !important;
}

.card {
  border: none;
  box-shadow: 10px 10px 20px rgba(37, 46, 65, 0.3137254902), -10px -10px 20px #4a4862;
}

.lead {
  font-weight: 500 !important;
  font-size: clamp(15px, 20%, 25px) !important;
}

.paragraph {
  font-weight: 500 !important;
  font-size: clamp(15px, 20%, 25px) !important;
  padding-inline: 30px !important;
}

.heading {
  margin-block: 33px;
}
.heading h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
.heading h3.left_align {
  text-align: left;
}

.button-lm-3 {
  margin-inline: 30px !important;
}

.btn-light {
  background: #3f3d56 !important;
  width: 196px !important;
  margin-inline: auto;
  border: none;
  box-shadow: 4px 4px 10px rgba(37, 46, 65, 0.3137254902), -4px -4px 10px #4a4862;
}
.btn-light:focus, .btn-light:hover {
  box-shadow: 0px 4px 4px #444163, -4px -4px 4px rgba(0, 0, 0, 0.1450980392);
}

.contact-h3 {
  text-align: left !important;
  padding-left: 100px;
}

.gallery_container {
  display: grid;
  grid-auto-columns: minmax(15rem, auto);
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  grid-gap: 1rem;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}
.gallery_container .gallery_image_container {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1450980392);
}
.gallery_container .gallery_image_container .image_title {
  padding-inline: 5px;
  padding-top: 5px;
}
.gallery_container .gallery_image_container .svg_wrapper {
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery_container .gallery_image_container .svg_wrapper svg {
  stroke: #2b2b2b !important;
  width: 15px;
  height: 15px;
}
.gallery_container .gallery_image_container .svg_wrapper small {
  color: #fff;
  margin-right: 5px;
}
.gallery_container .gallery_image_container .gallery_image {
  padding: 5px;
  width: 100%;
  height: 300px;
}

.tfa_form {
  width: 25% !important;
}

.admin_badge {
  position: absolute;
  top: 25px;
  left: -35px;
  transform: rotate(-90deg);
  opacity: 0.7;
}

.admin_badge.badge {
  border-radius: 0 !important;
}

#img-view {
  background-position: center;
  background-size: cover;
  transition: all 100ms ease-in-out;
}

.cta_btn_container {
  position: fixed;
  z-index: 50;
  bottom: 70px !important;
  right: 15px !important;
}

.cta_btn {
  width: 60px;
  height: 60px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1450980392);
  border-radius: 100%;
  background: white;
  padding: 5px;
  transition: box-shadow 500ms ease-in;
}
.cta_btn:hover {
  box-shadow: none;
}

.drag_drop {
  width: 25vw;
  height: 50vh;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.drag_drop:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1450980392);
  transition: all 0.5s ease-in;
  background: #fdfefe;
  border: none;
}
.drag_drop:hover > span {
  color: black !important;
  transition: color 0.5s ease-in;
}
.drag_drop img {
  width: 100px;
  height: 100px;
}
.drag_drop span {
  font-size: 12px;
  color: #8d8d8d !important;
}

@keyframes marquee {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 768px) {
  .floating-text-l,
  .floating-text-r {
    position: relative;
    bottom: 50px;
    font-size: smaller;
    width: auto;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .lead {
    font-size: 15px;
    text-align: left !important;
  }
  .about {
    height: 400px;
  }
  .container-fluid {
    padding: 0;
  }
  .container-fluid a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  footer ul {
    padding: 0;
  }
  footer li {
    list-style-type: none;
    padding-top: 5px;
  }
  footer li a {
    text-decoration: none !important;
  }
  footer h4 {
    font-size: large;
  }
  footer p {
    font-size: medium;
  }
  .h4 {
    font-size: large;
  }
  .nav-item .nav-link {
    color: #000 !important;
    border-bottom: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .nav-item .nav-link:hover {
    color: #3f3d56 !important;
    border-bottom: none !important;
    transition: all 0.5s;
  }
  .nav-item .active {
    font-weight: 600;
    color: #3f3d56 !important;
  }
  img.a-hover {
    width: 200px !important;
  }
  .floating-holder {
    width: 200px !important;
  }
  .whyus {
    text-align: start !important;
  }
  .uswhy {
    text-align: center !important;
    flex-direction: column;
  }
  .paragraph {
    font-weight: 500 !important;
    font-size: clamp(15px, 20%, 25px) !important;
    padding-inline: 0px !important;
  }
  .button-lm-3 {
    display: none;
  }
  .about-img {
    height: 300px;
  }
  .contact-h3 {
    text-align: left !important;
    padding: 0;
    margin: 0;
  }
  .contact-img {
    display: none;
  }
  .tfa_button {
    width: 100%;
  }
  .tfa_form {
    width: 100% !important;
  }
  .drag_drop {
    width: 80vw;
    height: 30vh;
    border: 2px dashed #ccc;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .drag_drop img {
    width: 50px;
    height: 50px;
  }
  .drag_drop p {
    font-size: 15px;
  }
  .drag_drop span {
    font-size: 10px;
    color: #8d8d8d !important;
  }
  .gallery_image {
    padding: 5px;
    width: 100%;
    height: 400px !important;
  }
}
.outlet_holder {
  cursor: pointer;
  border: 2px solid rgba(25, 135, 84, 0);
  transition: all 0.2s ease-in-out;
}

.bs-tooltip-auto {
  text-align: left !important;
  color: #fff !important;
}/*# sourceMappingURL=index.css.map */