@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mali:wght@600&family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Timmana&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@600&family=Mali:wght@600&family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rancho&family=Timmana&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Acme&family=Archivo+Narrow:wght@600&family=Bree+Serif&family=Oxygen:wght@300&family=Poiret+One&family=Poppins:ital,wght@0,900;1,900&display=swap');


:root {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #3c550e;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  font-family: 'Poppins', sans-serif;
}

#header .logo {
  color: #3c550e;
  font-weight: 700;
  font-size: 2em;
  text-decoration: none;
}

#header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header ul li {
  list-style: none;
  margin-left: 20px;
}

#header ul li a {
  text-decoration: none;
  padding: 6px 15px;
  color: #3c550e;
  border-radius: 20px;
}

#header ul li a:hover,
#header ul li a.active {
  background: #3c550e;
  color: #fff;
}

.garden {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #3c550e solid -2px;
}

.garden::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #3c550e, transparent);
  z-index: 10;
}

.garden img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
}

.garden #text {
  position: absolute;
  color: #3c550e;
  text-shadow: rgb(142, 142, 143) 2px 5px 2px;
  font-size: 250px;
  text-align: center;
  line-height: .55em;
  font-family: 'Rancho', cursive;
  transform: translatey(-50%);
   margin-bottom: -420px;

}

.garden #text span {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 400;
  text-shadow: darkslateblue 0px 2px 2px;
  font-family: 'Poppins', sans-serif;
}

.logo-img {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-right: 5px;
}

.logo {
  line-height: 80px;
}

.part1,
.part2,
aside,
.part-end {
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrap {
  display: grid;
  background-image: url(img/lilac2.png);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 5px;
}

.part1 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: -1;
}

.part2 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 6;
}

aside {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 6;
  grid-column-end: -3;
}

.part-end {
  grid-row-start: 3;
  grid-column-end: 4;
  grid-column-start: 1;
  grid-column-end: -1;
}

.part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

/*-------------------butterfly---------------- */
.skill-box {
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

#typedtext {
 
  margin: 0;
  margin: auto;
  padding: 50px;
  padding-top: 50px;
  padding-bottom: 100px;
  color: rgb(255, 255, 255);
 
  width: 80%;
   /* background-image: url(img/under-flower.png); 
  background-position: center;
  background-size: cover; */
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  border: .5px wheat solid;
  margin-top: 100px;
   font-weight: lighter;
  background-color: #484848;
 
  
  
}

.gallery2 {
  font-size: 15vw;
  line-height: 80px;
  margin: auto;
  text-align: center;
  color: #85A5CD;
  text-shadow: rgb(145, 45, 193) 5px 5px 2px,
    rgb(145, 45, 193) 5px 5px 2px;
  text-shadow: 1px 1px 5px black, 0 0 3em white, 0 0 0.4em #070f01;
  -webkit-text-stroke: 2px rgb(50, 3, 59, .7);
  padding: 0px;
  background-size: cover;
  background-position: center;
  font-family: 'Poppins', sans-serif;
  padding-bottom:100px;
}

.butterfly {
  position: relative;
  margin: auto;
  width: 200px;
  transform: rotate(-30deg);
  align-items: center;
  margin-top: 200px;
  margin-bottom: 200px;
  margin-left: 58%;
}

.butterfly>div {
  position: absolute;
}

.butterfly img {
  width: 100%;
}

.leftwing {
  animation: flap-l 4s cubic-bezier(.08, 1.47, .65, -0.68) infinite;
}

.rightwing {
  animation: flap-r 4s cubic-bezier(.08, 1.47, .65, -0.68) infinite;
}

.leftwing,
.rightwing {
  z-index: 1;
}

@keyframes flap-l {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(80deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes flap-r {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(-80deg);
  }

  100% {
    transform: rotateY(0);
  }
}

.scroll-section__item:nth-child(2) {
  color: white;
  background-color: rgb(233, 196, 248);
}

/* ---------------card---------------- */
.more {
  background-image: url(img/aesthetic2.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 300px;
}


footer ul {
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;

  z-index: 100;
}

footer li {
  list-style: none;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  z-index: 100;

}

footer p {
  color: white;
  justify-content: center;
  text-align: center;
  z-index: 100;
  padding-bottom: 20px;
}

#flex2 {
  padding: 100px;
}

#flax1 {
  padding: 200px;
}

footer .foot2 {

  display: flex;
  flex-direction: row;
  top: 0;
  right: 0;
  margin-right: 0;
  bottom: 10px;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
  z-index: 100;
  height: 50px;

}

footer .foot {
  background-color: #070f01;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -10px;
  margin-top: -2px;
}

.icon {
  z-index: 100;
}


.contact {
  justify-content: center;
  height: 220px;
  width: 100vh;
  background-color: #171b18;
  height: 200px;
  width: 100vh;
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -50px;
  font-weight: 900;
  font-size: 20px;
  color: rgb(36, 2, 58);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 5s linear alternate infinite;
  box-shadow: 2px 2px 2px whitesmoke;

}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.about-hero {
  display: block;

}

.about-hero__marquee {
  overflow: hidden;

}

.about-hero__marquee-row {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.about-hero__marquee-item {
  position: relative;
  line-height: 100%;
  font-size: 3.75vw;
  padding: 48px 0;
  text-transform: uppercase;
  margin-top: 100px;
  padding-bottom: 200px;
  height: 550px;
}

.about-hero__marquee-item-text {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 64px;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0417)), 1.875vw);
}

.about-hero__marquee-item--stroke {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.2);
}

#copyright {
  margin-bottom: -10px;
  padding-bottom: -25px;
  padding-top: 20px;
  font-size: 25px;
  color: #ffffff;
  z-index: 100;
}

#top {
  background: url("img/dragonfly2.png") no-repeat;
  height: 150px;
  width: 50%;
  align-items: center;
  margin-left: auto;
  margin-right: 50px;
  position: fixed;
  bottom: 125px;
  z-index: 100;
  margin-left: 90%;
}

#top:hover {
  background: url("img/dragonfly.png") no-repeat;
  animation: shake 0.5s;
  animation-iteration-count: infinite;

}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}



/*---------------------------------------------------runing text___*/

*::before,
*::after {
  box-sizing: border-box;
}

.marquee {
  overflow: hidden;
  font-family: "Pridi", sans-serif;
  font-weight: 620;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #0a0a09;
  color: #3c550e;
  margin-top: 100hv;
}

.marquee__inner {
  display: flex;
}

.marquee__line {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 0px;
  min-width: 100%;
  font-size: 25px;
  animation-name: marqueeLine;
  animation-duration: 45s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.part3 {
  height: 100%;
  width: 100%;
  background-color: blue;
  background: cover;
}


/* max-width: 415px=============================================== */
@media (max-width: 415px) {
  #header {
    padding: 5px;
    flex-direction: row-reverse;
  }
  .not2 {
    line-height: 4.3m;
   display: flex;
   flex-direction: column;
   font-size: 15px;
  
  }
  .not2{
    font-size: 25px;
  }
  #baby1, #baby2, #baby3, #baby4, #baby5, #baby6, #Q, #baby ,.pre-loader, #baby8, #baby9, .baby10, #baby11, #baby12, #baby13, #baby14{ 
    font-size: 25px; 
    padding-bottom: 10px;
  }
  #baby13{
    font-size: 25px;
  }
  #baby3{
    margin-top: 25px;
  }
  #baby4 #Q{
    font-size: 35px;
  }
  #baby9{
    padding-top: 30px;
  
   font-weight: 800;
  }
  #baby8{
    margin-bottom: 30px;
    font-weight: 800;
  }
  #header ul {
    display: flex;
    left: 10;
    align-items: left;
    margin-left: 5%;
    text-justify: inter-word;
    text-align: left;
    margin-right: -30px;
  }

  #header ul li {
    flex-direction: row;
    line-height: 40px;
    justify-content: left;
    margin-left: 0;
    padding-left: 0;
    font-display: block;
    margin-right: 3px;
    font-size: medium;
  }

  #header .logo {
    font-size: 0%;
  }

  #header img {
    width: 50px;
    height: 50px;
    margin: 20px;
    margin-top: 40px;
  }

  #header ul li a {
    padding: 2px 10px;
    border-radius: 20px;
    text-shadow: darkslateblue 0px 1px 1px;
  }

  #header ul li a:hover,
  #header ul li a.active {
    background: #3c550e;
    color: #fff;
  }

  .garden #text {
    font-size: 65px;
    margin-top: -55px;
  }

  .garden #text span {
    font-size: 20px;
  }

  .animated {
    width: 90%;
    align-items: center;
    margin: 5%;
  }

  .about-hero__marquee-item-text {
    width: 60%;
  }

  .animated2 {
    width: 100%;
  }

  #wrap {
    display: flex;
    flex-direction: column;
  }

  .part-end {
    margin-bottom: -150px;
  }

  #typedtext {
   
    height: 100%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    
  }

  #find {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .gallery2 {
    font-size: 75px;
  }

  .more {
    padding-left: 0%;

  }

  .container {
    align-items: center;
    margin: auto;
    grid-template-columns: 49%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    row-gap: 100px;


  }

  .footer {
    margin-bottom: -10px;
  }

  footer {
    background-color: #f5880b;
  }

  body #top {
    justify-content: center;
    margin-left: 25%;
    margin-bottom: -50px;
    position: relative;
    margin-top: 30px;
  }

}

/* ========================================================= */
@media only screen and (max-width: 600px) and (min-width: 415px) {
  .not2 {
    line-height: 4.3m;
   display: flex;
  column-count: 2;
   font-size: 15px;
  
  }
  .not2 .not_child{
    font-size: 25px;
    padding: 30px;
  }
  #header {
    padding: 0%;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 10px;
  }

  #header .logo {
    font-size: 25px;
    margin-left: 15px;
  }

  #header .logo img {
    margin-top: 15px;
  }

  #header ul {
    margin-right: 10px;
  }

  #wrap {
    display: flex;
    flex-direction: column;
  }

  .part #flex2 {
    width: 100%;
    padding: 0%;
    margin: 0%;
  }

  .part img {
    width: 100%;
  }

  .part-end {
    margin-bottom: -150px;
  }

  .sec {
    flex-direction: column;
  }

  .animated {
    width: 100%;
    margin-left: 0%;
  }

  #typedtext {
    
    width: 100%;
    padding: 0px;
    padding: 10px;
    margin: 1px;
    padding-bottom: -200px;
    
  }

  #find {
    margin-top: 50px;
    margin-bottom: 70px;
    margin-bottom: -100px;
    padding-bottom: -100px;
  }

  #work {
    margin-top: -160px;
    padding-top: -100px;
  }

  .gallery2 {
    margin-top: 5px;
    font-size: 70px;
  }


  .more .container .card {
    padding-top: -160px;
    width: 100%;
  }

  .container .card .face.face1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translatey(100px);
    opacity: 1;
  }

  .foot2 {
    margin-bottom: 20px;
  }

  .row {
    display: flex;
    flex-direction: column;
  }

  body #top {
    justify-content: center;
    margin-left: 25%;
    margin-bottom: -50px;
    position: relative;
    margin-top: 30px;
  }

  .container {

    grid-template-columns: 100%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    row-gap: 100px;
    justify-items: center;
    justify-content: center;

  }


}

/* ===================================================================================== */
@media only screen and (max-width: 510px) and (min-width: 415px) {
  .garden #text {
    font-size: 80px;
  }

  .garden #text span {
    font-size: 25px;
  }
}

.container {

  grid-template-columns: 100%;
  width: 100vw;
  height: 100%;
  margin-bottom: 0%;
  display: grid;
  row-gap: 100px;
  justify-items: center;
  justify-content: center;
}


/* ===================================================================================== */
@media only screen and (max-width: 700px) and (min-width: 510px) {
  .garden #text {
    font-size: 110px;
  }

  .garden #text span {
    font-size: 30px;
  }
}

.container {
  display: grid;
  grid-auto-flow: row;
  justify-content: center;
}

/* ===================================================================================== */
@media only screen and (max-width: 900px) and (min-width: 700px) {
  .garden #text {
    font-size: 130px;
  }

  .garden #text span {
    font-size: 40px;
  }

  #header {
    padding: 0%;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 10px;
  }

  #header .logo {
    font-size: 25px;
    margin-left: 15px;
  }

  #header .logo img {
    margin-top: 15px;
  }

  #header ul {
    margin-right: 10px;
  }

  #wrap {
    display: flex;
    flex-direction: column;
  }

  .gallery2 {
    font-size: 120px;
  }

  .container {

    grid-template-columns: 100%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    row-gap: 100px;
    justify-content: center;
  }


}


/* ===================================================================================== */
@media only screen and (max-width: 870px) and (min-width: 823px) {
  .container {
    align-items: center;
    margin: auto;
    grid-template-columns: 49% 49%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    row-gap: 100px;
    justify-content: center;
  }

  .more .container .card {

    margin-right: 50px;
    width: 50%;
  }
}

/* ===================================================================================== */
@media only screen and (max-width: 900px) and (min-width: 870px) {
  .container {
    align-items: center;
    margin: auto;
    grid-template-columns: 47% 47%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    row-gap: 100px;
    justify-content: center;
  }

  .more .container .card {
    width: 50%;
  }
}

/* ===================================================================================== */
@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .not {
    
    width: 100%;
    
    margin: auto;
    position: relative;
    
  }

  .not2 {
    line-height: 4.3m;
    column-count: 3;
    height: 100%;
    
  }

  .not_child {
    list-style: none;
    font-size: 2vw;
    height: 100%;
   
    
  }
 
  #header {
    padding: 0%;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 10px;
  }

  #header .logo {
    font-size: 25px;
    margin-left: 15px;
  }

  #header .logo img {
    margin-top: 15px;
  }

  #header ul {
    margin-right: 10px;
  }

  h1 {
    font-size: 2.2em;
  }

  #wrap {
    display: flex;
    flex-direction: column;
  }

  .part1 {
    grid-column-start: 1;
    grid-column-end: 8;
  }

  aside {
    grid-column-start: 8;
    grid-column-end: -1;
  }

  .part-end {
    margin-bottom: -150px;
  }


  #find {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .container {
    align-items: center;
    margin: auto;
    grid-template-columns: 45% 45%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    row-gap: 100px;
    justify-content: center;
    margin-left: -10%;

  }



  .more .container .card {


    width: 50%;
  }

  .foot2 {
    margin-bottom: 20px;

  }



  .garden #text {
    font-size: 180px;
  }

  body #top {
    justify-content: center;
    margin-left: 25%;
    margin-bottom: -50px;
    position: relative;
    margin-top: 30px;
  }

}





/* 
/* 
===================================================================================== */
@media only screen and (max-width: 1700px) and (min-width: 1200px) {

  #header {
    padding: 0%;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 10px;
  }

  #header .logo {
    margin-left: 15px;
    line-height: 50px;
  }

  #header .logo img {
    margin-top: 35px;
    align-items: center;
    justify-content: center;
  }

  #header ul {
    margin-right: 10px;
  }

  .garden #text {
    font-size: 200px;
  }

  .part-end {
    margin-bottom: -150px;
  }

  #find {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .more {
    padding-right: 15%;
  }

  .container {
    align-items: center;
    margin: auto;
    grid-template-columns: 28% 28% 28%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    display: grid;
    justify-content: center;

  }

  .more .container .card {
    padding-top: -260px;
  }

  #top {
    width: 50%;
    margin-right: 50px;
    position: fixed;

  }

}

/* ==================================================================== */
@media only screen and (max-width: 1420px) and (min-width: 1000px) {
  .more {
    padding-left: -5%;
    padding-right: 5%;
  }

  .container {
    align-items: center;
    margin: auto;
    margin-right: 5%;
    grid-template-columns: 40% 40%;
    width: 100vw;
    height: 100%;
    justify-content: center;
    margin-bottom: 0%;
    margin-left: 0%;
    display: grid;
    gap: -100px;
  }


}

/* ==================================================================== */
@media only screen and (max-width: 1600px) and (min-width: 1410px) {
  .not {
    
    width: 100%;
    
    margin: auto;
    position: relative;
    
  }

  .not2 {
    line-height: 4.3m;
    column-count: 3;
    height: 100%;
    
  }

  .not_child {
    list-style: none;
    font-size: 2vw;
    height: 100%;
   
    
  }
  .container {
    align-items: center;
    margin: auto;
    grid-template-columns: 28% 28% 28%;
    width: 100vw;
    height: 100%;
    margin-bottom: 0%;
    margin-left: 0%;
    display: grid;
    justify-content: center;
  }

}

/* ==================================================================== */
@media only screen and (min-width: 1410px) {
  .container {
    position: relative;
    display: grid;
    grid-template-columns: 25% 25% 25%;
    gap: 7%;
    margin-bottom: 100px;
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;

  }
}

/*========================================================================*/


.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.popup img{
  width: 100%;
}

#xmas-popup1 .popup-content {
  width:40%;
  height: 40%;
    margin: 100px auto;
  position: relative;
  

}
#xmas-popup2 .popup-content {
  width:30%;
  height: 30%;
    margin: 100px auto;
  position: relative;
  

}
#xmas-popup3 .popup-content {
  width:30%;
  height: 30%;
    margin: 100px auto;
  position: relative;
 

}
#xmas-popup4 .popup-content {
  width:25%;
  height: 25%;
  margin: 100px auto;
  position: relative;
 

}
#xmas-popup5 .popup-content {
  width:30%;
  height: 30%;
    margin: 100px auto;
  position: relative;
  

}
#xmas-popup6 .popup-content {
  width:30%;
  height: 30%;
   margin: 100px auto;
  position: relative;
  

}
#xmas-popup7 .popup-content {
  width:30%;
  height: 30%;
   margin: 100px auto;
  position: relative;
 

}
#xmas-popup8 .popup-content {
  width:30%;
  height: 30%;
   margin: 100px auto;
  position: relative;
  

}
#xmas-popup9 .popup-content {
  width:30%;
  height: 30%;
  margin: 100px auto;
  position: relative;
  
}
#xmas-popup10 .popup-content {
  width:40%;
  height: 40%;
    margin: 100px auto;
  position: relative;
 }
#xmas-popup11 .popup-content {
  width:30%;
  height: 30%;
   margin: 100px auto;
  position: relative;
  
}

.close {
  position: absolute;
  top: 5px;
  right: 5px;
     color: rgb(12, 84, 23);
     font-size: 25px;
     padding: 9px 0 11px;
  width: 25px;
  }

.popup:target {
  display: block;
}

@media (max-width: 415px) {

  
  #xmas-popup1 .popup-content {
    width: 90%;
    
 }
  #xmas-popup2 .popup-content {
    width:90%;
     
    }
  #xmas-popup3 .popup-content {
    width:90%;
  }
  #xmas-popup4 .popup-content {
    width:90%;
  }
  #xmas-popup5 .popup-content {
    width:90%;
  }
  #xmas-popup6 .popup-content {
    width:90%;
  }
  #xmas-popup7 .popup-content {
    width:90%;
  }
  #xmas-popup8 .popup-content {
    width:90%;
  }
  #xmas-popup9 .popup-content {
    width:90%;
  }
  #xmas-popup10 .popup-content {
    width:90%;
   }
  #xmas-popup11 .popup-content {
    width:90%;
  }
  
 
  .popup img{
    width: 100%;
  }
  #xmas-popup3 .popup-content {
    width:90%;
    }
    .close {
      position: absolute;
      top: 5px;
      right: 5px;
         color: rgb(12, 84, 23);
         font-size: 20px;
         padding: 9px 0 11px;
          }
#s_div{
  margin-bottom: -10%;
}
  }

  /* =============skills animation================== */
  .not {
    
    width: 100%;
    
    margin: auto;
    position: relative;
    
  }

  .not2 {
    line-height: 4.3m;
    column-count: 3;
    height: 100%;
    
  }

  .not_child {
    list-style: none;
    font-size: 2vw;
    height: 100%;
   
    
  }

  #baby1 {
    animation-name: my-animation;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px black, 1px 0 black, 0 -1px black;
    

  }

  @keyframes my-animation {
    from {
      color: #1304e2;
      width: 70px;
      top: 10px;
    }

    to {
      color: #ffffff;
      width: 50px;
      top: 30px;
    }
  }

  /* --------- */
  #baby2 {

    color: #ffffff;
    overflow: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: darkgreen solid 1px;
    z-index: 100000;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(16, 49, 5), 1px 0 rgb(6, 63, 19), 0 -1px rgb(1, 58, 4);
  }

  .loader__element {
    border-radius: 100%;
    /* border: var(--size) solid var(--point-color); */
    margin: calc(var(--size)*1);
  }

  .loader__element:nth-child(1) {
    animation: preloader .6s ease-in-out alternate infinite;
    color: #f76e1e;
  }

  .loader__element:nth-child(2) {
    animation: preloader .6s ease-in-out alternate .2s infinite;
    color: #f8b893;
  }

  .loader__element:nth-child(3) {
    animation: preloader .6s ease-in-out alternate .4s infinite;
    color: #f8e4d8;
  }

  .loader__element:nth-child(4) {
    animation: preloader .6s ease-in-out alternate .6s infinite;
    color: #ffffff;
  }

  @keyframes preloader {
    100% {
      transform: scale(2);
    }
  }

  #baby3 {
    text-transform: none;
    animation: pulse 3s ease infinite alternate, nudge 5s linear;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(244, 247, 243), 1px 0 rgb(244, 245, 244), 0 -1px rgb(246, 248, 246);
    text-transform: uppercase;

  }

  @keyframes pulse {

    0%,
    100% {
      text-shadow: -1px 0 rgb(255, 251, 251), 0 1px black, 1px 0 black, 0 -1px black;
      color: darkslategrey;
    }

    50% {
      text-shadow: -2px 0 rgb(149, 31, 228), 0 1px rgb(239, 63, 63), 1px 0 rgb(19, 132, 219), 0 -1px rgb(235, 27, 27);
    }
  }

  @keyframes nudge {

    0%,
    100% {
      transform: translate(0, 0);
    }

    50% {
      transform: translate(50px, 0);
    }

    80% {
      transform: translate(-50px, 0);
    }
  }

  #Q {
    color: rgb(240, 57, 20);
    font-size: 3.5vw;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(16, 49, 5), 1px 0 rgb(6, 63, 19), 0 -1px rgb(1, 58, 4);
  }
#Illumination{
  color:#66923B;
  text-decoration: none;
}
  #Illumination:hover{
    color: #f5880b;
    text-decoration: none;
  }

  @keyframes flickerAnimation {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-o-keyframes flickerAnimation {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes flickerAnimation {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes flickerAnimation {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  #baby4 {
    color: #dfdbb1;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
    text-transform: uppercase;
  }

  #baby5 {
    color: rgb(249, 129, 25);
    
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
    text-transform: uppercase;
  }

  @keyframes shake {
    0% {
      transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
      transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
      transform: translate(-3px, 0px) rotate(1deg);
    }

    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }

    60% {
      transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
      transform: translate(3px, 1px) rotate(-1deg);
    }


  }

  #baby6 {
    position: relative;
    color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
  }

  #baby6:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: rgb(241, 22, 33);
    animation: loading 5s infinite;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
    
  }

  @keyframes loading {
    0% {
      max-width: 0;
    }
  }

 
  #baby8 {
    cursor: default;
    position: absolute;
    width: 100%;
    height: 100px;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
    text-transform: uppercase;

  }

  #baby8 span {
    position: relative;
    top: 5px;
    display: inline-block;
    -webkit-animation: bounce 0.3s ease infinite alternate;
        color: rgb(241, 238, 13);
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
    
 
  }

  #baby8 span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
  }

  #baby8 span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
  }

  #baby8 span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
  }

  #baby8 span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
  }



  /* ANIMATION */
  @-webkit-keyframes bounce {
    100% {
      top: -10px;
      text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
        0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
        0 50px 25px rgba(0, 0, 0, 0.2);
    }
  }

  #baby11 {
    display: inline-block;
    margin: -5px;
    color: white;
    font-family: 'Righteous', serif;
    text-transform: uppercase;
    text-shadow: .03em .03em 0 #1B8EF5;
    text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
  }

  #baby11 {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
   
  }

  #baby11 span {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
   

  }

  @keyframes waviy {

    0%,
    40%,
    100% {
      transform: translateY(0)
    }

    20% {
      transform: translateY(-20px)
    }
  }

  #baby13  {
    position: relative;
    font-family: sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(190, 24, 255), #fff, rgb(26, 132, 231));
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
   
  }

  @keyframes animate {
    0% {
      background-position: -500%;
    }

    100% {
      background-position: 500%;
    }
  }
  /* --------- */
  

#baby14 {
  text-transform: uppercase;
  font-weight: 600;
color: transparent;
overflow: hidden;
  background-size: 3px 3px, 3px 3px, 1px 1px;
background-position: 0 0, 0 0, 0 0;
-webkit-background-clip: text;
-webkit-text-stroke: 1px white;
filter: drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 2px rgb(102, 146, 59));
animation: bg-shift 1s ease-in-out infinite alternate-reverse, swing 2s ease-in-out infinite;
}

#baby14::before {
content: "After Effect";
position: absolute;
background: linear-gradient(transparent 30%, white, transparent 70%);
-webkit-background-clip: text;
animation: bg-shift2 2s ease-in-out infinite alternate-reverse;
-webkit-text-stroke: 2px rgb(202, 243, 19);
}

@keyframes bg-shift {
from {
  background-position: 0 50px;
}
}

@keyframes bg-shift2 {
0% {
  background-position: 0 50px;
}

50% {

  background-position: 0 -50px;

}

100% {
  background-position: 0 50px;
}
}

@keyframes swing {
0% {
  transform-origin: top;
  transform: perspective(550px)rotatex(55deg);
}

50% {
  transform: perspective(550px)rotatex(-55deg);
}

100% {
  transform-origin: top;
  transform: perspective(550px)rotatex(55deg);

}
}
/* ---------------------- */
.baby10 {
position: relative;
 display: flex;
 text-transform: uppercase;
}
.baby10 span {
position: relative;
display: inline-block;

text-shadow: -1px 0 rgb(255, 251, 251), 0 1px rgb(11, 39, 1), 1px 0 rgb(2, 34, 10), 0 -1px rgb(4, 43, 6);
color: rgb(102, 146, 59);
text-shadow: 0 0 1px rgb(255, 255, 255);
animation: flip 2s infinite;
animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
0%,80% {
  transform: rotateY(360deg) 
}
}
/* ----------------- */
#baby9 {
position: relative;
 display: flex;
 text-transform: uppercase;
  margin: -2px;
}
#baby9 .span2 {
position: relative;
display: inline-block;
color: rgb(209, 67, 135);
animation-name: flip;
animation: slidein 2s infinite;
animation-delay: calc(.2s * var(--i))
}
@keyframes slidein {
0%,60% {
  transform: rotateX(360deg) 
}
}
/* ----------------- */
#baby7 {
font-family: "Roboto", sans-serif;
 font-weight: 900;
 text-transform: uppercase;
 color:red;
 padding-left: 5%;
 
}
#baby7.splitting .char {
 visibility: hidden;
}
#baby7.splitting .char::before, #baby7.splitting .char::after {
 visibility: visible;
}
#baby7.splitting .char::before {
 clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
#baby7 .splitting .char::after {
 clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
 animation: fall 3s cubic-bezier(0.8, 0, 0.9, 0.4) infinite;
 animation-delay: calc(0.1s * var(--char-index));
 transform-origin: 100% 50%;
}
@keyframes fall {
 0%, 20% {
   transform: none;
}
 70% {
   transform: translateY(100vh) rotate(-0.5turn);
   transform-origin: 50% 50%;
   opacity: 1;
}
 71% {
   opacity: 0;
}
 72% {
   transform: scaleY(0);
}
 90% {
   transform: scale(1);
}
 100% {
   opacity: 1;
}
}

/* ------------------ */

#baby7{
position: absolute;
text-transform: uppercase;
transform: translate(-50%,-50%);
letter-spacing: -2px;
}
#baby7 {
  
color: rgba(255,0,0,0.1);
text-transform: uppercase;
text-transform: uppercase;
font-weight: 700;
background-size: cover;
background-image: url(https://cdn-images-1.medium.com/max/2000/1*Jalb56N34pBIGCjQULtW3A.jpeg);
-webkit-background-clip: text;
animation: background-text-animation 15s linear infinite;
}
@keyframes background-text-animation {
0%{
  background-position: left 0px top 50%;
}
50%{
  background-position: left 1500px top 50%;
}
100%{
  background-position: left 0px top 50%;
}
}
/* =========== */
ol.pre-loader {
  position: absolute;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  letter-spacing: -1px;
 
}

.pre-loader ol {
  list-style: none;
  color: #484848;
  display: inline;

     animation: pre-load 3s linear infinite;
}

@keyframes pre-load {
  
  0% {
    color: #484848;
    text-shadow: none;
  }
  
  20% {
    color: #484848;
    text-shadow: none;
  }
  
  40% {
    color: #FAAF11;
    text-shadow: 0 0 7px #fff900, 0 0 50px #ff6c00;
  }
  
  60% {
    color: #484848;
    text-shadow: none;
  }
  
  80% {
    color: #484848;
    text-shadow: none;
  }
  
  100% {
    color: #484848;
    text-shadow: none;
  }
  
}

.pre-loader ol:nth-child(1) {
  animation-delay: .2s;
}

.pre-loader ol:nth-child(2) {
  animation-delay: .4s;
}

.pre-loader ol:nth-child(3) {
  animation-delay: .6s;
}

.pre-loader ol:nth-child(4) {
  animation-delay: .8s;
}

.pre-loader ol:nth-child(5) {
  animation-delay: 1s;
}

.pre-loader ol:nth-child(6) {
  animation-delay: 1.2s;
}

.pre-loader ol:nth-child(7) {
  animation-delay: 1.4s;
}
.pre-loader ol:nth-child(8) {
  animation-delay: 1.6s;
}

@media screen and (max-width: 980px) {
  
  .pre-loader ol {
    
    letter-spacing: 0;
  }
  
}

#baby12 {
  background-image: linear-gradient(90deg, #D14387 0%, #F7C443 56%, #66923B 100%);
  color: transparent;
  -webkit-background-clip: text;
  
  animation: move 1s infinite;
}

@keyframes move {
  50% {
    background-image: linear-gradient(262deg, rgba(250, 175, 17,1) 0%, rgba(209, 67, 135,1) 56%, rgba(254,193,149,1) 100%);
  }
}
/* ============ */

#openPopUp{
color: #66923B;
  text-decoration: none;
   transition:background-color 0.15s linear;
  -webkit-transition:background-color 0.15s linear;
  -moz-transition:background-color 0.25s linear;
  -o-transition:background-color 0.25s linear;
}
a#openPopUp:hover{
  cursor: pointer;
  color: #e67e22;
}
.popup{
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 9999999;
  background: rgba(0,0,0, 0.75);
  width: 100vw;
  height: 100vh;
  opacity: 0;

    -webkit-transition: opacity  0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.popup .popUpContainer{
  width: 100%;
  max-width: 500px;
  position: fixed; /* To avoid scroll to target */
  left: 50%;
  top: -100vh;
    -webkit-transition: top  0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;

  /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
  margin-left: -250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 2px;
  z-index: 9999999; 
}
.popup h2{
  padding: 0.5em;
  text-align: center;
  color: #444444;
  margin: 0;
}
.popup img{
  width: 100%;
  display: block;
}
.popup article{
	height: 300px;
  background-color: #e67e22;
}
/* The cancel button on popup dialog */
.popup a.closePopUp{
  font-family: verdana;
  color: #e74c3c;
  position: absolute;
  top: 0.2em;
  right: 0.375em;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
}
/* The cancel button on popup dialog */
.popup a:hover{
  color: #c0392b;
}
/* When popup is targeted, by clicking on link with #popup in HTML */
.popup:target{
  opacity: 1;
  top: 0;
}
.popup .closePopUpOutSide{
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 9999991; 
}
.popup:target .popUpContainer{
  top: 50px;
    -webkit-transition: top  0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
}

@media  (max-width: 796px) {
  .popup .popUpContainer{
    width: 90%;
    max-width: none;
    left: 5%;
    margin-left: 0;
  }
  .popup ul{
    padding: 0 1em 0 1em;
  }
  .popup:target .popUpContainer{
    top: 25px;
    -webkit-transition: top  0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
  }
}

/* -------------------slider2 */
.main-dev {
    max-width: 1400px;
    margin: 0 auto;
  }
    
  .card_image img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    height: 240px;
  }
  
  .btn {
    color: #FF9A5A;
    padding: 0.8rem;
      text-transform: uppercase;
    border-radius: 10px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  
  }
  
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
  }
  
  .cards2 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
   
  }
  
  .cards_item-dev {
    display: flex;
    padding: 1rem;
  }
  
  @media (min-width: 40rem) {
    .cards_item-dev {
      width: 50%;
    }
  }
  
  @media (min-width: 56rem) {
    .cards_item-dev {
      width: 33.3333%;
    }
  }
  
  .card2 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
     border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  
  }
  
  .card_content {
    padding: 1rem;
    background: linear-gradient(to bottom left, #3c550e 40%, #0f1720 100%);
    height: 150px;
    border-bottom: 5px #FF9A5A solid;
  }
  
  .card_title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
  }
  
  
  .view {
    color: #FF9A5A;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }