body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Inter}#root{height:80vh;width:100%}.headerRoot{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:16px 40px;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.headerRoot.transparent{background-color:#0000;color:#fff}.headerRoot.transparent .menuWrapper .menu,.headerRoot.transparent .textLogo{color:#fff}.headerRoot.dark{background-color:#102f63;color:#fff}.headerRoot.dark .menuWrapper .menu,.headerRoot.dark .textLogo{color:#fff}.headerRoot .textLogo{color:#fff;cursor:pointer;font-size:1.8rem;font-weight:700;-webkit-user-select:none;user-select:none}.headerRoot .hamburger{cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;width:24px}.headerRoot .hamburger span{background-color:#fff;border-radius:2px;height:3px;transition:.4s}.headerRoot .hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.headerRoot .hamburger.open span:nth-child(2){opacity:0}.headerRoot .hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.headerRoot .menuWrapper{display:flex;flex-wrap:wrap;gap:36px;padding-right:24px}.headerRoot .menuWrapper .menu{color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:10px;position:relative;text-align:center;transition:all .3s ease}.headerRoot .menuWrapper .menu:hover{color:#75bfe4}.headerRoot .menuWrapper .menu.active:after{background:#efd80d;content:"";display:block;height:2px;margin:4px auto 0;position:relative;width:40%}.headerRoot .menuWrapper .menu .dropdownMenu{background:#fffffff2;border-radius:8px;box-shadow:0 8px 20px #00000026;left:0;min-width:180px;opacity:0;pointer-events:none;position:absolute;top:110%;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.headerRoot .menuWrapper .menu .dropdownMenu.show{opacity:1;pointer-events:all;transform:translateY(0)}.headerRoot .menuWrapper .menu .dropdownMenu .dropdownItem{color:#333;padding:12px 20px;transition:background-color .3s ease}.headerRoot .menuWrapper .menu .dropdownMenu .dropdownItem:hover{background-color:#f0f0f0;color:#004aad}@media(max-width:768px){.headerRoot{padding:10px 20px}.headerRoot .hamburger{display:flex}.headerRoot .menuWrapper{background-color:#000000d9;flex-direction:column;max-height:0;overflow:hidden;position:absolute;right:0;top:70px;transition:max-height .4s ease;width:100%}.headerRoot .menuWrapper.show{max-height:500px;padding:20px 0}.headerRoot .menuWrapper .menu{border-bottom:1px solid #ffffff26;padding:12px 20px;text-align:center}.headerRoot .menuWrapper .menu.active:after{background:#efd80d;content:"";display:block;height:2px;margin:6px auto 0;width:40%}.headerRoot .menuWrapper .menu .dropdownMenu{background:#fff;box-shadow:none;left:auto;opacity:1;padding-left:10px;pointer-events:all;position:relative;top:auto;transform:none}}.heroSection{height:100vh;overflow:hidden;position:relative;width:100%}.heroSection .backgroundWrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.heroSection .backgroundWrapper .carouselBackground{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%;z-index:0}.heroSection .backgroundWrapper .carouselBackground.fade-in{opacity:1;z-index:1}.heroSection .backgroundWrapper .carouselBackground.fade-out{opacity:0;z-index:0}.heroSection .backgroundWrapper .overlay{background-color:#0000004d;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.heroSection .infoContent{align-items:flex-start;bottom:8%;color:#fff;display:flex;flex-direction:column;font-family:Inter;max-width:500px;position:absolute;right:5%;text-align:right;transition:opacity .5s ease-in-out;z-index:3}.heroSection .infoContent .description{color:#fff;display:inline-block;font-size:1.3rem;font-weight:500;margin-bottom:.5rem;position:relative;text-align:center}.heroSection .infoContent .description:after{background:#efd80d;border-radius:5px;content:"";display:block;height:3px;margin:6px auto 0;width:60%}.heroSection .infoContent .extra{font-size:1.1rem;line-height:1.6;text-align:justify;text-shadow:1px 1px 6px #0009}.heroSection .infoContent .heroContent{-webkit-font-smoothing:antialiased;font-family:Inter;margin-top:1rem}.heroSection .infoContent .heroContent h1{font-size:3rem;margin:0;text-shadow:2px 2px 8px #000000b3}.heroSection .arrow{background:#00000080;border:none;color:#fff;cursor:pointer;font-size:2.5rem;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:4}.heroSection .arrow.left{left:20px}.heroSection .arrow.right{right:20px}.heroSection .arrow:hover{background:#000c}@media(max-width:768px){.heroSection,.heroSection .carouselBackground{height:100vh}.heroSection .heroContent{padding:0 1rem;top:18%}.heroSection .heroContent h1{font-size:2rem;line-height:1.3}.heroSection .heroContent h2{font-size:1rem;margin-top:.3rem}.heroSection .infoContent{bottom:8%;padding:0 1rem}.heroSection .infoContent .description{border-left:none;font-size:1rem;padding:8px 12px}.heroSection .infoContent .extra{font-size:.95rem;line-height:1.5;text-align:justify}.heroSection .arrow{font-size:2rem;padding:5px 8px}}.places-section{font-family:Inter;padding:6rem 1.5rem 5rem}.places-section .places-header{margin-bottom:3rem}.places-section .places-header h2{font-size:clamp(1.25rem,4vw,2rem);margin-bottom:.5rem;padding-bottom:20px;position:relative;text-transform:uppercase}.places-section .places-header h2:before{background:#ddd;bottom:1px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.places-section .places-header h2:after{background:#47b2e4;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.places-section .places-header p{font-size:1.1rem}.places-section .carousel-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.places-section .carousel-wrapper .places-grid{grid-gap:6rem;display:grid;gap:6rem;grid-template-columns:repeat(3,1fr);max-width:1110px;width:100%}.places-section .carousel-wrapper .leftArrow,.places-section .carousel-wrapper .rightArrow{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;justify-content:center;padding:.75rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;z-index:10}.places-section .carousel-wrapper .leftArrow:hover,.places-section .carousel-wrapper .rightArrow:hover{background-color:#4575c4;box-shadow:0 0 0 3px #4575c466;color:#fff;transform:translateY(-50%) scale(1.1)}.places-section .carousel-wrapper .leftArrow:hover svg,.places-section .carousel-wrapper .rightArrow:hover svg{transform:translateX(2px)}.places-section .carousel-wrapper .leftArrow svg,.places-section .carousel-wrapper .rightArrow svg{font-size:1.2rem;transition:transform .2s ease}.places-section .carousel-wrapper .leftArrow{left:calc(-25px - 3rem)}.places-section .carousel-wrapper .rightArrow{right:calc(-25px - 3rem)}.places-section .place-card{background:#eaf4ff;border:1px solid #dcdcdc;border-radius:15px;box-shadow:0 10px 20px #ba8c6333;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease}.places-section .place-card:hover{border-color:#fbc400;box-shadow:0 8px 24px #00000014;transform:translateY(-5px)}.places-section .place-card:hover .place-image{transform:scale(1.05)}.places-section .place-card:hover .place-info h3{color:#4575c4;font-size:1.35rem}.places-section .place-card .place-image{border-top-left-radius:16px;border-top-right-radius:16px;height:230px;object-fit:cover;transition:transform .4s ease;width:100%}.places-section .place-card .place-info{display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem}.places-section .place-card .place-info h3{color:#37517e;font-size:1.2rem;margin-bottom:.5rem;transition:all .3s ease-in-out}.places-section .place-card .place-info p.clamped{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.95rem;overflow:hidden}.places-section .read-more-wrapper{align-items:center;align-self:flex-end;color:#2d4670;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:6px;margin-top:10px;transition:all .3s ease}.places-section .read-more-wrapper span{display:inline-block}.places-section .read-more-wrapper .read-more-icon{font-size:18px;transition:transform .3s ease}.places-section .read-more-wrapper:hover{color:#47b2e4}.places-section .read-more-wrapper:hover .read-more-icon{transform:translateX(4px)}@media(max-width:1024px){.places-section .places-grid{grid-template-columns:repeat(2,1fr)}.places-section .leftArrow{left:-50px}.places-section .rightArrow{right:-50px}}@media(max-width:768px){.places-section .places-grid{grid-template-columns:1fr}.places-section .place-card .place-image{height:200px}.places-section .leftArrow{left:-35px}.places-section .rightArrow{right:-35px}}.places-section{background-color:#f4f6f8;padding:60px 20px}.places-section .places-header{margin:0 auto 40px;max-width:800px;text-align:center}.places-section .places-header h2{color:#37517e;font-size:2.2rem;margin-bottom:12px}.places-section .places-header p{color:#333;font-size:1.05rem;line-height:1.6}.places-section .carousel-wrapper{display:block;margin:0 auto;max-width:1100px}.places-section .carousel-wrapper .places-grid{width:100%!important}.places-section .carousel-wrapper .places-grid.row-1{grid-gap:30px;display:grid!important;gap:30px;grid-template-columns:repeat(3,1fr)!important;margin-bottom:40px}.places-section .carousel-wrapper .places-grid.row-2{grid-gap:30px;display:grid!important;gap:30px;grid-template-columns:repeat(4,minmax(320px,1fr))!important;justify-content:center}.places-section .carousel-wrapper .place-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s ease}.places-section .carousel-wrapper .place-card:hover{transform:translateY(-5px)}.places-section .carousel-wrapper .place-card .place-image{height:180px;object-fit:cover;width:100%}.places-section .carousel-wrapper .place-card .place-info{padding:16px}.places-section .carousel-wrapper .place-card .place-info h3{color:#37517e;font-size:1.25rem;margin-bottom:12px}.places-section .carousel-wrapper .place-card .place-info .card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.places-section .carousel-wrapper .place-card .place-info .card-footer .seating-info{color:#4575c4;font-size:.95rem;font-weight:600}.places-section .carousel-wrapper .place-card .place-info .card-footer .read-more-btn{background-color:#37517e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;padding:8px 14px;transition:background-color .3s}.places-section .carousel-wrapper .place-card .place-info .card-footer .read-more-btn:hover{background-color:#4575c4}@media(max-width:992px){.places-section .carousel-wrapper .places-grid.row-1,.places-section .carousel-wrapper .places-grid.row-2{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.places-section .carousel-wrapper .places-grid.row-1,.places-section .carousel-wrapper .places-grid.row-2{grid-template-columns:1fr!important}}.aboutUsSection{animation:fadeSlideUp 1s ease forwards;background:#f3f5fa;font-family:Segoe UI,sans-serif;padding:60px 20px;text-align:center}.aboutUsSection h2{color:#37517e;display:inline-block;font-size:clamp(1.25rem,4vw,2rem);margin-bottom:24px;padding-bottom:20px;position:relative;text-transform:uppercase}.aboutUsSection h2:before{background:#ddd;bottom:1px;height:1px;width:120px}.aboutUsSection h2:after,.aboutUsSection h2:before{content:"";left:50%;position:absolute;transform:translateX(-50%)}.aboutUsSection h2:after{background:#47b2e4;bottom:0;height:3px;width:40px}.aboutUsSection p{color:#444;font-size:1.1rem;line-height:1.7;margin:0 auto 30px;max-width:800px;text-align:justify;transition:all .3s ease}.aboutUsSection p:hover{color:#000;transform:scale(1.02)}.aboutUsSection .infoBox{background:#edebf0;border:1px solid #8c8dd8;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:0 auto 40px;max-width:750px;padding:25px;transition:transform .3s ease}.aboutUsSection .infoBox:hover{background-color:#dde9fd;transform:translateY(-5px)}.aboutUsSection .infoBox h3{color:#222;font-size:1.6rem;margin-bottom:16px}.aboutUsSection .infoBox ul{list-style-type:disc;padding-left:20px;text-align:left}.aboutUsSection .infoBox ul li{color:#555;margin-bottom:12px}.aboutUsSection .highlightCards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1000px}.aboutUsSection .highlightCards .card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 4px 16px #0000000a;padding:20px;text-align:center;transition:all .3s ease}.aboutUsSection .highlightCards .card:hover{background-color:#dde9fd;border-color:#061731;box-shadow:0 8px 24px #00000014;transform:translateY(-5px)}.aboutUsSection .highlightCards .card h4{color:#222;font-size:1.3rem;margin-bottom:10px}.aboutUsSection .highlightCards .card p{color:#555;font-size:1rem;text-align:center}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lineGrow{0%{width:0}to{width:100%}}@media(max-width:768px){.aboutUsSection{padding:40px 16px}.aboutUsSection h2{font-size:2rem}.aboutUsSection p{font-size:1rem;text-align:center}.aboutUsSection .infoBox{padding:16px}.aboutUsSection .highlightCards{grid-template-columns:1fr}}.contactroot{animation:zoomIn 1s ease-in-out;background-color:#f3f5fa;margin:0 auto;max-width:1440px;padding:clamp(1.5rem,5vw,3.5rem)}.contactroot .contactWrapper{color:#444;font-family:Inter,sans-serif;padding-bottom:2rem;text-align:center}.contactroot .contactWrapper h2{color:#37517e;font-size:clamp(1.25rem,4vw,2rem);font-weight:750;margin-bottom:2.25rem;margin-top:1rem;padding-bottom:1.25rem;position:relative;text-transform:uppercase}.contactroot .contactWrapper h2:after,.contactroot .contactWrapper h2:before{content:"";left:50%;position:absolute;transform:translateX(-50%)}.contactroot .contactWrapper h2:before{background:#ddd;bottom:1px;height:1px;width:120px}.contactroot .contactWrapper h2:after{background:#47b2e4;bottom:0;height:3px;width:40px}.contactroot .contactWrapper p{color:#454444;font-size:1rem;margin-top:.75rem;text-align:left}.contactroot .row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:clamp(1.5rem,5vw,5rem);justify-content:center}.contactroot .row .details-1,.contactroot .row .details-2{background:#fff;border-radius:3px;box-shadow:0 0 10px #0000001a;flex:1 1;max-width:700px;min-width:280px;padding:clamp(1rem,4vw,2rem);transition:all .3s ease-in-out}.contactroot .row .info-item{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.contactroot .row .info-item .icon{color:#37517e;font-size:1.5rem;transition:transform .3s ease-in-out,color .3s ease-in-out}.contactroot .row .info-item:hover .icon{color:#47b2e4;transform:scale(1.2)}.contactroot .row .info-item h4{color:#37517e;font-size:1.1rem;font-weight:700;margin:.5rem 0 0}.contactroot .row .info-item p{color:#6182ba;margin:.3rem 0 0 1.25rem}.contactroot .row .map-container{border-radius:5px;display:flex;justify-content:center;margin-top:1.5rem;max-width:100%;overflow:hidden;width:100%}.contactroot .row .map-container iframe{border:0;border-radius:5px;height:200px;width:80%}@media(max-width:768px){.contactroot .row .map-container iframe{height:180px;width:80%}}@media(max-width:480px){.contactroot .row .map-container iframe{height:150px;width:90%}}.contactroot .form{display:flex;flex-direction:column;gap:1.5rem}.contactroot .textfield{color:#37517e;font-size:1.1rem}.contactroot .alert{color:#0d5c0d;text-align:center}.contactroot button{background-color:#47b2e4;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin:2rem auto 0;padding:.75rem 1rem;transition:background .3s;width:30%}.contactroot button:hover{background-color:#37517e}@media(max-width:1024px){.contactroot button{width:40%}}@media(max-width:768px){.contactroot button{width:60%}.contactroot .contactWrapper h2{margin-bottom:1rem;margin-top:-2rem}}@media(max-width:480px){.contactroot button{width:80%}.contactroot .contactWrapper h2{font-size:1.1rem;margin-top:-1rem}}@media(max-width:360px){.contactroot button{width:100%}.contactroot .contactWrapper h2{font-size:1rem}}.footer-bottom{grid-gap:10px;align-items:center;background-color:#072447;color:#ccc;display:grid;font-size:14px;gap:10px;grid-template-columns:1fr auto 1fr;padding:15px 10%}.footer-bottom .footer-bottom-left{padding-right:30px;text-align:left}.footer-bottom .footer-bottom-center{display:flex;font-weight:500;gap:15px;justify-content:center}.footer-bottom .footer-bottom-center span{cursor:pointer;position:relative}.footer-bottom .footer-bottom-center span:after{background-color:#47b2e4;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-bottom .footer-bottom-center span:hover:after{width:100%}.footer-bottom .footer-bottom-right{display:flex;gap:7px;justify-content:flex-end}.footer-bottom .footer-bottom-right span{color:#ccc;cursor:pointer;transition:color .3s ease}.footer-bottom .footer-bottom-right span:hover{color:#47b2e4;text-decoration:underline}@media(max-width:1024px){.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-bottom .footer-bottom-center,.footer-bottom .footer-bottom-left,.footer-bottom .footer-bottom-right{justify-content:center;padding:0}.footer-bottom .footer-bottom-center{flex-wrap:wrap;margin:10px 0}.footer-bottom .footer-bottom-right{margin-top:10px}}.page1-root{height:260vh}.page1-root .back-button-wrapper .go-back-button{align-items:center;border-radius:50%;box-shadow:0 2px 6px #0000001a;display:flex;font-size:18px;height:44px;justify-content:center;padding:0;width:44px}.page1-root .back-button-wrapper .go-back-button svg{transition:transform .3s ease}.page1-root .back-button-wrapper .go-back-button:hover{background-color:#4575c4;box-shadow:0 0 0 3px #4575c44d;transform:scale(1.1)}.page1-root .back-button-wrapper .go-back-button:hover svg{transform:translateX(-3px)}@media(max-width:480px){.page1-root .aboutUsWrapper h2{font-size:22px}.page1-root .ContentWrapper p{font-size:13px}.page1-root h3{font-size:18px}.page1-root p{font-size:13px}.page1-root .imgWrapper{animation:waveMotion 4s ease-in-out infinite}.page1-root .back-button-wrapper{left:15px;top:70px}}.page1-root{height:270vh}.page1-root .back-button-wrapper .go-back-button:hover{box-shadow:0 0 0 3px #2d467033}.page1-root .back-button-wrapper .go-back-button:hover svg{transform:translateX(2px)}.page1-root .back-button-wrapper .go-back-button svg{font-size:1.2rem;transition:transform .2s ease}.page1-root .aboutUsWrapper h2{padding-top:10px}.page1-root .ContentWrapper p{font-size:2rem;padding-top:25px}.page1-root .WebDevWrapper{padding-bottom:-50px}.page1-root .row,.page1-root .row1,.page1-root .row2{height:52vh;padding-bottom:10px}.page1-root .imgWrapper{height:100%;padding-top:90px}.page1-root .imgWrapper img{display:block;margin:0 auto}.page1-root .ContentWrapper{padding-top:-10px;width:80%}.page1-root .ContentWrapper .main-p{font-size:20px}.page1-root .row,.page1-root .row1,.page1-root .row2{align-items:center}.page1-root .back-button-wrapper :hover{cursor:pointer}.page1-root{animation:zoomIn 1s ease-in-out;background-color:#f3f5fa;font-family:Inter,sans-serif;min-height:100vh;overflow-y:auto;padding:60px 0;position:relative}.page1-root .back-button-wrapper{left:30px;position:absolute;top:90px}.page1-root .back-button-wrapper .go-back-button{background-color:#fff;border:2px solid #2d4670;border-radius:6px;color:#2d4670;cursor:pointer;font-size:16px;font-weight:600;padding:10px 18px;transition:all .3s ease}.page1-root .back-button-wrapper .go-back-button:hover{background-color:#2d4670;color:#fff;transform:scale(1.05)}.page1-root .back-button-wrapper:hover{cursor:pointer}.page1-root .aboutUsWrapper{padding-top:100px;text-align:center}.page1-root .aboutUsWrapper h2{color:#2d4670;font-size:32px;font-weight:750;margin-bottom:20px;margin-top:-55px;padding-bottom:20px;position:relative;text-transform:uppercase}.page1-root .aboutUsWrapper h2:before{background:#ddd;bottom:1px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.page1-root .aboutUsWrapper h2:after{background:#47b2e4;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.page1-root .ContentWrapper{margin:0 auto;padding-bottom:20px;padding-top:20px;text-align:center;width:90%}.page1-root .ContentWrapper p{color:#454444;font-size:1rem;margin:0 auto;max-width:1100px;text-align:left;word-break:break-word}.page1-root .WebDesignWrapper,.page1-root .WebDevWrapper,.page1-root .webHtmlWrapper{margin-bottom:40px;padding:80px 7%}.page1-root .row,.page1-root .row1,.page1-root .row2{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;width:100%}.page1-root .col-1,.page1-root .col-2{flex:1 1;min-width:300px}.page1-root h3{color:#37517e;font-size:24px;font-weight:700;margin-bottom:15px}.page1-root p{color:#555;font-size:16px;line-height:1.6;text-align:left}.page1-root .p-detail{color:#252423}.page1-root .para{color:#d24e1e;font-weight:600;margin-top:20px}.page1-root .desert{font-size:40px}.page1-root .imgWrapper{align-items:center;animation:waveMotion 3s ease-in-out infinite;display:flex;justify-content:center;margin-bottom:20px}.page1-root .imgWrapper img{border-radius:10px;height:auto;max-width:100%;transition:transform .3s ease-in-out}.page1-root .imgWrapper img:hover{transform:scale(1.05)}@keyframes waveMotion{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media(max-width:1024px){.page1-root .WebDesignWrapper,.page1-root .WebDevWrapper,.page1-root .webHtmlWrapper{padding:60px 5%}.page1-root .row,.page1-root .row1,.page1-root .row2{flex-direction:column}.page1-root .back-button-wrapper{left:20px;top:80px}}@media(max-width:768px){.page1-root .aboutUsWrapper h2{font-size:26px}.page1-root .ContentWrapper p{font-size:14px}.page1-root h3{font-size:20px}.page1-root p{font-size:14px}}@media(max-width:480px){.page1-root .aboutUsWrapper h2{font-size:22px}.page1-root .ContentWrapper p{font-size:13px}.page1-root h3{font-size:18px}.page1-root p{font-size:13px}.page1-root .imgWrapper{animation:waveMotion 4s ease-in-out infinite}.page1-root .back-button-wrapper{left:15px;top:70px}.page1-root .back-button-wrapper .go-back-button{font-size:14px;padding:8px 14px}}.vehicle-detail-page .ContentWrapper .main-p{text-align:left}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper .imgWrapper fade-up,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper .imgWrapper fade-up{padding-left:-1px}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .secondary-image-wrapper,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .secondary-image-wrapper{animation:zoomIn 1s ease;margin-top:40px;text-align:center}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .secondary-image-wrapper img,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .secondary-image-wrapper img{border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:100%;width:80%}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .secondary-image-wrapper .image-caption,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .secondary-image-wrapper .image-caption{color:#37517e;font-size:.95rem;font-weight:500;margin-top:12px}@media(max-width:768px){.vehicle-detail-page .vehicle-detail-wrapper .row,.vehicle-detail-page .vehicle-detail-wrapper .row-second{flex-direction:column;gap:30px}.vehicle-detail-page .back-button-wrapper{left:15px;top:15px}.vehicle-detail-page .aboutUsWrapper{margin-top:60px}.vehicle-detail-page .imgWrapper img,.vehicle-detail-page .secondary-image-wrapper img{width:100%}}.vehicle-detail-page .aboutUsWrapper .section-title{animation:slideIn .8s ease forwards}.vehicle-detail-page .aboutUsWrapper .section-title h2{color:#37517e;display:inline-block;font-size:2rem;position:relative}.vehicle-detail-page .aboutUsWrapper .section-title h2:after{background-color:#4575c4;border-radius:2px;content:"";display:block;height:4px;margin:8px auto 0;width:60px}.vehicle-detail-page .ContentWrapper{padding:0 10px}.vehicle-detail-page .ContentWrapper .main-p{animation:zoomIn 1s ease;color:#333;font-size:1.1rem;line-height:1.7;text-align:center}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper{animation:fadeUp .8s ease}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper img,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper img{height:auto;max-width:100%}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper img:hover,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper img:hover{transform:scale(1.05)}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper .small-image,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper .small-image{width:100%}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2{animation:slideUp .8s ease}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .image-caption,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .image-caption{color:#333;font-size:.95rem;margin-top:10px;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.vehicle-detail-page .vehicle-detail-wrapper .row,.vehicle-detail-page .vehicle-detail-wrapper .row-second{flex-direction:column;gap:30px}.vehicle-detail-page .back-button-wrapper{left:15px;top:15px}.vehicle-detail-page .aboutUsWrapper{margin-top:60px}.vehicle-detail-page .imgWrapper img{width:100%}}.vehicle-detail-page{animation:fadeIn 1s ease-in;background-color:#f4f6f8;font-family:Inter,sans-serif;padding:40px 20px 60px;position:relative}.vehicle-detail-page .back-button-wrapper{align-items:center;background:#fff;border-radius:25px;box-shadow:0 4px 20px #00000014;color:#37517e;cursor:pointer;display:flex;font-size:1rem;left:20px;padding:8px 14px;position:absolute;top:90px;transition:all .3s ease}.vehicle-detail-page .back-button-wrapper svg{margin-right:6px}.vehicle-detail-page .back-button-wrapper:hover{background-color:#4575c4;color:#fff;transform:translateX(-3px)}.vehicle-detail-page .aboutUsWrapper{margin-bottom:30px;margin-top:70px;text-align:center}.vehicle-detail-page .ContentWrapper{margin:0 auto 40px;max-width:880px;text-align:center}.vehicle-detail-page .vehicle-detail-wrapper{margin:0 auto;max-width:1100px;padding:0 10px}.vehicle-detail-page .vehicle-detail-wrapper .row,.vehicle-detail-page .vehicle-detail-wrapper .row-second{display:flex;flex-wrap:wrap;gap:40px;margin-top:60px}.vehicle-detail-page .vehicle-detail-wrapper .row .col-1,.vehicle-detail-page .vehicle-detail-wrapper .row .col-2,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-1,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2{flex:1 1 45%}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper{display:flex;justify-content:center;width:100%}.vehicle-detail-page .vehicle-detail-wrapper .row .imgWrapper img,.vehicle-detail-page .vehicle-detail-wrapper .row-second .imgWrapper img{border-radius:12px;box-shadow:0 8px 30px #0000001f;transition:transform .4s ease;width:80%}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .vehicle-heading,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .vehicle-heading{color:#4575c4;font-size:1.4rem;margin-bottom:15px}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .para,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .para{color:#37517e;font-size:1.05rem;font-weight:600;margin-top:1.5rem}.vehicle-detail-page .vehicle-detail-wrapper .row .col-2 .p-detail,.vehicle-detail-page .vehicle-detail-wrapper .row-second .col-2 .p-detail{color:#333;font-size:1rem;line-height:1.6;margin-top:.5rem}@media(max-width:768px){.vehicle-detail-page .vehicle-detail-wrapper .row,.vehicle-detail-page .vehicle-detail-wrapper .row-second{flex-direction:column;gap:30px}.vehicle-detail-page .back-button-wrapper{left:15px;top:15px}.vehicle-detail-page .imgWrapper img{width:100%}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-ext-400-normal.fd1478dcc74de00ee4c0.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-400-normal.c676f175d430bd465724.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-400-normal.cb04b2ee2f7d192478b8.woff2) format("woff2"),url(/static/media/inter-cyrillic-400-normal.062321ff8a8844520dc5.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-ext-400-normal.f2fa0d9ef98f59d4a75b.woff2) format("woff2"),url(/static/media/inter-greek-ext-400-normal.02f9e7ef5cf29425f684.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-400-normal.a8de720a6f13c66c8a4e.woff2) format("woff2"),url(/static/media/inter-greek-400-normal.9ec3b40ece10debf7a33.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-vietnamese-400-normal.44c9df135eec470b0ab6.woff2) format("woff2"),url(/static/media/inter-vietnamese-400-normal.aaa15d735e3826061950.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-ext-400-normal.210fb826cb25acbd4094.woff2) format("woff2"),url(/static/media/inter-latin-ext-400-normal.c616205185f0d3677df9.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-400-normal.eca1e21531598d5db58f.woff2) format("woff2"),url(/static/media/inter-latin-400-normal.2ea1079c0069eb040a52.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-ext-500-normal.023db878f10be2203b60.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-500-normal.69e09a587b911ec8ad0f.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-500-normal.b9dcbca183ac93f02061.woff2) format("woff2"),url(/static/media/inter-cyrillic-500-normal.397037a7cc1ed6f3012e.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-ext-500-normal.b187635a3d8a0b90faa0.woff2) format("woff2"),url(/static/media/inter-greek-ext-500-normal.045dde1e05b73ab35d25.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-500-normal.0d91a975f010051e7150.woff2) format("woff2"),url(/static/media/inter-greek-500-normal.debd93e5ca5313a6d262.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-vietnamese-500-normal.63d02ea896a7406849b6.woff2) format("woff2"),url(/static/media/inter-vietnamese-500-normal.296d66c0bba9086788b9.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-ext-500-normal.cdb4dd5dc508fe6e7398.woff2) format("woff2"),url(/static/media/inter-latin-ext-500-normal.2f93aaa35e870cec4704.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-500-normal.b7c27c60f848f2083f45.woff2) format("woff2"),url(/static/media/inter-latin-500-normal.5014db633e71a7741bf5.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-cyrillic-ext-600-normal.25b7c495f686777a1c08.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-600-normal.2c47e01b64f03ba9fb58.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-cyrillic-600-normal.ce60970447cde0dd1582.woff2) format("woff2"),url(/static/media/inter-cyrillic-600-normal.883b5e4d36b7b0812ed4.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-greek-ext-600-normal.c8a7cddec49294a9e8ba.woff2) format("woff2"),url(/static/media/inter-greek-ext-600-normal.7bff749a95dc0612fa35.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-greek-600-normal.5c46a357ea91911fc65d.woff2) format("woff2"),url(/static/media/inter-greek-600-normal.83c86cfda9c5fd96a471.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-vietnamese-600-normal.6984cf5e8583fac83be3.woff2) format("woff2"),url(/static/media/inter-vietnamese-600-normal.04bb56ffa463ab55708d.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-latin-ext-600-normal.8148c3ae14dfaefc62ca.woff2) format("woff2"),url(/static/media/inter-latin-ext-600-normal.4d0d5017d71ea1750fc1.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-latin-600-normal.69a8d1d484967aba2389.woff2) format("woff2"),url(/static/media/inter-latin-600-normal.f10265da6bd8d66999ac.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-ext-700-normal.5631f054acb5a33a716a.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-700-normal.0ddea3beace60380deb1.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-700-normal.36e9cf9ecc07ac6bce28.woff2) format("woff2"),url(/static/media/inter-cyrillic-700-normal.03cc5c4a68b77f60ea9b.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-ext-700-normal.4cdf2b4e817dade3d4aa.woff2) format("woff2"),url(/static/media/inter-greek-ext-700-normal.ca8751b8c028cb9ae710.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-700-normal.f5fbdfc39c2431160896.woff2) format("woff2"),url(/static/media/inter-greek-700-normal.04d33a0bd87050834f1a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-vietnamese-700-normal.5d9bfcacc44f345662ff.woff2) format("woff2"),url(/static/media/inter-vietnamese-700-normal.cceb6e3d4483c3136077.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-ext-700-normal.be70ab2888339fe67ac5.woff2) format("woff2"),url(/static/media/inter-latin-ext-700-normal.454735e8a8af2928485e.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-700-normal.084676038be5b1c38324.woff2) format("woff2"),url(/static/media/inter-latin-700-normal.02426d017cf367236f56.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.56c54520.css.map*/