@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Aclonica&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#ff5e3a;--default-color:#4f5665;--black-color:#000;--grey-color:#f0f0f0;--white-color:#fff;--lightpink:#ffcce0;--blue:#1a1aff;--custom:#1a1aff;--color:#4d4d4d;--lightblue:#ccf;--box-shadow-1:0 5px 15px rgba(0,0,0,.1);--box-shadow-2:0 5px 15px rgba(255,94,58,.2);--gradient:linear-gradient(180deg,#fccb90,#ff9a9e);--btn-gradient:linear-gradient(180deg,#ff5151 50%,#ff5e3a)}*,:after,:before{border:none;box-sizing:inherit;margin:0;outline:none;padding:0}html{box-sizing:border-box;font-size:62.5%}body{background-color:#fafafa;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400}body,h1,h2,h3,h4{color:#000;color:var(--black-color)}h1,h2,h3,h4{font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}li{list-style-type:none}section{overflow:hidden;padding:5rem 0}p{line-height:3rem}img{height:auto;max-width:100%}.container{margin:auto;max-width:120rem;padding:0 3rem}@media only screen and (min-width:1600px){.container{max-width:160rem}}@media only screen and (max-width:567px){.container{margin:auto;max-width:120rem;padding:0 1rem}}.d-flex{align-items:center;display:flex}.common_title h2{color:#000;color:var(--black-color);font-family:Roboto;font-size:24px;font-style:normal;font-weight:500;line-height:25px;margin-top:20px}.common_title,.common_title h2{text-align:center}.common_title h4{color:#000;color:var(--black-color);font-family:Roboto;font-size:16px;font-style:normal;font-weight:600}footer{background:hsla(33,95%,78%,.15);margin-top:50px;padding:111px 0}.footer_container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:255px auto 261px;justify-content:center}.footer_container h3{margin-bottom:27px}.footer_container p{color:#4f5665;font-size:16px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:20px;margin-top:10px}.footer_container .footer_social{margin-bottom:30px}.footer_container .footer_social a{background:#ff5e3a;border-radius:50%;box-shadow:0 13px 18px rgba(17,19,35,.08);color:#fff;display:inline-block;height:33.6px;margin:0 10px;padding:5px;width:33.6px}.footer_container .footer_social a i{font-size:22px}.footer_container h6{color:#ff5e3a;font-size:16px;font-weight:500;line-height:30px}.footer_container .footer_menu_items{grid-gap:80px;display:grid;gap:80px;grid-template-columns:repeat(3,1fr);padding:0 60px}.footer_container .footer_menu_items ul li{color:#4f5665;font-size:16px;font-weight:400;line-height:30px;margin-bottom:20px}.footer_container h3{color:#0b132a;font-size:18px;font-style:normal;font-weight:500;line-height:30px}.footer_container .footer_contact p{align-items:center;display:flex}.footer_container .footer_contact span{align-items:center;background:#ff5e3a;border-radius:50%;box-shadow:0 13px 18px rgba(17,19,35,.08);color:#fff;display:flex;height:20px;justify-content:center;margin:0 10px;width:20px}.footer_container .footer_contact span i{font-size:10px}@media only screen and (max-width:1119px){.footer_container{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(1,1fr);justify-content:center}}@media only screen and (max-width:700px){.footer_container .footer_menu_items{grid-template-columns:repeat(1,1fr);padding:0}}.header{margin-bottom:4rem}.header .navbar{padding:2.5rem 0;position:relative;z-index:1}.header .navbar .row{justify-content:space-between}.logo span{color:#ff5151;font-family:Rubik;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.header .navbar .row .nav-list a{color:var(--black-color);display:inline-block;font-size:1.7rem;font-weight:500;padding:1rem}.header .navbar .row .nav-list a.user_login_link{display:none}.header .navbar .row .nav-list a:not(:last-child){margin-right:.5rem}.header .navbar .row .nav-list a:hover{color:var(--primary-color)}.header .navbar .row .icons .icon{color:var(--black-color);cursor:pointer;font-size:2.2rem;justify-content:center;padding:.5rem;position:relative}.header .navbar .row .icons .icon:not(:last-child){padding-right:3rem}.header .navbar .row .icons .icon span{background-color:var(--primary-color);border:1px solid var(--black-color);border-radius:50%;display:block;height:1rem;position:absolute;right:.4rem;top:.3rem;width:1rem}.header .close,.header .hamburger{display:none}@media only screen and (max-width:768px){.header .navbar .row .icons{display:none}.header .navbar .row .nav-list{align-items:flex-start;background-color:var(--white-color);flex-direction:column;height:100%;max-width:35rem;padding:4rem 1rem;position:fixed;right:-100%;top:0;transition:.5s;width:100%;z-index:100}.header .navbar .row .nav-list a{font-size:1.8rem}.header .navbar .row .nav-list a:not(:last-child){margin:0 0 1rem}.header .navbar .row .nav-list .close{color:var(--black-color);display:block;font-size:3rem;position:absolute;right:2.5rem;top:2.5rem}.header .navbar .row .nav-list.show{right:0}.header .navbar .row .hamburger{color:var(--black-color);display:block;font-size:3rem}}.hero{height:80vh;margin:0 3rem}.hero .row{background:url(/static/media/bg.6e516b6b921c220c2422.svg) 50%/cover no-repeat fixed;border-radius:2rem;height:100%;position:relative}.hero .row .col{margin-left:5rem}.hero .row .col .subtitle{display:block;font-size:1.8rem;font-weight:500;margin-bottom:4rem}.hero .row .col h1{font-family:Aclonica,sans-serif;font-size:13rem;line-height:1}.hero .row .col h1 .i{color:var(--primary-color);position:relative}.hero .row .col h1 .i:before{color:var(--black-color);content:"ı";position:absolute}.hero .row .col p{font-size:2rem;margin-bottom:6rem}.btn{background:linear-gradient(180deg,rgba(255,81,81,.5),#ff5e3a);border-radius:10px;box-shadow:0 8px 10px hsla(0,100%,84%,.654);color:var(--white-color);cursor:pointer;display:inline-block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:900;line-height:25px;padding:1.5rem 6rem}.hero_container{align-items:center;display:flex;justify-content:space-between}.hero .hero_container img{bottom:0;position:absolute;right:0;width:36%}@media (max-width:1015px){.hero{height:auto}.hero .hero_container{flex-direction:column;flex-direction:column-reverse;gap:20px;padding-bottom:20px}.hero .hero_container img{position:relative;width:100%}.hero .row .col{margin:20px 0;text-align:center}}@media (max-width:1200px){.hero .row .col h1{font-size:8rem}}@media (max-width:768px){.hero .row .col .subtitle{font-size:1.6rem}.hero .row .col h1{font-size:7rem}.hero .row .col p{font-size:1.6rem}.hero .row .col .btn{padding:1.2rem 4rem}}@media (max-width:567px){.hero .row .col .subtitle{font-size:1.6rem;margin-bottom:1.5rem}.hero .row .col h1{font-size:5rem}.hero .row .col p{font-size:1.6rem;margin-bottom:2rem}.hero .row .col .btn{padding:1.2rem 4rem}}.latest_collection_update_container{margin-bottom:50px}.latest_collection_update_container button{display:block;margin:100px auto 0}.latest_collection_update_container_card{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);justify-content:center;padding-top:80px}.latest_collection_update_container_card_products{background:#fff;border-radius:25px;cursor:pointer;height:330px;margin:auto;transition:all .3s;width:285px}.latest_collection_update_container_card_products:hover{box-shadow:var(--box-shadow-1)}.latest_collection_update_container_card_products_img{align-items:center;background:#f0f0f0;border-radius:25px 25px 0 0;display:flex;height:220px;justify-content:center;position:relative;text-align:center}.latest_collection_update_container_card_products_img3{background:linear-gradient(180deg,hsla(33,95%,78%,.44),rgba(255,154,158,.38))}.latest_collection_update_container_card_products_img .icon{height:30px;position:absolute;right:20px;top:20px;width:30px}.latest_collection_update_container_card_products div img{display:inline-block;height:210px;width:200px}.latest_collection_update_container_card_products_content{padding:10px 20px}.latest_collection_update_container_card_products_content_box{display:flex;justify-content:space-between}.latest_collection_update_container_card_products_content div h4{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:20px}.latest_collection_update_container_card_products_content div h6{color:#909090;font-family:Roboto;font-size:18px;font-style:normal;font-weight:700;line-height:21px}.latest_collection_update_container_card_products_content div i{color:#ff5e3a;font-family:Roboto;font-size:12px;font-style:normal;font-weight:700;line-height:21px;margin:0 3px}@media only screen and (max-width:1217px){.latest_collection_update_container_card{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:942px){.latest_collection_update_container_card{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:617px){.latest_collection_update_container_card{grid-template-columns:repeat(1,1fr)}}.latest_collection{margin-top:40px}.latest_collection .latest_collection_container{align-items:center;display:flex;gap:50px;justify-content:center;margin-top:35px}.latest_collection .latest_collection_container .poster1,.poster3{position:relative}.latest_collection .latest_collection_container .poster{margin-bottom:40px}.latest_collection .latest_collection_container .poster1 h5,.latest_collection .latest_collection_container .poster3 div{bottom:30px;color:var(--white-color);font-size:18px;font-weight:500;left:50px;line-height:25px;position:absolute}.latest_collection .latest_collection_container .poster3 h5{margin-bottom:30px}@media only screen and (max-width:836px){.latest_collection .latest_collection_container{flex-direction:column}}.LatestNews_container{padding-bottom:50px;padding-top:50px}.LatestNews{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,3fr);margin-top:30px}.LatestNews article{background:#fff;border-radius:25px 25px 25px 25px;box-shadow:0 10px 50px 5px rgba(0,0,0,.02)}.LatestNews article img{border-radius:25px 25px 0 0}.LatestNews article div{padding:20px 70px 5px;text-align:center}.LatestNews article div h4{color:#ff5e3a;font-size:18px;font-weight:700;line-height:25px}.LatestNews article div h4,.LatestNews article div p{font-family:Roboto;font-style:normal;margin-bottom:10px}.LatestNews article div p{color:#000;font-size:14px;font-weight:600;line-height:20px}.LatestNews article div h6{color:#909090;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:25px}@media only screen and (max-width:1047px){.LatestNews article div{padding:20px 50px 5px;text-align:center}}@media only screen and (max-width:921px){.LatestNews{grid-template-columns:repeat(2,3fr)}}@media only screen and (max-width:600px){.LatestNews{grid-template-columns:repeat(1,3fr)}}.our_statistics{background:linear-gradient(180deg,hsla(33,95%,78%,.15),rgba(255,185,188,.1) 61.91%);margin-bottom:50px;padding:57px 0 50px;width:100%}.our_statistics .our_statistics_grid{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);justify-content:center;padding-top:50px;text-align:center}.our_statistics .our_statistics_grid h3{font-weight:700;margin-bottom:10px}.our_statistics .our_statistics_grid h3,.our_statistics .our_statistics_grid p{color:#000;font-family:Roboto;font-size:16px;font-style:normal;line-height:25px}.our_statistics .our_statistics_grid p{font-weight:300;text-align:center}.our_statistics_icons1{background:linear-gradient(0deg,#ff5e3a,#ff5e3a),#ff5e3a}.our_statistics_icons,.our_statistics_icons1{align-items:center;border-radius:10px;box-shadow:9px 38px 108px -41px rgba(255,0,0,.64);-webkit-box-shadow:9px 38px 108px -41px rgba(255,0,0,.64);-moz-box-shadow:9px 38px 108px -41px rgba(255,0,0,.64);display:flex;height:100px;justify-content:center;margin:0 auto 30px;width:100px}.our_statistics_icons{background:#fff}@media only screen and (max-width:885px){.our_statistics .our_statistics_grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:454px){.our_statistics .our_statistics_grid{grid-template-columns:repeat(1,1fr)}}.Our_Top_Collection_container{margin-top:100px}.Our_Top_Collection_container .category_buttons{align-items:center;display:flex;justify-content:center;margin-top:20px}.Our_Top_Collection_container .category_buttons a{margin:15px}.Our_Top_Collection_container .category_buttons button{background:#fff;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.05);color:#4f5665;cursor:pointer;font-family:Roboto;font-size:16px;font-style:normal;font-weight:900;height:50px;line-height:25px;transition:all .5s;width:130px}.Our_Top_Collection_container .category_buttons button.category_button{background:linear-gradient(180deg,rgba(255,81,81,.684),#ff5e3a);box-shadow:0 8px 10px hsla(0,100%,84%,.654);color:#fff}.Our_Top_Collection_container .products{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:repeat(3,1fr);justify-content:center;margin-top:50px}.Our_Top_Collection_container .products h5{color:#000;font-family:Roboto;font-size:18px;font-style:normal;font-weight:500;line-height:25px;margin-bottom:20px}.Our_Top_Collection_container .products .product{background:linear-gradient(180deg,hsla(33,95%,78%,.44),rgba(255,154,158,.38));border-radius:25px;cursor:pointer;margin:auto;transition:all .5s}.Our_Top_Collection_container .products .product:hover{box-shadow:var(--box-shadow-1);-webkit-transform:scale(1.1);transform:scale(1.1)}.Our_Top_Collection_container .products .product img{display:block;height:250px;margin:auto;padding-bottom:30px;padding-top:10px;width:200px}.Our_Top_Collection_container .products .product .product_content{background-color:#fff;border-bottom-left-radius:25px;border-bottom-right-radius:25px;padding:15px 25px}.Our_Top_Collection_container .products .product .product_content div{align-items:center;display:flex;justify-content:space-between}.Our_Top_Collection_container .products .product .product_content div div i{color:#ff5e3a;font-family:Roboto;font-size:12px;font-style:normal;font-weight:700;margin:0 3px}.Our_Top_Collection_container .products .product .product_content div h6{align-items:center;background:#ff5e3a;border-radius:10px;color:#fff;display:flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:700;height:29px;justify-content:center;line-height:21px;width:80px}@media only screen and (max-width:922px){.Our_Top_Collection_container .products{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:666px){.Our_Top_Collection_container .category_buttons{flex-wrap:wrap}}@media only screen and (max-width:602px){.Our_Top_Collection_container .products{gap:20px;grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=main.3323bf98.css.map*/