/*Main Styles*/
body {
    background: rgba(241,234,188,1.00);
    font-family: 'Hind', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    overflow-x: hidden;
}
html, body {
    width: 100%;
    height: 100%;
}
/*Menu Styles*/
* {
    margin: 0;
    padding: 0;
}
/*hiding label and checkbox*/
input[type=checkbox], .show-menu {
    display: none;
}
/*giving background image*/
/*styling our wrapper*/
.wrapper {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    font-family: 'Hind', sans-serif;
}
/*styling h1 in wrapper*/
.wrapper h1 {
    padding: 20px;
    text-align: center;
}
/*styling navigation*/
.navigation {
    display: flex;
    list-style-type: none;
}
/*styling list items->li in navigation*/
.navigation li {
    background: #7E0000;
    flex: 1;
    text-align: center;
    transition: all .2s ease;
}
.navigation li:not(:first-child) {
    border-left: 2px solid #ecf0f1;
}
/*styling hover*/
.navigation li:hover {
    background: #333333;
    flex: 1.1;
}
/*styling our anchor tag*/
.navigation li a {
    display: block;
    padding: 20px 0;
    color: inherit;
    text-decoration: none;
}

/*giving style for mobile*/

@media screen and (max-width:600px) {
/*styling our show menu button*/
.show-menu {
    background: #342a2a;
    display: flex;
    cursor: pointer;
    padding: 20px 0;
    justify-content: center;
}
/*hiding our navigation*/
.navigation {
    display: none;
}
input[type=checkbox]:checked ~ .navigation {
    display: block;
}
.navigation li:not(:first-child) {
    border: 0;
}
.navigation li:not(:last-child) {
    margin: 2px 0;
}
}
/*Menu Styles End*/

/*Main Section Style*/
body {
    background: rgba(241,234,188,1.00);
    font-family: 'Hind', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    overflow-x: hidden;
}
html, body {
    width: 100%;
    height: 100%;
}
/*Menu Styles*/
* {
    margin: 0;
    padding: 0;
}
/*hiding label and checkbox*/
input[type=checkbox], .show-menu {
    display: none;
}
/*giving background image*/
/*styling our wrapper*/
.wrapper {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    font-family: 'Hind', sans-serif;
}
/*styling h1 in wrapper*/
.wrapper h1 {
    padding: 20px;
    text-align: center;
}
/*styling navigation*/
.navigation {
    display: flex;
    list-style-type: none;
}
/*styling list items->li in navigation*/
.navigation li {
    background: #7E0000;
    flex: 1;
    text-align: center;
    transition: all .2s ease;
}
.navigation li:not(:first-child) {
    border-left: 2px solid #ecf0f1;
}
/*styling hover*/
.navigation li:hover {
    background: #333333;
    flex: 1.1;
}
/*styling our anchor tag*/
.navigation li a {
    display: block;
    padding: 20px 0;
    color: inherit;
    text-decoration: none;
}

/*giving style for mobile*/

@media screen and (max-width:600px) {
/*styling our show menu button*/
.show-menu {
    background: #342a2a;
    display: flex;
    cursor: pointer;
    padding: 20px 0;
    justify-content: center;
}
/*hiding our navigation*/
.navigation {
    display: none;
}
input[type=checkbox]:checked ~ .navigation {
    display: block;
}
.navigation li:not(:first-child) {
    border: 0;
}
.navigation li:not(:last-child) {
    margin: 2px 0;
}
}
/*Menu Styles End*/

/*Main Section Style*/
* {
    box-sizing: border-box;
}
.column {
    float: left;
    width: 40%;
    margin-top: 5%;
    padding: 10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
/*Main Section Style Ends*/
/*Animation Style Starts*/

.cup {
  width:76px;
  height:76px;
  background:#dedede;
  border-radius:50%;
  position:absolute;
  left:50%;
  margin-left:-38px;
  top:100px;
  box-shadow:-4px -1px 0 rgba(0,0,0,0.2);
}

.cup:after{
  content:"";
  width:66px;
  height:66px;
  position:absolute;
  border-radius:50%;
  background:linear-gradient(-45deg, #cbcbcb, #f2f2f2 );
  left:50%;
  margin-left:-33px;
  top:5px;
}

.coffee{
  width:47px;
  height:47px;
  background:#613317;
  /*background-image: linear-gradient(15deg, transparent 0px, transparent 29px, rgba(255,255,255,0.05) 29px, rgba(255,255,255,0.05) 47px);*/
  border-radius:50%;
  position:absolute;
  left:50%;
  margin-left:-25px;
  z-index:1;
  top:50%;
  margin-top:-26px;
  border:3px solid #e9e9e9;
  box-shadow:-3px 2px 0 rgba(0,0,0,0.1);
  transform:rotate(30deg);
  transition:transform 0.3s;
}

.coffee:after{ /*assa*/
 content:"";
  width:15px;
  height:8px;
  position:absolute;
  left:-19px;
  top:18px;
  background:linear-gradient(90deg, #d6d6d6, #aeaeae);
  box-shadow:0px 2px 0 rgba(0,0,0,0.2);
}

.coffee:before {
  content:"";
  width:47px;
  height:47px;
  background-image: radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 95%), radial-gradient(5% 9%, ellipse, rgba(255,255,255,0.1), transparent 5%), radial-gradient(0% 0%, ellipse, rgba(255,255,255,0.3), transparent 55%);
  background-image: -webkit-radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 95%), -webkit-radial-gradient(5% 9%, ellipse, rgba(255,255,255,0.1), transparent 5%), -webkit-radial-gradient(0% 0%, ellipse, rgba(255,255,255,0.3), transparent 55%);
  background-image: -moz-radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 95%), -moz-radial-gradient(5% 9%, ellipse, rgba(255,255,255,0.1), transparent 5%), -moz-radial-gradient(0% 0%, ellipse, rgba(255,255,255,0.3), transparent 55%);
  position:absolute;
  left:0;
  border-radius:50%;
}
.cup:hover .coffee {
  transform:rotate(15deg);
}

.smoke {
  width:80px;
  height:100px; 
  background:;
  position:absolute;
  left:50%;
  margin-left:-40px;
  top:43px;
  background-image: -webkit-radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 25%), -webkit-radial-gradient(25% 70%, ellipse, rgba(255,255,255,0.2), transparent 15%), -webkit-radial-gradient(35% 61%, ellipse, rgba(255,255,255,0.2), transparent 10%), -webkit-radial-gradient(55% 35%, ellipse, rgba(255,255,255,0.2), transparent 15%);
  background-image: -moz-radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 25%), -moz-radial-gradient(25% 70%, ellipse, rgba(255,255,255,0.2), transparent 15%), -moz-radial-gradient(35% 61%, ellipse, rgba(255,255,255,0.2), transparent 10%), -moz-radial-gradient(55% 35%, ellipse, rgba(255,255,255,0.2), transparent 15%);
  background-image: radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 25%), radial-gradient(25% 70%, ellipse, rgba(255,255,255,0.2), transparent 15%), radial-gradient(35% 61%, ellipse, rgba(255,255,255,0.2), transparent 10%), radial-gradient(55% 35%, ellipse, rgba(255,255,255,0.2), transparent 15%);
  animation:bk 11s infinite ;
}

.smoke:after {
  content:"";
  width:100px;
  height:100px; 
  background:;
  position:absolute;
  background-image: -webkit-radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 25%), -webkit-radial-gradient(25% 70%, ellipse, rgba(255,255,255,0.2), transparent 15%), -webkit-radial-gradient(35% 61%, ellipse, rgba(255,255,255,0.2), transparent 10%);
  background-image: -moz-radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 25%), -moz-radial-gradient(25% 70%, ellipse, rgba(255,255,255,0.2), transparent 15%), -moz-radial-gradient(35% 61%, ellipse, rgba(255,255,255,0.2), transparent 10%);
  background-image: radial-gradient(75% 59%, ellipse, rgba(255,255,255,0.2), transparent 25%), radial-gradient(25% 70%, ellipse, rgba(255,255,255,0.2), transparent 15%), radial-gradient(35% 61%, ellipse, rgba(255,255,255,0.2), transparent 10%);
  animation:bk 2s 1s infinite;
}


@keyframes bk {
  0%{ background-position:0 0; opacity:0; }
  15%, 85% { opacity:1;}
  100%{ background-position:-20px -25px, -5px -25px, 0px -25px, 0px -25px; opacity:0;}
}


/*Animation Style End*/

/*Map Style*/
#map {
    height: 400px;
    width: 100%;
	padding: 10%;
}
/*Map Style Ends*/
