@charset "UTF-8";*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,sans-serif}body{width:100%;height:100%;overflow-x:hidden!important}body,html{scroll-behavior:smooth;scroll-padding-top:80px;font-size:62.5%}.container{margin:0 auto;width:100%;max-width:1400px;padding:0 4em}a{text-decoration:none;color:#000}ul{list-style-type:none}.animate-item{opacity:0}.header{display:flex;align-items:center;width:100%;min-height:700px;padding:20em 0 5em}.header__buttons{gap:1em}.header__box,.header__buttons{display:flex;flex-direction:column}.header__box{gap:12em;align-items:center}.header__text{display:flex;flex-direction:column;gap:4em}.header__text.animate-item.animate{animation:c .3s .1s ease-in-out forwards}.header__title{color:#242121;font-size:clamp(2.4rem,4vw,4.8rem);font-family:Poppins,sans-serif;font-weight:700}.header__title-highlight{color:#db5858;font-family:Poppins,sans-serif}.header__description{color:#1c1c1c;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:400}.header__button{padding:clamp(1em,2vw,1.2em) clamp(1.5em,4vw,2em);border-radius:16px;font-size:clamp(1.6rem,4vw,1.8rem);margin-top:1em;width:100%;text-align:center;font-weight:500;max-width:320px;font-family:Poppins,sans-serif;transition:background-color .3s}.header__button--first{background-color:#db5858;color:#fff}.header__button--first:hover{background-color:#e87d7d}.header__button--second{border:2px solid #db5858;color:#db5858}.header__image{aspect-ratio:10/11;border-radius:16px;border-bottom-left-radius:0;overflow:hidden;max-height:650px;position:relative;z-index:1}.header__image.animate-item.animate{animation:d .3s .1s ease-in-out forwards}.header__image-arrow{position:absolute;bottom:-20px;left:-20px;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:rotate(45deg);z-index:10;animation:a 10s infinite linear}.header__image-arrow:after{content:"↑";font-size:30px;color:#000}.header__image-img{position:relative;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.header__image-img:after{position:absolute;content:"";bottom:0;right:0;width:50px;height:50px;background-color:#fff;z-index:-1}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1em 0;background-color:#fff;border-bottom:1px solid #e7e7e7;transition:background-color .3s,padding .3s,-webkit-backdrop-filter .3s;transition:background-color .3s,backdrop-filter .3s,padding .3s;transition:background-color .3s,backdrop-filter .3s,padding .3s,-webkit-backdrop-filter .3s;z-index:10;height:80px}.navbar__burger{cursor:pointer;padding:1em;display:none}.navbar__logo{display:flex;align-items:center;font-size:clamp(1.6rem,4vw,2.6rem);z-index:1000;font-weight:500}.navbar__logo-link{font-family:Poppins,sans-serif;color:#242121}.navbar__image{display:none}.navbar__list{display:flex;gap:6rem;align-items:center;transition:transform .3s ease-in-out}.navbar__contact-btn{color:#fff;width:100%;padding:.8em 1.5em;border-radius:12px;border:1px solid #db5858;transition:background-color .1s ease-in-out,color .1s ease-in-out;cursor:pointer}.navbar__contact-btn,.navbar__contact-btn:hover{background-color:#db5858}.navbar__contact-btn:hover.navbar__link:after{width:0}.navbar__item{text-decoration:none;font-size:2rem}.navbar__link{color:#242121;width:100%;height:auto;position:relative;font-family:Poppins,sans-serif}.navbar__link:after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:2px;background-color:#db5858;transition:width .3s}.navbar__link:hover:after{width:100%}.navbar__menu{display:flex;padding:1em 0;justify-content:space-between}.custom-button{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;line-height:1}.custom-button__text{transform:translateX(0);opacity:1;font-family:Poppins,sans-serif}.custom-button__icon,.custom-button__text{transition:transform .3s ease,opacity .3s ease}.custom-button__icon{position:absolute;transform:translateX(150%);opacity:0}.custom-button .icon{height:2.5rem;width:2.5rem}.custom-button:hover .custom-button__text{transform:translateX(-150%);opacity:0}.custom-button:hover .custom-button__icon{transform:translateX(0);opacity:1}@media (max-width:991px){.navbar__list{align-items:center;position:absolute;gap:8em;height:100dvh;width:100%;inset:0;background-color:#fff;transform:translateX(100%);transition:transform .3s ease;z-index:10}.navbar__burger,.navbar__list{display:flex;flex-direction:column;justify-content:center}.navbar__burger{height:40px;width:30px;margin-left:auto;position:relative;gap:1em;z-index:1000}.navbar__burger-line{background-color:#242121;border-radius:25px;height:2px;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .3s ease}.navbar__image{display:block;position:absolute;bottom:-100px;right:-50px;width:250px;height:auto;pointer-events:none;opacity:.1}.navbar__burger-line:first-child{top:25%}.navbar__burger-line:nth-child(3){top:75%}.navbar__burger.active .navbar__burger-line{background-color:#000}.navbar__burger.active .navbar__burger-line:first-child{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.navbar__burger.active .navbar__burger-line:nth-child(2){opacity:0}.navbar__burger.active .navbar__burger-line:nth-child(3){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.navbar-shadow{padding:0}.navbar__list.active{transform:translateX(0)}}.about__box{align-items:center}.about__box,.about__text{display:flex;flex-direction:column;gap:4em}.about__text.animate-item.animate{animation:c .3s .1s ease-in-out forwards}.about__image{aspect-ratio:1/1;overflow:hidden}.about__image.animate-item.animate{animation:d .3s .2s ease-in-out forwards}.about__image img{border-radius:16px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.faq.gray-background.section-padding{padding:5em 0}.faq__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:6em;align-items:center}.faq__image{border-radius:16px;aspect-ratio:13/14;overflow:hidden}.faq__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.faq .cta-button{margin-top:2em}.accordion{margin-top:10em}.accordion__item{margin-bottom:10px;background-color:#fff;border-radius:8px;overflow:hidden}.accordion__title{padding:1.5em 2em;width:100%;display:flex;justify-content:space-between;border-radius:5px;border:none;background-color:#fff;text-align:left;cursor:pointer}.accordion__title h3{font-size:clamp(1.6rem,3vw,1.8rem);width:100%;font-weight:500}.accordion__chevron{width:25px;height:25px;fill:#333;transition:transform .3s ease;fill:#db5858}.accordion__content{max-height:0;overflow:hidden;padding:0 20px;background-color:#fff;border-radius:0 0 5px 5px;transition:all .3s ease}.accordion__content p{padding:2em 0;font-size:1.6rem;color:#333}.accordion__content--show{max-height:200px;padding:15px 20px}.accordion__title--active .accordion__chevron{transform:rotate(180deg)}.portfolio .section-box{justify-content:center;align-items:center;text-align:center}.portfolio.section-padding{padding:10em 0 0}.portfolio__grid{display:grid;grid-template-columns:repeat(1,1fr);margin-top:5em}.portfolio__item{display:block;border-radius:6px;overflow:hidden}.portfolio__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;overflow:hidden;aspect-ratio:3/2}.portfolio__image--first.animate-item.animate{animation:b .3s .1s ease-in-out forwards}.portfolio__image--second.animate-item.animate{animation:b .3s .4s ease-in-out forwards}.portfolio__image--third.animate-item.animate{animation:b .3s .2s ease-in-out forwards}.portfolio__image--four.animate-item.animate{animation:b .3s .1s ease-in-out forwards}.portfolio__image--five.animate-item.animate{animation:b .3s .3s ease-in-out forwards}.portfolio__image--seven.animate-item.animate,.portfolio__image--six.animate-item.animate{animation:b .3s .1s ease-in-out forwards}.portfolio__column{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4em}.portfolio__column--left,.portfolio__column--right{padding:4em 0}.contact__left{display:flex;flex-direction:column}.contact__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:6em;align-items:center}.contact__image{border-radius:16px;aspect-ratio:13/14;overflow:hidden}.contact__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.contact__form{border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.2);padding:4em;margin:0 auto}.contact__form-row{display:flex;gap:4em;justify-content:space-between;flex-direction:column;margin:2em 0;align-items:start}.contact__form-group{display:flex;flex-direction:column;width:100%}.contact__form-label{font-size:1.6rem;color:#242121}.contact__form-input{color:#9ca3af}.contact__form-input,.contact__form-select{margin:.5em 0;padding:1em 1.2em;font-size:1.6rem;border-radius:12px;border:1px solid #d1d5db;width:100%}.contact__form-textarea{border-radius:16px;border:1px solid #d1d5db;min-height:200px;margin:1em 0;font-size:1.6rem;resize:vertical;padding:1em}.contact__form-button{padding:clamp(1em,2vw,1.2em) clamp(1.5em,4vw,2em);border-radius:16px;font-size:clamp(1.6rem,4vw,1.8rem);text-align:center;width:100%;background-color:#db5858;color:#fff;font-family:Poppins,sans-serif;font-weight:600;border:none;cursor:pointer;transition:background-color .3s}.contact__form-button:hover{background-color:#e87d7d}.contact__list{display:flex;flex-direction:column;gap:2em;margin:5em 0}.contact__list-item{display:flex;align-items:center;gap:.5em}.contact__list-text,.contact__socialmedia-link{font-size:clamp(1.6rem,3vw,1.8rem);color:#6b7280}.contact__socialmedia-link{display:flex;align-items:center;gap:1em;margin:1em 0}.contact__socialmedia-link svg{height:50px;width:50px;background-color:#db5858;padding:.6em;border-radius:6px}.highlight.section-padding{padding:10em 0}.highlight__box{align-items:center;gap:6em}.highlight__box,.highlight__text{display:flex;flex-direction:column}.highlight__text{gap:4em}.highlight__description{line-height:1.75}.highlight__images{column-count:2;column-gap:2em}.highlight__images img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.highlight__images img:first-child{aspect-ratio:4/5}.highlight__images img:first-child.animate-item.animate{animation:b .3s .1s ease-in-out forwards}.highlight__images img:nth-child(2){aspect-ratio:1/1;margin-top:2em}.highlight__images img:nth-child(2).animate-item.animate{animation:b .3s .2s ease-in-out forwards}.highlight__images img:nth-child(3){aspect-ratio:1/1}.highlight__images img:nth-child(3).animate-item.animate{animation:b .3s .2s ease-in-out forwards}.highlight__images img:nth-child(4){margin-top:2em;aspect-ratio:4/5}.highlight__images img:nth-child(4).animate-item.animate{animation:b .3s .2s ease-in-out forwards}.testimonials .section-box{text-align:center}.testimonials__box{display:grid;grid-template-columns:repeat(1,1fr);gap:10em;margin-top:20em}.testimonials__item{position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:16px;padding:8em;z-index:1}.testimonials__item-quote{margin-top:1em;font-size:clamp(1.6rem,3vw,1.9rem);color:#374151;font-style:italic}.testimonials__item-author{font-size:clamp(1.6rem,3vw,2rem);color:#111827;font-weight:600;margin-top:1em;font-family:Poppins,sans-serif}.testimonials__item-category{font-size:1.6rem;color:#6b7280}.testimonials__item-image{position:absolute;top:-40px;left:50%;transform:translateX(-50%);-o-object-fit:cover;object-fit:cover;height:80px;width:80px;border-radius:50%;z-index:2}.testimonials__button.cta-button{justify-content:center;margin:0 auto;margin:2em auto 0}.offer.section-padding{padding:10em 0 0}.offer .section-box{justify-content:center;align-items:center;text-align:center}.offer__input{display:none}.offer__cards{height:100em;display:flex;flex-wrap:nowrap;justify-content:start;flex-direction:column;gap:2em;margin:5em 0}.offer__card{width:100%;height:100px;background-size:cover;background-position:50%;cursor:pointer;overflow:hidden;border-radius:2rem;display:flex;align-items:flex-end;transition:width .6s cubic-bezier(.28,-.03,0,.99),height .6s cubic-bezier(.28,-.03,0,.99);position:relative}.offer__card .offer__content{display:flex;justify-content:center;flex-direction:column;flex-wrap:nowrap;width:100%;max-height:0;padding:3em 4em;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.5));transform:translateY(30px);transition:opacity .3s ease,transform .1s ease .1s,max-height .3s cubic-bezier(.28,-.03,0,.99);opacity:0;border-radius:0 0 .75rem 0;box-shadow:0 4px 10px rgba(0,0,0,.3);overflow:hidden}.offer__card>.offer__category{width:100%;display:flex;align-items:center;font-size:1.6rem;letter-spacing:2px;transition:opacity .3s ease .6s;writing-mode:horizontal-tb;text-orientation:upright;position:absolute;left:0;top:50%;transform:translateY(-50%);background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.5),rgba(0,0,0,.3));padding:2em;height:100%;z-index:1;opacity:1}.offer__card>.offer__category,.offer__heading{color:#fff;font-weight:600;text-transform:uppercase}.offer__heading{font-size:clamp(1.6rem,4vw,2rem);letter-spacing:1px}.offer__text{color:#d0d0d0;font-size:1.6rem;font-weight:300;padding-top:.6em;line-height:1.4}.offer__cards input{display:none}.offer__cards input:checked+label{width:600px;height:40vh;min-height:100px;width:100%}.offer__cards input:checked+label .offer__content{max-height:250px;opacity:1!important;transform:translateY(0)!important}.offer__cards input:checked+label .offer__category{opacity:0;transition:opacity .3s ease}.offer__cards input:not(:checked)+label .offer__category{opacity:1;transition:opacity .3s ease .6s}.offer__card[for=offer-portraits]{background-repeat:no-repeat;background-image:url(../../dist/img/offer_portrait.webp);background-position:50%}.offer__card[for=offer-weddings]{background-repeat:no-repeat;background-image:url(../../dist/img/offer_wedding.webp);background-position:50%}.offer__card[for=offer-landscapes]{background-repeat:no-repeat;background-image:url(../../dist/img/offer_landscape.webp);background-position:50%}.offer__card[for=offer-events]{background-repeat:no-repeat;background-image:url(../../dist/img/offer_event.webp);background-position:50%}@media (min-width:768px){.offer__cards{flex-direction:row;gap:2em;height:80em;max-height:80em;margin:10em auto;max-width:1200px}.offer__card .offer__content{padding:6em 4em}.offer__card{width:17%;height:100%}.offer__card>.offer__category{width:100%;writing-mode:vertical-rl;font-size:2rem;padding:5em 0}.offer__cards input:checked+label{width:100%;height:100%}}.cooperation .section-box{justify-content:center;align-items:center;text-align:center}.cooperation__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2em;margin-top:10em}.cooperation__item{display:flex;flex-direction:column;justify-content:flex-end;border-radius:16px;overflow:hidden;position:relative;height:100%;z-index:1}.cooperation__item:hover .cooperation__title{transform:translateY(-10px)}.cooperation__title{font-size:clamp(1.6rem,3vw,2.2rem);color:#fff;padding:1em;transition:transform .3s}.cooperation__image{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.cooperation__overlay{position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);z-index:-1}.prices .section-box{align-items:center;text-align:center}.prices__grid{display:grid;grid-template-columns:repeat(1,1fr);margin-top:5em;gap:4em}.prices__item{display:flex;flex-direction:column;gap:2em;border-radius:16px;background-color:#fff;border:1px solid #e3e3e3;transition:transform .3s;padding:4em}.prices__item:first-of-type.animate-item.animate{animation:b .3s .1s ease-in-out forwards}.prices__item:nth-of-type(3).animate-item.animate{animation:b .3s .3s ease-in-out forwards}.prices__item:nth-of-type(2){position:relative;background-color:#db5858;color:#fff;border:none;z-index:1}.prices__item:nth-of-type(2).animate-item.animate{animation:b .3s .2s ease-in-out forwards}.prices__item:nth-of-type(2):after{position:absolute;content:"";top:0;right:10%;z-index:1}.prices__item:nth-of-type(2) .prices__item-button{background-color:#fff;color:#db5858}.prices__item:nth-of-type(2) .prices__item-description,.prices__item:nth-of-type(2) .prices__item-price,.prices__item:nth-of-type(2) .prices__item-title,.prices__item:nth-of-type(2) .prices__list-text{color:#fff}.prices__item:hover{box-shadow:0 12px 24px hsla(0,70%,70%,.2),0 6px 12px hsla(0,70%,70%,.1);transform:translateY(-5px)}.prices__item-title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.prices__item-price{font-family:Poppins,sans-serif;font-size:clamp(2.4rem,4vw,3.2rem);font-weight:700;color:#db5858}.prices__item-description{font-size:clamp(1.6rem,3vw,1.8rem);color:#6b7280;line-height:1.4}.prices__item-button{background-color:#db5858;color:#fff;border-radius:9px;font-family:Poppins,sans-serif;font-weight:600;font-size:clamp(1.6rem,3vw,1.8rem);text-align:center;padding:1em 2em;margin-top:2em}.prices__list-item{margin:.2em 0;display:flex;align-items:center;gap:.2em;font-size:clamp(1.6rem,3vw,1.8rem);color:#6b7280}.footer{background-color:#1c1c1c;padding:10em 0 8em}.footer__grid{display:flex;flex-direction:column;gap:5em;align-items:center;text-align:center}.footer__logo{font-size:4.8rem;font-family:Poppins,sans-serif;font-weight:700;color:#fff}.footer__description{font-size:1.8rem;color:#ccc;margin:1em 0}.footer__highlight{color:#db5858;font-weight:600;line-height:2;font-family:Poppins,sans-serif}.footer__title{font-size:2rem;color:#fff;text-transform:uppercase;margin-bottom:1em;font-weight:600}.footer__list{display:flex;flex-direction:column;gap:2em}.footer__list-item{display:flex;gap:1em;align-items:center}.footer__link{font-size:1.6rem;color:#ccc}.footer__socials{display:flex;gap:2em}.footer__copyright{margin-top:4em;font-size:1.6rem;color:#4a4a4a;padding:2em 0;width:100%;border-top:1px solid #4a4a4a;text-align:center}.form__error{display:none;font-size:1.6rem;color:red}.form__error:last-of-type{margin-bottom:1em}.form__error--active{display:block}.scroll-to-top{position:fixed;display:flex;justify-content:center;align-items:center;bottom:2rem;right:2rem;width:50px;height:50px;background-color:#db5858;border-radius:50%;cursor:pointer;transform:translateY(150%);opacity:0;transition:opacity .2s ease-in-out,transform .2s,border .2s ease-in-out,background-color .2s ease-in-out;z-index:1000}.scroll-to-top-active{transform:translateY(0);opacity:1;pointer-events:auto}.scroll-to-top:hover{background-color:#e87d7d}.scroll-to-top svg{width:24px;height:24px;fill:#fff}body.no-scroll{overflow:hidden}.gray-background{background-color:#f9fafb;margin:0 4vw;border-radius:12px}.gray-background.section-padding{padding:5em 0}.section-padding{padding:10em 0}@media (min-width:576px){.header__image-arrow{height:120px;width:120px;bottom:-30px;left:-30px}.contact__form{padding:6em 8em}.contact__form-row{flex-direction:row}.cooperation__title{padding:2em}.footer{padding:15em 0 0}}@media (min-width:768px){.portfolio__grid{margin-top:15em}.portfolio.section-padding{padding:10em 0}.portfolio__grid{grid-template-columns:repeat(3,1fr);gap:4em}.portfolio__image--first{aspect-ratio:3/2}.portfolio__image--second{aspect-ratio:1/1}.portfolio__image--four,.portfolio__image--third{aspect-ratio:4/5}.portfolio__image--five{aspect-ratio:4/1;max-height:400px}.portfolio__image--six{aspect-ratio:2/3}.portfolio__image--seven{aspect-ratio:4/1}.portfolio__column--left,.portfolio__column--right{padding:10em 0}.footer__grid{flex-direction:row;text-align:left;align-items:flex-start;justify-content:space-between}}@media (min-width:992px){body,html{scroll-padding-top:100px}.section-padding{padding:20em 0}.gray-background.section-padding{padding:15em 0}.navbar{height:100px}.navbar__menu{padding:3em 0}.header{padding:10em 0;padding-bottom:0!important;min-height:72dvh}.header__box{flex-direction:row}.header__image,.header__text{flex:1}.header__buttons{flex-direction:row;gap:2em}.header__button{width:-moz-fit-content;width:fit-content}.offer.section-padding{padding:20em 0 0}.highlight.section-padding{padding:20em 0}.highlight__images,.highlight__text{flex:1}.highlight__box{flex-direction:row;gap:12em}.testimonials__box{grid-template-columns:repeat(3,1fr);gap:6em}.about__box{flex-direction:row;gap:12em}.about__image,.about__text{flex:1}.cooperation__grid{grid-template-columns:repeat(5,1fr)}.cooperation__item--first{grid-column:1/4;grid-row:1;aspect-ratio:4/2}.cooperation__item--second{grid-column:4/6;grid-row:1}.cooperation__item--third{grid-column:1/span 2;grid-row:2;aspect-ratio:4/3}.cooperation__item--four{grid-column:3/6;grid-row:2}.prices{margin-bottom:10em}.prices__grid{grid-template-columns:repeat(3,1fr);margin-top:15em;gap:5em}.prices__item{padding:6em}.prices__item:nth-of-type(2){scale:1.1}.faq.gray-background.section-padding{padding:15em 0}.contact__grid,.faq__grid{gap:10em;grid-template-columns:repeat(2,1fr)}.contact__form{max-width:600px;padding:8em 10em}}@media (min-width:1200px){.prices__grid{gap:8em}.prices__item{padding:8em}}@media (max-width:991px){.cooperation__item{aspect-ratio:5/3}}.section-title{font-size:clamp(2.2rem,4vw,4rem);color:#242121}.section-description{font-size:clamp(1.6rem,4vw,1.8rem);color:#1c1c1c;margin-top:1em}.section-box{display:flex;flex-direction:column}.cta-button,h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600}.cta-button{display:flex;align-items:center;gap:.5em;color:#db5858;font-size:clamp(1.6rem,3vw,1.8rem)}@keyframes b{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes c{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes d{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes e{0%{opacity:0}to{opacity:1}}.section-box.animate-item.animate{animation:e .3s .1s ease-in-out forwards}
/*# sourceMappingURL=../maps/style.min.css.map */
