body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f2ed;
  max-width: 1080px;
  margin: auto; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

.MuiDrawer-paper {
  min-height: 100%;
  width: 100%; }

.cardmm {
  width: 100%; }

.mmmm {
  margin: auto !important; }

.text-right {
  text-align: right; }

.sticy {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 52px 18px;
  background: #f5f2ed; }

.cardmama {
  height: 300px; }

.kjsbdb {
  margin-top: 20px; }

.text-center {
  text-align: center; }

.lgog {
  margin: 0px auto 60px auto; }

.MuiModal-backdrop {
  background-color: transparent !important; }

.MuiPaper-root {
  background-color: #f5f2ed !important; }

.mmmnnb {
  padding: 70px; }

@media screen and (max-width: 780px) {
  .cardmama {
    height: 150px; }
  .kjsbdb {
    margin-top: 10px; } }

.video {
  position: relative; }

.fullscreenicon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  transition: all 0.8s ease-in-out; }

#landingVideo {
  transition: all 0.8s ease-in-out; }

.mystyle {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 50px solid #f5f2ed; }

.mystyle2 {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 50px solid #f5f2ed;
  width: 100vw; }

.slide-from-top {
  position: absolute;
  top: -100%;
  /* Position above the viewport */
  left: 0;
  width: 100%;
  height: 100%;
  /* Set the desired height for your content */
  background-color: #f5f2ed;
  animation: slideInFromTop 1s ease forwards;
  /* Animation duration and easing function */ }

@keyframes slideInFromTop {
  to {
    top: 0;
    /* Slide the element to the top of the viewport */ } }

.container-fluid {
  background-color: #f5f2ed; }

.vidid {
  transition: all 0.8s ease-in-out; }

.video {
  height: 100vh;
  width: 100vw;
  object-fit: fill;
  position: absolute;
  transition: all 0.8s ease-in-out; }

.video01 {
  width: 100%;
  transition: all 0.8s ease-in-out; }

.slide-from-left {
  position: absolute;
  top: 0;
  left: -100%;
  /* Position the element outside the left of the viewport */
  width: 100%;
  height: 100px;
  /* Set the desired height for your content */
  background-color: #f0f0f0;
  animation: slideInFromLeft 0.5s ease forwards;
  /* Animation duration and easing function */ }

@keyframes slideInFromLeft {
  to {
    left: 0;
    /* Slide the element to the left side of the viewport */ } }

.slide-from-right {
  position: absolute;
  top: 0;
  right: -100%;
  /* Position the element outside the right of the viewport */
  width: 100%;
  height: 100px;
  /* Set the desired height for your content */
  background-color: #f0f0f0;
  animation: slideInFromRight 0.5s ease forwards;
  /* Animation duration and easing function */ }

@keyframes slideInFromRight {
  to {
    right: 0;
    /* Slide the element to the right side of the viewport */ } }

