/** @format */

* {
  font-family: 'Montserrat', sans-serif;
}
body {
  height: 640px;
  padding: 0;
  margin: 0;
  color: #fff;
}

#btn {
  position: absolute;
  bottom: 60px;
  right: 60px;
  color: #fff;
  z-index: 999;
}
.screen1 {
  position: absolute;
  top: 0;
  opacity: 2;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: 100vh;
  transition: background-color 1s ease-in-out;
  overflow: hidden;
}
.ee {
  margin: 0;
  padding: 0;
}
.me {
  width: 100%;
  height: 100%;
  margin-top: -30px;
  z-index: 2;
}
.me img {
  position: absolute;
  top: -30px;
  left: 0;
  height: 140%;
}
.loo img {
  display: none;
}
.top-text {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 19;
  font-size: 35px;
  font-family: 'Courier New', Courier, monospace;
}

.wrapper {
  z-index: 9;
  height: 725px;
  background-color: #000024;
  transition: all 1s linear;
}

.text {
  z-index: 9;
  margin-top: 0px;
}
.text p {
  color: rgb(228, 226, 220);
  font-size: 17px;
  font-weight: 100;
  z-index: 9;
  padding: 50px;
  line-height: 35px;
}
.story {
  margin-top: 150px;
}
.tint {
  color: rgb(185, 159, 44);
}
#demo {
  margin-top: 50px;
}

.innerText {
  margin-top: -100px;
}
.links {
  position: absolute;
  top: 10px;
  left: 85%;
  z-index: 20;
  padding-right: 30px;
  padding-top: 10px;
}

.links a {
  font-size: 25px;
  margin-left: 15px;
  color: rgb(185, 159, 44);
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}
.links a:hover {
  transform: rotateX(180deg);
  /* font-size: 30px; */
  color: #fff;
}
#f1_container {
  position: relative;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
  margin-left: -50px;
}
#f1_card {
  transform-style: preserve-3d;
  transition: all 1s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
}
/*.top-btn{
    position: absolute;
    top: 50%;
    border: 1px solid rgb(185, 159, 44);
    padding:15px;
    background-color: #fff;
    border-radius: 100px;
    right: 10%
 }
 .top-btn  p{
    color: rgb(185, 159, 44);
     font-family: 'Raleway', sans-serif;
     font-size:20px ;
     z-index: 9;
     }
     
.dropdown-content2 {
    display: none;
    position: absolute;
    color:rgb(114, 111, 111);
    font-size: 15px;
    top: 30px;
    margin-top: 30px;
    width: 252px;
    background-color: rgb(211, 204, 204);
    border: 2px soid #000;
    border-radius:5px;
    z-index: 1;
    border: 2px solid #fff;
}
 .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    margin-left: 20px;
    text-decoration: none;
    display: block;
}

 .dropdown:hover .dropdown-content2 {
    display: block;
}
*/

.full {
  height: 90vh;
  margin-top: 10vh;
  padding: 0 45px;
}
.sect {
  text-align: center;
}
.sect .mobile {
  height: 70vh;
  margin: auto;
}
.sect .web {
  width: 90%;
  margin: auto;
}
/* .sect img:hover {
  width: 100%;
  margin-left: 0;
  transition: all 2s;
} */
.pane {
  padding-top: 100px;
  width: 50%;
  float: left;
}
.pane h5 {
  margin-left: 5%;
  color: #b3b2b2;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: left;
}
.visit {
  top: 240px;
  margin-left: 5%;
  background-color: #fff;
  padding: 20px;
  cursor: pointer;
  color: #000024;
  float: left;
}

@media only screen and (max-width: 967px) {
  body {
    overflow: hidden;
  }
  nav {
    height: 75px;
    width: 100%;
    background-color: #000024;
    position: relative;
    z-index: 100000000000;
  }
  .top-text {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 19;
    font-size: 25px;
    font-family: 'Courier New', Courier, monospace;
  }
  .loo img {
    display: none;
    /* width: 82px;
    position: absolute;
    top: 0px;
    right: 0px; */
  }
  .links {
    position: absolute;
    top: 20px;
    left: unset;
    right: 0px !important;
  }
  .links a {
    font-size: 15px;
    margin-left: 20px;
    margin-top: 12px;
    color: rgb(185, 159, 44);
    transform-style: preserve-3d;
    transition: all 0.5s linear;
    display: unset;
  }

  .wrapper {
    z-index: 9;
    height: 800px;
    margin-top: 15px;
    background-color: #000024;
  }
  .face img {
    display: none;
  }

  .text {
    z-index: 9;
    margin-top: 0px;
  }
  .text p {
    font-size: 16px;
    font-weight: 300px;
    z-index: 9;
    padding: 30px;
    color: #9b9b9b;
    text-align: left;
  }
  .innerText {
    margin-top: -55px;
  }
  .story {
    margin-top: 30px;
  }
  .tint {
    color: rgb(185, 159, 44);
  }
  .full {
    margin-top: 0;
  }
  #demo {
    margin-top: 50px;
  }

  .sect {
    /* height: 100vh; */
  }

  .sect .mobile {
    height: 30vh;
    margin: auto;
  }
  .sect .web {
    width: 90%;
    margin: auto;
  }
  .sect img {
    top: 100px;
    height: 90%;
    margin-left: 0;
    margin-top: 30px;
  }
  .pane {
    /* height: 50%; */
    width: 100%;
    padding-top: 12px;
  }
  .pane h5 {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 100;
    margin-top: 12px;
  }
  .visit {
    padding: 10px;
    font-size: 12px;
    float: right;
  }
}
