    @import url(../../../../fonts.googleapis.com/css591e.css?family=Open+Sans:600);

body { 

      font-family: 'Ubuntu', sans-serif !important;

}
      .btn.book-now {
         background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    right: 0;
    letter-spacing:1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
        width: 52px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 62%;
}
.btn.book-now1 {
        font-family: 'Ubuntu', sans-serif !important;
  background: #a94442;
 border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    right: 0;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 110px;
    z-index: 215;
    top: 73%;
}

.item-1, 
.item-2, 
.item-3,
.item-4 {
  position: absolute;
  display: block;
  top: 2em;
  
  width: 30%;
  
  font-size: 2em;

  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.item-1{
  animation-name: anim-1;
}

.item-2{
  animation-name: anim-2;
}

.item-3{
  animation-name: anim-3;
}
.item-4{
  animation-name: anim-4;
}

@keyframes anim-1 {
  0%, 8.3% { left: 10%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 50%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { left: 10%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 50%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { left: 10%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 50%; opacity: 0; }
}
@keyframes anim-4 {
  0%, 66.66% { left: 10%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 50%; opacity: 0; }
}
p.item-1{
margin: 13% 15%;
}
p.item-2{
margin: 13% 15%;
}
p.item-3{
margin: 13% 15%;
}
p.item-4{
margin: 13% 15%;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.box span {
width: 20px;
    height: 20px;
    display: block;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin: -15px;
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
  animation-delay: -0.2s;
}

.box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
section{
  width: 100%;
  height: 100vh;
}
.hiddenimg {
  display: none;
}

.hiddentxt {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

.hiddentxt a {
  color: #000;
  text-decoration: none;
}

.hiddenclick {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.hiddenclick a {
  text-decoration: none;
      font-size: 16px;
}

.hiddenclick a:visited {
  color: #F00;
  text-decoration: none;
}

.hiddentxt:hover ~ .hiddenimg {
  display: block;
}

.po{
  height: 30px;
}
div#particles-js
{
        /* margin-top: -139%; */
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}


/*Navigation*/

/* Important styles */
#toggle {
       display: block;
    width: 28px;
    height: 30px;
    /* margin: 30px 897px 10px; */
    position: fixed;
    z-index: 211;
    right: 1%;
    top: 5%;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
    position: fixed;
    color: #999;
    width: 200px;
    padding: 10px;
    right: 0%;
    /* margin: 41px 741px auto; */
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: right;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 211;
    top: 9%;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block; 
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
li a:hover,
li a:focus {

  color: #000;
  text-decoration: none;
}


/* demo styles */
body { margin-top: 3em;  }


/*Navigation*/

.cs21{
  margin-top: -3%;
}
.cs22{
  margin: 12% 20%;
}
.cs23{
  width: 10%;
}
.cs24{
  font-size: 45px;text-align: justify;font-weight: 500;
}
.cs25{
  font-size: 25px;text-align: justify;font-weight: 500;margin: 25% 1%;
}
.cs26{
  color: #a30204;
}
.cs27{
  margin-left: 50%;
}
.cs28{
  margin-top: 10%;
    font-size: 41px;
    
    text-transform: uppercase;
}
.cs29{
  text-align: justify;font-size: 15px;    line-height: 2.3em;
}
.cs30{
  margin-left: 305%;
    margin-top: -53%;
}
.cs31{
  margin-left: 305%;
    margin-top: -78%;
}
.cs32{
  margin-left: 305%;
    margin-top: -103%;
}
.cs33{
  margin-left: 305%;
    margin-top: -130%;
}
.cs34{
  margin-left: 305%;
    margin-top: -155%;
}
.cs35{
  margin-left: 193%;
    margin-top: -53%;
}
.cs36{
  margin-left: 193%;
    margin-top: -88%;
}
.cs37{
  margin-left: 193%;
    margin-top: -113%;
}
.cs38{
  margin-left: 193%;
    margin-top: -131%;
}
.cs39{
  margin-left: 193%;
    margin-top: -156%;
}
.cs40{
  background-image: url(../../../img/hand-mockup.png);height: 100vh;background-size: cover;
}
.cs41{
  margin-top: 5%;
}
.cs42{
  font-size: 26px;
    font-weight: 500; color: #a30204;margin-top: -3%;
}
.cs43{
  margin-left: 10px;
}
.cs44{
   margin-left: 10px;
}
.cs45{
  font-size: 25px;
}
.cs46{
  font-size: 18px;
}
.back-button {

  position: absolute;
  z-index: 1;
  top: 2%;
  left: 4%;
  
  overflow: hidden;
  
}
.back-button.back .arrow-wrap {
  left: -50%;
}
.back-button:hover {
     
}
.back-button:hover .arrow-wrap span {
  background: #fff;
}
.back-button .arrow-wrap {
  display: block;
  position: absolute;
  height: 70%;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease;
}
.back-button .arrow-wrap span {
  height: 1px;
  left: 0;
  top: 50%;
  background: #000;
  position: absolute;
  display: block;
  transition: background 0.3s ease;
}
.back-button .arrow-wrap .arrow-part-1 {
  width: 100%;
  transform: translate(0, -50%);
}
.back-button .arrow-wrap .arrow-part-2 {
  width: 60%;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.back-button .arrow-wrap .arrow-part-3 {
  width: 60%;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.bghj{
      color: #000;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
}
.bghj:hover{
      color: #a94442;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.cs100{
  margin-left:27%;
}
.cs101{
      margin-left: 41.5%;
    margin-top: 14.5%;
}
.hiddentxt a:hover {
    color: #a94442;
    font-size: 17px;
}
.def1{
    margin-top: 24%;
}
.mainfav{
    display:normal;
}
.mainss{
    font-size:30px;text-transform:uppercase;
}
.mainfram2-mob{
    display:none;
}
@media only screen and (max-width: 768px) {
    .mainfram2-mob{
    display:block;
        margin-top: 38%;

}
.cs27 {
    margin-left: 50%;
    display: none;
}
.mainfav{
    display:none;
}
.cs100 {
    margin-left: 0;
}
.def1{
    margin-top: 0%;
}
.cs40 {
    background-image: url(../../../img/hand-mockup.png);
    height: auto !important;
    background-size: cover;
}
.cs101 {
    margin-left: 41.5%;
    margin-top: 6.5%;
    width: 42%;
}
.mainfav1 {
    margin-top: 1340%;
}
.mainss{
        font-size: 16px;
    text-transform: uppercase;
}
}

@media only screen and (min-width: 1600px) {
    .cs40 {
    background-image: url(../../../img/hand-mockup.png);
    height: 100vh;
    background-size: auto;
    background-repeat:no-repeat;
}
    .cs101 {
    margin-left: 40.5%;
    margin-top: 6.5%;
    height: 485px;
    width: 237px;
}
    .btn.book-now {
    background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    right: 0;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 52px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 66%;
}
}


@media only screen and (min-width: 2160px) {
.btn.book-now {
    background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    right: 0;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 52px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 68%;
}

}