/* CSS Document */
/* ------------------------------------------------------------------------------*/
/* -----------------------------------VARIABLES-----------------------------------*/
/* ------------------------------------------------------------------------------*/
.shadow-base, .grid figure img, .hover-effect:hover {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.transition-base, #portfolio .hobbiesGallery,
#hobbies .hobbiesGallery,
#footer-container .hobbiesGallery, ul.dot, #footer #footer-container > li, #nav li a, header #header li, a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.margin-h-auto, #portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery, .load-more, #wrapper section {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* ------------------------------------------------------------------------------*/
/* -----------------------------------NORMALIZZAZIONE-----------------------------------*/
/* ------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: normal;
  font-family: "League Spartan", sans-serif;
  background: #fafafa;
  font-size: 16px;
  font-weight: 300;
  color: #444;
  padding: 0 !important;
}
body::after {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  content: "";
  opacity: 0.2;
  background: url(../../images/layout/top-view-desk-concept-with-pink-background-_1_.webp) center center no-repeat;
  background-size: cover;
  z-index: -1;
}

p {
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #fafafa;
  outline: none !important;
  background: #EA1C8B;
  padding: 4px 4px 2px;
}
a:has(img, svg) {
  background: none;
  padding: 0;
}

a:hover {
  background: #fafafa;
  color: #EA1C8B;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol li,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-align: left;
  font-weight: 400;
  margin-left: 15px;
  margin-right: 15px;
}

h1 {
  font-family: Anton, Arial, sans serif;
  font-size: 2.65rem;
  color: #444;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.3rem;
  }
}
h1 span {
  color: #EA1C8B;
}
h1 + h3 {
  line-height: 36px !important;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  h1 + h3 {
    padding: 0 15px;
  }
}

h2 {
  font-size: 1.65rem;
  line-height: 30px;
  font-family: Anton, Arial, sans serif;
  padding: 0 0 20px 0;
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: normal;
  font-family: "League Spartan", sans-serif;
  padding: 0 0 20px 0;
  margin: 0;
  font-weight: 300;
}

a:focus {
  outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: text-top;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

p {
  text-align: left;
  font-size: 1.25rem;
  line-height: 2rem;
  /* 16x.875=14 */
}

/* ------------------------------------------------------------------------------*/
/* -----------------------------------MAIN-----------------------------------*/
/* ------------------------------------------------------------------------------*/
.btn {
  padding: 17px 20px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.hover-effect:hover {
  margin-top: -5px;
  margin-bottom: 5px;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#wrapper section {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

header {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  top: 0;
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-image: #fafafa;
}
@media (min-width: 768px) {
  header {
    position: fixed;
  }
}
header #header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 10% 15px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 920px) {
  header #header {
    align-items: flex-start;
    flex-direction: row;
    padding: 45px 15px 15px;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  header #header {
    align-items: center;
  }
}
header #header li#animation {
  text-align: center;
  opacity: 0;
  height: 0;
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  header #header li#animation {
    height: auto;
    position: absolute;
    left: 27px;
    top: 50px;
  }
}
header #header li#animation img {
  max-height: 250px;
  margin: 0 auto;
  filter: invert(1);
}
@media (min-width: 920px) {
  header #header li#animation img {
    max-height: 300px;
  }
}
header #header li#description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 920px) {
  header #header li#description {
    margin-right: 100px;
    margin-left: 300px;
  }
}
header #header li#description h1,
header #header li#description h3 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
header #header li#description .social {
  display: flex;
  gap: 20px;
}
header #header li#description .social a:hover {
  background-color: transparent;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------*/
/* ---------------------------------- NAVMENU -----------------------------------*/
/* ------------------------------------------------------------------------------*/
#nav {
  position: fixed;
  width: 310px;
  margin: 0 auto;
  text-align: center;
  top: 0;
  left: 50%;
  z-index: 50;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media (min-width: 661px) {
  #nav {
    left: auto;
    position: fixed;
    top: 50%;
    /* left: 50%; */
    transform: translate(0%, -50%);
    right: -145px;
    width: 200px;
    margin-left: -156px;
  }
}
#nav li {
  display: block;
  padding-bottom: 9px;
}
#nav li a {
  height: 60px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 0px 0px 0px 17px;
  font-family: Anton, Arial, sans serif;
  font-weight: 400;
  color: #fafafa;
  text-align: left;
  font-size: 1.8rem;
  border-radius: 50px 0 0 50px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
#nav li a:first-letter {
  font-size: 115%;
}
#nav li a:hover {
  margin-left: -150px;
}
#nav #nav_about {
  background: #EA1C8B;
}
#nav #nav_skills {
  background: #B04DBA;
}
#nav #nav_portfolio {
  background: #4F6FDF;
}
#nav #nav_hobbies {
  background: #0083DF;
}
#nav #nav_contacts {
  background: #008DBE;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
  position: relative;
}
@media (min-width: 661px) {
  .container {
    padding: 0 60px;
  }
}

/* ------------------------------------------------------------------------------*/
/* ------------------------------------SKILLS------------------------------------*/
/* ------------------------------------------------------------------------------*/
#about {
  background: #fafafa;
}
@media (min-width: 768px) {
  #about {
    margin-top: 100vh !important;
  }
}
#about:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.2;
  background: url(../../images/layout/top-view-desk-concept-with-pink-background-_1_.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

#skills {
  padding-bottom: 25px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
}
#skills ul {
  gap: 25px;
  display: flex;
  overflow-x: auto;
}
#skills ul li {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  color: #fafafa;
  padding: 35px;
  flex-basis: 276px;
  min-width: 276px;
}
#skills ul li h2 {
  margin-bottom: 15px;
}
#skills ul li h2::after {
  position: absolute;
  content: "";
  background-color: #fafafa;
  width: 50px;
  height: 2px;
  left: 35px;
  top: 80px;
}
#skills ul li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec3d9b;
  opacity: 1;
  z-index: -1;
}
#skills ul li:first-child::after {
  background-color: #EA1C8B;
}
#skills ul li:last-child::after {
  background-color: #ef5dab;
}
#skills ul li .pills {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
#skills ul li .pills span {
  color: #EA1C8B;
  background: #fafafa;
  padding: 12px 20px 8px;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: 500;
}
#skills ul li.animation {
  transition: all ease-in-out 0.2s;
  opacity: 0;
  transform: scale(0.5);
}
#skills ul li.animation.active {
  animation-duration: 1s;
  transition-delay: 0.2s;
  transform: scale(1);
  opacity: 1;
}
#skills ul li.animation.active:first-child {
  transition-delay: 0s;
}
#skills ul li.animation.active:last-child {
  transition-delay: 0.4s;
}
@media (min-width: 920px) {
  #skills ul li {
    flex: 1;
  }
}
@media (max-width: 1800px) {
  #skills ul li:first-child {
    margin-left: 10%;
  }
  #skills ul li:last-child {
    margin-right: 10%;
  }
}
#skills h2 {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
}

.centertxt {
  text-align: center;
  width: 100%;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: space-between;
}

/* ------------------------------------------------------------------------------*/
/* ----------------------------------PORTFOLIO-----------------------------------*/
/* ------------------------------------------------------------------------------*/
#portfolio {
  margin: 0 auto;
  text-align: center;
  background-color: #fafafa;
  position: relative;
}
#portfolio #sortable-portfolio {
  width: 96%;
  margin: 0 auto;
}
#portfolio #sortable-portfolio #options {
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
}
#portfolio #sortable-portfolio #options h1 {
  width: auto;
  text-align: center;
  padding: 0;
}
#portfolio #sortable-portfolio #options .portfolio-list {
  color: #EA1C8B;
  font-size: 0.75rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #portfolio #sortable-portfolio #options .portfolio-list {
    gap: 4%;
  }
}
#portfolio #sortable-portfolio #options .portfolio-list li {
  padding: 0 0 4% 0;
}
@media (min-width: 768px) {
  #portfolio #sortable-portfolio #options .portfolio-list li {
    padding: 0 0 2% 0;
  }
}
#portfolio #sortable-portfolio #options .portfolio-list li a:hover {
  color: #EA1C8B !important;
  background: none;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-item.isotope-hidden {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope:after {
  content: "";
  display: block;
  clear: both;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/**** Isotope styles ****/
/* required for containers to inherit vertical size from window */
#options li a {
  color: #755B77;
  font-size: 1rem;
  background: none;
}
#options li a.selected {
  color: #EA1C8B !important;
  font-weight: 600;
}

.element {
  width: 300px;
  height: 300px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 4px;
  float: left;
}
.element > div {
  border-radius: 12px;
}
.element a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.element * {
  /*position: absolute;*/
  margin: 0;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.grid {
  margin-bottom: 25px;
}
.grid figure img {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  position: relative;
  border-radius: 12px;
}
.grid figcaption {
  border-radius: 12px;
  overflow: hidden;
}
.grid figcaption h3 {
  font-size: 1.2rem;
  margin: 0;
  position: relative !important;
  padding: 0;
  color: #fafafa;
  letter-spacing: 0;
  padding-bottom: 8px;
  display: block;
  font-weight: bold;
}
.grid figcaption h3::first-letter {
  font-size: 100%;
}
.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: block;
  background: #EA1C8B;
  color: #fafafa;
  margin-bottom: 10px;
}
.grid figcaption a.no-more {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: block;
  opacity: 0.7;
  color: #fafafa;
  font-size: 0.75rem;
  margin-bottom: 10px;
  cursor: not-allowed;
  background-color: #c5648b;
}

.figcaption-wrap span {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.no-show, .hidden {
  display: none !important;
  visibility: hidden !important;
}

.load-more {
  display: block;
  width: 150px;
}

/* ------------------------------------------------------------------------------*/
/* ----------------------------------HOBBIES-----------------------------------*/
/* ------------------------------------------------------------------------------*/
#hobbies {
  position: relative;
  background: url(../../images/layout/bg_pink.gif) top center;
}

.flex {
  display: flex;
  justify-content: start;
  gap: 0;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------------------------*/
/* -------------------------------------CONTACTS-----------------------------------*/
/* ------------------------------------------------------------------------------*/
#contacts {
  background: #fafafa;
  position: relative;
}
#contacts::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.2;
  background: url(../../images/layout/top-view-desk-concept-with-pink-background-_1_.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
#contacts .contacts {
  max-width: 1200px;
  width: 96%;
}

/* ------------------------------------------------------------------------------*/
/* -------------------------------------FOOTER-----------------------------------*/
/* ------------------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0;
  padding: 80px 0;
  background: url(../../images/layout/bg.gif) top center;
  color: #fafafa;
}
#footer h2 {
  border-bottom: #fafafa dotted 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#footer h3 {
  color: #fafafa;
  font-family: Anton, Arial, sans-serif;
  padding: 0 0 15px 0;
  background: url(../../images/layout/bg-h3-footer.gif) bottom left repeat-x;
  margin-bottom: 4%;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #footer h3 {
    font-size: 2rem;
  }
}
#footer p {
  font-size: 1rem;
}
#footer #footer-container {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3%;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  #footer #footer-container {
    flex-direction: row;
  }
}
#footer #footer-container > li {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #fafafa;
  font-size: 1rem;
  line-height: 2em;
}
@media (min-width: 500px) {
  #footer #footer-container > li {
    flex-basis: 46%;
  }
}
@media (min-width: 902px) {
  #footer #footer-container > li {
    flex-basis: 22%;
  }
}
#footer #footer-container > li p {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 5PX;
}
#footer #footer-container > li ul li {
  width: 100%;
  margin: 12px 0 12px 0;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  float: none;
  display: block;
}
#footer #footer-container > li ul li:first-child {
  margin-right: 1%;
}
#footer #credits {
  color: #fafafa;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  clear: both;
  font-family: Anton, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
#footer #credits:before {
  background: url(../../images/layout/footer-divider.webp) top center no-repeat;
  padding: 30px 0 30px;
  display: block;
  width: 100%;
  content: "";
}

ul.dot {
  overflow: hidden;
}
ul.dot + a {
  background-color: transparent;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #EA1C8B;
  display: block;
}
ul.dot li {
  line-height: 1.25rem;
  padding-left: 24px !important;
  position: relative;
}
ul.dot li::before {
  left: 0;
  position: absolute;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
ul.dot.dot-world li:before {
  content: url(../../images/layout/world.webp);
}
ul.dot.dot-show li:before {
  content: url(../../images/layout/show.webp);
}
ul.dot.dot-music li:before {
  content: url(../../images/layout/music.webp);
}
ul.dot.dot-url li:before {
  content: url(../../images/layout/url.webp);
}

/* ------------------------------------------------------------------------------*/
/* -----------------------------------RESPONSIVE---------------------------------*/
/* ------------------------------------------------------------------------------*/
@media (max-width: 860px) and (min-width: 590px) {
  #options {
    clear: both;
  }
}
@media (max-width: 660px) {
  #nav {
    width: 310px;
    margin: 0 auto;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -156px !important;
  }
  #nav li {
    display: inline-block;
  }
  #nav li a {
    width: 57px;
    display: inline-block;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    padding: 8px 14px 0;
  }
  #nav li a:hover {
    margin: 0;
  }

  #nav a:hover {
    margin-left: 0px;
  }

  .sticky {
    position: fixed !important;
    top: 0;
    left: 50%;
    margin-left: -121px !important;
    display: block !important;
  }
}
#portfolio,
#hobbies,
#footer-container {
  width: 100%;
}
#portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery {
  overflow: hidden;
  min-width: 300px;
  max-width: 300px;
}
@media (min-width: 660px) {
  #portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  #portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery {
    min-width: 900px;
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  #portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery {
    min-width: 1200px;
    max-width: 1200px;
  }
}
@media (min-width: 1560px) {
  #portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery {
    min-width: 1500px;
    max-width: 1500px;
  }
}
@media (min-width: 1875px) {
  #portfolio .isotope,
#portfolio .hobbiesGallery,
#hobbies .isotope,
#hobbies .hobbiesGallery,
#footer-container .isotope,
#footer-container .hobbiesGallery {
    min-width: 1800px;
    max-width: 1800px;
  }
}
#portfolio .hobbiesGallery,
#hobbies .hobbiesGallery,
#footer-container .hobbiesGallery {
  max-height: 300px;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#myButton {
  align-items: center;
  background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
  border: 0;
  border-radius: 50px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-width: 140px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 196px;
  }
}
.glow-on-hover {
  transition: all ease-in-out 0.1s;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  width: 220px;
}
.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50px;
}
.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
  left: 0;
  top: 0;
  border-radius: 50px;
}
.glow-on-hover span.show {
  display: none;
}
.glow-on-hover span.hide {
  display: block;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* lightbox */
.sl-overlay {
  background-color: black;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  color: #fafafa;
}

/*# sourceMappingURL=style.css.map */
