*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
  user-select: none;
  background: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
html{
  background: #050505;
}

.intro-text-container {
  position:absolute;
  left:5%;
  top:10%;
  width:90%;
  height:80%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background:url(../images/hyperdetailed-portrait-studio-photography.svg) left center no-repeat;
  background-size: contain;
  filter:drop-shadow(0 10px 30px rgba(0,0,0,0.3))
}

#home{
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper {
  position: relative;
  overflow: hidden;
}

.parallax-slider .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 150px;
  background-position: center;
  background-size: cover;
}


.slider-controls{
  position: absolute;
  right:200px;
  bottom:50px;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  background: rgb(0,0,0,.4);
  z-index: 10;
  margin-left:10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}

.prev-ctrl,.next-ctrl{
  height: auto;
  width: auto;
  text-align: center;
  padding: 10px;
  background: transparent;
  outline: none;
  position: relative;
  left:auto;
  right:auto;
  cursor: pointer;
}

.parallax-slider{
  height:100vh;
  height:100dvh;
  width: 100%;
}

.parallax-slider .img-container {
  background-position: center;
  background-size: cover;
}

.navigation{
  position: fixed;
  left: 0;
  top: 0;
  z-index:10;
  color: rgb(245, 245, 245);
  padding: 20px;
  padding-top: 40px;
  padding-left: 40px;
  font-size: 18px;
  width: 100%;
  pointer-events: none;
}
.navigation a, .navigation .navigation-close {
  pointer-events: all;
}
.navigation-shop, .navigation-contact {
  display:none;
}
.logo{
  display: inline-block;
  z-index: 10;
  color: rgb(245, 245, 245);
  padding:10px;
  margin:-10px;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 4px;
}
.navigation-links{
  float: right;
  margin:5px 40px 5px 5px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.navigation-links.shop-opacity {
  background:#f4ece9;
  border-radius:5px;
}
a{
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover{
  color: inherit;
  text-decoration: none;
  outline: none;
}
li{
  list-style: none;
  padding-bottom: 40px;
}
.links{
  opacity:.9;
  transition: all .4s ease;
}
.links:hover{
  opacity: 1;
}
.cursor{
  height: 50px;
  width: 50px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgb(245, 245, 245);
  position: fixed;
  z-index: 10;
  top: -25px;
  left: -25px;
  opacity:1;
  overflow: hidden;
  text-align: center;
  color:black;
  font-size: 16px;
}
.cursor-two{
  height: 8px;
  width: 8px;
  background: rgb(245, 245, 245);
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  opacity:1;
  top: -4px;
  left: -4px;
  transition: all .05s ease;
}
.swiper-pagination-container
{
  position: relative;
  width: 100px;
  height:55px;
  z-index: 10;
  padding:10px
}
.swiper-pagination{
  width:100px !important;
  height:2px !important;
  background: rgb(245, 245, 245,.2);
  opacity: 1;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-control-image{
  height:35px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: rgb(245, 245, 245);
}
.swiper-button-prev, .swiper-button-next {
  color:#f4ece9;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color:#fff;
}
.shop-link{
  padding-left:0;
}
.slide-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(245, 245, 245);
  font-size: 90px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
#home .social-media-links {
  position: absolute;
  left:50px;
  bottom: 50px;
  color: rgb(245, 245, 245);
  z-index: 9;
}
.project .social-media-links{
  position: absolute;
  left:2%;
  bottom: 5%;
  color: rgb(245, 245, 245);
  z-index: 0;
}
#shop .social-media-links {
  position: absolute;
  right:5%;
  bottom: 5%;
  color: rgb(245, 245, 245);
  z-index: 9;
}
#home .social-media-links ul , #shop .social-media-links ul , .project .social-media-links ul{
  display: flex;
  flex-direction: row;
  font-size: 18px;
  padding-left:0;
  margin-bottom:0;
}
#home .social-media-links ul li ,#shop .social-media-links ul li ,.project .social-media-links ul li{
  font-size: 18px;
  padding:0;
}


#shop{
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  width:100%;
  z-index:9;
  display: none;
  transform: scale(.9);
  overflow: hidden;
}
#shop-color{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height:100%;
  background: #f4ece9;
  opacity: 1;
}
.shop-close{
  color: #191519;
}
.shop-close .navigation-close-line{
  background-color: #191519;
}

#breaker{
  background: #000000;
  position: fixed;
  height: 150vh;
  display: none;
  width: 100%;
  z-index: 11;
  transform: translateY(-100%);
  animation: breaker 2.5s ;
}

@keyframes breaker{
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(100%);
  }
}
.navigation-close-line{
  height: 22px;
  width: 2px;
  border-radius: 10px;
  background: rgb(245, 245, 245);
  position: absolute;
  transform: rotate(-45deg);
}
.navigation-close{
  padding: 20px;
  padding-top: 0px;
  cursor: pointer;
}
.navigation-close-line:nth-child(2){
  transform: rotate(45deg);
}
.shop-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  width: 100%;
  padding:100px;
  margin: 20px;
  position: relative;
  z-index: 5;
  color: #191519;
}
.shop-text.vouchers-container{
  min-height: auto;
}

.shop-text-header{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 3.5em;
  text-align: center;
  font-optical-sizing: auto;
  padding: 30px 0 40px 0;
}
.shop-text-button{
  display:inline-block;
  padding-top: 20px;
  text-align: left;
}
.shop-text-paragraph{
  padding-bottom: 10px;
  font-size: 1.2em;
  opacity: .9;
}
.shop-text-paragraph.playfair {
  font-family: "Playfair Display", serif;
  font-size:1.4em;
}
.cart-button{
  padding:13px 30px;
  background: rgb(245, 245, 245);
  outline: none;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  color:#041b4e;
  transition: all .4s ease;
}
.cart-button:hover{
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.project{
  height: 100vh;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  background: #050505;
  position: relative;
}
.slideshow{
  width:95%;
  margin: auto;
  overflow: hidden;
  height: 80vh;
}
.slides,.forest-slides,.wildlife-slides,.city-slides{
  width: 100%;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
  position: absolute;
}
.controls{
  position: absolute;
  right:5%;
  bottom:5%;
  width: auto;
  height: auto;
  cursor: pointer;
}
.hover{
  cursor: pointer;
}
.imgs{
  cursor: pointer;
  height: 26px;
  width: 26px;
  transition: all .4s ease;
}
.controls button:hover img{
  transform: scale(1.4);
}
.slides img,.forest-slides img,.wildlife-slides img,.city-slides img{
  width: auto;
  max-height: 70vh;
  position: absolute;
  margin: auto;
  pointer-events: none;
  border-radius: 6px;
}
.controls button{
  padding: 10px 10px;
  padding-left: 50px;
  background: transparent;
  color: rgb(245, 245, 245);
  transition: all .4s ease;
  outline: none;
  border: none;
  margin: 5px;
}
.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background:#1b1b1b;
}

.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: grey;
}

.pace.pace-inactive {
  display: none;
}

#preloader{
  width:100%;
  height:100vh;
  height:100dvh;
  background:#050505;
  overflow:hidden;
  z-index: 1000;
  position:fixed;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: rgb(245, 245, 245);
}
#contact{
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  background: #050505;
  position: relative;
  z-index: 5;
color: rgb(245, 245, 245);
font-weight: 100;
display: none;
transform: scale(.9);
}
.contact-social-media-links{
padding-top: 30px;
z-index: 5;

}
.contact-social-media-links ul li:nth-child(1) {
  padding-left:0;
  }
  .contact-social-media-links ul li:nth-child(3) {
    padding-right:30px;
    }
.contact-header{
  height: auto;
  padding:40px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  width: 100%;
}
.form{
  min-height:70vh;
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-line{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact_send{
  background: transparent;
  outline: none;
  border: 1px solid rgb(255,255,255,.3);
  color: rgb(245, 245, 245);
  padding: 10px 30px;
  font-size: 18px;
  margin: 20px;
  cursor: pointer;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#contact_send:after{
  content: "";
  background: rgb(245, 245, 245);
  color: #000000;
  left: 0;
  top:100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}
#contact_send:hover{
  color: black;
}
#contact_send:hover::after{
  top:0;
}
.form input, .form textarea {
  outline: none;
  background: #000;
  border-radius: 0;
  border: none;
  border-bottom:1px solid #eee;
  padding: 10px 20px;
  margin: 10px 10px 20px;
  font-size: 18px;
  color: #eee;
  font-family: Verdana, Arial, sans-serif;
  transition: all .2s ease;
  resize:none;
}
.form textarea {
  height: 150px;
}

form .textarea:focus{
  border-bottom: 1px solid rgb(255,255,255,1);
}
::placeholder {
  color:#999 !important;
}



#projects  .swiper-container{
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  max-height: 70vh;
}
#projects .swiper-wrapper{
  height: 70vh;
}
.align-center{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}

#projects .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  max-width: 60%;
  position: relative;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#projects .swiper-slide img{
  width: auto;
  max-height: 70vh;
  position: absolute;
  margin: auto;
  pointer-events: none;
  border-radius: 6px;
}
.gg-mouse {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 16px;
  height: 24px;
  border: 2px solid rgb(245, 245, 245);
  border-radius: 10px

}

.gg-mouse::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 6px;
  background: rgb(245, 245, 245);
  top: 3px;
  animation: mouse 2s linear infinite;
  left: 5px
}
#projects .scroll-icon{
  bottom: 7%;
}
.scroll-icon{
position: absolute;
left: 50%;
bottom: 10%;
z-index: 2;
}
@keyframes mouse {
  0%{
    transform: translateY(0%);
  }
  50%{
    transform: translateY(50%);
  }
  100%{
    transform: translateY(0%);
  }
}
@-webkit-keyframes mouse{
  0%{
    transform: translateY(0%);
  }
  50%{
    transform: translateY(50%);
  }
  100%{
    transform: translateY(0%);
  }
}

@media all and (max-width: 768px) {
  .parallax-slider .img-container {
    margin:0;
  }
  .navigation-links {
    margin-right:5px;
  }
}

/*

FOR MOBILES

*/
@media all and (max-width: 576px) and (min-width: 375px){
.navigation{
  font-size: 14px;
  padding-top:20px;
  padding-left: 10px;
}

#home .social-media-links{
  left:25px;
}
.cursor,.cursor-two{
  display: none;
}
.navigation-links{
  padding-right: 0;
  padding-left: 0;
}
.logo{
  font-size: 14px;
}
.project-link{
  padding:40px;
}
.slider-controls{
  position: absolute;
  right:60px;
  bottom:50px;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
}
.slide-text{
  font-size: 70px;
}
.shop-text{
  padding:50px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 20px;
}
.shop-text-paragraph{
  padding-bottom: 10px;
  font-size: 16px;
}
.navigation-close-line{
  height: 16px;
  width: 2px;
}
#shop .social-media-links ul li{
  font-size: 16px;
}
.slides img,.forest-slides img,.wildlife-slides img,.city-slides img{
  width: auto;
  max-width: 95%;
  max-height: auto;
  position: absolute;
  margin: auto;
  border-radius: 8px;
}
.controls button{
  padding: 10px 10px;
  margin: 5px;
}
.controls button:hover img{
  transform: scale(1);
}
.view-project{
  display: block;
}
.input-line{
  flex-direction: column;
}
.input-same-line{
  width: 83%;
}
.pace{
  width:200px;
}
.textarea{
  height: 80px;
}
.form{
  height: auto;

}
.contact-header{
  padding:10px;
  padding-top: 80px;
  font-size: 24px;
}

#projects .swiper-slide img{
  width: 100%;
  max-height: 70vh;
  position: absolute;
  margin: auto;
  pointer-events: none;
  border-radius: 6px;
}
.gg-mouse {

  display:none;
}





}
/*
FOR EXTRA SMALL DEVICES
*/


@media all and (max-width: 375px) and (min-width: 0px){
  .navigation{
    font-size: 14px;
    padding-top:20px;
    padding-left: 20px;
    padding-left: 10px;
  }
  .cursor,.cursor-two{
    display: none;
  }
  .project-link{
    padding:20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation-links{
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo{
    font-size: 14px;
    padding-left: 0px;
  }
  .slider-controls{
    position: absolute;
    right:auto;
    bottom:50px;
    left:50%;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    margin-left:-105px;
  }
  .slide-text{
    font-size: 70px;
  }
  #home .social-media-links{
    left:10px;
    bottom:130px;
  }
  .shop-text{
    padding:40px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 20px;
  }
  .shop-text-header{
    font-size: 14px;
  }
  .shop-text-paragraph{
    padding-bottom: 10px;
    font-size: 12px;
  }
  .contact-button{
    padding:8px 16px;
    background: #b61071;
    outline: none;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    color: rgb(245, 245, 245);
  }
  #shop .social-media-links ul li , .project .social-media-links ul li{
    font-size: 14px;
  }
  .navigation-close-line{
    height: 16px;
    width: 2px;
  }
  .slides img,.forest-slides img,.wildlife-slides img,.city-slides img,.wildlife-slides img{
    width: 95%;
    max-height: auto;
    position: absolute;
    margin: auto;
    border-radius: 8px;
  }
  .controls button{
    padding: 10px 10px;
    margin: 5px;
  }
  .controls button:hover img{
    transform: scale(1);
  }
  .view-project{
    display: block;
  }

  .pace{
    width:200px;
  }
  .contact-info-content{
    min-height: 50vh;
  }
  .contact-info{
    min-height: auto;
}
.input-line{
  flex-direction: column;
}
.input-same-line{
  width: 83%;
}
.textarea{
  height: 80px;
}
.form{
  height: auto;

}
.contact-header{
  padding:10px;
  padding-top: 80px;
  font-size: 18px;
}
input{
  font-size: 15px;
}
.textarea{
  font-size: 15px;
  height: 50px;
  padding-bottom: 10px;
}
#button{
  margin: 0px;
}

#projects .swiper-slide img{
  width: 100%;
  max-height: 70vh;
  position: absolute;
  margin: auto;
  pointer-events: none;
  border-radius: 6px;
}
.gg-mouse {

  display:none;
}

}


/*
FOR TABLETS
*/

@media all and (max-width: 991px) and (min-width: 576px){
.cursor,.cursor-two{
  display: none;
}
.slides img,.forest-slides img,.wildlife-slides img,.city-slides img{
  width: auto;
  max-width: 95%;
  max-height: auto;
  position: absolute;
  margin: auto;
  border-radius: 8px;
}
.view-project{
  display: block;
  font-size: 20px;
}
.pace{
  width:300px;
}
.gg-mouse {
  display:none;
}

#projects .swiper-slide img{
  width: 100%;
  max-height: 70vh;
  position: absolute;
  margin: auto;
  pointer-events: none;
  border-radius: 6px;
}

}

#captcha_container {
  text-align:center;
}
#captcha_container input + span {
  font-size:1.8em;
  border:2px solid transparent;
}
#captcha_container input:checked + span {
  border:2px solid #fff;
}

.shop-text {
  margin:0;
  padding:50px;
}

.preset-slider-container {
  aspect-ratio: 65 / 96;
  width:100%;
}
.preset-cover {
  width:100%;
  aspect-ratio: 65 / 96;
}

@media (min-width: 576px) {
  .shop-text {
    padding:100px;
  }
}
@media (min-width: 768px) {
  .shop-text {
    flex-direction:row;
    justify-content: space-between;
    padding-left:100px;
    padding-right:100px;
  }
  .shop-text-header {
    text-align: left;
    padding: 10px 0;
  }
  .shop-text-container {
    flex-grow:1;
    margin-left:100px;
  }
  .preset-slider-container {
    width:50%;
    margin-left: -100px;
    align-self: flex-start;
    margin-top:35px;
    flex-shrink:0;
  }

}
@media (min-width: 992px) {

  .preset-slider-container {
    width: 50%;
    max-width:700px;
    margin-left: -100px;
    margin-top:-100px;
  }
}

.navigation-shop .badge {
  background: #191519;
  opacity:0.6;
  right:-13px;
  top:-8px;
}

.cart-container {
  font-size:20px;
  pointer-events: all;
  color:#191519;
  position:absolute;
  top:45px;
  right:0;
  padding:10px 20px;
  background: #f4ece9;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
  width:320px;
  max-height:calc(100vh - 150px);
  max-height:calc(100dvh - 110px);
  overflow: auto;
}

.cart-header {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.5em;
  font-optical-sizing: auto;
  margin-bottom:0.3em;
}
.item-in-cart {
  background: #fff;
  border-radius:5px;
  position:relative;
  padding:5px 8px;
  margin-bottom:10px;
}
.item-price {
  font-size:0.8em;
}
.item-remove {
  text-align: center;
  width:20px;
  height:20px;
  line-height:20px;
  position:absolute;
  top:10px;
  right:10px;
}
#cart-checkout {
  margin:20px 0 10px 0;
}
#cart-checkout label {
  font-size:0.7em;
}
.checkout-input {
  margin-bottom:10px;
  width:100%;
  border:1px solid #191519;
  border-radius:5px;
  padding:3px 8px;
  font-size:0.8em;
}
#cart-total {
  margin-bottom:10px;
}
#cart-total span {
  font-weight:500;
}
#checkout-button {
  text-align: center;
  display: block;
  width:100%;
  padding:8px 20px;
  background: rgb(245, 245, 245);
  outline: none;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  color:#041b4e;
  transition: all .4s ease;
}
#checkout-button:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.bundle-price-alert {
  padding: 0.2em 0.4em;
  font-size: 0.8em;
}
.ba-slider {
  background:none;
}
.ba-slider .handle {
  left:15%;
}
.ba-slider .resize {
  width:15%;
}
.ba-slider .handle:after {
  left:2px;
  text-align: right;
  color:#f4ece9;
  content: 'next';
  top:calc(50% + 60px);
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  background:none;
  border:none;
  box-shadow:none;
  font-weight:200;
  width:48px;
  height:48px;
  margin:-24px 0 0 -24px;
  font-size:30px;
  line-height:50px;
}
.ba-slider .handle:before {
  left:2px;
  top:calc(50% + 60px);
  color:#f4ece9;
  position:absolute;
  content: 'prev';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  font-weight:200;
  width:48px;
  height:48px;
  margin:-24px 0 0 -24px;
  font-size:30px;
  line-height:50px;
}
.ba-slider .before-description {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight:500;
  color:#f4ece9;
  text-shadow:0 1px 1px rgba(0,0,0,0.5);
  padding-right: 4px;
}
.ba-slider .after-description {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight:500;
  color:#f4ece9;
  text-shadow:0 1px 1px rgba(0,0,0,0.5);
  padding-left: 4px;
}
