html, body, header, nav, div, ol, ul, li, dl, dt, dd, header, img, p, h1, h2, h3, h4, h5, h6, main, aside, article, section, footer, pre, form, fieldset, input, blockquote, textarea, table, th, td, embed, object  {
  margin: 0px;
  padding: 0px;
  }
@font-face {
  font-family:secret;
  src: url(/fonts/State\ Secret.ttf);
}
@font-face {
  font-family:futuraobl;
  src: url(/fonts/Futura\ Heavy\ Oblique.ttf);
}
@font-face {
  font-family:louis;
  src: url(/fonts/Louis\ George\ Cafe.ttf);
}
@font-face {
  font-family: 'frostbite';
  src: url('/fonts/FROSTBITE-Narrow-Bold.ttf') format('truetype');
}
  body {
    font-size: 62.5%;
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Play", sans-serif;
}

h1 {
  font-size: 7.0em;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 3.0em;
}

h4 {
  font-size: 2.4em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.6em;
}

p {
  font-size: 1.6em;
  font-family: "Josefin Sans", sans-serif;
  color: #adadad;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.section-title {
  margin-bottom: 50px;
}
.section-title.center-title {
  text-align: center;
}
.section-title.center-title h2:after {
  right: 0;
  margin: 0 auto;
}
.section-title span {
  color: #ffffff;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-title h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.section-title hr{
  height: 5px;
  width: 100px;
  background-color: #00bfe7;
 border: 1px solid transparent;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-family: "Play", sans-serif;
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 5px solid #00bfe7;
  border-top: 5px solid #00bfe7;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 5px solid #ed2576;
  border-bottom: 5px solid #ed2576;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  background: #00bfe7;
  font-family: "Play", sans-serif;
  font-weight: 700;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 34px 12px;
  width: 100%;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*---------------------
  HEADER
-----------------------*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header__nav__option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo {
  margin-right: 30px;
  display: inline-block;
}
.header__logo img {
  width: 30px;
  height: auto;
}
.header__logo a {
  display: inline-block;
}

nav {
  background:transparent;
  padding: 10px;
  margin-inline: 5px;
}
nav .menuItems {
  list-style: none;
  display: flex;
  justify-content: center;
}
nav .menuItems li {
  margin: 15px;
  font-family: frostbite;
}
nav .menuItems li a {
  text-decoration: none;
  color: #00bfe7;
  font-family:"frostbite";
  font-size: 2em;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
nav .menuItems li a::before {
  content: attr(data-item);
  transition: 0.5s;
  font-family: frostbite;
  color: #ed2576;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  overflow: hidden;
}
nav .menuItems li a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

/* HERO */

@keyframes float {
	0% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.object_container {
	position: relative;
}

.avatar img:nth-child(1){
  position: absolute;
  left: 100px;
  width: 100px;
  height: 100px;
  bottom:100px;
  left: 500px;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
.avatar img:nth-child(2) {
position: absolute;
left:50px;
bottom: 250px;
width: 75px;
height: 75px;
box-sizing: border-box;
animation: float 6s ease-in-out infinite;
}

.avatar img:nth-child(3) {
  position: absolute;
  left: 100px;
  bottom:50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  animation: float 6s ease-in-out infinite;

}
.avatar img:nth-child(4) {
  position: absolute;
  left:400px;
  top: -300px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  animation: float 6s ease-in-out infinite;
}
.hero__slider.owl-carousel .owl-item.active .hero__text span {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.hero__slider.owl-carousel .owl-dots button {
  color: #adadad;
  font-size: 18px;
  font-family: "Play", sans-serif;
  margin-right: 16px;
  position: relative;
  display: inline-block;
}
.hero__slider.owl-carousel .owl-dots button.active {
  color: #ffffff;
}
.hero__slider.owl-carousel .owl-dots button.active:after {
  background: #ffffff;
  height: 2px;
}
.hero__slider.owl-carousel .owl-dots button:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
.hero__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero__item {
  width: 100%;
  height: 100%;
  padding-top: 255px;
  position: relative;
  border-top: 5px solid #00bfe7;
}

.hero__text span {
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  text-align: center;
  justify-content: center;
}
.hero__text h2 {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  letter-spacing:5px;

  margin: 0px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  text-align: center;
  padding-bottom: 65px;
}
.hero__text .primary-btn {
  text-align: center;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
  display: flex;
  justify-content: center;
  width: 28%;
  margin: auto;
}

/* WORK */

.work {
 padding: 25px 0px 0px 0px;
  overflow: hidden;
    background : -moz-linear-gradient(47.67% 262.37% 89.32deg,rgba(236, 0, 140, 1) 22.42%,rgba(216, 72, 156, 1) 31.61%,rgba(208, 101, 163, 1) 36.03%,rgba(174, 77, 151, 1) 53.73%,rgba(146, 58, 140, 1) 71.95%,rgba(129, 46, 134, 1) 87.94%,rgba(123, 42, 132, 1) 99.86%);
    background : -webkit-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    background : -webkit-gradient(linear,47.67% 262.37% ,52.75% -201.28% ,color-stop(0.2242,rgba(236, 0, 140, 1) ),color-stop(0.3161,rgba(216, 72, 156, 1) ),color-stop(0.3603,rgba(208, 101, 163, 1) ),color-stop(0.5373,rgba(174, 77, 151, 1) ),color-stop(0.7195,rgba(146, 58, 140, 1) ),color-stop(0.8794,rgba(129, 46, 134, 1) ),color-stop(0.9986,rgba(123, 42, 132, 1) ));
    background : -o-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    background : -ms-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C', endColorstr='#7B2A84' ,GradientType=0)";
    background : linear-gradient(0.68000000000001deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C',endColorstr='#7B2A84' , GradientType=1);
  }

.work__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work__item {
  border: 4px solid;
  border-color:#ed2576 #673ab7 #673ab7 #ed2576;
  border-radius: 8px;
  height: 310px;
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.work__item:hover .work__item__hover {
  bottom: 0;
}
.work__item.large__item {
  height: 633px;
}

.work__item.wide__item {
  height: 311px;
}
.work__item a:hover {
  cursor: pointer;
}
.grid-sizer {
  width: calc(33.33% - 12px); /* Change width to 33.33% */
}

.work__item__hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  padding: 25px 30px 20px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work__item__hover h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.work__item__hover ul li {
  color: #adadad;
  list-style: none;
  font-size: 16px;
  margin-right: 23px;
  position: relative;
  display: inline-block;
}
.work__item__hover ul li:after {
  position: absolute;
  right: -18px;
  top: 1px;
  content: "/";
}
.work__item__hover ul li:last-child {
  margin-right: 0;
}
.work__item__hover ul li:last-child:after {
  display: none;
}

/* ABOUT MY SELF */

.services {
  background : -moz-linear-gradient(111.97% -38% -136.18deg,rgba(0, 14, 56, 1) 17%,rgba(8, 16, 61, 1) 20.21%,rgba(32, 20, 76, 1) 25.31%,rgba(69, 26, 101, 1) 31.68%,rgba(122, 36, 135, 1) 39.05%,rgba(188, 48, 178, 1) 47.17%,rgba(250, 59, 218, 1) 54.12%);
  background : -webkit-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  background : -webkit-gradient(linear,111.97% -38% ,-134.55% 312.05% ,color-stop(0.17,rgba(0, 14, 56, 1) ),color-stop(0.2021,rgba(8, 16, 61, 1) ),color-stop(0.2531,rgba(32, 20, 76, 1) ),color-stop(0.3168,rgba(69, 26, 101, 1) ),color-stop(0.3905,rgba(122, 36, 135, 1) ),color-stop(0.4717,rgba(188, 48, 178, 1) ),color-stop(0.5412,rgba(250, 59, 218, 1) ));
  background : -o-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  background : -ms-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000E38', endColorstr='#FA3BDA' ,GradientType=0)";
  background : linear-gradient(50.18deg, rgba(0, 14, 56, 1) 50, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 5.17%, rgba(250, 59, 218, 1) 1%);
  padding-bottom: 60px;
  padding-top: 110px;
  border-top: 10px solid #ed2576;
  text-align: center;
  position: relative;
  padding-left: 50px;
  
}
.services__title p {
  margin-bottom: 30px;
  margin: 0px auto;
  justify-content: center;

}

.services__item {
  margin-bottom: 5px;
  justify-content: center;
  text-align: center;

}
.services__item:hover .services__item__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.services__item h4 {
  color: #ffffff;
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 5px;
  justify-content: center;
}
.services__item p {
  margin-bottom: 20px;
  justify-content: center;
}

.services__item__icon {
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 0px auto;
  margin-top: 25px;

}
.services__item__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  border: 4px solid #ed2576;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.designelementone img:nth-child(1) {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 30%;
  left: 0px;
  animation: ghostlyFade 8s infinite;
}

@keyframes ghostlyFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.designelementone img:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  animation: fallAndFade ease-in-out 20s infinite;
}
.designelementone img:nth-child(8) {
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  animation: fallAndFadetwo ease-in-out 15s infinite;
}
@keyframes fallAndFade {
  0% {
    top: -100%;
    left: 10%;
    opacity: 1;
  }
  100% {
    top: 80%;
    left: 10%;
    opacity: 0;
  }
  
}
@keyframes fallAndFadetwo {
  0% {
    top: -100%;
    left: 90%;
    opacity: 1;
  }
  100% {
    top: 80%;
    left: 90%;
    opacity: 0;
  }
  
}
.designelementone img:nth-child(3) {
  position: absolute;
  bottom: 500px;
  left: 20%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.designelementone img:nth-child(4) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.designelementone img:nth-child(6) {
  position: absolute;
  top: 70%;
  right:20%;
  width: 55px;
  height: 55px;
  animation: float 6s ease-in-out infinite;
}
.designelementone img:nth-child(5) {
  position: absolute;
  top: 50%;
  right:20%;
  width: 65px;
  height: 65px;
  animation: float 6s ease-in-out infinite;
}
.designelementone img:nth-child(7) {
  position: absolute;
  bottom: 10%;
  left:20%;
  width: 30px;
  height: 34px;
  animation: float 6s ease-in-out infinite;
}
  /* FOOTER */
  .footer {
    position: relative;
    width: 100%;
    background: #D065A3;
    min-height: 100px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px; /* Adjust as needed */
    margin-bottom:50px; /* Adjust as needed */
  }
  
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; /* Adjust the top margin as needed */
    flex-wrap: wrap;
  }
  
  /* Rest of your existing styles */
  
  
  
  
  .menu__item {
    list-style: none;
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
    font-family:louis;
    text-align: center;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
  }
  
 .wave {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(/img/footerpinkwave.png);
    background-size: 1000px 100px;
}

.wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
}

.wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
}

@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-position-x: 0px;
    }
}

@keyframes animate {
    0% {
        background-position-x: -1000px;
    }
    100% {
        background-position-x: 0px;
    }
}

  .introduction {
    background-image: url(/img/hero/background_header-03_Artboard.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .portfolioworks{
    background-color: #ED2576;
    margin-bottom: 5px;
  }
  .intro__content {
    max-width: 600px; /* Adjust the max-width as needed */
    width: 100%;
}
  .intro__image {
    position: absolute;
    top: 50%;;
   width: 1000px;
   height: 500px;
   text-align: center;
   justify-content: center;
  }
  
  .intro__text {
    flex: 1;
    color: #ffffff;
  }
  
  .intro__text h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
	text-align: center;
  }
  
  .intro__text p {
    font-size: 18px;
    line-height: 1.5;
	text-align: center;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .lb-album{
    width: 900px;
    margin: 0 auto;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  }
  .lb-album li{
    float: left;
    margin: 5px;
    position: relative;
  }
  .lb-album li > a,
  .lb-album li > a img{
    display: block;
  }
  .lb-album li > a{
    width: 150px;
    height: 150px;
    position: relative;
    padding: 10px;
    background: #ED2576;
    -webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
    -moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
    box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
  }
  .lb-album li > a span{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 10px;
    left: 10px;
    text-align: center;
    line-height: 150px;
    color: rgba(27,54,81,0.8);
    text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
    font-size: 24px;
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
    background: #ED2576;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .lb-album li > a:hover span{
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
  }
  .lb-overlay{
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 99;
    text-align: center;
    background: rgb(241, 210, 194);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  }
  .lb-overlay > div{
    position: relative;
    color: rgba(27,54,81,0.8);
    width: 550px;
    height: 80px;
    margin: 40px auto 0px auto;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
  }
  .lb-overlay div h3,
  .lb-overlay div p{
    padding: 0px 20px;
    width: 200px;
    height: 60px;
  }
  .lb-overlay div h3{
    font-size: 36px;
    float: left;
    text-align: right;
    border-right: 1px solid rgba(27,54,81,0.4);
  }
  .lb-overlay div h3 span,
  .lb-overlay div p{
    font-size: 16px;
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-style: italic;
  }
  .lb-overlay div h3 span{
    display: block;
    line-height: 6px;
  }
  .lb-overlay div p{
    font-size: 14px;
    text-align: left;
    float: left;
    width: 260px;
  }
  .lb-overlay a.lb-close{
    background: rgba(27,54,81,0.8);
    z-index: 1001;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 50%;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    width: 50px;
    height: 23px;
    overflow: hidden;
    margin-left: -25px;
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  }
  .lb-overlay img{
    /* height: 100%; For Opera max-height does not seem to work */
    max-height: 100%;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  .lb-prev, .lb-next{
    text-indent: -9000px;
    position: absolute;
    top: -32px;
    width: 24px;
    height: 25px;
    left: 50%;
    opacity: 0.8;
    filter: alpha(opacity=80); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
  }
  .lb-prev:hover, .lb-next:hover{
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
  }
  .lb-prev{
    margin-left: -30px;
    background: transparent url(../images/arrows.png) no-repeat top left;
  }
  .lb-next{
    margin-left: 6px;
    background: transparent url(../images/arrows.png) no-repeat top right;
  }
  .lb-overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 80px 100px 120px 100px;
  }
  .lb-overlay:target img,
  .lb-overlay:target a.lb-close{
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
  }
    
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/
/*MEDIA QUERIES*/


@media  screen and (min-width: 600px) {
  body {
    font-size: 62.5%;
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Play", sans-serif;
}

h1 {
  font-size: 7.0em;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 3.0em;
}

h4 {
  font-size: 2.4em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.6em;
}

p {
  font-size: 1.6em;
  font-family: "Josefin Sans", sans-serif;
  color: #adadad;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.section-title {
  margin-bottom: 50px;
}
.section-title.center-title {
  text-align: center;
}
.section-title.center-title h2:after {
  right: 0;
  margin: 0 auto;
}
.section-title span {
  color: #ffffff;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-title h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.section-title hr{
  height: 5px;
  width: 100px;
  background-color: #00bfe7;
 border: 1px solid transparent;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-family: "Play", sans-serif;
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 5px solid #00bfe7;
  border-top: 5px solid #00bfe7;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 5px solid #ed2576;
  border-bottom: 5px solid #ed2576;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  background: #00bfe7;
  font-family: "Play", sans-serif;
  font-weight: 700;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 34px 12px;
  width: 100%;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
	
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*---------------------
  HEADER
-----------------------*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header__nav__option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo {
  margin-right: 30px;
  display: inline-block;
}
.header__logo img {
  width: 30px;
  height: auto;
}
.header__logo a {
  display: inline-block;
}

nav {
  background:transparent;
  padding: 10px;
  margin-inline: 5px;
}
nav .menuItems {
  list-style: none;
  display: flex;
  justify-content: center;
}
nav .menuItems li {
  margin: 15px;
}
nav .menuItems li a {
  text-decoration: none;
  color: #00bfe7;
  font-family:odiebee;
  font-size: 1em;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
nav .menuItems li a::before {
  content: attr(data-item);
  transition: 0.5s;
  color: #ed2576;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  overflow: hidden;
}
nav .menuItems li a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

/* HERO */

@keyframes float {
	0% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.object_container {
	position: relative;
}

.avatar img:nth-child(1){
  position: absolute;
  left: 100px;
  width: 100px;
  height: 100px;
  bottom:100px;
  left: 500px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.avatar img:nth-child(2) {
position: absolute;
left:50px;
bottom: 250px;
width: 75px;
height: 75px;
box-sizing: border-box;
animation: float 6s ease-in-out infinite;
}

.avatar img:nth-child(3) {
  position: absolute;
  left: 100px;
  bottom:50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  animation: float 6s ease-in-out infinite;

}
.avatar img:nth-child(4) {
  position: absolute;
  left:400px;
  top: -300px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  animation: float 6s ease-in-out infinite;
}
.hero__slider.owl-carousel .owl-item.active .hero__text span {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.hero__slider.owl-carousel .owl-dots button {
  color: #adadad;
  font-size: 18px;
  font-family: "Play", sans-serif;
  margin-right: 16px;
  position: relative;
  display: inline-block;
}
.hero__slider.owl-carousel .owl-dots button.active {
  color: #ffffff;
}
.hero__slider.owl-carousel .owl-dots button.active:after {
  background: #ffffff;
  height: 2px;
}
.hero__slider.owl-carousel .owl-dots button:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
.hero__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero__item {
  width: 100%;
  height: 100%;
  padding-top: 255px;
  position: relative;
  border-top: 5px solid #00bfe7;
}

.hero__text span {
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  font-family: louis;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  text-align: center;
  justify-content: center;
}
.hero__text h2 {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-family:louis;
  letter-spacing:5px;

  margin: 0px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  text-align: center;
  padding-bottom: 65px;
}
.hero__text .primary-btn {
  text-align: center;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
  display: flex;
  justify-content: center;
  width: 28%;
  margin: auto;
}

/* WORK */

.work {
 padding: 25px 0px 0px 0px;
  overflow: hidden;
    background : -moz-linear-gradient(47.67% 262.37% 89.32deg,rgba(236, 0, 140, 1) 22.42%,rgba(216, 72, 156, 1) 31.61%,rgba(208, 101, 163, 1) 36.03%,rgba(174, 77, 151, 1) 53.73%,rgba(146, 58, 140, 1) 71.95%,rgba(129, 46, 134, 1) 87.94%,rgba(123, 42, 132, 1) 99.86%);
    background : -webkit-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    background : -webkit-gradient(linear,47.67% 262.37% ,52.75% -201.28% ,color-stop(0.2242,rgba(236, 0, 140, 1) ),color-stop(0.3161,rgba(216, 72, 156, 1) ),color-stop(0.3603,rgba(208, 101, 163, 1) ),color-stop(0.5373,rgba(174, 77, 151, 1) ),color-stop(0.7195,rgba(146, 58, 140, 1) ),color-stop(0.8794,rgba(129, 46, 134, 1) ),color-stop(0.9986,rgba(123, 42, 132, 1) ));
    background : -o-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    background : -ms-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C', endColorstr='#7B2A84' ,GradientType=0)";
    background : linear-gradient(0.68000000000001deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C',endColorstr='#7B2A84' , GradientType=1);
  }

.work__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work__item {
  border: 4px solid;
  border-color:#ed2576 #673ab7 #673ab7 #ed2576;
  border-radius: 8px;
  height: 310px;
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.work__item:hover .work__item__hover {
  bottom: 0;
}
.work__item.large__item {
  height: 633px;
}

.work__item.wide__item {
  height: 311px;
}
.work__item a:hover {
  cursor: pointer;
}
.grid-sizer {
  width: calc(33.33% - 12px); /* Change width to 33.33% */
}

.work__item__hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  padding: 25px 30px 20px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work__item__hover h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.work__item__hover ul li {
  color: #adadad;
  list-style: none;
  font-size: 16px;
  margin-right: 23px;
  position: relative;
  display: inline-block;
}
.work__item__hover ul li:after {
  position: absolute;
  right: -18px;
  top: 1px;
  content: "/";
}
.work__item__hover ul li:last-child {
  margin-right: 0;
}
.work__item__hover ul li:last-child:after {
  display: none;
}

/* ABOUT MY SELF */

.services {
  background : -moz-linear-gradient(111.97% -38% -136.18deg,rgba(0, 14, 56, 1) 17%,rgba(8, 16, 61, 1) 20.21%,rgba(32, 20, 76, 1) 25.31%,rgba(69, 26, 101, 1) 31.68%,rgba(122, 36, 135, 1) 39.05%,rgba(188, 48, 178, 1) 47.17%,rgba(250, 59, 218, 1) 54.12%);
  background : -webkit-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  background : -webkit-gradient(linear,111.97% -38% ,-134.55% 312.05% ,color-stop(0.17,rgba(0, 14, 56, 1) ),color-stop(0.2021,rgba(8, 16, 61, 1) ),color-stop(0.2531,rgba(32, 20, 76, 1) ),color-stop(0.3168,rgba(69, 26, 101, 1) ),color-stop(0.3905,rgba(122, 36, 135, 1) ),color-stop(0.4717,rgba(188, 48, 178, 1) ),color-stop(0.5412,rgba(250, 59, 218, 1) ));
  background : -o-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  background : -ms-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000E38', endColorstr='#FA3BDA' ,GradientType=0)";
  background : linear-gradient(50.18deg, rgba(0, 14, 56, 1) 50, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 5.17%, rgba(250, 59, 218, 1) 1%);
  padding-bottom: 60px;
  padding-top: 110px;
  border-top: 10px solid #ed2576;
  text-align: center;
  position: relative;
}
.services__title p {
  margin-bottom: 30px;
  padding: 25px;
  text-align: justify;
  justify-content: center;
}

.services__item {
  margin-bottom: 5px;
  justify-content: center;
  text-align: center;

}
.services__item:hover .services__item__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.services__item h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 5px;
  justify-content: center;
}
.services__item p {
  margin-bottom: 20px;
  justify-content: center;
}

.services__item__icon {
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 0px auto;
  margin-top: 25px;

}
.services__item__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  border: 4px solid #ed2576;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.designelementone img:nth-child(1) {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 30%;
  left: 0px;
  animation: ghostlyFade 8s infinite;
}

@keyframes ghostlyFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.designelementone img:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  animation: fallAndFade ease-in-out 20s infinite;
}
.designelementone img:nth-child(8) {
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  animation: fallAndFadetwo ease-in-out 15s infinite;
}
@keyframes fallAndFade {
  0% {
    top: -100%;
    left: 10%;
    opacity: 1;
  }
  100% {
    top: 80%;
    left: 10%;
    opacity: 0;
  }
  
}
@keyframes fallAndFadetwo {
  0% {
    top: -100%;
    left: 90%;
    opacity: 1;
  }
  100% {
    top: 80%;
    left: 90%;
    opacity: 0;
  }
  
}
.designelementone img:nth-child(3) {
  position: absolute;
  bottom: 500px;
  left: 20%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.designelementone img:nth-child(4) {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.designelementone img:nth-child(6) {
  position: absolute;
  top: 70%;
  right:20%;
  width: 55px;
  height: 55px;
  animation: float 6s ease-in-out infinite;
}
.designelementone img:nth-child(5) {
  position: absolute;
  top: 50%;
  right:20%;
  width: 65px;
  height: 65px;
  animation: float 6s ease-in-out infinite;
}
.designelementone img:nth-child(7) {
  position: absolute;
  bottom: 10%;
  left:20%;
  width: 30px;
  height: 34px;
  animation: float 6s ease-in-out infinite;
}
  /* FOOTER */
  .footer {
    position: relative;
    width: 100%;
    background: #D065A3;
    min-height: 100px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px auto;
  }
  
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .menu__item {
    list-style: none;
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
    font-family:louis;
    text-align: center;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
  }
  
.wave {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../img/footerpinkwave.png");
    background-size: 1000px 100px;
}

.wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWaves 4s linear infinite; /* Corrected animation name */
}

.wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWaves 3s linear infinite; /* Corrected animation name */
}

@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-position-x: 0px;
    }
}


/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */


@media screen and (min-width: 800px){
  body {
    font-size: 62.5%;
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Play", sans-serif;
}

h1 {
  font-size: 7.0em;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 3.0em;
}

h4 {
  font-size: 2.4em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.6em;
}

p {
  font-size: 1.6em;
  font-family: "Josefin Sans", sans-serif;
  color: #adadad;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.section-title {
  margin-bottom: 50px;
}
.section-title.center-title {
  text-align: center;
}
.section-title.center-title h2:after {
  right: 0;
  margin: 0 auto;
}
.section-title span {
  color: #ffffff;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-title h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.section-title hr{
  height: 5px;
  width: 100px;
  background-color: #00bfe7;
 border: 1px solid transparent;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-family: "Play", sans-serif;
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 5px solid #00bfe7;
  border-top: 5px solid #00bfe7;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 5px solid #ed2576;
  border-bottom: 5px solid #ed2576;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  background: #00bfe7;
  font-family: "Play", sans-serif;
  font-weight: 700;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 34px 12px;
  width: 100%;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*---------------------
  HEADER
-----------------------*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header__nav__option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo {
  margin-right: 30px;
  display: inline-block;
}
.header__logo img {
  width: 30px;
  height: auto;
}
.header__logo a {
  display: inline-block;
}

nav {
  background:transparent;
  padding: 10px;
  margin-inline: 5px;
}
nav .menuItems {
  list-style: none;
  display: flex;
  justify-content: center;
}
nav .menuItems li {
  margin: 15px;
}
nav .menuItems li a {
  text-decoration: none;
  color: #00bfe7;
  font-family:space;
  font-size: 2em;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
nav .menuItems li a::before {
  content: attr(data-item);
  transition: 0.5s;
  color: #ed2576;
  position: absolute;
	font-family:space;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  overflow: hidden;
}
nav .menuItems li a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

/* HERO */

@keyframes float {
	0% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.object_container {
	position: relative;
}

.avatar img:nth-child(1){
  position: absolute;
  width: 100px;
  height: 100px;
  bottom:100px;
  left:80%;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
.avatar img:nth-child(2) {
position: absolute;
left: 30%;
bottom: 250px;
width: 75px;
height: 75px;
box-sizing: border-box;
animation: float 6s ease-in-out infinite;
}

.avatar img:nth-child(3) {
  position: absolute;
  left: 100px;
  bottom:50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  animation: float 6s ease-in-out infinite;

}
.avatar img:nth-child(4) {
  position: absolute;
  left:60%;
  top: -300px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  animation: float 6s ease-in-out infinite;
}
.hero__slider.owl-carousel .owl-item.active .hero__text span {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.hero__slider.owl-carousel .owl-dots button {
  color: #adadad;
  font-size: 18px;
  font-family: "Play", sans-serif;
  margin-right: 16px;
  position: relative;
  display: inline-block;
}
.hero__slider.owl-carousel .owl-dots button.active {
  color: #ffffff;
}
.hero__slider.owl-carousel .owl-dots button.active:after {
  background: #ffffff;
  height: 2px;
}
.hero__slider.owl-carousel .owl-dots button:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
.hero__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero__item {
  width: 100%;
  height: 100%;
  padding-top: 255px;
  position: relative;
  border-top: 5px solid #00bfe7;
}

.hero__text span {
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  font-family: louis;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  text-align: center;
  justify-content: center;
}
.hero__text h2 {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-family:louis;
  letter-spacing:5px;

  margin: 0px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  text-align: center;
  padding-bottom: 65px;
}
.hero__text .primary-btn {
  text-align: center;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
  display: flex;
  justify-content: center;
  width: 28%;
  margin: auto;
}

/* WORK */

.work {
 padding: 25px 0px 0px 0px;
  overflow: hidden;
    background : -moz-linear-gradient(47.67% 262.37% 89.32deg,rgba(236, 0, 140, 1) 22.42%,rgba(216, 72, 156, 1) 31.61%,rgba(208, 101, 163, 1) 36.03%,rgba(174, 77, 151, 1) 53.73%,rgba(146, 58, 140, 1) 71.95%,rgba(129, 46, 134, 1) 87.94%,rgba(123, 42, 132, 1) 99.86%);
    background : -webkit-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    background : -webkit-gradient(linear,47.67% 262.37% ,52.75% -201.28% ,color-stop(0.2242,rgba(236, 0, 140, 1) ),color-stop(0.3161,rgba(216, 72, 156, 1) ),color-stop(0.3603,rgba(208, 101, 163, 1) ),color-stop(0.5373,rgba(174, 77, 151, 1) ),color-stop(0.7195,rgba(146, 58, 140, 1) ),color-stop(0.8794,rgba(129, 46, 134, 1) ),color-stop(0.9986,rgba(123, 42, 132, 1) ));
    background : -o-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    background : -ms-linear-gradient(89.32deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C', endColorstr='#7B2A84' ,GradientType=0)";
    background : linear-gradient(0.68000000000001deg, rgba(236, 0, 140, 1) 22.42%, rgba(216, 72, 156, 1) 31.61%, rgba(208, 101, 163, 1) 36.03%, rgba(174, 77, 151, 1) 53.73%, rgba(146, 58, 140, 1) 71.95%, rgba(129, 46, 134, 1) 87.94%, rgba(123, 42, 132, 1) 99.86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC008C',endColorstr='#7B2A84' , GradientType=1);
  }

.work__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work__item {
  border: 4px solid;
  border-color:#ed2576 #673ab7 #673ab7 #ed2576;
  border-radius: 8px;
  height: 310px;
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.work__item:hover .work__item__hover {
  bottom: 0;
}
.work__item.large__item {
  height: 633px;
}

.work__item.wide__item {
  height: 311px;
}
.work__item a:hover {
  cursor: pointer;
}
.grid-sizer {
  width: calc(33.33% - 12px); /* Change width to 33.33% */
}

.work__item__hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  padding: 25px 30px 20px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work__item__hover h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.work__item__hover ul li {
  color: #adadad;
  list-style: none;
  font-size: 16px;
  margin-right: 23px;
  position: relative;
  display: inline-block;
}
.work__item__hover ul li:after {
  position: absolute;
  right: -18px;
  top: 1px;
  content: "/";
}
.work__item__hover ul li:last-child {
  margin-right: 0;
}
.work__item__hover ul li:last-child:after {
  display: none;
}

/* ABOUT MY SELF */

.services {
  background : -moz-linear-gradient(111.97% -38% -136.18deg,rgba(0, 14, 56, 1) 17%,rgba(8, 16, 61, 1) 20.21%,rgba(32, 20, 76, 1) 25.31%,rgba(69, 26, 101, 1) 31.68%,rgba(122, 36, 135, 1) 39.05%,rgba(188, 48, 178, 1) 47.17%,rgba(250, 59, 218, 1) 54.12%);
  background : -webkit-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  background : -webkit-gradient(linear,111.97% -38% ,-134.55% 312.05% ,color-stop(0.17,rgba(0, 14, 56, 1) ),color-stop(0.2021,rgba(8, 16, 61, 1) ),color-stop(0.2531,rgba(32, 20, 76, 1) ),color-stop(0.3168,rgba(69, 26, 101, 1) ),color-stop(0.3905,rgba(122, 36, 135, 1) ),color-stop(0.4717,rgba(188, 48, 178, 1) ),color-stop(0.5412,rgba(250, 59, 218, 1) ));
  background : -o-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  background : -ms-linear-gradient(-136.18deg, rgba(0, 14, 56, 1) 17%, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 47.17%, rgba(250, 59, 218, 1) 54.12%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000E38', endColorstr='#FA3BDA' ,GradientType=0)";
  background : linear-gradient(50.18deg, rgba(0, 14, 56, 1) 50, rgba(8, 16, 61, 1) 20.21%, rgba(32, 20, 76, 1) 25.31%, rgba(69, 26, 101, 1) 31.68%, rgba(122, 36, 135, 1) 39.05%, rgba(188, 48, 178, 1) 5.17%, rgba(250, 59, 218, 1) 1%);
  padding-bottom: 60px;
  padding-top: 110px;
  border-top: 10px solid #ed2576;
  text-align: center;
  position: relative;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.services__title p {
  margin-bottom: 30px;
  margin: 0px auto;
  justify-content: center;

}

.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
  margin: 10px;
}
.services__item:hover .services__item__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.services__item h4 {
  color: #ffffff;
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 5px;
  justify-content: center;
}
.services__item p {
  margin-bottom: 20px;
  justify-content: center;
}

.services__item__icon {
  height: 70px;
  width: 70px;
  margin-top: 25px;
}
.services__item__icon img{
  max-width: 100%;
  max-height: 100%;
}
.services__item__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  border: 4px solid #ed2576;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.designelementone img:nth-child(1) {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 30%;
  left: 0px;
  animation: ghostlyFade 8s infinite;
}

@keyframes ghostlyFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.designelementone img:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  animation: fallAndFade ease-in-out 20s infinite;
}
.designelementone img:nth-child(8) {
  position: absolute;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  animation: fallAndFadetwo ease-in-out 15s infinite;
}
@keyframes fallAndFade {
  0% {
    top: -100%;
    left: 10%;
    opacity: 1;
  }
  100% {
    top: 80%;
    left: 10%;
    opacity: 0;
  }
  
}
@keyframes fallAndFadetwo {
  0% {
    top: -100%;
    left: 90%;
    opacity: 1;
  }
  100% {
    top: 80%;
    left: 90%;
    opacity: 0;
  }
  
}
.designelementone img:nth-child(3) {
  position: absolute;
  bottom: 500px;
  left: 20%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.designelementone img:nth-child(4) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.designelementone img:nth-child(6) {
  position: absolute;
  top: 70%;
  right:20%;
  width: 55px;
  height: 55px;
  animation: float 6s ease-in-out infinite;
}
.designelementone img:nth-child(5) {
  position: absolute;
  top: 50%;
  right:20%;
  width: 65px;
  height: 65px;
  animation: float 6s ease-in-out infinite;
}
.designelementone img:nth-child(7) {
  position: absolute;
  bottom: 10%;
  left:20%;
  width: 30px;
  height: 34px;
  animation: float 6s ease-in-out infinite;
}
  /* FOOTER */
  .footer {
    position: relative;
    width: 100%;
    background: #D065A3;
    min-height: 100px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px auto;
  }
  
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .menu__item {
    list-style: none;
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
    font-family:louis;
    text-align: center;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
  }
  
  .wave {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(/img/footerpinkwave.png);
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
	.container{
		max-width:999px;
	}
  

  @media screen and (min-width: 1100px){
    .portfolioworks {
      background-color: #ED2576;
      margin-bottom: 50%; /* Adjust as needed */
    }
  }
}
}