@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);@import url(https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@500&display=swap);*{box-sizing:border-box;font-family:Cabin,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:500;line-height:22px}.search-modal{-webkit-animation:slideSearchWindow .5s ease forwards;animation:slideSearchWindow .5s ease forwards;background-color:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.search-modal .form-field{border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:center;padding:10px 50px;position:relative;width:100%}@media only screen and (min-width:768px){.search-modal .form-field{padding:20px 0}}.search-modal .form-field input{border:none;color:#212121;font-size:20px;font-weight:600;height:50px;max-width:1200px;outline:none;text-align:center;text-transform:uppercase;width:100%}@media only screen and (min-width:768px){.search-modal .form-field input{font-size:48px;height:80px}}.search-modal .form-field svg{cursor:pointer;font-size:25px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (min-width:768px){.search-modal .form-field svg{font-size:50px;right:40px}}.search-modal .search-result-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.search-modal .search-result-content{max-width:800px}}.search-modal .search-result-content .search-results{height:calc(100vh - 110px);margin:20px 0;overflow:auto}@media only screen and (min-width:768px){.search-modal .search-result-content .search-results{height:calc(100vh - 160px)}}.search-modal .search-result-content .search-results .search-result-item{align-items:center;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer;display:flex;gap:10px;padding:10px 0}.search-modal .search-result-content .search-results .search-result-item .img-container{background-color:rgba(0,0,0,.05);flex-shrink:0;height:60px;width:60px}.search-modal .search-result-content .search-results .search-result-item .img-container img{height:100%;width:100%}.search-modal .search-result-content .search-results .search-result-item .prod-details{overflow:hidden}.search-modal .search-result-content .search-results .search-result-item .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal .search-result-content .search-results .search-result-item .prod-details .desc{color:rgba(0,0,0,.5);display:block;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@-webkit-keyframes slidesearchWindow{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}0%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slidesearchWindow{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}0%{-webkit-transform:translateY(0);transform:translateY(0)}}.cart-panel{display:flex;height:100%;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:99}.cart-panel li{cursor:pointer;margin-left:-25px;padding:10px}.cart-panel .opac-layer{background-color:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}.cart-panel .cart-content{-webkit-animation:slideCartWindow .3s ease forwards;animation:slideCartWindow .3s ease forwards;background:#fff;display:flex;flex-direction:column;height:100%;position:relative;-webkit-transform:translateX(100%);transform:translateX(100%);width:100%;z-index:1}@media only screen and (min-width:768px){.cart-panel .cart-content{width:340px}}.cart-panel .cart-content .cart-header{align-items:center;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end;padding:20px 15px}.cart-panel .cart-content .cart-header .heading{flex-grow:1;font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn{align-items:center;cursor:pointer;display:flex;gap:5px;margin-right:10px}.cart-panel .cart-content .cart-header .close-btn svg{font-size:18px}.cart-panel .cart-content .cart-header .close-btn .text{font-size:14px;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn:hover{opacity:.5}.cart-panel .cart-content .empty-cart{align-items:center;display:flex;flex-direction:column;gap:20px;margin-top:100px}.cart-panel .cart-content .empty-cart svg{font-size:120px;opacity:.1}.cart-panel .cart-content .empty-cart .return-cta{align-items:center;background:#38e54d;border:0;border-bottom:3px solid #9cff2e;color:#fff;cursor:pointer;display:flex;font-size:13px;height:40px;justify-content:center;outline:0;width:150px}.cart-panel .cart-content .cart-footer{border-top:1px solid rgba(0,0,0,.1)}.cart-panel .cart-content .cart-footer .subtotal{border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;padding:20px 15px}.cart-panel .cart-content .cart-footer .subtotal .text{font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-footer .subtotal .text.total{color:#9cff2e}.cart-panel .cart-content .cart-footer .button{padding:20px 15px}.cart-panel .cart-content .cart-footer .button .checkout-cta{align-items:center;background:#38e54d;border:0;border-bottom:3px solid #9cff2e;color:#fff;cursor:pointer;display:flex;font-size:16px;height:50px;justify-content:center;outline:0;width:100%}@-webkit-keyframes slideCartWindow{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideCartWindow{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.cart-products{flex-grow:1}.cart-products .cart-product{display:flex;gap:10px;padding:20px 15px}.cart-products .cart-product .img-container{background-color:rgba(0,0,0,.05);flex-shrink:0;height:60px;width:60px}.cart-products .cart-product .img-container img{height:100%;width:100%}.cart-products .cart-product .prod-details{overflow:hidden;position:relative}.cart-products .cart-product .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;padding-right:25px;text-overflow:ellipsis;white-space:nowrap}.cart-products .cart-product .prod-details .text{align-items:center;display:flex;font-size:12px;font-weight:600;gap:5px}.cart-products .cart-product .prod-details .text .highlight{color:#8e2de2}.cart-products .cart-product .prod-details svg{cursor:pointer;position:absolute;right:0;top:0}.cart-products .cart-product .prod-details .quantity-buttons{border:1px solid rgba(0,0,0,.2);display:flex;height:30px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cart-products .cart-product .prod-details .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:14px;justify-content:center;width:30px}.cart-products .cart-product .prod-details .quantity-buttons span:first-child{border-right:1px solid rgba(0,0,0,.2);font-size:18px}.cart-products .cart-product .prod-details .quantity-buttons span:nth-child(2){width:40px}.cart-products .cart-product .prod-details .quantity-buttons span:nth-child(3){border-left:1px solid rgba(0,0,0,.2);font-size:18px}.cart-products .cart-product:hover{background-color:rgba(0,0,0,.05)}.main-header{background-color:#212121;border-bottom:4px solid green;color:#fff;padding:20px 0;width:100%;z-index:99}.main-header .pd{display:inline;margin:10px}.main-header #pcmenu{margin-top:15px}@media only screen and (min-width:768px){.main-header{padding:0 40px}}.main-header .header-content{align-items:center;display:flex;height:45px;justify-content:space-between;margin:0 auto;max-width:100%}@media only screen and (min-width:768px){.main-header .header-content{height:60px}}.main-header .header-content .left{display:none;gap:25px;list-style-type:none}@media only screen and (min-width:768px){.main-header .header-content .left{display:flex}}.main-header .header-content .left li{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.main-header .header-content .center{cursor:pointer;font-size:22px;font-weight:700}@media only screen and (min-width:768px){.main-header .header-content .center{font-size:34px;position:absolute;right:45%}}.main-header .header-content .right{align-items:center;display:flex;gap:20px}@media only screen and (min-width:768px){.main-header .header-content .right{gap:25px}}.main-header .header-content .right svg{cursor:pointer;font-size:20px}@media only screen and (min-width:768px){.main-header .header-content .right svg{font-size:24px}}.main-header .header-content .right .cart-icon{position:relative}.main-header .header-content .right .cart-icon span{background-color:#38e54d;border-radius:10px;font-size:12px;line-height:1;min-width:20px;padding:2.5px;position:absolute;right:-12px;text-align:center;top:-5px}.main-header .header-content.sticky-header{-webkit-animation:stickyHeader .3s ease forwards;animation:stickyHeader .3s ease forwards;position:-webkit-sticky;position:sticky;top:0;-webkit-transform:translateY(-80px);transform:translateY(-80px)}@-webkit-keyframes stickyHeader{0%{-webkit-transform:translateY(-80px);transform:translateY(-80px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes stickyHeader{0%{-webkit-transform:translateY(-80px);transform:translateY(-80px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.footer{position:relative;top:250px;width:100%}.footer .footer-content{display:flex;flex-flow:wrap;gap:100px;margin:0 auto;max-width:1200px;padding:50px 20px}@media only screen and (min-width:768px){.footer .footer-content{justify-content:space-between;padding:50px 0}}.footer .footer-content .col{max-width:300px}.footer .footer-content .col .title{color:rgba(0,0,0,.5);font-size:20px;margin-bottom:20px}.footer .footer-content .col .text{color:rgba(0,0,0,.5);font-size:14px}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{color:rgba(0,0,0,.5);flex-shrink:0;font-size:14px;margin-right:10px;margin-top:4px}.footer .footer-content .col span.text{cursor:pointer;display:block;margin-bottom:10px}.footer .bottom-bar{border-top:1px solid rgba(0,0,0,.1)}.footer .bottom-bar .bottom-bar-content{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}@media only screen and (min-width:768px){.footer .bottom-bar .bottom-bar-content{flex-direction:row;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0;text-align:left}}.footer .bottom-bar .bottom-bar-content .text{color:rgba(0,0,0,.5);font-size:16px}.main-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.main-content{max-width:1200px}}.hero-banner{background-size:cover;padding:0;position:relative}@media only screen and (min-width:768px){.hero-banner{height:calc(100vh - 63px)}}@media screen and (max-width:768px){.hero-banner{padding-top:90px}}.hero-banner .content{align-items:center;display:flex;flex-direction:column-reverse;height:100%;justify-content:flex-end;margin:0 auto;max-width:100vh;position:relative;width:100vw}@media only screen and (min-width:768px){.hero-banner .content{flex-direction:row;max-width:100vw}}.hero-banner .content .banner-img{margin-bottom:20px;width:200px;z-index:9}@media only screen and (min-width:768px){.hero-banner .content .banner-img{bottom:25px;margin-bottom:0;margin-right:60px;margin-top:50px;position:relative;width:500px}}@media only screen and (min-width:1536px){.hero-banner .content .banner-img{margin-right:0;margin-top:0;width:600px}}.hero-banner .content .text-content{align-items:center;color:#fff;display:flex;flex-direction:column;text-align:center}@media only screen and (min-width:768px){.hero-banner .content .text-content{left:50px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (min-width:1536px){.hero-banner .content .text-content{left:0}}.hero-banner .content .text-content h1{font-size:80px;font-weight:700;line-height:1;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media only screen and (min-width:768px){.hero-banner .content .text-content h1{font-size:100px}}@media only screen and (max-width:768px){.hero-banner .content .text-content h1{font-size:36px}}.hero-banner .content .text-content p{font-family:cursive;font-size:24px!important;font-weight:400!important;line-height:20px;margin-bottom:20px;max-width:300px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media only screen and (min-width:768px){.hero-banner .content .text-content p{font-size:20px;line-height:24px;margin-bottom:40px;max-width:500px}}@media only screen and (max-width:768px){.hero-banner .content .text-content p{font-size:16px!important}}.hero-banner .content .text-content .ctas{display:flex;gap:20px;justify-content:center}.hero-banner .content .text-content .ctas .banner-cta{border:2px solid #fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 20px;text-transform:uppercase}.hero-banner .content .text-content .ctas .banner-cta.v2{background-color:#fff;color:#000}.hero-banner .content .text-content .ctas .banner-cta:hover{opacity:.6}.service{background-color:#f8f9fa;border:1px solid #ddd;border-radius:5px;margin:20px;padding:15px}.service h3{color:#333}.service p{color:#555}.carousel-container{margin:auto;max-width:600px}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:#000;border-radius:50%;bottom:-100px;position:absolute;@media screen and (max-width:720px){background-color:#000;border-radius:50%;bottom:-150px;position:absolute}}.carousel-control-next,.carousel-control-prev{background-color:initial;height:40px;width:40px}.carousel-control-next:hover,.carousel-control-prev:hover{background-color:initial}.gallery-container{margin:auto;max-width:800px}.image-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-item{border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden}.gallery-item img{border-radius:8px;display:block;height:auto;width:100%}.modal-fade-enter{opacity:.01}.modal-fade-enter-active{opacity:1;transition:opacity .3s ease-in}.modal-fade-exit{opacity:1}.modal-fade-exit-active{opacity:.01;transition:opacity .3s ease-in}.category-main-content{margin:30px 0}@media only screen and (min-width:768px){.category-main-content{margin:75px 0}}.category-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.category-main-content .layout{max-width:1200px}}.category-main-content .category-title{font-size:24px}@media only screen and (min-width:768px){.category-main-content .category-title{font-size:34px}}.category-main-content .products-container{margin:20px 0}@media only screen and (min-width:768px){.category-main-content .products-container{margin:50px 0}}.products-container{margin:50px 0}@media only screen and (min-width:768px){.products-container{margin:75px 0}}.products-container .sec-heading{font-size:18px;font-weight:500;margin-bottom:20px;text-transform:uppercase}@media only screen and (min-width:768px){.products-container .sec-heading{font-size:24px;margin-bottom:35px}}.products-container .sec-heading:after{background-color:#38e54d;content:"";display:block;height:3px;margin-top:5px;width:50px}@media only screen and (min-width:768px){.products-container .sec-heading:after{margin-top:10px}}.products-container .products{display:flex;flex-flow:wrap;gap:10px}@media only screen and (min-width:768px){.products-container .products{gap:20px}}.single-product-main-content{margin:20px 0}@media only screen and (min-width:768px){.single-product-main-content{margin:75px 0}}.single-product-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.single-product-main-content .layout{max-width:1200px}}.single-product-main-content .layout .single-product-page{display:flex;flex-direction:column}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page{flex-direction:row}}.single-product-main-content .layout .single-product-page .left{background-color:rgba(0,0,0,.05);flex-shrink:0;width:100%}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .left{height:600px;width:600px}}.single-product-main-content .layout .single-product-page .left img{display:block;width:100%}.single-product-main-content .layout .single-product-page .right{display:flex;flex-direction:column;padding-top:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right{padding:0 35px}}.single-product-main-content .layout .single-product-page .right .name{font-size:20px;line-height:28px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .name{font-size:24px;line-height:32px}}.single-product-main-content .layout .single-product-page .right .price{font-size:24px;line-height:32px;margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .desc{color:#6b6b6b;font-size:14px;line-height:20px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .desc{font-size:16px;line-height:24px}}.single-product-main-content .layout .single-product-page .right .cart-buttons{display:flex}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons{margin-top:30px}}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons{border:2px solid rgba(0,0,0,.2);display:flex;height:50px;margin-right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:18px;justify-content:center;width:40px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:first-child{border-right:2px solid rgba(0,0,0,.2)}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(2){width:60px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(3){border-left:2px solid rgba(0,0,0,.2)}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{align-items:center;background:#38e54d;border:0;border-bottom:3px solid #9cff2e;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0;width:180px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{flex-grow:0}}.single-product-main-content .layout .single-product-page .right .divider{background-color:rgba(0,0,0,.1);height:1px;margin:20px 0;width:100%}.single-product-main-content .layout .single-product-page .right .info-item .text-bold{display:block;font-size:18px;font-weight:500}.single-product-main-content .layout .single-product-page .right .info-item .text-bold:first-child{margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .info-item .text-bold span{color:#6b6b6b;cursor:pointer;font-size:16px;font-weight:400}.single-product-main-content .layout .single-product-page .right .info-item .text-bold svg{margin:0 5px}.newsletter-section{align-items:center;background:#f9f9f9 url(/static/media/newsletter-bg.32e28bbcd43546e51075.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:400px;width:100%}.newsletter-section .newsletter-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.newsletter-section .small-text{color:rgba(0,0,0,.5);margin-bottom:15px;text-transform:uppercase}.newsletter-section .big-text{font-size:22px;font-weight:500;line-height:30px;margin-bottom:20px;padding:0 30px;text-transform:uppercase}@media only screen and (min-width:768px){.newsletter-section .big-text{font-size:28px}}.newsletter-section .form{display:flex;gap:5px;margin-bottom:10px}.newsletter-section .form input{border:1px solid rgba(0,0,0,.2);border-radius:0;font-size:16px;height:40px;outline:0;padding:0 12px;width:200px}@media only screen and (min-width:768px){.newsletter-section .form input{width:300px}}.newsletter-section .form button{align-items:center;background-color:#38e54d;border:0;border-bottom:3px solid #38e54d;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;outline:0;width:100px}@media only screen and (min-width:768px){.newsletter-section .form button{width:120px}}.newsletter-section .text{color:rgba(0,0,0,.5);font-size:14px;margin-bottom:20px}.root{--main-bg-color:#bd6418;--font1:"Baloo Bhaina 2",cursive;--font2:"Roboto",sans-serif}.center{position:relative;text-align:center}.font1{font-family:var(--font1)}.font2{font-family:var(--font2)}.max-width-1{max-width:80vw}.max-width-2{max-width:60vw}.m-auto{margin:auto}.mx-1{margin-left:23px;margin-right:23px}.my-2{margin-bottom:32px;margin-top:32px}.btn{border:2px solid #000;border-radius:6px;cursor:pointer;font-family:var(--font1);font-size:16px;padding:3px 20px 0;transition:all .3s ease-in-out}.btn:hover{background:var(--main-bg-color);color:#fff}.form-input{border:2px solid #000;border-radius:4px;font-family:var(--font1);font-size:16px;margin:0 13px;padding:3px 5px 0}.form-box input,textarea{border:2px solid var(--main-bg-color);border-radius:5px;font-family:var(--font1);font-size:18px;margin:7px 0;padding:0 6px;width:52vw}@media screen and (max-width:1200px){.navigation{flex-direction:column;margin-bottom:23px}.nav-left{flex-direction:column;text-align:center}.content-right{display:none}.home-article{flex-direction:column}.home-article img{width:70vw}.home-article-img{text-align:center}.year-box{display:flex;font-size:11px;left:60vw;top:25px}.year-box div{margin:0;padding:0 3px}.form-input{width:50%}.form-box input,textarea{width:66vw}.row{flex-direction:column}.social{padding:0}.post-img{height:auto}.adjust-year{display:flex;height:auto;justify-content:flex-end;padding:12px 0;position:static;width:100%}}*{margin:0;padding:0}.navigation{align-items:center;font-family:var(--font1);justify-content:space-between;margin-top:25px}.nav-left,.navigation{display:flex}.nav-left span{font-size:35px;padding-top:10px}.nav-left ul{align-items:center;display:flex;font-size:22px;margin:0 77px;padding-bottom:23px}.nav-left ul li{font-family:var(--font2);list-style:none;margin:0 14px;transition:all .3s ease-in-out}.nav-left ul li a{color:#000;text-decoration:none}.nav-left ul li a:hover{color:var(--main-bg-color);font-weight:bolder}.content{display:flex;height:100%;margin-top:32px;padding:9px;position:relative}.content:after{border-radius:12px;content:"";height:inherit;opacity:.15;position:absolute;width:100%}.content-left{flex-direction:column;font-family:var(--font1);padding:49px;z-index:1}.content-left,.content-right{display:flex;justify-content:center}.content-right{align-items:center}.content-right img{border:2px solid #000;border-radius:200px;height:355px}.home-articles{background-color:hsla(0,39%,95%,.5);margin-top:23px;padding:18px;position:relative}.year-box{font-size:18px;height:255px;position:absolute;right:0;top:100px;width:234px}.year-box div{margin:12px 0}.home-article-img{block-size:100px;display:flex;margin:50px}.home-article-content{align-self:center;bottom:175px;float:right;padding:25px;position:relative}.home-article-content a{color:#000;cursor:pointer;text-decoration:none}.a{right:123px}.a,.b{position:relative}.b{right:130px}.c{right:95px}.c,.d{position:relative}.d{right:160px}.e{right:50px}.f{position:relative;right:220px}.footer{align-items:center;background-color:var(--main-bg-color);display:flex;flex-direction:column;height:50px;justify-content:center}.footer,.footer a{color:#fff}.blog-banner{background-image:url(/static/media/blog-banner.07bf7c9e6eb516683dfa.jpg);background-size:cover;padding:40px 0;position:relative}@media only screen and (min-width:768px){.blog-banner{height:calc(100vh - 63px)}}.blog-banner .content{align-items:center;display:flex;flex-direction:column-reverse;height:100%;justify-content:flex-end;margin:0 auto;max-width:calc(100vh - 20px);position:relative}@media only screen and (min-width:768px){.blog-banner .content{flex-direction:row;max-width:100vw}}.blog-banner .content .blog-banner{margin-bottom:20px;width:200px;z-index:9}@media only screen and (min-width:768px){.blog-banner .content .blog-banner{bottom:25px;margin-bottom:0;margin-right:60px;margin-top:50px;position:relative;width:500px}}@media only screen and (min-width:1536px){.blog-banner .content .blog-banner{margin-right:0;margin-top:0;width:600px}}.blog-banner .content .text-content{align-items:center;color:#fff;display:flex;flex-direction:column;text-align:center}@media only screen and (min-width:768px){.blog-banner .content .text-content{left:50px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.blog-banner .content .text-content h1{font-size:80px;font-weight:700;line-height:1;margin-bottom:20px}@media only screen and (min-width:768px){.blog-banner .content .text-content h1{font-size:100px}}.blog-banner .content .text-content p{font-size:14px;line-height:20px;margin-bottom:20px;max-width:300px}@media only screen and (min-width:768px){.blog-banner .content .text-content p{font-size:20px;line-height:24px;margin-bottom:40px;max-width:500px}.blog-banner .content .blog-banner{margin-right:0;margin-top:0}}@media only screen and (min-width:1536px){.blog-banner .content .text-content{left:0}}.post-img{height:404px;overflow:hidden}.post-img img{width:100%}.blog-post-content h1{text-align:center}.blog-post-content p{font-size:18px}.e{left:18px}.e,.extra{position:relative}.extra{top:-20px}.ex{left:15px}.ex,.ex1{position:relative}.ex1{left:10px}.ex2{left:30px}.ex2,.ex3{position:relative}.ex3{left:40px}.row{display:flex}.more-post{align-items:center;flex-direction:column}.blogpost-meta{display:flex;justify-content:space-between}.author-info{margin:12px 0}.author-info div{font-family:var(--font2);padding:4px 0}.social{align-self:center;cursor:pointer;padding-right:53px}.contact-container{margin:auto;max-width:600px}.contact-form,.contact-info{margin-top:20px}.contact-form form{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{margin-bottom:10px;padding:8px}.contact-form button{background-color:#007bff;border:none;color:#fff;cursor:pointer;padding:10px}.contact-form button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.52e0e96a.css.map*/