*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.row {
  margin: 32px;
  justify-content: center; }

.main-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  cursor: pointer;
  margin: 1rem 0; }

@media screen and (max-width: 768px) {
  .images {
    padding: 0; } }

.carousel {
  /* width: 75%; */
  width: 100%;
  height: 500px;
  object-fit: cover;
  /* margin: auto;
    display: block; */ }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-prev-icon:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

/*%23fff*/
.navbar {
  margin: 3rem 0 0 0; }

.navbar-container {
  min-width: 80%; }

.navbar-brand {
  font-size: 40px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif; }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      font-size: 30px; } }

.nav-link {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 1rem;
  color: #535252 !important; }

.active {
  color: #e0b8b8 !important; }

.nav-logo {
  width: 5rem;
  margin-right: 1rem; }
  @media screen and (max-width: 768px) {
    .nav-logo {
      width: 2.8rem; } }

.nav-logoContain {
  display: flex;
  align-items: center; }

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-card-front {
  background-color: #bbb;
  color: black;
  height: 500px; }

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  background-image: linear-gradient(to right bottom, #ffb900, #ff7730);
  height: 500px;
  border: 2px solid black; }

.flip-card--img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: linear-gradient(to right bottom, #ffb900, #ff7730), url(../img/IMG_4057.JPG); }

.fade {
  transition: .15s linear; }

.modal {
  width: 100%; }

.img-modal {
  width: 100%;
  /* height: 95vh; */ }

.modal-dialog {
  max-width: 60%; }
  @media screen and (max-width: 768px) {
    .modal-dialog {
      max-width: 100%; } }
