.select-container{display:flex;flex-direction:column;width:100%;max-width:300px;position:relative}.select-container .select-header{display:flex;gap:12px;align-items:center;justify-content:space-between;cursor:pointer;font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;color:#181824}.select-container .select-header .arrow{transition:.2s ease}.select-container .select-header .arrow.open{transform:rotate(180deg)}.select-container .select-options{min-width:215px;display:flex;flex-direction:column;background:#fff;overflow:hidden;max-height:0;transition:max-height .3s ease;position:absolute;top:calc(100% + 20px);right:0;z-index:10;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:12px}.select-container .select-options.open{max-height:200px;font-weight:500;border:1px solid #d0d5dd}.select-container .select-options .option{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;position:relative;text-decoration:none;font-family:Inter;font-weight:400;font-size:16px!important;line-height:24px;letter-spacing:0;color:#222;transition:.2s ease}.select-container .select-options .option:hover{background-color:#effafb;color:#2dbdcb}.select-container .select-options .option.active:after{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background-color:teal}.all-yonda-container{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.all-yonda-card{background-color:#fff;border:2px solid #e4eced;border-radius:32px;padding:48px 32px 0;display:flex;flex-direction:column;align-items:center;font-family:Inter;box-sizing:border-box;width:calc((100% - 64px)/3);min-width:280px;margin:0 auto}.all-yonda-card .card-title{max-width:200px;height:auto;font-weight:600;font-size:30px;line-height:38px;text-align:center;color:#181824;word-wrap:break-word}.all-yonda-card .card-description{height:auto;margin-top:12px;font-weight:400;font-size:16px;line-height:24px;margin-bottom:52px;text-align:center;color:#181824}.all-yonda-card .image{width:100%;height:450px;background-image:url(/_next/static/media/all-yonda-1.7245dde3.webp);background-position:50%;background-size:contain;background-repeat:no-repeat}.all-yonda-card .image.unnormal{height:450px}.all-yonda-card .image.url2{height:450px;background-image:url(/_next/static/media/all-yonda-2.1ddd7031.png)}.all-yonda-card .image.url3{background-image:url(/_next/static/media/all-yonda-3.8870fe52.webp)}@media(max-width:1023px){.all-yonda-card{width:calc((100% - 32px)/2)}}@media(max-width:767px){.all-yonda-card{width:100%;padding:32px 24px;border-radius:20px}}.category-container{flex-wrap:wrap;gap:32px;width:100%;max-width:1600px;margin:0 auto}.category-card,.category-container{display:flex;justify-content:center}.category-card{background-color:#fff;border:2px solid #e4eced;border-radius:32px;flex-direction:column;text-align:center;transition:border-color .3s ease-in-out;height:280px;margin:auto;flex:100%;max-width:402px}.category-card:first-child,.category-card:nth-child(2){flex:1 1 calc(50% - 16px);max-width:624px}.category-card:hover{border:2px solid #2dbdcb}.card-title{font-family:Inter,sans-serif;font-weight:600;font-size:clamp(18px,2vw,24px);line-height:1.3;text-align:center;word-wrap:break-word}@media(max-width:1024px){.category-card{flex:1 1 calc(33.33% - 16px)}.category-card:first-child,.category-card:nth-child(2){flex:1 1 calc(50% - 16px)}}@media(max-width:768px){.category-card{flex:1 1 calc(50% - 16px)}.category-card:first-child,.category-card:nth-child(2){flex:1 1 100%}}@media(max-width:500px){.category-card{flex:1 1 100%;max-width:unset}.card-title{font-size:20px}}.latest-search-card{width:100%;max-width:405px;padding:16px;border:1.12px solid #e4eced;border-radius:16px;font-family:Inter}.latest-search-card:hover{border:1.12px solid #2dbdcb}.latest-search-card .image{width:100%;height:200px;border-radius:8px;background-color:#f5f5f5;background-size:cover;background-repeat:no-repeat;background-position:50%}.latest-search-card .card-title{margin-top:16px;font-weight:700;font-size:20px;text-align:left;line-height:30px;letter-spacing:0;color:#252525}.latest-search-card .description{margin-top:4px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;color:#6d6f72}.latest-search-card .distance{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#9ca3af}.latest-search-card .stars{margin-top:12px;display:flex;align-items:center;gap:8px}.navbar{position:fixed;top:0;height:80px;z-index:1000;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navbar,.navbar .container{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar .container{column-gap:40px}.navbar .left-side{display:flex;align-items:center;gap:40px}.navbar .logo img{width:120px;height:auto}.navbar .links{display:flex;align-items:center;gap:32px}.navbar .links .link{text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#333;transition:color .2s ease;position:relative;padding:8px 0}.navbar .links .link.active,.navbar .links .link:hover{color:#2dbdcb;font-weight:600;font-size:16px}.navbar .links .select-container{position:relative}.navbar .right-side{display:flex;align-items:center}.navbar .download-button,.navbar .download-button2{background-color:#fff;display:block}.navbar .register-button{margin-left:16px;width:200px;height:50px;border-radius:32px;border:1px solid var(--lightgreen,#2dbdcb);color:var(--lightgreen,#2dbdcb);font-weight:600;font-size:16px;display:flex;align-items:center;justify-content:center;text-decoration:none}.navbar .mobile-select{display:none}.navbar .menu-icon{display:none;cursor:pointer;background:none;border:none;padding:8px;z-index:1001;font-size:24px}.navbar .menu-icon svg{display:block}.navbar .download-app-button{font-weight:600;font-size:16px}.navbar .mobile-dropdown-buttons{display:none}@media(max-width:1024px){.navbar .navbar{height:70px}.navbar .download-button,.navbar .download-button2{display:none}.navbar .register-button{width:160px;height:40px}.navbar .mobile-select{display:block;position:relative;z-index:1001}.navbar .menu-icon{display:block}.navbar .links{position:fixed;top:70px;left:0;right:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:0;box-shadow:0 10px 20px rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1000}.navbar .links .link{width:100%;padding:16px 24px;border-bottom:1px solid #eee;font-size:18px}.navbar .links .select-container{width:100%;padding:10px 24px;overflow:visible}.navbar .links .select-container div{width:100%}.navbar .links.open{max-height:500px;border-bottom:1px solid #dfdfdf;overflow:visible}}@media(max-width:600px){.navbar .container{column-gap:16px}.navbar .logo img{width:100px}.navbar .left-side{gap:20px}.navbar .right-side .download-button,.navbar .right-side .download-button2,.navbar .right-side .register-button{display:none}.navbar .links{top:64px}.navbar .links .link,.navbar .links .select-container{text-align:left;padding:14px 16px;font-size:16px}.navbar .mobile-left{font-weight:600;text-align:left}.navbar .mobile-dropdown-buttons{display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:100%;padding:16px;border-top:1px solid #eee}.navbar .mobile-dropdown-buttons .download-app-button{border-radius:32px;background-color:var(--lightgreen,#2dbdcb);color:#fff;font-size:16px;border:none;cursor:pointer}.navbar .mobile-dropdown-buttons .download-app-button,.navbar .mobile-dropdown-buttons .register-button{width:100%;height:50px;font-weight:600;display:flex;align-items:center;justify-content:center;text-decoration:none}.navbar .mobile-dropdown-buttons .register-button{border-radius:32px;border:1px solid var(--lightgreen,#2dbdcb);color:var(--lightgreen,#2dbdcb);background-color:transparent}}.navbar.menu-open{z-index:1001}.property-card-container{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;width:calc((100% - 32px)/2);height:340px;cursor:pointer}.property-card{position:relative;width:100%;height:100%;max-width:624px;background-color:#fff;border:2px solid #e4eced;border-radius:32px;padding:32px;display:flex;flex-direction:column;font-family:Inter;overflow:hidden;transition:border-color .3s ease}.property-card:hover{border-color:#2dbdcb}.property-card:hover .image{transform:translate(calc(100% + 100px),calc(-50% + 25px)) scale(.3);top:0;right:0}.property-card:hover .card-title{border-color:#2dbdcb}.property-card:hover .card-title svg{transform:rotate(180deg)}.property-card .image{padding:24px;border-radius:24px;background-color:#f7f9f9;align-self:center;z-index:2;position:relative;top:35px;transition:.3s ease-in-out}.property-card .top-part{position:absolute;top:32px;left:32px;right:32px;width:calc(100% - 64px);background-position:50%;background-size:cover;background-repeat:no-repeat;z-index:1;border-radius:16px}.property-card .card-title{margin-top:140px;width:100%;padding-bottom:10px;font-weight:600;font-size:24px;line-height:32px;text-align:left;border-bottom:2px solid #e4eced;display:flex;align-items:center;justify-content:space-between;transition:border-color .3s ease;z-index:2}.property-card .card-title svg{transition:.3s linear}.property-card .description{width:100%;font-weight:400;font-size:20px;line-height:30px;color:#000;z-index:2}@media(max-width:1024px){.property-card-container{width:100%}}@media(max-width:768px){.property-card-container{width:100%}.property-card{padding:24px;border-radius:24px}}@media(max-width:600px){.property-card:hover .image{transform:translate(calc(100% + 70px),calc(-50% - 7px)) scale(.3)}}@media(max-width:400px){.property-card:hover .image{transform:translate(calc(100% - 1px),calc(-50% - 7px)) scale(.3)}}@media(max-width:370px){.property-card{padding:25px;border-radius:16px}.property-card .card-title{font-size:17px}.property-card .description{font-size:14px}}.header-swiper-slide{height:100%;padding:60px 30px;background:linear-gradient(90deg,#0a3237,#2dbdcb,#64c8d2)}.header-swiper-slide .container{display:flex;flex-direction:column;max-width:1600px;margin:0 auto}@media(min-width:768px){.header-swiper-slide .container{flex-direction:row;gap:30px;padding:0 40px}}@media(min-width:1024px){.header-swiper-slide .container{gap:50px}}.header-swiper-slide .container .main-left-side{width:100%;padding-bottom:40px;display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:768px){.header-swiper-slide .container .main-left-side{width:50%;align-items:flex-start;text-align:left;padding-bottom:60px}}@media(min-width:1024px){.header-swiper-slide .container .main-left-side{width:53%;padding-bottom:80px}}.header-swiper-slide .container .main-left-side .main-title{font-family:Lexend,sans-serif;font-weight:700;font-size:26px;line-height:1.2;color:#fff}@media(min-width:480px){.header-swiper-slide .container .main-left-side .main-title{font-size:28px}}@media(min-width:768px){.header-swiper-slide .container .main-left-side .main-title{font-size:48px;line-height:1.3}}@media(min-width:1024px){.header-swiper-slide .container .main-left-side .main-title{font-size:60px;line-height:72px}}.header-swiper-slide .container .main-left-side .main-description{margin-top:12px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.4;color:#fff;max-width:90%}@media(min-width:480px){.header-swiper-slide .container .main-left-side .main-description{font-size:18px}}@media(min-width:768px){.header-swiper-slide .container .main-left-side .main-description{margin-top:24px;font-size:24px}}@media(min-width:1024px){.header-swiper-slide .container .main-left-side .main-description{margin-top:32px;font-size:30px}}.header-swiper-slide .container .main-left-side .buttons{margin-top:10px;display:flex;align-items:center;gap:10px;justify-content:center}@media(min-width:768px){.header-swiper-slide .container .main-left-side .buttons{margin-top:40px;justify-content:flex-start}}@media(min-width:1024px){.header-swiper-slide .container .main-left-side .buttons{margin-top:60px}}.header-swiper-slide .container .main-right-side{width:100%;display:flex;justify-content:center;margin-bottom:20px}@media(min-width:768px){.header-swiper-slide .container .main-right-side{width:50%;justify-content:flex-end;align-items:flex-end}}@media(min-width:1024px){.header-swiper-slide .container .main-right-side{width:47%}}.header-swiper-slide .container .main-right-side .image{width:80%;max-width:280px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.header-swiper-slide .container .main-right-side .image{width:100%;max-width:320px}}@media(min-width:1024px){.header-swiper-slide .container .main-right-side .image{width:100%;max-width:499px;height:560px}}.header-swiper-slide .container .main-right-side .image .phone-image{width:100%;height:100%;max-height:100%;max-width:100%;background-size:cover}@media(max-width:480px){.header-swiper-slide .container{padding:0 10px}.header-swiper-slide .container .main-left-side .main-title{font-size:32px;font-weight:600;line-height:36px}.header-swiper-slide .container .main-left-side .main-description{font-size:18px;line-height:26px}.header-swiper-slide .container .main-left-side .buttons a{width:auto;border-radius:52px}.header-swiper-slide .container .main-left-side .buttons a .logo img{width:18px;height:21px}.header-swiper-slide .container .main-left-side .buttons a .right-side .description{font-size:6px}.header-swiper-slide .container .main-left-side .buttons a .right-side .title img{width:80px;margin-bottom:14px}.header-swiper-slide .main-title{font-size:20px;line-height:1.1;text-align:center}.header-swiper-slide .main-description{font-size:14px;text-align:center;max-width:100%}.header-swiper-slide .buttons{justify-content:center}.header-swiper-slide .main-right-side .image{width:100%;max-width:240px}}@media(max-width:375px){.buttons a{width:3px;height:40px;padding:7px 20px}.buttons a .logo img{width:18px;height:21px}.buttons a .right-side .description{font-size:6px}.buttons a .right-side .title img{width:80px;margin-bottom:14px}}@media(max-width:320px){.buttons a{width:3px;height:40px;padding:7px 20px}.buttons a .logo img{width:18px;height:21px}.buttons a .right-side .description{font-size:6px;padding-top:14px}.buttons a .right-side .title img{width:80px;margin-bottom:14px}.header-swiper-slide{padding:30px 10px}.header-swiper-slide .main-title{font-size:20px;line-height:1.2}.header-swiper-slide .main-description{font-size:12px;max-width:90%}.header-swiper-slide .main-right-side .image{width:100%;max-width:240px}}.header-swiper-slide-dark{height:100%;background:url(/icon/header-dark.svg);background-repeat:no-repeat;background-size:cover}.header-swiper-slide-dark .content{height:100%;padding-top:60px;background:linear-gradient(90deg,rgba(10,50,55,.5),rgba(45,189,203,.3),rgba(100,200,210,.1))}.header-swiper-slide-dark .container{display:flex;gap:50px}.header-swiper-slide-dark .container .main-left-side{width:50%;display:flex;margin-top:40px;flex-direction:column}.header-swiper-slide-dark .container .main-left-side .main-title{margin-top:10px;font-family:Lexend;font-weight:700;font-size:60px;line-height:60px;letter-spacing:-2%;color:#fff}.header-swiper-slide-dark .container .main-left-side .main-description-top{font-family:Inter;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0;color:#fff}.header-swiper-slide-dark .container .main-left-side .main-description-bottom{margin-top:20px;font-family:Inter;font-weight:500;font-size:24px;line-height:32px;letter-spacing:0;color:#fff}.header-swiper-slide-dark .container .main-left-side .location{margin-top:20px;display:flex;align-items:center;gap:5px;font-family:Inter;font-weight:400;font-size:14.58px;line-height:15.9px;letter-spacing:0;color:#e4eced}.header-swiper-slide-dark .container .main-left-side .stars{margin-top:12px;display:flex;align-items:center;gap:10px;margin-bottom:60px}.header-swiper-slide-dark .container .main-left-side .main-see{display:flex;width:100px;height:30px;padding:10px 18px;justify-content:space-between;align-items:center;border-radius:32px;background:#2dbdcb;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.header-swiper-slide-dark .container .main-left-side .main-see p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:24px}@media(max-width:1024px){.header-swiper-slide-dark .container .main-left-side{width:100%}}@media(max-width:768px){.header-swiper-slide-dark .content{padding-top:5px}.header-swiper-slide-dark .container .main-left-side .main-title{font-size:40px;line-height:40px}}@media(max-width:480px){.header-swiper-slide-dark .container{padding:20px 10px}.header-swiper-slide-dark .container .main-left-side .main-title{line-height:48px;font-size:50px}.header-swiper-slide-dark .container .main-left-side .main-description-bottom{font-size:18px;line-height:1px}.header-swiper-slide-dark .container .main-left-side .main-see{width:100px}.header-swiper-slide-dark .container .main-left-side .stars{gap:5px}}@media(max-width:380px){.header-swiper-slide-dark .container .main-left-side .main-title{font-size:35px;line-height:50px}}.header-swiper-slide-dark2{height:100%;background:url(/_next/static/media/swimming_photo.aa7eb465.webp);background-repeat:no-repeat;background-size:cover}.header-swiper-slide-dark2 .content{height:100%;padding-top:60px;background:linear-gradient(90deg,rgba(10,50,55,.5),rgba(45,189,203,.3),rgba(100,200,210,.1))}.header-swiper-slide-dark2 .container{display:flex;gap:50px}.header-swiper-slide-dark2 .container .main-left-side{width:50%;margin-top:40px;display:flex;flex-direction:column}.header-swiper-slide-dark2 .container .main-left-side .main-title{margin-top:10px;font-family:Lexend;font-weight:700;font-size:60px;line-height:60px;letter-spacing:-2%;color:#fff}.header-swiper-slide-dark2 .container .main-left-side .main-description-top{font-family:Inter;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0;color:#fff}.header-swiper-slide-dark2 .container .main-left-side .main-description-bottom{margin-top:20px;font-family:Inter;font-weight:500;font-size:24px;line-height:32px;letter-spacing:0;color:#fff}.header-swiper-slide-dark2 .container .main-left-side .location{margin-top:20px;display:flex;align-items:center;gap:5px;font-family:Inter;font-weight:400;font-size:14.58px;line-height:15.9px;letter-spacing:0;color:#e4eced}.header-swiper-slide-dark2 .container .main-left-side .stars{margin-top:12px;display:flex;align-items:center;gap:10px;margin-bottom:60px}.header-swiper-slide-dark2 .container .main-left-side .main-see{display:flex;width:100px;height:30px;padding:10px 18px;justify-content:space-between;align-items:center;border-radius:32px;background:#2dbdcb;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.header-swiper-slide-dark2 .container .main-left-side .main-see p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:24px}@media(max-width:1024px){.header-swiper-slide-dark2 .content{padding-top:6px}.header-swiper-slide-dark2 .container .main-left-side{width:100%}}@media(max-width:768px){.header-swiper-slide-dark2 .content{padding-top:6px}.header-swiper-slide-dark2 .container .main-left-side .main-title{font-size:40px;line-height:40px}.header-swiper-slide-dark2 .container .main-left-side .main-description-top{font-size:16px;line-height:24px}}@media(max-width:480px){.header-swiper-slide-dark2 .content{padding-top:20px}.header-swiper-slide-dark2 .container .main-left-side .main-title{font-size:48px;line-height:60px}.header-swiper-slide-dark2 .container .main-left-side .main-description-top{font-size:12px;line-height:16px}.header-swiper-slide-dark2 .container .main-left-side .main-description-bottom{font-size:16px;line-height:24px}.header-swiper-slide-dark2 .container .main-left-side .main-see{width:100px;height:34px;padding:8px 22px}}@media(max-width:380px){.header-swiper-slide-dark2 .container .main-left-side .main-title{font-size:48px;line-height:50px}}.category-cards{width:100%;display:flex;gap:32px;flex-wrap:wrap}@media(max-width:600px){.category-cards{gap:15px}}@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{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-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.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{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.header-swiper{height:clamp(350px,80vh,620px);position:relative;overflow:hidden}.header-swiper .swiper{height:100%}.header-swiper .swiper .swiper-pagination{display:none}.header-swiper .custom-pagination-container{position:absolute;bottom:clamp(10px,5vh,40px);left:50%;transform:translateX(-50%);z-index:10;display:flex;align-items:center;gap:clamp(6px,1.5vw,11px)}.header-swiper .custom-pagination-container .box{display:flex;gap:8px}.header-swiper .custom-pagination-container .box:first-of-type{padding:clamp(12px,2vw,20px);border-radius:25px;background-color:rgba(0,0,0,.4)}.header-swiper .custom-bullet-manual{display:inline-block;position:relative;width:clamp(30px,6vw,60px);height:7px;border-radius:4px;background-color:hsla(0,0%,100%,.3);overflow:hidden;cursor:pointer}.header-swiper .custom-bullet-manual .progress{position:absolute;top:0;left:0;height:100%;background-color:#fff;border-radius:4px;transition:width .1s linear}.header-swiper .custom-bullet-manual.active .progress{transition:width .1s linear}.header-swiper .pause-play-button{z-index:10;width:clamp(36px,4vw,48px);height:clamp(36px,4vw,48px);border-radius:50%;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;color:#fff;transition:background-color .3s ease}.header-swiper .pause-play-button:hover{background-color:rgba(0,0,0,.4)}.header-swiper .pause-play-button svg{width:clamp(14px,2vw,20px);height:clamp(14px,2vw,20px)}@media(max-width:1024px){.header-swiper{height:450px}.custom-pagination-container{bottom:20px;gap:8px}.custom-bullet-manual{width:40px}.pause-play-button{width:40px;height:40px}}@media(max-width:600px){.header-swiper{height:380px}.custom-pagination-container{bottom:12px;gap:6px}.custom-bullet-manual{width:30px}.pause-play-button{width:36px;height:36px}.pause-play-button svg{width:16px;height:16px}}.latest-search{padding-block:64px;background-color:#fff}.latest-search .container{display:flex;flex-direction:column;gap:64px;align-items:center}.latest-search .container .title{font-family:Lexend;font-weight:700;font-size:48px;line-height:56px;letter-spacing:-2%;text-align:center;color:#181824}.latest-search .container .more{margin:20px auto 0;display:flex;align-items:center;gap:10px;padding:10px 30px;background-color:transparent;border:none;font-family:Inter;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0;text-align:center;color:#00727d;cursor:pointer}.latestsearch-cards{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:35px;cursor:pointer}@media(max-width:1024px){.latestsearch-cards{justify-content:space-around}}@media(max-width:600px){.latestsearch-cards{flex-direction:column;align-items:center;gap:15px}.latestsearch-card{width:100%;max-width:800px}}@media(max-width:350px){.latestsearch-cards{padding:10px;gap:12px}.latestsearch-card{width:95%;max-width:320px}}.category{padding-block:120px;background-color:#fff;margin-bottom:64px}.category .container{display:flex;width:100%;max-width:1350px;flex-direction:column;gap:64px;align-items:center}.category .container .title{font-family:Lexend;font-weight:700;font-size:48px;line-height:56px;letter-spacing:-2%;text-align:center;color:#181824}.properties{padding-block:64px;background-color:#fff}.properties .container{display:flex;width:100%;max-width:1350px;flex-direction:column;gap:60px;align-items:center}.properties .container .title{font-family:Lexend;font-weight:700;font-size:48px;line-height:60px;letter-spacing:-2%;text-align:center;color:#181824}.property-cards{width:100%;max-width:1600px;margin:0 auto;display:flex;gap:32px;flex-wrap:wrap}@media(max-width:600px){.property-cards{gap:15px}}.download-button{text-decoration:none;padding:12px 30px;background:#222;border-radius:32px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}.download-button .right-side{width:100%}.download-button .right-side .description{margin-bottom:5px;display:flex;font-family:Inter;font-weight:500;font-size:8.08px;letter-spacing:0}.download-button .right-side .title{width:100%;display:flex;height:20px}.download-button .right-side .title img{height:100%}.all-yonda{padding-block:60px;background-color:#fff}.all-yonda .container{display:flex;flex-direction:column;gap:60px;align-items:center}.all-yonda .container .title{font-family:Lexend;font-weight:700;font-size:48px;line-height:56px;letter-spacing:-2%;text-align:center;color:#181824}.all-yonda .container .description{margin-top:20px;font-family:Inter;font-weight:400;font-size:24px;line-height:38px;letter-spacing:0;text-align:center}.all-yonda-cards{width:100%;display:flex;gap:32px;flex-wrap:wrap}.download-app{padding-block:120px 90px;background-color:#fff}.download-app-card{width:100%;padding:40px 56px;background-image:url(/images/bg-image.png);background-color:#0a8599;border-radius:32px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;overflow:hidden}.download-app-card .title{width:50%;display:flex;flex-direction:column;font-family:Lexend;font-weight:700;font-size:36px;line-height:56px;letter-spacing:-2%;color:#fff}.download-app-card .title h2{font-size:48px;margin-bottom:18px;line-height:56px}.download-app-card .title p{color:#fff;font-family:Inter;font-size:24px;font-weight:400;line-height:32px}.download-app-card .image{width:250px;display:flex;justify-content:center;align-items:flex-end;margin-bottom:-5px}.download-app-card .image img{width:100%;height:auto}.download-app-card .buttons{display:flex;flex-direction:column;gap:12px}@media(max-width:1200px){.download-app-card .title{width:45%}.download-app-card .title h2{font-size:42px;line-height:50px}.download-app-card .title p{font-size:20px;line-height:28px}}@media(max-width:1023px){.download-app-card{padding:32px}.download-app-card .title{width:100%}.download-app-card .title h2{font-size:36px;line-height:44px}.download-app-card .image{width:220px}}@media(max-width:767px){.download-app-card{flex-direction:column;padding:24px 24px 0;text-align:center}.download-app-card .title{width:100%;order:1}.download-app-card .title h2{font-size:28px;line-height:36px;margin-bottom:12px}.download-app-card .title p{display:none}.download-app-card .buttons{order:2;flex-direction:row;justify-content:center;width:100%;margin:16px 0}.download-app-card .image{width:180px;order:3;margin-top:10px}}@media(max-width:450px){.download-app-card .title h2{font-size:24px;line-height:32px}.download-app-card .image{width:200px}.download-app-card .buttons{gap:8px}}@media(max-width:380px){.download-app-card .buttons{align-items:center}.download-app-card .buttons a{width:100%;max-width:180px;padding:20px 15px}.download-app-card .image{width:180px}}.select{position:relative;font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0}.select .icon img{transition:all .175s linear}.select .icon img.isOpen{transform:rotate(180deg)}.select .title{display:flex;align-items:center;gap:10px;padding:12px 18px;border:1px solid #d0d5dd;border-radius:32px;cursor:pointer}.select .options{cursor:default;position:absolute;top:calc(100% + 5px);left:0;width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:12px 18px;opacity:0;visibility:hidden}.select .options div{cursor:pointer}.select .options.isOpen{opacity:100%;visibility:visible}.result-more-slider{width:100%;height:160px}.result-more-slider .swiper,.result-more-slider .swiper .swiper-wrapper,.result-more-slider .swiper .swiper-wrapper .swiper-slide{height:100%}.result-more-slider .swiper .swiper-wrapper .swiper-slide .image{width:100%;height:100%;border-radius:16px;background-color:#f5f5f5;background-repeat:no-repeat;background-size:cover;background-position:50%}.result-more-slider .swiper .swiper-pagination-bullet{width:5px;height:5px;margin-inline:4px;background-color:#fff}.result-more-slider .swiper .swiper-button-next,.result-more-slider .swiper .swiper-button-prev{width:30px;height:30px;border-radius:50%;position:absolute;z-index:1;top:50%;transform:translateY(-50%);cursor:pointer}.result-more-slider .swiper .swiper-button-prev{left:12px;background:url(/icons/search/slider-arrow-prev.svg) 45%/25% no-repeat,#fff}.result-more-slider .swiper .swiper-button-next{right:12px;background:url(/icons/search/slider-arrow-next.svg) 45%/25% no-repeat,#fff}.style_loader__c9XUn{width:fit-content;font-weight:700;font-family:monospace;background:linear-gradient(135deg,transparent calc(50% - .5em),#000 0 calc(50% + .5em),transparent 0) 100%/300% 100%;animation:style_l22__F0uqr 2s infinite}.style_loader__c9XUn:before{content:"Yuklanyabdi...";color:transparent;padding:0 5px;background:inherit;background-image:linear-gradient(135deg,#000 calc(50% - .5em),#fff 0 calc(50% + .5em),#000 0);-webkit-background-clip:text;background-clip:text}@keyframes style_l22__F0uqr{to{background-position:0}}.style_svg__0xCAR{animation:style_elementSvg__EH9XG 2s infinite}.style_element1__q7Cyo{animation:style_element1__q7Cyo 1.5s ease-in-out infinite}.style_element2__IMRUo{animation:style_element2__IMRUo 1.5s ease-in-out .3s infinite}.style_element3__SbLf5{animation:style_element3__SbLf5 1.5s ease-in-out .6s infinite}.style_element4__Q_eAp{animation:style_element4__Q_eAp 1.5s ease-in-out .9s infinite}.style_element5__7K0Bn{animation:style_element5__7K0Bn 1.5s ease-in-out 1.2s infinite}@keyframes style_element1__q7Cyo{0%,to{opacity:.3}50%{opacity:1}}@keyframes style_element2__IMRUo{0%,to{opacity:.2}50%{opacity:1}}@keyframes style_element3__SbLf5{0%,to{opacity:.4}50%{opacity:1}}@keyframes style_element4__Q_eAp{0%,to{opacity:.1}50%{opacity:1}}@keyframes style_element5__7K0Bn{0%,to{opacity:.25}50%{opacity:1}}@keyframes style_elementSvg__EH9XG{0%,to{scale:.85}50%{scale:1}}