@font-face {
    font-family:Orkney-Medium;
    src: url(fonts/Orkney-Medium.otf);
  }
  
  @font-face {
      font-family:Orkney-Bold;
      src: url(fonts/Orkney-Bold.otf);
  }
  
  @font-face {
    font-family:Orkney-Light;
    src: url(fonts/Orkney-Light.otf);
  }
  
  @font-face {
    font-family:Orkney-Regular;
    src: url(fonts/Orkney-Regular.otf);
  }

body {font-size: 16px; line-height: 1.4; margin: 0; padding: 0;}
  img {max-width: 100%; display: block;}
  .header { background-image: linear-gradient(43deg, #172b3f, #2b4a69, #294163, #172b3f);}
  .nav{ display: flex; align-items: center; justify-content: space-between;}
  .nav-ul {position: relative; color: #fff; letter-spacing: 1px; font-family: 'Orkney-Light', Arial, sans-serif; flex-grow: 1; display: flex; align-items: center; justify-content: space-between; list-style: none; gap: 1rem; font-size: 1.2rem; background-image: linear-gradient(43deg, #172b3f, #2b4a69, #294163, #172b3f);}
  .nav-ul li:nth-of-type(1) {margin-left: 3rem; }
  .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: 5%;}
  .nav-ul li:nth-of-type(1) {margin-left: 2%; margin-right: auto;}
  
  
  .nav-ul .route a {font-size: 1.2rem; font-family:'Orkney-Light', Arial, sans-serif; }
  
  .hamburger:focus {outline: none;}
  
  .nav-ul li a { display: inline-block;
      color: #fff;
      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: 3rem; /* 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 {text-shadow: 2px 2px #000; margin-left: -50px;font-size: 1.3rem;}
.fa-caret-down {color: #7ff112;}

  @media (max-width: 1200px) {
    .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;}
 
      
      }

   
 
      @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;}
        .logo img {max-width: 60%; margin: 0 auto;}
     }

       .main {display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 50%; margin: 0 auto; margin-top: 2%;}
     .introhead {font-size: 2rem; color: #999; font-weight: 900; font-family: 'Orkney-Light', Arial, sans-serif;}
     .ainm {color: #95c11f; text-shadow: 1px 1px #000; }
     .subintro {max-width: 100%; font-size: 1.5rem; text-align: left !important; font-family: 'Orkney-Regular', Arial, sans-serif;}

    .vouchbox {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  gap: 1rem;
  margin-top: 3%;
 
  
  
}

.innervouch img {max-width: 100%; height: 600px; text-align: center; margin: auto;}

.innervouch {
 
 
  flex: 1;


 
}

 .innervouch:hover:nth-of-type(2):hover {
              transform: scale(1.5);
              box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
              transition: width 2s;
            } 

  @media (max-width: 1440px){
  .main {max-width: 70%;}
  .innervouch img {max-width: 100%; height: auto;}
  

    
}



@media (max-width: 900px){
  .main {max-width: 96%;}
  .vouchbox {flex-wrap: wrap;}
  .innervouch img {max-width: 100%; height: auto;}
  .innervouch {flex: 2 46%;}

    
}

@media (max-width: 480px){
   .vouchbox{max-width: 100%; flex-direction: column;}
   .innervouch {max-width: 100%;}

 }


.innerjoint {display: flex; align-items: center; justify-content: center; background-color: #174705; padding: 2rem 0; margin: 3% 0 0 0;}

.services-cta {background:#95c11f; font-size: 2rem; font-weight: 900; color: #000;; padding: 1rem; text-shadow: 1px 1px #fff;  border-radius: 50px; 
box-shadow: 5px 5px #000; width:15%; text-align: center; font-family: 'Orkney-Medium', Arial, sans-serif; clear: both;}
.services-cta a {text-decoration: none; color: #000;}
  .services-cta:hover,
 .services-cta:focus {
    text-decoration: none;
    color: orange;
    box-shadow:
      0 2px 5px rgba(0, 0, 0, 0.5),
      0 1px 0 rgba(4, 96, 62, 0.25) inset,
      0 0 0 rgba(0, 0, 0, 0.25) inset,
      0 20px 0 rgba(255, 255, 255, 0.03) inset,
      0 -20px 20px rgba(0, 0, 0, 0.15) inset,
      0 20px 20px rgba(255, 255, 255, 225) inset;
  }
.services-cta:active {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.25),
      0 1px 0 rgba(255, 255, 255, 0) inset,
      0 0 5px rgba(2, 106, 11, 0.5) inset,
      0 20px 0 rgba(255, 255, 255, 0.03) inset,
      0 -20px 20px rgba(0, 0, 0, 0.15) inset,
      0 20px 20px rgba(10, 107, 3, 0.05) inset;
    
  }

  .prequel { display: flex; align-items: center; justify-content: center; background-color: #fff;}
  
  @media (max-width: 1440px) {

      .services-cta {font-size: 1.5rem; padding: 0.5rem; width: 25%;} 
      .hero-cta {font-size:1.5rem;}
  }
 
  .services-cta:active::before {
    opacity: 0;
  }

   @media (max-width: 480px){
       .services-cta {font-size: 1.5rem; padding: 0.5rem; width: 45%;} 
   } 


     

          .footer {
  display: flex;
 max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  background: #000;
  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: #95c11f; font-size: 1.5rem;}



@media (max-width: 900px){
  
  .footerinner {flex: 2 46%; }

    
}

.copyright img {max-width: 10%; margin: 0 auto;}

@media (max-width: 480px){
   .footer {max-width: 100%; flex-direction: column;}
   .footerinner {max-width: 98%;}
     .copyright img {max-width: 25%;}

 }
