* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
  margin-bottom: 0.5rem;
}
.nav-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: whitesmoke;
  box-shadow: 10px 10px 10px #0661a2;
}
.nav-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  border: solid 4px whitesmoke;
  border-radius: 20%;
  margin-right: 1rem;
}
.nav-left {
  display: flex;
  flex-direction: row;
  margin: 0.5rem;
}
.nav-left-link{
  display: flex;
  flex-direction: column;
}

.nav-right {
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
}
.nav-link i {
  color: #0096ff;
  padding: 0.5rem;
}
.nav-link i:hover {
  color: #0096ff;
}
.nav-link i::after {
  content: "";
}
.nav-link {
  text-decoration: none;
  color: #0096ff;
  font-family: "Poppins-Bold";
}
.nav-link:hover {
  color: #72ffff;
}
.nav-link-r {
  text-decoration: none;
  color: #0096ff;
  font-family: "Poppins-Bold";
}
.nav-link-r:hover {
  color: #72ffff;
}
.nav-link-r::before {
  counter-reset: "";
}

/*---Main Section--*/
main {
  width: 100%;
}
.sec-headline {
  display: flex;
  justify-content: center;
}
h1 {
  font-family: "Poppins-Bold";
  display: flex;
  font-size: 3rem;
  justify-content: center;
  color: rgba(255, 255, 255, 0.999);
  text-shadow: 3px 3px 4px #060606;
}
.imgh1 {
  display: flex;
  height: 3.5rem;
  border: solid 2px whitesmoke;
  border-radius: 20%;
  margin-top: 0.5rem;
}
.slideshow-container {
  max-width: 62.5rem;
  position: relative;
  margin: auto;
}
.sec-hero {
  margin-bottom: 1rem;
  background-image: url(../img/zachary-nelson-98Elr-LIvD8-unsplash.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 10px #0661a2;
}
.numbertext {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px;
  text-shadow: 3px 3px 4px #060606;
}
.texta {
  color: #0096ff;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 3px 3px 4px #060606;
}
.btn-a {
  --color: #0096ff;
  display: inline-block;
  width: 6em;
  height: 2.6em;
  line-height: 2.5em;
  margin-top: 1rem;
  position: relative;
  top: 3rem;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
}
.btn-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.btn-a:hover {
  color: #72ffff;
}

.btn-a:before {
  top: 100%;
  left: 100%;
  transition: all 1.5s;
}

.btn-a:hover:before {
  top: -30px;
  left: -30px;
}

.btn-a:active:before {
  color: #72ffff;
  transition: background 3s;
}
.mySlides img {
  border-radius: 20px;
  box-shadow: inset 0px 0px 100px -13px rgb(0, 150, 255), 5px 5px 10px #0661a2;
}
.section-icon {
  display: flex;
  margin: 20px;
  padding: 20px;
  justify-content: space-evenly;
}
.section-link {
  text-decoration: none;
  color: #0096ff;
  font-weight: bold;
  margin: 1em;
  text-shadow: 3px 3px 4px #060606;
}
.section-link:hover {
  color: #72ffff;
}
.section-link i {
  font-size: 4rem;
}
.prev,
.next {
  display: none;
  cursor: pointer;
  position: absolute;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}
.next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: #0096ff;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
article.outer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: "Poppins", sans-serif;
}

.article-inner {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 78%,
    rgba(0, 150, 255, 1) 78%
  );
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  box-shadow: 0px 10px 10px #0661a2;
}

.article-inner h2 {
  color: whitesmoke;
  font-family: "Poppins-bold", sans-serif;
  text-shadow: 3px 2px 3px #000000a1;
  font-size: 1.9em;
  border-radius: 50px;
  padding: 5px;
  background: #0095ff;
}

.article-slider {
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: whitesmoke;

  margin: 0px 50px 50px 50px;
}

.slider-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  justify-content: center;
  text-align: center;
  backface-visibility: hidden;
  background: rgb(0, 150, 255);
  background: radial-gradient(
    circle,
    rgba(0, 150, 255, 1) 0%,
    rgba(0, 215, 255, 1) 61%,
    rgba(0, 213, 255, 1) 100%
  );

  width: 100%;
  max-width: 350px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 10px;
  margin-left: 10px;

  font-family: "Poppins", sans-serif;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 50px 50px 50px 0px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;

  user-select: none;
}

.slider-box:hover {
  border: 1px solid #72ffff;
  transform: scale(1.05);
}

.slider-box:active {
  transform: scale(0.95) rotateZ(1.7deg);
}
.slider-box:hover h3{
  color: #72ffff;
}

.slider-content {
  padding: 49px 28px 21px;
  display: flex;
  text-align: start;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  background: rgb(0, 150, 255);
  background: linear-gradient(
    0deg,
    rgba(0, 150, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  border-radius: 50px 50px 50px 0px;
  border-top: #0095ff solid;
  font-family: "Poppins", sans-serif;
}

.article-inner h3 {
  color: #0096ff;
  color: whitesmoke;
  font-family: "Poppins-bold", sans-serif;
  text-shadow: 3px 3px 1px #0000007e;
  font-size: 1.5em;
  border-bottom: #0091f883 solid;
  border-radius: 0px 0px 50px 0px;
}

.slider-box ul li {
  list-style: none;

  color: #000000;
  text-align: justify;
}
.slider-box img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 350px;
  object-fit: contain;
  margin-top: 21px;
  max-width: 300px;
}
.article-img-background {
  width: 100%;
  height: auto;
}

aside {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  line-height: 1.3em;
}
.links-footer a {
  text-decoration: none;
  color: #616161;
}
[class^="chevron"] {
  margin-left: 10px;
}

#menu-button {
  background-color: #0096ff;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}

#menu-button:hover {
  transform: scale(1.1);
}

#menu-container {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 200px;
  background-color: #72ffffd8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: none;
}

#menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-container ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease-in-out;
  font-size: small;
  letter-spacing: 0.5px;
}

#menu-container ul li a:hover {
  background-color: #5900ffe3;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
/* icon effect */
#menu-container li {
  position: relative;
}
#menu-container li:hover [class^="chevron"] {
  transition: all 0.3s ease;
  transform: translateX(10px);
  font-size: medium;
}
/* Links */
.links {
  width: 100%;
  background: #f2f2f2;
  color: #616161;
  font-size: 12px;
}
.links-inner {
  list-style: none;
  padding: 0;
}
.links li {
  line-height: 2;
}
/* Footer */
.footer {
  background: #f2f2f2;
  color: #616161;
  font-size: 12px;
  padding: 20px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.footer div {
  margin-bottom: 20px;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.footer div i {
  margin-right: 10px;
}

.footer ul {
  display: flex;
  flex-wrap: wrap;
}

.footer li {
  margin: 0 30px 20px 0;
}

/* links and footer */
.links-footer {
  display: block;
}

.links-footer a:hover {
  color: black;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 820px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  body {
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
  header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 2;
    margin-bottom: 0.5rem;
  }
  .nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center center;
    background: rgb(255, 255, 255);
    box-shadow: 10px 10px 10px #0661a2;
  }
  .nav-logo {
    width: 60px;
    border: solid 4px whitesmoke;
    border-radius: 20%;
  }
  .nav-left {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0.5;
  }
  .nav-left-link{
  display: flex;
  flex-direction: row;
}

  .nav-right {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0.5;
  }
  .nav-link i {
    color: #0096ff;
    padding: 0.5rem;
  }
  .nav-link i:hover {
    color: #0096ff;
  }
  .nav-link i::after {
    content: "";
  }
  .nav-link {
    text-decoration: none;
    color: #0096ff;
    font-weight: bold;
    margin: 1em;
  }
  .nav-link:hover {
    color: #72ffff;
  }
  .nav-link-r {
    text-decoration: none;
    color: #0096ff;
    font-weight: bold;
    margin: 1em;
  }
  .nav-link-r:hover {
    color: #72ffff;
  }
  .nav-link-r::before {
    counter-reset: "";
  }

  /*---Main Section--*/
  main {
    width: 100%;
  }
  .sec-headline {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  h1 {
    font-family: "Poppins-Bold";
    display: flex;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.999);
    text-shadow: 3px 3px 4px #060606;
  }
  .imgh1 {
    display: flex;
    height: 6rem;
    border: solid 2px whitesmoke;
    border-radius: 20%;
    margin-top: 1rem;
  }
  .slideshow-container {
    max-width: 62.5rem;

    margin: auto;
  }
  .sec-hero {
    margin-bottom: 1rem;
    background-image: url(../img/zachary-nelson-98Elr-LIvD8-unsplash.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 10px 10px 10px #0661a2;
  }
  .numbertext {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px;
    text-shadow: 3px 3px 4px #060606;
  }
  .texta {
    color: #0096ff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 3px 3px 4px #060606;
  }
  .btn-a {
    --color: #0096ff;
    display: inline-block;
    width: 6em;
    height: 2.6em;
    line-height: 2.5em;
    margin-top: 1rem;
    position: relative;
    top: 3rem;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
  }
  .btn-a:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
  }

  .btn-a:hover {
    color: #72ffff;
  }

  .btn-a:before {
    top: 100%;
    left: 100%;
    transition: all 1.5s;
  }

  .btn-a:hover:before {
    top: -30px;
    left: -30px;
  }

  .btn-a:active:before {
    color: #72ffff;
    transition: background 3s;
  }
  .mySlides img {
    border-radius: 20px;
    box-shadow: inset 0px 0px 100px -13px rgb(0, 150, 255), 5px 5px 10px #0661a2;
  }
  .section-icon {
    display: flex;
    margin: 20px;
  
    justify-content: space-evenly;
  }
  .section-link {
    text-decoration: none;
    color: #0096ff;
    font-weight: bold;
    margin: 1em;
    text-shadow: 3px 3px 4px #060606;
  }
  .section-link:hover {
    color: #72ffff;
  }
  .section-link i {
    font-size: 4rem;
  }
  .prev,
  .next {
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 55%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  .next {
    right: 0px;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover,
  .next:hover {
    background-color: #0096ff;
  }
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  .card {
    width: 61.66%;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
  }

  .content {
    background: rgb(0, 150, 255);
    background: linear-gradient(
      60deg,
      rgba(0, 150, 255, 1) 10%,
      rgba(114, 255, 255, 1) 37%,
      rgba(0, 150, 255, 1) 100%
    );
    box-shadow: 10px 10px 20px #0661a2;
    box-shadow: 10px 10px 20px rgb(21, 129, 206, 0.5);
    padding: 20px;
    margin-bottom: 0.5rem;
  }

  .content .price {
    color: white;
    font-weight: 800;
    font-size: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  }

  .content .description {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    font-size: 14px;
  }

  .content .title {
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 1px;
  }

  .content button {
    border: none;
    outline: none;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
    background-color: rgb(33 150 243);
    border-radius: 0.5rem;
    width: 30%;
    text-shadow: 0px 4px 18px #2c3442;
  }

  /*---aside--*/
  /* aside btn */

  aside {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
    line-height: 1.3em;
  }

  aside button i {
    padding: 12px;
  }

  .links-footer a {
    text-decoration: none;
    color: #616161;
  }
  [class^="chevron"] {
    margin-left: 10px;
  }

  #menu-button {
    background-color: #0096ff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: rotate(-90deg);
  }

  #menu-button:hover {
    transform: scale(1.1);
  }

  #menu-container {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 200px;
    background-color: #72ffffd8;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: none;
  }

  #menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #menu-container ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
  }

  #menu-container ul li a:hover {
    background-color: #5800ff;
    color: #fff;
  }

  /* Links */
  .links {
    background: #f2f2f2;
    color: #616161;
    font-size: 12px;
    padding: 35px 0;
  }

  .links-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }

  .links li {
    line-height: 2.5;
  }

  /* Footer */
  .footer {
    background: #f2f2f2;
    color: #616161;
    font-size: 12px;
    padding: 20px 0;
  }

  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .footer div i {
    margin-right: 10px;
  }

  .footer ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer li {
    margin: 0 30px 20px 0;
  }

  /* links and footer */
  .links-footer {
    display: block;
  }

  .links-footer a:hover {
    color: black;
  }

  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
}
