@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: left; justify-content: center; position: relative; flex-direction: column; max-width: 70%; margin: 0 auto; padding-top: 400px; margin-top: 2%;}
     .main {background-image: url("images/smoveybck.svg"); repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;}
     .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;}
     .subintro a {text-decoration: none; color: #95c11f; font-weight: 900;}
     ul .beneficial {font-size: 1.5rem; text-align: left !important; font-family: 'Orkney-Regular', Arial, sans-serif;}

     ul.beneficial {
        position: relative;
        list-style: none;
        margin-left: 0;
        padding-left: 1rem;
        text-indent: 1rem;
        max-width: 100%;
        text-align: left;
        font-size: 1.5rem;
        font-family: 'Orkney-Regular', Arial, sans-serif;
    
    }
    
    ul.beneficial li:before {
        content: '\2771';
        
        font-weight: 900;
        color: #95c11f;
        font-family: 'Orkney-Regular', Arial, sans-serif;
        margin: 0 1.5rem 0 0; } /* right margin defines spacing between bullet and text. negative left margin pushes back to the edge of the parent */

          @media (max-width: 1440px) {
        ul.beneficial {font-size: 1.2rem;}
        
        }

        .beneficial li {
    
     list-style-position: inside !important;
     padding-left: 2rem !important;
     text-indent: -2rem !important;
}

        .profile {position: absolute; left: 40%; top: 20px; max-width: 20%;}

        
        @media (max-width: 1440px) {
        .profile {left:30%; max-width: 40%;}
          
          }

          @media (max-width: 480px) {
            
        .main {max-width: 100%; margin-top: 0;}
        .introhead {padding: 15px; margin-top: 50px;}
        .subintro {padding: 15px;}
         .profile {left: 10%; max-width: 80%;}
          
          }

           .blue {color: blue; text-shadow: 1px 1px #000; margin-left: 100px; }
.green {color: green; text-shadow: 1px 1px #000; }
.red {color: red; text-shadow: 1px 1px #000;}
.space { margin-left: 20px;}


@media only screen and (max-width: 480px) {

input { height: 30px; width: 200px;}
.section {width: 100%; margin-left: 20px;}
}

.adminpanel {display: flex; align-items: left; justify-content: center; max-width: 80%; margin: 0 auto; gap: 3rem; margin-top: 5%;}
.panel {outline: 1px solid green;}

          .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%;}

 }

 

         
          

         


