@import url(https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@200;300;400;500;600;700;800&display=swap);.navbar .bottom input{background-color:transparent;color:#d4d4d4;height:40px;margin:10px 0;outline:1px solid #5c5c5c;padding-left:10px;width:100%}*{border:0;box-sizing:border-box;font-size:100%;list-style:none;margin:0;padding:0}* a{text-decoration:none}.home-page{margin-left:400px;width:calc(100% - 400px)}.home-page .gallery-item,.home-page .gallery-item-reverse{align-items:none;display:flex;height:100%;justify-content:space-evenly;padding:0 3rem;text-align:none;width:100%}.home-page .gallery-item img,.home-page .gallery-item-reverse img{height:100%;width:50%}.home-page .gallery-item .right-side,.home-page .gallery-item-reverse .right-side{align-items:none;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:4rem;text-align:none;width:50%}.home-page .gallery-item .right-side h1,.home-page .gallery-item-reverse .right-side h1{color:#d4d4d4;font-size:4rem}.home-page .gallery-item .right-side h3,.home-page .gallery-item-reverse .right-side h3{color:#5c5c5c;font-size:1.5rem}.home-page .gallery-item .right-side p,.home-page .gallery-item-reverse .right-side p{color:#5c5c5c;font-size:1.5rem;padding:1.6rem 0 2rem 1.7rem;position:relative}.home-page .gallery-item .right-side p:before,.home-page .gallery-item-reverse .right-side p:before{background-color:#f3c623;content:"";height:60px;left:0;position:absolute;top:2rem;width:2px}.home-page .gallery-item .right-side .button,.home-page .gallery-item-reverse .right-side .button{background-color:transparent;border:1px solid #f3c623;box-shadow:2px 2px 2px #f3c623;color:#f3c623;cursor:pointer;font-weight:800;letter-spacing:4px;padding:1px;text-align:center;width:200px}.home-page .gallery-item .right-side .button:active,.home-page .gallery-item-reverse .right-side .button:active{box-shadow:none;-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}.home-page .gallery-item-reverse{flex-direction:row-reverse}.home-page .gallery-item-reverse .right-side{align-items:flex-end;display:flex;justify-content:center;text-align:right}.home-page .gallery-item-reverse .right-side p{padding:1.6rem 1.7rem 2rem 0}.home-page .gallery-item-reverse .right-side p:before{display:none}.home-page .gallery-item-reverse .right-side p:after{background-color:#f3c623;content:"";height:60px;position:absolute;right:0;top:2rem;width:2px}.home-page .more-button{background-color:#f3c623;box-shadow:3px 3px 0 #d4d4d4;cursor:pointer;font-size:1.5rem;font-weight:700;height:50px;margin:2rem 20%;width:50%}.home-page .more-button:active{box-shadow:none;-webkit-transform:translate(3px,3px);transform:translate(3px,3px)}@media screen and (max-width:1400px){.home-page .gallery-item,.home-page .gallery-item-reverse{padding:0 1rem}.home-page .gallery-item .right-side,.home-page .gallery-item-reverse .right-side{padding:2rem}.home-page .gallery-item .right-side h1,.home-page .gallery-item-reverse .right-side h1{font-size:3rem}}@media screen and (max-width:1200px){.home-page .gallery-item .right-side,.home-page .gallery-item-reverse .right-side{padding:1rem}.home-page .gallery-item .right-side h1,.home-page .gallery-item-reverse .right-side h1{font-size:2rem}.home-page .gallery-item .right-side p,.home-page .gallery-item-reverse .right-side p{padding:1rem}}@media screen and (max-width:1000px){.home-page{margin-left:350px;width:calc(100% - 350px)}.home-page .gallery-item,.home-page .gallery-item-reverse{flex-direction:column}.home-page .gallery-item img,.home-page .gallery-item-reverse img{height:70%;margin:auto;width:70%}.home-page .gallery-item .right-side,.home-page .gallery-item-reverse .right-side{width:100%}}@media screen and (max-width:800px){.home-page{margin-left:60px;width:calc(100% - 60px)}}@media screen and (max-width:500px){.home-page{margin-left:60px;width:calc(100% - 60px)}.home-page .gallery-item .right-side p,.home-page .gallery-item-reverse .right-side p{font-size:1.2rem;padding:1rem 0}.home-page .gallery-item .right-side p:after,.home-page .gallery-item .right-side p:before,.home-page .gallery-item-reverse .right-side p:after,.home-page .gallery-item-reverse .right-side p:before{display:none}}.photo-gallery{align-items:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex;margin-left:400px;text-align:none;width:calc(100% - 400px)}.photo-gallery-item{height:100vh;overflow:hidden;position:relative;width:33.3333333333%}.photo-gallery-item img{height:100%;object-fit:cover;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.photo-gallery-item .details{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .3s;-webkit-user-select:none;user-select:none;width:80%}.photo-gallery-item .details h3{color:#5c5c5c;font-size:2rem}.photo-gallery-item .details h1{color:#d4d4d4;font-size:3rem}.photo-gallery-item .details button{background-color:transparent;border:1px solid #f3c623;box-shadow:2px 2px 2px #f3c623;color:#f3c623;cursor:pointer;font-weight:400;letter-spacing:4px;margin-top:1rem;padding:1px 10px;text-transform:uppercase}.photo-gallery-item .details button:active{box-shadow:none;-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}.photo-gallery-item:hover .details{opacity:1}.photo-gallery-item:hover img{-webkit-filter:blur(2px);filter:blur(2px);-webkit-transform:scale(1.05);transform:scale(1.05)}.photo-gallery .more-image{background-color:#f3c623;cursor:pointer;font-size:1rem;letter-spacing:5px;overflow:hidden;padding:10px;position:relative;text-shadow:-2px -2px 2px #111;transition:font-size .2s;width:100%}.photo-gallery .more-image:before{background-color:hsla(0,0%,46%,.303);content:"";height:100%;left:-3rem;position:absolute;top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:left .5s,-webkit-transform .5s;transition:left .5s,transform .5s;transition:left .5s,transform .5s,-webkit-transform .5s;width:100px;z-index:0}.photo-gallery .more-image:hover{font-size:1.2rem;text-shadow:-2px -2px 4px #111}.photo-gallery .more-image:active{font-size:1rem;text-shadow:-2px -2px 2px #111}.photo-gallery .more-image:hover:before{left:96%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:1200px){.photo-gallery-item{width:50%}}@media screen and (max-width:1000px){.photo-gallery{margin-left:350px;width:calc(100% - 350px)}.photo-gallery-item{width:50%}}@media screen and (max-width:800px){.photo-gallery{margin-left:60px;width:calc(100% - 60px)}}@media screen and (max-width:600px){.photo-gallery-item{width:100%}}.about-us{display:flex;height:100vh;margin-left:400px;width:calc(100% - 400px)}.about-us .poster{height:100%;width:50%}.about-us .info{display:flex;flex-direction:column;padding:4rem 6rem;width:60%}.about-us .info h1{color:#d4d4d4;font-size:3rem}.about-us .info h1 span{color:#f3c623}.about-us .info p{color:#5c5c5c;font-size:1.5rem;margin-top:1rem}.about-us .info .team-text{margin-top:1rem;text-align:center}.about-us .info .our-team{display:flex;flex-wrap:wrap;padding:0 4rem;text-align:center;width:100%}.about-us .info .our-team .member{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1rem;text-align:center;width:100px}.about-us .info .our-team .member .member-image{border-radius:50%;height:80px;width:80px}.about-us .info .our-team .member h2{color:#d4d4d4}.about-us .info .our-team .member h3{color:#5c5c5c}@media screen and (max-width:1700px){.about-us .info{padding:2rem;width:80%}.about-us .info h1{font-size:2.5rem}.about-us .info .our-team{padding:0 1rem}.about-us .info .our-team .member{margin:1rem}}@media screen and (max-width:1350px){.about-us .poster{width:40%}.about-us .info{padding:2rem;width:100%}.about-us .info h1{font-size:2.3rem}.about-us .info p{font-size:1.3rem}.about-us .info .team-text{margin-top:.3rem}.about-us .info .our-team{padding:0 .3rem}}@media screen and (max-width:1150px){.about-us{flex-direction:column}.about-us .poster{margin-left:5rem;width:70%}}@media screen and (max-width:1000px){.about-us{margin-left:350px;width:calc(100% - 350px)}.about-us .poster{margin:auto;width:80%}.about-us .info{padding:2rem 1rem}.about-us .info .our-team{padding:0 1rem}.about-us .info .our-team .member{margin:.8rem}}@media screen and (max-width:800px){.about-us{margin-left:60px;width:calc(100% - 60px)}.about-us .poster{height:80%;width:90%}.about-us .info{padding:2rem}}@media screen and (max-width:500px){.about-us .poster{height:70%}.about-us .info .our-team{padding:0 .4rem}.about-us .info .our-team .member{margin:.6rem}.about-us .info .our-team .member .member-image{height:60px;width:60px}}@media screen and (max-width:350px){.about-us .info .our-team .member{margin:auto}.about-us .info .our-team .member .member-image{height:90px;width:90px}}.pricing-page{display:flex;margin-left:400px;overflow:hidden;width:calc(100% - 400px)}.pricing-page .price{height:100vh;position:relative;width:25%}.pricing-page .price img{-webkit-filter:grayscale(40%);filter:grayscale(40%);height:100%;width:100%}.pricing-page .price .price-items{left:0;padding:4rem 2rem;position:absolute;top:0;width:100%}.pricing-page .price .price-items h1{color:#d4d4d4;font-size:3rem}.pricing-page .price .price-items .price-item{font-size:1.5rem;margin:2rem 0;width:100%}.pricing-page .price .price-items .price-item h2{color:#5c5c5c}.pricing-page .price .price-items .price-item h3{color:#d4d4d4}.pricing-page .price .price-items button{background-color:transparent;border:1px solid #f3c623;box-shadow:2px 2px 2px #f3c623;color:#f3c623;cursor:pointer;font-weight:800;letter-spacing:4px;margin-top:2rem;padding:5px 10px}.pricing-page .price .price-items button:active{box-shadow:none;-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}@media screen and (max-width:1500px){.pricing-page .price .price-items h1{font-size:2rem}}@media screen and (max-width:1200px){.pricing-page{flex-wrap:wrap;overflow:scroll}.pricing-page .price{width:50%}.pricing-page .price .price-items{padding:3rem 1rem}.pricing-page .price .price-items h1{font-size:1.6rem}}@media screen and (max-width:1000px){.pricing-page{margin-left:350px;width:calc(100% - 350px)}.pricing-page .price{width:100%}.pricing-page .price .price-items{padding:3rem 2rem}.pricing-page .price .price-items h1{font-size:2rem}}@media screen and (max-width:800px){.pricing-page{margin-left:60px;width:calc(100% - 60px)}.pricing-page .price{width:50%}.pricing-page .price .price-items{padding:2rem}.pricing-page .price .price-items h1{font-size:1.6rem}.pricing-page .price .price-items .price-item{margin:1rem 0}}@media screen and (max-width:500px){.pricing-page .price{width:100%}}.photo-page{display:flex;flex-direction:column;margin-left:400px;margin-top:3rem;width:calc(100% - 400px)}.photo-page .image{height:80vh;margin:auto;width:60%}.photo-page .image img{height:100%;object-fit:cover;width:100%}.photo-page .image-details{margin:2rem auto;width:50%}.photo-page .image-details h1{color:#d4d4d4;font-size:5rem}.photo-page .image-details p{color:#5c5c5c;font-size:1.6rem;margin-top:1rem}.photo-page .image-details .categories{margin-top:2rem;width:100%}.photo-page .image-details .categories span{border:1px solid #5c5c5c;border-radius:5px;color:#d4d4d4;margin:5px;padding:5px 10px;-webkit-user-select:none;user-select:none}.photo-page .photographer{align-items:center;background-color:#000;border:1px solid #f3c623;display:flex;flex-direction:row;justify-content:center;margin:2rem auto;padding:10px;text-align:none;width:50%}.photo-page .photographer img{border-radius:50%;height:150px;width:150px}.photo-page .photographer-detail{color:#d4d4d4;padding:1rem 3rem}.photo-page .photographer-detail h1{font-size:2rem}.photo-page .photographer-detail p{color:#5c5c5c}@media screen and (max-width:1250px){.photo-page .image,.photo-page .image-details,.photo-page .photographer{width:80%}}@media screen and (max-width:1000px){.photo-page .image{height:70vh;width:90%}.photo-page .image-details{width:90%}.photo-page .image-details h1{font-size:4rem}.photo-page .photographer{width:90%}.photo-page .photographer-detail{padding:.2rem 1rem}}@media screen and (max-width:800px){.photo-page{margin-left:60px;width:calc(100% - 60px)}.photo-page .photographer{width:95%}.photo-page .photographer-detail{padding:1rem 1.5rem}}@media screen and (max-width:500px){.photo-page .image{height:50vh}.photo-page .photographer{width:95%}.photo-page .photographer-detail{padding:.5rem 1rem}}body{background-color:#0a0a0a;font-family:Stick No Bills,sans-serif;overflow-x:hidden}.navbar{background-color:#000;border-right:1px solid #f3c623;bottom:0;height:100%;left:0;padding:5rem 1.5rem;position:fixed;top:0;transition:left 1s;width:400px;z-index:1}.navbar:after{background-color:#000;height:40px;width:40px}.navbar:after,.navbar:before{border:2px solid #f3c623;border-radius:50%;bottom:50%;content:"";position:absolute;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.navbar:before{height:10px;width:10px;z-index:1}.navbar .menu-open{display:none;flex-direction:column;height:20px;justify-content:space-between;position:absolute;right:1rem;top:1rem;width:30px}.navbar .menu-open .menu-line{background-color:#f3c623;height:2px;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:100%}.navbar h1{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:url(https://images.pexels.com/photos/2884867/pexels-photo-2884867.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-repeat:repeat;cursor:pointer;font-size:4rem;font-weight:900;letter-spacing:2px;margin-bottom:3rem}.navbar li{font-size:1.2rem;letter-spacing:2px;margin-bottom:20px}.navbar li i{margin-right:10px;text-align:center;width:30px}.navbar .nav-links{color:#d4d4d4;font-weight:700;position:relative;transition:color .3s}.navbar .nav-links:before{left:50%}.navbar .nav-links:after,.navbar .nav-links:before{background-color:#f3c623;bottom:-3px;content:"";height:2px;position:absolute;transition:width .2s;width:0}.navbar .nav-links:after{right:50%}.navbar .nav-links:hover{color:#f3c623}.navbar .nav-links:hover:after,.navbar .nav-links:hover:before{width:50%}.navbar .nav-links.active{color:#f3c623}.navbar .nav-links.active:after,.navbar .nav-links.active:before{width:50%}.navbar .bottom{bottom:5%;color:#5c5c5c;padding-right:5rem;position:absolute;-webkit-user-select:none;user-select:none}.navbar .bottom .socials{align-items:"";display:flex;justify-content:"";margin-bottom:2rem;text-align:left}.navbar .bottom .socials i{color:#d4d4d4;font-size:2rem;margin-right:2rem;transition:.2s}.navbar .bottom .socials i:hover{color:#f3c623}.navbar .bottom h2{font-size:1.2rem;text-transform:uppercase}.contact-page form .input-textarea .navbar .bottom textarea,.navbar .bottom .contact-page form .input-textarea textarea,.navbar .bottom input{background-color:transparent;color:#d4d4d4;height:40px;margin:10px 0;outline:1px solid #5c5c5c;padding-left:10px;width:100%}@media screen and (max-width:1000px){.navbar{width:350px}}@media screen and (max-width:800px){.navbar{left:-290px}.navbar .menu-open{display:flex}.navbar .menu-open.active .menu-line-1{-webkit-transform:translateY(20px);transform:translateY(20px)}.navbar .menu-open.active .menu-line-2{-webkit-transform:rotate(90deg) translate(5px);transform:rotate(90deg) translate(5px)}.navbar .menu-open.active .menu-line-3{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.navbar h1{font-size:3rem}.navbar .nav-links{font-size:150%}.navbar.active{left:0}}.contact-page{color:#fff;display:flex;height:100vh;margin-left:400px;overflow-x:hidden;padding:4rem 6rem;width:calc(100% - 400px)}.contact-page .left-side{background-color:#f3c623;color:#111;padding:2rem 4rem;width:40%}.contact-page .left-side h1{font-size:3rem}.contact-page .left-side .opening{font-size:1.5rem;margin-top:1rem}.contact-page .left-side .contact-items{text-align:right;width:100%}.contact-page .left-side .contact-items strong{display:none}.contact-page .left-side .contact-items .contact-item{align-items:center;display:flex;justify-content:space-between;margin:2rem 0;text-align:none}.contact-page .left-side .contact-items .contact-item i{font-size:1.6rem;margin-right:2rem}.contact-page .left-side .contact-items .contact-item p{font-size:1.2rem}.contact-page form{color:#5c5c5c;padding:2rem 4rem;width:60%}.contact-page form h1{color:#d4d4d4;font-size:3rem;text-transform:uppercase}.contact-page form p{font-size:1.5rem;margin-top:1rem}.contact-page form .input,.contact-page form .input-textarea{align-items:none;display:flex;justify-content:space-between;margin:2rem 0;position:relative;text-align:none}.contact-page form .input label,.contact-page form .input-textarea label{font-size:1.5rem;width:30%}.contact-page form .input input,.contact-page form .input-textarea input,.contact-page form .input-textarea textarea{background-color:transparent;border-bottom:1px solid #5c5c5c;color:#d4d4d4;font-size:1rem;outline:none;padding:0 1rem;width:70%}.contact-page form .input .error,.contact-page form .input-textarea .error{bottom:20%;color:#881212;position:absolute;right:-5rem}.contact-page form .input-textarea .error{bottom:50%;color:#881212;right:-5rem}.contact-page form .input-textarea textarea{height:4rem;resize:none}.contact-page form button{background-color:#f3c623;border-radius:2rem;box-shadow:4px 4px 2px #881212;cursor:pointer;font-size:1.2rem;font-weight:800;padding:.2rem .4rem;width:100%}.contact-page form button:active{box-shadow:none;-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}@media screen and (max-width:1400px){.contact-page{padding:3rem 4rem}.contact-page .left-side{padding:1.5rem 1rem}.contact-page form{padding:1.5rem}.contact-page form .input,.contact-page form .input-textarea{flex-direction:column}.contact-page form .input label,.contact-page form .input-textarea label{margin-bottom:1rem}.contact-page form .input input,.contact-page form .input-textarea input,.contact-page form .input-textarea textarea{padding:0}.contact-page form .input .error,.contact-page form .input-textarea .error{right:0}.contact-page form .input-textarea .error{bottom:0;right:0}.contact-page form button{width:70%}}@media screen and (max-width:1200px){.contact-page{padding:2rem 3rem}.contact-page .left-side .contact-item{flex-direction:column;text-align:center}.contact-page .left-side .contact-item i{margin-bottom:1rem}.contact-page .left-side .contact-item strong{display:inline}.contact-page form .input input,.contact-page form .input-textarea input,.contact-page form .input-textarea textarea{width:100%}.contact-page form .error{top:0}}@media screen and (max-width:1000px){.contact-page{flex-direction:column;margin-left:350px;width:calc(100% - 350px)}.contact-page .left-side,.contact-page form,.contact-page form button{width:100%}}@media screen and (max-width:800px){.contact-page{margin-left:60px;padding:2rem;width:calc(100% - 60px)}}@media screen and (max-width:500px){.contact-page{padding:1rem}}.main{color:#fff;left:50%;position:absolute;top:50%}
/*# sourceMappingURL=main.e4d20646.css.map*/