.menu {
  position: fixed;
  top: 2%;
  display: inline-flex;
  z-index: 9;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.copybutton {
  display: inline-flex;
  position: absolute;
  flex-direction: row;
  align-items: center;
  font-family: fantasy;
  background-color: #ffc53a;
  color: #000;
  font-weight: bold;
  border: 6px solid #000;
  border-radius: 20px;
  font-size: 15pt;
  right: 30%;
  padding: 10px;
  top: 33%;
}
.copybutton:hover {
  transform: rotate(2deg);
}
.copybutton .t {
  display: inline-flex;
  flex-direction: column;
  margin-left: 10px;
  align-items: flex-start;
}
.copybutton .t span:last-child {
  font-size: 14pt;
}
.copybutton .icon {
}
.copybutton .icon img {
  max-height: 40px;
}
.copybutton span {
}
.menu .menu-con {
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #ffff00;
  align-items: center;
  justify-content: space-between;
  min-width: 65%;
}
.menu .logo {
  display: inline-block;
  margin-right: 20px;
}
.menu .logo img {
  display: inline-block;
  height: 60px;
  transform: scale(1.5);
}
.menu .menu-list {
  display: inline-flex;
}
.menu .menu-list a {
  margin: 0 10px;
}
.menu .menu-list a:hover {
  transform: rotate(5deg);
}
.menu .menu-list a img {
  display: inline-block;
  max-height: 15px;
}
.menu .social {
  display: inline-flex;
  margin-left: 20px;
}
.menu .social a {
  display: inline-flex;
  margin: 0px 5px;
}
.menu .social a:hover {
  transform: rotate(10deg);
}
.menu .social a img {
  display: inline-block;
  max-height: 40px;
}
section {
  display: inline-block;
  width: 100%;
  float: left;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.page1 {
  background-image: url(img/page1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
div.border {
  display: inline-block;
  width: 100%;
  height: 2vh;
  background-color: #ffcf00;
  position: relative;
  z-index: 9;
  border: 3px solid #4b1500 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
section.page1 .page1-inner {
  display: inline-block;
  width: 100%;
  float: left;
  height: 98vh;
  background-image: url(img/Details.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}
section.page1 .container,
section.page1 .container-fluid {
  background-image: url(img/Throne.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
}
div.page1-1 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/Sultanoshi.png);
  background-repeat: no-repeat;
  background-size: contain;
}
div.page1-1 div.page1-2 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/Money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}
div.page1-1 div.page1-2 div.page1-3 {
  display: inline-block;
  width: 98%;
  background-image: url(img/ArabianShisha.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 98vh;
}

div.page1-1 div.page1-2 div.page1-3 div.page1-4 {
  display: inline-block;
  width: 100%;
  background-image: url(img/SmokeGIF.gif);
  background-repeat: no-repeat;
  background-size: contain;
  height: 98vh;
}

section.page2 {
  background-image: url(img/page2/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
div.page2-1 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page2/Buildings.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
div.page2-1 div.page2-2 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page2/Sultanoshi.png);
  background-repeat: no-repeat;
  background-size: contain;
}
div.page2-1 div.page2-2 .page2-3 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page2/Text.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
div.page2-1 .text {
  display: inline-block;
  width: 30%;
  margin-left: 40%;
  margin-top: 20vh;
  font-size: 20pt;
  overflow-y: auto;
  max-height: 77%;
}
div.page2-1 .text p {
  color: #ffcf00;
  font-family: fantasy;
}
div.page2-1 div.page2-2 .page2-3 .page2-4 {
  background-position-x: right;
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page2/Details.png);
  background-repeat: no-repeat;
  background-size: contain;
}

section.page3 {
  background-image: url(img/page3/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
div.page3-1 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page3/money2.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
div.page3-2 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page3/Text.png);
  background-repeat: no-repeat;
  background-size: contain;
}

div.page3-3 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page3/Golds.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}
section.page4 {
  background-image: url(img/page4/bg.png?v2);
  background-repeat: no-repeat;
  background-size: cover;
}

div.page4-inner {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page4/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  background-position-x: center;
}
div.page4-1 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  background-position-x: center;
}
div.page4-1 div.page4-2 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page4/t2.PNG);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
div.page4-1 div.page4-2 .page4-3 {
  display: inline-block;
  width: 100%;
  height: 98vh;
  background-image: url(img/page4/Gold.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
footer {
  background-color: #e37b1c;
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.footer-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-menu .footer-title {
  display: inline-block;
  max-height: 30px;
}
.footer-menu .footer-menu-item {
  display: inline-block;
  margin-top: 10px;
}
.footer-menu .footer-menu-item img {
  display: inline-block;
  max-height: 30px;
}
.footer-menu .footer-menu-item:hover {
  transform: rotate(5deg);
}
.footer-menu .foo {
  margin-top: 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.footer-menu .foo .social {
  display: inline-block;
  margin-right: 10px;
}
.footer-menu .foo .social:hover {
  transform: rotate(10deg);
}
.footer-menu .foo .social img {
  display: inline-block;
  max-height: 50px;
}
.footer-menu .foo .contact {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.footer-menu .foo .contact a:first-child {
  margin-bottom: 10px;
}
.footer-menu .foo .contact a {
}
.footer-menu .foo .contact a img {
  display: inline-block;
  max-height: 15px;
}
.footer-menu .foo .contact a:hover img {
  transform: scale(1.01);
}
.copy {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  max-height: 15px;
}

@media (max-width: 1000px) {
  .menu .social {
    margin-left: 0;
  }
  section {
    height: 100vw;
  }
  section.page1 .container,
  section.page1 .container-fluid {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.page3,
  section.page1 {
    padding-top: 50px;
  }
  section.page4 {
    padding-top: 20px;
  }
  div.page1-inner,
  div.page1-1,
  div.page1-2,
  div.page1-3,
  div.page1-4 {
    height: 82vw !important;
  }
  section.page4 {
    height: 90vw;
    padding-top: 0;
  }
  div.page2-1,
  div.page2-2,
  div.page2-3 {
    height: 97vw !important;
  }
  div.page4-inner,
  div.page4-1,
  div.page4-2,
  div.page4-3 {
    height: 84vw !important;
  }
  div.page3-1,
  div.page3-2,
  div.page3-3,
  div.page3-4 {
    height: 82vw !important;
  }
  .menu .menu-list {
    display: none;
  }
  .mob-mt-4 {
    margin-top: 30px;
  }
  div.page2-1 .text {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: 9vh;
    font-size: 8pt;
    text-align: center;
    background: rgba(255, 255, 0, 0.75);
    border-radius: 10px;
    padding: 10px;
  }
  div.page2-1 .text p {
    color: #000;
    margin-bottom: 10px;
  }
  div.page2-1 .text p:last-child {
    margin-bottom: 0;
  }
  div.page3-3,
  div.page3-1 {
    background-position-y: bottom;
  }
  div.page4-inner {
    background-image: url("img/page4/Background.png");
  }
  div.page1-1 div.page1-2 {
    background-position-y: bottom;
  }
  .copybutton {
    right: 1%;
    bottom: 2%;
    top: initial;
    font-size: 12pt;
    width: 98%;
  }
  .page1 .container-fluid {
    position: relative;
  }
  .copybutton .icon img {
    max-height: 30px;
  }
  .copybutton .t span:last-child {
    font-size: 10pt;
  }
}
