.headerFirst{
  background-image: url(../images/bg_konie.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: black;
  display: grid;
}
.headerSecond{
  width: 100%;
  font-size: 12px;
  position: fixed;
  background-color: rgba(255,255,255,0.95);
  border-bottom: 1px solid gray;
  font-size: 16px;
  font-family: 'Arima Madurai', cursive;
  z-index: 10000;
}
main{
  min-height: 80vh;
  font-family: 'Arima Madurai', cursive;
  background-image: url(../images/interlaced.png);
}
footer{
  background-image: url(../images/darkdenim3.png);
  color: white;
  font-family: 'Arima Madurai', cursive;
}

.headerPosition{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-color: rgba(255,255,255,0.2);
}
.navImg{
  border-radius: 50px;
  padding: 0px;
  max-width: 60px;
}
.navImg2{
  border-radius: 50px;
  padding: 0px;
  max-width: 60px;
}
.mainImg{
  transition: all 0.2s;
  border-radius: 60px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 41px -14px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 41px -14px rgba(255,255,255,1);
  box-shadow: 0px 0px 41px -14px rgba(255,255,255,1);
}
.mainImg:hover{
  transition: all 0.2s;
  border-radius: 15px;
}
.navBg{
  background-color: rgba(255,255,255,0.8);
}
.boldFont{
  font-weight: bold;
}
.headerFirst a{
  color: black;
  font-family: 'Arima Madurai', cursive;
  font-size: 22px;
  transition: all 0.5s;
  border-radius: 20px;
  margin: 3px;
}
.headerFirst a:hover{
  transition: all 0.5s;
  cursor: pointer;
  background-color: lightgray;
  border-radius: 20px;
}
.headerSecond a{
  color: black;
  transition: all 0.5s;
  border-radius: 20px;
  margin: 3px;
}
.headerSecond .navImg2{
  width: 45px;
}
.headerSecond a:hover{
  transition: all 0.5s;
  cursor: pointer;
  background-color: lightgray;
  border-radius: 20px;
}
.checkOffer{
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  width: max-content;
  transition: all 0.3s;
}
.checkOffer:hover{
  background-color:rgba(1,1,1,0.8);
  border: 1px solid white;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.informationContent{
  background-color: rgba(255,255,255,0.9);
  margin: 10px;
  padding: 15px;
}
.informationContentImg{
  margin: 10px;
  padding: 15px;
}
.presentationHorse{
  border-radius: 1050px;
}
.horseNames{
  text-align: center;
  font-size: 30px;
  color: lightslategray;
}
.horsePrezentationBg{
  background-image: url(../images/checkerboard-cross.png);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.19),0 6px 20px 0 rgba(0,0,0,0.19);
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tittle1{
  font-size: 40px;
  text-align: center;
  margin: 10px 0px 10px 0px;
}
.footerContent{
  margin-top: 20px;
  text-align: center;
}
.footerMenu{
  border: 1px solid gray;
  transition: all 0.2s;
  margin: 0px 10px 0px 10px;
}
.footerMenu:hover{
  background-color: white;
  cursor: pointer;
  color: black;
  transition: all 0.2s;
}
.footerImg{
  border-radius: 150px;
  padding: 0px;
  max-width: 190px;
}
.contactTittle{
  font-size: 20px;
  text-align: center;
}
.contactInfo{
  font-size: 25px;
}
.mainContactBox{
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}
.mapImg{
  width: 100%;
  filter: saturate(220%);
}
.map{
  margin-top: 80px;
  width: 100%;
  filter: saturate(220%);
}
.noPadding{
  padding: 0px;
}
.marginTop{
  margin-top: 100px;
}
.mainContainerForm{
  padding: 10px;
}
.secondContainerForm{
  padding: 30px;
  border: 1px solid#bababa;
  border-radius: 10px;
}
.centerAll{
  display: flex;
  justify-content: center;
  align-items: center;
}
.littlePadding{
  padding: 10px 0px 10px 0px;
}
.offerImg{
  border: 1px solid gray;
}
.mainTittle{
  padding: 5px 20px 5px 20px;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.mainTittleFirst{
  padding-top: 120px;
}
.arrowDownButton{
  cursor: pointer;
  transition: all 0.2s;
}
.arrowDownButton:hover{
  transition: all 0.2s;
  transform: scale(1.1);
}
.companyData{
  margin-top: 100px;
}
.colorPrice{
  color: red;
}
.roundImg{
  border-radius: 250px;
}
.atractionDescription{
  padding: 40px 0px 40px 0px;
  font-size: 18px;
}
.atractionImg{
  padding: 20px;
}
.atractionImg img{
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 14px -3px rgba(105,105,105,1);
-moz-box-shadow: 0px 0px 14px -3px rgba(105,105,105,1);
box-shadow: 0px 0px 14px -3px rgba(105,105,105,1);

}
.mainAtractionDescription{
  text-align: center;
  max-width: 300px;
  border: 1px solid gray;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  background-color: rgba(255,255,255,0.4);
  display: inline-block;

}
.singleAreaElement{
  margin: 10px;
  text-align: center;
  max-width: max-content;
  border: 1px solid gray;
  padding: 20px 10px 0px 10px;
  display: inline-block;
}
.readMoreButton{
  transition: all 0.3s;
  border: 1px solid rgb(87, 87, 87);
  text-align: center;
  padding: 10px;
  max-width: 150px;
}
.readMoreButton:hover{
  transition: all 0.3s;
  cursor: pointer;
  background-color: darkslategrey;
  color: white;
}
.buttonCenter{
  display: flex;
  justify-content: center;
  margin: 15px;
}
.areaImg{
  width: 300px;
  height: 225px;
  border-radius: 10px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.areaDescription{
  padding: 10px 0px 20px 0px;
  font-size: 20px;
}
.areaDescription2{
  font-size: 18px;
  margin: 0px;
}
.textInImg{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color:white;
}
.areaElementContainer{
  text-align: center;
}
.atractionContainer{
  text-align: center;
}
.myTable{
  text-align: center;
  background-image: url('../images/reiter-3372907_1280.jpg');
  margin: 30px 0px 30px 0px;
  background-position: 15% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}
.eachDistance{
  border-radius: 100px;
  border: 1px solid gray;
  background-color: rgba(255,255,255,0.7);
  font-weight: bold;
}
.distanceTittle{
  padding-top: 20px;
  text-align: center;
  display: block;
  font-size: 25px;
}
.distanceContent{
  padding: 30px;
}
.singleTrip{
  border: 1px solid gray;
  border-radius: 10px;
}
.imgSmaller{
  text-align: center;
  padding: 20px;
}
.tripTittle{
  text-align: center;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.meteorLink{
	color: rgb(0, 48, 191) !important;
}
.tripDate{
  text-align: center;
  font-size: 20px;
}
.tripPrice{
  text-align: center;
  font-size: 20px;
  color: red;
  font-weight: bold;
}
a:visited{
  text-decoration: none;
  color: rgb(53, 53, 53);
}
a:link{
  text-decoration: none;
  color: rgb(53, 53, 53);
}
a:active{
  text-decoration: none;
  color: rgb(53, 53, 53);
}
a:hover{
  text-decoration: none;
  color: rgb(53, 53, 53);
}
.descriptionArea{
  font-size: 18px;
}
.centerAll{
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrayImg{
  cursor: pointer;
  padding: 30px 0px 30px 0px;
  opacity: 0.5;
  transition: all 0.4s;
}
.arrayImg:hover{
  opacity: 1;
  transition: all 0.4s;
}
.centerSecondArray{
  display:flex;
  justify-content: center;
}
@media screen and (max-width:999px){
  .myImg{
    max-height: 80vh;
    border: 0px solid gray;
    border-radius: 10px;
  }
  .mainContainer{
    min-height: 70vh;
  }
  .mainArray{
    display: none;
  }
  .secondArray{
    display: block;
  }
  .myImg{
    border: 7px solid gray;
    border-radius: 10px;
  }
  .actractionTextArea{
    display: inline-block;
    display: flex;
    flex-direction: column;
  }
  .atractionContainerL{
    margin: 30px;
    text-align: left;
    text-align: center;
  }
  .actractionSecondHr{
    display: none;
  }
  .imgPhone50{
    max-width: 50%;
    padding: 5px;
  }
  .imgPhone65{
    max-width: 75%;
  }
  .eldoradoNavTittle{
    display: inline-block;
    font-family: 'Acme', sans-serif;
  }
  .modalContent{
    border: 1px solid gray;
    margin: auto;
    margin-bottom: 70px;
    min-height: 100vh;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 30px 30px 0px 0px;
  }
}
@media screen and (min-width:1000px){ /* TELEFON */
  .secondArray{
    display: none;
  }
  .modalContent{
    border: 1px solid gray;
    margin: auto;
    margin-bottom: 70px;
    min-height: 100vh;
    margin-left: 18vh;
    margin-right: 18vh;
    border-radius: 30px 30px 0px 0px;
  }
  .myImg{
    max-height: 80vh;
    border: 7px solid gray;
    border-radius: 10px;
  }
  .mainContainer{
    min-height: 100vh;
  }
  .actractionTextArea{
    display: inline-block;
    padding: 40px;
  }
  .atractionContainerL{
    margin: 0px;
    text-align: left;
    display: flex;
    background-color: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(219,219,219,1);
    box-shadow: 0px 0px 10px 5px rgba(219,219,219,1);
  }
  .imgPhone50{
    max-width: 100%;
  }
  .imgPhone65{
    max-width: 100%;
  }
  .eldoradoNavTittle{
    display: none;
  }
}
.stablePricesBox{
  border: 1px solid gray;
  padding: 10px;
  width: 300px;
  transition: all 0.2s;
  border-radius: 4px;
  color: black;
  background-image: url('../images/gravel.png');
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}
.stablePricesBox:hover{
  background-color: rgba(253, 253, 253, 0.3);
  transition: all 0.2s;
  border-radius: 8px;
}
.mainHrStyle{
  padding: 0px; border: 1px solid white;
  max-width: 350px;
  margin: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}
.textProperty2{
  text-shadow: 0 0 3px white, 0 0 5px gray;
  font-family: 'Acme', sans-serif;
  font-size: 22px;
}
.checkRoute{
  border: 1px solid gray;
  width: max-content;
  padding: 5px;
  background-color: rgba(255,255,255,0.91);
  color: black;
  text-shadow: none;
  font-size: 15px;
}
.containerStyle{
  text-shadow: 0 0 3px white, 0 0 5px gray;
  font-family: 'Acme', sans-serif;
}
.actractionImageArea{
  max-width: 300px;
  min-width: 200px;
  display: inline-block;
  padding: 0px;
}
.actractionTittle{
  font-size: 34px;
  color: black;
}
.actractionText{
  font-size: 18px;
  color: gray;
}
.actractionHr{
  padding: 0px 30px 0px 30px;

  margin: auto;
  border-radius: 20px;
}
.myNavItem{
  width: 96%;
}
.modalProperty{
  width: 100%;
  background-color: rgba(1,1,1,0.5);
  z-index: 1000000;
  position: fixed;
  top: 0;
  display: none;
  padding-top: 20px;
}
.topModalNav{
  background-color: rgb(204, 133, 0);
  border-radius: 30px 30px 0px 0px;
  padding: 20px 30px 20px 30px;
  display: flex;
  justify-content: space-between;
}
.mainModalContent{
  padding: 30px;
  background-color: white;
  overflow: scroll;
  height: 100vh;
  margin-bottom: 100px;
}
.pb-6{
  padding-bottom: 100px;
}
.mainTittleDescription{
  font-weight: bold;
  font-size: 25px;
  color: white;
  padding-left: 40px;
}
.btn-close{
  background-color:rgb(204, 133, 0);
  color: white;
}
.orangeColor{
  color: rgb(204, 133, 0);
  font-weight: bold;
}
.myJustifyText{
  text-align: justify;
}
.centerY{
  display: flex;
  align-items: center;
}
.myFontSize2{
  font-size: 45px;
}