.customerReviews{min-height:70vh;display:grid;grid-template-columns:3fr 1.5fr}.customerReviews .leftContainer{background-color:#141d2a;height:100%;color:#fff}.customerReviews .leftContainer .leftContainerWrapper{display:flex;justify-content:center;flex-direction:column;gap:2rem;height:100%;padding:1rem 4rem}.customerReviews .leftContainer .leftContainerWrapper h2{display:inline-block;width:200px;border-bottom:2px solid #D6DB70}.customerReviews .leftContainer .leftContainerWrapper .content .icon{font-size:2rem;color:#a8a8a8}.customerReviews .leftContainer .leftContainerWrapper .paginationBox{display:flex;justify-content:space-between;align-items:center}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .clientInfo .rating{display:flex;gap:5px;margin-bottom:10px}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .clientInfo .rating .icon{color:#daa520}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .clientInfo .clientName{font-size:1.1rem;font-weight:600;text-transform:capitalize}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .clientInfo .from{display:block;font-size:.8rem;color:#acafc4;text-transform:capitalize}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .paginationBtn{display:flex;gap:10px}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .paginationBtn .iconBox{cursor:pointer;background-color:#fff;border-radius:50%;width:38px;height:38px;display:grid;place-items:center}.customerReviews .leftContainer .leftContainerWrapper .paginationBox .paginationBtn .iconBox .icon{font-size:2rem;color:#d6db70}.customerReviews .rightContainer{height:100%;position:relative;display:flex;align-items:center}.customerReviews .rightContainer img{position:absolute;left:-40px;width:300px;height:300px;border:8px solid #fff;object-fit:cover;border-radius:70px 0}@media screen and (max-width: 600px){.customerReviews{grid-template-columns:1fr}.customerReviews .rightContainer{display:none}.customerReviews .leftContainer .leftContainerWrapper{padding:1rem}}.header{min-height:calc(100vh - 70px)}.header:before{content:" ";display:block;position:absolute;left:0;top:70px;width:100%;min-height:calc(100vh - 70px);opacity:.7;background-image:url(/assets/headerImage-7c41ae0d.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.header .headerContent{position:relative;height:100%;display:flex;align-items:center;flex-direction:column;gap:2rem;text-align:center;padding-top:5rem}.header .headerContent .brandLogo img{width:30rem}.header .headerContent .titles{margin-top:2rem}.header .headerContent .titles .title{font-size:2rem;color:#fff}.header .headerContent .titles .subTitle{font-size:1rem;color:#fff;font-weight:500}.header .headerContent .searchBar{width:60%;border:1px solid #585C15;border-radius:30px;overflow:hidden;display:flex;background-color:#fff;justify-content:center;align-items:center;padding:0 1rem;background-color:#fafafa;border:1px solid #ECECEC}.header .headerContent .searchBar .searchIcon{font-size:1.5rem;color:#d6db70;cursor:pointer}.header .headerContent .searchBar .searchInput{padding:17px 15px;background-color:#fff;color:#585c15;line-height:1rem;border:none;outline:none;width:100%;font-size:1rem;background-color:#fafafa}.header .headerContent .callUsButton{display:flex;align-items:center;gap:2rem;margin-top:.8rem}.header .headerContent .callUsButton .btn{background-color:#828633;color:#fff;transition:all .3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:10px;outline:none}.header .headerContent .callUsButton .btn:hover{background-color:#585c15;transform:translateY(-2px)}@media screen and (max-width: 600px){.header .headerContent .searchBar{width:95%;margin-top:30px}.header .headerContent .brandLogo img{width:25rem}.email{display:none}}@media screen and (max-width: 426px){.header .headerContent .brandLogo img{width:19rem}}.nav{position:relative;width:100%;height:70px;box-shadow:#828633 0 4px 6px -3px;z-index:100;background-color:#141d2a}.nav .navWrapper{height:100%;width:90%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav .navWrapper .navLeft{height:100%;display:flex;align-items:center}.nav .navWrapper .navLeft .logo{width:8rem;cursor:pointer}.nav .navWrapper .navRight{height:100%;display:flex;align-items:center;justify-content:center}.nav .navWrapper .navRight .navItems{display:flex;align-items:center;gap:1.5rem;color:#585c15}.nav .navWrapper .navRight .navItems .navItem{color:#585c15!important;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;font-size:1.05rem;position:relative}.nav .navWrapper .navRight .navItems .navItem:hover{color:#d6db70;transform:translateY(-2px);font-weight:700}.nav .navWrapper .navRight .navItems .navItem:after{content:"";position:absolute;width:0%;height:1px;display:block;transition:all .3s ease-in-out;bottom:0%}.nav .navWrapper .navRight .navItems .navItem:hover:after{width:100%;height:1px;font-weight:700;background-color:#d6db70}.nav .navWrapper .navRight .navItems .navItem a.active{color:#d6db70;transform:translateY(-2px)}.hamburgerIcon{display:none}.sideNav{width:100%;background-color:#000000a1;height:calc(100vh - 70px);position:absolute;top:70px;right:0;left:0;display:none}.sideNav .sideNavWrapper{width:300px;height:100%;background-color:#141d2a;position:absolute;top:0;right:0}.sideNav .sideNavWrapper .sideNavItems{display:flex;align-items:center;flex-direction:column;gap:1rem}.sideNav .sideNavWrapper .sideNavItems .navItem{color:#585c15!important;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;font-size:1.3rem;position:relative;width:100%;padding:1rem;text-align:center}.sideNav .sideNavWrapper .sideNavItems .navItem:hover{color:#d6db70;transform:translateY(-2px);font-weight:700;background-color:#d6db70}.sideNav .sideNavWrapper .sideNavItems .navItem a.active{background-color:#d6db70;transform:translateY(-2px)}@media screen and (max-width: 768px){.navItems{display:none!important}.hamburgerIcon,.sideNav{display:block}}.plotSection{width:100%;padding:2rem 0}.plotSection .plotWrapper .searchBox{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:0;position:relative}.plotSection .plotWrapper .searchBox .searchBar{width:70%;border:1px solid #585C15;border-radius:30px;overflow:hidden;display:flex;background-color:#fff;justify-content:center;align-items:center;padding:0 1rem;background-color:#fafafa;border:1px solid #ECECEC}.plotSection .plotWrapper .searchBox .searchBar .searchIcon{font-size:1.5rem;color:#d6db70;cursor:pointer}.plotSection .plotWrapper .searchBox .searchBar .searchInput{padding:17px 15px;background-color:#fff;color:#585c15;line-height:1rem;border:none;outline:none;width:100%;font-size:1rem;background-color:#fafafa}.plotSection .plotWrapper h2{text-align:center}.emptyPlotText{text-align:center;font-size:2rem;color:#d3d3d3;margin:0 auto}.container{width:100%;margin:2rem auto;display:flex;gap:1.5rem;flex-wrap:wrap}.container .box{width:calc(33.3333333333% - 20px);background-color:#fff;position:relative;box-shadow:#00000029 0 1px 4px;min-width:300px}.container .box .top{position:relative;height:250px;width:100%;overflow:hidden}.container .box .top:after{content:"View Property";color:#fff;font-size:.9rem;font-weight:700;padding:10px;border:2px solid white;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:.3s;opacity:0}.container .box .top:hover:after{opacity:1}.container .box .top img{width:100%;height:100%;object-fit:cover;margin-bottom:-4px;transition:all .3s ease-in-out}.container .box .top img:hover{transform:scale(1.1)}.container .box .top span{position:absolute;right:20px;bottom:15px;color:#fff;font-size:20px}.container .box .top span i{margin-left:5px}.container .box .bottom{padding:20px 15px;position:relative}.container .box .bottom .location{font-weight:700;font-size:15px;display:flex;align-items:center}.container .box .bottom .location .icon{color:#828633;font-size:1.5rem}.container .box .bottom>p{margin:10px 0;font-size:.9rem;line-height:1.5em;max-height:3em;-webkit-line-clamp:2;overflow:hidden;white-space:wrap;width:100%;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;color:#777}.container .box .bottom .advants{display:flex;justify-content:space-between}.container .box .bottom .advants>div{margin-right:15px}.container .box .bottom .advants>div>span{font-weight:700;font-size:13px}.container .box .bottom .advants>div>div{margin-top:10px;display:flex;align-items:center}.container .box .bottom .advants>div>div>span{font-size:13px;font-weight:700;margin-left:10px}.container .box .bottom .advants>div>div>span>span{color:#777;font-weight:400;margin-left:5px}.container .box .bottom .advants .icon{color:#777}.container .box .bottom .price span:first-of-type{display:block;font-size:13px;font-weight:700;margin-bottom:5px}.container .box .bottom .price span:last-of-type{color:#d9df64cf;font-size:22px}.callBtn{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.callBtn .transBtn{background-color:transparent;border:1px solid #828633;outline:none;color:#828633;padding:8px 10px;font-size:1rem;font-weight:500;text-transform:capitalize;border-radius:2px;transition:all .3s ease-in-out}.callBtn .transBtn:hover{background-color:#828633;color:#fff;transform:translateY(-2px)}@media screen and (max-width: 1030px){.container{gap:1rem}.container .box{min-width:295px}}@media screen and (max-width: 768px){.container{justify-content:center}.container .box{min-width:300px}}@media screen and (max-width: 600px){.plotSection .plotWrapper .searchBox .searchBar{width:100%}}.pageTitle{text-align:center;color:#141d2a;margin-bottom:2rem}.pageTitle img{width:32px;height:32px}.pageTitle h2{color:#141d2a;margin:0;text-transform:capitalize;font-size:2rem}.pageTitle .subtitleBox{display:flex;align-items:center;justify-content:center}.pageTitle .subtitleBox .subTitle{display:grid;grid-template-columns:60px 1fr 60px;justify-content:center;column-gap:1rem;align-items:center;color:#acafc4;text-transform:uppercase;font-size:.9rem}.pageTitle .subtitleBox .subTitle:after,.pageTitle .subtitleBox .subTitle:before{content:"";display:block;height:2px;background:#D6DB70;text-align:center}.app{position:relative}.plots{display:flex;flex-direction:column}.TopBox{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;position:relative;height:250px;background-color:#0000009c;gap:1rem}.TopBox h2{color:#fff;text-transform:uppercase;font-weight:500;font-size:2.5rem}.TopBox .titles{display:flex;gap:2rem;color:#d6db70}.TopBox .titles li{list-style:square;text-transform:uppercase;font-size:.9rem}.TopBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background-image:url(/assets/aboutHeadImg2-32ff23ee.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;z-index:-1}.chooseUs{background-color:#fafafa;padding:2rem 0;min-height:80vh;display:grid;place-items:center}.chooseUs .chooseusWrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.chooseUs .chooseusWrapper .leftContainer{flex:1}.chooseUs .chooseusWrapper .leftContainer .leftConteinerWrapper{width:80%;height:80%;background-color:#d6db70;position:relative}.chooseUs .chooseusWrapper .leftContainer .leftConteinerWrapper img{position:relative;top:30px;left:30px;width:100%;height:100%;object-fit:cover}.chooseUs .chooseusWrapper .rightContainer{flex:1;display:flex;flex-direction:column;gap:1rem}.chooseUs .chooseusWrapper .rightContainer h2{display:inline-block;width:135px;border-bottom:2px solid #D6DB70}.chooseUs .chooseusWrapper .rightContainer p{font-size:.9rem}.chooseUs .chooseusWrapper .rightContainer .points{margin-left:15px}.chooseUs .chooseusWrapper .rightContainer .points li{margin-bottom:10px;list-style:square;color:#d6db70}.chooseUs .chooseusWrapper .rightContainer .points li span{color:#141d2a}.chooseUs .chooseusWrapper .rightContainer button{display:inline-block;width:150px;background-color:#d6db70;outline:none}.chooseUs .chooseusWrapper .rightContainer button:hover{background-color:#828633}@media screen and (max-width: 768px){.chooseUs .chooseusWrapper{gap:3rem;flex-direction:column}}.workCard{display:flex;align-items:center;gap:1rem}.workCard .workCardLeft p{font-size:.8rem}.workCard .workCardRight{border:2px solid #D6DB70;border-radius:50%;height:50px;width:50px;padding:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.workCard .workCardRight .icon{font-size:3rem;color:#d6db70}.workProcessCard{padding:1.5rem;border:1px solid #D6DB70;border-radius:0 50px;width:300px}.workProcessCard .cardWrapper{display:flex;flex-direction:column;gap:8px}.workProcessCard .cardWrapper .icon{font-size:3rem;color:#d6db70}.workProcessCard .cardWrapper p{font-size:.8rem}.about .aboutUsBox{width:90%;margin:0 auto;padding:2rem 0}.about .aboutUsBox .aboutUsBoxBottom{display:grid;grid-template-columns:repeat(3,1fr);column-gap:2rem}.about .aboutUsBox .aboutUsBoxBottom .workCards{display:flex;flex-direction:column;gap:1rem}.about .aboutUsBox .aboutUsBoxBottom .weAreImg img{width:95%;height:95%;object-fit:cover;border-radius:70px 0}.about .howWork{padding:2rem 0;margin-bottom:4rem}.about .howWork .workCards{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:1rem}@media screen and (max-width: 768px){.about .aboutUsBox .aboutUsBoxBottom{grid-template-columns:1fr;gap:1rem}}.contact .mapouter{position:relative;text-align:right;height:100%;width:100%;height:400px}.contact .mapouter .gmap_canvas{overflow:hidden;background:none!important;height:100%;width:100%}.contact .contactWrapper{padding:2rem 0}.contactInfoBox{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.contactInfoBox .infoBox{padding:1rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem}.contactInfoBox .infoBox .icon{font-size:3rem;color:#d6db70}.contactInfoBox .infoBox .title{text-transform:uppercase;font-weight:500}.contactInfoBox .infoBox p{color:#acafc4;text-align:center}.contactForm{background-color:#d6db70;display:flex;align-items:center;justify-content:center;margin:2rem 0;background-image:url(./images/contactFormImg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.contactForm .formWrapper{background-color:#fff;text-align:center;padding:2rem 0;margin:3rem;width:100%}.contactForm .formWrapper form{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:2rem;height:100%;width:100%;color:#000}.contactForm .formWrapper form input,.contactForm .formWrapper form textarea{padding:15px 20px;width:60%;background-color:#fff;color:#000;font-size:1rem;outline:none;border:1px solid #c0c0c0;resize:none}.contactForm .formWrapper form input:focus,.contactForm .formWrapper form textarea:focus{border:1px solid #000}.contactForm .formWrapper form input::placeholder,.contactForm .formWrapper form textarea::placeholder{color:silver}.contactForm .formWrapper form button{width:60%;background-color:#000;transition:all .3s ease-in-out;border:none;padding:15px 20px}.contactForm .formWrapper form button:hover{background-color:#d6db70}@media (max-width: 768px){.formWrapper{margin:1rem!important}.formWrapper input,.formWrapper textarea,.formWrapper button{width:90%!important}.contactInfoBox{justify-content:center}}.agents{margin-top:2rem;margin-bottom:3rem}.agents .agentsContainer{display:flex;align-items:center;gap:1rem;justify-content:space-evenly;flex-wrap:wrap}.agents .agentsContainer .agent{display:flex;flex-direction:column;justify-content:center;background-color:#fafafa;border-radius:2px;overflow:hidden;width:300px;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px}.agents .agentsContainer .agent .imgWrapper{width:100%;height:250px;overflow:hidden}.agents .agentsContainer .agent .imgWrapper img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.agents .agentsContainer .agent .imgWrapper img:hover{transform:scale(1.1)}.agents .agentsContainer .agent .infoBox{padding:10px;display:flex;flex-direction:column}.agents .agentsContainer .agent .infoBox .name{font-weight:600}.agents .agentsContainer .agent .infoBox .btns{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.agents .agentsContainer .agent .infoBox .btns button{padding:5px 10px;background-color:transparent;border:1px solid #D6DB70;outline:none;color:#d6db70;transition:all .3s ease-in-out}.agents .agentsContainer .agent .infoBox .btns button:hover{background-color:#d6db70;color:#fff}.swiper{width:100%}.swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center;height:400px}.swiper-slide img{display:block;width:100%;height:100%;object-fit:contain!important}.swiper{width:100%;height:300px;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.mySwiper2{height:80%;width:100%}.mySwiper{height:20%;box-sizing:border-box;padding:10px 0}.mySwiper .swiper-slide{width:25%;height:100%;opacity:.4}.mySwiper .swiper-slide-thumb-active{opacity:1}.swiper-slide img{display:block;width:100%;height:100%;object-fit:contain;height:400px;background-color:#f1f1f1}.pageDetails .infoContainer{padding:2rem 0;display:flex;flex-direction:column;gap:1rem}.pageDetails .infoContainer .locationStatusBox{display:flex;gap:2rem;align-items:center;text-align:center;flex-wrap:wrap}.pageDetails .infoContainer .locationStatusBox .location{display:flex;align-items:center}.pageDetails .infoContainer .locationStatusBox .location span{font-size:1.2rem;font-weight:600}.pageDetails .infoContainer .locationStatusBox .location .icon{color:#d6db70;font-size:1.5rem}.pageDetails .infoContainer .locationStatusBox .statusAvailable{display:flex;align-items:center;gap:5px}.pageDetails .infoContainer .locationStatusBox .statusAvailable:before{content:"";width:10px;height:10px;display:block;background:greenyellow;border-radius:50%}.pageDetails .infoContainer .locationStatusBox .statusSold{display:flex;align-items:center;gap:5px}.pageDetails .infoContainer .locationStatusBox .statusSold:before{content:"";width:10px;height:10px;display:block;background:gray;border-radius:50%}.pageDetails .infoContainer .descMapContainer{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pageDetails .infoContainer .descMapContainer .descriptionBox{display:flex;flex-direction:column;gap:10px;flex:5;min-width:300px}.pageDetails .infoContainer .descMapContainer .descriptionBox .area{font-weight:500}.pageDetails .infoContainer .descMapContainer .descriptionBox .area .icon{color:#acafc4}.pageDetails .infoContainer .descMapContainer .descriptionBox .area span{font-size:1.2rem;font-weight:600}.pageDetails .infoContainer .descMapContainer .descriptionBox .priceRange{font-weight:500}.pageDetails .infoContainer .descMapContainer .descriptionBox .priceRange span{font-size:1.5rem;color:#828633}.pageDetails .infoContainer .descMapContainer .map{flex:2}.pageDetails .infoContainer .contactBtns{display:flex;gap:1rem;align-items:center;margin-top:1rem}.pageDetails .infoContainer .contactBtns .btn{background-color:#d6db70;color:#fff;transition:all .3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:10px;outline:none}.pageDetails .infoContainer .contactBtns .btn:hover{background-color:#828633;transform:translateY(-2px)}.pageDetails .infoContainer .agents{margin-top:2rem}.pageDetails .infoContainer .agents .agentsContainer{display:flex;align-items:center;gap:1rem;justify-content:space-evenly;flex-wrap:wrap}.pageDetails .infoContainer .agents .agentsContainer .agent{display:flex;flex-direction:column;justify-content:center;background-color:#fafafa;border-radius:2px;overflow:hidden;width:300px}.pageDetails .infoContainer .agents .agentsContainer .agent .imgWrapper{width:100%;height:250px;overflow:hidden}.pageDetails .infoContainer .agents .agentsContainer .agent .imgWrapper img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.pageDetails .infoContainer .agents .agentsContainer .agent .imgWrapper img:hover{transform:scale(1.1)}.pageDetails .infoContainer .agents .agentsContainer .agent .infoBox{padding:10px;display:flex;flex-direction:column}.pageDetails .infoContainer .agents .agentsContainer .agent .infoBox .name{font-weight:600}.pageDetails .infoContainer .agents .agentsContainer .agent .infoBox .btns{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.pageDetails .infoContainer .agents .agentsContainer .agent .infoBox .btns button{padding:5px 10px;background-color:transparent;border:1px solid #D6DB70;outline:none;color:#d6db70;transition:all .3s ease-in-out}.pageDetails .infoContainer .agents .agentsContainer .agent .infoBox .btns button:hover{background-color:#d6db70;color:#fff}.mapouter{position:relative;text-align:right;height:100%;width:100%;min-width:300px}.mapouter .gmap_canvas{overflow:hidden;background:none!important;height:100%;width:100%}@media screen and (max-width: 768px){.pageDetails .infoContainer .locationStatusBox{gap:10px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.footer{position:relative;background-color:#141d2a;margin-top:6rem}.footer .topBox{box-shadow:-20px -20px #0003;padding:30px;background-color:#d6db70;top:-50px;width:80%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:absolute;z-index:1;left:0;right:0}.footer .topBox h2,.footer .topBox h3{line-height:1.5}.footer .topBox h3{font-size:20px}.footer .topBox .subscribeBtnBox .btn{border:none;border-radius:0;background-color:#141d2a;padding:15px 25px;font-size:1rem;font-weight:600;outline:none;color:#d6db70}.footer .topBox .subscribeBtnBox .btn:hover{color:#fff!important}.footer .topFooter{display:flex;min-height:80vh}.footer .topFooter .topLeftFooter{flex:1;display:flex;align-items:center}.footer .topFooter .topLeftFooter .topLeftFooterWrapper{padding:0 5rem;display:flex;flex-direction:column;gap:1rem;color:#fff;margin-top:4rem}.footer .topFooter .topLeftFooter .topLeftFooterWrapper .subtext-underline{font-weight:400;text-transform:capitalize;display:inline-block}.footer .topFooter .topLeftFooter .topLeftFooterWrapper .subtext-underline .underline{height:2px;width:190px;background-color:#d6db70}.footer .topFooter .topLeftFooter .topLeftFooterWrapper h2{font-weight:700;text-transform:capitalize;line-height:1.75rem;font-size:1.75rem}.footer .topFooter .topLeftFooter .topLeftFooterWrapper p{line-height:140%;color:#acafc4;font-size:.9rem}.footer .topFooter .topLeftFooter .topLeftFooterWrapper form{border:1px solid #D6DB70;width:80%;display:flex;justify-content:space-between;background-color:#fff;border-radius:2px;overflow:hidden}.footer .topFooter .topLeftFooter .topLeftFooterWrapper form input{padding:10px 15px;border:none;outline:none;background-color:#fff;color:#000;font-size:1rem}.footer .topFooter .topLeftFooter .topLeftFooterWrapper form button{background-color:#d6db70;border:none;border-radius:0}.footer .topFooter .topLeftFooter .topLeftFooterWrapper form button:hover{background-color:#828633}.footer .topFooter .topRightFooter{flex:1;clip-path:polygon(26% 0,100% 0,100% 100%,0 100%)}.footer .topFooter .topRightFooter img{width:100%;height:100%;object-fit:cover}.footer .footerWrapper{position:relative;color:#fff;padding:7rem 0;background-color:#141d2a}.footer .footerWrapper .bottomBox{display:flex;justify-content:space-around;flex-wrap:wrap;gap:10px}.footer h3{font-size:16px;margin-bottom:10px;margin-top:0;line-height:1.5;color:#828633}.footer .links li{margin-bottom:10px;line-height:1.5;display:block}.footer .links li a{color:#666873}.footer .links li a:hover{color:#fff}.footer .social{display:flex;gap:5px}.footer .social li{display:inline-block}.footer .social li a{width:40px;height:40px;border-radius:50%;display:inline-block;margin:0;padding:0;background-color:#d6db70;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.footer .social li a .icon{font-size:20px}.footer .social li a:hover{background-color:#828633}.footer .footer-logo{color:#fff;font-size:20px;text-transform:uppercase;letter-spacing:.1rem}.footer .footer-logo img{width:160px;height:40px}.footer .copyright{color:#666873}@media screen and (max-width: 768px){.footer .topBox{padding:1rem;flex-direction:column}.footer .topBox>div>h2{font-size:1.3rem}.footer .topBox>div>h3{font-size:1.2rem}.footer .topFooter{padding-top:4rem;flex-direction:column;gap:2rem}.footer .topFooter .topLeftFooter{order:1}.footer .topFooter .topRightFooter{flex:none;height:300px;order:0}}@media screen and (max-width: 580px){.footer .footerWrapper{padding:4rem 0!important}.footer .topBox{padding:10px}.footer .topBox>div>h2{font-size:1rem}.footer .topBox>div>h3{font-size:1rem}.footer .topLeftFooter{justify-content:center}.footer .topLeftFooter .topLeftFooterWrapper{padding:0 1rem!important;margin-top:1rem!important}.footer .topLeftFooter .topLeftFooterWrapper form{flex-direction:column;width:100%!important}.footer .topFooter .topLeftFooter .topLeftFooterWrapper form button,.footer .topFooter .topLeftFooter .topLeftFooterWrapper form input{padding:15px}}.loading{width:100%;height:100vh;display:flex;align-items:center;flex-direction:column;justify-content:center;position:relative}.loading .top{flex:1;background-color:#141d2a;height:100%;width:100%;animation:topOut 5s linear 2s 1 normal forwards}.loading .bottom{flex:1;background-color:#828633;height:100%;width:100%;animation:bottomOut 5s linear 2s 1 normal forwards}.loading .loadingImg{position:absolute;width:60%;height:60%;z-index:1;animation:ImageAnimation 4s linear 2s 1 normal forwards}@media screen and (max-width: 450px){.loadingImg{width:80%!important;height:80%!important}}@keyframes topOut{to{transform:translateY(-100%)}}@keyframes bottomOut{to{transform:translateY(100%)}}@keyframes ImageAnimation{0%{opacity:1}to{opacity:0}}:root{font-family:Montserrat,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{min-width:100vw;min-height:100vh;overflow-x:hidden!important;box-sizing:border-box}*{padding:0;margin:0;box-sizing:border-box}li{list-style:none}a{font-weight:500;color:#585c15;text-decoration:inherit;transition:all .3s ease-in-out}a:hover{color:#d6db70}.wrapper{width:90%;margin:0 auto}h1{font-size:2.2em;line-height:1.1}button{border:1px solid transparent;font-family:inherit;background-color:#828633;color:#fff;padding:10px 20px;font-size:1rem;font-weight:600;text-transform:capitalize;border-radius:2px;cursor:pointer;transition:all .25s ease-in-out}button:hover{border-color:#585c15}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.transBtn{background-color:transparent;border:1px solid #828633;outline:none;color:#828633;padding:10px 20px;font-size:1rem;font-weight:600;text-transform:capitalize;border-radius:2px;transition:all .3s ease-in-out}.transBtn:hover{background-color:#585c15;color:#fff;transform:translateY(-2px)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#5a5a5a;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#555}::selection{color:#2e2e2e;background:#828633}
