*{box-sizing:border-box;padding:0;margin:0}:root{--primary: #bd9754;--secondary: #f4e7d9;--light-brown: #ffc689;--white: #f9fbfc;--gray: #5d5d5d;--bg: #f8f1e8;--blue-90: #03193d}.primary{color:var(--primary)}.secondary{color:var(--secondary)}.bg_primary{background:var(--primary)}.gray{color:var(--gray)}body{font-family:"Zain",sans-serif;font-weight:400;overflow:hidden}body,html{scroll-behavior:smooth}ul{margin:0;padding:0;list-style:none}a{display:block;text-decoration:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px;height:5px}::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:10px}@keyframes fadeInUp{from{opacity:.2;transform:translate3d(0, 40px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.preloader{width:100%;height:100%;position:fixed;inset:0;z-index:1;background:#fff;display:flex;align-items:center;justify-content:center;background-color:#03193d}.preloader img{animation:fadeInUp 1s ease alternate both infinite}section.contact_btns{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;gap:15px;z-index:2}section.contact_btns a{width:50px;height:50px;background-color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s linear}section.contact_btns a:hover{background-color:var(--light-brown);transform:translateY(-5px)}section.contact_btns a i{pointer-events:none}.footer{background-image:url("../images/collections/bg_img.webp");background-repeat:no-repeat;background-size:cover;background-position:bottom;position:relative;z-index:0}.footer::before{content:"";position:absolute;inset:0;background-color:#03193d;opacity:80%;z-index:-1}.footer .logo_wrapper{border-bottom:1px solid var(--white);padding-bottom:50px}.footer .row{margin-top:40px}.footer .footer-content .footer-description{font-size:18px;font-weight:400;line-height:1.6;max-width:400px}.footer .footer-contact .contact-item{display:flex;align-items:flex-start;gap:15px}.footer .footer-contact .contact-item,.footer .footer-contact .contact-item a{font-size:18px;font-weight:400}.footer .footer-contact .contact-item a{transition:color .3s linear}.footer .footer-contact .contact-item a:hover{color:var(--primary)}.footer .footer-contact .contact-item i{font-size:18px;font-weight:400;color:var(--primary);width:20px;margin-top:2px;flex-shrink:0}.footer .footer-contact .contact-item span{line-height:1.5;font-size:16px}.footer .footer-social{display:flex;gap:15px;justify-content:flex-start}.footer .footer-social .social-link{width:45px;height:45px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s linear;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.footer .footer-social .social-link:hover{background:var(--primary);transform:translateY(-3px);box-shadow:0 8px 25px rgba(189,151,84,.3);color:#fff}.footer .footer-social .social-link i{font-size:18px;font-weight:400}nav{transform:translateY(60px)}nav .upper_nav{border-top:1px solid #ffdfd0;border-bottom:1px solid #ffdfd0;display:flex;align-items:center;justify-content:center;padding:20px}nav ul{gap:25px}nav ul li a{color:#94795e;font-size:20px;font-weight:600;transition:all,.3s,ease .3s linear}nav ul li a:hover{color:var(--white);border-bottom:1px solid var(--white)}header{background-image:url("../images/collections/hero_bg.webp");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;height:100vh;position:relative;z-index:0;padding-bottom:70px}header::before{content:"";position:absolute;inset:0;background-color:#03193d;opacity:80%;z-index:-1}header::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-image:url("../images/collections/circle.png");background-repeat:no-repeat;background-position:bottom right;z-index:-1}header .content h1{font-size:100px;font-family:"Sirivennela",sans-serif;font-weight:600;height:100px}header .content div{font-size:30px}header .content div span{animation:fadeInUp 1s ease alternate both infinite}header .content p{font-size:24px;width:770px;margin-top:20px}header .hero_waves{display:block;width:100%;height:60px;position:absolute;left:0;bottom:0;right:0;z-index:-1}header .hero_waves .wave1 use{animation:move-forever1 10s linear infinite;animation-delay:-2s;fill:var(--primary);opacity:.6}header .hero_waves .wave2 use{animation:move-forever2 8s linear infinite;animation-delay:-2s;fill:var(--secondary);opacity:.4}header .hero_waves .wave3 use{animation:move-forever3 6s linear infinite;animation-delay:-2s;fill:#fff}@keyframes move-forever1{0%{transform:translate(85px, 0%)}100%{transform:translate(-90px, 0%)}}@keyframes move-forever2{0%{transform:translate(-90px, 0%)}100%{transform:translate(85px, 0%)}}@keyframes move-forever3{0%{transform:translate(-90px, 0%)}100%{transform:translate(85px, 0%)}}section.about_us{background-color:var(--bg);background-image:url("../images/collections/leaves_2.png");background-repeat:no-repeat;background-size:400px;background-position:top left;position:relative;z-index:0}section.about_us::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url("../images/collections/right_img.png");background-repeat:no-repeat;background-size:contain;z-index:-1;background-position:right}section.about_us .head{margin-bottom:20px}section.about_us .head h2{font-size:32px;font-weight:600}section.about_us .head p{font-size:18px;font-weight:500;font-size:20px;color:var(--gray)}section.about_us .head a{font-size:16px;color:var(--white);background-color:var(--primary);width:fit-content;padding:10px;border-radius:12px;border:1px solid var(--primary)}section.services{background-image:url("../images/collections/bg_img.webp");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:relative;z-index:0}section.services::before{content:"";position:absolute;inset:0;background-color:#03193d;opacity:80%;z-index:-1}section.services .head{margin-bottom:100px}section.services .head h2{font-size:32px;font-weight:600;color:var(--primary)}section.services .row{row-gap:80px}section.services .item{gap:16px}section.services .item img{width:70px;height:70px}section.services .item h3{font-size:20px;text-align:center;line-height:35px}section.products_section{background-color:var(--primary)}section.products_section .head{margin-bottom:80px}section.products_section .head h2{font-size:32px;font-weight:600;color:var(--blue-90)}section.products_section .head p{color:var(--white);font-size:20px;font-weight:500}section.products_section .splide ul.splide__list li.splide__slide div img{width:100%}section.products_section .splide ul.splide__list li.splide__slide div p{color:var(--secondary);font-size:14px;text-align:center;background-color:rgba(3,25,61,.8);margin-bottom:0;bottom:0;width:100%;padding:10px}section.products_section .splide ul.splide__list li.splide__slide h5{color:var(--white);font-size:18px;font-weight:bold;text-align:center}section.products_section .splide ul.splide__pagination li .splide__pagination__page{background-color:var(--blue-90);width:12px;height:12px}section.products_section .splide ul.splide__pagination li .splide__pagination__page.is-active{background-color:var(--white);border:1px solid var(--blue-90)}section.products_section .splide.doors ul li div,section.products_section .splide.doors ul li div img{height:100%}section.testemonials{background-image:url("../images/collections/bg_img.webp");background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:relative;z-index:0}section.testemonials::before{content:"";position:absolute;inset:0;background-color:#03193d;opacity:80%;z-index:-1}section.testemonials .head{margin-bottom:100px}section.testemonials .head h2{font-size:32px;font-weight:600}section.why_waves{background-color:var(--bg);background-image:url("../images/collections/leaves.png");background-repeat:no-repeat;background-size:400px;background-position:bottom left}section.why_waves .head{margin-bottom:100px}section.why_waves .head h2{font-size:32px;font-weight:600}section.why_waves .head p{font-size:18px;font-weight:500}section.why_waves .row{row-gap:70px}section.why_waves .item{height:100%;text-align:center}section.why_waves .item img{margin-bottom:22px;height:50px;width:50px}section.why_waves .item h4{font-size:20px;height:70px;font-weight:500;margin-bottom:0}section.why_waves .item p{font-size:18px;font-weight:600;margin-bottom:0}section.why_waves a{font-size:16px;color:var(--white);background-color:var(--primary);display:flex;width:fit-content;padding:10px;border-radius:12px;margin-top:100px}.map-section{margin-bottom:0}.map-section .map-container iframe{width:100%;height:400px;border:none;filter:grayscale(20%);transition:filter .3s linear}.map-section .map-container iframe:hover{filter:grayscale(0%)}@media(max-width: 768px){.map-section .map-container iframe{height:300px}.map-section .map-container .map-overlay{top:20px;right:20px;left:20px;max-width:none;padding:15px 20px}.map-section .map-container .map-overlay i{font-size:20px;font-weight:400}.map-section .map-container .map-overlay h5{font-size:16px;font-weight:600}.map-section .map-container .map-overlay p{font-size:13px;font-weight:400}}@media(max-width: 576px){.map-section .map-container iframe{height:250px}.map-section .map-container .map-overlay{top:15px;right:15px;left:15px;padding:12px 15px}.map-section .map-container .map-overlay i{font-size:18px;font-weight:400;margin-bottom:8px}.map-section .map-container .map-overlay h5{font-size:14px;font-weight:600;margin-bottom:6px}.map-section .map-container .map-overlay p{font-size:12px;font-weight:400}}@media(max-width: 577px){header::after{display:none}header nav ul li a{font-size:16px}}@media(max-width: 767px){header nav .upper_nav img{width:100px}header nav ul{gap:10px}header .content{padding:10px}header .content h1{font-size:40px}header .content div{font-size:20px}header .content p{font-size:16px}}@media(max-width: 991px){header .content p{width:100%}}@media(max-width: 767px){section.about_us .head{text-align:center}section.about_us .head p{font-size:16px}section.about_us .images-wrapper{flex-direction:column;justify-content:center !important;align-items:center !important;gap:20px}}@media(min-width: 768px)and (max-width: 1199px){section.about_us .images-wrapper{flex-wrap:wrap}section.about_us .images-wrapper img{width:30%}}@media(max-width: 991px){section.services .head{text-align:center;margin-bottom:50px}section.services .row{row-gap:40px}section.services .item img{width:50px;height:50px}section.services .item h3{font-size:16px;text-align:center;line-height:35px}}@media(max-width: 575px){section.products_section .head{text-align:center;margin-bottom:50px}section.products_section .head.main_head h2{font-size:25px}section.products_section .head.main_head p{font-size:16px}}@media(max-width: 575px){.why_waves{padding:40px 0 !important;background-size:200px !important;background-position:bottom right !important}.why_waves .head{text-align:center;margin-bottom:50px !important}.why_waves .head h2{font-size:24px !important;line-height:1.4}.why_waves .head p{font-size:16px !important;line-height:1.6;margin-bottom:0}.why_waves .row{flex-direction:column;align-items:center;row-gap:30px !important}.why_waves .item{text-align:center;padding:20px;width:100%}.why_waves .item img{margin-bottom:20px !important;width:40px !important;height:40px !important}.why_waves .item .content h4{font-size:18px !important;height:auto !important;line-height:1.4;margin-bottom:15px !important}.why_waves .item .content p{font-size:14px !important;line-height:1.5}.why_waves a{margin-top:40px !important;font-size:14px !important;padding:12px 20px !important;text-decoration:none}}@media(min-width: 576px)and (max-width: 767px){.why_waves{padding:50px 0 !important;background-size:250px !important}.why_waves .head{text-align:center;margin-bottom:60px !important}.why_waves .head h2{font-size:28px !important}.why_waves .head p{font-size:17px !important}.why_waves .row{justify-content:center}.why_waves .item{margin-bottom:30px;text-align:center}.why_waves .item img{width:45px !important;height:45px !important}.why_waves .item .content h4{font-size:19px !important;height:auto !important;margin-bottom:12px !important}.why_waves .item .content p{font-size:16px !important}.why_waves a{margin-top:60px !important;font-size:15px !important}}@media(min-width: 768px)and (max-width: 991px){.why_waves{padding:60px 0 !important;background-size:300px !important}.why_waves .head{text-align:center;margin-bottom:70px !important}.why_waves .head h2{font-size:30px !important}.why_waves .item{margin-bottom:40px;text-align:center}.why_waves .item .content h4{height:auto !important;margin-bottom:15px !important}.why_waves a{margin-top:70px !important}}@media(min-width: 992px)and (max-width: 1199px){.why_waves .head{margin-bottom:80px !important}.why_waves .item{text-align:center;margin-bottom:30px}.why_waves .item .content h4{height:40px}.why_waves a{margin-top:80px !important}}@media(max-width: 576px){.footer .logo_wrapper{display:flex;justify-content:center;align-items:center;padding-bottom:20px}.footer .logo_wrapper img{width:100px}.footer .footer-content .footer-title{font-size:20px;font-weight:600}.footer .footer-content .footer-description{font-size:14px;font-weight:400}.footer .footer-contact .contact-item{font-size:14px;font-weight:400}.footer .footer-social .social-link{width:40px;height:40px}.footer .footer-social .social-link i{font-size:16px;font-weight:400}.footer .payment_methods{flex-wrap:wrap}}@media(max-width: 768px){.footer{padding:40px 0 20px}.footer .row{justify-content:center}.footer .footer-content{text-align:center;margin-bottom:30px}.footer .footer-content .footer-title{font-size:24px;font-weight:600}.footer .footer-content .footer-description{margin:0 auto}.footer .footer-contact{text-align:center}.footer .footer-contact .contact-item{margin-bottom:20px}.footer .footer-social{justify-content:center}}