.top_bar{background:var(--ten-color);color:var(--bg-color);width:100%;height:54px;display:flex;justify-content:center;align-items:center}.top_bar .top_bar_content{display:flex;justify-content:start;align-items:center;gap:5px}.top_bar .top_bar_content img{width:32px;height:32px;border-radius:50%;border:1px solid var(--eight-color)}.top_bar .top_bar_content .btn{font-family:"light";font-size:.8rem;letter-spacing:.1rem;box-shadow:unset !important;border:0;color:var(--bg-color)}div#navbarSupportedContent{justify-content:center !important;align-items:center !important;flex-grow:unset !important;margin:auto !important}.logopng{width:123px;height:54px;display:flex;justify-content:center;align-items:center}.logopng img{width:90%}li.nav-item{display:flex;justify-content:center;align-items:center}a.nav-link{font-family:"regular";color:#000}a.nav-link:hover{color:var(--seven-color)}a.nav-link.active{font-family:"bold";border-bottom:3px solid;border-color:var(--two-color);color:#000}ul.dropdown-menu.show li{font-family:"regular"}ul.dropdown-menu.show .nav-link.active{font-family:"bold";border-bottom:3px solid;border-color:var(--two-color);color:#000}.bas-des .main_content{width:100%;height:100%}.bas-des .main_content .sec-hero::before{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%) translateY(50%);width:130%;height:150px;background-color:#fff;border-radius:68% 38% 106px 0;z-index:111111551}.bas-des .main_content .sec-hero{width:100%;height:643px;background-position:center;background-size:cover;display:flex;justify-content:center;align-items:center;z-index:111111;position:relative;overflow:hidden;background-color:#477470}.bas-des .main_content .sec-hero .button-hero button{padding:.5rem .6rem;border:1px solid #fff;border-radius:7px;background-color:rgba(255,255,255,.168627451);color:#fff;font-family:"light";transition:all .3s ease-in-out;font-size:.8rem}.bas-des .main_content .sec-hero .button-hero button img{margin-right:15px}.bas-des .main_content .sec-hero .button-hero button:hover{background-color:var(--two-color);color:#fff}.bas-des .main_content .sec-hero .circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.199);opacity:.2;animation:randomCircleAnimation 8s ease-in-out infinite}.bas-des .main_content .sec-hero .square{position:absolute;background:rgba(255,255,255,.151);opacity:.2;animation:randomSquareAnimation 6s ease-in-out infinite}@keyframes randomCircleAnimation{0%{width:50px;height:50px;top:20%;left:20%;transform:translate(-50%, -50%) scale(1);opacity:.2}25%{width:80px;height:80px;top:30%;left:60%;transform:translate(-50%, -50%) scale(1.2);opacity:.2}50%{width:60px;height:60px;top:50%;left:40%;transform:translate(-50%, -50%) scale(1.5);opacity:.4}75%{width:70px;height:70px;top:70%;left:80%;transform:translate(-50%, -50%) scale(1);opacity:.3}100%{width:50px;height:50px;top:20%;left:20%;transform:translate(-50%, -50%) scale(1);opacity:.1}}@keyframes randomSquareAnimation{0%{width:40px;height:40px;top:10%;left:10%;transform:translate(-50%, -50%) scale(1);opacity:.4}25%{width:70px;height:70px;top:30%;left:30%;transform:translate(-50%, -50%) scale(1.2);opacity:.3}50%{width:50px;height:50px;top:60%;left:60%;transform:translate(-50%, -50%) scale(1.5);opacity:.2}75%{width:60px;height:60px;top:40%;left:80%;transform:translate(-50%, -50%) scale(1);opacity:.2}100%{width:40px;height:40px;top:10%;left:10%;transform:translate(-50%, -50%) scale(1);opacity:.1}}.bas-des .main_content .circle:nth-child(1){animation-delay:0s}.bas-des .main_content .circle:nth-child(2){animation-delay:1s}.bas-des .main_content .circle:nth-child(3){animation-delay:2s}.bas-des .main_content .circle:nth-child(4){animation-delay:3s}.bas-des .main_content .square:nth-child(1){animation-delay:0s}.bas-des .main_content .square:nth-child(2){animation-delay:1s}.bas-des .main_content .square:nth-child(3){animation-delay:2s}.bas-des .main_content .square:nth-child(4){animation-delay:3s}.bas-des .main_content .content-hero{display:flex;justify-content:space-between;align-items:center}.bas-des .main_content .content-hero .text-hero{width:55%}.bas-des .main_content .content-hero .text-hero h4{color:#fff;font-family:"bold";font-size:2.5rem}.bas-des .main_content .content-hero .text-hero p{color:#dbdbdb;font-family:"regular";font-size:1rem;width:100%;margin-top:1rem}.bas-des .main_content .content-hero .img-hero img{width:100%}.bas-des .main_content .three-way .headers h4{text-align:center;font-family:"bold"}.bas-des .main_content .three-way .headers h4 span{border-bottom:2px solid var(--two-color)}.bas-des .main_content .three-way .card-threeway{margin:3rem 2rem;background:var(--nine-color);padding:.5rem;border-radius:8px}.bas-des .main_content .three-way .card-threeway .img{width:100%}.bas-des .main_content .three-way .card-threeway .img img{width:95%;height:75px;animation:upDown 3s ease-in-out infinite}.bas-des .main_content .three-way .card-threeway .text h4{font-family:"bold";font-size:.9rem;text-align:center;margin-top:.8rem}.bas-des .main_content .three-way .card-threeway .text p{text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:"regular";color:#636363;font-size:.7rem}.bas-des .main_content .three-way .card-threeway .text p.expanded{-webkit-line-clamp:unset;overflow:visible}.bas-des .main_content .three-way .card-threeway .text button{background-color:var(--two-color);color:#fff;font-family:"regular";display:block;margin-inline-start:auto;border:0;padding:.1rem .5rem;font-size:.6rem;border-radius:4px}@keyframes upDown{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.bas-des .main_content .offers-descount{background-color:var(--six-color);display:flex;justify-content:center;align-items:center;width:100%;height:437px;margin-bottom:2rem}.bas-des .main_content .offers-descount .allof{display:flex;justify-content:center;align-items:center}.bas-des .main_content .offers-descount .allof .img{width:50%}.bas-des .main_content .offers-descount .allof .img img{width:87%}.bas-des .main_content .offers-descount .allof .text{width:50%}.bas-des .main_content .offers-descount .allof .text h4{font-family:"bold";color:#fff;font-size:1.8rem}.bas-des .main_content .offers-descount .allof .text p{font-family:"regular";color:#dbdbdb;font-size:1rem;width:91%}.bas-des .main_content .phone-text{margin-right:7%;position:relative;display:flex;justify-content:center;align-items:center;height:500px}.bas-des .main_content .phone-text .text{margin-top:3rem}.bas-des .main_content .phone-text .text h4{font-family:"bold";font-size:1.8rem}.bas-des .main_content .phone-text .text .button-text{display:flex;justify-content:start;align-items:center;gap:10px}.bas-des .main_content .phone-text .text .button-text button{background:#fff;border:1px solid;border-radius:7px;font-size:.8rem;font-family:"regular";width:100%;height:45px;transition:all .3s ease-in-out}.bas-des .main_content .phone-text .text .button-text button img{margin-right:15px;width:7%}.bas-des .main_content .phone-text .text .button-text button:hover{background-color:var(--two-color);color:#fff;border:1px solid var(--two-color)}.bas-des .main_content .phone-text .text p{font-family:"regular";color:#636363}.bas-des .main_content .phone-text .img{position:relative;display:flex;justify-content:center;align-items:center}.bas-des .main_content .phone-text img.circle{width:65%}.bas-des .main_content .phone-text img.phone-img{width:100%;position:absolute;top:-23%;left:0;right:-2%;bottom:0;animation:fade 4s infinite}.bas-des .main_content .phone-text .phone-img:nth-child(2){animation-delay:2s}@keyframes fade{0%,20%{opacity:1}25%,45%{opacity:1}50%,100%{opacity:0}}.bas-des .main_content .main-header{display:flex;justify-content:center;align-items:center;height:72px;background:var(--four-color);margin-bottom:2rem}.bas-des .main_content .main-header h4{font-family:"bold";font-size:1.5rem}.bas-des .main_content .main-header h4 span{border-bottom:2px solid var(--two-color)}.bas-des .main_content .insite-email{margin-bottom:2rem;background-color:var(--six-color);width:100%;height:500px;display:flex;justify-content:center;align-items:center}.bas-des .main_content .insite-email .content{display:flex;justify-content:center;align-items:center}.bas-des .main_content .insite-email .content img{width:441px;height:284px;animation:moveUpAndDown 2s infinite}.bas-des .main_content .insite-email .content h4{color:#fff;font-family:"bold";font-size:1.8rem;width:90%}.bas-des .main_content .insite-email .content p{color:#e5e5e5;font-family:"regular"}.bas-des .main_content .insite-email .content input[type=email]{color:#fff;width:90%;background:linear-gradient(to right, rgba(211, 211, 211, 0.6039215686), rgba(255, 255, 255, 0.11));border:1px solid #fff;border-radius:7px;padding:.5rem 1rem}.bas-des .main_content .insite-email .content input[type=email]::placeholder{font-family:"regular";color:#fff}.bas-des .main_content .insite-email .content input[type=email]::focus-visible{border:none !important;outline:none !important}.bas-des .main_content .insite-email .content button{width:25%;margin-top:1rem;padding:.3rem 7rem;border:1px solid #fff;font-family:"regular";color:#fff;background:linear-gradient(to right, rgba(211, 211, 211, 0.6039215686), rgba(255, 255, 255, 0.11));border-radius:7px}@keyframes moveUpAndDown{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}.bas-des .main_content .come{display:flex;justify-content:center;align-items:center;margin:auto}.bas-des .main_content .come .content{background-color:var(--fifve-color);width:68%;height:290px;margin:auto;border-radius:7px;margin-bottom:2rem;padding:1rem;display:flex;justify-content:center;align-items:center}.bas-des .main_content .come .content .text h4{font-family:"bold";font-size:1.4rem;color:#fff}.bas-des .main_content .come .content .text p{font-family:"regular";color:#e5e5e5;font-size:.9rem}.bas-des .main_content .come .content .text button{width:52%;margin-top:1rem;padding:.3rem 2rem;border:1px solid #fff;font-family:"regular";font-size:.7rem;color:#fff;background:linear-gradient(to right, rgba(211, 211, 211, 0.6039215686), rgba(255, 255, 255, 0.11));border-radius:7px;display:flex;justify-content:center;align-items:center}.bas-des .main_content .come .content .text a{text-decoration:none}.bas-des .main_content .come .content .img{position:relative}.bas-des .main_content .come .content .img img{width:100%}.bas-des .main_content .come .content .img h4{position:absolute;top:7rem;right:5rem;color:#fff;font-family:"light";transform:skew(-3deg, 5deg);font-size:1.3rem}.bas-des .main_content .ask-que{background-color:#f8f8f8;padding:2rem}.bas-des .main_content .ask-que .header-ask{display:flex;justify-content:center;align-items:center;height:70px}.bas-des .main_content .ask-que .header-ask h4{font-family:"bold";font-size:1.8rem;margin-top:3rem;margin-bottom:2rem}.bas-des .main_content .ask-que .header-ask h4 span{border-bottom:2px solid var(--two-color)}.bas-des .main_content .ask-que div#accordionExample{border:none !important;margin-top:3rem}.bas-des .main_content .ask-que div#accordionExample .accordion-button::after{margin-left:0 !important;margin:auto;width:40px;height:40px;border:1px solid #000;border-radius:50%;display:flex;justify-content:center;align-items:center;background-position:center}.bas-des .main_content .ask-que div#accordionExample .accordion-item{margin-bottom:1rem;border-radius:7px}.bas-des .main_content .ask-que div#accordionExample button.accordion-button{background:rgba(71,118,112,.0823529412);box-shadow:0 !important;outline:none !important;border:none !important;font-family:"bold";color:#000;border-radius:7px}.bas-des .main_content .ask-que div#accordionExample .accordion-item{background:rgba(71,118,112,.0470588235);font-family:"regular";border-radius:7px}.bas-des .main_content .ask-que div#accordionExample .accordion-button:focus{z-index:3;border-color:none !important;outline:0 !important;box-shadow:unset !important}.bas-des .privacy-policy{margin:2rem 0rem}.bas-des .privacy-policy .text h4{font-family:"bold";color:var(--seven-color);font-size:1.5rem}.bas-des .privacy-policy .text p{font-family:"regular";font-family:1.1rem}.bas-des .privacy-policy .img{display:flex;justify-content:center;align-items:center}.bas-des .privacy-policy .img img{width:90%}.bas-des .terms{margin:2rem 0rem}.bas-des .terms .text h4{font-family:"bold";color:var(--seven-color);font-size:1.5rem}.bas-des .terms .text p{font-family:"regular";font-family:1.1rem}.bas-des .terms .img{display:flex;justify-content:center;align-items:center}.bas-des .terms .img img{width:90%}.bas-des .discount{text-align:center;margin-top:2rem}.bas-des .discount .mid-dis{text-decoration:none}.bas-des .discount .btn-more{margin-top:3rem}.bas-des .discount .btn-more button.more-dis{background:#a2391d;color:#fff;font-family:"regular";border:0;padding:.5rem 1rem;border-radius:18px;margin-bottom:2rem}.bas-des .discount img{width:339px;height:179px}.bas-des .discount a{color:#000}.bas-des .discount .all-dis{text-align:start;border-radius:10px;overflow:hidden;padding:.5rem;margin-top:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);position:relative}.bas-des .discount .all-dis .small-code{background:#a2391d;padding:.3rem;border-radius:10px 0 10px 0;color:#fff;margin-left:-11px}.bas-des .discount .all-dis .img-code{display:flex;justify-content:space-between;align-items:center}.bas-des .discount .all-dis .img-code p{margin:0;font-size:.6rem;display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bas-des .discount .all-dis button.code-btn{border:1px solid #a2391d;width:100%;padding:.5rem;color:#fff;background:linear-gradient(to right, transparent 50%, #a2391d 50%);background-size:200% 100%;background-position:right bottom;border-radius:7px;transition:all .7s ease;position:relative;overflow:hidden}.bas-des .discount .all-dis button.code-btn:hover{background-position:left bottom;color:#a2391d;letter-spacing:1px;border:1px solid #a2391d;font-family:"bold"}.bas-des .discount .all-dis button.code-btn:active{transform:translateY(2px);box-shadow:0 4px 10px rgba(0,0,0,.15)}.bas-des .discount .all-dis .img-code img{width:45px;height:45px;border-radius:6px}.bas-des .discount .all-dis .dis-tex{display:flex;justify-content:end;align-items:center;margin-bottom:0;gap:10px}.bas-des .discount .all-dis .dis-tex .new{background-color:#a2391d;color:#fff;font-family:"regular";padding:.2rem .5rem;border-radius:6px}.bas-des .discount .all-dis .dis-tex .old{text-decoration:line-through}.bas-des .discount .all-dis .small-dis{position:absolute;background:#fff;top:21px;width:76px;height:25px;display:flex;justify-content:center;align-items:center;z-index:11111;border-radius:10px 0px 0 10px}.bas-des .discount .all-dis .small-dis h6{font-size:.8rem;color:#a2391d;font-family:"bold";margin-bottom:0}.bas-des .discount .all-dis p{font-size:1rem;font-family:"regular";font-family:"regular";display:flex;justify-content:start;align-items:center;gap:6px;display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bas-des .discount .all-dis p .circless{width:25px;height:25px;border:1px solid #a2391d;border-radius:50%;padding:.1rem;overflow:hidden;margin-left:5px}.bas-des .discount .all-dis a{font-size:.8rem;display:block !important;margin-inline-start:auto !important;text-align:end;color:#a2391d;font-family:"regular";margin-top:-0.6rem}.bas-des .discount .all-dis .text h4{margin-top:1rem;font-size:1.2rem;font-family:"bold";display:flex;justify-content:start;align-items:center;gap:6px}.bas-des .discount .all-dis .text h4 img{width:31px;height:31px;border:1px solid #a2391d;border-radius:4px}.bas-des .discount .all-dis .img img{border-radius:10px;transition:.5s}.bas-des .discount .all-dis .img{overflow:hidden;transition:.7s}.bas-des .discount .all-dis:hover .img img{transform:scale(1.4) rotate(15deg);filter:brightness(0.5)}.bas-des .discount .hed-dis{height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--four-color)}.bas-des .discount .hed-dis h4{font-family:"bold";font-size:1.4rem}.bas-des .discount .hed-dis h4 span{border-bottom:2px solid var(--two-color)}.bas-des .main-title{background-color:var(--four-color);margin:auto;text-align:center;margin-top:3rem;height:50px;display:flex;justify-content:center;align-items:center}.bas-des .main-title h1{font-family:"bold";font-size:1.8rem;color:#a2391d}.bas-des .main-grid{margin-bottom:1rem;padding:.5rem 2rem;text-align:center;margin-top:2rem}.bas-des .main-grid .mid-dis{text-decoration:none}.bas-des .main-grid .btn-more{margin-top:3rem}.bas-des .main-grid .btn-more button.more-dis{background:#a2391d;color:#fff;font-family:"regular";border:0;padding:.5rem 1rem;border-radius:18px}.bas-des .main-grid img{width:100%;height:100%}.bas-des .main-grid a{color:#000}.bas-des .main-grid .all-dis{text-align:start;border-radius:10px;overflow:hidden;padding:.5rem;margin-top:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);position:relative}.bas-des .main-grid .all-dis .small-code{background:#a2391d;padding:.3rem;border-radius:10px 0 10px 0;color:#fff;margin-left:-11px}.bas-des .main-grid .all-dis .img-code{display:flex;justify-content:space-between;align-items:center}.bas-des .main-grid .all-dis .img-code p{margin:0;font-size:.6rem;display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bas-des .main-grid .all-dis button.code-btn{border:1px solid #a2391d;width:100%;padding:.5rem;color:#fff;background:linear-gradient(to right, transparent 50%, #a2391d 50%);background-size:200% 100%;background-position:right bottom;border-radius:7px;transition:all .7s ease;position:relative;overflow:hidden}.bas-des .main-grid .all-dis button.code-btn:hover{background-position:left bottom;color:#a2391d;letter-spacing:1px;border:1px solid #a2391d;font-family:"bold"}.bas-des .main-grid .all-dis button.code-btn:active{transform:translateY(2px);box-shadow:0 4px 10px rgba(0,0,0,.15)}.bas-des .main-grid .all-dis .img-code img{width:45px;height:45px;border-radius:6px}.bas-des .main-grid .all-dis .dis-tex{display:flex;justify-content:end;align-items:center;margin-bottom:0;gap:10px}.bas-des .main-grid .all-dis .dis-tex .new{background-color:#a2391d;color:#fff;font-family:"regular";padding:.2rem .5rem;border-radius:6px}.bas-des .main-grid .all-dis .dis-tex .old{text-decoration:line-through}.bas-des .main-grid .all-dis .small-dis{position:absolute;background:#fff;top:21px;width:76px;height:25px;display:flex;justify-content:center;align-items:center;z-index:11111;border-radius:10px 0px 0 10px}.bas-des .main-grid .all-dis .small-dis h6{font-size:.8rem;color:#a2391d;font-family:"bold";margin-bottom:0}.bas-des .main-grid .all-dis p{font-size:.8rem;font-family:"regular";font-family:"regular";display:flex;justify-content:start;align-items:center;gap:6px;display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bas-des .main-grid .all-dis p .circless{margin-left:9px;width:31px;height:31px;border:1px solid #a2391d;border-radius:4px;overflow:hidden}.bas-des .main-grid .all-dis a{font-size:.8rem;display:block !important;margin-inline-start:auto !important;text-align:end;color:#a2391d;font-family:"regular";margin-top:-0.6rem}.bas-des .main-grid .all-dis .text h4{margin-top:1rem;font-size:1rem;font-family:"bold"}.bas-des .main-grid .all-dis .img img{border-radius:10px;transition:.5s}.bas-des .main-grid .all-dis .img{overflow:hidden;transition:.7s}.bas-des .main-grid .all-dis:hover .img img{transform:scale(1.4) rotate(15deg);filter:brightness(0.5)}.bas-des .main-grid .hed-dis{height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--four-color)}.bas-des .main-grid .hed-dis h4{font-family:"bold";font-size:1.4rem}.bas-des .main-grid .hed-dis h4 span{border-bottom:2px solid var(--two-color)}.bas-des .discount-copone{text-align:center;margin-top:5rem}.bas-des .discount-copone a{color:#000}.bas-des .discount-copone img{width:362px;height:265px}.bas-des .discount-copone .all-dis .text h4{margin-top:.5rem;font-size:.7rem;font-family:"bold";display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bas-des .discount-copone .hed-dis{height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--four-color)}.bas-des .discount-copone .hed-dis h4{font-family:"bold";font-size:1.4rem}.bas-des .discount-copone .hed-dis h4 span{border-bottom:2px solid var(--two-color)}.bas-des .discount-code{margin-bottom:7rem;text-align:center;margin-top:5rem}.bas-des .discount-code a{color:#000}.bas-des .discount-code img{width:362px;height:265px}.bas-des .discount-code .all-dis .text h4{margin-top:1rem;font-size:1rem;font-family:"bold";display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bas-des .discount-code .hed-dis{margin-bottom:3rem;height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--four-color)}.bas-des .discount-code .hed-dis h4{font-family:"bold";font-size:1.4rem}.bas-des .discount-code .hed-dis h4 span{border-bottom:2px solid var(--two-color)}.bas-des .main-detalis .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-rtl{height:75vh;margin-bottom:2rem}.bas-des .main-detalis .swiper img{width:100%;height:100%;object-fit:cover}.bas-des .main-detalis .swiper .swiper-button-prev{color:#a2391d}.bas-des .main-detalis .swiper .swiper-button-next{color:#a2391d}.bas-des .main-detalis .swiper .swiper-pagination-bullet-active{background-color:#a2391d}.bas-des .main-detalis .frist-text{display:flex;justify-content:space-between;align-items:center}.bas-des .main-detalis .frist-text h4{display:flex;align-items:center;justify-content:start;gap:6px;font-family:"bold"}.bas-des .main-detalis .frist-text h4 img{width:60px;height:60px;border-radius:26%;border:1px solid #a2391d;object-fit:cover}.bas-des .main-detalis .frist-text p{background-color:#a2391d;color:#fff;font-family:"bold";font-size:.8rem;padding:.2rem .5rem;border-radius:6px;margin-bottom:0}.bas-des .main-detalis .sec-text h4{font-family:"bold";font-size:1rem;margin-top:1rem}.bas-des .main-detalis .sec-text p{font-family:"bold"}.bas-des .main-detalis .sec-text .dis-box{background-color:#a2391d;width:fit-content;padding:.5rem;margin-bottom:1rem;border-radius:6px}.bas-des .main-detalis .sec-text .dis-box p{margin-bottom:0;color:#fff;font-family:"bold"}.bas-des .main-detalis .last-text p{font-family:"regular";margin-bottom:.8rem}.bas-des .main-detalis .last-text p span{margin-right:.5rem;font-family:"bold"}.bas-des .main-detalis .last-text i{background:#a2391d;padding:.5rem;border-radius:50%;color:#fff}.bas-des .main-detalis #map{margin-bottom:1rem}.bas-des .mySwiper{direction:rtl}.bas-des .tabs-page{margin:2rem auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.bas-des .tabs-page div#pills-tabContent{margin-top:4rem}.bas-des .tabs-page .headers{margin-bottom:2rem}.bas-des .tabs-page .headers h4{font-family:"bold";font-size:1.4rem}.bas-des .tabs-page .headers h4 span{border-bottom:2px solid var(--two-color)}.bas-des .tabs-page ul#pills-tab{background:#dcdcdc;padding:.3rem;border-radius:11px;width:50%}.bas-des .tabs-page li.nav-item{width:33%}.bas-des .tabs-page .nav-pills .nav-link{color:#000;font-family:"regular"}.bas-des .tabs-page .nav-pills .nav-link.active,.bas-des .tabs-page .nav-pills .show>.nav-link{background:#477670 !important;font-family:"bold";color:#fff;font-size:.9rem;width:94%}.bas-des .tabs-page .tab-content>.active{display:flex !important;gap:30px !important;justify-content:center !important;align-items:center !important}.bas-des .tabs-page .sub_body{text-align:center;background:#fff;box-shadow:0px 1px 14px 3px rgba(0,0,0,.2);border-radius:5px;width:100%}.bas-des .tabs-page .sub_body .color-tow{background:#deb349;width:100%;height:10px;border-radius:10px 10px 0px 0px;margin-top:-0.5rem}.bas-des .tabs-page .sub_body .color-three{background:#477670;width:100%;height:10px;border-radius:10px 10px 0px 0px;margin-top:-0.5rem}.bas-des .tabs-page .sub_body button.sub_btn-two{font-size:1rem;border:0;background:#deb349;width:84%;height:51px;color:#fff;font-family:"bold";border-radius:0 30px 0 30px}.bas-des .tabs-page .sub_body button.sub_btn-two:hover{background:rgba(222,180,73,.8823529412);animation:shake 1s ease;cursor:pointer}.bas-des .tabs-page .sub_body button.sub_btn-three{font-size:1rem;border:0;background:#477670;width:84%;height:51px;color:#fff;font-family:"bold";border-radius:0 30px 0 30px}.bas-des .tabs-page .sub_body button.sub_btn-three:hover{background:rgba(71,118,112,.8470588235);animation:shake 1s ease;cursor:pointer}@keyframes shake{0%{transform:translateX(0)}50%{transform:translateX(50px)}100%{transform:translateX(0)}}.bas-des .tabs-page .sub_body button.sub_btn{font-size:1rem;border:0;background:#3b3b3b;width:84%;height:51px;color:#fff;font-family:"bold";border-radius:0 30px 0 30px;transition:background .3s ease}.bas-des .tabs-page .sub_body button.sub_btn:hover{background:#575757;animation:shake 1s ease;cursor:pointer}.bas-des .tabs-page .sub_body .denger h4{color:#a2391d;font-family:"bold";font-size:1.1rem;margin-bottom:1rem}.bas-des .tabs-page .sub_body .pris-two{background:#deb349;color:#fff;width:60%;display:flex;justify-content:center;align-items:center;margin:auto;font-family:"bold";font-size:1.8rem;margin-top:1rem;margin-bottom:1rem;border-radius:30px}.bas-des .tabs-page .sub_body .pris-two p{margin-bottom:0}.bas-des .tabs-page .sub_body .pris-three{background:#477670;color:#fff;width:60%;display:flex;justify-content:center;align-items:center;margin:auto;font-family:"bold";font-size:1.8rem;margin-top:1rem;margin-bottom:1rem;border-radius:30px}.bas-des .tabs-page .sub_body .pris-three p{margin-bottom:0}.bas-des .tabs-page .sub_body .pris{background:#3b3b3b;color:#fff;width:60%;display:flex;justify-content:center;align-items:center;margin:auto;font-family:"bold";font-size:1.8rem;margin-top:1rem;margin-bottom:1rem;border-radius:30px}.bas-des .tabs-page .sub_body .pris p{margin-bottom:0}.bas-des .tabs-page .sub_body h4.title{font-family:"bold";font-size:1.1rem;color:#3b3b3b}.bas-des .tabs-page .sub_body ul{list-style:none;text-align:center;padding:0}.bas-des .tabs-page .sub_body ul li{border-bottom:1px dashed #dcdcdc;padding:.4rem;font-family:"regular";font-size:.9rem;color:#4b474f}.bas-des .tabs-page .sub_body .color{width:100%;height:10px;background:#3b3b3b;border-radius:10px 10px 0px 0px;margin-top:-0.5rem}.bas-des .tabs-page .sub_body .content{padding:.5rem}.bas-des .contact-us{padding:2rem}.bas-des .contact-us button{margin-top:1rem;width:100%;font-size:1rem;border:0;background:var(--two-color);height:51px;color:#fff;font-family:"bold";border-radius:6px;transition:.7s}.bas-des .contact-us button:hover{background:#fff;color:var(--two-color);border:1px solid var(--two-color)}.main-footer{background-color:var(--one-color);width:100%;height:351px}.main-footer img{filter:grayscale(100%) brightness(0) invert(1) drop-shadow(-1px 1px 3px rgba(255, 255, 255, 0.445))}.header{display:flex;justify-content:space-between;align-items:center;height:100px;border-bottom:2px solid #fff;margin-bottom:1rem}.footer-text-one h4{color:var(--seven-color);font-family:"bold";font-size:1.1rem}.footer-text-two h4{color:var(--seven-color);font-family:"bold";font-size:1.1rem}.allend-footer{display:flex;justify-content:space-around;align-items:baseline}.left a i{color:#fff;font-size:1.5rem;margin-right:5px}.links a{text-decoration:none}.links a p{font-family:"regular";color:#fff;transition:.7s}.links a p:hover{transform:translateX(-10px);color:var(--seven-color)}.footer-link.active p{color:var(--eight-color);font-family:"bold";border-bottom:2px solid var(--eight-color);width:fit-content}.links{text-align:justify !important}.left a i{transition:.9s}.left a i:hover{color:var(--seven-color);transform:rotate(360deg)}@media screen and (max-width: 600px){body{font-size:.8rem !important}h1,h2,h3,h4,h5,h6{font-size:1.2rem !important}p{font-size:.9rem !important}.bas-des .main_content .content-hero{display:block}.bas-des .main_content .content-hero .img-hero img{width:50%}.bas-des .main_content .content-hero .text-hero{width:100%}.bas-des .main_content .content-hero .text-hero h4{font-size:1.5rem}.bas-des .main_content .content-hero .text-hero p{font-size:.9rem}.bas-des .main_content .sec-hero .button-hero button{padding:.1rem .2rem;width:49%;font-size:.5rem}.bas-des .main_content .sec-hero{height:362px;text-align:center !important;padding:.5rem}.bas-des .main_content .sec-hero .img-hero img{display:none}.bas-des .main_content .offers-descount .allof{display:block}.bas-des .main_content .offers-descount .allof .text{width:100%}.bas-des .main_content .offers-descount .allof .img{width:100%}.bas-des .main_content .offers-descount .allof .img img{width:80% !important}.bas-des .main_content .offers-descount{height:386px;text-align:center}.bas-des .main_content .offers-descount .allof .text p{width:100%}.bas-des .main_content .three-way .card-threeway{margin:2rem 1rem}.bas-des .main_content .phone-text .text .button-text button{background:#fff;border:1px solid;border-radius:7px;font-size:.7rem;font-family:"regular";width:100%;height:61px;transition:all .3s ease-in-out;padding:.5rem}.bas-des .main_content .phone-text{height:100%}.bas-des .main_content .phone-text .text .button-text{display:flex;justify-content:start;align-items:center;gap:10px;margin-bottom:2rem}.bas-des .main_content .insite-email .content{display:block}.bas-des .main_content .insite-email .content img{width:100%;height:100%}.bas-des .main_content .insite-email .content h4{width:100%}.bas-des .main_content .insite-email{text-align:center}.bas-des .main_content .insite-email{margin-top:1rem;height:449px}.bas-des .main_content .come .content{width:100%;display:block;text-align:center}.bas-des .main_content .come .content .img img{width:50% !important}.bas-des .main_content .come .content .text button{width:100%}.bas-des .main_content .come .content .img h4{display:none}.bas-des .main_content .ask-que{padding:0rem}li.nav-item{display:block}.logopng{width:20%;height:100%;display:block}.allend-footer{display:block}.main-footer img{width:78%}.main-footer{height:100%}.bas-des .main_content .phone-text .img{margin-top:3rem}.bas-des .main_content .main-header{margin-top:3rem}.bas-des .main_content .sec-hero .button-hero button img{margin-right:15px;width:8% !important}.bas-des .main_content .three-way .card-threeway .img img{height:68px !important}.bas-des .main_content .phone-text .text .button-text button img{margin-right:15px;width:14%}.bas-des .main_content .ask-que div#accordionExample button.accordion-button{font-size:.7rem}.accordion-body{padding:1rem 1.25rem;font-size:.6rem}.main-footer{height:423px !important}.bas-des .discount img{width:65%;height:unset}.bas-des .discount .all-dis .img-code img{height:80px !important}.bas-des .discount-copone img{width:65% !important;height:unset}.bas-des .discount .all-dis button.code-btn{padding:.3rem !important}.bas-des .discount .all-dis button.code-btn{font-size:.6rem !important}.bas-des .discount-code img{width:65% !important;height:unset}.bas-des .discount .all-dis .img img{width:100% !important}.bas-des .discount .all-dis p .circless{width:30px !important}.bas-des .discount .all-dis .img-code img{height:80px}.img-code img{width:40% !important}#map{margin-bottom:1rem}.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-rtl{height:48vh !important;margin-bottom:1rem !important}.bas-des .tabs-page .tab-content>.active{display:block !important}.sub_body{margin-bottom:2rem}.bas-des .tabs-page ul#pills-tab{width:100%}.bas-des .tabs-page .nav-pills .nav-link.active,.bas-des .tabs-page .nav-pills .show>.nav-link{font-size:.7rem}.bas-des .tabs-page .nav-pills{font-size:.6rem}div#pills-tabContent{width:94% !important}}@media screen and (max-width: 768px){body{font-size:.8rem !important}h1,h2,h3,h4,h5,h6{font-size:.8rem !important}p{font-size:.9rem !important}.bas-des .main_content .content-hero{display:block}.bas-des .main_content .content-hero .img-hero img{width:50%}.bas-des .main_content .content-hero .text-hero{width:100%}.bas-des .main_content .content-hero .text-hero h4{font-size:1.5rem}.bas-des .main_content .content-hero .text-hero p{font-size:.9rem}.bas-des .main_content .sec-hero .button-hero button{padding:.1rem .2rem;width:49%;font-size:.5rem}.bas-des .main_content .sec-hero{height:362px;text-align:center !important;padding:.5rem}.bas-des .main_content .sec-hero .img-hero img{display:none}.bas-des .main_content .offers-descount .allof .text{width:100%}.bas-des .main_content .offers-descount .allof .img{width:100%}.bas-des .main_content .offers-descount{height:386px;text-align:center}.bas-des .main_content .offers-descount .allof .text p{width:100%}.bas-des .main_content .three-way .card-threeway{margin:2rem 1rem}.bas-des .main_content .phone-text .text .button-text button{background:#fff;border:1px solid;border-radius:7px;font-size:.7rem;font-family:"regular";width:100%;height:61px;transition:all .3s ease-in-out;padding:.5rem}.bas-des .main_content .phone-text{height:100%}.bas-des .main_content .phone-text .text .button-text{display:flex;justify-content:start;align-items:center;gap:10px;margin-bottom:2rem}.bas-des .main_content .insite-email .content img{width:40%;height:100%}.bas-des .main_content .insite-email .content h4{width:100%}.bas-des .main_content .insite-email{text-align:center}.bas-des .main_content .insite-email{margin-top:1rem;height:449px}.bas-des .main_content .come .content{width:100%;text-align:center}.bas-des .main_content .come .content .text button{width:100%}.bas-des .main_content .ask-que{padding:0rem}.bas-des .main_content .come .content .img h4{top:8rem;right:6rem}li.nav-item{display:block}.logopng{width:20%;height:100%;display:block}.main-footer img{width:78%}.main-footer{height:100%}.bas-des .main_content .phone-text .img{margin-top:3rem}.bas-des .main_content .main-header{margin-top:0rem}.bas-des .main_content .three-way .card-threeway .img img{height:81px !important}.bas-des .main_content .sec-hero .button-hero button{padding:.5rem}.bas-des .main_content .sec-hero .button-hero button img{width:4%}.bas-des .main_content .sec-hero .button-hero button{font-size:.8rem !important}.bas-des .main_content .three-way .card-threeway{margin:1rem .5rem !important;margin-top:2rem !important}.bas-des .main_content .three-way .card-threeway .img img{height:198px}.bas-des .main_content .phone-text .text .button-text button img{margin-right:15px;width:13%}.bas-des .discount img{width:100%;height:unset}.bas-des .discount-copone img{width:100%;height:unset}.bas-des .discount-code img{width:100%;height:unset}.bas-des .discount .all-dis p{font-size:.9rem !important}.bas-des .discount .all-dis .img-code img{width:40px;height:40px;border-radius:6px}.bas-des .discount .all-dis .img-code p{font-size:.5rem !important}.bas-des .discount .all-dis button.code-btn{padding:.3rem;font-size:.6rem}.bas-des .discount .all-dis p{font-size:.9rem !important}.bas-des .discount .btn-more{margin-top:2rem}#map{margin-bottom:1rem}.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-rtl{height:48vh !important;margin-bottom:1rem !important}.bas-des .tabs-page ul#pills-tab{background:#dcdcdc;padding:.3rem;border-radius:11px;width:67%}.bas-des .tabs-page li.nav-item{width:33%;display:flex !important}.bas-des .tabs-page .tab-content>.active{gap:9px !important}}@media screen and (max-width: 1024px){.bas-des .main_content .sec-hero .button-hero button{font-size:.6rem}.bas-des .main_content .three-way .card-threeway{margin:2rem 1rem;margin-top:3rem}.bas-des .main_content .phone-text .text .button-text button{height:62px}.bas-des .main_content .come .content{width:100%}.bas-des .main_content .three-way .card-threeway .img img{height:96px}.bas-des .discount img{width:100%;height:unset}.bas-des .discount-copone img{width:100%;height:unset}.bas-des .discount-code img{width:100%;height:unset}.bas-des .discount .btn-more{margin-top:2rem}#map{margin-bottom:1rem}}@media screen and (min-width: 1440px){.bas-des .discount img{width:399px;height:179px}.mid{width:399px !important;height:179px !important}}@font-face{font-family:"bold";src:url("../font/alfont_com_Somar-Bold.otf")}@font-face{font-family:"regular";src:url("../font/alfont_com_Somar-Regular.otf")}@font-face{font-family:"light";src:url("../font/alfont_com_Somar-Light.otf")}@font-face{font-family:"Medium";src:url("../font/alfont_com_Somar-Medium.otf")}*{margin:0;padding:0;box-sizing:border-box}.dropdown-toggle{white-space:nowrap;font-family:"regular" !important}body{overflow-x:hidden;text-align:right}:root{--one-color: #3b3b3b;--two-color: #a2391d;--three-color: #47767014;--four-color: #f8f8f8;--fifve-color: #0b1427;--six-color: #477670;--seven-color: #deb349;--eight-color: #dcdcdc;--nine-color: #ffae4452;--ten-color: #3b3b3b;--bg-color: #ffffff}.big-button{padding:12px 50px;background-color:var(--two-color);border:0;border-radius:6px;color:var(--bg-color);font-family:"regular"}.big-button:hover{background-color:var(--three-color);color:var(--fifve-color);transition:all .3s ease-in-out}.mid-button{padding:10px 20px;background-color:var(--two-color);border:0;border-radius:6px;color:var(--bg-color);font-family:"regular"}.mid-button:hover{background-color:var(--three-color);color:var(--fifve-color);transition:all .3s ease-in-out}.small-button{padding:5px 10px;background-color:var(--two-color);border:0;border-radius:6px;color:var(--bg-color);font-family:"regular"}.small-button:hover{background-color:var(--three-color);color:var(--fifve-color);transition:all .3s ease-in-out}#scrollToTop{position:fixed;bottom:20px;right:20px;font-size:25px;background-color:var(--seven-color);color:#fff;border-radius:50%;text-align:center;text-decoration:none;transition:background-color .3s;width:43px;height:43px;display:flex;justify-content:center;align-items:center}#scrollToTop:hover{background-color:rgba(154,93,74,.5215686275)}::-webkit-scrollbar{width:8px !important;height:8px !important}::-webkit-scrollbar-track{background-color:var(--two-color) !important}::-webkit-scrollbar-thumb{background-color:var(--seven-color) !important;border-radius:10px !important}::-webkit-scrollbar-thumb:hover{background-color:red !important;scrollbar-width:thin}.wow{animation-duration:2s !important;data-wow-delay:.2s !important}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{border:8px solid rgba(0,0,0,.1);border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body.loaded #loader{display:none}label{font-family:"regular";color:var(--two-color);margin-bottom:1rem;margin-top:1rem}::placeholder{font-family:"regular"}.from-control{box-shadow:none !important}/*# sourceMappingURL=style.min.css.map */