﻿/*=============================================================
    
   
    ========================================================  */



/*=======================================
    GENERAL STYLES
==================================================*/
body {
          font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#4a3f35;
}

.text-center {
    text-align:center;
}

h1, h2, h3,  h5,  h7 {
   font-family: Georgia, serif;
   color:#4a3f35;
   color:#4a3f35;
}

h1 {
    margin-top:120px;
   // text-transform:uppercase;

   
}
h2 {
   
color:#4a3f35;
}
    h2:after {
      display: block;
content: "";
height: 2px;
width: 150px;
background: #d9c7b5  ;
margin: 10px auto 40px;

    }
    

h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:25px;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-pad {
    padding-bottom:50px;
    padding-top:50px;
}


section {
    padding-top:50px;
    padding-bottom:40px;
}

/*=======================================
    COLOR CODES
==================================================*/
.main-color {
    color: #57402A;
    // icons
}


.navbar-inverse {
background-color: #1D8C08;
border-color: #05A250;
}


/*=======================================
    HEADER STYLES
==================================================*/

.head-main {
   font-size: 50px !important;
   font-weight: 200!important;
font-family: Georgia, serif;
 
color:#4a3f35;
}
.head-sub-main {
    font-size:40px !important;
    font-weight:200!important;
    padding:5px 20px 30px 20px;
    color: #57402A;
    font-family: Georgia, serif;
}
.head-last {
  
    padding:5px 20px 200px 20px;
    color:#555;
}
#home {
    background-image: url("../img/head.jpg");
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;

min-height:650px;
}
.div-trans {
    padding:5px;
    background-color: rgba(190, 172, 145, 0.65);
min-height: 350px;
margin-top: 200px;
color: #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
margin-bottom:30px;
}
    .div-trans .form-control {
        background-color: rgba(255, 255, 255, 0);
    }




/*=======================================
    Services  STYLES
==================================================*/

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;

background-color: rgba(190, 172, 145, 0.25);
}

#Parallax-one {
    background-image: url("../img/_1.jpg");
padding: 30px;
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;

min-height:250px;
color:#fff;
}
 #Parallax-one i {
        color:#fff;
    }
/*=======================================
    PRICING STYLES
==================================================*/


.plan {
    //background: #eef1f3;
background: #f9f8f6;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
  
}

.plan-active {
          -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.head-active {
   background-color: #57402A!important;
   

}
.plan li {
    padding: 15px 0px;
    color: #434749;
    border-top: 1px dashed #000;
}

.plan li.plan-head {
   padding: 15px 0px;
background-color: #6F6F6F;
color: #FFFFFF;
line-height: 20px;
font-size: 20px;
font-weight: 600;
border: none;
   }

.plan li.main-price {
   padding: 25px 0px;
border: none;
font-size: 30px;
}
#Parallax-two {
    background-image: url("../img/_2.jpg");
padding:30px;
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
//background-attachment: fixed;
min-height:300px;
color:#fff;
}
    #Parallax-two i {
        color:#fff;
    }

/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color:#616161!important;
    margin-right:10px;
     font-size:20px;
     float:right;
}

/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#d9c7b5  ;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}






.plogo:after {
pointer-events: none;
	  content: "";
	  display: block;
	  width: 80%;
	  height: 100%;
	  position: absolute;
	  top: 1%;
	  left: calc(8% - 50px);
	  background-image: url("../img/logo.png");
	  background-size: 120px 120px;
	  background-position: 30px 30px;
	  background-repeat: no-repeat;
	  opacity: 0.80;
filter: drop-shadow(black 1rem 1rem 10px);
	}



.tableFixHead          { overflow: auto; height: 150px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 95%; }
th, td { padding: 2px 4px; }
th     { background:#eee; }










.issun{
background: #ff0000;
	color: #111;
	border: thin solid black;
	border-collapse: collapse;
	padding: 0.4em;
	text-align: center;

}

.isbooked{
	color: #111;	
	background: #ff6666;
	border: thin solid black;
	border-collapse: collapse;
	padding: 0.4em;
	text-align: center;

}
.isfree {
	color: #111;	
	background: #22ff22;
	border: thin solid black;
	border-collapse: collapse;
	padding: 0.4em;
	text-align: center;

} 

.ismarked {
	color: #ccc;	
	background: #2222ff;
	border: thin solid black;
	border-collapse: collapse;
	padding: 0.4em;
	text-align: center;

} 

.firstrowtab {
	background: #222;
	color: #c4ced3;
	font-weight: bold;
	border: thin solid black;
	border-collapse: collapse;
	padding: 0.4em;
	text-align: center;


}
.secrowtab {
	background: #333;
	color: #c4ced3;
	font-weight: bold;
	border: thin solid black;
	border-collapse: collapse;
	padding: 0.4em;
	text-align: center;


}





:root{
box-sizing: border-box;
--primary: black;
--secondary: white;;

}

*, *::after, *::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  //font-family: 'Nunito Sans', sans-serif;
  box-sizing: inherit;
}

body{
  //font-family: 'Nunito Sans', sans-serif;
  //font-size: 1rem;
}
.boddyhidden{
  overflow: none;
}

#header {
  overflow-x: hidden;
  overflow:hidden;
  padding: 20px 5px;
  text-align:right;
  margin: 10px 10px;
  width: 99%;
  height: 22px;

}
#a {
  text-align:center;
  text-decoration: none;
  line-height: 25px;
  padding: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;

  color: black;

   }




.header-dropdown{
  display: flex;
  justify-content: space-between;
  padding: 2em;
  align-items: center;

}

.shop-mobile{

 margin-left: auto;
 margin-right: auto;
 font-size: 15px;



}

.hamburger{
--hm-width:2em;
--hm-height: 0.4em;
--spacing: calc(var(--hm-width) / 4);

width:  var(--hm-width);
height: var(--hm-height);
background-color: var(--primary);
position: absolute;
top: 20px;
left: 88%;
transition: transform 0.8s ease-in-out;
z-index: 9000;

}

.hamburger::after, .hamburger::before{
content: "";
width: 50%;
height: inherit;
background-color: black;
display: block;
position: absolute;
top: 0;
left: 0;
transition: transform 0.8s ease-in-out;
}

.hamburger::after{
  top: calc(-1 * var(--spacing));
}

.hamburger::before{
  top: var(--spacing);
  left: 50%;
}

.close.hamburger::before, .close.hamburger::after{
left: 50%;
transform: translate(-50%) rotate(-450deg);

}


.close.hamburger{
  transform: rotate(45deg);

}


nav{
  height: 100vh;
  position: fixed;
  background-color:  var(--secondary);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleX(0);
  transform-origin:  left center;
    opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in;
  z-index: 2000;



}

.reveal-nav{
  transform: scaleX(1);
  opacity: 0.9;
}

.menu{
  list-style: none;
}
.menu-item{
color: black;
text-decoration: none;
font-size: 18px;

}


.menu li + li{
  margin-top: 1em;
}

.reveal-items .menu-item{

opacity: 1;
}



.cnumber-input {
        width: 160px;
        height: 40px;
        background: #d9c7b5     ;
        border-radius: 5mm;
        box-sizing: border-box;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: poppins;
        transform-style: preserve-3d;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
          rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        transition: 0.25s;
      }
      .cbtn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: white;
        color: black;
        outline: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
      }
      .cbtn span {
        font-size: 15px;
      }
      .cbtn:active::before {
        position: absolute;
        content: "";
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.8;
        animation: ripple 0.25s ease-out;
      }
      @keyframes ripple {
        0% {
          width: 36px;
          height: 36px;
          opacity: 0.8;
        }
        100% {
          width: 230px;
          height: 230px;
          opacity: 0.3;
        }
      }
      .value {
        flex-grow: 1;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }
      .number {
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-size: 12px;
        font-weight: 300;
      }
      .text {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
      }

