@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(pages/fonts/boxicons.eot);
  src: url(pages/fonts/boxicons.eot) format('embedded-opentype'),
    url(pages/fonts/boxicons.woff2) format('woff2'),
    url(pages/fonts/boxicons.woff) format('woff'),
    url(pages/fonts/boxicons.ttf) format('truetype'),
    url(pages/fonts/boxicons.svg?#boxicons) format('svg')
}

body {
  margin: 0;
}

#loader{
  position: fixed;
  width: 100%;
  height: 100vh;
  /*background: #21242d url('loader.gif') no-repeat center;*/
  background: #000 url('loader_big.gif') no-repeat center;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader img.loading-text {
  max-height: 35px;
  margin-right: 15px;
}
#loader button#click-button {
  background: none;
  display: none;
  padding: 10px 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #847b73;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color .5s;
}
#loader button#click-button:hover {
  background-color: #fff;
}
#loader button#click-button img {
  max-height: 40px;
}

@media only screen and (max-width: 440px) {
  #loader {
    background: #000 url('loader_mobile.gif') no-repeat center;
  }
  #video {
  -webkit-playsinline: true;
}
  #video2 {
  -webkit-playsinline: true;
}

  #Video3 {
  -webkit-playsinline: true;
}
  #Video5 {
  -webkit-playsinline: true;
}
  video{
  visibility: hidden;
}
}

#Video3 {
  -webkit-playsinline: true;
}
  #Video {
  -webkit-playsinline: true;   
}

  #Video2 {
  -webkit-playsinline: true;   
}
#Video5 {
  -webkit-playsinline: true;
}

video{
  visibility: hidden;
}

.button{
  position: absolute; 
  
  width: 325px;
  height: 35px;
  border-radius:15px ;
  margin-top : 350px;
  margin-right :350px;
  font-weight :bold;
  color: blue ;  
  
}

.giff{
  top: 3% !important;
  right: 3% !important;
  position: absolute;
  z-index: 9999;
  border: none;
}
/*video{*/
/*  width: 150px ;*/
/*  height: 110px ;  */
/*  position: absolute;*/
/*  z-index: 9999;*/

/*}*/
canvas{
  width :100% !important;
  height: 100% !important;
  object-fit: cover;
}

#loader h3 {
  font-size: 40px;
  color: #847b73;
  margin-top: 200px;
}

#open-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s;
}
#open-modal.open {
  visibility: inherit;
  opacity: 1;
  transition: opacity .5s;
}

.modal-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#modal {
  width: 50%;
  height: calc(100vh - 150px);
  /* opacity: 0.5; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 2em; */
}

@media only screen and (max-width: 1025px) {
  #modal {
    width: 80%;
  }
}

#modal button.close-button {
  background: none;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  top: -30px;
  right: -50px;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.bx-x:before {
    content: "\ec8d";
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.modal-body {
  width: 100%;
  height: calc(90%);
  overflow: hidden;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 1rem;
  border-top: 1px solid #dedede;
  
}

.modal-body iframe {
  border: none;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

/* Demo Styles */
html,
body {
  height: 100%;
}

html {
  font-size: 18px;
  line-height: 1.4;
}

.container {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal-window>div {
  border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}


small {
  color: lightgray;
}

.btn {
  background-color: white;
  padding: 1em 1.5em;
  border-radius: 0.5rem;
  text-decoration: none;
}

.btn i {
  padding-right: 0.3em;
}