@charset "UTF-8";
/* CSS Document */
body{
    overflow: hidden;
    display: block;
    height: 100vh;
    width: 100vw;
	padding: 0px;
	margin: 0px;
	background-color: #1db27a;
	font-family: 'Montserrat', sans-serif;
	}
	* {
  box-sizing: border-box;
}
.memb{
    text-align: center;
    width: 280px;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    /* top: 50%; */
    padding: 4px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #2f2a6b;
	display: none;
	z-index: 99;
	text-transform: uppercase;
}
.box{
	    line-height: auto;
}
.title{
	    font-size: 14px;
}
.role{
	text-align: center;
}
	#shell{
	display: block;
	width: 100vw;
	height: 100vh;
	}
	.swiped-item  img{
		width: 100%;
	}
	.swiped[data-swiped-item-count="2"].swiped-is-gapless>.swiped-items>.swiped-item {
    width: 65%;
}	
.Topp { display: block; height: 40vh; overflow: hidden; width: 100vw; position: relative;}
.Bttm { display: block; height: 60vh; overflow: hidden; width: 100%; float: left;
	}

.nulogo {
    position: absolute;
    bottom: 55px;
    height: auto;
    display: block;
	z-index: -1;
	}
.nulo {
    position: relative;
    top: 0px;
    /* min-width: 310px; */
    margin-left: 10px;
    width: 240px;
}

.soc {
    float: left;
    display: block;
    width: auto;
    /* top: 60px; */
    left: 4px;
    /* position: relative; */
    padding-left: 10px;
    position: absolute;
    bottom: 20px;
}
 .soc img {
    width: auto;
    height: 15px;
    padding-right: 30px;
}
.mato{
	position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: right;
    margin-left: -10px;
    text-transform: uppercase;
    font-size: .8em;
}
.mato a{
	color: white;
}
.mato a:hover{
	color: royalblue;
}
.memb h1{
	font-size: 16px;
    line-height: 21px;
}
.memb p{
	font-size: 12px;
	text-decoration: underline;
}
.nono{
	color: white;
}
#tour{
    bottom: 0px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    display: none;
    width: 280px;
	float: left;
	z-index: 9;
}
#tour img{
	width: 280px;
}
.xx {
	margin-right: 2px;
	
}
.xx:hover{
	color: white;
	font-weight: bold;
	
}
.xx1:hover{
	color: white;
	font-weight: bold;
	
}
#clss{
	float: left; text-align: center; background-color: #2F2A6B; color: red; display: block; width: 100%; cursor: pointer; border-radius: 10px 10px 0px 0px;
}

 .xxb {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 14px;
 height: 14px;
 border-radius: 4px;
 margin: 3px auto;
}

.xxb::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 6px;
 height: 6px;
 border-bottom: 2px solid;
 border-right: 2px solid;
 transform: rotate(45deg);
 left: 6px;
 top: 5px
}
 .xxa {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 14px;
 height: 14px;
 border-radius: 4px;
 margin: 8px auto;
}

.xxa::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 6px;
 height: 6px;
 border-top: 2px solid;
 border-right: 2px solid;
 transform: rotate(-45deg);
 left: 6px;
 bottom: 5px
} 
.xx{
    width: 10%;
    float: left;
    position: relative;
    display: block;
    text-align: center;
}
.xx1{
    width: 10%;
    float: left;
    position: relative;
    display: block;
    text-align: center;
}

.tur{
    width: 79%;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 4px;
    color: white;
}

@media (min-width: 360px) {
.memb{
    width: 320px;	
}
}
@media (min-width: 576px) {
.Topp {
    height: 45vh;
}
.Bttm {
    display: block;
    height: 55vh;
    overflow: hidden;
    width: 100vw;
}
.nulogo {
    position: absolute;
    bottom: 0px;
    height: auto;
    display: block;
}
.nulo {
    position: relative;
    top: 0px;
    /* min-width: 310px; */
    margin-left: 10px;
    width: 340px;
}
.soc {
    float: right;
    display: block;
    width: 100%;
    right: 4px;
    padding-left: 10px;
    position: absolute;
    bottom: 2px;
    text-align: right;
}	
.soc img {
    width: auto;
    height: 15px;
    padding-right: 30px;
}	
.slider {
  position: relative;
  overflow: hidden;
}

ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /*transform: translateX(-33.3333333333%);*/
}

li {
position: relative;
    width: 16.6666667%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 300px; */
    /* flex-shrink: 0; */
    padding: 0px;
}
li .img{
		height: auto;
		width: 100%;
	}
	.nc{
	position: absolute;
    right: 24px;
    top: 40px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
	}
.slider-nav .prev,
.slider-nav .next {
  position: absolute;
  background: slategrey;
  height: 40px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.slider-nav .prev {
  left: 0;
}
.slider-nav .next {
  right: 0;
}

.transition {
  transition: transform 0.5s ease;
}

.left {
  transform: translateX(-100%);
}

.right {
  transform: translateX(100%);
}
.swiped[data-swiped-item-count="2"].swiped-is-gapless>.swiped-items>.swiped-item {
    width: 18%;
}
#tour{
	bottom: 0px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
	display: none;
	width: 500px;
}
#tour img{
	width: 500px;
}	
	}
@media (min-width: 768px) { 
	.Topp {
    height: 35vh;
}
.Bttm {
    display: block;
    height: 65vh;
    overflow: hidden;
    width: 100vw;
}
.swiped[data-swiped-item-count="2"].swiped-is-gapless>.swiped-items>.swiped-item {
    width: 49%;
}
.mato {
    bottom: 10px;
	display: none;
	}
}
@media (min-width: 768px) and (orientation: landscape)  {
		.Topp {
    height: 40vh;
}
.Bttm {
    display: block;
    height: 60vh;
    overflow: hidden;
    width: 100vw;
}
.swiped[data-swiped-item-count="2"].swiped-is-gapless>.swiped-items>.swiped-item {
    width: 15%;
}
	.nulo {
    position: relative;
    top: 0px;
    /* min-width: 310px; */
    margin-left: 10px;
    width: 240px;
}
	}



@media (min-width: 992px) { 
.swiped[data-swiped-item-count="2"].swiped-is-gapless>.swiped-items>.swiped-item {
    width: 20%;
}
	.nulogo {
    bottom: 20px;
    left: 50px;
}
	.soc {
    padding-right: 50px;
    bottom: 20px;
}
}




@media (min-width: 1200px) {
.swiped[data-swiped-item-count="2"].swiped-is-gapless>.swiped-items>.swiped-item {
    width: 22%;
}
	.soc img {
    width: auto;
    height: 25px;
    padding-right: 30px;
}
.nulo {
    position: relative;
    top: 0px;
    /* min-width: 310px; */
    margin-left: 10px;
    width: 396px;
}
}

	@media (min-width: 1600px){
.nulo {
    width: 596px;
}

	}
