/* hero end  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
}

.headline {
  left: 130px;
} 
.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 650px){
  .headline {
    left: 20px;
  } 
  .clipped {
    clip-path: none;
    max-height: 300px !important;
  }
}
/* hero end  */

/* about  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
}



/* about end  */

/* gallery start  */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: montserrat, sans-serif;
}

body {
    background-color: rgb(22, 22, 24);
}
/* .box {
    background-color: rgb(22, 22, 24);
    padding: 1rem;
    width: 40px;
} */

.container {
max-width: 700px;
margin: auto; 

}

.header {
    text-align: center;
    margin-left: -100px;
    color: white;
    padding-top: 2rem;
}

.author {
    font-family: cursive;
    font-weight: 500;
  font-size:1.7rem;
    text-align: center;
    margin-top: 4rem;
    color: #fff;
  font-family: 'Playball', cursive;
}
.author-name{
font-family: 'Faster One', cursive;
}

.image-gallery {
    padding: 2rem;
    background-color: white;
    margin-top: 2rem;
    max-width: auto;
}

.image-gallery .image {
    display: block;
    width: 50%;
    margin: auto;
}

.btn {
    display: inline-block;
    z-index: 99999;
    color: rgb(255, 255, 255);
    font-size: 1.7rem;

}

.btn-right {
    transform: translate(80%, 900%);
}

.btn-left {
    transform: translate(80%, 900%);
} 

@media(max-width:750px) {
    .btn-right {
        transform: translate(80%, 750%);
    }
    .btn-left {
        transform: translate(80%, 750%);
    }
    }


@media(max-width:600px) {
    .btn-right {
        transform: translate(80%, 750%);
    }
    .btn-left {
        transform: translate(80%, 750%);
    }
    .header {
        text-align: center;
        margin-left: 0;
    }
}

@media(max-width:550px) {
    .btn-right {
        transform: translate(80%, 750%);
    }
    .btn-left {
        transform: translate(80%, 750%);
    }
    .header {
        text-align: center;
        margin-left: 0;
    }
}

@media(max-width:500px) {
    .btn-right {
        transform: translate(80%, 750%);
    }
    .btn-left {
        transform: translate(80%, 750%);
    }
    .header {
        text-align: center;
        margin-left: 0;
    }
}

@media(max-width:450px) {
    .btn-right {
        transform: translate(80%, 650%);
    }
    .btn-left {
        transform: translate(80%, 650%);
    }
    .header {
        text-align: center;
        margin-left: 0;
    }
}

@media(max-width:400px) {
    .btn-right {
        transform: translate(80%, 650%);
    }
    .btn-left {
        transform: translate(80%, 650%);
    }
    .header {
        text-align: center;
        margin-left: 0;
    }
}

@media(max-width:350px) {
    .btn-right {
        transform: translate(80%, 650%);
    }
    .btn-left {
        transform: translate(80%, 650%);
    }
    .header {
        text-align: center;
        margin-left: 0;
    }
}







/* gallery end  */

/* new slider  */
/* new silder  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
 
  li {
    list-style: none;
  }
  input[type="radio"] {
    display: none;
  }
  .js-slider {
    position: relative;
    width: 80%;
    height: 100vh;
    margin: 0 auto;
  }
  .js-slider_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 3rem;
    opacity: 0;
    visibility: hidden;
    transform-origin: right center;
    transform: translate3d(0%, 0%, 0) rotateY(30deg) scaleX(0.95);
    transition: all 1s ease,transform 1s cubic-bezier(0.43, 0.28, 0.51, 1);
  }
  #s-1:checked ~ .js-slider .js-slider_item.img-1,
  #s-2:checked ~ .js-slider .js-slider_item.img-2,
  #s-3:checked ~ .js-slider .js-slider_item.img-3 {
    opacity: 1;
    visibility: visible;
    transform-origin: left center;
    transform: translate3d(0, 0, 0) rotateY(0deg) scaleX(1);
  }
  .js-slider_img {
    width: 100%;
    height: 60%;
    position: relative;
    overflow: hidden;
  }
  .c-img-w-full {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
  }
  .c-img-h-full {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
  }
  figcaption {
    display: block;
  }
  .wo-h3 {
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid black;
  }
  .c-label {
    display: inline-block;
    color: #eee;
    background-color: orange;
    line-height: 1;
    padding: 0.5em 0.9em;
    margin-right: 0.5em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .view-sm {
    display: none;
  }
  .js-slider_nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
  .js-slider_nav_item.prev {
    left: 0;
  }
  .js-slider_nav_item.next {
    right: 0;
    transform: rotateY(180deg);
  }
  .js-slider_nav_item {
    position: absolute;
    display: none;
    width: 4rem;
    height: 4rem;
    border: 1px solid orange;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .js-slider_nav_item:before {
    content: "";
    display: block;
    position: absolute;
    left: 1rem;
    top: 55%;
    width: 1rem;
    height: 1px;
    background-color: orange;
    transform-origin: left bottom;
    transform: translate3d(0, -50%, 0) rotate(-45deg);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .js-slider_nav_item:hover {
     transform: translate3d(-30%, 0, 0);
  }
  .js-slider_nav_item.next:hover {
     transform: rotateY(180deg) translate3d(-30%, 0, 0);
  }
  .js-slider_nav_item:hover:before {
    transform: translate3d(0, -50%, 0) rotate(-30deg);
  }
  .js-slider_nav_item:after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 2rem;
    height: 1px;
    background-color: orange;
    transform: translate3d(-50%, -50%, 0);
  }
  #s-1:checked ~ .js-slider .js-slider_nav .s-nav-1,
  #s-2:checked ~ .js-slider .js-slider_nav .s-nav-2,
  #s-3:checked ~ .js-slider .js-slider_nav .s-nav-3 {
    display: block;
  }
  .js-slider_indicator {
    position: absolute;
    left: 0;
    top: 63%;
    width: 100%;
    text-align: center;
  }
  .js-slider-indi {
    position: relative;
    display: inline-block;
    padding: 2rem;
    cursor: pointer;
  }
  .js-slider-indi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: orange;
    transform: translate3d(-50%, -50%, 0);
  }
  .js-slider-indi:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #s-1:checked ~ .js-slider .js-slider_indicator .indi-1:after,
  #s-2:checked ~ .js-slider .js-slider_indicator .indi-2:after,
  #s-3:checked ~ .js-slider .js-slider_indicator .indi-3:after {
    transform: translate3d(-50%, -50%, 0) scale(2.5);
  }


/* new slider end  */

/* typing text  */

/* GLOBAL STYLES */


/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: black;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

/* nerd link  */
a{
  display: block;
  color: white;
  text-decoration: none;
  position: relative;
}

a::after{
  content: "";
  background: white;
	mix-blend-mode: exclusion;
  width: calc(100% + 20px);
  height: 0;
  position: absolute;
  bottom: -4px;
  left: -10px;
	transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a:hover::after{
	height: calc(100% + 8px)
}

/* The End */

.note{
  top: auto;
  bottom: 0;
  color: #ddd;
  font-size: 13px;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 500px;
}