@font-face{font-family:Proxima Nova;src:url(Proxima_Nova_Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Festivo LC;src:url(Ahmet.Altun_Festivo.LC.Basic.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Festivo No1;src:url(Festivo-Letters-No1-Regular.woff2) format("woff2");font-weight:400;font-style:normal}:root{--bg-color: #fefaf0;--light-white: #fefefe;--orange: #ee8c45;--white: #ffffff;--black: #000000;--product-1: #bad2be;--product-2: #beb2d4;--product-3: #f6d79f;--product-4: #f6b785;--product-bg-1: #f1efe4;--product-bg-2: #f2e5e5;--product-bg-3: #f4ede0;--product-bg-4: #fae8db;--border-radius: 12px;--transition: all .3s ease-in-out;--font-proxima-nova: "Proxima Nova", sans-serif;--font-festivo-LC: "Festivo LC", sans-serif;--font-festivo-NO1: "Festivo No1", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth!important}body{width:100%;background-color:var(--white);font-family:var(--font-proxima-nova);font-size:16px;font-weight:400;line-height:1.5;color:var(--black);position:relative}img{display:block;max-width:100%;max-height:100%;object-position:center;object-fit:contain}ul,ol{list-style:none;padding:0;margin:0}a{text-decoration:none;font-size:inherit;transition:var(--transition);display:inline-block}button,input,textarea{border:none;outline:none;resize:none;background:transparent}.form-control:focus,input:focus,textarea:focus{outline:none;box-shadow:none;border-color:inherit}p{font-family:var(--font-proxima-nova);font-size:18px;line-height:1.556}.wrapper{min-height:100vh;width:100%;position:relative;overflow-x:hidden}.common-sec{padding-block:120px 120px}.container{max-width:1360px;padding:0;margin:0 auto}.container-fluid{max-width:1720px;padding:0;margin:0 auto}.icon{display:inline-block;width:1em;height:1em;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;transition:var(--transition)}.menu-icon{mask-image:url(./menu.svg);-webkit-mask-image:url(./menu.svg)}.close-nav-icon{mask-image:url(./close.svg);-webkit-mask-image:url(./close.svg)}.paper-plane-icon{mask-image:url(./paper-plane.svg);-webkit-mask-image:url(./paper-plane.svg);display:none}.amazon-icon{mask-image:url(./amazon.svg);-webkit-mask-image:url(./amazon.svg);display:none}.amazon-btn-img{display:none}.overflow-hidden{overflow:hidden;height:100vh}p:last-child{margin-bottom:0}.fx-center{display:flex;justify-content:center;align-items:center}.bg-fit{background-size:cover;background-position:center;background-repeat:no-repeat}.pop,.smooth{transition:var(--transition)}.pop:hover{transform:scale(1.05)}h1,h2,h3,h4,h5,h6{font-family:var(--font-festivo-LC);line-height:1.15;font-weight:400}.hero-title{font-family:var(--font-festivo-NO1);font-size:90px;color:var(--black);line-height:.8;margin-bottom:20px;font-weight:400}.sec-head:has(p){margin-bottom:70px}.sec-head p{font-size:18px;font-weight:400}.sec-head:not(:has(p)){margin-bottom:0}.sec-head:not(:has(p)) .sec-title{margin-bottom:62px}.sec-head.center{text-align:center}.sec-title{font-size:44px;font-weight:400;margin-bottom:15px}.sub-title{font-size:18px;letter-spacing:1px;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-family:var(--font-festivo-LC);margin-bottom:10px}.sub-title:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background-color:var(--orange)}.btn{font-family:var(--font-festivo-LC);display:inline-flex;align-items:center;gap:10px;padding:15px 26px;line-height:1;border-radius:6px;font-size:20px;font-weight:500;cursor:pointer;border:none;outline:none;text-align:center;-webkit-user-select:none;user-select:none;transition:var(--transition)}.btn-black{background-color:var(--black);color:var(--light-white)}.btn-black:hover{background-color:var(--orange);color:var(--white)}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--black);color:var(--white)}.btn-white-border{border:1px solid currentColor;color:var(--white)}.btn-white-border:hover{background:var(--white);color:var(--black);border-color:var(--white)}.btn-black-border{background-color:transparent;color:var(--black);border:1px solid var(--black)}.btn-black-border:hover{background-color:var(--black);color:var(--white)}.top-arrow-icon{mask-image:url(arrow-up.svg);-webkit-mask-image:url(arrow-up.svg)}.back-to-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ee8c454d;z-index:1000;overflow:hidden}.back-to-top-btn .top-arrow-icon{color:var(--white);font-size:24px}.back-to-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top-btn:hover{background:var(--black);box-shadow:0 6px 20px #0000004d}.back-to-top-btn:active{transform:scale(.95)}.back-to-top-btn:hover .icon{animation:arrowSlideUp .6s ease-in-out}@keyframes arrowSlideUp{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-30px);opacity:0}51%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.header{position:relative;width:100%;z-index:999;isolation:isolate;display:block;padding:0!important;transition:all .3s ease-in-out}.sticky-header .header{position:fixed;top:0;left:0;width:100%;animation:slideDown .35s ease-out}.sticky-header .header .top-header{display:none}.sticky-header .header .header-bottom{padding:12px 0;background-color:var(--white);box-shadow:0 2px 20px #00000014}.sticky-header .header .header-bottom .logo-wrapper{height:45px}.sticky-header{padding-top:90px}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.top-header{background-color:var(--black);position:relative;color:var(--black);padding:2px 0;margin-bottom:5px}.bottom-shadow{position:relative;z-index:1}.bottom-shadow:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:10px;-webkit-mask-image:url(./h-texture.png);mask-image:url(./h-texture.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentColor}.top-header .container{color:var(--white)}.top-header ul{text-align:center}.top-header ul li{display:inline-block;margin-right:20px;padding-left:12px;position:relative}.top-header ul li:last-child{margin-right:0}.top-header ul li:before{content:"";height:4px;width:4px;background:currentColor;border-radius:50%;position:absolute;left:2px;top:12px}.main-nav{flex:1}.main-nav ul li{display:inline-block;margin-right:65px}.main-nav ul li:last-child{margin-right:0}.main-nav ul li a{font-size:20px;color:var(--black);font-family:var(--font-festivo-LC)}.main-nav ul li a:hover{color:var(--orange)}.menu-toggle-btn{display:none;background:none;border:none;cursor:pointer;padding:6px}.menu-toggle-btn .icon{font-size:28px;color:var(--black)}.nav-logo-wrap{display:none}.close-icon{background:none;border:none;cursor:pointer;padding:6px}.close-icon .icon{font-size:22px;width:22px;height:22px;color:var(--black);transition:var(--transition)}.close-icon:hover .icon{color:var(--orange);transform:rotate(90deg)}.shadow-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.nav-open .shadow-overlay{opacity:1;visibility:visible;pointer-events:auto}.header-bottom{padding:24px 0}.header-bottom .container{display:flex;align-items:center;justify-content:space-between}.header-bottom .header-right{flex:1;text-align:end}.head-menu-wrap{flex:1;display:none}.hero-sec.common-sec{background-image:url(./banner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:100px;padding-bottom:40px;position:relative;z-index:1;aspect-ratio:7/3;max-width:1920px;width:100%;min-height:600px;margin:0 auto}.hero-banner-image{position:absolute;display:block;height:100%;width:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;z-index:-1}.hero-sec.common-sec .container{height:100%}.hero-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%;text-align:center}.hero-content{color:var(--black);text-align:center}.hero-sec .btn{margin-top:18px;border-width:2px;font-size:22px}.hero-bottom-title{font-size:36px;font-family:var(--font-festivo-LC)}.hero-content p{font-size:20px}.hero-content .btn-wrap{margin-top:30px;display:flex;align-items:center;flex-wrap:wrap;gap:20px}.hero-sec.common-sec{-webkit-mask-image:url(./hero-texture.png);mask-image:url(./hero-texture.png);mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:100%}.about-sec{position:relative;background-color:var(--bg-color)}.about-sec:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:32px;-webkit-mask-image:url(./shape-1.png);mask-image:url(./shape-1.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff}.about-wrap{display:grid;grid-template-columns:1fr 1.29fr;gap:30px;align-items:flex-start}.about-left{padding-right:10px}.about-left p{font-size:18px;margin-bottom:30px;margin-top:13px}.about-img-left img,.about-main-img img{width:100%;height:auto;border-radius:6px;display:block;object-fit:cover}.about-right{display:flex;flex-direction:column;gap:52px;height:100%}.about-features{text-align:center;margin-top:auto}.about-features img{max-width:100%;height:auto;margin:0 auto}.shop-sec{position:relative;background-color:var(--white)}.shop-sec:after{bottom:-16px}.shop-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:-8px}.shop-card{position:relative;display:flex;flex-direction:column;border-radius:6px;overflow:hidden}.shop-card:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background-image:url(CEDR-shop-illustrater.png);background-size:100% 100%;background-position:center;z-index:2}.product-head{position:relative;padding:30px 40px 20px;text-align:left;margin-bottom:10px;z-index:1}.product-head>*,.shop-card-content>*{position:relative;z-index:2}.shop-card.product-1 .product-head{background-color:var(--product-1)}.shop-card.product-2 .product-head{background-color:var(--product-2)}.shop-card.product-3 .product-head{background-color:var(--product-3)}.shop-card.product-4 .product-head{background-color:var(--product-4)}.shop-card-title{font-family:var(--font-festivo-LC);font-size:34px;line-height:1;margin-bottom:2px;color:var(--black);text-transform:capitalize}.shop-card-subtitle{font-size:20px;font-family:var(--font-proxima-nova);font-weight:400;margin-top:11px;color:var(--black);margin-bottom:0}.shop-card-content{position:relative;padding:16px 30px 30px;display:flex;flex-direction:column;flex:1;height:100%;z-index:2}.product-head:before{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:10px;-webkit-mask-image:url(./shape-2.png);mask-image:url(./shape-2.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:inherit;z-index:2}.shop-card-content:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;-webkit-mask-image:url(./shape-3.png);mask-image:url(./shape-3.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff;pointer-events:none;z-index:2}.shop-card.product-1{background-color:var(--product-bg-1)}.shop-card.product-2{background-color:var(--product-bg-2)}.shop-card.product-3{background-color:var(--product-bg-3)}.shop-card.product-4{background-color:var(--product-bg-4)}.product-side{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.shop-card-img{width:60%;margin-top:-68px;position:relative;flex-shrink:0;z-index:15}.shop-card-img img{width:100%;height:auto;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.mt-50{margin-top:50px}.shop-card-btn .btn{margin-top:34px}.shop-card-btn{margin-top:auto}.how-work-sec{background-color:var(--bg-color);position:relative;z-index:1;overflow:hidden}.how-work-sec:before{content:"";position:absolute;top:0;left:0;width:100%;height:32px;-webkit-mask-image:url(./shape-4.png);mask-image:url(./shape-4.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:var(--white);z-index:2}.how-work-sec .container{position:relative;z-index:2}.step-wrapper{display:flex;justify-content:space-between;gap:30px;text-align:center;margin-bottom:100px;padding-top:50px}.step-card{flex:1}.step-card .img{width:272px;height:235px;border-radius:50%;background-color:#f7f2e7;display:flex;justify-content:center;align-items:center;margin:0 auto 75px}.step-card .img img{max-width:100%;height:auto}.step-title{font-family:var(--font-festivo-LC);font-size:34px;margin-bottom:17px;color:var(--black)}.step-card p{font-size:20px;line-height:1.7}.step-bottom-text{text-align:center;position:relative;z-index:3}.step-bottom-text span{font-family:var(--font-festivo-LC);font-size:20px;letter-spacing:2px;word-spacing:-2px;position:relative;display:inline-block;padding:0 40px;color:var(--black)}.step-bottom-text span:before,.step-bottom-text span:after{content:"";position:absolute;top:50%;width:35px;height:2px;background-color:#d8c39e}.step-bottom-text span:before{left:-25px}.step-bottom-text span:after{right:-15px}.bottom-plants{position:absolute;bottom:-90px;left:0;right:0;width:100%;z-index:1;pointer-events:none}.benefit-sec{background-color:var(--white)}.benefit-row{display:grid;grid-template-columns:1fr 1fr .7fr;margin-bottom:60px;padding-top:50px}.benefit-item{display:flex;align-items:flex-start;padding-right:20px;gap:15px}.benefit-item:last-child{padding-right:0}.benefit-icon{width:auto;flex-shrink:0;margin-top:5px}.benefit-label{font-family:var(--font-festivo-LC);font-size:24px;margin-bottom:8px;letter-spacing:.5px}.benefit-content p{font-size:20px;line-height:1.4}.all-product-img{text-align:center;max-width:1310px;margin:0 auto}.all-product-img img{width:100%;height:auto;display:block}.footer{background-color:var(--black);color:var(--white)!important;padding:115px 0 130px;margin-top:5px}.footer.bottom-shadow:after{top:-5px;background-color:var(--black);bottom:inherit;transform:scaleY(-1)}.footer-wrap{display:flex;justify-content:space-between;gap:40px;margin-bottom:120px}.foot-col{flex:1}.foot-logo{display:block}.foot-logo img{max-width:227px;height:auto}.footer-title{font-family:var(--font-festivo-LC);font-size:24px;text-transform:uppercase;margin-bottom:16px;color:var(--white)}.social-connnect ul{display:flex;flex-direction:column;gap:10px}.social-connnect ul li a{display:flex;align-items:center;gap:12px;color:#ccc;font-size:20px;transition:var(--transition)}.social-connnect ul li a:hover{color:var(--white)}.social-connnect ul li a img{width:24px;height:24px;filter:invert(1) brightness(100)}.foot-right{max-width:550px;width:100%;flex:inherit}.foot-right p{color:var(--white);font-size:20px;margin-bottom:27px}.foot-right form{display:flex;gap:10px;align-items:inherit;max-width:inherit;flex-direction:inherit;position:relative}.success-msg,.error-msg{position:absolute;bottom:-30px;left:0;margin-bottom:0!important;font-size:14px!important;font-weight:600}.error-msg{color:red!important}.foot-right form input{flex:1;background-color:var(--white);padding:14px 20px;border-radius:6px;font-family:var(--font-proxima-nova);font-size:16px;color:var(--black)}.foot-right form button{background-color:var(--orange);color:var(--white);border-radius:6px;padding:14px 52px;font-family:var(--font-festivo-LC);font-size:24px;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.foot-right form button:hover{background-color:var(--white);color:var(--black)}.footer-bottom{text-align:center}.footer-bottom p{font-size:15px;color:#888;margin-bottom:0}.footer-bottom a{color:var(--white);font-weight:500}.foot-left{display:flex;align-items:center}.connect-wrap{padding-left:57px}.desktop-img{display:block}.mobile-img{display:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
