@import url('../others/fonts.googleapis.com/cssf944.css?family=Open+Sans:300');
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Open Sans';
}

h1 {
  font-weight: 100;
  margin: 0;
}

section {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

section img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
  z-index: 3;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-inverse {
    background-color: #222;
    border-color: #2E3638;
    background-color: #2E3638 !important;
}
.btn.book-now {
background: rgb(255, 192, 0);
    border-radius: 0;
    color: #000;
    font-weight: 800;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 33px;
    position: fixed;
    right: 0;
    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: 243px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 106%;
}
.btn.book-now1 {
           font-family: 'Ubuntu', sans-serif !important;
    background: rgb(255, 192, 0);
    border-radius: 0;
    color: #000;
    font-weight: 800;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 26px;
    position: fixed;
    right: 0;
    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: 161px;
    z-index: 215;
    top: 147%;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(255, 192, 0);
    background-color: transparent !important;
}
body {
    background-color: #2E3638 !important;
}

p{
  color: #bbbbbb;
}
.pad{
  margin-top: 6%;
  margin-bottom: 2%;
}

.padalig{
      text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif !important;
   line-height: 1.8em;
}/*Navigation*/
/* CSS Document */

body {
  background: #2E3638 ;
  font-size:22px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  word-wrap:break-word !important;
  }

 
.h4, h4 {
    font-size: 18px;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}


.toggle,
[id^=drop] {
  display: none;
}

/* Giving a background-color to the nav container. */
nav { 
    margin: 0;
    height: auto;
    padding: 0;
    width: 100%;
    background-color: #2E3638;
    position: fixed;
    top: 0;
    z-index: 1;
}

#logo {
  display: block;
  padding: 0 30px;
  float: right;
  font-size:20px;
  line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  float: left;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
  }
  
/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;

  }

/* Styling the links */
nav a {
  display:block;
  padding:14px 18px;  
  color:#FFF;
  font-size:16px;
      text-transform: uppercase;
  text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
  color: rgb(255, 192, 0);
  text-decoration: none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute; 
  /* has to be the same number as the "line-height" of "nav a" */
  top: 60px; 
}
  
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}
  
/* Fisrt Tier Dropdown */
nav ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top:-60px;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
  left:170px; 
}

  
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  nav {
    margin: 0;
  }

  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }

  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    background-color: #254441;
    padding:14px 20px;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
  }

  .toggle:hover {
    background-color: #000000;
  }

  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
  }

  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #000000;
  }
  
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121; 
  }

  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
    
  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }
    
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ 

  }

}

@media all and (max-width : 330px) {

  nav ul li {
    display:block;
    width: 94%;
  }

}
a.active {
    color: rgb(255, 192, 0);
}
.asd {
    font-size: 36px;
    top: -2%;
    /* float: right; */
    /* right: 14px; */
    position: fixed;
    right: 1%;
}
/*Navigation*/  

.pad{
  margin-top: 6%;
  margin-bottom: 2%;
}

.padalig{
      text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif !important;
   line-height: 1.8em;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: rgb(255, 192, 0);
    background-color: transparent;
}
h4{
  color: #fff;
}


.sect{
  margin-right: 38px !important;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top: -9%;
    z-index: -1;
}
.wrap {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  min-width: 300px;
  padding: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-wrap {
  width: 100%;
  margin: auto;
}

#svg {
    width: 40%;
    height: auto;
}

.is-loading {
  opacity: 0;
}

#box1,
#box2,
#box3,
#box4,
#arrow2,
#arrow3,
#arrowhead2,
#arrowhead3 {
  opacity: 0;
}
li{
  color: #fff;
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 14px;
}
.padsa{
         background: #ADA996;
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    background: linear-gradient(to right, #e5e5e5, #b6b6b6, #e1cdce, #666562);
    padding: 30px;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 2.5em;
        animation: FadeIn 1s linear;
    animation-fill-mode: both;
    border-radius: 40px;
}
.padsa1{
      color: #a94442;
    font-size: 15px;
    font-weight: 500;
}
.padsa2{
  color: #000;
}

/*Navigation*/
