body{
    text-align: center;
}
h1{
    
  font-family:Arial;
  font-size:36px;
}
p{
    
  font-family:Arial;
  font-size:26px;
}
span{
    color: blue;
    font-weight: bold;
}

span:hover{
    color: whitesmoke;
    background-color: black;
}
.geeks {
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
}
* {box-sizing: border-box}

body {
  font-family: Verdana, sans-serif; margin:0
}

.title-testmonials{
  width: 100%;
  height: 50px;
  background-color: rgb(236, 233, 233);
  color: black;
  text-align: center;
  padding-top: 0%;
}
.title-testmonials:hover{
  background-color: rgba(21, 62, 185, 0.8);
  color: white;
}

/* testimonial css */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.house_images {
  float: left;
  width: 25%;
  padding: 0 10px;
  
}

.house_images:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.house_row{
  margin: 0 -5px;
}
.contaeeeiner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
.house_row::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .house_images {
    width: 100%;
    display: block;
    margin-bottom: 20px;

  }
}
.button_center {
  display: flex;
  justify-content: center;
  align-items: center;
   background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  
}
/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/*work css */
div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}
.contaainer {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  height: 480px;
  margin: auto;
  text-align: center;
  font-family: arial;
}
.product_name{
  font-size: 14px;

}
.product{
height: 200px;
}

.cost {
  color: grey;
  font-size: 22px;
}
.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #04AA6D;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  padding-bottom: 10px;
}

.block:hover {
  background-color: #ddd;
  color: black;
}
.contaainer button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.contaainer button:hover {
  opacity: 0.7;
}
input[type=number], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.colooumn {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.rooww::after {
  content: "";
  clear: both;
  display: table;
}
input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/*wait*/
.columnss {
  position: relative;
  width: 50%;
  max-width: 40%;
   float: left;
  width: 33.33%;
  padding: 1px
}

.image {
  display: block;
  width: 100%;
  height: auto;
  height: 300px;
}
.roow::after {
  content: "";
  clear: both;
  display: table;
  
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.columnss:hover .overlay {
  opacity: 1;
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
/* maps*/
.map{
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
iframe{
  align-items: center;
  width: 80%;
  height: 400px;
}
button { 
  border: 0;
}

.whats-btn-simple {
  position: fixed;
  background: #25d366;
  color: white;
  bottom: 20px; 
  right: 20px;
  border-radius: 40px;
  height: 60px;
/*   max-width: 150px; */
  padding: 10px 20px; 
/*   line-height: 40px; */
  box-sizing: border-box;
  display:flex;
  justify-content: space-between;
  align-items:center;
  cursor: pointer;
}

.whats-btn-simple:hover {
  transform: translate(0, -2px);
  box-shadow: 0px 2px 3px #999;
}
.whats-btn-simple span {
  font-size:25px;
}

.whats-btn-simple .logo {
  margin-left: 10px;
  font-size: 40px;
}
/*footer*/
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #070617;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255,255,255,0.2);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #ddd6d6;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}

.footer-main{
  color: rgb(77, 73, 65);
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}



