* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/* 
  font-family: "Oxanium", sans-serif; 
  font-family: "Kaushan Script", cursive;
  font-family: "Corinthia", cursive;
  font-family: "Caveat", cursive;
  font-family: "Poiret One", sans-serif;
  font-family: "Qwitcher Grypen", cursive;
  font-family: "Courgette", cursive;
  font-family: "Dancing Script", cursive;
  font-family: "EB Garamond", serif;
*/
}
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background: linear-gradient(45deg, navy, #000);
  background-size: 2000% 2000%;
  animation: gradientBG 15s ease infinite;
  z-index: 1;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#starField, #smokeCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#smokeCanvas {
  opacity: 0.3;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 11, 42, 0.3); 
  pointer-events: none;
}

/********************** NAV **********************/
.navbar {
  width: 100%;
  min-width: 940px;
  height: 55px;
  background: rgb(241, 79, 241);
  background: linear-gradient(180deg, rgb(189, 98, 242) 10%, #00d9ff 100%);
  border-bottom: 5px ridge #00d9ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  overflow-y: hidden; /* Hide vertical scrollbar */
}
.navbar ul { 
  list-style-type: none; 
  display: flex; 
  justify-content: space-evenly;
  align-items: flex-end;
  padding-top: 18px;
}
.navbar a.nav-link:link,
.navbar a.nav-link:visited { 
  font-size: 25px; 
  color: navy; 
  text-shadow: 
    0 0 1px #00d9ff;
  -webkit-text-stroke: 1px #00d9ff;
  text-decoration: none; 
  font-weight: 700;
}
.navbar a.nav-link:hover,
.navbar a.nav-link:active,
.navbar a.nav-link:focus {
  text-shadow: 
    0 0 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
}

/********************* MAIN CONTAINER *********************/
.container {
  max-width: 1200px;
  min-width: 940px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
#aircraft {
  width: 125px;
  position: absolute;
  top: 27%;
  /* transform: translateY(-50%); */
  transition: left 30s linear;
  z-index: 3;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

/********************** ALL SECTIONS **********************/
section {
  margin: 0 auto;
  min-height: 100vh;
  border: 1px solid rgba(130, 205, 255, .3);
  border-top: 0;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

/********************** HOME **********************/
#home {
  width: 100%;
  min-height: 1000px;
  background: rgba(0, 0, 0, 1);
  background-image: url(../images/i2-home-bg.jpg);
  background-size: 1200px auto;
  background-position: center -111px;
  background-repeat: no-repeat;
  position: relative;
}
#home h1 {
  font-size: 88px;
  font-weight: 500;
  color: #FFEDED;
  text-align: center;
  letter-spacing: -4px;
  padding-top: 115px;
  text-shadow: 
    0 1px 2px #5BD0F2,
    0 1px 2px #5BD0F2,
    0 1px 2px #5BD0F2,
    0 1px 2px #5BD0F2;
  -webkit-text-stroke: 1px #5BD0F2;
}
#home h2 {
  font-family: "Kaushan Script", cursive;
  font-size: 42px;
  color: #82cdff;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  text-shadow: 
    0 1px 2px #000,
    0 1px 2px #000,
    0 1px 2px #000,
    0 1px 2px #000;
  -webkit-text-stroke: 0 #d0d0d0;
  position: relative;
  top: 120px;
}
#home h3 {
  width: 490px;
  height: 107px;
  background: url(../images/banner-blue.png);
  background-size: 490px 107px;
  margin: 80px auto 0;
  font-size: 27px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  line-height: 2.7;
  text-decoration: none !important;
}
#home h3 span {
  font-family: "Kaushan Script", cursive;
  font-size: 28px;
  padding-right: 10px;
}
#home p {
  width: 525px;
  margin: 15px auto 0;
  font-size: 26px;
  font-weight: 500;
  color: #82cdff;
  text-align: center;
}
#laptop {
  background-image: url(../images/laptop-ignite.jpg);
  width: 672px;
  height: 384px;
  background-size: 672px 100%;
  background-repeat: no-repeat;
  margin: 70px auto 0;
}
#ready-set {
  font-family: "Kaushan Script", cursive;
  font-size: 50px;
  font-weight: 500;
  color: #5BD0F2;
  text-align: center;
  margin-bottom: 50px;
}
#web-digital {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 193px;
}
.web-digital {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(45deg, #000000, #000000);
  box-shadow: 
      inset 0 0 50px rgb(131, 227, 236),
      0 0 20px rgba(31, 192, 255, 0.8);
  position: relative;
  overflow: hidden;
  text-align: center;
  align-content: center;
  font-family: "Corinthia", cursive;
  font-size: 55px;
  font-weight: 500;
  line-height: .7;
  color: #fff;
  text-shadow: 0 0 1px navy;
  /* -webkit-text-stroke: .3px #00d9ff; */
}
.web-digital::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, 
      rgba(255, 255, 255, 1) 0%, 
      rgba(255, 255, 255, 0.8) 10%, 
      rgba(255, 255, 255, 0.5) 20%,
      rgba(255, 255, 255, 0.3) 30%,
      rgba(0, 0, 0, 0) 70%);
}
.web-digital::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 70% 70%, 
      rgba(0, 0, 255, 1) 0%, 
      rgba(0, 0, 255, 0.8) 10%, 
      rgba(0, 0, 255, 0.5) 20%,
      rgba(0, 0, 255, 0.3) 30%,
      rgba(0, 0, 0, 0) 70%);
}
.wd1 { left: 50px; }
.wd2 { right: 50px; }

#planets {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  position: relative;
  padding-top: 170px;
}
.planet {
  width: 350px;
  height: 350px;
  background-size: 350px 100%;
  background-repeat: no-repeat;
  border-radius: 50%; 
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 191, 255, .2);
  -moz-box-shadow: 0px 0px 9px 2px rgb(0, 191, 255, .2);
  box-shadow: 0px 0px 9px 2px rgba(0, 191, 255, .2);
  margin: 0 10px;
}
#planet-1 { background-image: url(../images/planet-1.png); }
#planet-2 { background-image: url(../images/planet-2.png); position: relative; top: 45px; }
#planet-3 { background-image: url(../images/planet-3.png); }

#planets h3 {
  font-family: "Kaushan Script", cursive;
  font-size: 33px;
  text-align: center;
  font-style: italic;
  letter-spacing: .5px;
  padding: 27px 0 5px;
  background: -webkit-linear-gradient(#f23bff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#planet-1 h3 { padding-top: 43px; }
#planet-3 h3 { padding: 0 0 5px; }


#planets ul li:first-child {
  color: #f23bff;
}
#planets ul li {
  font-family: "Oxanium", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #5BD0F2;
  text-align: center;
  text-shadow: 0 0 1px #5BD0F2;
  line-height: .3;
  display: block;
  padding: 10px 0;
}

.fireworks-container {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.firework {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  animation: explode 0.8s ease-out forwards;
}
.spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  animation: spark 5s ease-out forwards;
}
@keyframes explode {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(10); opacity: 0; }
}
@keyframes spark {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { opacity: 1; }
  100% { transform: translate(var(--tx), var(--ty)) scale(0); opacity: 0; }
}

/********************** PRICING **********************/
section#pricing {
  border: 0;
  min-height: 94vh;
}

/********************** SERVICES **********************/
#services {
  min-height: 100vh;
  text-align: center;
  padding: 20px 0 90px;
  background: rgba(0, 0, 0, .5);
  border-top: 1px solid rgba(130, 205, 255, .3);
}
#services h2 {
  font-family: "Corinthia", cursive;
  font-size: 55px; 
  color: rgb(168, 0, 190);
  text-align: center;
  padding: 20px 0 0;
}
#services h3 {
  font-size: 70px; 
  color:#5BD0F2;
  font-weight: 400;
  padding: 20px 0 10px;
  letter-spacing: -3px;
  line-height: 1;
}
#services h4 {
  font-size: 40px; 
  color:#ff00b7;
  display: inline-block;
  text-decoration: underline;
}
#services h4.pad {
  padding-right: 25px;
}
#services p {
  font-family: "Kaushan Script", cursive;
  display: inline-block; 
  font-size: 33px;
  color: #fff;
  padding: 5px 0;
}

/********************** PORTFOLIO **********************/
#portfolio {
  width: 100%;
  min-width: 1200px;
  height: 1000px;
  margin: 0 auto;
  background-image: url(../images/laptop-1.jpg);
  background-size: 1200px auto;
  background-position: center -100px;
  background-repeat: no-repeat;
  position: relative;
}
#port-header-bg {
  width: 100%;
  height: 100px;
  background: #fff;
  opacity: .3;
  position: absolute;
  top: 10px;
}
#port-header {
  width: 50%;
  position: relative;
  top: 10px;
  text-align: center;
  margin: 0 auto;
}
#portfolio h2 {
  font-family: "Corinthia", cursive;
  font-size: 54px;
  font-weight: 700; 
  color: #00044a;
  text-shadow: 
    0 0 1px #ffaa00;
  -webkit-text-stroke: px #ff8400;
  line-height: .7;
  padding-top: 19px;
}
#imageLabel a { 
  text-decoration: none; 
  color: rgb(0, 15, 65); 
  font-size: 27px; 
}
#prevBtn {
  width: 46px;
  height: 71px;
  background-image: url(../images/previous.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  color: transparent; 
  position: absolute;
  top: -5px;
  left: 60px;
}
#nextBtn {
  width: 46px;
  height: 71px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  color: transparent; 
  position: absolute;
  top: -5px;
  right: 60px;
}
.fa-play {
  opacity: .5; 
}
.image-displays {
  display: flex;
  gap: 20px;
  position: relative;
}
.image-display {
  text-align: center;
}
.image-display img {
  width: 400px;
  height: auto;
  margin-bottom: 10px;
}
.image-display img#currentImage1 {
  min-width: 748px;
  height: auto;
  position: relative;
  top: 39px;
  left: 377px;
}
.image-display img#currentImage2 {
  width: 204px;
  height: auto;
  position: relative;
  top: -5px;
  left: 5px;
  z-index: 1;
}
.mobile-mask {
  background-image: url(../images/mobile-bg-main.png);
  background-size: 202px auto;
  width: 203px;
  height: 434px;
  position: absolute;
  z-index: 10;
  left: 125px;
  top: 67px;
}
button {
  margin: 0 20px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
.play-pause-btn {
  margin-top: 18px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  background: linear-gradient(to bottom, navy, #4A0E4E);
  transition: all 0.3s ease;
  width: 150px;
  padding: 5px;
}
.play-pause-btn:hover {
  background: linear-gradient(to top, #4A0E4E, navy);
  transform: scale(1.05);
}
/********************** ABOUT **********************/
#about {
  background: rgb(1, 10, 45);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(2, 5, 78) 100%);
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  /* border-left: 1px solid #0000ac;
  border-right: 1px solid #0000ac; */
}
#about h2 {
  font-family: "Corinthia", cursive;
  font-size: 70px; 
  color: rgb(4, 113, 185);
  text-align: center;
  padding: 40px 0 0;
}
#about h3 {
  font-family: "Kaushan Script", cursive;
  font-size: 30px; 
  color: rgb(0, 132, 255);
}
#about p {
  font-size: 23px; 
  color: rgb(15, 199, 255);
}
/********************** CONTACT **********************/
#contact {
  background: rgb(94, 37, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(110, 0, 0) 100%);
  width: 100%;
  height: 100vh;
  /* border-left: 2px ridge #ff0000;
  border-right: 2px ridge #ff0000; */
}
#contact h2 {
  font-family: "Corinthia", cursive;
  font-size: 70px; 
  color: rgb(251, 51, 51);
  text-align: center;
  padding: 40px 0 0;
}
#contact p {
  text-align: center;
  font-size: 30px;
  display: none;
}
form {
  width: 350px;
  margin: 10px auto;
}
.form-group {
  margin-bottom: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
}
input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: left;
}
button {
  background-color: #025d8a;
  font-family: "Corinthia", cursive;
  font-size: 50px;
  line-height: .7;
  padding-top: 12px;
  color: white;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  width: 50px;
  margin-top: 20px;
}
button:hover {
  background-color: #600078;
}
#contact {
  position: relative;
}
#contact button {
  width: 100%;
  margin: 15px auto;
  padding: 10px 10px 0;
  background: rgb(175, 0, 0);
}

/* footer .fb {
  width: 20px;
  height: 44px;
  background: url(../images/fb-logo.png);
} */

footer {
  height: 75px;
  font-size: 20px;
  color: rgb(79, 114, 241);
  text-align: center;
  padding-top: 15px;
  background: rgba(0, 0, 0, .4);
  background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(21, 21, 21, .4) 100%);
}


/*--------------------Lightbox Popup----------------------*/
.openPopup {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  overflow-y: auto;
}
.lightbox-content {
  background: #001062;
  background: linear-gradient(180deg, #001062 10%, rgb(109, 41, 148) 100%);
  margin: 5% auto;
  padding: 25px;
  border: 1px solid #021e72;
  width: 80%;
  max-width: 700px;
  position: relative;
}
.lightbox-content ul {
  padding: 5px 93px 0;
  text-align: left;
}
.lightbox-content ul li {
  font-size: 22px;
  padding: 9px 0;
  color: #e6e6e6;
  line-height: 1.1;
}
.lightbox-content ul li strong {
  -webkit-text-stroke: .25px blue;
}
.package {
  padding: 0 0 15px;
  color: rgb(254, 234, 255)
}
.package h3 {
  font-size: 50px;
}
.package h4 {
  font-family: "Corinthia", cursive;
  font-size: 70px;
  color: #e100ff;
  line-height: .5;
  margin: 20px 0 2px;
}
.package p {
  font-size: 25px;
  color: #006aff;
}
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 12px;
}
.close:hover,
.close:focus {
  color: rgb(167, 80, 217);
  text-decoration: none;
  cursor: pointer;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #5BD0F2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .navbar {
    min-width: 320px;
    max-width: 396px;
    background: rgba(0, 0, 0, .7);
    border-bottom: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .navbar ul { 
    padding-top: 0;
    align-items: center;
  }
  .navbar ul li { 
    padding: 20px;
  }
  .navbar ul li:first-child { 
    padding: 40px 20px 20px;
  }
  .navbar ul li:last-child { 
    padding: 20px 20px 40px;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 21;
  }
  .nav-menu {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .nav-menu.active {
    left: 0;
    background: rgba(0, 0, 10, 0.9);
  }
  .nav-link {
    margin: 1.5rem 0;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .container {
    min-width: 320px;
    max-width: 400px;
  }  
  .mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }
  #call-num {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #call-block {
    line-height: 1.1;
    position: relative;
    top: 6px;
    margin: 0 auto;
    left: 21px;
  }
  #call {
    font-family: "Oxanium", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #5BD0F2;
    display: block;
    position: absolute;
    left: 12px;
  }
  #phone-num {
    font-family: "Courgette", cursive;
    font-size: 21px;
    color: #fff !important;
    position: relative;
    top: 22px;
    left: 2px;
    text-decoration: none !important;
  }
  a#phone {
    width: 35px;
    height: 48px;
    background: url(../images/phone.png);
    position: relative;
    left: 2px;
    /* filter: invert(1); */
    filter: brightness(1.9);
  }
  a#fb {
    width: 20px;
    height: 44px;
    background: url(../images/fb-logo.png);
    position: relative;
    right: 15px;
    top: 7px;
    filter: brightness(1.8);
  }
  section {
    min-height: 0;
  }
  #home {
    width: 100%;
    min-height: 787px;
    background: rgba(0, 0, 0, 1);
    background-image: url(../images/mobile-top-bg.png);
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: center 0;
  }
  #home h1 {
    font-size: 47px;
    color: #FFEDED;
    letter-spacing: -1px;
    padding-top: 50px;
    text-shadow: 
    0 0 1px #5BD0F2,
    0 0 1px #5BD0F2,
    0 0 1px #5BD0F2,
    0 0 1px #5BD0F2;
  -webkit-text-stroke: 1px #5BD0F2;
  }
  #home h2 {
    font-size: 25px;
    top: 135px;
    left: -3px;
  }
  #home h3 {
    width: 310px;
    height: 40px;
    background: none;
    background-size: 310px 40px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.7;
  }
  #home h3 span {
    font-size: 14px;
    padding-right: 5px;
  }
  #home p {
    width: 310px;
    margin: 100px auto 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    background: -webkit-linear-gradient(#82cdff, #fff);
    /*background: -webkit-linear-gradient(#82cdff, #fff, #82cdff, #fff, #82cdff, #fff, #82cdff, #fff, #82cdff, #fff, #82cdff, #fff, #82cdff);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #laptop {
    background-image: url(../images/laptop-ignite.jpg);
    width: 380px;
    height: 211px;
    background-size: 380px auto;
    margin: 30px auto 7px;
  }
  #ready-set {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #web-digital {
    display: none;
  }
  #web-digital-mobile {
    display: flex;
    width: 207px;
    line-height: .7;
    margin: 30px auto;
  }
  #web-digital-mobile div {
    font-family: "Corinthia", cursive;
    font-size: 35px;
    color: #5BD0F2;
    margin: 0 auto;
    text-align: center;
  }
  #web-digital-mobile div#web-design {
    line-height: .6;
    position: relative;
    top: 2px;
  }
  #web-digital-mobile div#plus {
    position: relative;
    left: 5px;
  }
  #planets {
    min-width: 320px;
    max-width: 400px;
    flex-direction: column;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #planet-2 { top: -10px; }
  #planet-3 { top: -20px; position: relative; } 
  #planets h3 { padding-top: 40px; }
  #planets #planet-1 h3 { padding: 8px 0 5px; }
  #planets #planet-2 h3 { padding-top: 32px; }
  #planets #planet-3 h3 { padding: 5px 0; }
  #planets ul li {
    line-height: .3;
    font-size: 18px;
  }
  .close {
    position: absolute;
    top: 0;
    right: 7px;
  }
  .package h3 {
    font-size: 36px;
    text-align: center;
  }
  .package h4 {
    font-size: 50px;
    margin: 13px 0 4px;
    text-align: center;
  }
  .package p {
    font-size: 22px;
    text-align: center;
  }
  .lightbox-content {
    margin: 3% auto;
    padding: 15px 18px;
    position: relative;
  }
  .lightbox-content ul {
    padding: 5px 5px 0;
  }
  .lightbox-content ul li {
    font-size: 16px;
  }
  section#services {
    height: 580px;
    min-height: 67vh;
    padding-top: 10px;
  }
  #services h2 {
    font-size: 40px; 
    padding: 10px 0 0;
    color: #fff;
    /* text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff; */
    -webkit-text-stroke: 1px purple;
  }
  #services h3 {
    font-size: 35px; 
    padding: 15px 0 5px;
    line-height: .9;
  }
  #services h3#dm {
    margin-top: 9px;
  }
  #services h4 {
    font-size: 26px; 
    line-height: 1;
  }
  #services h4.pad {
    padding-right: 10px;
  }
  #services p {
    font-size: 20px;
    padding: 5px 0;
    padding: 0 0 10px;
  }
  section#portfolio {
    width: 100%;
    min-width: 377px;
    height: 411px;
    min-height: 500px;
    background-size: 400px 411px;
    background-position: 0 100px;
    position: relative;
    border-left: 0;
    border-right: 0;
  }
  #port-header-bg {
    background: purple;
    opacity: .3;
    position: absolute;
    top: 0;
  }
  #port-header {
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto;
  }
  #portfolio h2 {
    font-size: 40px;
    padding-top: 25px;
    color: #fff;
  }
  #imageLabel a { 
    text-decoration: none; 
    color: silver; 
    font-size: 23px; 
  }
  #prevBtn {
    top: 16px;
    left: 0;
  }
  #nextBtn {
    top: 16px;
    right: -5px;
  }
  .image-displays {
    display: flex;
    gap: 20px;
    position: relative;
  }
  .image-display {
    text-align: center;
  }
  .image-display img {
    height: auto;
    margin-bottom: 10px;
  }
  .image-display img#currentImage1 {
    min-width: 250px;
    width: 250px;
    height: 173px;
    top: 55px;
    left: 126px;
  }
  .image-display img#currentImage2 {
    width: 58px;
    height: 129px;
    top: 1px;
    left: 2px;
  }
  .mobile-mask {
    background-image: url(../images/mobile-bg-main.png);
    background-size: 60px auto;
    width: 60px;
    height: 130px;
    left: 33px;
    top: 81px;
  }
  button {
    margin: 0 20px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
  }
  .play-pause-btn {
    margin-top: 20px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    background: linear-gradient(to bottom, navy, #4A0E4E);
    transition: all 0.3s ease;
    width: 45px;
    padding: 5px;
    border: 1px dotted purple;
  }
  .play-pause-btn:hover {
    background: linear-gradient(to top, #4A0E4E, navy);
    transform: scale(1.05);
  }
  .fas {
    opacity: .7;
  }
  #contact {
    height: 600px;
  }
  #contact h2 {
    font-size: 50px;
    padding-top: 23px;
  }
   #contact p {
    font-size: 22px;
  }
  #contact, footer {
    position: relative;
  }
  #contact button {
    height: 40px;
    font-size: 35px;
  }
  img#aircraft {
    left: 0;
    transform: translateY(0%);
    display: none;
  }
}