:root{--white:#fff;--black:#000;--orange:orange;--lorange:#fcda9d}.navbar{background:transparent;padding:0;margin:0;height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar-container>.empty-space{width:40%;background-color:#000}.navbar-container{justify-content:center;height:80px;max-width:100%}.navbar-container,.navbar-logo{display:flex;align-items:center}.navbar-logo{justify-self:start;margin-left:20px;cursor:pointer}.nav-menu{display:grid;grid-template-columns:repeat(4,auto);grid-gap:10px;list-style:none;text-align:center;width:60vw;justify-content:end;margin-right:2rem}.nav-item{height:80px}.nav-links{color:#fff;color:var(--white);display:flex;align-items:center;text-decoration:none;text-transform:uppercase;letter-spacing:3px;padding:.1rem 1rem;height:100%}.nav-links:hover{border-bottom:4px solid #fcda9d;border-bottom:4px solid var(--lorange);transition:all .2s ease-out;color:#fcda9d;font-weight:800}.fa-bars{color:#000;color:var(--black)}.menu-icon,.nav-links-mobile{display:none}.btn-preturi{background-color:transparent;color:#fff;color:var(--white);padding:8px 20px;border:1px solid #fff;border:1px solid var(--white);transition:all .25s ease-out;text-transform:uppercase;font-size:20px}.btn-preturi:hover{background-color:orange;color:#fff;border:none;transition:all .25s ease-out}@media screen and (max-width:960px){.navbar{background-color:#fff;background-color:var(--white);width:100%}.nav-menu{display:flex;flex-direction:column;width:100%;height:90vh;position:absolute;top:80px;left:-100%}.nav-menu,.nav-menu.active{opacity:1;transition:all .5s ease}.nav-menu.active{background:orange;background:var(--orange);left:0;z-index:1}.nav-links{color:#000;color:var(--black);text-align:center;padding:2rem;width:100%;display:table}.nav-links:hover{background-color:#000;background-color:var(--black);color:#fff;color:var(--white);border-radius:0}.menu-icon{display:block;position:absolute;top:0;right:0;-webkit-transform:translate(-100%,60%);transform:translate(-100%,60%);font-size:1.8rem;cursor:pointer}.fa-times{font-size:2rem}.fa-times,.nav-links-mobile{color:#000;color:var(--black)}.nav-links-mobile{display:block;text-align:center;margin:2rem auto;border-radius:4px;width:80%;text-decoration:none;font-size:1.5rem;background-color:transparent;padding:14px 20px;border:1px solid #000;border:1px solid var(--black);transition:all .3s ease-out}.nav-links-mobile:hover{background:#000;background:var(--black);color:#fff;color:var(--white);transition:.25s}}@media screen and (max-width:576px){.navbar{background-color:#fff;background-color:var(--white);width:100%}.btn-preturi{display:none}}*{margin:0;padding:0;font-family:"Montserrat",sans-serif;max-width:100%}:root{--primary:#fff}.btn{padding:8px 20px;border-radius:2px;outline:none;border:none;cursor:pointer;text-transform:uppercase}.btn--primary{background-color:#fff;background-color:var(--primary);color:#000}.btn--outline,.btn--primary{border:1px solid #fff;border:1px solid var(--primary)}.btn--outline{background-color:transparent;color:#fff;padding:8px 20px;transition:all .25s ease-out}.btn--medium{padding:8px 20px;font-size:20px}.btn--large{padding:12px 26px;font-size:20px}.btn--large:hover,.btn--medium:hover{background-color:orange;color:#fff;transition:all .25s ease-out}video{object-fit:cover;width:100%;height:auto;position:fixed;z-index:-1}.hero-container{margin-top:-4.5%;padding-bottom:2%;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:left;box-shadow:inset 0 0 0 100vh rgba(0,0,0,.5);object-fit:contain}.hero-container>h1{font-size:100px}.hero-container>h1,.hero-container>p{color:#fff;text-transform:uppercase;text-align:left;font-family:"Montserrat",sans-serif;margin-left:10%}.hero-container>p{height:auto;margin-top:8px;font-size:32px}.hero-container>p>span{color:orange}.hero-btns{margin-top:2%;display:flex;flex-direction:row;justify-content:flex-start;align-items:left;margin-left:10%}.hero-btns .btn{margin:6px}@media only screen and (max-width:768px){.hero-container>h1{font-size:60px;margin:0 5%;text-align:center}.hero-container>p{text-align:center;font-size:20px;margin:0 5%}.btn-mobile{display:block;text-decoration:none}.btn{width:100%}}.preturi{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;margin:0;background-color:#0d1e25;background-color:var(--darkblue)}.cards,.preturi{height:auto;padding:0}.cards{width:100%;margin:0 0 3%}.preturi>h1{margin-top:3%;color:#fff;text-align:center;text-transform:uppercase;font-size:70px;font-weight:800;letter-spacing:3px}.cards__container{display:flex;flex-flow:column;justify-content:space-around;align-items:center;max-width:100vw;width:100%;height:auto}.cards__wrapper{position:relative;margin:0}.cards__items{display:flex;flex-direction:row;align-items:center;height:auto;margin:5% 0}.left__card,.middle__card,.right__card{background-color:#ece1d2;width:400px;display:flex;flex:1 1;margin:0 5rem;border-radius:10px;box-shadow:0 5px 30px hsla(0,0%,100%,.3);-webkit-filter:drop-shadow(0 5px 30px hsla(0,0%,100%,.5));filter:drop-shadow(0 5px 30px rgba(255,255,255,.5));transition:all .4s ease-out}.middle__card:hover{-webkit-transform:translateY(-50px);transform:translateY(-50px)}.middle__card:hover .price{color:#ac9200;transition:all .4s ease-out}.left__card:hover{-webkit-transform:translateX(-50px) translateY(-25px);transform:translateX(-50px) translateY(-25px)}.left__card:hover .price{color:#bb7c29;transition:all .4s ease-out}.right__card:hover{-webkit-transform:translateX(50px) translateY(-25px);transform:translateX(50px) translateY(-25px)}.right__card:hover .price{color:#ccc3c3;transition:all .4s ease-out}.left__card,.middle__card,.right__card{height:auto}.cards__item__link Link{background:none}.cards__item__link{border-radius:10px;text-decoration:none;background-position:bottom;background-repeat:no-repeat;background-size:cover}.cards__title{text-align:center;text-transform:uppercase}.cards__title .bronze{font-size:50px;height:200px}.cards__title .bronze,.cards__title .gold{color:#000;font-weight:800;display:flex;align-items:center;justify-content:center}.cards__title .gold{font-size:60px;height:250px}.cards__title .silver{color:#000;font-weight:800;font-size:55px}.cards__price,.cards__title .silver{height:200px;display:flex;align-items:center;justify-content:center}.cards__price{margin:5% 0;text-transform:uppercase;width:100%}.cards__price .price{color:#000;font-weight:700;font-size:60px;text-align:center}.cards__price>h1>small,.cards__price>h1>sup{font-size:18px;color:#000;font-weight:800}.cards__price>h1>sup{top:-50px;left:-10px}.cards__item__info{color:#000;text-align:center;height:200px;padding:20px 30px 100px}.cards__item__text{font-size:18px;line-height:24px}@media only screen and (min-width:1200px){.content__blog__container{background:#000;width:84%}}@media only screen and (min-width:1024px){.cards__items{display:flex}}@media only screen and (max-width:1024px){.cards__item{margin-bottom:2rem}}@media only screen and (max-width:576px){.cards{width:100%}}.despre{margin:0;padding:0;height:100vh;background-color:#0d1e25;background-color:var(--darkblue)}.image-area{width:45%;z-index:1;position:relative;left:150px}.text-area{margin:0 2%;background-color:hsla(0,0%,100%,.7);position:relative;z-index:2;right:50px;height:350px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;border-radius:10px}.text-area>h2,.text-area>p{color:#000;font-weight:700;margin-left:15px}.text-area>p{line-height:2rem}.contact_area{height:100vh;background:#0d1e25;background:var(--darkblue);color:#fff}.contact_area>hr{height:10px;border:1;box-shadow:inset 0 9px 9px -3px rgba(249,217,50,.8);border-radius:5px}.contact_title{padding:3% 0 0;text-align:center;margin-bottom:2%}.contact_title>h1{font-size:60px}.row{display:flex;flex-direction:row;align-items:center;justify-content:space-around}.contact_details>hr.style-three{width:55%}.contact_details>hr.style-three,hr.style-three{height:3px;border:solid #fff;border-width:4px 0 0;border-radius:20px}hr.style-three{margin-top:3%;width:100%}.contact_details{padding-left:10%;height:80vh;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.contact_details>h2{font-size:40px}.contact_details a{text-decoration:none;color:#fff}.contact_area .middle{padding:0;align-items:center;text-align:center}.contact_area .middle,.contact_form{margin:0;height:80vh;display:flex;flex-direction:column;justify-content:center}.contact_form{padding:0 3% 0 0;align-items:flex-end}.contact_form>form>h2{font-size:40px;text-align:right}.contact_form>form{width:100%;height:100%;display:flex;flex-direction:column;align-items:right;justify-content:space-evenly}.contact_form>form>label{font-size:20px;text-transform:uppercase;text-align:right}input[type=text],textarea{width:100%;padding:12px;background:transparent;box-sizing:border-box;margin-top:6px;margin-bottom:16px}input[type=submit],input[type=text],textarea{border:none;border-bottom:3px solid #fff;color:#fff}input[type=submit]{margin-top:3%;width:100px;background:none;height:30px;border-top:3px solid #f99b32;border-top:3px solid var(--orange);text-transform:uppercase;transition:all .8s ease-out}input[type=submit]:hover{color:#000;border:none;background:#f99b32;background:var(--orange);height:30px}:root{--orange:#f99b32;--yellow:#f9d932;--gradient:to right,#f99b32,#f9d932;--darkblue:#0d1e25;--darker:#081216}*{box-sizing:border-box}hr{border:1px solid #fff;width:100%}.footer-container{color:#fff;background-color:#081216;background-color:var(--darker);display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:4%}.row.footer-subscription{width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;text-align:center;padding:24px 0;color:#fff}.footer-subscription-form{width:50%;display:flex;flex-direction:column;align-items:flex-start;padding-left:9%}.footer-subscription-heading{margin-bottom:24px;font-size:24px}.footer-subscription-text{margin-bottom:24px;font-size:20px}.input-areas{width:50%;display:flex;flex-direction:column;align-items:flex-end;padding-right:8%}.footer-input{color:#fff;padding:8px 20px;border-radius:2px;margin-right:10px;outline:none;font-size:18px;margin-bottom:16px;border:none;border-bottom:1px solid #fff;background:transparent}.footer-links{width:100%;display:flex;justify-content:center}.footer-link-wrapper{padding:0 8%;width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.footer-link-items{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;margin:16px;height:100%;text-align:left;width:auto;box-sizing:border-box}.footer-link-items h2{margin-bottom:16px}.footer-link-items>h2{color:#fff}.footer-link-items a{color:#fff;text-decoration:none;margin-bottom:8px}.footer-link-items a:hover{color:#f99b32;color:var(--orange);transition:.3s ease-out}.footer-email-form h2{margin-bottom:32px}.footer-input::-webkit-input-placeholder{color:#b1b1b1}.footer-input:-ms-input-placeholder{color:#b1b1b1}.footer-input::placeholder{color:#b1b1b1}.social-icon-link{color:#fff;font-size:30px}.social-icon-link.facebook:hover{color:#2d4dec;transition:.35s ease-in}.social-icon-link.instagram:hover{color:#eb327f;transition:.35s ease-in}.social-icon-link.web:hover{color:#41fb89;transition:.35s ease-in}.social-media{width:100%}.social-media-wrap{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1600px;margin:40px auto 0}.footer-logo{margin:10px;display:flex;justify-content:center;align-items:center}.footer-logo a{text-decoration:none}.footer-logo small{margin-left:10px;font-size:15px}.social-icons{display:flex;justify-content:space-between;align-items:center;width:200px}.website-rights{color:#fff;margin-bottom:16px}
/*# sourceMappingURL=main.e0d5852f.chunk.css.map */