html {
  font-size: 62.5%;
}
/*<a href="https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/">Free SVG Backgrounds and Patterns by SVGBackgrounds.com</a>*/
body {
  margin: 0;
  padding: 0;
  /* background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23C9E1FA' fill-opacity='0.33' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
  /* background-color: #0a3460; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%230d457d' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2310569a' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%231368b7' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23167ad3' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%23218ce8' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%233e9deb' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%235BADEE' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; */
  /* background-color: #092e55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%23092E55' cx='50' cy='0' r='50'/%3E%3Cg fill='%230f365e' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%23143e66' cx='50' cy='100' r='50'/%3E%3Cg fill='%231a476f' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%231f4f78' cx='50' cy='200' r='50'/%3E%3Cg fill='%23255880' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%232a6089' cx='50' cy='300' r='50'/%3E%3Cg fill='%23306991' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%2336729a' cx='50' cy='400' r='50'/%3E%3Cg fill='%233c7ca3' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%234385ab' cx='50' cy='500' r='50'/%3E%3Cg fill='%23498eb4' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%235098bc' cx='50' cy='600' r='50'/%3E%3Cg fill='%2357a1c5' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%235eabcd' cx='50' cy='700' r='50'/%3E%3Cg fill='%2365b5d6' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%236dbfde' cx='50' cy='800' r='50'/%3E%3Cg fill='%2374c9e6' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%237cd3ef' cx='50' cy='900' r='50'/%3E%3Cg fill='%2385ddf7' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%238DE7FF' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: contain; */
  background: url(/img/bg-niagarafalls.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
 
  font-size: 3rem;
  background-size: 100% 100%;
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.popup-countdown {
  background-color: hsl(204, 52%, 85%);

  position: absolute;
  bottom: 50px;
  right: 5px;
  width: 150px;
  height: 150px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#todays-date {
  padding: 15px 0px 5px 0px;
  font-size: 2.4rem;
  text-align: center;
}

#popup-text {
  padding: 0px 25px;
  font-size: 1.7rem;
  text-align: center;
}

.header {
  display: flex;
  justify-content: end;
  padding: 15px 30px 15px 10px;

  background-color: hsl(204, 52%, 85%);
}

.main-nav-list {
  list-style: none;
  display: flex;

  font-size: 15px;
  gap: 3rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  text-decoration: none;
  color: hsl(204, 52%, 85%);
}

.resume {
  font-size: 2rem;
}

.prj-heading,
.resume-heading {
  font-family: 'Bubbler One', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 5px 5px 10px black;
}

.main-circle {
  position: relative;
  top: 100px;
  left: 400px;
  width: 700px;
  height: 500px;
  padding-top: 20px;

  background-color: hsl(204, 52%, 85%);
  border-radius: 50%;
  opacity: 75%;
  border: 1px solid white;
}

.main-box {
  width: 700px;
  height: 1200px;
  padding-top: 20px;
  margin: auto;
  margin-top: 20px;
  background-color: hsl(204, 52%, 85%);

  border: 1px solid white;
  padding: 20px;
}

.projects-box {
  position: relative;
  top: 25px;
  left: -25px;
  height: 300px;
  width: 750px;

  margin-left: auto;
  margin-right: auto;
}

.projects-text {
  display: none;
  padding: 30px;
  column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;

  font-size: 2rem;
}

.btn-prj {
  border: none;
  border-radius: 50%;
  background-color: rgb(230, 230, 230);
  height: 50px;
  width: 50px;

  overflow: hidden;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.display-left {
  top: 50%;
  left: -40px;
}

.display-right {
  top: 50%;
  right: -40px;
}

.display-left:hover {
  left: -60px;
  background-color: rgb(48, 113, 156);
  transition: all 0.3s;
}

.display-right:hover {
  right: -60px;
  background-color: rgb(48, 113, 156);
  transition: all 0.3s;
}

.udemy-logo {
  height: 3.2rem;
  filter: brightness(0);
  opacity: 50%;
}

.underconstruction {
  height: 20rem;
  opacity: 70%;
}

.matching {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 100%;
}

.top-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gallery-top-text {
  /*font-family: Oleo Script Swash Caps, system-ui;*/
  position: relative;
  top: 15px;
  left: 10px;
  width: 250px;
  height: 200px;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000;
  background-color: rgb(48, 113, 156);
  border-radius: 50%;
  text-align: justify;
  color: white;
  border: 1px solid white;
  font-family: 'Bubbler One', sans-serif !important;
}

.hobbies-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.gallery-top-img {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  height: 300px;
  width: 300px;
  border: 20px solid white;
}

.hobbies-gallery-item {
  overflow: hidden;
  width: 125px;
  height: 125px;
  border: 20px solid white;
  display: block;
}

.hobbies-gallery-item img {
  display: block;
  width: 100%;

  transition: all 0.4s;
}

.hobbies-gallery-item img:hover {
  transform: scale(1.6);
}

.icon-mobile-nav {
  display: none;
}

/*laptop navigation */

@media (max-width: 1400px) {
  .header {
    display: flex;
    padding: 10px 30px 10px 10px;
    background-color: hsl(204, 52%, 85%);
  }

  .main-circle {
    position: relative;
    top: 100px;
    left: 200px;
    width: 500px;
    height: 300px;
    padding-top: 20px;
    display: grid;
  }

  .prj-heading {
    position: relative;
    top: -75px;
  }

  .projects-text {
    position: relative;
    display: inline;
    top: -125px;
    left: -30px;
    width: 500px;
  }

  .projects-text div {
    margin: auto;
  }

  .btn-prj {
    background-color: rgb(230, 230, 230);
    fill: black !important;
  }

  .display-left {
    top: 300px;
    left: 40px;
  }

  .display-right {
    top: 300px;
    right: 250px;
  }
  .display-left:hover {
    left: 10px;
    background-color: rgb(48, 113, 156);
    transition: all 0.5s;
  }

  .display-right:hover {
    right: 220px;
    background-color: rgb(48, 113, 156);
    transition: all 0.5s;
  }
}

/* mobile navigation                   */

@media (max-width: 59em) {
  html {
    font-size: 60%;
  }

  .header {
    justify-content: left;
    width: 100%;
  }

  .main-circle {
    position: relative;
    top: 100px;
    left: 50px;
    width: 400px;
    height: 300px;
    padding-top: 20px;
    display: grid;
  }

  .projects-text img {
    scale: 50% !important;
  }

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .icon-mobile-nav {
    display: block;
    height: 35px;
    width: 35px;
  }

  .prj-heading {
    position: relative;
    top: -75px;
  }

  .projects-text {
    position: relative;
    display: inline;
    top: -125px;
    left: -30px;
    width: 500px;
  }

  .projects-text div {
    margin: auto;
  }

  .btn-prj {
    background-color: rgb(230, 230, 230);
    fill: black !important;
  }

  .display-left {
    top: 300px;
    left: 40px;
  }

  .display-right {
    top: 300px;
    right: 350px;
  }
  .display-left:hover {
    left: 10px;
    background-color: rgb(48, 113, 156);
    transition: all 0.5s;
  }

  .display-right:hover {
    right: 320px;
    background-color: rgb(48, 113, 156);
    transition: all 0.5s;
  }

  .main-nav {
    background-color: #ffffff;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    pointer-events: none;
  }

  .main-nav-list {
    flex-direction: column;
    font-size: 3rem !important;
    gap: 2rem;
  }

  .main-nav-list {
    /* font-family: 'Bubbler One', sans-serif; */

    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    align-items: center;
    list-style-type: none;
    background-color: rgb(141, 188, 219);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    letter-spacing: 0.1em;
  }

  .main-nav-list a {
    font-family: 'Bubbler One', sans-serif !important;
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 3rem !important;
  }

  .main-nav-list a:hover {
    background-color: rgb(48, 113, 156);
  }
  .open {
    color: rgb(48, 113, 156);
  }

  .matching .title {
    display: none;
  }
}
