/* html, body {
    margin: 0px;
    padding: 0px;
    background: url("http://digital.bnint.com/filelib/s9/photos/white_wood_4500x3000_lo_res.jpg");
} */

.tarifcar {
  position: relative;
  
  
}

.tarifcar-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tarifcar-open:checked + .tarifcar-item {
  position: static;
  opacity: 100;
}

.tarifcar-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.tarifcar-item img {
  position: relative;
  text-align: center;
  color: black;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
border-radius: 25px;
  display: block;
  height: auto;
  max-width: 97%;
object-fit: cover;
}
.top-left {
    position: absolute;
    left: 8%;
    top: 8%;
}

.tarifcar-control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.tarifcar-control.prev {
  left: 2%;
}

.tarifcar-control.next {
  right: 2%;
}

.tarifcar-control:hover {
  background: rgb(97, 202, 97);
  color: white;
}

#tarifcar-1:checked ~ .control-1,
#tarifcar-2:checked ~ .control-2,
#tarifcar-3:checked ~ .control-3 {
  display: block;
}

.tarifcar-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.tarifcar-indicators li {
  display: inline-block;
  margin: 0 5px;
}

.tarifcar-bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.tarifcar-bullet:hover {
  color: #aaaaaa;
}

#tarifcar-1:checked ~ .control-1 ~ .tarifcar-indicators li:nth-child(1) .tarifcar-bullet,
#tarifcar-2:checked ~ .control-2 ~ .tarifcar-indicators li:nth-child(2) .tarifcar-bullet,
#tarifcar-3:checked ~ .control-3 ~ .tarifcar-indicators li:nth-child(3) .tarifcar-bullet {
  color: #428bca;
}

#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}
.bring{
  border-radius: 30px;
 width:400px;
 height:600px;
  
}
.brings{
  
  position: relative;
  float: left;
 
  
}
.bringss{
  position: relative;
  float: left;
}
.bringrow:after {
  position: relative;
  
  content: "";
  display: table;
  clear: both;
}

.footer1
{
    padding: 0.3rem;
    position: relative;
}
.fishes
{
    border-radius: 25px;
    position: relative;
    top: 0;
    left: 0;
    max-height: 27rem;
    width: 100%;
}
.fish
{
    position: absolute;
    bottom: 0.7rem;
    left: 54%;
    height: 300px;
}
#alttext{
display:none;
}