*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.text-rules {
    padding: 20px;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.text-rules h2 {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 35px;
}

.text-rules ol {
    text-align:left;
    margin-left: 10px;
}

.text-rules li {
    text-align:left;
    padding-top: 10px;
    font-size: 18px;
}

.container-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.text-about h2 {
    font-size: 35px;
}

.text-about p {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
}

.text-about-left {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    color: #000000;
}

.text-about-left p {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
}

.text-about-left li {
    text-align:left;
    padding-top: 10px;
    font-size: 18px;
}

.text-about h2 {
    font-size: 35px;
    text-align:center;
}

.favorite ul {
    list-style: square;
}

.favorite ul li {
    margin: 7px 30px;
}

h1 {
    margin-bottom: 10px;
}

.favorite {
    margin-top: 20px;
    
}

.exe {
    color: #ffffff;
    margin-top: -30px;
}

.exe h2 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: -30px;
}

.wrapper-about {
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding: 45px; */
    height: auto;
    width: 95%;
    text-align: justify;
    color: #fefdfb;
    background-color: rgba(F, F, F, F);
    border-radius: 10px;
}

.hium {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: oblique;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    color: white;
    background-color: #372504;
}

.wrapper-story {
    /* background-color: #372504; */
    color: #fefdfb;
    width: 85%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9;
}

body{
    font-family: 'Open Sans',sans-serif;
}

.wrapper{
    width: 90%;
    margin: auto;
}

.map-grapper{
    display: flex;
    width: 95%;
    margin: auto;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo a{
    margin-top:10px;    
    float: left;
}

.title{
    display: flex;
    cursor: pointer;
}

.menu{
    margin-top: 20px;
    float: right;
}

.nav-grapper{
    width: 90%;
    margin : auto;
    position: relative;
}


nav{
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 80px;
    background: #967259;
    border-bottom:1px solid #f1c232;
}

nav ul{
    list-style-type: none;
    overflow: hidden;
}

nav ul li{
    float: left;
}

nav ul li a{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 0px 30px 0px 30px;
    font-size: 25px;
}

nav ul li a:hover{
    border:2px solid #fff;
    font-size: 50px;
    transition: .2s ease-in-out;
    transition-delay: .1s;
    border-radius: 5px;
}

section{
    display: flex;
    margin: auto;
}


input{
    display:none;
}

h1{
    font-weight: normal;
    font-size: 25px;
    position: relative;
}

h3{
    display:flex;
    align-content:center;
    justify-content:center;
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 20px;
    color: #364f6b;
    width: 100%;
    line-height: 50px;
}

h4{
    text-align: center;
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 20px;
    color: #364f6b;
    width: 100%;
    line-height: 50px;
}

label{
    display: inline-block;
    height: 100%;
    margin: 0 20px;
    line-height: 20px;
    font-size: 23px;
    color: gray;
    cursor: pointer;
    transition: .5s;
}

.container{
    width: 100%;
    text-align: center;
}

.top-content{
    background-color: rgb(243,243,243);
    width: 90%;
    margin: 0 auto 20px auto;
    padding-top:20px;
    padding-bottom:20px;
    display: grid;
    align-items: center;
    border-radius: 5px;
    box-shadow: 3px 3px 5px lightgrey;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.photo-gallery{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.pic{
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 5px lightgrey;
    cursor: pointer;
    transition: .5s;
}

.pic img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: .5s;
}

.pic::before{
    content: "myHIUm Property";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    margin-top:-100px;
    opacity: 0;
    transition: .3s;
    transition-delay: .2s;
    z-index: 1;
}


.pic::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    height: 0;
    background-color: rgb(0,0,0,.4);
    transition: .3s;
}

.pic:hover::after{
    height: 100%;
}

.pic:hover::before{
    margin-top: 0;
    opacity: 1;
}

.kolom{
    margin-top: 50px;
    margin-bottom: 50px;
}

.tengah{
    text-align: center;
    width: 100%;
}

.kolom .deskripsi{
    font-size: 20px;
    font-weight: bold;
    font-family: 'comic sans ms';
    color: #364f6b;
}

h2{
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 20px;
    color: #364f6b;
    width: 100%;
    line-height: 50px;
}

a.tbl-biru{
    background: #3f72af;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-biru:hover{
    background: #fc5185;
}

a.tbl-pink{
    background: #fc5185;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-pink:hover{
    background: #3f72af;
}

a.tbl-green{
    background: #b2e342;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-green:hover{
    background: #ffa500;
}

a.tbl-purple{
    background: #8b324d;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

a.tbl-purple:hover{
    background: #eed5b7;
}

p{
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

.daftar-fasilitas{
    width: 100%;
    position: center;
    display: flex;
}

.icon-fasilitas{
    width: 25%;
    margin: 0 auto;
}

.icon-fasilitas img{
    width: 90%;
    margin-left:5%;
    border-radius: 5%;
}

textarea{
	min-height: 150px;
}

.field{
	width: 90%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 12px;
	transition: .3s;
	display:block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d3d6db;
  opacity: 1; /* Firefox */
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

.field-login{
	width: 50%;
	border: 2px solid rgba(230, 230, 230, 0.6);
	outline: 1px;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 12px;
	transition: .3s;
	display:block;
}

.field-login:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.field-login:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

.btnSendEmail{
	width: 200px;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: center;
	background-color: #3f72af;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	margin: auto;
	margin-bottom: 12px;
}

.btnSendWA{
	width: 200px;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: center;
	background-color: #2ecc71;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	margin: auto;
	margin-bottom: 12px;
}


.btnSendEmail:hover{
    background-color: #fc5185;
}

.btnSendWA:hover{
    background-color: #27ae60;
}

.login-group{
    display:flex;
    justify-content:center;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.status-card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color:black;
  color:white;
  max-width: 350px;
  margin : auto;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-family: arial;
}

.card img{
    margin: 2rem 0;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.grid-reservation {
  display: grid;
  grid-template-columns: 400px 30%;
  gap: 10px;
  padding: 10px;
  justify-content:center;
}

.rata-kanan{
display:flex;
justify-content:right;
}

.rata-kiri{
display:flex;
justify-content:left;
}

.field-opsi-select{
	width: 90%;
	border: 2px solid rgba(230, 230, 230, 0.6);
	background-color: rgba(230, 230, 230, 0.6);
	outline: 1px;
	padding: 0.5rem 1rem;
	font-size: 1.3rem;
	margin-bottom: 12px;
	padding-right:10px;
	transition: .3s;
	display:block;
}

table{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    height: 100%;
    table-layout: fixed;
}
  
td{
    border: 1px solid black;
    text-align: center;
    padding: 10px;
}

tr:nth-child(even){
    background-color: #00cf45;
}

h-table{
    color: green;
}

#copyright{
    text-align: center;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin-top: 50px;
}

#check1:checked ~ .container .photo-gallery .pic{
    opacity: 1;
    transform: scale(1);
    position: relative;
    transition: .5s;
}

#check2:checked ~ .container .photo-gallery .room1A{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check2:checked ~ .container .photo-gallery .room1B,
#check2:checked ~ .container .photo-gallery .room2A,
#check2:checked ~ .container .photo-gallery .room2B,
#check2:checked ~ .container .photo-gallery .room3A,
#check2:checked ~ .container .photo-gallery .room3B,
#check2:checked ~ .container .photo-gallery .fasilitas{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

#check3:checked ~ .container .photo-gallery .room1B{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check3:checked ~ .container .photo-gallery .room1A,
#check3:checked ~ .container .photo-gallery .room2A,
#check3:checked ~ .container .photo-gallery .room2B,
#check3:checked ~ .container .photo-gallery .room3A,
#check3:checked ~ .container .photo-gallery .room3B,
#check3:checked ~ .container .photo-gallery .fasilitas{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

#check4:checked ~ .container .photo-gallery .room2A{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check4:checked ~ .container .photo-gallery .room1A,
#check4:checked ~ .container .photo-gallery .room1B,
#check4:checked ~ .container .photo-gallery .room2B,
#check4:checked ~ .container .photo-gallery .room3A,
#check4:checked ~ .container .photo-gallery .room3B,
#check4:checked ~ .container .photo-gallery .fasilitas{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

#check5:checked ~ .container .photo-gallery .room2B{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check5:checked ~ .container .photo-gallery .room1A,
#check5:checked ~ .container .photo-gallery .room1B,
#check5:checked ~ .container .photo-gallery .room2A,
#check5:checked ~ .container .photo-gallery .room3A,
#check5:checked ~ .container .photo-gallery .room3B,
#check5:checked ~ .container .photo-gallery .fasilitas{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

#check6:checked ~ .container .photo-gallery .room3A{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check6:checked ~ .container .photo-gallery .room1A,
#check6:checked ~ .container .photo-gallery .room1B,
#check6:checked ~ .container .photo-gallery .room2A,
#check6:checked ~ .container .photo-gallery .room2B,
#check6:checked ~ .container .photo-gallery .room3B,
#check6:checked ~ .container .photo-gallery .fasilitas{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

#check7:checked ~ .container .photo-gallery .room3B{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check7:checked ~ .container .photo-gallery .room1A,
#check7:checked ~ .container .photo-gallery .room1B,
#check7:checked ~ .container .photo-gallery .room2A,
#check7:checked ~ .container .photo-gallery .room2B,
#check7:checked ~ .container .photo-gallery .room3A,
#check7:checked ~ .container .photo-gallery .fasilitas{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

#check8:checked ~ .container .photo-gallery .fasilitas{
    opacity: 1;
    transform: scale(1);
    position: relative;
}

#check8:checked ~ .container .photo-gallery .room1A,
#check8:checked ~ .container .photo-gallery .room1B,
#check8:checked ~ .container .photo-gallery .room2A,
#check8:checked ~ .container .photo-gallery .room2B,
#check8:checked ~ .container .photo-gallery .room3A,
#check8:checked ~ .container .photo-gallery .room3B{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  /* minmax(300px, 1fr)*/
  grid-gap: 30px;
  justify-items: center;
  justify-content: center;
  align-items: start;
}

.grid-container2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 400px);
  /* minmax(300px, 1fr)*/
  grid-gap: 5px;
  justify-items: left;
  justify-content: center;
  align-items: start;
  margin-bottom:20px;
}

.box {
  padding: 1em;
}

.box0{
  padding: 0em;
}
.item {
  margin-bottom: 0em;
}

.checkbox-rect input[type="checkbox"] {
  display: none;
}
.checkbox-rect input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox-rect input[type="checkbox"]:hover + label:hover {
  color: rgb(23, 86, 228);
}
.checkbox-rect input[type="checkbox"]:hover + label:before {
  background: #50565a;
  box-shadow: inset 0px 0px 0px 2px #f7f2f2;
}
.checkbox-rect input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.checkbox-rect input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #343a3f;
  border-radius: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #f3f3f3;
}

.checkbox-rect input[type="checkbox"]:checked + label:before {
  width: 1.3em;
  height: 1.3em;
  border-radius: 0.2em;
  border: 2px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #50565a;
  box-shadow: 0 0 0 1px #000;
}

.toggler-wrapper {
  display: block;
  width: 45px;
  height: 25px;
  cursor: pointer;
  position: relative;
}

.toggler-wrapper input[type="checkbox"] {
  display: none;
}

.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider {
  background-color: #44cc66;
}

.toggler-wrapper .toggler-slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggler-wrapper.style-1 input[type="checkbox"]:checked+.toggler-slider .toggler-knob {
  left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-1 .toggler-knob {
  width: calc(25px - 6px);
  height: calc(25px - 6px);
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #fff;
}

.body-profile{
    background:#04041a;
}

h7{
    font-size:80px;
    font-family:tahoma;
    color:white;
}

.team-item{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:10px;
    padding-bottom:59px;
    width:100%;
    max-width:270px;
    color:#555;
    overflow:hidden;
    font-family:tahoma;
}

.team-item figure{
    position:relative;
    height:325px;
    background-position:center center;
    background-repeat:no-repeat;
    overflow:hidden;
    border-radius:5px;
    background-size:cover;
    transition:bottom 300ms ease-in-out;
}

.team-item figure:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#202020;
    opacity:0;
    filter:alpha(opacity=0);
    transition:opacity 300ms ease-in-out;
}

.team-item:hover figure:before{
    opacity:0.5;
    filter:alpha(opacity=50);
}

.team-item .description{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:18px 10px 10px;
    margin-top:5px;
    margin-bottom:59px;
    background-color:white;
    text-align:center;
    transform:translateY(100%);
    transition:transform 300ms ease-in-out, margin-bottom 300ms ease-in-out;
}

.team-item:hover .description{
    margin-bottom:0px;
    transform:translateY(0%);
}

.team-item .description p{
    margin-top:5px;
}


.team-item .name,
.team-item .position{
    line-height:1;
    text-transform:uppercase;
    margin:0px;
}

.team-item .name{
    font-weight:700;
    margin-bottom:8px;
}

.team-item .position{
    font-size:12px !important;
    color:#afafaf;
}

.team-social{
    margin-top:20px;
}

.team-social a{
    display:inline-block;
    vertical-align:top;
    line-height:1;
    font-size:17px;
    margin-left:2px;
}

.tengah{
    display:block;
    align-content:center;
    position:center;
    justify-content:center;
}

@media screen and (max-width: 991.98px){
    .wrapper{
        width: 100%;
    }
    
    .map-grapper{
        display: block;
        width: 95%;
        margin: auto;
    }

    .logo a{
        display: flex;
        margin: auto;
    }
    
    .logo img{
        width: 60%;        
        height: auto;
    }

    nav .menu{
        width: 100%;
        margin: 0;
    }

    nav .menu ul{
        text-align: center;
        margin: auto;
        line-height: 60px;
    }

    nav .menu ul li{
        display: inline-block;
        float: none;
    }
    
    nav ul li a{
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 0px 7px 0px 7px;
        font-size: 12px;
    }
    
    nav ul li a:hover{
        border:2px solid #fff;
        font-size: 15px;
        transition: .2s ease-in-out;
        transition-delay: .1s;
        border-radius: 5px;
    }

    section{
        display: block;
        margin-left: 19px;
        margin-right: 5px;
    }

    section img{
        display: flex;
        width: 100%;
    }
    
    .daftar-fasilitas{
        width: 100%;
        position: center;
        display: flex;
    }

    .icon-fasilitas{
        width: 25%;
        margin: 0 auto;
    }

    .icon-fasilitas img{
        width: 90%;
        margin-left:5%;
        border-radius: 5%;
    }
    
    label{
        display: inline-block;
        height: 100%;
        margin: 0 20px;
        line-height: 20px;
        font-size: 13px;
        color: gray;
        cursor: pointer;
        transition: .5s;
    }

    .top-content{
        background-color: rgb(243,243,243);
        width: 90%;
        margin: 0 auto 20px auto;
        padding-top:5px;
        padding-bottom:5px;
        display: grid;
        align-items: center;
        border-radius: 5px;
        box-shadow: 3px 3px 5px lightgrey;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    
    h4{
        text-align: center;
        font-family: 'comic sans ms';
        font-weight: 800;
        font-size: 25px;
        margin-bottom: 10px;
        color: #364f6b;
        width: 100%;
        line-height: 50px;
    }
    
    .grid-reservation{
        display: grid;
        grid-template-columns: 35% 50%;
        gap: 5px;
        padding: 5px;
        justify-content:center;
    }
    
    .rata-kanan{
        display:flex;
        justify-content:right;
        font-size:10px;
    }

    .rata-kiri{
        display:flex;
        justify-content:left;
        font-size:10px;
    }
    
    .field-opsi-select{
    	width: 90%;
    	font-size:10px;
    	background-color: rgba(230, 230, 230, 0.6);
    }
    
    table{
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
        height: 100%;
        table-layout: fixed;
    }

    #copyright{
        width:100%;
        text-align: center;
    }
    
    @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

}
