
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: #ece4fc;
  background-image: linear-gradient(140deg, #ECE4FC 0%, #C4DEF8FF 100%);
}

main {
  overflow: hidden;
}


::selection {
  color: #092438;
  background: #d2c2f2;
}
/* Additional classes for menu effects */

.hide {
  max-height: 0 !important;
}

.btn-reveal {
  display: inline-block !important;
}


img {
  width: 100%;
  height: auto;
}

/* FONTS */

h1, h2, h3 {
  font-family: 'Nunito', sans-serif;
  Font-Size: 35px;
}

p, a, li {
  font-family: 'Roboto', sans-serif;
  Font-Size: 16px;
  line-height: 1.5rem;
  
}

p {
  margin-bottom: 1.5rem;
}

.shadow {
  box-shadow:
  0 0.3px 3.6px rgba(0, 0, 0, 0.059),
  0 0.8px 10px rgba(0, 0, 0, 0.085),
  0 1.8px 24.1px rgba(0, 0, 0, 0.111),
  0 6px 80px rgba(0, 0, 0, 0.17);
}

header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header {
  /* background-color: #051622; */
  background-repeat:repeat;
  z-index: 2000;
}

.inner-intro {
  height: 150px;
  background-color: #051622;
  background-image: url(../img/overlay.png);
  background-repeat:repeat;
  overflow: hidden;
}

.inner-intro svg {
  position: relative;
  left: 70%;
  top: -90%;
  opacity: 0.4;
  transform: scale(1.2);
}


/* DIVIDER */
.divider {
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: relative;
	display: flex;
  top: 5rem;
/* 	bottom: 80px; */
  }


  .left-patch {
  background-color: #051622;
  background-image: url(../img/overlay.png);
	position:relative;
	width:50%;
	height:100%;
  }
  
  .right-patch {
  background-color: #051622;
  background-image: url(../img/overlay.png);
	position:relative;
	width:50%;
	height:100%;
  }
  
  .left-patch  div {
	position:absolute;
	border-top: 80px solid transparent;
	border-left: 50vw solid #bef5f3;
	border-bottom: 0px solid transparent;
  }
  
  .right-patch div {
	position:absolute;
	border-top: 80px solid transparent;
	border-right: 50vw solid #bef5f3;
	border-bottom: 0px solid transparent;
  } 
  
  /* SECOND DIVIDER */
  
  .second-divider {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    display: flex;
  /* 	bottom: 80px; */
  }



  .second-divider .left-patch  div {
    position:absolute;
    border-top: 80px solid transparent;
    border-left: 50vw solid #051622;
    border-bottom: 0px solid transparent;
    }
    
    .second-divider .right-patch div {
    position:absolute;
    border-top: 80px solid transparent;
    border-right: 50vw solid #051622;
    border-bottom: 0px solid transparent;
    } 
    


   /* THIRD DIVIDER */
    .third-divider {
      width: 100%;
      height: 80px;
      overflow: hidden;
      position: relative;
      display: flex;
    /* 	bottom: 80px; */
    }
  
  

      
      /* FOURTH DIVIDER */

      .fourth-divider {
        width: 100%;
        height: 80px;
        overflow: hidden;
        position: relative;
        display: flex;
      /* 	bottom: 80px; */
      }
    

      .fourth-divider .left-patch {
        background-color: #bef5f3;
       /*  background-image: url(../img/overlay.png); */
        position:relative;
        width:50%;
        height:100%;
        }
        
        .fourth-divider .right-patch {
        background-color: #bef5f3;
       /*  background-image: url(../img/overlay.png); */
        position:relative;
        width:50%;
        height:100%;
        }
    
      .fourth-divider .left-patch  div {
        position:absolute;
        border-top: 80px solid transparent;
        border-left: 50vw solid #051622;
        border-bottom: 0px solid transparent;
        }
        
        .fourth-divider .right-patch div {
        position:absolute;
        border-top: 80px solid transparent;
        border-right: 50vw solid #051622;
        border-bottom: 0px solid transparent;
        } 
        
      

    footer {
      background-color: #051622;
      background-image: url(../img/overlay.png);
      background-repeat:repeat;
      background-repeat:repeat;
    }



    h2 {
      margin-bottom: 2.5rem;
    }


    ul {
      margin: 0;
      padding: 0;
    }

    p {
      margin: 0;
    }

    .container {
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    .content-wrapper {
      max-width: 1240px;
    }


    .center-container {
      background-repeat:repeat;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
      position: relative;
      top: 70px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }


    .center-container div p {
      text-align: center;
    }

    .welcome-page {
      background-color: #051622;
      background-image: url(../img/overlay.png);
      background-repeat:repeat;
      padding: 6rem 0 10rem;
      height: 100vh;
  }



    .swirl-rotation {
      max-width: 40vw;
      margin-top: 2rem;
      margin-left: 1rem;
      margin-right: 1rem;
      opacity: 1;
    }


.swirl-rotation img {
  -webkit-animation: rotation 25s infinite linear;
}


@-webkit-keyframes rotation {
  0% {
      -webkit-transform: scale(0.9) rotate(0deg);
  }
  50% {
      -webkit-transform: scale(1) rotate(179.5deg);
  }
  100% {
    -webkit-transform: scale(0.9) rotate(359deg);
}
}




/* Header Menu */
.header {
  /* background-color: #051622; */
  width: 100%;
}



ul li {
  list-style: none;
}

ul li a {
  text-decoration: none; 
}


.tagline {
  font-family: 'Roboto', sans-serif;
  color: #79d3ce;
  font-size: 0.8rem;
  margin: 0;
}



.social-media a,
.contacts-links {
  display: none;
}



.logo p {
  color:#ece4fc;
}

.logo svg {
  width: 50px;
  color: #92f8f3;
  transition: 1s;
}

.logo svg:hover {
  color: #d2c2f2;
}

.footer-logo svg {
  width: 80px;
  color: #92f8f3;
  transition: 1s;
}


.footer-logo svg:hover {
  color: #d2c2f2;
}


.top-menu .contacts-links  li {
  display: flex;
  align-items: center;
  margin-right: 1rem;

}

.top-menu {
  background-color: #051622;
  height: 0px;
}


.top-menu > div {
   display: flex;
   justify-content: space-between;
}



.top-menu li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  color: #869ba9;
  padding-left: 0.5rem;
  transition: all 0.45s ease-in-out;
}

.top-menu li a:hover {
  color: #ece4fc;
}

.top-menu li svg {
  width: 24px;
  height: 24px;
}

.contacts-links svg {
  color: #92f8f3;
}


.social-media {
  display: flex;
  align-items: center;
}

.social-media li {
  padding-left: 0.5rem;
  
}

.social-media li a {
  color: #92f8f3;
  transition: all 0.65s ease-in-out;
}

.social-media li a:hover {
  color: #ece4fc;
  transition: all 0.65s ease-in-out;
}

.main-menu {
  padding: 0.5rem 0;
}

.main-menu div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
    z-index: 10;
}

.logo img {
  max-width: 50px;
}

.logo p {
  margin-left: 0.5rem;
}


nav {
  background-color: #051622;
  overflow: hidden;
  clear: both;
  max-height: 0;
  transition: max-height .8s;
  height: 100vh;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100vh;
  justify-content: center;
}

nav ul li {
  line-height: 0;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.main-menu-show {
  max-height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

nav li a {
  font-size: 2rem;
 /*  padding: 7px 0 7px  0; */
}

nav li a {
  color: #ece4fc;
  font-weight: 300;
  transition: all 0.45s ease-in-out;
}

nav li a:hover {
  transform: skewX(-15deg);
  color: #92f8f3;
  transition: 0.3s;
}



nav li:hover {
  transition: background-color .75s ease-out;
  /* padding: 7px 0 7px  0; */
} 



.call-to-action {
  Font-Family: 'Roboto', Sans-Serif;
  color: #ece4fc;
  font-size: 20px;
  text-transform: uppercase;
  margin: 1rem;
}

.arrow-down {
  width: 66px;
  height: 50px;
  position: relative;
}

.arrow-down:hover {
  animation-duration: 0.5s;
  animation: myfirst 0.5s linear infinite;

}

@keyframes myfirst {
  0%   { left:0px; top:0px;}
  50%  { left:0px; top:10px;}
  100% {left:0px; top:0px;}
}


/* Responsive Menu */

nav li a {
  display: block;
}


/* menu */

nav {
  clear: both;
  max-height: 0;
  transition: max-height .8s;
  height: 100vh;
  line-height: 1.5;
}


/* menu icon */
 .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0px 20px 0;
  position: relative;
  user-select: none;
}

.menu-icon .navicon {
  background: #1BA098;
  display: block;
  height: 1px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
}

 .menu-icon .navicon:before,
 .menu-icon .navicon:after {
  background: #1BA098;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.menu-icon .navicon:before {
  top: 7px;
}

 .menu-icon .navicon:after {
  top: -7px;
}
/* menu btn */

 .menu-btn {
  display: none;
}


.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

 .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.works-section {
  padding-top: 6rem;
  padding-bottom: 18rem;
  height: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0517225c;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#menu-btn {
  display: none;
}

#menu-btn:checked~.nav-list {
  height: 100vh;
}

#menu-btn:checked~.nav-list li {
  opacity: 1;
}

@media (min-width: 768px) {

  .logo svg {
    width: 80px;
    color: #92f8f3;
    transition: 1s;
  }

  nav {
    background-color: #051622;
    overflow: hidden;
    clear: both;
    max-height: 0;
    transition: max-height .8s;
    height: 100vh;
    line-height: 1.5;
    position: static;
    top: 0;
    left: 0;
    width: auto;
  }

  nav ul {
    height: auto;
  }

  .container {
    width: 98%;
    padding: 0 2rem;
  }

  /* DIVIDER */
  .divider {
    top: 5rem;
  /* 	bottom: 80px; */
    }

    .logo img {
      max-width: 70px;
    }
    

    .top-menu {
      height: auto;
      padding: 1rem;
    }

    .main-menu {
      padding: 1rem;
    }

    .logo {
      padding-left: 0;
    }
    
    
    .header nav {
      max-height: none;
      background-color: transparent;
    }

    nav ul {
      display: flex;
      flex-direction: row;
      padding-top: 0;
    }

    .contacts-links {
      display: flex;
    }


  .menu-icon {
      display: none;
    }

    
    .main-menu > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 4%;
    }

    
  nav ul {
    display: flex;
    gap: 1.5rem;
  }

  nav ul li a {
    font-size: 1rem;
    text-transform: capitalize;
  }

  /* nav ul li a:hover {
    border-bottom: 1px solid #1BA098;
  }
 */

  nav {
    height: auto;
  }

  .logo {
    display: flex;
    align-items: center;
  }

}


.works-section {
  background-color: #bef5f3;
  background-image: url(../img/overlay.png);
  background-repeat:repeat;
  background-size: 100% 100%;
  background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
  background: radial-gradient(18% 28% at 24% 50%, #CEFAFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 18% 71%, #FFFFFF59 6%, #073AFF00 100%),radial-gradient(70% 53% at 36% 76%, #BDF5F3 0%, #073AFF00 100%),radial-gradient(42% 53% at 15% 94%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(42% 53% at 34% 72%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 35% 87%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(31% 43% at 7% 98%, #FFFFFFFF 24%, #073AFF00 100%),radial-gradient(21% 37% at 72% 23%, #CEFAFFFF 24%, #073AFF00 100%),radial-gradient(35% 56% at 91% 74%, #d2c2f2 9%, #073AFF00 100%),radial-gradient(74% 86% at 67% 38%, #c8f8fc 24%, #073AFF00 100%),linear-gradient(125deg, #c8f8fc 1%, #BDF5F3FF 100%);
  padding-bottom: 24px;
}


.flex {
  display: flex;
  justify-content: space-between;
  padding: 3rem 1.5rem;
}


.skills-flex {
  padding-bottom: 5rem;
 }

.skill-bars {
  padding-bottom: 2rem;
}



@media(min-width: 768px){

  .swirl-rotation {
    max-width: 50vw;
  }

  nav ul li {
    margin-bottom: 0;
  }

  .center-container {
    top: 0px;
  }

 
  .logo li {
    width: 33.3%;
    font-weight: 300;
    font-size: 0.8rem;
  }
   

  .logo svg {
    width: 70px;
    color: #92f8f3;
    transition: 1s;
  }

  .logo svg:hover {
    color: #d2c2f2;
  }

  .footer-logo svg {
    width: 70px;
    color: #92f8f3;
    transition: 1s;
  }

  
  .footer-logo svg:hover {
    color: #d2c2f2;
  }

  .logo p {
    display: block;
  }
  
  .menu-btn  {
  display: none;
  }


  .swirl-rotation {
    display: flex;
    justify-content: center;
    max-width: 22vw;
    height: auto;
    margin-bottom: 36px;
  }


  .center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 9rem;
    height: 100vh;
    justify-content: center;
  }

  
  /** show the menu on toggle **/
  .show-nav {
    max-height: 35rem;
  }

  
  
  .skills div > .skills-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
   }
  
   .top-menu a {
    display: flex;
  }

  form {
    max-width: 500px;
  }


  .footer > .flex > div:last-child {
    justify-content: flex-end;
  }

 
  .skill-bars {
      padding: 25px 30px;
      width: 438px;
      border-radius: 10px;
      padding-bottom: 0rem;
    }
  }

/*  WELCOME PAGE SECTION */

.welcome-page div h1 {
  font-size: 3rem;
  line-height: 110%;
  color: #ece4fc;
  font-weight: 300;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}

.welcome-page div h1 span {
  text-align: left !important;
}

.welcome-page div p:not(.call-to-action) {
  color: #ece4fc;
  font-weight: 100;
  margin: 0;
  }

  .welcome-page div p:not(.call-to-action) span {
    text-align: left !important;
  }

 .grid {
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
 }

  .arrow-down {
    color: #d2c2f2;
    width: 50px;
  }

  .footer-logo img {
    width: 50px;
    margin: 1rem;
  }

  .welcome-page .line-1 {
    max-width: 450px;
  }

  @media(min-width: 920px) {
    .contacts-menu {
      display: flex;
      justify-content: space-between;
    }
  }

  .line {
    overflow: hidden;
    padding-bottom: 0.09em;
}

  @media(min-width: 768px){

  .works-wrapper {
    padding-bottom: 8rem;
  }

  .footer-logo img {
      width: 70px;
  }

 .welcome-page div h1 {
  color: #ece4fc;
  font-size: 3.4rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 4rem;
  text-align: center;
  max-width: 800px;
  }

  h1 span {
    font-size: 3.4rem;
    line-height: 100%;
    
  }

  .hidden-text {
    position: absolute;
    z-index: 200;
    width: 100%;
  }

  p.animate {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    width: 100%;
  }

  .line {
    overflow: hidden;
    padding-bottom: 0.09em;
}
  
  .welcome-page .line-1 {
    font-size: 21px;
    line-height: 2.4rem;
    font-family: 'Roboto', sans-serif;
    color: #869ba9;
    font-weight: 300;
    text-align: center;
    max-width: 800px;
  }

  .welcome-page .line-2 {
    font-size: 21px;
    line-height: 2.4rem;
    font-family: 'Roboto', sans-serif;
    color: #869ba9;
    font-weight: 300;
    text-align: center;
    width: 800px;
    animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 10s;
    -moz-animation: fadeIn ease 10s;
    -o-animation: fadeIn ease 10s;
    -ms-animation: fadeIn ease 10s;
  }


  @keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
  }

}

}

  
  
/*  WORKS SECTION */

#works-section {
  transition: linear 3s;
  position: relative;
  z-index: 5;
}

.works img {
  width: 100%;
  height: 100%;
}

.works-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: 100%;
}

.works-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;  
}

.works > h2 {
  font-size: 36px;
  color: #051622;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.works-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
}


.grid {
  position: relative;
  flex-grow: 1;
  margin: auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
/*   grid-gap: 1vmin; */
  justify-items: center;
  align-items: center;
  gap: 1rem;
}

.grid--item  {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
  position: relative;
  width: 135px;
  height: 135px;
  z-index: 1;
  grid-column: span 2;
  max-width: 100%;
  margin-bottom: -45%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .25s;
}

.grid--item:not(:last-child) {
  background-color: #79d3ce;
}

.img:before, .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}

.img:before {
  background: #051622;
}

.img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.description {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  text-align: center;
  color: white;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.5s;
  -webkit-shape-outside: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  shape-outside: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.description a {
  color: #f0f0f0;
}

.description a:hover {
  color: #f0f0f0;
}

h3 {
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
}

h3:before, h3:after {
  display: inline-block;
  margin: 0 0.5em;
  width: 0.5rem;
  height: 0.1rem;
  line-height: 21px;
  background: #92f8f3;
  content: "";
  vertical-align: middle;
  transition: all 0.3s;
}

.grid--item:hover .img:before,
.grid--item:hover .img:after,
.grid--item:hover .description {
  opacity: 1;
}

.grid--item:hover .description {
  transform: translate(-50%, -50%) scale(1);
}


.grid--item:hover {
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.works > .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 3rem;
  
}

#myBtnContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 650px;
}

.btn {
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn {
  color: #092438;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding: 9px 14px 9px  14px;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 0.5rem;
}

.btn:hover {
  background-color: #b698f3;
  border-radius: 7px;
  transition: 0.5s;
  padding: 9px 14px 9px  14px;
}

.grid--item--first {
  grid-column: 2 / span 2;
}

 
@media only screen and (min-width: 320px) and (max-width: 359px) {
  
  .grid {
    /* grid-gap: 4vmin; */
  }
  
  .grid--item  {
    width: 135px;
    height: 135px;

  } 
}

@media only screen and (min-width: 360px) and (max-width: 390px) {
  
  .grid {
    grid-gap: 3vmin;
  }
  
  .grid--item  {
    width: 160px;
    height: 160px;

  } 
}


@media only screen and (min-width: 391px) and (max-width: 414px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 0vmin;
  }

  .grid--item  {
    position: relative;
    width: 10.25rem;
    height: 10.25rem;
    z-index: 1;
    max-width: 100%;
    margin-bottom: -42%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all .25s;
  } 
}

@media only screen and (min-width: 415px) and (max-width: 450px) {
  
  .grid--item  {
    position: relative;
    width: 10.25rem;
    height: 10.25rem;
    z-index: 1;
    max-width: 100%;
    margin-bottom: -48%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all .25s;
  }
}


@media only screen and (min-width: 451px) and (max-width: 649px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 0vmin;
    max-width: 400px;
  }

  .grid--item {
    width: 10.25rem;
    height: 10.25rem;
    z-index: 1;
    max-width: 100%;
    margin-bottom: -35%;
  }

}

@media only screen and (min-width: 650px) and (max-width: 925px)  {

  .grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 0vmin;
    max-width: 600px;
  }

  .grid--item  {
    position: relative;
    width: 10.25rem;
    height: 10.25rem;
    z-index: 1;
    /* grid-column: span 2; */
    max-width: 100%;
    margin-bottom: -35%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all .25s;
  }

  .grid--item:not(:last-child) {
  background-color: #79d3ce;
}
}

@media only screen and (min-width: 926px) and (max-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 0vmin;
    max-width: 750px;
  }

  .grid--item {
    width: 10rem;
    height: 10rem;
    z-index: 1;
    max-width: 100%;
    margin-bottom: -40%;
  }
}

@media only screen and (min-width: 1201px)  {
  .grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-gap: 0.5vmin;
  }
  .grid--item {
    width: 13.75rem;
    height: 13.75rem;
    z-index: 1;
    max-width: 100%;
    margin-bottom: -40%;
  }
}


/*  FILTER FOR WORKS*/
.filters {
  overflow: hidden;
}


.filterDiv {
  display: none; /* Hidden by default */
  float: left;
}

  /* The "show" class is added to the filtered elements */
/*   .show { 
    animation: show .5s ease 0s 1 normal forwards;    
    transform-origin: center;
} */


@keyframes show {
  0%{
    transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    transform: scale(1);    
  }
}
  
  .show {
    display: block;
  }

  /*Scroll animation */
  .scrolled.filterDiv {
    animation: show .9s ease 0s 1 normal forwards;    
    transform-origin: center; 
  }

  @keyframes show {
    0%{
      transform: scale(0);     
      width: 0;
      height: 0;
      margin: 0;   
    }
    100% {
      transform: scale(1);    
    }
  }
  
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.65s ease-in-out;
  }
  
  /* Add a light grey background on mouse-over */
 
  
  /* Add a dark background to the active button */
  .btn.active {
    background-color:#b698f3;
  }

@keyframes hide {
  0%{
    transform: scale(1);        
  }
  100% {
    transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0%{
    transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    transform: scale(1);    
  }
}


/*  SKILLS SECTION */

/*Divider tringle*/
.shape-divider-wavy-loop-top {
  position: absolute;
  bottom: -1370px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.shape-divider-wavy-loop-top svg {
  position: relative;
  display: block;
  width: 100%;
}
  

.skills {
  background: linear-gradient(160deg, #051622 50%, #422d6c 100%);
  background-color: #051722;
  background-image: url(../img/overlay.png);
  background-repeat:repeat;
  padding: 8rem 0 4rem 0;
}


.skills div > h2 {
  font-size: 36px;
  color: #92f8f3;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-top: 24px;
}


.skills > h2 {
  font-size: 36px;
  color: #92f8f3;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.skills div h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
  color: #f1f1f1;
  text-align: center;
}


.skill-bars{
  width: 100%;
  border-radius: 10px;
}
.skill-bars .bar{
  margin: 20px 0;
}
.skill-bars .bar:first-child{
  margin-top: 0px;
}
.skill-bars .bar .info{
  margin-bottom: 5px;
}
.skill-bars .bar .info span{
  font-family: 'Roboto', sans-serif;
  color: #869ba9;
  font-weight: 300;
  font-size: 17px;
  opacity: 0;
  animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
  100%{
    opacity: 1;
  }
}

.skill-bars .bar .progress-line {
  height: 5px;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  /*animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;*/
}

/*Scroll animation */
.scrolled.info {
  animation: showText 0.5s 1s linear forwards;
}


.scrolled.progress-line {
  animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}

@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}
.bar .progress-line span{
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: #92f8f3;
  animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}

.bar .progress-line.ux span{
  width: 100%;
}
.bar .progress-line.photo-editing span{
  width: 100%;
}

.bar .progress-line.web-design span{
  width: 100%;
}

.bar .progress-line.photo-montage span{
  width: 100%;
}

.bar .progress-line.illustration span{
  width: 100%;
}


.bar .progress-line.html span{
  width: 100%;
}
.bar .progress-line.js span{
  width: 85%;
}
.bar .progress-line.php span{
  width: 90%;
}
.bar .progress-line.front-end span{
  width: 100%;
}
.bar .progress-line.wordpress span{
  width: 100%;
}
.bar .progress-line.gsap span {
  width: 80%;
}

.bar .progress-line.creativity span{
  width: 100%;
}

.bar .progress-line.attention span{
  width: 100%;
}

.bar .progress-line.communication span{
  width: 100%;
}

.bar .progress-line.critical span{
  width: 100%;
}

.bar .progress-line.fast-learner span{
  width: 100%;
}

.bar .progress-line.problem-solver span{
  width: 100%;
}

.progress-line span::before{
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

.progress-line span::after{
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 500;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
  100%{
    opacity: 1;
  }
}

.software {
  display: flex;
  justify-content: center;
  padding-bottom: 72px;
}

.software ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-evenly;
  max-width: 600px;
}

.software ul li {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.software ul li a {
  color: #f1f1f1;
}

.software ul li a:hover {
  color: #92f8f3;
  transition: 0.5s;
}

@media(min-width: 768px) {
  .skills-flex {
    display: flex;
    padding-bottom: 5rem;
  }
}

/*  LIFE JOURNEY SECTION */

/* The actual timeline (the vertical ruler) */
.middle-line {
  position: relative;
  max-width: 2150px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.middle-line::after {
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}


.life-journey {
  background-color: #bef5f3;
  background-size: 100% 100%;
  background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
  background-image: radial-gradient(18% 28% at 24% 50%, #CEFAFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 18% 71%, #FFFFFF59 6%, #073AFF00 100%),radial-gradient(70% 53% at 36% 76%, #BDF5F3 0%, #073AFF00 100%),
  radial-gradient(42% 53% at 15% 94%, #E935D1FF 7%, #073AFF00 100%),radial-gradient(42% 53% at 34% 72%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 35% 87%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(31% 43% at 7% 98%, #FFFFFFFF 24%, #073AFF00 100%),radial-gradient(21% 37% at 72% 23%, #CEFAFFFF 24%, #073AFF00 100%),radial-gradient(35% 56% at 91% 74%, #854FFFF5 -9%, #073AFF00 100%),radial-gradient(74% 86% at 67% 38%, #CEFAFFFF 0%, #073AFF00 100%),linear-gradient(125deg, #BEF4F2 1%, #BEF4F2 100%);
  background-size: 100% 100%;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.life-journey h2 {
  font-size: 36px;
  color: #051622;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
}

.life-journey div {
  display: flex;
  z-index: 2;
}

.date p {
  font-size: 0.8rem;
}


.timeline-wrapper {
  position: relative;
  width: 1200px;
  overflow-x: scroll;
}

.timeline-wrapper::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.timeline-wrapper .middle-line {
  position: absolute;
  width: 2500px;
  height: 2px;
  top: 51%;
  transform: translateY(-50%);
  background: #051622;
}

.box {
 padding-left: 4rem;
}

.box .date {
  position: relative;
  top: 39px;
  right: 30px;
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  background: #051622;
  border: 2px solid  #051622; 
  z-index: 2;
}


.date p {
  text-align: center;
  transform: rotate(-45deg);
  color: #f1f1f1;
  line-height: 1rem;
  padding-top: 0.5rem;
}


.box .box-content {
  border-radius: 5px;
  background-color: #051622;
  width: 240px;
  padding: 15px;
}

.box-content p {
  margin: auto;
  color: #fff;
}

.box-content::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
}

.box-bottom .box-content::before {
  border-bottom-color: #051622;
  top: -20px;
}


.box-top .box-content::before {
  border-top-color: #051622;
  
}

.grid-item {
  width: 240px;
  float: left;
}

.timeline-container {
  overflow-x: scroll;
}


@media(min-width: 768px) {

.timeline-wrapper div {
  display: block;
}
  
.timeline-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  min-width: 1200px;
}

.timeline-wrapper::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.timeline-wrapper .middle-line {
  position: absolute;
  width: 90%;
  height: 2px;
  top: 47%;
  left: 0;
  right: 0;
  background: #051622;
}

.box {
  width: 15%;
  position: relative;
  left: 6.5rem;
  height: 370px;
  float: right;
  padding-left: 2rem;
}

.box .date {
  position: absolute;
  top: 40%;
  left: 60px;
  transform: translateY(-50%);
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  background: #051622;
  border: 2px solid  #051622; 
  z-index: 2;
}
.date p {
  text-align: center;
  margin-bottom: 0px;
  transform: rotate(-45deg);
  color: #f1f1f1;
  line-height: 1rem;
  padding-top: 0.5rem;
}


.box .box-content {
  border-radius: 5px;
  background-color: #051622;
  width: 250px;
  height: 125px;
  top: 0px;
  position: absolute;
  left: -40px;
  padding: 15px;
  display: flex;
  align-items: center;
}

/* .box .box-content:hover {
  transform: rotateY(360deg);
  
} */


.box-content p {
  margin: 0;
  color: #f1f1f1;
  text-align: center;
  font-weight: 300;
}

.box-bottom .box-content {
  top: 65%;
}

.box-content::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
}

.box-bottom .box-content::before {
  border-bottom-color: #051622;
  top: -20px;
}

.box-top .box-content::before {
  border-top-color: #051622;
  bottom: -20px;
}
}

/*  CONTACTS SECTION */
.contacts {
  background-color: #051722;
  background-image: url(../img/overlay.png);
  background-repeat:repeat;
  padding: 8rem 0;
}

.contacts div > h2 {
  font-size: 36px;
  color: #92f8f3;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}

.contacts div > p {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #869ba9;
}

.contacts  div> .column {
 display: flex;
 justify-content: center;
 padding: 0 1rem;
}

form {
  max-width: 560px;
  margin: auto;
}


input[type=text], select, textarea {
  background-color: #ece4fc;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 55px; 
  color: #051622;
  padding: 0.5rem;
  
}

label {
  color: #869ba9;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

input[type=email],
input[type=text],
textarea {
  transition: all 0.3s ease-out;
}


input[type=email]:hover,
input[type=text]:hover,
textarea:hover {
  background-color: #fff;
  transition: all 0.3s ease-in;
}


input[type=email], select, textarea {
  color: #051622;
  width: 100%;
  height: 3rem;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  color: #869ba9;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background-color: #ece4fc;
  padding: 0.5rem;
  outline: none;
}

textarea {
  height: 150px;
}

form div {
  display: flex;  
  justify-content: center;  

}

input[type=submit] {
  background-color: #92f8f3;
  padding: 1px 3rem;
  color: #051722;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  transform: skewX(-15deg);
  transition: all 0.45s ease-in-out;
}


input[type=submit]:hover {
  background-color: #d2c2f2;
  transform: skewX(0deg);
  transition: 0.5s;
}

textarea:hover {
  background-color: #fff;
  transition: 0.5s;  
  color: #051622;
}

textarea:focus {
  border-color: #6B0505;
}

/*  FOOTER */

.footer > div:first-child {
  padding-top: 3rem;
}

.footer ul li {
  font-weight: 300;
}

hr {
  margin: 0;
}

.footer > .flex > div:first-child {
  flex-grow: 1;
  width: 70%;
}

.footer > .flex > div:last-child {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  width: 30%;
}


.contacts-menu li svg {
  height:24px;
  color: #92f8f3;
}


.contacts-menu li  {
  color: #869ba9;
  display: flex;
  padding-bottom: 1rem;
}

.contacts-menu li a {
  color: #869ba9;
  padding-left: 0.5rem;
  transition: all 0.65s ease-in-out;
}

.contacts-menu li a:hover {
  color: #d2c2f2;
  transition: all 0.65s ease-in-out;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
 
}

.footer-logo p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #92f8f3;
  margin: 1rem;
}

.footer-logo p a {
  font-size: 20px;
  font-weight: 400;
  color: #d2c2f2;
  text-decoration: none;
}

.footer-logo p a:hover {
  text-decoration: underline;
}


.footer-bottom div {
  display: flex;
  justify-content: center;
  
}

.footer-bottom {
  background-color: #051622;
  padding: 1rem 0;
}

.footer-bottom  div p {
  color: #869ba9;
  font-size: 12px;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media only screen and (min-width: 500px){
  .social-links {
    flex-direction: row;
    gap: 1rem;
  }
}

.social-links li a {
  color: #92f8f3 !important;
  transition: all 0.65s ease-in-out;
}

.social-links li a:hover {
  color: #d2c2f2 !important;
  transition: all 0.65s ease-in-out;
}


.divider-line {
  border-top: 1px solid  #092438;
}

/*  ABOUT PAGE */
.about {
  padding-top: 70px;
  padding-top: 30px;
  padding-bottom: 80px;
}

.about > div {
  padding: 0 1rem;
}

.about p {
  font-size: 16px;
  color: #051622;
  padding-bottom: 32px;
}

.about li {
  font-size: 16px;
  color: #051622;
}


.about div > h2 {
  font-size: 36px;
  color: #051622;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

/*  Rhombus avatar */

.rhombus-contaniner {
  position: relative;
  flex-grow: 1;
  margin: auto;
  max-width: 500px;
  max-height: 500px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 1vmin;
  justify-items: center;
  align-items: center;
  padding-bottom: 1.5rem;
}

.rhombus-contaniner > img {
  z-index: 1;
  grid-column: span 2;
  max-width: 100%;
  margin-bottom: -52%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .25s;
}
.rhombus-contaniner > img:nth-child(1) {
  grid-column: 2 / span 2;
}

.rhombus-contaniner > img:nth-child(4) {
  grid-column: 2 / span 2;
}


.rhombus-contaniner > img:hover {
  z-index: 2;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}



.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  float: left;
  width: 20%;
  padding: 0 6px;
}

.responsive-two {
  float: left;
  width: 50%;
  padding: 0 6px;
}

@media only screen and (max-width: 700px) {

  .contacts-menu {
    margin: 0 auto;
  }
 
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  .responsive-two {
    width: 49.99999%;
    margin: 6px 0;
  }   
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }

  .responsive-two {
    width: 100%;
  }
}

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

 


/* PORTFOLIO */

 .work-title {
   font-size: 0.8rem;
   text-transform: uppercase;
   line-height: 1.5;
   color: #092438;
   text-align: center;
 }

  .about,
  .portfolio-section {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .portfolio-section div > h2 {
    font-size: 36px;
    color: #051622;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
  }

  .mobile-screen-video {
    width: 276px;
    object-fit: cover;
    border: 7px solid transparent;
    border-radius: 32px;
    border-image: url(../img/device.png) 8 fill;
  }

  .gallery div p {
    text-align: center;
  }

  .gallery div a {
    display: flex;
    justify-content: center;
  }

  .portfolio-text ul {
    list-style:none;
    margin-bottom: 24px;
  }

  .text-center {
    text-align: center;
  }

  .portfolio-section {
    padding: 8rem 0rem;
  }

  .portfolio-section div ul li:before {
    content: "\2605";
    color: #b698f3;
    font-size: 16px;
    line-height: 1.5rem;
    margin: 5px;
  }

  .portfolio-text p,
  .portfolio-text ul {
    color: #0c0c0c;
    margin-bottom: 1.5rem;
  }

  /* span {
    color: #051622;
    font-weight: 800;
    padding-right: 0.5rem;
  } */



  a {
  text-decoration: none;
  }

  .site-link {
    color: #fff;
    background-color: #092438;
    width: 144px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
    transform: skewX(-15deg);
    transition: all 0.45s ease-in-out;
  }

  .site-link a {
    text-align: center;
    padding: 0 0.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 44px;
    text-transform: uppercase;
  }

  .site-link:hover {
    background-color: #b698f3;
    transition: 0.5s ease;
    transform: skewX(0deg);
  }



  img {
    width: 100%;
  }

   /* Dashboard */
   .dashboard {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .dashboard p {
    text-align: center;
    padding: 0.5rem 0;
  }

  .dashboard video {
    width: 324px;
    height: auto;
  }

  .dashboard > div {
    display: flex;
    justify-content: center;
  }



  .two-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
 

@media(min-width: 768px) {
  
  .portfolio-section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .about-flex {
    display: flex;
    justify-content: space-between;
    align-items:center;
  }
  
  .about-flex div {
    width: 50%;
  }

  .portfolio-text {
    margin-bottom: 4rem;
    max-width: 800px;
    margin: 0 auto;
  }


  .portfolio-text ul li {
    margin-right: 1rem;
  }

  .portfolio-text div {
    display: flex;
    justify-content: center;
    text-align: left;
  }


  .flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }


  /* HARRY POTTER */

  .two-col {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }



  /* Dashboard */
  .dashboard {
    grid-template-columns: 1fr auto;
 }
 

  .dashboard p {
    text-align: center;
    padding: 0.5rem 0;
  }

  .dashboard video {
    width: 324px;
    height: auto;
  }
  
}

@media(min-width: 1200px) {
  .dashboard {
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
  }
  
}

/* GALLERY MODAL LIGHTBOX*/

.fuss-cupcakes .modal-image {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-height: 100%;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-style: solid;
  border-color: white;
  box-shadow: 0px 0px 10px #cecece;
}

.modal-image {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-height: 100%;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-style: solid;
  border-color: white;
  box-shadow: 0px 0px 10px #cecece;
}


.modal-image:hover {opacity: 0.7;}

  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed; 
    z-index: 100; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  }

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: fit-content;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-style: solid;
  border-color: white;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }

  .grid-item {
    width: 100%;
  }
  

}

/* Responsive Menu */
.grid {
  margin: 0 auto;
}



/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item-height1 {
  width: 400px;
  height: 1300px;
  margin-bottom: 1rem;
}

.grid-item-height2 {
  height: 4383px;
  margin-bottom: 1rem;
}

.grid-item-height3 {
  height: 430px;
  margin-bottom: 1rem;
}

.grid-item-height4 {
  width: 350px;
  height: 700px;
  margin-bottom: 1rem;
}

.grid-item-height5 {
  height: 3200px;
  margin-bottom: 1rem;
}

.grid-item-height6 {
  width: 350px;
  height: 700px;
  margin-bottom: 1rem;
}

.grid-item-height7 {
  height: 2915px;
  margin-bottom: 1rem;
}

.blue-link {
  color: #ece4fc;
  transition: color 0.35s ease-in-out;
}

.blue-link:hover {
  color: #1BA098;
}


/* MAILCHIMP FORM STYLES */

.mc-field-group {
  display: flex;
  flex-direction: column;
}

input {
  outline: none;
  height: 3rem;
}

input:focus {
  border: #79d3ce 2px solid;
}

.form {
  min-width: 300px;
  max-width: 400px;
  margin: auto;
}

#mc_embed_signup div.mce_inline_error {
  margin: -0.5rem 0 1em 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  z-index: 1;
  color: #d37998 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
}

.optionalParent {
   margin-top: 2rem;
}

/* Shape Divider */

.shapedividers_com-8663 {
  overflow:hidden;
  position:relative;
  }

  .shapedividers_com-8663::before {
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat; 
  background-size: 100% 90px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 476.62 100.69"><path fill="%23c9f8fc" d="M476.62 100.69V0l-238.3 95.47L0 0v100.69Z"/></svg>');    
  }
  
  @media (min-width:768px){
  .shapedividers_com-8663::before{
  background-size: 100% 90px;
  background-position: 50% 100%;   
  }  
  }
   
  @media (min-width:1025px){
  .shapedividers_com-8663::before{ 
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 100% 161px;
  background-position: 50% 100%;  
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 476.62 100.69"><path fill="%23c9f8fc" d="M476.62 100.69V0l-238.3 95.47L0 0v100.69Z"/></svg>'); 
  }
  }
  @media (min-width:2100px){
  .shapedividers_com-8663::before{
  background-size: 100% calc(2vw + 161px);
  }
  }
   

  /* 2nd shape divider */
    
  .shapedividers_com-7821{
    overflow:hidden;
    position:relative;
    }
    .shapedividers_com-7821::before{
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat; 
    background-size: 100% 90px;
    background-position: 50% 100%; 
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23051622" d="M0 288l1440-128v160H0z"/><path fill="%23051622" opacity="1" d="M0 192l1440-96v224H0z"/></svg>'); 
   

    }
    
    @media (min-width:768px){
    .shapedividers_com-7821::before{
    background-size: 100% 90px;
    background-position: 50% 100%;   
    }  
    }
     
    @media (min-width:1025px){
    .shapedividers_com-7821::before{ 
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 357px;
    background-position: 50% 100%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23051622" d="M0 288l1440-128v160H0z"/><path fill="%23051622" opacity="1" d="M0 192l1440-96v224H0z"/></svg>'); 
    }
    }
    @media (min-width:2100px){
    .shapedividers_com-7821::before{
    background-size: 100% calc(2vw + 357px);
    }
    }

    /* Third Divider */

.shapedividers_com-5216 {
  overflow:hidden;
  position:relative;
  }

  .shapedividers_com-5216::before{ 
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 100% 252px;
  background-position: 50% 100%; 
  transform: rotateY(180deg); background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23bef5f3" d="M0 288l1440-128v160H0z"/><path fill="%23bef5f3" opacity="0" d="M0 192l1440-96v224H0z"/></svg>'); 
  }
  
  @media (min-width:2100px){
    .shapedividers_com-5216::before{
    background-size: 100% calc(2vw + 252px);
  }
  }

  /* Fourth Divider */
 

  .shapedividers_com-6082{
    overflow:hidden;
    position:relative;
    }
    .shapedividers_com-6082::before{
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat; 
    background-size: 100% 90px;
    background-position: 50% 100%;    
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity="0" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity="0" fill="%23fbd8c2"/></svg>'); 
    }
    
    @media (min-width:768px){
    .shapedividers_com-6082::before{
    background-size: 100% 90px;
    background-position: 50% 100%;   
    }  
    }
     
    @media (min-width:1025px){
    .shapedividers_com-6082::before{ 
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 273px;
    background-position: 50% 100%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%2335275c" d="M0 288l1440-128v160H0z"/><path fill="%2335275c" opacity="0" d="M0 192l1440-96v224H0z"/></svg>'); 
    }
    }
    @media (min-width:2100px){
    .shapedividers_com-6082::before{
    background-size: 100% calc(2vw + 273px);
    }
    }

    /*  */
    .shapedividers_com-9136 {
      overflow:hidden;
      position:relative;
      }
      .shapedividers_com-9136::before{
      content:'';
      font-family:'shape divider from ShapeDividers.com';
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px;
      top: -1px;
      z-index: 3;
      pointer-events: none;
      background-repeat: no-repeat; 
      background-size: 100% 90px;
      background-position: 50% 100%;    
      background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 773.74 154.98"><g fill="%23051822"><path d="M773.74 154.98H0L386.87 77.5Z"/><path d="M773.74 154.98 386.87 0 0 154.98Z" opacity="0"/></g></svg>'); 

      }
      
      @media (min-width:768px){
      .shapedividers_com-9136::before{
      background-size: 100% 90px;
      background-position: 50% 100%;   
      }  
      }
       
      @media (min-width:1025px){
      .shapedividers_com-9136::before{ 
      bottom: -0.1vw;
      left: -0.1vw;
      right: -0.1vw;
      top: -0.1vw; 
      background-size: 124% 79px;
      background-position: 50% 100%;  
      background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 773.74 154.98"><g fill="%23051822"><path d="M773.74 154.98H0L386.87 77.5Z"/><path d="M773.74 154.98 386.87 0 0 154.98Z" opacity="1"/></g></svg>'); 
      }
      }
      @media (min-width:2100px){
      .shapedividers_com-9136::before{
      background-size: 124% calc(2vw + 79px);
      }
      }


      
body {
  overflow-x: hidden;
  
}

.swirls-wrapper {
  position: relative;
  top: 0;
  
}

.swirl-two {
  position: absolute;
  z-index: 10;
  width: 80%;
  top: -25rem;
  right: -20vw;
  opacity: 0.4;
  pointer-events: none;
}


.swirl-two {
  -webkit-animation: pulsation-two 15s infinite linear;
  }
  
  
  @-webkit-keyframes pulsation-two {
  0% {
    -webkit-transform: scale(1) rotate(80deg);
  }
  50% {
    -webkit-transform: scale(0.5) rotate(0deg);
  }
  100% {
  -webkit-transform: scale(1) rotate(80deg);
  }
  }

.swirl-three {
  position: absolute;
  z-index: 5;
  width: 80%;
  top: 15rem;
  left: -45rem;
  opacity: 0.3;
}

.swirl-four {
  position: absolute;
  z-index: 5;
  width: 80%;
  top: 15rem;
  left: -20vw;
  opacity: 0.4;
}


.swirl-four {
-webkit-animation: pulsation 20s infinite linear;
}


@-webkit-keyframes pulsation {
0% {
  -webkit-transform: scale(0.5) rotate(0deg);
}
50% {
  -webkit-transform: scale(1) rotate(80deg);
}
100% {
-webkit-transform: scale(0.5) rotate(0deg);
}
}

@media (min-width: 786px){
  .swirl-two {
    position: absolute;
    z-index: 2;
    width: 80%;
    top: -20rem;
    right: -30vw;
    opacity: 0.4;
    pointer-events: none;
  }

  .swirl-four {
    position: absolute;
    z-index: 5;
    width: 80%;
    top: 30rem;
    left: -35vw;
    opacity: 0.4;
    opacity: 0.4;
  }
}

.footer {
  position: relative;
    overflow: hidden;
}

.footer-swirls-wrapper {
  /* position: relative; */
  top: 0;
  
}

.footer-swirl-two {
  position: absolute;
  z-index: 200;
  width: 80%;
  top: -20rem;
  right: -10rem;
  opacity: 0.4;
  pointer-events: none;
}

.footer-swirl-four {
  position: absolute;
  z-index: 5;
  width: 80%;
  top: 15rem;
  left: -20rem;
  opacity: 0.4;
  pointer-events: none;
}

@media (min-width: 786px){
  .footer-swirl-two {
    position: absolute;
    z-index: 100;
    width: 80%;
    top: -20rem;
    right: -30rem;
    opacity: 0.4;
    pointer-events: none;
  }

  .footer-swirl-four {
     position: absolute;
     z-index: 5;
     width: 60%;
     top: 40rem;
     left: -30vw;
     opacity: 0.4;
    }
  }

  /* Transitions Effects */
  :root {
    --primary: #AF1E2D;
    --light: #F3F3F3;
    --grey: #8A8A8B;
    --dark: #212121;
  }

  .transition-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background-color: var(--dark);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease-out;
  }
  
  .transition-1.is-active {
    pointer-events: all;
    opacity: 1;
  }
  
  .transition-2 {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    z-index: 101;
    background-color: var(--dark);
    transition: 0.5s ease-out;
  }
  
  .transition-2.is-active {
    left: 0px;
  }
  
  .transition-3 {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: var(--dark);
    transition: 0.5s ease-out;
  }
  
  .transition-3.is-active {
    top: 0;
  }
  
       
     
     
     
  
  
