@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
   font-family: Poppins;
  src: url(fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: Montas;
  src: url(fonts/Montas-Regular.otf);
}

@font-face {
  font-family: Orkney;
  src: url(fonts/Poppins-Light.otf);
}

@font-face {
  font-family: Orkney;
  src: url(fonts/Orkney-Regular.otf);
}

@font-face {
  font-family: Orkney;
  src: url(fonts/Orkney-Medium.otf);
}

@font-face {
  font-family: Orkney;
  src: url(Orkney-Bold.otf);
}

@font-face {
font-family: Marcellus;
  src: url(fonts/Marcellus-Regular.ttf);
}

body {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-color: #fff
  
}


img {
  max-width: 100%;
  display: block;
}
.header {
  background-color: #222222;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 3rem;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Orkney-Bold", Arial, sans-serif;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 1rem;
  font-size: 1.2rem;
}
.nav-ul li:nth-of-type(8) {
  margin-left: auto;
  margin-right: 50px;
}
.nav-ul li:nth-of-type(8) {
  font-family: "Orkney-Light", Arial, sans-serif;
}
.hamburger {
  background-color: transparent;
  display: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 25px;
}

.logo {
  max-width: 8%; min-width: 150px;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 2%;
  margin-right: auto;
}

.nav-ul .route a {
  font-size: 1.2rem;
  font-family: "Orkney-Medium", Arial, sans-serif;
}

.hamburger:focus {
  outline: none;
}

.nav-ul li a {
  display: inline-block;
  color: #666;
  font-family: "Cormorant Garamond", serif;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
  font-size: 1.2rem;
}
.nav-ul li a {
  color: #fff;
  font-size: 2rem;
}
.fa {
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .nav-ul li:nth-of-type(8) {
    margin: 0;
  }
  .nav-ul li a {
    font-size: 1.4rem;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  .view1-inner img {
    margin: auto;
    max-width: 40%;
  }
}



ul li ul.drop {
  min-width: 200px !important; /* Set width of the dropdown */
  background: #95c11f;
  display: none;
  position: relative;
  z-index: 999;
  border-radius: 10px;
}
ul li:hover ul.drop {
  display: block; /* Display the dropdown */
  position: absolute;
}
ul li ul.drop li {
  display: block;
  text-align: center;
}

ul li ul.drop li:first-child {
  margin-left: 0;
  display: none;
}
.drop {
  margin-left: 20px;
}
.drop li a {
  margin-left: -50px;
  font-size: 1.2rem;
}
.fa-caret-down {
  color: #7ff112;
}

@media (max-width: 1220px) {
  .nav {
    clear: both;
  }
  .nav-ul {
    display: none;
    flex-direction: column;
  }
  .nav-ul.show {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
  }
  .hamburger {
    display: block;
    float: right;
  }
  .btn {
    width: 100%;
  }
  .nav-ul li:nth-of-type(8) {
    margin: 0;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  li.logo {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-ul.show {
    max-width: 80%;
    padding-left: 0;
  }
  .nav-ul li:nth-of-type(8) {
    margin-left: -2.5rem;
  } /*phone-number*/
  .nav-ul .route a {
    font-size: 1.7rem;
  }
  .nav-ul .route {
    margin-left: -2rem;
  }
  .nav-ul li:nth-of-type(1) {
    max-width: 100%;
    margin-left: -1rem;
  }
  .nav-ul li:nth-of-type(8) {
    margin-left: -2rem;
  }
  .nav-ul li a {
    color: #fff;
    font-size: 2rem;
  }
}

.reveal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.reveal:nth-of-type(1) {
  margin-left: 10px;
}
.inner-reveal {
  flex: 2 44%;
}
.inner-reveal img {
  width: 30%;
  min-width: 250px;
  height: auto;
}
.outer-reveal {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .inner-reveal img {
    width: 20%;
    min-width: 200px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .inner-reveal img {
    width: 70%;
    min-width: 250px;
    height: auto;
  }
  .reveal {
    font-size: 1rem;
    font-weight: 700px;
  }
  .outer-reveal {
    margin-right: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .inner-reveal img {
    min-width: 200px;
    height: auto;
  }
}

.heroic {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
  
  
}


.monte-carlo {display: flex; align-items: center; justify-content: center; max-width:60%; margin: 0 auto; flex-direction: column;}
h1.doorin {font-size: 2rem; font-family: 'Montas', sans-serif; color: #c79d73; }
p.pump{font-size: 1.2rem;  font-family: 'Orkney-Regular', sans-serif; color: #666; padding: 0 1rem;}


.sliabh {display: flex; align-items: center; justify-content: center; max-width:60%; margin: 0 auto; }

@media (max-width: 640px) {
  .monte-carlo {max-width: 100%;}
  .sliabh {max-width: 100%;}
}

 


.footer {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  background-image: url("images/tarmac.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222222;
  color: #fff;
  gap: 1rem;
}

.footer h2 {
  font-size: 1.3rem;
}

.footerinner {
  max-width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: "Orkney-Regular", Arial, Sans-serif;
}

.footerinner {
  margin: 0 auto;

  flex: 1;
}

.footerinner a {
  text-decoration: none;
  color: #fff;
}

.footerinner .fa {
  color: #fff;
  margin-left: 10px;
  font-size: 1.5rem;
}

.copyright img {
  max-width: 10%;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 30%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .footer-logo img  {max-width: 50%;}
}

@media (max-width: 480px) {
  .footer-logo img  {min-width: 300px;}
}



@media (max-width: 900px) {
  .footerinner {
    flex: 2 46%;
  }
}

@media (max-width: 480px) {
  .footer {
    max-width: 100%;

  }
  .footerinner {
    max-width: 98%;
  }
  .copyright img {
    max-width: 25%;
  }
}

.button1 {
  display: inline-block;
  background-color: #9e2221;
   padding: 0.618rem 1.618rem;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 5px 5px #000;
  transition: 0.2s ease;
	margin-bottom: 25px;
	margin-top: 1rem;
	
}

.button1:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.button1 a {
    text-decoration: none;
    color: #fff;
  }

  .telefon {display: flex; align-items: center; justify-content: center; max-width: 70%; margin: 0 auto; margin-top: 2%;}

@media (max-width: 480px) {
	.telefon {margin-top: 10%;}
}

.wave {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
 
  margin-top: 2%;
 
}

 .wrapper {
    padding: 50px;
    max-width: 60%;     /* more predictable than % */
    margin: 80px auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    box-sizing: border-box;
}



.parent {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.right {float: right !important;}
/* Image zoom on hover + Overlay colour */

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different images */
.bg-one {background-image: url(images/zA-donegal-castle.webp);}
.bg-two {background-image: url(images/zB-glenveagh.webp);}
.bg-three {background-image: url(images/zC-eske-castle.webp);}
.bg-four {background-image: url(images/zD-eire-sign.webp);}
.bg-five {background-image: url(images/zE-croithli.webp);}
.bg-six {background-image: url(images/zF-silkie.webp);}

.bg-seven {background-image: url(images/zI-rusty.webp);}
.bg-eight {background-image: url(images/zH-forge.webp);}
.bg-nine {background-image: url(images/zJ-old-castle.webp);}
.bg-ten {background-image: url(images/zK-reel.webp);}

@media (max-width: 480px) {
    .bg-one {background-image: url(images/480-za.webp);}
.bg-two {background-image: url(images/480-zB.webp);}
.bg-three {background-image: url(images/480-zC.webp);}
.bg-seven {background-image: url(images/480-zI.webp);}
.bg-eight {background-image: url(images/480-zH.webp);}
.bg-nine {background-image: url(images/480-zJ.webp);}
.bg-ten {background-image: url(images/480-zk.webp);}

}










.parent a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

/* Media Queries */



@media screen and (max-width: 1440px) {
  .wrapper {max-width: 80%;}
}


@media (max-width: 960px) {
    .wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

@media (max-width: 640px) {
  .wrapper {max-width: 98%;}

}



