*
{
  margin:0;
  padding:0;
}

header
{
    background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)), url(./images/background.jpg);
    height:100vh;
    background-size: cover;
    background-position: center;
}

/* FOOTER */
footer
{
	font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 40px 1em;
    padding-top: 40px;
    padding-right: 5em;
    padding-bottom: 40px;
    padding-left: 5em;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: none;
    background-color:#D3D3D3;

}
.footer_nav
{

    text-align: left;
    text-transform: capitalize;
    line-height: 21px;
    font-size: 12px;
    max-width: 1400px;
    width: auto;
    float: none;
    display: inline-block;
    padding: 20px;
}
table
{
    font-family: arial, sans-serif;
    /* border-collapse: collapse;*/
    width: 100%;
    margin-left: 0px;
    color:white;

}
th
{
    border: 0px solid #dddddd;
    margin-left: 0%;
    padding: 8px;
}
td
{
	border: 0px solid #dddddd;
    text-align: center;
    padding: 8px;
}
.wrapper
{
	font-family: arial, sans-serif;
    width: 100%;
    display: auto;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.wrapper a:hover
{
    color: #000;
 	text-decoration: underline;
}

a
{
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.social
{
     text-align: center;
     width: 40%;
     margin-left: 30%;
     display: block;
}

.social a:hover
{
    color:#000000;
}


/* NAV */
.main-nav
{
  float:right;
  list-style: none;
  margin-top: 30px;
}

.main-nav li
{
    display: inline-block;
}

.main-nav li a
{
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15x;
}

.main-nav li.activeHome a
{
  border: 1px solid white;
}

.main-nav li a:hover
{
  border: 1px solid white;
}

.logo img
{
  width: 250px;
  height: auto;
}

body
{
  font-family: monospace;
  background-image:
  linear-gradient(rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)), url(./images/background.jpg);
  background-repeat: repeat-y;
  height:100vh;
}

.row
{
  max-width: 1200px;
  margin: auto;
}

.welcome
{
   position: absolute;
   width: 1275px;
   margin-left: 0px;
   margin-right: 0px:
}

h1
{
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  margin-top: 275px;
}

.button
{
  margin-top: 30px;
  margin-left: 440px;
}

.btn
{
  border: 1px solid white;
  padding: 10px 30px;
  color:  white;
  text-decoration: none;
  font-size: 13px;
  text transform: uppercase;
}

.btn-one
{
  background-color: black;
  font-family: "Roboto", sans-serif;
}

.btn-two
{
  font-family: "Roboto", sans-serif;
}

.btn-two:hover
{
  background-color: black;
}

/* TESTIMONIALS */
.table-box
{
    margin: 50px auto;
}

.table-row{
    display: table;
    width: 80%;
    margin: 10px auto;
    font-family: sans-serif;
    background: white;
    padding: 12px 0;
    color: #000000;
    font-size: 13px;
    box-shadow: 0 1px 4px 0px rgba(0,0,50,0.3);
}
.table-head{
    background: #FDB813;
    box-shadow: none;
    color: #000000;
    font-weight: 600;
}
.table-head .table-cell{
    border-right: none;
}
.table-cell{
    display: table-cell;
    width: 20%;
    text-align: center;
    padding: 4px 0;
    border-right: 1px solid #d6d4d4;
    vertical-align: middle;
}
.first-cell{
    text-align: left;
    padding-left: 10px;
}
.last-cell{
    border-right: none;
}
a
{
    text-decoration: none;
    color: #555;
}

@media only screen and (max-width: 600px) {
  .table-row {
    font-size: 11px;
  }
}

iframe
{
margin-top: 10px;
margin-bottom: 50px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 4px 4px 14px #000;
-webkit-box-shadow: 4px 4px 14px #000;
box-shadow: 4px 4px 14px #000;
}

/* TESTIMONIAL SECTION */
.testimonial
{
  color: black;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 1200px;
  height: 900px;
  border-style: groove;
  opacity: 0.9;

}



/* ABOUT US */
.box
{
  color: black;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 1200px;
  height: 1400px;
  border-style: groove;
  opacity: 0.9;
}

.faq
{
  font-size: 20px;
}

.img
{
  display: flex;
  justify-content: center;
}

/* GALLERY */
.sightbox
{
  color: black;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 1200px;
  height: 6500px;
  border-style: groove;
  opacity: 0.9;
}

/* CONTACT */
.contact-info
{
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}


.card{
  background: #FDB813;
  padding: 0 20px;
  margin: 0 10px;
  width: 500px;
  height: 50px;
  display: flex;
  flex-direction: overflow;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
calc(33% - 20px)
.card-icon{
  font-size: 28px;
  background: #000000;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  transition: 0.3s linear;
}

.card:hover .card-icon{
  background: none;
  color: #000000;
  transform: scale(1.6);
}

.card p{
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  max-height: 0;
  opacity: 0;
  transition: 0.3s linear;
}

.card:hover p{
  max-height: 40px;
  opacity: 1;
}


@media screen and (max-width:800px) {
  .contact-info{
    flex-direction: column;
  }
  .card{
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
  }
}

.button2
{
  margin-top: 30px;
  margin-left: 550px;
}

.otherbutton
{
  background-color: darkorange;
  font-family: "Roboto", sans-serif;
  border: 1px solid white;
  padding: 10px 30px;
  color:  white;
  text-decoration: none;
  font-size: 13px;
  text transform: uppercase;
  }

.secondbox
{
  color: black;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 1200px;
  height: 980px;
  border-style: groove;
  opacity: 0.9;
}

/* PRODUCT PAGE */
.servicebox
{
  color: black;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  width: 1200px;
  height: 1000px;
  border-style: groove;
  opacity: 0.9;
}

/* fonts  */
@import url('https://fonts.googleapis.com/css?family=Abel|Aguafina+Script|Artifika|Athiti|Condiment|Dosis|Droid+Serif|Farsan|Gurajada|Josefin+Sans|Lato|Lora|Merriweather|Noto+Serif|Open+Sans+Condensed:300|Playfair+Display|Rasa|Sahitya|Share+Tech|Text+Me+One|Titillium+Web');


#container{
	box-shadow: 0 15px 30px 1px rgba(128, 128, 128, 0.31);
	background: rgba(255, 255, 255, 0.90);
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	margin: 5em auto;
	height: 350px;
	width: 700px;

}


/* 	Product details  */
.product-details {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 30px;
	height: 100%;
	float: left;
	width: 40%;

}

/* 	Product Name */
#container .product-details h1{
	font-family: 'Old Standard TT', serif;
	display: inline-block;
	position: relative;
	font-size: 34px;
	color: #344055;
	margin: 0;

}

#container .product-details h1:before{
	position: absolute;
	content: '';
	right: 0%;
	top: 0%;
	transform: translate(25px, -15px);
	font-family: 'Farsan', cursive;
	display: inline-block;
	background: #FFA69E;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	margin: 0;
	animation: chan-sh 6s ease infinite;

}



/*Product Rating  */
.hint-star {
	display: inline-block;
	margin-left: 0.5em;
	color: gold;
	width: 50%;
}


/* The most important information about the product */
#container .product-details > p {
	font-family: 'Farsan', cursive;
	text-align: center;
	font-size: 20px;
	color: #7d7d7d;

}

/* control */

.control{
	position: absolute;
	bottom: 20%;
	left: 22.8%;

}
/* the Button */
.btn1 {
	transform: translateY(0px);
	transition: 0.3s linear;
	background: #49C608;
	border-radius: 5px;
  position: relative;
  overflow: hidden;
	cursor: pointer;
	outline: none;
	border: none;
	color: #eee;
	padding: 0;
	margin: 0;

}

.btn1 :hover{transform: translateY(-4px);}

.btn1 span {
	font-family: 'Farsan', cursive;
	transition: transform 0.3s;
	display: inline-block;
  padding: 10px 20px;
	font-size: 1.2em;
	margin:0;

}
/* shopping cart icon */
.btn1 .price, .shopping-cart{
	background: #333;
	border: 0;
	margin: 0;
}

.btn1 .price {
	transform: translateX(-10%); padding-right: 15px;
}

/* the Icon */
.btn1 .shopping-cart {
	transform: translateX(-100%);
  position: absolute;
	background: #333;
	z-index: 1;
  left: 0;
  top: 0;
}

/* buy */
.btn1 .buy {z-index: 3; font-weight: bolder;}

.btn1:hover .price {transform: translateX(-110%);}

.btn1:hover .shopping-cart {transform: translateX(0%);}



/* product image  */
.product-image {
	transition: all 0.3s ease-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	float: right;
	width: 50%;
	display: inline-block;
}

#container img {width: 100%;height: 100%;}

.info {
    background: rgba(27, 26, 26, 0.9);
    font-family: 'Farsan', cursive;
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    position: absolute;
    line-height: 1.9;
    text-align: left;
    font-size: 120%;
    cursor: no-drop;
    color: #FFF;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.info h2 {text-align: center}
.product-image:hover .info{transform: translateX(0);}

.info ul li{transition: 0.3s ease;}
.info ul li:hover{transform: translateX(50px) scale(1.3);}

.product-image:hover img {transition: all 0.3s ease-out;}
.product-image:hover img {transform: scale(1.2, 1.2);}
