@media screen and (max-width: 1040px) {
  * {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .navbar-nav {
    margin: 0;
  }
  /* General styles for all menus */
  .cbp-spmenu {
    background-image: #fff; 
    position: fixed;
    padding: 0;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
    display: block;
    visibility: visible;
  }
  .headers-menu {
    width: 100%;
    height: 100%
  }
  .fade-text {
    font-size: 0.5rem;
  }
  .mob {
    color: #ffffff;
  }
  .dd {
    color: #ffffff
  }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 65%;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }
  .cbp-spmenu-horizontal a {
    float: left;
    width: 100%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -420px;
  }
  .cbp-spmenu-right {
    right: -420px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 260px;
    overflow: hidden;
  }
  .cbp-spmenu-push-toright:after {
    content: '';
    width: 100%;
    height: 600px;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  /* Transitions */
  .cbp-spmenu, .cbp-spmenu-push {}
}
.popup-ver {
  margin: 10px, 0, 0, 0,
}
.language-selection {
  margin-top: 8px;
  margin-left: 3px;
  list-style: none;
  padding: 0;
}
.language-selection li {
  margin-bottom: 6px;
}
.language-selection a {
  display: inline-block;
  font-size: 10px;
  padding: 3px 6px;
  width: 60px;
  line-height: 15px;
  border: 0.25px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #e6007e;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.language-selection a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #e6007e;
  width: 60px;
  line-height: 15px;
}
.language-selection-2 {
  margin-top: 8px;
  list-style: none;
  padding: 0;
}
.language-selection-2 li {
  margin-bottom: 6px;
}
.language-selection-2 a {
  display: inline-block;
  font-size: 10px;
  padding: 3px 6px;
  width: 60px;
  line-height: 15px;
  border: 0.25px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background-color: rgba(230, 0, 126, 0.1);
  transition: all 0.3s ease;
}
.language-selection-2 a:hover {
  background-color: rgba(230, 0, 126, 0.7);
  color: #fff;
  width: 60px;
  line-height: 12px;
}
.motiontop {
  width: 100%;
  height: 12vh
}